3outeille's picture
3outeille HF staff
Upload llama-1B/8_GPUS/dp-2_tp-2_pp-2_mbz-4
700574a verified
raw
history blame
123 kB
========================
START TIME: Wed Jul 3 21:31:24 UTC 2024
python3 version = Python 3.10.14
========================
The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `huggingface-cli` if you want to set the git credential as well.
Token is valid (permission: write).
Your token has been saved to /admin/home/ferdinand_mom/.cache/huggingface/token
Login successful
Already on 'bench_cluster'
M examples/config_tiny_llama.py
M examples/config_tiny_llama.yaml
M examples/train_tiny_llama.sh
M src/nanotron/models/llama.py
M src/nanotron/trainer.py
Your branch is up to date with 'origin/bench_cluster'.
Job status: RUNNING
W0703 21:31:27.823000 140178517903168 torch/distributed/run.py:757]
W0703 21:31:27.823000 140178517903168 torch/distributed/run.py:757] *****************************************
W0703 21:31:27.823000 140178517903168 torch/distributed/run.py:757] Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed.
W0703 21:31:27.823000 140178517903168 torch/distributed/run.py:757] *****************************************
[default0]:07/03/2024 21:31:48 [WARNING|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Vocab Size Padding] Padded vocab (size: 50257) with 1 dummy tokens (new size: 50258)
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Config:
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Config(general=GeneralArgs(project='bench_cluster',
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: run='%date_%jobid',
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: seed=42,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: step=None,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: consumed_train_samples=None,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: benchmark_csv_path=None,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: ignore_sanity_checks=True),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: parallelism=ParallelismArgs(dp=2,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: pp=2,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tp=2,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: pp_engine=<nanotron.parallel.pipeline_parallel.engine.OneForwardOneBackwardPipelineEngine object at 0x7f0b2e7bc820>,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tp_mode=<TensorParallelLinearMode.REDUCE_SCATTER: 2>,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tp_linear_async_communication=False,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: expert_parallel_size=1),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: model=ModelArgs(model_config=LlamaConfig(bos_token_id=1,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: eos_token_id=2,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: hidden_act='silu',
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: hidden_size=2048,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: initializer_range=0.02,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: intermediate_size=4096,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: is_llama_config=True,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: max_position_embeddings=4096,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_attention_heads=32,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_hidden_layers=24,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_key_value_heads=32,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: pad_token_id=None,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: pretraining_tp=1,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: rms_norm_eps=1e-05,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: rope_scaling=None,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: rope_theta=10000.0,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tie_word_embeddings=True,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: use_cache=True,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: vocab_size=50258),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: init_method=RandomInit(std=0.025),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: dtype=torch.bfloat16,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: make_vocab_size_divisible_by=1,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: ddp_bucket_cap_mb=25),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tokenizer=TokenizerArgs(tokenizer_name_or_path='openai-community/gpt2',
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tokenizer_revision=None,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tokenizer_max_length=None),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: checkpoints=CheckpointsArgs(checkpoints_path=Path('/dev/null'),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: checkpoint_interval=100000,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: save_initial_state=False,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: resume_checkpoint_path=None,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: checkpoints_path_is_shared_file_system=False),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: logging=LoggingArgs(log_level='info',
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: log_level_replica='info',
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: iteration_step_info_interval=1),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tokens=TokensArgs(sequence_length=4096,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: train_steps=20,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: micro_batch_size=4,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: batch_accumulation_per_replica=128,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: val_check_interval=-1,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: limit_val_batches=0,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: limit_test_batches=0),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: optimizer=OptimizerArgs(optimizer_factory=AdamWOptimizerArgs(adam_eps=1e-08,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: adam_beta1=0.9,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: adam_beta2=0.95,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: torch_adam_is_fused=True,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: name='adamW'),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: zero_stage=1,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: weight_decay=0.01,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: clip_grad=1.0,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: accumulate_grad_in_fp32=True,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: learning_rate_scheduler=LRSchedulerArgs(learning_rate=0.0001,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: lr_warmup_steps=1,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: lr_warmup_style='linear',
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: lr_decay_style='linear',
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: lr_decay_steps=19,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: lr_decay_starting_step=None,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: min_decay_lr=1e-05)),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: data_stages=[DatasetStageArgs(name='Training Stage',
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: start_training_step=1,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: data=DataArgs(dataset=PretrainDatasetsArgs(hf_dataset_or_datasets='roneneldan/TinyStories',
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: hf_dataset_splits='train',
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: hf_dataset_config_name=None,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: dataset_processing_num_proc_per_process=64,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: dataset_overwrite_cache=False,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: text_column_name='text'),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: seed=42,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_loading_workers=0))],
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: profiler=ProfilerArgs(profiler_export_path=Path('/fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-2_tp-2_pp-2_mbz-4')),
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: lighteval=None)
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Model Config:
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: LlamaConfig(bos_token_id=1,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: eos_token_id=2,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: hidden_act='silu',
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: hidden_size=2048,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: initializer_range=0.02,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: intermediate_size=4096,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: is_llama_config=True,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: max_position_embeddings=4096,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_attention_heads=32,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_hidden_layers=24,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_key_value_heads=32,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: pad_token_id=None,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: pretraining_tp=1,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: rms_norm_eps=1e-05,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: rope_scaling=None,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: rope_theta=10000.0,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tie_word_embeddings=True,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: use_cache=True,
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: vocab_size=50258)
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Building model..
[default0]:07/03/2024 21:31:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Setting PP block ranks...
[default7]:07/03/2024 21:32:01 [INFO|DP=1|PP=1|TP=1|ip-26-0-164-207]: No checkpoint path provided.
[default2]:07/03/2024 21:32:01 [INFO|DP=1|PP=0|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default4]:07/03/2024 21:32:01 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: Local number of parameters: 261M (498.24MiB)
[default4]:07/03/2024 21:32:01 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: [After model building] Memory usage: 508.26MiB. Peak allocated: 510.29MiB Peak reserved: 526.00MiB
[default4]:07/03/2024 21:32:01 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default5]:07/03/2024 21:32:01 [INFO|DP=0|PP=1|TP=1|ip-26-0-164-207]: Local number of parameters: 261M (498.24MiB)
[default5]:07/03/2024 21:32:01 [INFO|DP=0|PP=1|TP=1|ip-26-0-164-207]: [After model building] Memory usage: 508.26MiB. Peak allocated: 510.29MiB Peak reserved: 526.00MiB
[default5]:07/03/2024 21:32:01 [INFO|DP=0|PP=1|TP=1|ip-26-0-164-207]: No checkpoint path provided.
[default1]:07/03/2024 21:32:01 [INFO|DP=0|PP=0|TP=1|ip-26-0-164-207]: Local number of parameters: 345M (658.27MiB)
[default1]:07/03/2024 21:32:01 [INFO|DP=0|PP=0|TP=1|ip-26-0-164-207]: [After model building] Memory usage: 672.29MiB. Peak allocated: 674.32MiB Peak reserved: 690.00MiB
[default1]:07/03/2024 21:32:01 [INFO|DP=0|PP=0|TP=1|ip-26-0-164-207]: No checkpoint path provided.
[default0]:07/03/2024 21:32:01 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Total number of parameters: 1.21G (2313.02MiB)
[default0]:07/03/2024 21:32:01 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Local number of parameters: 345M (658.27MiB)
[default0]:07/03/2024 21:32:01 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [After model building] Memory usage: 672.29MiB. Peak allocated: 674.32MiB Peak reserved: 690.00MiB
[default0]:07/03/2024 21:32:01 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default0]:07/03/2024 21:32:01 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Parametrizing model parameters using StandardParametrizator
[default6]:07/03/2024 21:32:01 [INFO|DP=1|PP=1|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default3]:07/03/2024 21:32:01 [INFO|DP=1|PP=0|TP=1|ip-26-0-164-207]: No checkpoint path provided.
[default0]:07/03/2024 21:32:04 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Optimizer Building] Using LearningRateForSP as learning rate
[default0]:07/03/2024 21:32:04 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [ZeRO sharding] Size of optimizer params per rank:
[default0]:07/03/2024 21:32:04 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [ZeRO sharding] DP Rank 0 has 173M out of 345M (50.00%) params' optimizer states
[default0]:07/03/2024 21:32:04 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [ZeRO sharding] DP Rank 1 has 173M out of 345M (50.00%) params' optimizer states
[default0]:07/03/2024 21:32:06 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Training Plan] Stage Training Stage has 19 remaining training steps and has consumed 0 samples
[default0]:07/03/2024 21:32:06 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Using `datasets` library
[default0]:07/03/2024 21:32:06 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Loading tokenizer from openai-community/gpt2 and transformers/hf_hub versions ('4.41.2', '0.23.4')
[default0]:07/03/2024 21:32:06 [WARNING|DP=0|PP=0|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/03/2024 21:32:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Training Plan] There are 1 training stages
[default0]:07/03/2024 21:32:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Stage Training Stage] start from step 1
[default0]:07/03/2024 21:32:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:
[default0]:07/03/2024 21:32:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Start training] datetime: 2024-07-03 21:32:07.576320 | mbs: 4 | grad_accum: 128 | global_batch_size: 1024 | sequence_length: 4096 | train_steps: 20 | start_iteration_step: 0 | consumed_train_samples: 0
[default0]:07/03/2024 21:32:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Resuming training from stage Training Stage, it has trained for 0 samples and has 19 remaining train steps
[default0]:07/03/2024 21:32:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 2647.09MiB. Peak allocated 2647.09MiB. Peak reserved: 2668.00MiB
[default7]:07/03/2024 21:32:07 [WARNING|DP=1|PP=1|TP=1|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:07/03/2024 21:32:07 [WARNING|DP=1|PP=0|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:07/03/2024 21:32:07 [WARNING|DP=0|PP=0|TP=1|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default4]:07/03/2024 21:32:07 [WARNING|DP=0|PP=1|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default5]:07/03/2024 21:32:07 [WARNING|DP=0|PP=1|TP=1|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:07/03/2024 21:32:07 [WARNING|DP=1|PP=1|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:Repo card metadata block was not found. Setting CardData to empty.
[default2]:Repo card metadata block was not found. Setting CardData to empty.
[default3]:Repo card metadata block was not found. Setting CardData to empty.
[default5]:Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default7]:Repo card metadata block was not found. Setting CardData to empty.
[default3]:07/03/2024 21:32:07 [WARNING|DP=1|PP=0|TP=1|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default7]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default7]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default6]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default6]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default4]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default4]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default5]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default5]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default2]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default2]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default3]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default3]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default1]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default1]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default0]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default0]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default7]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default7]: warnings.warn(
[default6]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default6]: warnings.warn(
[default2]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default2]: warnings.warn(
[default3]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default3]: warnings.warn(
[default4]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default4]: warnings.warn(
[default5]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default5]: warnings.warn(
[default0]:07/03/2024 21:32:36 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 2718.23MiB. Peak allocated 21732.32MiB. Peak reserved: 22154.00MiB
[default0]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default0]: warnings.warn(
[default1]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default1]: warnings.warn(
[default4]:07/03/2024 21:32:41 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 1 / 20 | consumed_tokens: 4.19M | elapsed_time_per_iteration_ms: 33.2K | tokens_per_sec: 126K | tokens_per_sec_per_gpu: 15.8K | global_batch_size: 1.02K | lm_loss: 11.2 | lr: 0.0001 | model_tflops_per_gpu: 143 | hardware_tflops_per_gpu: 143 | grad_norm: 21.2 | cuda_memory_allocated: 3.22G | cuda_max_memory_reserved: 13.6G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.7G | hd_free_memory_tb: 246G
[default0]:07/03/2024 21:32:41 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 5683.08MiB. Peak reserved: 23804.00MiB
[default0]:07/03/2024 21:33:00 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23804.00MiB
[default0]:07/03/2024 21:33:00 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 5683.08MiB. Peak reserved: 23804.00MiB
[default4]:07/03/2024 21:33:00 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 2 / 20 | consumed_tokens: 8.39M | elapsed_time_per_iteration_ms: 18.5K | tokens_per_sec: 227K | tokens_per_sec_per_gpu: 28.4K | global_batch_size: 1.02K | lm_loss: 11.2 | lr: 9.53e-05 | model_tflops_per_gpu: 258 | hardware_tflops_per_gpu: 258 | grad_norm: 21.3 | cuda_memory_allocated: 3.22G | cuda_max_memory_reserved: 15.2G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.7G | hd_free_memory_tb: 246G
[default0]:07/03/2024 21:33:18 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23804.00MiB
[default0]:07/03/2024 21:33:18 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 5683.08MiB. Peak reserved: 23804.00MiB
[default4]:07/03/2024 21:33:18 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 3 / 20 | consumed_tokens: 12.6M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 28.6K | global_batch_size: 1.02K | lm_loss: 9.94 | lr: 9.05e-05 | model_tflops_per_gpu: 259 | hardware_tflops_per_gpu: 259 | grad_norm: 114 | cuda_memory_allocated: 3.22G | cuda_max_memory_reserved: 15.2G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.7G | hd_free_memory_tb: 246G
[default0]:STAGE:2024-07-03 21:33:18 594258:594258 ActivityProfilerController.cpp:314] Completed Stage: Warm Up
[default0]:07/03/2024 21:33:36 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23804.00MiB
[default0]:07/03/2024 21:33:36 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 5683.08MiB. Peak reserved: 23804.00MiB
[default4]:07/03/2024 21:33:36 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 4 / 20 | consumed_tokens: 16.8M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 28.6K | global_batch_size: 1.02K | lm_loss: 13.3 | lr: 8.58e-05 | model_tflops_per_gpu: 260 | hardware_tflops_per_gpu: 260 | grad_norm: 22.8 | cuda_memory_allocated: 3.22G | cuda_max_memory_reserved: 15.2G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.7G | hd_free_memory_tb: 246G
[default0]:07/03/2024 21:33:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23804.00MiB
[default4]:07/03/2024 21:33:55 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 5 / 20 | consumed_tokens: 21M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 28.6K | global_batch_size: 1.02K | lm_loss: 10.2 | lr: 8.11e-05 | model_tflops_per_gpu: 260 | hardware_tflops_per_gpu: 260 | grad_norm: 10.4
[default4]:07/03/2024 21:34:13 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 6 / 20 | consumed_tokens: 25.2M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 28.6K | global_batch_size: 1.02K | lm_loss: 9.36 | lr: 7.63e-05 | model_tflops_per_gpu: 260 | hardware_tflops_per_gpu: 260 | grad_norm: 15.4
[default0]:STAGE:2024-07-03 21:34:54 594258:594258 ActivityProfilerController.cpp:320] Completed Stage: Collection[default0]:
[default0]:STAGE:2024-07-03 21:34:58 594258:594258 ActivityProfilerController.cpp:324] Completed Stage: Post Processing
[default0]:07/03/2024 21:40:10 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23804.00MiB
[default0]:07/03/2024 21:40:29 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23804.00MiB
[default4]:07/03/2024 21:40:29 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 7 / 20 | consumed_tokens: 29.4M | elapsed_time_per_iteration_ms: 376K | tokens_per_sec: 11.2K | tokens_per_sec_per_gpu: 1.4K | global_batch_size: 1.02K | lm_loss: 8.8 | lr: 7.16e-05 | model_tflops_per_gpu: 12.7 | hardware_tflops_per_gpu: 12.7 | grad_norm: 8.99
[default0]:07/03/2024 21:40:47 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23806.00MiB
[default4]:07/03/2024 21:40:47 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 8 / 20 | consumed_tokens: 33.6M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 28.6K | global_batch_size: 1.02K | lm_loss: 8.6 | lr: 6.68e-05 | model_tflops_per_gpu: 260 | hardware_tflops_per_gpu: 260 | grad_norm: 5.7
[default0]:07/03/2024 21:41:05 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23806.00MiB
[default4]:07/03/2024 21:41:05 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 9 / 20 | consumed_tokens: 37.7M | elapsed_time_per_iteration_ms: 18.4K | tokens_per_sec: 228K | tokens_per_sec_per_gpu: 28.5K | global_batch_size: 1.02K | lm_loss: 8.22 | lr: 6.21e-05 | model_tflops_per_gpu: 259 | hardware_tflops_per_gpu: 259 | grad_norm: 4.86
[default4]:07/03/2024 21:41:24 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 10 / 20 | consumed_tokens: 41.9M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 28.7K | global_batch_size: 1.02K | lm_loss: 8.02 | lr: 5.74e-05 | model_tflops_per_gpu: 260 | hardware_tflops_per_gpu: 260 | grad_norm: 6.58
[default0]:07/03/2024 21:41:24 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23806.00MiB
[default4]:07/03/2024 21:41:42 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 11 / 20 | consumed_tokens: 46.1M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 28.6K | global_batch_size: 1.02K | lm_loss: 7.73 | lr: 5.26e-05 | model_tflops_per_gpu: 260 | hardware_tflops_per_gpu: 260 | grad_norm: 4.02
[default0]:07/03/2024 21:41:42 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23806.00MiB
[default0]:07/03/2024 21:42:00 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23806.00MiB
[default4]:07/03/2024 21:42:00 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 12 / 20 | consumed_tokens: 50.3M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 28.6K | global_batch_size: 1.02K | lm_loss: 7.55 | lr: 4.79e-05 | model_tflops_per_gpu: 260 | hardware_tflops_per_gpu: 260 | grad_norm: 3.54
[default0]:07/03/2024 21:42:20 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23806.00MiB
[default4]:07/03/2024 21:42:20 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 13 / 20 | consumed_tokens: 54.5M | elapsed_time_per_iteration_ms: 19.2K | tokens_per_sec: 218K | tokens_per_sec_per_gpu: 27.3K | global_batch_size: 1.02K | lm_loss: 7.49 | lr: 4.32e-05 | model_tflops_per_gpu: 247 | hardware_tflops_per_gpu: 247 | grad_norm: 4.42
[default0]:07/03/2024 21:42:38 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23806.00MiB
[default4]:07/03/2024 21:42:38 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 14 / 20 | consumed_tokens: 58.7M | elapsed_time_per_iteration_ms: 18.4K | tokens_per_sec: 228K | tokens_per_sec_per_gpu: 28.5K | global_batch_size: 1.02K | lm_loss: 7.36 | lr: 3.84e-05 | model_tflops_per_gpu: 259 | hardware_tflops_per_gpu: 259 | grad_norm: 3.98
[default0]:07/03/2024 21:42:56 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23806.00MiB
[default4]:07/03/2024 21:42:56 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 15 / 20 | consumed_tokens: 62.9M | elapsed_time_per_iteration_ms: 18.5K | tokens_per_sec: 227K | tokens_per_sec_per_gpu: 28.4K | global_batch_size: 1.02K | lm_loss: 7.21 | lr: 3.37e-05 | model_tflops_per_gpu: 258 | hardware_tflops_per_gpu: 258 | grad_norm: 2.83
[default0]:07/03/2024 21:43:15 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23806.00MiB
[default4]:07/03/2024 21:43:15 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 16 / 20 | consumed_tokens: 67.1M | elapsed_time_per_iteration_ms: 18.5K | tokens_per_sec: 226K | tokens_per_sec_per_gpu: 28.3K | global_batch_size: 1.02K | lm_loss: 7.12 | lr: 2.89e-05 | model_tflops_per_gpu: 257 | hardware_tflops_per_gpu: 257 | grad_norm: 2.71
[default0]:07/03/2024 21:43:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23806.00MiB
[default4]:07/03/2024 21:43:33 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 17 / 20 | consumed_tokens: 71.3M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 28.6K | global_batch_size: 1.02K | lm_loss: 7.02 | lr: 2.42e-05 | model_tflops_per_gpu: 260 | hardware_tflops_per_gpu: 260 | grad_norm: 2.51
[default0]:07/03/2024 21:43:52 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23806.00MiB
[default4]:07/03/2024 21:43:52 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 18 / 20 | consumed_tokens: 75.5M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 28.6K | global_batch_size: 1.02K | lm_loss: 6.94 | lr: 1.95e-05 | model_tflops_per_gpu: 260 | hardware_tflops_per_gpu: 260 | grad_norm: 2.53
[default0]:07/03/2024 21:44:10 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 4034.82MiB. Peak allocated 23048.90MiB. Peak reserved: 23806.00MiB
[default4]:07/03/2024 21:44:10 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 19 / 20 | consumed_tokens: 79.7M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 28.6K | global_batch_size: 1.02K | lm_loss: 6.89 | lr: 1.47e-05 | model_tflops_per_gpu: 260 | hardware_tflops_per_gpu: 260 | grad_norm: 2.95
[default4]:07/03/2024 21:44:28 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: iteration: 20 / 20 | consumed_tokens: 83.9M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 28.6K | global_batch_size: 1.02K | lm_loss: 6.84 | lr: 1e-05 | model_tflops_per_gpu: 260 | hardware_tflops_per_gpu: 260 | grad_norm: 2.88
Saved 1 csv files over 1 completed logs
Processing file: /fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-2_tp-2_pp-2_mbz-4/profiler/ip-26-0-164-207_594258.1720042744576660800.pt.trace.json
Results written to /fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-2_tp-2_pp-2_mbz-4/profiler.csv
Consider using `hf_transfer` for faster uploads. This solution comes with some limitations. See https://huggingface.co/docs/huggingface_hub/hf_transfer for more details.
ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 0%| | 0.00/10.5G [00:00<?, ?B/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 0%| | 16.0M/10.5G [00:00<02:37, 66.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 0%| | 32.0M/10.5G [00:00<03:22, 51.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 0%| | 48.0M/10.5G [00:00<03:06, 55.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 1%| | 64.0M/10.5G [00:01<02:50, 60.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 1%| | 80.0M/10.5G [00:01<03:06, 55.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 1%| | 96.0M/10.5G [00:01<02:55, 59.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 1%| | 112M/10.5G [00:02<03:19, 52.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 1%| | 128M/10.5G [00:02<03:06, 55.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 1%|▏ | 144M/10.5G [00:02<03:05, 55.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 2%|▏ | 160M/10.5G [00:02<02:55, 58.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 2%|▏ | 176M/10.5G [00:03<02:51, 60.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 2%|▏ | 192M/10.5G [00:03<03:03, 55.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 2%|▏ | 208M/10.5G [00:03<03:39, 46.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 2%|▏ | 224M/10.5G [00:04<03:28, 49.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 2%|▏ | 240M/10.5G [00:04<03:10, 53.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 2%|▏ | 256M/10.5G [00:04<03:09, 53.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 3%|β–Ž | 272M/10.5G [00:04<03:03, 55.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 3%|β–Ž | 288M/10.5G [00:05<02:59, 56.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 3%|β–Ž | 304M/10.5G [00:05<02:49, 60.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 3%|β–Ž | 320M/10.5G [00:05<02:35, 65.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 3%|β–Ž | 336M/10.5G [00:05<02:42, 62.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 3%|β–Ž | 352M/10.5G [00:06<02:55, 57.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 4%|β–Ž | 368M/10.5G [00:06<02:45, 60.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 4%|β–Ž | 384M/10.5G [00:06<02:33, 65.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 4%|▍ | 400M/10.5G [00:06<02:26, 68.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 4%|▍ | 416M/10.5G [00:07<02:32, 65.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 4%|▍ | 432M/10.5G [00:07<02:30, 66.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 4%|▍ | 448M/10.5G [00:07<02:22, 70.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 4%|▍ | 464M/10.5G [00:07<02:21, 70.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 5%|▍ | 480M/10.5G [00:08<02:47, 59.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 5%|▍ | 496M/10.5G [00:08<02:49, 58.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 5%|▍ | 512M/10.5G [00:08<02:30, 66.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 5%|β–Œ | 528M/10.5G [00:08<02:21, 70.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 5%|β–Œ | 544M/10.5G [00:09<02:35, 63.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 5%|β–Œ | 560M/10.5G [00:09<02:50, 58.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 6%|β–Œ | 576M/10.5G [00:09<02:39, 62.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 6%|β–Œ | 592M/10.5G [00:09<02:43, 60.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 6%|β–Œ | 608M/10.5G [00:10<02:35, 63.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 6%|β–Œ | 624M/10.5G [00:10<02:29, 66.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 6%|β–Œ | 640M/10.5G [00:10<02:19, 70.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 6%|β–‹ | 656M/10.5G [00:10<02:15, 72.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 6%|β–‹ | 672M/10.5G [00:11<02:14, 72.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 7%|β–‹ | 688M/10.5G [00:11<02:28, 65.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 7%|β–‹ | 704M/10.5G [00:11<02:34, 63.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 7%|β–‹ | 720M/10.5G [00:11<02:33, 63.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 7%|β–‹ | 736M/10.5G [00:12<02:47, 58.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 7%|β–‹ | 752M/10.5G [00:12<02:44, 58.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 7%|β–‹ | 768M/10.5G [00:12<02:35, 62.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 7%|β–‹ | 784M/10.5G [00:12<02:24, 66.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 8%|β–Š | 800M/10.5G [00:13<02:22, 67.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 8%|β–Š | 816M/10.5G [00:13<02:23, 67.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 8%|β–Š | 832M/10.5G [00:13<02:18, 69.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 8%|β–Š | 848M/10.5G [00:13<02:23, 67.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 8%|β–Š | 864M/10.5G [00:13<02:15, 71.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 8%|β–Š | 880M/10.5G [00:14<02:57, 54.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 9%|β–Š | 896M/10.5G [00:14<03:06, 51.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 9%|β–Š | 912M/10.5G [00:15<02:53, 55.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 9%|β–‰ | 928M/10.5G [00:15<02:48, 56.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 9%|β–‰ | 944M/10.5G [00:15<02:50, 55.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 9%|β–‰ | 960M/10.5G [00:15<02:40, 59.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 9%|β–‰ | 976M/10.5G [00:16<02:43, 58.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 9%|β–‰ | 992M/10.5G [00:16<02:56, 53.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 10%|β–‰ | 1.01G/10.5G [00:16<02:45, 57.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 10%|β–‰ | 1.02G/10.5G [00:16<02:44, 57.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 10%|β–‰ | 1.04G/10.5G [00:17<02:51, 55.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 10%|β–ˆ | 1.06G/10.5G [00:17<02:35, 60.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 10%|β–ˆ | 1.07G/10.5G [00:17<02:29, 63.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 10%|β–ˆ | 1.09G/10.5G [00:17<02:23, 65.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 11%|β–ˆ | 1.10G/10.5G [00:18<02:27, 63.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 11%|β–ˆ | 1.12G/10.5G [00:18<02:21, 65.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 11%|β–ˆ | 1.14G/10.5G [00:18<02:23, 64.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 11%|β–ˆ | 1.15G/10.5G [00:18<02:18, 67.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 11%|β–ˆ | 1.17G/10.5G [00:19<02:12, 70.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 11%|β–ˆβ– | 1.18G/10.5G [00:19<02:05, 74.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 11%|β–ˆβ– | 1.20G/10.5G [00:19<02:03, 74.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 12%|β–ˆβ– | 1.22G/10.5G [00:19<02:26, 63.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 12%|β–ˆβ– | 1.23G/10.5G [00:20<02:34, 59.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 12%|β–ˆβ– | 1.25G/10.5G [00:20<02:21, 65.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 12%|β–ˆβ– | 1.26G/10.5G [00:20<02:13, 68.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 12%|β–ˆβ– | 1.28G/10.5G [00:20<02:15, 67.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 12%|β–ˆβ– | 1.30G/10.5G [00:21<02:45, 55.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 13%|β–ˆβ–Ž | 1.31G/10.5G [00:21<02:32, 60.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 13%|β–ˆβ–Ž | 1.33G/10.5G [00:21<02:30, 60.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 13%|β–ˆβ–Ž | 1.34G/10.5G [00:21<02:21, 64.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 13%|β–ˆβ–Ž | 1.36G/10.5G [00:22<03:11, 47.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 13%|β–ˆβ–Ž | 1.38G/10.5G [00:22<02:59, 50.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 13%|β–ˆβ–Ž | 1.39G/10.5G [00:23<02:57, 51.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 13%|β–ˆβ–Ž | 1.41G/10.5G [00:23<02:48, 53.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 14%|β–ˆβ–Ž | 1.42G/10.5G [00:23<02:38, 57.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 14%|β–ˆβ– | 1.44G/10.5G [00:23<02:33, 58.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 14%|β–ˆβ– | 1.46G/10.5G [00:24<02:33, 58.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 14%|β–ˆβ– | 1.47G/10.5G [00:24<02:15, 66.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 14%|β–ˆβ– | 1.49G/10.5G [00:24<02:12, 68.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 14%|β–ˆβ– | 1.50G/10.5G [00:24<02:15, 66.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 15%|β–ˆβ– | 1.52G/10.5G [00:24<02:17, 65.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 15%|β–ˆβ– | 1.54G/10.5G [00:25<02:21, 63.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 15%|β–ˆβ– | 1.55G/10.5G [00:25<02:25, 61.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 15%|β–ˆβ– | 1.57G/10.5G [00:25<02:21, 62.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 15%|β–ˆβ–Œ | 1.58G/10.5G [00:26<02:49, 52.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 15%|β–ˆβ–Œ | 1.60G/10.5G [00:26<02:49, 52.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 15%|β–ˆβ–Œ | 1.62G/10.5G [00:26<02:47, 52.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 16%|β–ˆβ–Œ | 1.63G/10.5G [00:27<02:46, 53.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 16%|β–ˆβ–Œ | 1.65G/10.5G [00:27<02:38, 55.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 16%|β–ˆβ–Œ | 1.66G/10.5G [00:27<02:34, 57.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 16%|β–ˆβ–Œ | 1.68G/10.5G [00:27<02:16, 64.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 16%|β–ˆβ–Œ | 1.70G/10.5G [00:27<02:12, 66.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 16%|β–ˆβ–‹ | 1.71G/10.5G [00:28<04:14, 34.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 17%|β–ˆβ–‹ | 1.73G/10.5G [00:29<03:34, 40.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 17%|β–ˆβ–‹ | 1.74G/10.5G [00:29<03:13, 45.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 17%|β–ˆβ–‹ | 1.76G/10.5G [00:29<02:56, 49.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 17%|β–ˆβ–‹ | 1.78G/10.5G [00:29<02:36, 55.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 17%|β–ˆβ–‹ | 1.79G/10.5G [00:30<02:46, 52.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 17%|β–ˆβ–‹ | 1.81G/10.5G [00:30<02:31, 57.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 17%|β–ˆβ–‹ | 1.82G/10.5G [00:30<02:27, 58.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 18%|β–ˆβ–Š | 1.84G/10.5G [00:30<02:17, 62.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 18%|β–ˆβ–Š | 1.86G/10.5G [00:31<02:21, 60.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 18%|β–ˆβ–Š | 1.87G/10.5G [00:31<02:11, 65.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 18%|β–ˆβ–Š | 1.89G/10.5G [00:31<02:07, 67.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 18%|β–ˆβ–Š | 1.90G/10.5G [00:32<02:54, 49.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 18%|β–ˆβ–Š | 1.92G/10.5G [00:32<02:41, 53.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 19%|β–ˆβ–Š | 1.94G/10.5G [00:32<02:23, 59.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 19%|β–ˆβ–Š | 1.95G/10.5G [00:32<02:08, 66.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 19%|β–ˆβ–‰ | 1.97G/10.5G [00:32<01:54, 74.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 19%|β–ˆβ–‰ | 1.98G/10.5G [00:33<01:59, 70.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 19%|β–ˆβ–‰ | 2.00G/10.5G [00:33<01:54, 73.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 19%|β–ˆβ–‰ | 2.02G/10.5G [00:33<02:02, 68.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 19%|β–ˆβ–‰ | 2.03G/10.5G [00:33<01:58, 71.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 20%|β–ˆβ–‰ | 2.05G/10.5G [00:34<01:56, 72.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 20%|β–ˆβ–‰ | 2.06G/10.5G [00:34<02:05, 66.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 20%|β–ˆβ–‰ | 2.08G/10.5G [00:34<02:11, 63.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 20%|β–ˆβ–ˆ | 2.10G/10.5G [00:34<02:04, 67.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 20%|β–ˆβ–ˆ | 2.11G/10.5G [00:35<02:03, 67.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 20%|β–ˆβ–ˆ | 2.13G/10.5G [00:35<02:07, 65.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 20%|β–ˆβ–ˆ | 2.14G/10.5G [00:35<02:10, 63.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 21%|β–ˆβ–ˆ | 2.16G/10.5G [00:35<02:04, 66.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 21%|β–ˆβ–ˆ | 2.18G/10.5G [00:36<01:56, 71.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 21%|β–ˆβ–ˆ | 2.19G/10.5G [00:36<03:20, 41.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 21%|β–ˆβ–ˆ | 2.21G/10.5G [00:37<02:55, 46.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 21%|β–ˆβ–ˆβ– | 2.22G/10.5G [00:37<02:55, 46.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 21%|β–ˆβ–ˆβ– | 2.24G/10.5G [00:37<02:40, 51.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.26G/10.5G [00:37<02:27, 55.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.27G/10.5G [00:38<02:33, 53.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.29G/10.5G [00:38<02:19, 58.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.30G/10.5G [00:38<02:18, 58.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.32G/10.5G [00:38<02:10, 62.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.34G/10.5G [00:39<02:08, 63.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.35G/10.5G [00:39<02:04, 65.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 2.37G/10.5G [00:39<01:55, 70.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 2.38G/10.5G [00:39<01:58, 68.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 2.40G/10.5G [00:40<01:58, 67.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 2.42G/10.5G [00:40<02:48, 47.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 2.43G/10.5G [00:41<03:01, 44.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 2.45G/10.5G [00:41<02:36, 51.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 24%|β–ˆβ–ˆβ–Ž | 2.46G/10.5G [00:41<02:21, 56.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 24%|β–ˆβ–ˆβ–Ž | 2.48G/10.5G [00:41<02:10, 61.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 24%|β–ˆβ–ˆβ– | 2.50G/10.5G [00:41<02:14, 59.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 24%|β–ˆβ–ˆβ– | 2.51G/10.5G [00:42<02:10, 60.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 24%|β–ˆβ–ˆβ– | 2.53G/10.5G [00:42<02:04, 63.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 24%|β–ˆβ–ˆβ– | 2.54G/10.5G [00:42<02:06, 62.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 24%|β–ˆβ–ˆβ– | 2.56G/10.5G [00:42<02:14, 58.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 25%|β–ˆβ–ˆβ– | 2.58G/10.5G [00:43<01:56, 67.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 25%|β–ˆβ–ˆβ– | 2.59G/10.5G [00:43<01:51, 70.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 25%|β–ˆβ–ˆβ– | 2.61G/10.5G [00:43<01:59, 65.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 25%|β–ˆβ–ˆβ–Œ | 2.62G/10.5G [00:43<02:05, 62.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 25%|β–ˆβ–ˆβ–Œ | 2.64G/10.5G [00:45<05:25, 24.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 25%|β–ˆβ–ˆβ–Œ | 2.66G/10.5G [00:45<04:22, 29.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 2.67G/10.5G [00:46<04:07, 31.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 2.69G/10.5G [00:46<04:38, 27.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 2.70G/10.5G [00:47<03:55, 33.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 2.72G/10.5G [00:47<03:17, 39.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 2.74G/10.5G [00:47<03:02, 42.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 26%|β–ˆβ–ˆβ–‹ | 2.75G/10.5G [00:48<02:45, 46.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 26%|β–ˆβ–ˆβ–‹ | 2.77G/10.5G [00:48<02:40, 47.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 2.78G/10.5G [00:48<02:24, 53.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 2.80G/10.5G [00:48<02:39, 48.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 2.82G/10.5G [00:49<02:16, 56.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 2.83G/10.5G [00:49<02:24, 52.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 2.85G/10.5G [00:49<02:09, 58.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 2.86G/10.5G [00:49<01:55, 66.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 2.88G/10.5G [00:50<02:13, 56.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 2.90G/10.5G [00:50<02:08, 58.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 2.91G/10.5G [00:50<02:02, 61.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 2.93G/10.5G [00:50<01:58, 63.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 2.94G/10.5G [00:51<02:02, 61.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 2.96G/10.5G [00:51<02:03, 60.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 2.98G/10.5G [00:51<01:52, 66.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 29%|β–ˆβ–ˆβ–Š | 2.99G/10.5G [00:51<01:47, 69.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 3.01G/10.5G [00:52<01:48, 68.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 3.02G/10.5G [00:52<01:47, 69.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 3.04G/10.5G [00:52<01:44, 71.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 3.06G/10.5G [00:52<01:44, 70.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 3.07G/10.5G [00:53<01:52, 65.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 3.09G/10.5G [00:53<02:07, 57.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 3.10G/10.5G [00:53<02:36, 47.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 3.12G/10.5G [00:54<02:31, 48.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 3.14G/10.5G [00:54<02:11, 55.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 30%|β–ˆβ–ˆβ–ˆ | 3.15G/10.5G [00:54<02:05, 58.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 30%|β–ˆβ–ˆβ–ˆ | 3.17G/10.5G [00:54<01:53, 64.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 30%|β–ˆβ–ˆβ–ˆ | 3.18G/10.5G [00:55<01:47, 67.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 3.20G/10.5G [00:55<02:05, 57.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 3.22G/10.5G [00:55<02:04, 58.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 3.23G/10.5G [00:56<02:16, 52.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 3.25G/10.5G [00:56<02:44, 43.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 3.26G/10.5G [00:56<02:27, 48.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆβ– | 3.28G/10.5G [00:57<02:20, 50.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 3.30G/10.5G [00:57<02:21, 50.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 3.31G/10.5G [00:57<02:15, 52.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 3.33G/10.5G [00:57<02:05, 56.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 3.34G/10.5G [00:58<02:01, 58.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 3.36G/10.5G [00:58<01:57, 60.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 3.38G/10.5G [00:59<02:56, 40.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 3.39G/10.5G [00:59<02:51, 41.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 3.41G/10.5G [00:59<02:27, 48.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 3.42G/10.5G [01:00<02:54, 40.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 3.44G/10.5G [01:00<02:30, 46.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 3.46G/10.5G [01:00<02:14, 52.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 3.47G/10.5G [01:00<01:58, 59.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 3.49G/10.5G [01:01<02:11, 52.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 3.50G/10.5G [01:01<02:02, 56.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ–Ž | 3.52G/10.5G [01:01<01:57, 58.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 3.54G/10.5G [01:01<01:52, 61.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 3.55G/10.5G [01:02<01:46, 64.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 3.57G/10.5G [01:02<01:46, 64.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 3.58G/10.5G [01:02<01:42, 66.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 3.60G/10.5G [01:03<02:06, 54.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ– | 3.62G/10.5G [01:03<01:58, 57.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ– | 3.63G/10.5G [01:03<01:52, 60.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ– | 3.65G/10.5G [01:03<01:46, 64.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ–Œ | 3.66G/10.5G [01:04<01:49, 62.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ–Œ | 3.68G/10.5G [01:04<01:50, 61.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ–Œ | 3.70G/10.5G [01:04<01:50, 61.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ–Œ | 3.71G/10.5G [01:04<01:50, 61.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 3.73G/10.5G [01:05<01:49, 61.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 3.74G/10.5G [01:05<02:09, 51.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 3.76G/10.5G [01:05<02:00, 55.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 3.78G/10.5G [01:05<01:41, 66.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 3.79G/10.5G [01:06<01:39, 67.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–‹ | 3.81G/10.5G [01:06<01:52, 59.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 3.82G/10.5G [01:06<01:49, 60.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 3.84G/10.5G [01:06<01:44, 63.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 3.86G/10.5G [01:07<02:00, 54.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 3.87G/10.5G [01:07<01:48, 60.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 3.89G/10.5G [01:07<01:59, 55.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 3.90G/10.5G [01:08<01:53, 57.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 3.92G/10.5G [01:08<01:43, 63.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 3.94G/10.5G [01:08<01:40, 65.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 3.95G/10.5G [01:08<01:45, 61.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 3.97G/10.5G [01:09<01:42, 63.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 3.98G/10.5G [01:09<01:49, 58.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 4.00G/10.5G [01:09<01:49, 59.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 4.02G/10.5G [01:09<01:51, 57.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–Š | 4.03G/10.5G [01:10<02:05, 51.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–Š | 4.05G/10.5G [01:10<02:27, 43.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 4.06G/10.5G [01:11<02:15, 47.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 4.08G/10.5G [01:11<02:06, 50.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 4.10G/10.5G [01:11<01:56, 54.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 4.11G/10.5G [01:11<01:45, 60.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 4.13G/10.5G [01:12<01:56, 54.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–‰ | 4.14G/10.5G [01:12<01:50, 57.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–‰ | 4.16G/10.5G [01:12<01:45, 59.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–‰ | 4.18G/10.5G [01:12<01:44, 60.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–ˆ | 4.19G/10.5G [01:13<01:41, 61.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–ˆ | 4.21G/10.5G [01:13<01:40, 62.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–ˆ | 4.22G/10.5G [01:13<01:39, 62.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 4.24G/10.5G [01:13<01:37, 63.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 4.26G/10.5G [01:14<01:38, 63.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 4.27G/10.5G [01:14<01:38, 63.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 4.29G/10.5G [01:14<01:42, 60.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 4.30G/10.5G [01:14<01:45, 58.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.32G/10.5G [01:15<01:42, 60.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.34G/10.5G [01:15<01:38, 61.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.35G/10.5G [01:15<01:34, 64.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.37G/10.5G [01:15<01:26, 70.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.38G/10.5G [01:16<01:34, 64.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.40G/10.5G [01:16<01:39, 61.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.42G/10.5G [01:16<01:29, 67.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.43G/10.5G [01:16<01:25, 70.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.45G/10.5G [01:17<01:20, 74.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.46G/10.5G [01:17<01:15, 79.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.48G/10.5G [01:17<01:20, 74.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.50G/10.5G [01:17<01:27, 68.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.51G/10.5G [01:18<01:29, 66.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.53G/10.5G [01:18<01:28, 67.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.54G/10.5G [01:18<01:28, 66.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.56G/10.5G [01:18<01:31, 64.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.58G/10.5G [01:19<01:37, 60.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.59G/10.5G [01:19<01:47, 54.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.61G/10.5G [01:19<02:03, 47.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.62G/10.5G [01:20<02:00, 48.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.64G/10.5G [01:20<02:22, 40.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.66G/10.5G [01:21<02:16, 42.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.67G/10.5G [01:21<02:01, 47.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.69G/10.5G [01:21<02:01, 47.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 4.70G/10.5G [01:21<01:50, 52.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.72G/10.5G [01:22<01:42, 56.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.74G/10.5G [01:22<01:33, 61.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.75G/10.5G [01:22<01:30, 63.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.77G/10.5G [01:22<01:23, 68.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.78G/10.5G [01:22<01:22, 68.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.80G/10.5G [01:23<01:29, 63.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.82G/10.5G [01:23<01:25, 66.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.83G/10.5G [01:23<01:29, 62.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.85G/10.5G [01:24<01:36, 58.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.86G/10.5G [01:24<01:24, 66.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.88G/10.5G [01:24<01:23, 66.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.90G/10.5G [01:24<01:28, 62.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.91G/10.5G [01:25<01:27, 63.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.93G/10.5G [01:25<01:26, 63.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.94G/10.5G [01:25<01:22, 67.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.96G/10.5G [01:25<01:24, 65.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.98G/10.5G [01:25<01:17, 71.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.99G/10.5G [01:26<01:16, 71.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.01G/10.5G [01:26<01:25, 63.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.02G/10.5G [01:26<01:21, 67.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.04G/10.5G [01:26<01:20, 67.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.06G/10.5G [01:27<01:14, 72.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.07G/10.5G [01:27<01:20, 67.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.09G/10.5G [01:27<01:20, 66.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.10G/10.5G [01:27<01:24, 63.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.12G/10.5G [01:28<01:27, 61.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.14G/10.5G [01:28<01:25, 62.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.15G/10.5G [01:28<01:23, 63.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.17G/10.5G [01:28<01:21, 64.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.18G/10.5G [01:29<01:29, 59.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.20G/10.5G [01:29<01:22, 64.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.22G/10.5G [01:29<01:23, 62.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.23G/10.5G [01:29<01:24, 62.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.25G/10.5G [01:30<01:20, 65.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.26G/10.5G [01:30<01:45, 49.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.28G/10.5G [01:30<01:34, 54.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.30G/10.5G [01:31<01:28, 58.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.31G/10.5G [01:31<01:26, 59.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.33G/10.5G [01:31<01:22, 62.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.34G/10.5G [01:31<01:23, 61.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.36G/10.5G [01:32<01:17, 66.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.38G/10.5G [01:32<01:11, 71.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.39G/10.5G [01:32<01:16, 66.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.41G/10.5G [01:32<01:22, 61.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.42G/10.5G [01:33<01:29, 56.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.44G/10.5G [01:33<01:22, 60.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.46G/10.5G [01:33<01:20, 62.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.47G/10.5G [01:33<01:27, 57.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.49G/10.5G [01:34<01:21, 61.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.50G/10.5G [01:34<01:20, 61.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.52G/10.5G [01:34<01:18, 62.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.54G/10.5G [01:34<01:20, 61.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.55G/10.5G [01:35<01:24, 58.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.57G/10.5G [01:35<01:15, 64.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.58G/10.5G [01:35<01:42, 47.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.60G/10.5G [01:36<01:38, 49.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.62G/10.5G [01:36<01:30, 53.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.63G/10.5G [01:36<01:21, 59.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.65G/10.5G [01:36<01:18, 61.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.66G/10.5G [01:37<01:20, 59.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.68G/10.5G [01:37<01:19, 60.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.70G/10.5G [01:37<01:16, 62.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.71G/10.5G [01:37<01:14, 63.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.73G/10.5G [01:38<01:13, 64.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.74G/10.5G [01:38<01:16, 61.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.76G/10.5G [01:38<01:24, 55.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.78G/10.5G [01:39<01:23, 56.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.79G/10.5G [01:39<01:19, 58.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.81G/10.5G [01:39<01:19, 58.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.82G/10.5G [01:39<01:21, 57.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.84G/10.5G [01:40<01:20, 57.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.86G/10.5G [01:40<01:15, 61.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.87G/10.5G [01:40<01:21, 56.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 5.89G/10.5G [01:41<01:16, 59.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 5.90G/10.5G [01:41<01:13, 62.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 5.92G/10.5G [01:41<01:19, 56.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 5.94G/10.5G [01:41<01:14, 60.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 5.95G/10.5G [01:42<01:12, 62.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 5.97G/10.5G [01:42<01:10, 64.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 5.98G/10.5G [01:42<01:12, 62.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.00G/10.5G [01:42<01:09, 63.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.02G/10.5G [01:43<01:17, 57.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.03G/10.5G [01:43<01:21, 54.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.05G/10.5G [01:43<01:35, 46.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.06G/10.5G [01:44<01:30, 48.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.08G/10.5G [01:44<01:17, 56.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.10G/10.5G [01:44<01:12, 60.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.11G/10.5G [01:44<01:10, 61.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.13G/10.5G [01:45<01:07, 64.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.14G/10.5G [01:45<01:08, 63.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.16G/10.5G [01:45<01:14, 57.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.18G/10.5G [01:45<01:10, 60.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.19G/10.5G [01:46<01:09, 61.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.21G/10.5G [01:46<01:05, 65.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.22G/10.5G [01:46<01:04, 65.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.24G/10.5G [01:46<01:07, 62.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.26G/10.5G [01:47<01:01, 68.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.27G/10.5G [01:47<01:07, 62.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.29G/10.5G [01:48<01:33, 44.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.30G/10.5G [01:48<01:22, 50.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.32G/10.5G [01:48<01:19, 51.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.34G/10.5G [01:48<01:16, 54.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.35G/10.5G [01:49<01:14, 55.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.37G/10.5G [01:50<02:08, 31.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.38G/10.5G [01:50<01:45, 38.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.40G/10.5G [01:50<01:30, 44.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.42G/10.5G [01:50<01:20, 50.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.43G/10.5G [01:50<01:15, 53.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.45G/10.5G [01:51<01:51, 35.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.46G/10.5G [01:52<01:39, 40.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.48G/10.5G [01:52<01:26, 46.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.50G/10.5G [01:52<01:22, 48.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.51G/10.5G [01:52<01:13, 53.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.53G/10.5G [01:53<01:07, 58.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 6.54G/10.5G [01:53<01:02, 62.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 6.56G/10.5G [01:53<01:05, 59.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 6.58G/10.5G [01:53<01:00, 63.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 6.59G/10.5G [01:54<01:04, 59.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 6.61G/10.5G [01:54<01:00, 63.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 6.62G/10.5G [01:54<01:00, 63.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 6.64G/10.5G [01:54<01:03, 59.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 6.66G/10.5G [01:55<01:04, 58.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.67G/10.5G [01:55<01:05, 58.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.69G/10.5G [01:55<01:05, 57.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.70G/10.5G [01:55<01:01, 61.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.72G/10.5G [01:56<01:13, 50.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.74G/10.5G [01:56<01:18, 47.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.75G/10.5G [01:56<01:12, 50.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.77G/10.5G [01:57<01:04, 57.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.78G/10.5G [01:57<01:00, 60.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.80G/10.5G [01:57<00:56, 65.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.82G/10.5G [01:57<00:59, 60.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.83G/10.5G [01:58<00:58, 61.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.85G/10.5G [01:58<01:02, 58.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.86G/10.5G [01:58<00:59, 60.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.88G/10.5G [01:58<00:56, 63.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.90G/10.5G [01:59<01:07, 53.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.91G/10.5G [01:59<01:13, 48.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.93G/10.5G [02:00<01:07, 52.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.94G/10.5G [02:00<01:01, 57.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.96G/10.5G [02:00<00:57, 61.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.98G/10.5G [02:00<00:54, 64.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.99G/10.5G [02:00<00:53, 65.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.01G/10.5G [02:01<00:52, 65.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.02G/10.5G [02:01<01:09, 49.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.04G/10.5G [02:01<01:04, 53.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.06G/10.5G [02:02<01:01, 55.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.07G/10.5G [02:02<00:59, 56.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.09G/10.5G [02:02<00:54, 62.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.10G/10.5G [02:02<00:53, 62.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.12G/10.5G [02:03<00:49, 67.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.14G/10.5G [02:03<00:50, 65.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.15G/10.5G [02:03<00:48, 67.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.17G/10.5G [02:03<00:47, 68.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.18G/10.5G [02:04<00:48, 67.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.20G/10.5G [02:04<00:51, 63.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.22G/10.5G [02:04<00:54, 59.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.23G/10.5G [02:04<00:54, 58.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.25G/10.5G [02:05<00:49, 64.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.26G/10.5G [02:05<00:49, 64.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.28G/10.5G [02:05<00:46, 67.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.30G/10.5G [02:05<00:53, 59.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.31G/10.5G [02:06<00:52, 60.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 7.33G/10.5G [02:06<00:50, 62.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 7.34G/10.5G [02:06<00:47, 65.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 7.36G/10.5G [02:06<00:53, 58.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 7.38G/10.5G [02:08<01:41, 30.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 7.39G/10.5G [02:08<01:22, 37.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 7.41G/10.5G [02:08<01:17, 39.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 7.42G/10.5G [02:08<01:08, 44.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 7.44G/10.5G [02:09<00:58, 51.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.46G/10.5G [02:09<00:59, 50.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.47G/10.5G [02:09<01:00, 49.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.49G/10.5G [02:09<00:52, 56.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.50G/10.5G [02:10<00:52, 56.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.52G/10.5G [02:10<00:46, 63.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.54G/10.5G [02:10<00:50, 58.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.55G/10.5G [02:10<00:46, 63.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.57G/10.5G [02:11<00:44, 64.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.58G/10.5G [02:11<00:43, 65.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.60G/10.5G [02:11<00:45, 63.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.62G/10.5G [02:11<00:44, 64.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.63G/10.5G [02:12<00:39, 70.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.65G/10.5G [02:12<00:40, 69.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.66G/10.5G [02:12<00:42, 65.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.68G/10.5G [02:12<00:43, 64.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.70G/10.5G [02:13<00:46, 60.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.71G/10.5G [02:13<00:43, 63.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.73G/10.5G [02:13<00:45, 60.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.74G/10.5G [02:13<00:42, 63.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.76G/10.5G [02:14<00:46, 58.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.78G/10.5G [02:14<00:41, 64.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.79G/10.5G [02:14<00:37, 70.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.81G/10.5G [02:14<00:38, 69.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.82G/10.5G [02:15<00:38, 68.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.84G/10.5G [02:15<00:42, 61.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.86G/10.5G [02:15<00:43, 60.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.87G/10.5G [02:16<00:53, 48.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.89G/10.5G [02:16<00:50, 51.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.90G/10.5G [02:16<00:46, 55.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.92G/10.5G [02:16<00:43, 57.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.94G/10.5G [02:17<00:42, 59.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.95G/10.5G [02:17<00:53, 46.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.97G/10.5G [02:17<00:48, 51.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.98G/10.5G [02:18<00:45, 53.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.00G/10.5G [02:18<00:57, 43.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.02G/10.5G [02:19<00:57, 42.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.03G/10.5G [02:19<00:51, 46.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.05G/10.5G [02:19<00:44, 53.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.06G/10.5G [02:19<00:43, 54.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.08G/10.5G [02:20<00:42, 56.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.10G/10.5G [02:20<00:38, 62.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 8.11G/10.5G [02:20<00:39, 58.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 8.13G/10.5G [02:20<00:37, 62.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 8.14G/10.5G [02:21<00:39, 59.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 8.16G/10.5G [02:21<00:38, 60.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 8.18G/10.5G [02:21<00:36, 61.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 8.19G/10.5G [02:21<00:38, 58.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 8.21G/10.5G [02:22<00:38, 59.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 8.22G/10.5G [02:22<00:36, 61.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 8.24G/10.5G [02:22<00:37, 59.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 8.26G/10.5G [02:22<00:36, 60.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 8.27G/10.5G [02:23<00:34, 64.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 8.29G/10.5G [02:23<00:34, 63.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 8.30G/10.5G [02:23<00:36, 58.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 8.32G/10.5G [02:24<00:39, 54.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 8.34G/10.5G [02:24<00:39, 53.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 8.35G/10.5G [02:24<00:33, 63.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 8.37G/10.5G [02:24<00:32, 64.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.38G/10.5G [02:25<00:33, 61.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.40G/10.5G [02:25<00:33, 61.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.42G/10.5G [02:25<00:31, 65.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.43G/10.5G [02:25<00:29, 67.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.45G/10.5G [02:25<00:29, 68.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.46G/10.5G [02:26<00:29, 67.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.48G/10.5G [02:26<00:30, 65.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.50G/10.5G [02:26<00:28, 69.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.51G/10.5G [02:26<00:29, 66.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.53G/10.5G [02:27<00:27, 69.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.54G/10.5G [02:27<00:26, 71.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.56G/10.5G [02:27<00:28, 66.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.58G/10.5G [02:27<00:26, 70.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.59G/10.5G [02:28<00:26, 69.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.61G/10.5G [02:28<00:30, 59.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.62G/10.5G [02:28<00:31, 57.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.64G/10.5G [02:28<00:30, 59.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.66G/10.5G [02:29<00:27, 64.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.67G/10.5G [02:29<00:30, 57.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.69G/10.5G [02:29<00:29, 60.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.70G/10.5G [02:30<00:28, 61.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.72G/10.5G [02:30<00:30, 57.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.74G/10.5G [02:30<00:27, 63.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.75G/10.5G [02:30<00:26, 64.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.77G/10.5G [02:31<00:33, 51.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.78G/10.5G [02:31<00:31, 53.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.80G/10.5G [02:31<00:27, 59.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.82G/10.5G [02:31<00:26, 63.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.83G/10.5G [02:32<00:32, 49.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.85G/10.5G [02:32<00:32, 50.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.86G/10.5G [02:32<00:30, 53.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.88G/10.5G [02:33<00:27, 57.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.90G/10.5G [02:33<00:25, 60.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.91G/10.5G [02:34<00:36, 42.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.93G/10.5G [02:34<00:30, 49.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.94G/10.5G [02:34<00:27, 55.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.96G/10.5G [02:34<00:26, 56.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.98G/10.5G [02:34<00:25, 58.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.99G/10.5G [02:35<00:23, 63.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 9.01G/10.5G [02:35<00:22, 63.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 9.02G/10.5G [02:35<00:24, 57.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 9.04G/10.5G [02:35<00:22, 63.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 9.06G/10.5G [02:36<00:33, 41.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 9.07G/10.5G [02:36<00:29, 47.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 9.09G/10.5G [02:37<00:26, 51.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 9.10G/10.5G [02:38<00:40, 33.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 9.12G/10.5G [02:38<00:36, 36.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 9.14G/10.5G [02:38<00:30, 42.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 9.15G/10.5G [02:38<00:31, 41.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.17G/10.5G [02:39<00:28, 45.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.18G/10.5G [02:39<00:24, 51.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.20G/10.5G [02:39<00:22, 57.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.22G/10.5G [02:39<00:21, 58.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.23G/10.5G [02:40<00:19, 62.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.25G/10.5G [02:40<00:17, 67.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.26G/10.5G [02:40<00:18, 65.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.28G/10.5G [02:40<00:18, 62.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.30G/10.5G [02:41<00:19, 58.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.31G/10.5G [02:41<00:19, 57.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.33G/10.5G [02:41<00:19, 57.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.34G/10.5G [02:42<00:19, 56.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.36G/10.5G [02:42<00:18, 58.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.38G/10.5G [02:42<00:19, 55.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.39G/10.5G [02:42<00:18, 59.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.41G/10.5G [02:43<00:17, 59.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.42G/10.5G [02:43<00:15, 65.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.44G/10.5G [02:43<00:15, 65.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.46G/10.5G [02:43<00:14, 71.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.47G/10.5G [02:43<00:14, 69.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.49G/10.5G [02:44<00:13, 72.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.50G/10.5G [02:44<00:15, 60.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.52G/10.5G [02:44<00:15, 62.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.54G/10.5G [02:45<00:13, 66.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.55G/10.5G [02:45<00:13, 67.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.57G/10.5G [02:45<00:13, 65.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.58G/10.5G [02:47<00:47, 18.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.60G/10.5G [02:48<00:37, 23.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.62G/10.5G [02:48<00:28, 29.1MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.63G/10.5G [02:48<00:22, 36.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.65G/10.5G [02:48<00:18, 43.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.66G/10.5G [02:49<00:18, 43.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 9.68G/10.5G [02:49<00:15, 49.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 9.70G/10.5G [02:49<00:15, 48.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 9.71G/10.5G [02:49<00:14, 53.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 9.73G/10.5G [02:50<00:13, 53.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 9.74G/10.5G [02:50<00:13, 54.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 9.76G/10.5G [02:50<00:12, 58.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 9.78G/10.5G [02:50<00:11, 60.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 9.79G/10.5G [02:51<00:10, 61.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.81G/10.5G [02:51<00:09, 67.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.82G/10.5G [02:51<00:08, 71.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.84G/10.5G [02:51<00:08, 73.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.86G/10.5G [02:51<00:08, 74.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.87G/10.5G [02:52<00:08, 72.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.89G/10.5G [02:52<00:08, 70.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.90G/10.5G [02:52<00:08, 63.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.92G/10.5G [02:53<00:08, 61.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 9.94G/10.5G [02:53<00:07, 66.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 9.95G/10.5G [02:53<00:07, 67.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 9.97G/10.5G [02:53<00:07, 65.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 9.98G/10.5G [02:53<00:06, 71.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 10.0G/10.5G [02:54<00:07, 65.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 10.0G/10.5G [02:54<00:06, 66.0MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 10.0G/10.5G [02:54<00:06, 64.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 10.0G/10.5G [02:54<00:06, 67.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 10.1G/10.5G [02:55<00:05, 68.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 10.1G/10.5G [02:55<00:05, 67.3MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 10.1G/10.5G [02:55<00:05, 61.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 10.1G/10.5G [02:55<00:05, 62.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 10.1G/10.5G [02:56<00:05, 66.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 10.1G/10.5G [02:56<00:05, 62.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 10.2G/10.5G [02:56<00:04, 66.7MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 10.2G/10.5G [02:56<00:04, 62.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 10.2G/10.5G [02:57<00:04, 66.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 10.2G/10.5G [02:57<00:04, 62.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 10.2G/10.5G [02:57<00:03, 69.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 10.2G/10.5G [02:57<00:03, 69.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 10.3G/10.5G [02:58<00:02, 68.6MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 10.3G/10.5G [02:58<00:02, 68.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 10.3G/10.5G [02:58<00:02, 67.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 10.3G/10.5G [02:58<00:02, 67.5MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 10.3G/10.5G [02:59<00:02, 53.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 10.3G/10.5G [02:59<00:02, 53.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 10.4G/10.5G [02:59<00:02, 54.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 10.4G/10.5G [02:59<00:01, 58.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 10.4G/10.5G [03:00<00:01, 60.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 10.4G/10.5G [03:01<00:01, 37.2MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 10.4G/10.5G [03:01<00:01, 43.4MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 10.4G/10.5G [03:01<00:00, 42.9MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 10.4G/10.5G [03:01<00:00, 49.8MB/s] ip-26-0-164-207_594258.1720042744576660800.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 10.5G/10.5G [03:02<00:00, 57.4MB/s]