3outeille's picture
3outeille HF staff
Upload llama-1B/16_GPUS/dp-1_tp-1_pp-16_mbz-1
2cb2246 verified
raw
history blame
158 kB
========================
START TIME: Tue Jul 2 14:30:03 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
W0702 14:30:07.084000 140214986860352 torch/distributed/run.py:757]
W0702 14:30:07.084000 140214986860352 torch/distributed/run.py:757] *****************************************
W0702 14:30:07.084000 140214986860352 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.
W0702 14:30:07.084000 140214986860352 torch/distributed/run.py:757] *****************************************
W0702 14:30:11.705000 139813057132352 torch/distributed/run.py:757]
W0702 14:30:11.705000 139813057132352 torch/distributed/run.py:757] *****************************************
W0702 14:30:11.705000 139813057132352 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.
W0702 14:30:11.705000 139813057132352 torch/distributed/run.py:757] *****************************************
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Config:
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Config(general=GeneralArgs(project='bench_cluster',
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: run='%date_%jobid',
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: seed=42,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: step=None,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: consumed_train_samples=None,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: benchmark_csv_path=None,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: ignore_sanity_checks=True),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: parallelism=ParallelismArgs(dp=1,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: pp=16,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: tp=1,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: pp_engine=<nanotron.parallel.pipeline_parallel.engine.OneForwardOneBackwardPipelineEngine object at 0x7f9b8f884910>,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: tp_mode=<TensorParallelLinearMode.REDUCE_SCATTER: 2>,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: tp_linear_async_communication=False,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: expert_parallel_size=1),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: model=ModelArgs(model_config=LlamaConfig(bos_token_id=1,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: eos_token_id=2,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: hidden_act='silu',
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: hidden_size=2048,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: initializer_range=0.02,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: intermediate_size=4096,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: is_llama_config=True,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: max_position_embeddings=4096,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: num_attention_heads=32,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: num_hidden_layers=24,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: num_key_value_heads=32,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: pad_token_id=None,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: pretraining_tp=1,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: rms_norm_eps=1e-05,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: rope_scaling=None,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: rope_theta=10000.0,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: tie_word_embeddings=True,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: use_cache=True,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: vocab_size=50257),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: init_method=RandomInit(std=0.025),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: dtype=torch.bfloat16,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: make_vocab_size_divisible_by=1,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: ddp_bucket_cap_mb=25),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: tokenizer=TokenizerArgs(tokenizer_name_or_path='openai-community/gpt2',
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: tokenizer_revision=None,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: tokenizer_max_length=None),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: checkpoints=CheckpointsArgs(checkpoints_path=Path('/dev/null'),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: checkpoint_interval=100000,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: save_initial_state=False,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: resume_checkpoint_path=None,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: checkpoints_path_is_shared_file_system=False),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: logging=LoggingArgs(log_level='info',
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: log_level_replica='info',
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: iteration_step_info_interval=1),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: tokens=TokensArgs(sequence_length=4096,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: train_steps=20,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: micro_batch_size=1,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: batch_accumulation_per_replica=1024,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: val_check_interval=-1,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: limit_val_batches=0,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: limit_test_batches=0),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: optimizer=OptimizerArgs(optimizer_factory=AdamWOptimizerArgs(adam_eps=1e-08,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: adam_beta1=0.9,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: adam_beta2=0.95,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: torch_adam_is_fused=True,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: name='adamW'),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: zero_stage=1,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: weight_decay=0.01,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: clip_grad=1.0,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: accumulate_grad_in_fp32=True,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: learning_rate_scheduler=LRSchedulerArgs(learning_rate=0.0001,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: lr_warmup_steps=1,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: lr_warmup_style='linear',
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: lr_decay_style='linear',
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: lr_decay_steps=19,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: lr_decay_starting_step=None,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: min_decay_lr=1e-05)),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: data_stages=[DatasetStageArgs(name='Training Stage',
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: start_training_step=1,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: data=DataArgs(dataset=PretrainDatasetsArgs(hf_dataset_or_datasets='roneneldan/TinyStories',
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: hf_dataset_splits='train',
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: hf_dataset_config_name=None,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: dataset_processing_num_proc_per_process=64,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: dataset_overwrite_cache=False,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: text_column_name='text'),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: seed=42,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: num_loading_workers=32))],
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: profiler=ProfilerArgs(profiler_export_path=Path('/fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/16_GPUS/dp-1_tp-1_pp-16_mbz-1')),
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: lighteval=None)
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Model Config:
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: LlamaConfig(bos_token_id=1,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: eos_token_id=2,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: hidden_act='silu',
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: hidden_size=2048,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: initializer_range=0.02,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: intermediate_size=4096,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: is_llama_config=True,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: max_position_embeddings=4096,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: num_attention_heads=32,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: num_hidden_layers=24,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: num_key_value_heads=32,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: pad_token_id=None,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: pretraining_tp=1,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: rms_norm_eps=1e-05,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: rope_scaling=None,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: rope_theta=10000.0,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: tie_word_embeddings=True,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: use_cache=True,
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: vocab_size=50257)
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Building model..
[default0]:07/02/2024 14:30:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Setting PP block ranks...
[default0]:07/02/2024 14:30:50 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Total number of parameters: 1.21G (2312.82MiB)
[default0]:07/02/2024 14:30:50 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Local number of parameters: 187M (356.33MiB)
[default0]:07/02/2024 14:30:50 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: [After model building] Memory usage: 358.34MiB. Peak allocated: 360.37MiB Peak reserved: 368.00MiB
[default0]:07/02/2024 14:30:50 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: No checkpoint path provided.
[default0]:07/02/2024 14:30:50 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Parametrizing model parameters using StandardParametrizator
[default6]:07/02/2024 14:30:50 [INFO|DP=0|PP=6|TP=0|ip-26-0-161-178]: Local number of parameters: 83.9M (160.02MiB)
[default6]:07/02/2024 14:30:50 [INFO|DP=0|PP=6|TP=0|ip-26-0-161-178]: [After model building] Memory usage: 162.03MiB. Peak allocated: 164.06MiB Peak reserved: 170.00MiB
[default6]:07/02/2024 14:30:50 [INFO|DP=0|PP=6|TP=0|ip-26-0-161-178]: No checkpoint path provided.
[default1]:07/02/2024 14:30:50 [INFO|DP=0|PP=1|TP=0|ip-26-0-161-178]: Local number of parameters: 83.9M (160.02MiB)
[default1]:07/02/2024 14:30:50 [INFO|DP=0|PP=1|TP=0|ip-26-0-161-178]: [After model building] Memory usage: 162.03MiB. Peak allocated: 164.06MiB Peak reserved: 170.00MiB
[default1]:07/02/2024 14:30:50 [INFO|DP=0|PP=1|TP=0|ip-26-0-161-178]: No checkpoint path provided.
[default3]:07/02/2024 14:30:50 [INFO|DP=0|PP=3|TP=0|ip-26-0-161-178]: Local number of parameters: 83.9M (160.02MiB)
[default3]:07/02/2024 14:30:50 [INFO|DP=0|PP=3|TP=0|ip-26-0-161-178]: [After model building] Memory usage: 162.03MiB. Peak allocated: 164.06MiB Peak reserved: 170.00MiB
[default3]:07/02/2024 14:30:50 [INFO|DP=0|PP=3|TP=0|ip-26-0-161-178]: No checkpoint path provided.
[default7]:07/02/2024 14:30:50 [INFO|DP=0|PP=7|TP=0|ip-26-0-161-178]: Local number of parameters: 83.9M (160.02MiB)
[default7]:07/02/2024 14:30:50 [INFO|DP=0|PP=7|TP=0|ip-26-0-161-178]: [After model building] Memory usage: 162.03MiB. Peak allocated: 164.06MiB Peak reserved: 170.00MiB
[default7]:07/02/2024 14:30:50 [INFO|DP=0|PP=7|TP=0|ip-26-0-161-178]: No checkpoint path provided.
[default2]:07/02/2024 14:30:50 [INFO|DP=0|PP=2|TP=0|ip-26-0-161-178]: Local number of parameters: 41.9M (80.01MiB)
[default2]:07/02/2024 14:30:50 [INFO|DP=0|PP=2|TP=0|ip-26-0-161-178]: [After model building] Memory usage: 81.02MiB. Peak allocated: 83.05MiB Peak reserved: 96.00MiB
[default2]:07/02/2024 14:30:50 [INFO|DP=0|PP=2|TP=0|ip-26-0-161-178]: No checkpoint path provided.
[default5]:07/02/2024 14:30:50 [INFO|DP=0|PP=5|TP=0|ip-26-0-161-178]: Local number of parameters: 41.9M (80.01MiB)
[default5]:07/02/2024 14:30:50 [INFO|DP=0|PP=5|TP=0|ip-26-0-161-178]: [After model building] Memory usage: 81.02MiB. Peak allocated: 83.05MiB Peak reserved: 96.00MiB
[default5]:07/02/2024 14:30:50 [INFO|DP=0|PP=5|TP=0|ip-26-0-161-178]: No checkpoint path provided.
[default4]:07/02/2024 14:30:50 [INFO|DP=0|PP=4|TP=0|ip-26-0-161-178]: Local number of parameters: 83.9M (160.02MiB)
[default4]:07/02/2024 14:30:50 [INFO|DP=0|PP=4|TP=0|ip-26-0-161-178]: [After model building] Memory usage: 162.03MiB. Peak allocated: 164.06MiB Peak reserved: 170.00MiB
[default4]:07/02/2024 14:30:50 [INFO|DP=0|PP=4|TP=0|ip-26-0-161-178]: No checkpoint path provided.
[default4]:07/02/2024 14:30:50 [INFO|DP=0|PP=12|TP=0|ip-26-0-167-177]: Local number of parameters: 83.9M (160.02MiB)
[default4]:07/02/2024 14:30:50 [INFO|DP=0|PP=12|TP=0|ip-26-0-167-177]: [After model building] Memory usage: 162.03MiB. Peak allocated: 164.06MiB Peak reserved: 170.00MiB
[default4]:07/02/2024 14:30:50 [INFO|DP=0|PP=12|TP=0|ip-26-0-167-177]: No checkpoint path provided.
[default0]:07/02/2024 14:30:50 [INFO|DP=0|PP=8|TP=0|ip-26-0-167-177]: Local number of parameters: 41.9M (80.01MiB)
[default0]:07/02/2024 14:30:50 [INFO|DP=0|PP=8|TP=0|ip-26-0-167-177]: [After model building] Memory usage: 81.02MiB. Peak allocated: 83.05MiB Peak reserved: 96.00MiB
[default0]:07/02/2024 14:30:50 [INFO|DP=0|PP=8|TP=0|ip-26-0-167-177]: No checkpoint path provided.
[default3]:07/02/2024 14:30:50 [INFO|DP=0|PP=11|TP=0|ip-26-0-167-177]: Local number of parameters: 41.9M (80.01MiB)
[default3]:07/02/2024 14:30:50 [INFO|DP=0|PP=11|TP=0|ip-26-0-167-177]: [After model building] Memory usage: 81.02MiB. Peak allocated: 83.05MiB Peak reserved: 96.00MiB
[default3]:07/02/2024 14:30:50 [INFO|DP=0|PP=11|TP=0|ip-26-0-167-177]: No checkpoint path provided.
[default6]:07/02/2024 14:30:50 [INFO|DP=0|PP=14|TP=0|ip-26-0-167-177]: Local number of parameters: 103M (196.32MiB)
[default6]:07/02/2024 14:30:50 [INFO|DP=0|PP=14|TP=0|ip-26-0-167-177]: [After model building] Memory usage: 196.33MiB. Peak allocated: 196.34MiB Peak reserved: 200.00MiB
[default6]:07/02/2024 14:30:50 [INFO|DP=0|PP=14|TP=0|ip-26-0-167-177]: No checkpoint path provided.
[default2]:07/02/2024 14:30:50 [INFO|DP=0|PP=10|TP=0|ip-26-0-167-177]: Local number of parameters: 83.9M (160.02MiB)
[default2]:07/02/2024 14:30:50 [INFO|DP=0|PP=10|TP=0|ip-26-0-167-177]: [After model building] Memory usage: 162.03MiB. Peak allocated: 164.06MiB Peak reserved: 170.00MiB
[default2]:07/02/2024 14:30:50 [INFO|DP=0|PP=10|TP=0|ip-26-0-167-177]: No checkpoint path provided.
[default7]:07/02/2024 14:30:50 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: Local number of parameters: 0 (0.00MiB)
[default1]:07/02/2024 14:30:50 [INFO|DP=0|PP=9|TP=0|ip-26-0-167-177]: Local number of parameters: 83.9M (160.02MiB)
[default1]:07/02/2024 14:30:50 [INFO|DP=0|PP=9|TP=0|ip-26-0-167-177]: [After model building] Memory usage: 162.03MiB. Peak allocated: 164.06MiB Peak reserved: 170.00MiB
[default7]:07/02/2024 14:30:50 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: [After model building] Memory usage: 0.01MiB. Peak allocated: 0.02MiB Peak reserved: 2.00MiB
[default7]:07/02/2024 14:30:50 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: No checkpoint path provided.
[default1]:07/02/2024 14:30:50 [INFO|DP=0|PP=9|TP=0|ip-26-0-167-177]: No checkpoint path provided.
[default5]:07/02/2024 14:30:50 [INFO|DP=0|PP=13|TP=0|ip-26-0-167-177]: Local number of parameters: 83.9M (160.02MiB)
[default5]:07/02/2024 14:30:50 [INFO|DP=0|PP=13|TP=0|ip-26-0-167-177]: [After model building] Memory usage: 162.03MiB. Peak allocated: 164.06MiB Peak reserved: 170.00MiB
[default5]:07/02/2024 14:30:50 [INFO|DP=0|PP=13|TP=0|ip-26-0-167-177]: No checkpoint path provided.
[default0]:07/02/2024 14:30:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: [Optimizer Building] Using LearningRateForSP as learning rate
[default0]:07/02/2024 14:30:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: [ZeRO sharding] Size of optimizer params per rank:
[default0]:07/02/2024 14:30:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: [ZeRO sharding] DP Rank 0 has 187M out of 187M (100.00%) params' optimizer states
[default0]:07/02/2024 14:30:52 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: [Training Plan] Stage Training Stage has 19 remaining training steps and has consumed 0 samples
[default0]:07/02/2024 14:30:52 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Using `datasets` library
[default0]:07/02/2024 14:30:52 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Loading tokenizer from openai-community/gpt2 and transformers/hf_hub versions ('4.41.2', '0.23.4')
[default0]:Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/02/2024 14:30:53 [WARNING|DP=0|PP=0|TP=0|ip-26-0-161-178]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/02/2024 14:30:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: [Training Plan] There are 1 training stages
[default0]:07/02/2024 14:30:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: [Stage Training Stage] start from step 1
[default0]:07/02/2024 14:30:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]:
[default0]:07/02/2024 14:30:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: [Start training] datetime: 2024-07-02 14:30:55.097214 | mbs: 1 | grad_accum: 1024 | global_batch_size: 1024 | sequence_length: 4096 | train_steps: 20 | start_iteration_step: 0 | consumed_train_samples: 0
[default0]:07/02/2024 14:30:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Resuming training from stage Training Stage, it has trained for 0 samples and has 19 remaining train steps
[default0]:07/02/2024 14:30:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 1783.67MiB. Peak allocated 1783.67MiB. Peak reserved: 1796.00MiB
[default6]:07/02/2024 14:30:55 [WARNING|DP=0|PP=6|TP=0|ip-26-0-161-178]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default3]:07/02/2024 14:30:55 [WARNING|DP=0|PP=11|TP=0|ip-26-0-167-177]: Repo card metadata block was not found. Setting CardData to empty.
[default5]:Repo card metadata block was not found. Setting CardData to empty.
[default5]:07/02/2024 14:30:55 [WARNING|DP=0|PP=13|TP=0|ip-26-0-167-177]: Repo card metadata block was not found. Setting CardData to empty.
[default3]:Repo card metadata block was not found. Setting CardData to empty.
[default1]:07/02/2024 14:30:55 [WARNING|DP=0|PP=1|TP=0|ip-26-0-161-178]: Repo card metadata block was not found. Setting CardData to empty.
[default4]:Repo card metadata block was not found. Setting CardData to empty.
[default3]:07/02/2024 14:30:55 [WARNING|DP=0|PP=3|TP=0|ip-26-0-161-178]: Repo card metadata block was not found. Setting CardData to empty.
[default7]:07/02/2024 14:30:55 [WARNING|DP=0|PP=7|TP=0|ip-26-0-161-178]: Repo card metadata block was not found. Setting CardData to empty.
[default5]:07/02/2024 14:30:55 [WARNING|DP=0|PP=5|TP=0|ip-26-0-161-178]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:07/02/2024 14:30:55 [WARNING|DP=0|PP=4|TP=0|ip-26-0-161-178]: Repo card metadata block was not found. Setting CardData to empty.
[default7]: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.
[default4]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:07/02/2024 14:30:55 [WARNING|DP=0|PP=12|TP=0|ip-26-0-167-177]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/02/2024 14:30:55 [WARNING|DP=0|PP=8|TP=0|ip-26-0-167-177]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:07/02/2024 14:30:55 [WARNING|DP=0|PP=14|TP=0|ip-26-0-167-177]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:07/02/2024 14:30:55 [WARNING|DP=0|PP=10|TP=0|ip-26-0-167-177]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:Repo card metadata block was not found. Setting CardData to empty.
[default1]:Repo card metadata block was not found. Setting CardData to empty.
[default1]:07/02/2024 14:30:55 [WARNING|DP=0|PP=9|TP=0|ip-26-0-167-177]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default2]:07/02/2024 14:30:55 [WARNING|DP=0|PP=2|TP=0|ip-26-0-161-178]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:Repo card metadata block was not found. Setting CardData to empty.
[default7]:Repo card metadata block was not found. Setting CardData to empty.
[default7]:07/02/2024 14:30:55 [WARNING|DP=0|PP=15|TP=0|ip-26-0-167-177]: Repo card metadata block was not found. Setting CardData to empty.
[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
[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
[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
[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
[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
[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: Attempting to run cuBLAS, but there was no current CUDA context! Attempting to set the primary context... (Triggered internally at ../aten/src/ATen/cuda/CublasHandlePool.cpp:135.)
[default0]: 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/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
[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
[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
[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
[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
[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: Attempting to run cuBLAS, but there was no current CUDA context! Attempting to set the primary context... (Triggered internally at ../aten/src/ATen/cuda/CublasHandlePool.cpp:135.)
[default0]: 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
[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(
[default0]:07/02/2024 14:32:45 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 1848.71MiB. Peak allocated 11279.70MiB. Peak reserved: 11456.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(
[default0]:07/02/2024 14:32:46 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 3274.04MiB. Peak reserved: 12244.00MiB
[default7]:07/02/2024 14:32:46 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 1 / 20 | consumed_tokens: 4.19M | elapsed_time_per_iteration_ms: 105K | tokens_per_sec: 40K | tokens_per_sec_per_gpu: 2.5K | global_batch_size: 1.02K | lm_loss: 11.1 | lr: 0.0001 | model_tflops_per_gpu: 22.7 | hardware_tflops_per_gpu: 22.7 | grad_norm: 25.6 | cuda_memory_allocated: 571K | cuda_max_memory_reserved: 2.89G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.9G | hd_free_memory_tb: 246G
[default0]:07/02/2024 14:33:36 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13040.00MiB
[default0]:07/02/2024 14:33:36 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 3274.05MiB. Peak reserved: 13040.00MiB
[default7]:07/02/2024 14:33:36 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 2 / 20 | consumed_tokens: 8.39M | elapsed_time_per_iteration_ms: 50.8K | tokens_per_sec: 82.5K | tokens_per_sec_per_gpu: 5.16K | global_batch_size: 1.02K | lm_loss: 11.1 | lr: 9.53e-05 | model_tflops_per_gpu: 46.8 | hardware_tflops_per_gpu: 46.8 | grad_norm: 25.9 | cuda_memory_allocated: 571K | cuda_max_memory_reserved: 2.89G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.9G | hd_free_memory_tb: 246G
[default0]:07/02/2024 14:34:27 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:34:27 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 3 / 20 | consumed_tokens: 12.6M | elapsed_time_per_iteration_ms: 50.9K | tokens_per_sec: 82.3K | tokens_per_sec_per_gpu: 5.15K | global_batch_size: 1.02K | lm_loss: 9.9 | lr: 9.05e-05 | model_tflops_per_gpu: 46.7 | hardware_tflops_per_gpu: 46.7 | grad_norm: 40.4 | cuda_memory_allocated: 571K | cuda_max_memory_reserved: 2.89G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.9G | hd_free_memory_tb: 246G
[default0]:STAGE:2024-07-02 14:34:27 157959:157959 ActivityProfilerController.cpp:314] Completed Stage: Warm Up
[default0]:07/02/2024 14:34:27 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 3274.05MiB. Peak reserved: 13042.00MiB
[default0]:07/02/2024 14:35:15 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default0]:07/02/2024 14:35:15 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 3274.05MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:35:15 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 4 / 20 | consumed_tokens: 16.8M | elapsed_time_per_iteration_ms: 47.8K | tokens_per_sec: 87.7K | tokens_per_sec_per_gpu: 5.48K | global_batch_size: 1.02K | lm_loss: 11.9 | lr: 8.58e-05 | model_tflops_per_gpu: 49.7 | hardware_tflops_per_gpu: 49.7 | grad_norm: 61.2 | cuda_memory_allocated: 571K | cuda_max_memory_reserved: 2.89G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.9G | hd_free_memory_tb: 246G
[default0]:07/02/2024 14:36:02 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:36:02 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 5 / 20 | consumed_tokens: 21M | elapsed_time_per_iteration_ms: 46.6K | tokens_per_sec: 90.1K | tokens_per_sec_per_gpu: 5.63K | global_batch_size: 1.02K | lm_loss: 9.05 | lr: 8.11e-05 | model_tflops_per_gpu: 51.1 | hardware_tflops_per_gpu: 51.1 | grad_norm: 8.31
[default7]:07/02/2024 14:36:53 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 6 / 20 | consumed_tokens: 25.2M | elapsed_time_per_iteration_ms: 51.5K | tokens_per_sec: 81.5K | tokens_per_sec_per_gpu: 5.09K | global_batch_size: 1.02K | lm_loss: 8.86 | lr: 7.63e-05 | model_tflops_per_gpu: 46.2 | hardware_tflops_per_gpu: 46.2 | grad_norm: 6.63
[default0]:STAGE:2024-07-02 14:37:48 157959:157959 ActivityProfilerController.cpp:320] Completed Stage: Collection
[default0]:STAGE:2024-07-02 14:37:54 157959:157959 ActivityProfilerController.cpp:324] Completed Stage: Post Processing
[default0]:07/02/2024 14:44:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:45:47 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 7 / 20 | consumed_tokens: 29.4M | elapsed_time_per_iteration_ms: 534K | tokens_per_sec: 7.85K | tokens_per_sec_per_gpu: 491 | global_batch_size: 1.02K | lm_loss: 8.37 | lr: 7.16e-05 | model_tflops_per_gpu: 4.45 | hardware_tflops_per_gpu: 4.45 | grad_norm: 4.93
[default0]:07/02/2024 14:45:47 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:46:41 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 8 / 20 | consumed_tokens: 33.6M | elapsed_time_per_iteration_ms: 53.8K | tokens_per_sec: 78K | tokens_per_sec_per_gpu: 4.88K | global_batch_size: 1.02K | lm_loss: 7.97 | lr: 6.68e-05 | model_tflops_per_gpu: 44.2 | hardware_tflops_per_gpu: 44.2 | grad_norm: 3.13
[default0]:07/02/2024 14:46:41 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:47:29 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 9 / 20 | consumed_tokens: 37.7M | elapsed_time_per_iteration_ms: 47.5K | tokens_per_sec: 88.4K | tokens_per_sec_per_gpu: 5.52K | global_batch_size: 1.02K | lm_loss: 7.83 | lr: 6.21e-05 | model_tflops_per_gpu: 50.1 | hardware_tflops_per_gpu: 50.1 | grad_norm: 9.04
[default0]:07/02/2024 14:47:29 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:48:17 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 10 / 20 | consumed_tokens: 41.9M | elapsed_time_per_iteration_ms: 48K | tokens_per_sec: 87.3K | tokens_per_sec_per_gpu: 5.46K | global_batch_size: 1.02K | lm_loss: 7.62 | lr: 5.74e-05 | model_tflops_per_gpu: 49.5 | hardware_tflops_per_gpu: 49.5 | grad_norm: 5.09
[default0]:07/02/2024 14:48:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default0]:07/02/2024 14:49:05 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:49:05 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 11 / 20 | consumed_tokens: 46.1M | elapsed_time_per_iteration_ms: 47.9K | tokens_per_sec: 87.6K | tokens_per_sec_per_gpu: 5.47K | global_batch_size: 1.02K | lm_loss: 7.47 | lr: 5.26e-05 | model_tflops_per_gpu: 49.7 | hardware_tflops_per_gpu: 49.7 | grad_norm: 4.06
[default7]:07/02/2024 14:49:50 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 12 / 20 | consumed_tokens: 50.3M | elapsed_time_per_iteration_ms: 45.7K | tokens_per_sec: 91.7K | tokens_per_sec_per_gpu: 5.73K | global_batch_size: 1.02K | lm_loss: 7.34 | lr: 4.79e-05 | model_tflops_per_gpu: 52 | hardware_tflops_per_gpu: 52 | grad_norm: 3.12
[default0]:07/02/2024 14:49:50 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:50:38 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 13 / 20 | consumed_tokens: 54.5M | elapsed_time_per_iteration_ms: 48K | tokens_per_sec: 87.4K | tokens_per_sec_per_gpu: 5.46K | global_batch_size: 1.02K | lm_loss: 7.23 | lr: 4.32e-05 | model_tflops_per_gpu: 49.6 | hardware_tflops_per_gpu: 49.6 | grad_norm: 2.73
[default0]:07/02/2024 14:50:38 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:51:23 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 14 / 20 | consumed_tokens: 58.7M | elapsed_time_per_iteration_ms: 44.7K | tokens_per_sec: 93.8K | tokens_per_sec_per_gpu: 5.86K | global_batch_size: 1.02K | lm_loss: 7.14 | lr: 3.84e-05 | model_tflops_per_gpu: 53.2 | hardware_tflops_per_gpu: 53.2 | grad_norm: 2.33
[default0]:07/02/2024 14:51:23 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:52:09 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 15 / 20 | consumed_tokens: 62.9M | elapsed_time_per_iteration_ms: 46.2K | tokens_per_sec: 90.8K | tokens_per_sec_per_gpu: 5.68K | global_batch_size: 1.02K | lm_loss: 7.06 | lr: 3.37e-05 | model_tflops_per_gpu: 51.5 | hardware_tflops_per_gpu: 51.5 | grad_norm: 2.48
[default0]:07/02/2024 14:52:09 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default0]:07/02/2024 14:52:56 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:52:56 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 16 / 20 | consumed_tokens: 67.1M | elapsed_time_per_iteration_ms: 47K | tokens_per_sec: 89.2K | tokens_per_sec_per_gpu: 5.58K | global_batch_size: 1.02K | lm_loss: 6.98 | lr: 2.89e-05 | model_tflops_per_gpu: 50.6 | hardware_tflops_per_gpu: 50.6 | grad_norm: 2.66
[default0]:07/02/2024 14:53:42 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:53:42 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 17 / 20 | consumed_tokens: 71.3M | elapsed_time_per_iteration_ms: 46K | tokens_per_sec: 91.1K | tokens_per_sec_per_gpu: 5.69K | global_batch_size: 1.02K | lm_loss: 6.9 | lr: 2.42e-05 | model_tflops_per_gpu: 51.7 | hardware_tflops_per_gpu: 51.7 | grad_norm: 1.89
[default7]:07/02/2024 14:54:26 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 18 / 20 | consumed_tokens: 75.5M | elapsed_time_per_iteration_ms: 43.5K | tokens_per_sec: 96.4K | tokens_per_sec_per_gpu: 6.03K | global_batch_size: 1.02K | lm_loss: 6.84 | lr: 1.95e-05 | model_tflops_per_gpu: 54.7 | hardware_tflops_per_gpu: 54.7 | grad_norm: 1.61
[default0]:07/02/2024 14:54:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default0]:07/02/2024 14:55:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-161-178]: Memory usage: 3274.04MiB. Peak allocated 12603.56MiB. Peak reserved: 13042.00MiB
[default7]:07/02/2024 14:55:13 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 19 / 20 | consumed_tokens: 79.7M | elapsed_time_per_iteration_ms: 47.5K | tokens_per_sec: 88.2K | tokens_per_sec_per_gpu: 5.51K | global_batch_size: 1.02K | lm_loss: 6.8 | lr: 1.47e-05 | model_tflops_per_gpu: 50 | hardware_tflops_per_gpu: 50 | grad_norm: 1.85
[default7]:07/02/2024 14:55:58 [INFO|DP=0|PP=15|TP=0|ip-26-0-167-177]: iteration: 20 / 20 | consumed_tokens: 83.9M | elapsed_time_per_iteration_ms: 44.7K | tokens_per_sec: 93.9K | tokens_per_sec_per_gpu: 5.87K | global_batch_size: 1.02K | lm_loss: 6.76 | lr: 1e-05 | model_tflops_per_gpu: 53.2 | hardware_tflops_per_gpu: 53.2 | grad_norm: 1.81
Saved 1 csv files over 1 completed logs
Processing file: /fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/16_GPUS/dp-1_tp-1_pp-16_mbz-1/profiler/ip-26-0-161-178_157959.1719931391546523089.pt.trace.json
Results written to /fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/16_GPUS/dp-1_tp-1_pp-16_mbz-1/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-161-178_157959.1719931391546523089.pt.trace.json: 0%| | 0.00/13.4G [00:00<?, ?B/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 0%| | 16.0M/13.4G [00:00<03:53, 57.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 0%| | 32.0M/13.4G [00:00<03:35, 62.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 0%| | 48.0M/13.4G [00:00<03:43, 59.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 0%| | 64.0M/13.4G [00:01<03:52, 57.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 1%| | 80.0M/13.4G [00:01<03:49, 58.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 1%| | 96.0M/13.4G [00:01<03:49, 58.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 1%| | 112M/13.4G [00:01<03:45, 58.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 1%| | 128M/13.4G [00:02<03:35, 61.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 1%| | 144M/13.4G [00:02<03:45, 58.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 1%| | 160M/13.4G [00:03<06:05, 36.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 1%|▏ | 176M/13.4G [00:03<05:21, 41.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 1%|▏ | 192M/13.4G [00:03<05:03, 43.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 2%|▏ | 208M/13.4G [00:04<04:31, 48.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 2%|▏ | 224M/13.4G [00:04<04:20, 50.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 2%|▏ | 240M/13.4G [00:04<04:10, 52.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 2%|▏ | 256M/13.4G [00:04<04:07, 53.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 2%|▏ | 272M/13.4G [00:05<03:57, 55.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 2%|▏ | 288M/13.4G [00:05<03:42, 58.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 2%|▏ | 304M/13.4G [00:05<03:59, 54.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 2%|▏ | 320M/13.4G [00:06<03:49, 57.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 3%|β–Ž | 336M/13.4G [00:06<03:40, 59.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 3%|β–Ž | 352M/13.4G [00:06<04:21, 49.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 3%|β–Ž | 368M/13.4G [00:06<04:00, 54.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 3%|β–Ž | 384M/13.4G [00:07<03:56, 55.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 3%|β–Ž | 400M/13.4G [00:07<04:13, 51.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 3%|β–Ž | 416M/13.4G [00:07<04:03, 53.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 3%|β–Ž | 432M/13.4G [00:08<03:50, 56.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 3%|β–Ž | 448M/13.4G [00:08<03:28, 61.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 3%|β–Ž | 464M/13.4G [00:08<03:27, 62.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 4%|β–Ž | 480M/13.4G [00:09<04:55, 43.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 4%|β–Ž | 496M/13.4G [00:09<05:06, 42.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 4%|▍ | 512M/13.4G [00:09<04:51, 44.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 4%|▍ | 528M/13.4G [00:10<04:15, 50.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 4%|▍ | 544M/13.4G [00:10<03:36, 59.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 4%|▍ | 560M/13.4G [00:10<03:20, 63.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 4%|▍ | 576M/13.4G [00:10<03:42, 57.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 4%|▍ | 592M/13.4G [00:11<03:34, 59.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 5%|▍ | 608M/13.4G [00:11<03:52, 54.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 5%|▍ | 624M/13.4G [00:11<03:54, 54.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 5%|▍ | 640M/13.4G [00:11<03:41, 57.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 5%|▍ | 656M/13.4G [00:12<03:43, 57.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 5%|β–Œ | 672M/13.4G [00:12<03:46, 56.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 5%|β–Œ | 688M/13.4G [00:12<03:38, 58.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 5%|β–Œ | 704M/13.4G [00:13<03:32, 59.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 5%|β–Œ | 720M/13.4G [00:13<03:11, 66.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 5%|β–Œ | 736M/13.4G [00:13<03:10, 66.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 6%|β–Œ | 752M/13.4G [00:13<03:20, 63.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 6%|β–Œ | 768M/13.4G [00:13<03:14, 64.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 6%|β–Œ | 784M/13.4G [00:14<03:09, 66.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 6%|β–Œ | 800M/13.4G [00:14<03:08, 66.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 6%|β–Œ | 816M/13.4G [00:14<03:02, 69.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 6%|β–Œ | 832M/13.4G [00:15<03:28, 60.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 6%|β–‹ | 848M/13.4G [00:15<03:18, 63.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 6%|β–‹ | 864M/13.4G [00:15<03:23, 61.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 7%|β–‹ | 880M/13.4G [00:15<03:27, 60.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 7%|β–‹ | 896M/13.4G [00:16<03:27, 60.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 7%|β–‹ | 912M/13.4G [00:16<03:18, 62.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 7%|β–‹ | 928M/13.4G [00:16<03:22, 61.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 7%|β–‹ | 944M/13.4G [00:16<03:39, 56.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 7%|β–‹ | 960M/13.4G [00:17<03:32, 58.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 7%|β–‹ | 976M/13.4G [00:17<03:42, 55.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 7%|β–‹ | 992M/13.4G [00:17<03:44, 55.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 8%|β–Š | 1.01G/13.4G [00:18<03:32, 58.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 8%|β–Š | 1.02G/13.4G [00:18<03:26, 60.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 8%|β–Š | 1.04G/13.4G [00:18<03:34, 57.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 8%|β–Š | 1.06G/13.4G [00:18<03:49, 53.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 8%|β–Š | 1.07G/13.4G [00:19<03:21, 61.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 8%|β–Š | 1.09G/13.4G [00:19<03:21, 60.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 8%|β–Š | 1.10G/13.4G [00:19<03:32, 57.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 8%|β–Š | 1.12G/13.4G [00:19<03:16, 62.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 8%|β–Š | 1.14G/13.4G [00:20<03:20, 61.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 9%|β–Š | 1.15G/13.4G [00:20<03:40, 55.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 9%|β–Š | 1.17G/13.4G [00:20<03:38, 56.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 9%|β–‰ | 1.18G/13.4G [00:21<03:50, 53.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 9%|β–‰ | 1.20G/13.4G [00:21<03:40, 55.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 9%|β–‰ | 1.22G/13.4G [00:21<03:26, 58.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 9%|β–‰ | 1.23G/13.4G [00:21<03:20, 60.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 9%|β–‰ | 1.25G/13.4G [00:22<03:10, 63.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 9%|β–‰ | 1.26G/13.4G [00:22<02:59, 67.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 10%|β–‰ | 1.28G/13.4G [00:22<03:08, 64.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 10%|β–‰ | 1.30G/13.4G [00:22<03:32, 56.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 10%|β–‰ | 1.31G/13.4G [00:23<03:20, 60.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 10%|β–‰ | 1.33G/13.4G [00:23<03:17, 61.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 10%|β–ˆ | 1.34G/13.4G [00:23<02:52, 69.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 10%|β–ˆ | 1.36G/13.4G [00:23<03:04, 65.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 10%|β–ˆ | 1.38G/13.4G [00:24<03:03, 65.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 10%|β–ˆ | 1.39G/13.4G [00:24<03:09, 63.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 11%|β–ˆ | 1.41G/13.4G [00:24<03:14, 61.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 11%|β–ˆ | 1.42G/13.4G [00:24<03:03, 65.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 11%|β–ˆ | 1.44G/13.4G [00:25<03:08, 63.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 11%|β–ˆ | 1.46G/13.4G [00:25<03:20, 59.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 11%|β–ˆ | 1.47G/13.4G [00:25<03:19, 59.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 11%|β–ˆ | 1.49G/13.4G [00:25<03:06, 63.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 11%|β–ˆ | 1.50G/13.4G [00:26<02:52, 68.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 11%|β–ˆβ– | 1.52G/13.4G [00:26<02:51, 69.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 11%|β–ˆβ– | 1.54G/13.4G [00:26<03:07, 63.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 12%|β–ˆβ– | 1.55G/13.4G [00:26<03:27, 57.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 12%|β–ˆβ– | 1.57G/13.4G [00:27<02:56, 67.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 12%|β–ˆβ– | 1.58G/13.4G [00:27<03:27, 56.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 12%|β–ˆβ– | 1.60G/13.4G [00:29<09:47, 20.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 12%|β–ˆβ– | 1.62G/13.4G [00:29<08:00, 24.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 12%|β–ˆβ– | 1.63G/13.4G [00:30<06:33, 29.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 12%|β–ˆβ– | 1.65G/13.4G [00:30<05:42, 34.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 12%|β–ˆβ– | 1.66G/13.4G [00:30<05:33, 35.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 13%|β–ˆβ–Ž | 1.68G/13.4G [00:31<05:11, 37.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 13%|β–ˆβ–Ž | 1.70G/13.4G [00:31<04:52, 40.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 13%|β–ˆβ–Ž | 1.71G/13.4G [00:31<04:43, 41.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 13%|β–ˆβ–Ž | 1.73G/13.4G [00:32<04:14, 45.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 13%|β–ˆβ–Ž | 1.74G/13.4G [00:32<03:43, 52.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 13%|β–ˆβ–Ž | 1.76G/13.4G [00:32<03:41, 52.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 13%|β–ˆβ–Ž | 1.78G/13.4G [00:32<03:49, 50.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 13%|β–ˆβ–Ž | 1.79G/13.4G [00:33<03:38, 53.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 14%|β–ˆβ–Ž | 1.81G/13.4G [00:33<03:19, 58.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 14%|β–ˆβ–Ž | 1.82G/13.4G [00:33<03:15, 59.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 14%|β–ˆβ–Ž | 1.84G/13.4G [00:33<03:22, 57.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 14%|β–ˆβ– | 1.86G/13.4G [00:34<03:27, 55.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 14%|β–ˆβ– | 1.87G/13.4G [00:34<03:17, 58.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 14%|β–ˆβ– | 1.89G/13.4G [00:34<03:16, 58.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 14%|β–ˆβ– | 1.90G/13.4G [00:35<03:03, 62.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 14%|β–ˆβ– | 1.92G/13.4G [00:35<03:14, 58.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 14%|β–ˆβ– | 1.94G/13.4G [00:35<03:04, 62.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 15%|β–ˆβ– | 1.95G/13.4G [00:35<03:28, 54.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 15%|β–ˆβ– | 1.97G/13.4G [00:36<03:18, 57.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 15%|β–ˆβ– | 1.98G/13.4G [00:36<03:25, 55.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 15%|β–ˆβ– | 2.00G/13.4G [00:36<03:12, 59.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 15%|β–ˆβ–Œ | 2.02G/13.4G [00:37<03:21, 56.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 15%|β–ˆβ–Œ | 2.03G/13.4G [00:37<03:34, 52.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 15%|β–ˆβ–Œ | 2.05G/13.4G [00:37<03:34, 52.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 15%|β–ˆβ–Œ | 2.06G/13.4G [00:37<03:18, 57.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 16%|β–ˆβ–Œ | 2.08G/13.4G [00:38<03:27, 54.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 16%|β–ˆβ–Œ | 2.10G/13.4G [00:38<03:17, 57.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 16%|β–ˆβ–Œ | 2.11G/13.4G [00:38<03:30, 53.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 16%|β–ˆβ–Œ | 2.13G/13.4G [00:39<03:24, 55.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 16%|β–ˆβ–Œ | 2.14G/13.4G [00:39<03:27, 54.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 16%|β–ˆβ–Œ | 2.16G/13.4G [00:39<03:11, 58.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 16%|β–ˆβ–‹ | 2.18G/13.4G [00:40<03:45, 49.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 16%|β–ˆβ–‹ | 2.19G/13.4G [00:40<03:26, 54.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 16%|β–ˆβ–‹ | 2.21G/13.4G [00:40<03:46, 49.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 17%|β–ˆβ–‹ | 2.22G/13.4G [00:40<03:26, 54.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 17%|β–ˆβ–‹ | 2.24G/13.4G [00:41<03:12, 57.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 17%|β–ˆβ–‹ | 2.26G/13.4G [00:41<02:57, 62.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 17%|β–ˆβ–‹ | 2.27G/13.4G [00:41<02:56, 62.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 17%|β–ˆβ–‹ | 2.29G/13.4G [00:41<03:06, 59.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 17%|β–ˆβ–‹ | 2.30G/13.4G [00:42<02:52, 64.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 17%|β–ˆβ–‹ | 2.32G/13.4G [00:42<03:37, 50.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 17%|β–ˆβ–‹ | 2.34G/13.4G [00:42<03:37, 50.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 18%|β–ˆβ–Š | 2.35G/13.4G [00:43<03:40, 50.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 18%|β–ˆβ–Š | 2.37G/13.4G [00:43<03:30, 52.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 18%|β–ˆβ–Š | 2.38G/13.4G [00:43<03:18, 55.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 18%|β–ˆβ–Š | 2.40G/13.4G [00:44<03:55, 46.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 18%|β–ˆβ–Š | 2.42G/13.4G [00:44<03:33, 51.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 18%|β–ˆβ–Š | 2.43G/13.4G [00:44<03:13, 56.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 18%|β–ˆβ–Š | 2.45G/13.4G [00:44<03:03, 59.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 18%|β–ˆβ–Š | 2.46G/13.4G [00:45<02:57, 61.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 19%|β–ˆβ–Š | 2.48G/13.4G [00:45<02:57, 61.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 19%|β–ˆβ–Š | 2.50G/13.4G [00:45<02:32, 71.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 19%|β–ˆβ–‰ | 2.51G/13.4G [00:45<02:42, 67.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 19%|β–ˆβ–‰ | 2.53G/13.4G [00:46<02:50, 63.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 19%|β–ˆβ–‰ | 2.54G/13.4G [00:46<02:58, 60.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 19%|β–ˆβ–‰ | 2.56G/13.4G [00:46<02:41, 67.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 19%|β–ˆβ–‰ | 2.58G/13.4G [00:46<02:41, 67.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 19%|β–ˆβ–‰ | 2.59G/13.4G [00:47<02:39, 67.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 19%|β–ˆβ–‰ | 2.61G/13.4G [00:47<03:17, 54.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 20%|β–ˆβ–‰ | 2.62G/13.4G [00:47<02:58, 60.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 20%|β–ˆβ–‰ | 2.64G/13.4G [00:47<02:43, 65.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 20%|β–ˆβ–‰ | 2.66G/13.4G [00:48<02:38, 67.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 20%|β–ˆβ–‰ | 2.67G/13.4G [00:48<03:02, 58.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 20%|β–ˆβ–ˆ | 2.69G/13.4G [00:48<03:02, 58.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 20%|β–ˆβ–ˆ | 2.70G/13.4G [00:49<03:12, 55.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 20%|β–ˆβ–ˆ | 2.72G/13.4G [00:49<02:48, 63.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 20%|β–ˆβ–ˆ | 2.74G/13.4G [00:49<02:39, 66.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 21%|β–ˆβ–ˆ | 2.75G/13.4G [00:49<02:41, 65.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 21%|β–ˆβ–ˆ | 2.77G/13.4G [00:49<02:47, 63.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 21%|β–ˆβ–ˆ | 2.78G/13.4G [00:50<02:41, 65.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 21%|β–ˆβ–ˆ | 2.80G/13.4G [00:50<02:53, 61.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 21%|β–ˆβ–ˆ | 2.82G/13.4G [00:50<02:49, 62.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 21%|β–ˆβ–ˆ | 2.83G/13.4G [00:51<02:56, 59.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 21%|β–ˆβ–ˆβ– | 2.85G/13.4G [00:51<02:50, 61.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 21%|β–ˆβ–ˆβ– | 2.86G/13.4G [00:51<02:43, 64.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.88G/13.4G [00:51<02:38, 66.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.90G/13.4G [00:51<02:27, 71.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.91G/13.4G [00:52<02:54, 60.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.93G/13.4G [00:52<02:55, 59.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.94G/13.4G [00:52<02:57, 58.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.96G/13.4G [00:53<03:18, 52.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.98G/13.4G [00:53<03:12, 54.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 22%|β–ˆβ–ˆβ– | 2.99G/13.4G [00:53<03:05, 55.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 22%|β–ˆβ–ˆβ– | 3.01G/13.4G [00:54<03:06, 55.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 3.02G/13.4G [00:54<03:12, 53.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 3.04G/13.4G [00:54<03:03, 56.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 3.06G/13.4G [00:54<03:02, 56.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 3.07G/13.4G [00:55<02:52, 59.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 3.09G/13.4G [00:55<02:35, 66.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 3.10G/13.4G [00:55<02:42, 63.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 3.12G/13.4G [00:55<02:58, 57.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 3.14G/13.4G [00:56<03:03, 56.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 24%|β–ˆβ–ˆβ–Ž | 3.15G/13.4G [00:56<03:16, 52.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 24%|β–ˆβ–ˆβ–Ž | 3.17G/13.4G [00:56<03:11, 53.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 24%|β–ˆβ–ˆβ– | 3.18G/13.4G [00:57<03:17, 51.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 24%|β–ˆβ–ˆβ– | 3.20G/13.4G [00:57<03:03, 55.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 24%|β–ˆβ–ˆβ– | 3.22G/13.4G [00:57<02:50, 59.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 24%|β–ˆβ–ˆβ– | 3.23G/13.4G [00:57<02:45, 61.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 24%|β–ˆβ–ˆβ– | 3.25G/13.4G [00:58<02:56, 57.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 24%|β–ˆβ–ˆβ– | 3.26G/13.4G [00:58<02:49, 59.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 25%|β–ˆβ–ˆβ– | 3.28G/13.4G [00:58<02:45, 61.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 25%|β–ˆβ–ˆβ– | 3.30G/13.4G [00:58<02:35, 65.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 25%|β–ˆβ–ˆβ– | 3.31G/13.4G [00:59<02:31, 66.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 25%|β–ˆβ–ˆβ– | 3.33G/13.4G [00:59<02:26, 68.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 25%|β–ˆβ–ˆβ– | 3.34G/13.4G [00:59<02:32, 65.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 25%|β–ˆβ–ˆβ–Œ | 3.36G/13.4G [00:59<02:49, 59.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 25%|β–ˆβ–ˆβ–Œ | 3.38G/13.4G [01:00<03:03, 54.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 25%|β–ˆβ–ˆβ–Œ | 3.39G/13.4G [01:00<02:59, 55.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 25%|β–ˆβ–ˆβ–Œ | 3.41G/13.4G [01:00<02:50, 58.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 3.42G/13.4G [01:01<03:08, 52.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 3.44G/13.4G [01:01<02:59, 55.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 3.46G/13.4G [01:01<02:56, 56.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 3.47G/13.4G [01:02<03:14, 51.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 3.49G/13.4G [01:02<02:52, 57.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 3.50G/13.4G [01:02<02:43, 60.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 26%|β–ˆβ–ˆβ–‹ | 3.52G/13.4G [01:02<02:46, 59.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 26%|β–ˆβ–ˆβ–‹ | 3.54G/13.4G [01:03<03:09, 52.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 3.55G/13.4G [01:03<03:10, 51.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 3.57G/13.4G [01:03<03:08, 52.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 3.58G/13.4G [01:04<03:05, 53.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 3.60G/13.4G [01:04<02:53, 56.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 3.62G/13.4G [01:04<02:56, 55.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 3.63G/13.4G [01:04<02:40, 60.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 3.65G/13.4G [01:05<02:38, 61.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 3.66G/13.4G [01:05<02:23, 67.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 3.68G/13.4G [01:06<04:12, 38.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 3.70G/13.4G [01:06<03:44, 43.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 3.71G/13.4G [01:06<03:20, 48.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 3.73G/13.4G [01:06<03:01, 53.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 3.74G/13.4G [01:07<02:46, 58.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 3.76G/13.4G [01:07<02:52, 55.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 3.78G/13.4G [01:07<02:40, 59.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 3.79G/13.4G [01:07<02:32, 63.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 3.81G/13.4G [01:08<02:21, 67.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 29%|β–ˆβ–ˆβ–Š | 3.82G/13.4G [01:08<02:30, 63.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 29%|β–ˆβ–ˆβ–Š | 3.84G/13.4G [01:08<02:18, 69.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 3.86G/13.4G [01:08<02:21, 67.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 3.87G/13.4G [01:08<02:17, 69.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 3.89G/13.4G [01:09<02:21, 67.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 3.90G/13.4G [01:09<02:44, 57.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 3.92G/13.4G [01:09<02:38, 59.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 3.94G/13.4G [01:10<02:43, 57.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 3.95G/13.4G [01:10<02:45, 56.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 3.97G/13.4G [01:10<02:38, 59.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 3.98G/13.4G [01:10<02:41, 58.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 4.00G/13.4G [01:11<02:45, 56.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 4.02G/13.4G [01:11<02:28, 62.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 30%|β–ˆβ–ˆβ–ˆ | 4.03G/13.4G [01:11<02:24, 64.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 30%|β–ˆβ–ˆβ–ˆ | 4.05G/13.4G [01:11<02:28, 62.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 30%|β–ˆβ–ˆβ–ˆ | 4.06G/13.4G [01:12<02:30, 62.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 30%|β–ˆβ–ˆβ–ˆ | 4.08G/13.4G [01:12<02:33, 60.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 4.10G/13.4G [01:12<02:32, 60.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 4.11G/13.4G [01:12<02:27, 63.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 4.13G/13.4G [01:13<02:36, 59.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 4.14G/13.4G [01:13<02:32, 60.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 4.16G/13.4G [01:13<02:13, 68.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 4.18G/13.4G [01:15<05:35, 27.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆβ– | 4.19G/13.4G [01:15<04:31, 33.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆβ– | 4.21G/13.4G [01:15<04:33, 33.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 4.22G/13.4G [01:16<03:56, 38.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 4.24G/13.4G [01:16<03:28, 43.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 4.26G/13.4G [01:16<03:09, 48.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 4.27G/13.4G [01:16<03:01, 50.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 4.29G/13.4G [01:17<02:55, 51.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 4.30G/13.4G [01:17<03:01, 49.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 4.32G/13.4G [01:17<02:56, 51.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 4.34G/13.4G [01:18<02:47, 54.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 4.35G/13.4G [01:18<03:00, 50.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 4.37G/13.4G [01:18<02:52, 52.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 4.38G/13.4G [01:18<02:32, 59.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 4.40G/13.4G [01:19<02:16, 65.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 4.42G/13.4G [01:19<02:26, 61.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 4.43G/13.4G [01:19<02:22, 63.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 4.45G/13.4G [01:19<02:27, 60.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 4.46G/13.4G [01:20<02:17, 64.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 4.48G/13.4G [01:20<02:15, 65.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ–Ž | 4.50G/13.4G [01:20<02:13, 66.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ–Ž | 4.51G/13.4G [01:21<03:17, 45.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 4.53G/13.4G [01:21<03:00, 49.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 4.54G/13.4G [01:21<02:30, 58.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 4.56G/13.4G [01:21<02:17, 64.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 4.58G/13.4G [01:22<02:21, 62.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 4.59G/13.4G [01:22<02:18, 63.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 4.61G/13.4G [01:22<02:25, 60.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ– | 4.62G/13.4G [01:22<02:35, 56.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ– | 4.64G/13.4G [01:23<02:23, 60.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ– | 4.66G/13.4G [01:23<02:21, 61.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ– | 4.67G/13.4G [01:23<02:13, 65.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ–Œ | 4.69G/13.4G [01:23<02:06, 68.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ–Œ | 4.70G/13.4G [01:24<02:12, 65.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ–Œ | 4.72G/13.4G [01:24<02:20, 61.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ–Œ | 4.74G/13.4G [01:24<02:07, 68.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ–Œ | 4.75G/13.4G [01:24<02:14, 64.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 4.77G/13.4G [01:25<02:19, 61.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 4.78G/13.4G [01:25<02:14, 64.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 4.80G/13.4G [01:25<02:24, 59.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 4.82G/13.4G [01:25<02:17, 62.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 4.83G/13.4G [01:26<02:08, 66.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 4.85G/13.4G [01:26<02:23, 59.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–‹ | 4.86G/13.4G [01:26<02:24, 59.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–‹ | 4.88G/13.4G [01:27<02:31, 56.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 4.90G/13.4G [01:27<02:27, 57.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 4.91G/13.4G [01:27<02:39, 53.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 4.93G/13.4G [01:27<02:24, 58.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 4.94G/13.4G [01:28<02:35, 54.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 4.95G/13.4G [01:28<02:40, 52.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 4.96G/13.4G [01:28<02:28, 56.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 4.97G/13.4G [01:28<02:46, 50.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 4.98G/13.4G [01:28<03:03, 45.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 4.99G/13.4G [01:30<06:58, 20.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 5.01G/13.4G [01:30<05:23, 25.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 5.02G/13.4G [01:31<04:54, 28.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 5.04G/13.4G [01:31<03:53, 35.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 5.06G/13.4G [01:31<03:26, 40.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 5.07G/13.4G [01:31<02:54, 47.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 5.09G/13.4G [01:32<02:43, 50.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 5.10G/13.4G [01:32<02:50, 48.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 5.12G/13.4G [01:32<02:37, 52.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 5.14G/13.4G [01:32<02:30, 54.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 5.15G/13.4G [01:33<02:10, 63.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–Š | 5.17G/13.4G [01:33<02:06, 65.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–Š | 5.18G/13.4G [01:33<02:12, 61.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 5.20G/13.4G [01:33<02:02, 67.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 5.22G/13.4G [01:34<02:01, 67.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 5.23G/13.4G [01:34<02:04, 65.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 5.25G/13.4G [01:34<02:19, 58.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 5.26G/13.4G [01:34<02:17, 59.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 5.28G/13.4G [01:35<02:10, 62.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–‰ | 5.30G/13.4G [01:35<02:06, 64.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–‰ | 5.31G/13.4G [01:35<02:09, 62.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–‰ | 5.33G/13.4G [01:35<01:59, 67.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–‰ | 5.34G/13.4G [01:36<02:30, 53.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–ˆ | 5.36G/13.4G [01:36<03:23, 39.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–ˆ | 5.38G/13.4G [01:37<03:28, 38.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–ˆ | 5.39G/13.4G [01:37<03:04, 43.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–ˆ | 5.41G/13.4G [01:37<02:36, 50.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 5.42G/13.4G [01:38<02:19, 57.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 5.44G/13.4G [01:38<02:07, 62.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 5.46G/13.4G [01:38<02:07, 62.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 5.47G/13.4G [01:38<02:08, 61.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 5.49G/13.4G [01:39<02:23, 55.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 5.50G/13.4G [01:39<02:28, 53.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 5.52G/13.4G [01:39<02:10, 60.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.54G/13.4G [01:39<02:04, 62.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.55G/13.4G [01:40<02:21, 55.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.57G/13.4G [01:40<02:28, 52.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.58G/13.4G [01:40<02:22, 54.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.60G/13.4G [01:41<02:12, 58.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.62G/13.4G [01:41<02:04, 62.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.63G/13.4G [01:41<02:24, 53.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.65G/13.4G [01:42<02:28, 52.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.66G/13.4G [01:42<02:40, 48.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.68G/13.4G [01:42<02:34, 50.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.70G/13.4G [01:42<02:17, 56.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.71G/13.4G [01:43<02:22, 53.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.73G/13.4G [01:43<02:27, 51.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.74G/13.4G [01:43<02:25, 52.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.76G/13.4G [01:44<02:13, 57.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.78G/13.4G [01:44<02:24, 52.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.79G/13.4G [01:44<02:24, 52.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.81G/13.4G [01:45<03:20, 37.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.82G/13.4G [01:45<02:51, 44.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.84G/13.4G [01:45<02:30, 50.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.86G/13.4G [01:46<02:17, 55.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.87G/13.4G [01:46<02:23, 52.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.89G/13.4G [01:46<02:14, 55.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.90G/13.4G [01:47<02:22, 52.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.92G/13.4G [01:47<02:09, 57.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.94G/13.4G [01:47<02:04, 59.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.95G/13.4G [01:47<01:52, 66.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.97G/13.4G [01:47<01:54, 65.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 5.98G/13.4G [01:48<01:49, 67.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 6.00G/13.4G [01:48<01:45, 70.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 6.02G/13.4G [01:48<01:57, 62.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.03G/13.4G [01:48<01:54, 64.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.05G/13.4G [01:49<01:59, 61.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.06G/13.4G [01:49<01:49, 67.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.08G/13.4G [01:49<01:47, 67.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.10G/13.4G [01:49<01:40, 72.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.11G/13.4G [01:50<01:47, 67.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.13G/13.4G [01:50<01:47, 67.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.14G/13.4G [01:50<02:13, 54.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.16G/13.4G [01:50<02:07, 56.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6.18G/13.4G [01:51<02:07, 56.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.19G/13.4G [01:51<02:03, 58.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.21G/13.4G [01:51<01:54, 62.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.22G/13.4G [01:52<02:00, 59.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.24G/13.4G [01:52<02:07, 55.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.26G/13.4G [01:52<02:05, 56.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.27G/13.4G [01:52<02:01, 58.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.29G/13.4G [01:53<02:00, 59.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.30G/13.4G [01:53<02:09, 54.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.32G/13.4G [01:53<02:00, 58.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.34G/13.4G [01:53<01:54, 61.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 6.35G/13.4G [01:54<01:47, 65.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.37G/13.4G [01:54<01:45, 66.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.38G/13.4G [01:54<01:46, 65.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.40G/13.4G [01:54<01:50, 63.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.42G/13.4G [01:55<01:56, 59.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.43G/13.4G [01:55<02:01, 57.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.45G/13.4G [01:55<01:55, 60.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.46G/13.4G [01:56<02:06, 54.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.48G/13.4G [01:56<02:07, 54.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.50G/13.4G [01:56<02:28, 46.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 6.51G/13.4G [01:57<02:21, 48.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.53G/13.4G [02:00<07:46, 14.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.54G/13.4G [02:00<06:07, 18.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.56G/13.4G [02:00<04:59, 22.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.58G/13.4G [02:00<04:04, 27.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.59G/13.4G [02:01<03:21, 33.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.61G/13.4G [02:01<02:54, 38.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.62G/13.4G [02:01<03:03, 36.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.64G/13.4G [02:02<02:42, 41.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.66G/13.4G [02:02<02:25, 46.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.67G/13.4G [02:02<02:12, 50.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 6.69G/13.4G [02:03<02:11, 50.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.70G/13.4G [02:03<01:57, 56.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.72G/13.4G [02:03<01:48, 61.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.74G/13.4G [02:04<02:35, 42.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.75G/13.4G [02:04<02:28, 44.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.77G/13.4G [02:04<02:28, 44.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.78G/13.4G [02:05<02:16, 48.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.80G/13.4G [02:05<02:07, 51.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.82G/13.4G [02:05<02:03, 53.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.83G/13.4G [02:05<01:58, 55.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 6.85G/13.4G [02:06<01:53, 57.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.86G/13.4G [02:06<01:45, 61.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.88G/13.4G [02:06<01:42, 63.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.90G/13.4G [02:07<02:18, 46.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.91G/13.4G [02:07<02:06, 51.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.93G/13.4G [02:07<01:52, 57.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.94G/13.4G [02:07<01:49, 58.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.96G/13.4G [02:08<01:50, 58.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.98G/13.4G [02:08<01:43, 62.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 6.99G/13.4G [02:08<01:46, 59.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.01G/13.4G [02:08<01:54, 55.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.02G/13.4G [02:09<01:45, 60.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.04G/13.4G [02:09<01:46, 59.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.06G/13.4G [02:09<01:53, 56.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.07G/13.4G [02:10<01:55, 54.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.09G/13.4G [02:10<01:49, 57.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.10G/13.4G [02:10<01:54, 55.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.12G/13.4G [02:10<01:46, 58.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.14G/13.4G [02:11<01:54, 54.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.15G/13.4G [02:11<01:52, 55.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.17G/13.4G [02:11<02:02, 50.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 7.18G/13.4G [02:12<01:51, 55.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.20G/13.4G [02:12<01:50, 55.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.22G/13.4G [02:12<01:50, 55.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.23G/13.4G [02:12<01:47, 57.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.25G/13.4G [02:13<02:02, 50.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.26G/13.4G [02:13<01:54, 53.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.28G/13.4G [02:13<01:49, 55.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.30G/13.4G [02:14<01:36, 62.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.31G/13.4G [02:14<01:35, 63.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.33G/13.4G [02:14<01:44, 57.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.34G/13.4G [02:14<01:42, 58.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 7.36G/13.4G [02:15<01:38, 61.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.38G/13.4G [02:15<01:44, 57.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.39G/13.4G [02:15<01:43, 57.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.41G/13.4G [02:15<01:45, 56.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.42G/13.4G [02:16<01:58, 50.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.44G/13.4G [02:16<01:49, 54.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.46G/13.4G [02:16<01:57, 50.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.47G/13.4G [02:17<02:45, 35.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.49G/13.4G [02:17<02:18, 42.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.50G/13.4G [02:18<02:14, 43.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 7.52G/13.4G [02:18<01:59, 49.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.54G/13.4G [02:18<01:48, 53.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.55G/13.4G [02:19<01:45, 55.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.57G/13.4G [02:19<02:07, 45.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.58G/13.4G [02:19<01:59, 48.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.60G/13.4G [02:20<01:55, 50.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.62G/13.4G [02:20<01:55, 50.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.63G/13.4G [02:20<01:46, 54.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.65G/13.4G [02:20<01:45, 54.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.66G/13.4G [02:21<01:35, 60.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.68G/13.4G [02:21<02:34, 37.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 7.70G/13.4G [02:22<02:20, 40.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.71G/13.4G [02:22<02:05, 45.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.73G/13.4G [02:22<02:03, 45.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.74G/13.4G [02:23<01:43, 54.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.76G/13.4G [02:23<01:40, 55.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.78G/13.4G [02:23<01:50, 50.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.79G/13.4G [02:23<01:42, 54.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.81G/13.4G [02:24<01:32, 60.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.82G/13.4G [02:24<01:35, 58.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.84G/13.4G [02:24<01:38, 56.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 7.86G/13.4G [02:24<01:34, 58.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.87G/13.4G [02:25<01:30, 61.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.89G/13.4G [02:25<01:33, 58.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.90G/13.4G [02:25<01:26, 63.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.92G/13.4G [02:30<08:50, 10.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.94G/13.4G [02:30<06:39, 13.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.95G/13.4G [02:30<05:04, 17.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.97G/13.4G [02:31<04:11, 21.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 7.98G/13.4G [02:31<03:36, 25.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 8.00G/13.4G [02:31<02:56, 30.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 8.02G/13.4G [02:32<02:29, 35.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 8.03G/13.4G [02:32<02:11, 40.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.05G/13.4G [02:32<01:59, 44.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.06G/13.4G [02:32<01:55, 46.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.08G/13.4G [02:33<01:58, 44.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.10G/13.4G [02:33<01:51, 47.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.11G/13.4G [02:33<01:35, 55.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.13G/13.4G [02:34<01:51, 47.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.14G/13.4G [02:34<01:40, 52.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.16G/13.4G [02:34<01:36, 54.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.18G/13.4G [02:35<01:34, 54.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 8.19G/13.4G [02:35<01:28, 58.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.21G/13.4G [02:35<01:23, 61.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.22G/13.4G [02:35<01:24, 61.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.24G/13.4G [02:36<01:22, 62.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.26G/13.4G [02:36<01:24, 60.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.27G/13.4G [02:36<01:20, 63.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.29G/13.4G [02:36<01:19, 64.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.30G/13.4G [02:37<01:22, 61.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.32G/13.4G [02:37<01:15, 67.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.34G/13.4G [02:37<01:22, 61.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.35G/13.4G [02:37<01:18, 64.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.37G/13.4G [02:37<01:12, 68.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.38G/13.4G [02:38<01:13, 68.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.40G/13.4G [02:38<01:13, 67.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.42G/13.4G [02:38<01:27, 56.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.43G/13.4G [02:39<01:30, 54.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.45G/13.4G [02:39<01:28, 55.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.46G/13.4G [02:39<01:24, 58.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.48G/13.4G [02:39<01:20, 61.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.50G/13.4G [02:40<01:14, 65.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.51G/13.4G [02:40<01:15, 64.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 8.53G/13.4G [02:40<01:09, 70.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.54G/13.4G [02:40<01:15, 64.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.56G/13.4G [02:41<01:14, 64.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.58G/13.4G [02:41<01:12, 66.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.59G/13.4G [02:41<01:17, 61.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.61G/13.4G [02:41<01:17, 61.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.62G/13.4G [02:42<01:25, 55.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.64G/13.4G [02:42<01:26, 54.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.66G/13.4G [02:42<01:23, 57.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.67G/13.4G [02:43<01:16, 61.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 8.69G/13.4G [02:43<01:16, 61.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.70G/13.4G [02:43<01:17, 60.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.72G/13.4G [02:43<01:10, 65.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.74G/13.4G [02:44<01:15, 61.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.75G/13.4G [02:44<01:16, 60.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.77G/13.4G [02:44<01:15, 61.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.78G/13.4G [02:44<01:13, 62.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.80G/13.4G [02:45<01:09, 65.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.82G/13.4G [02:45<01:12, 63.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.83G/13.4G [02:45<01:21, 55.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.85G/13.4G [02:45<01:15, 59.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 8.86G/13.4G [02:46<01:15, 59.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.88G/13.4G [02:46<01:09, 64.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.90G/13.4G [02:46<01:11, 62.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.91G/13.4G [02:46<01:08, 65.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.93G/13.4G [02:47<01:07, 66.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.94G/13.4G [02:47<01:16, 57.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.96G/13.4G [02:47<01:13, 60.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.98G/13.4G [02:47<01:15, 58.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 8.99G/13.4G [02:48<01:11, 61.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 9.01G/13.4G [02:48<01:07, 64.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 9.02G/13.4G [02:48<01:10, 61.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.04G/13.4G [02:49<01:16, 56.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.06G/13.4G [02:49<01:15, 57.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.07G/13.4G [02:49<01:09, 62.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.09G/13.4G [02:49<01:11, 60.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.10G/13.4G [02:50<01:20, 53.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.12G/13.4G [02:50<01:18, 54.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.14G/13.4G [02:50<01:10, 60.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.15G/13.4G [02:50<01:09, 61.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.17G/13.4G [02:51<01:08, 61.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.18G/13.4G [02:51<01:16, 55.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 9.20G/13.4G [02:51<01:14, 56.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.22G/13.4G [02:52<01:17, 53.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.23G/13.4G [02:52<01:08, 60.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.25G/13.4G [02:52<01:11, 57.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.26G/13.4G [02:52<01:13, 56.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.28G/13.4G [02:53<01:12, 56.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.30G/13.4G [02:53<01:07, 60.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.31G/13.4G [02:53<01:05, 62.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.33G/13.4G [02:53<01:04, 63.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.34G/13.4G [02:54<01:04, 62.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 9.36G/13.4G [02:54<01:01, 65.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.38G/13.4G [02:54<00:58, 68.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.39G/13.4G [02:54<01:02, 63.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.41G/13.4G [02:55<01:06, 60.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.42G/13.4G [02:55<00:59, 67.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.44G/13.4G [02:55<01:00, 65.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.46G/13.4G [02:55<01:02, 62.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.47G/13.4G [02:56<01:01, 63.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.49G/13.4G [02:56<01:01, 63.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.50G/13.4G [02:57<01:28, 44.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.52G/13.4G [02:57<01:21, 47.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9.54G/13.4G [02:57<01:21, 47.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.55G/13.4G [02:57<01:17, 49.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.57G/13.4G [02:58<01:14, 51.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.58G/13.4G [02:58<01:08, 55.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.60G/13.4G [02:58<01:03, 60.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.62G/13.4G [02:58<01:01, 61.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.63G/13.4G [02:59<01:03, 59.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.65G/13.4G [02:59<01:05, 57.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.66G/13.4G [02:59<01:11, 52.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.68G/13.4G [03:00<01:07, 54.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.70G/13.4G [03:00<01:05, 56.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9.71G/13.4G [03:00<01:01, 59.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9.73G/13.4G [03:00<00:56, 64.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9.74G/13.4G [03:01<00:55, 65.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9.76G/13.4G [03:01<00:53, 67.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9.78G/13.4G [03:01<00:53, 66.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9.79G/13.4G [03:01<00:53, 67.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9.81G/13.4G [03:02<00:56, 63.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9.82G/13.4G [03:02<00:55, 63.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9.84G/13.4G [03:02<00:57, 61.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9.86G/13.4G [03:02<00:55, 63.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9.87G/13.4G [03:03<00:54, 64.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.89G/13.4G [03:03<00:51, 67.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.90G/13.4G [03:03<01:13, 47.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.92G/13.4G [03:04<01:12, 48.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.94G/13.4G [03:04<01:05, 52.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.95G/13.4G [03:04<00:58, 58.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.97G/13.4G [03:04<00:49, 68.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9.98G/13.4G [03:04<00:49, 68.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10.0G/13.4G [03:05<00:47, 70.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10.0G/13.4G [03:05<00:54, 62.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10.0G/13.4G [03:05<00:54, 61.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10.0G/13.4G [03:06<00:52, 63.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10.1G/13.4G [03:06<00:52, 63.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10.1G/13.4G [03:06<00:50, 66.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10.1G/13.4G [03:06<00:48, 67.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10.1G/13.4G [03:06<00:48, 67.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10.1G/13.4G [03:07<00:48, 67.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10.1G/13.4G [03:07<00:52, 61.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10.2G/13.4G [03:07<00:54, 59.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10.2G/13.4G [03:08<00:52, 61.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10.2G/13.4G [03:08<00:51, 62.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10.2G/13.4G [03:08<00:49, 64.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10.2G/13.4G [03:08<00:50, 62.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10.2G/13.4G [03:09<00:59, 52.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10.3G/13.4G [03:09<00:58, 53.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10.3G/13.4G [03:09<00:54, 57.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10.3G/13.4G [03:09<00:48, 63.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10.3G/13.4G [03:10<00:46, 66.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10.3G/13.4G [03:10<00:44, 69.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10.3G/13.4G [03:10<00:48, 62.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10.4G/13.4G [03:10<00:53, 57.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10.4G/13.4G [03:11<00:57, 52.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10.4G/13.4G [03:11<00:52, 57.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10.4G/13.4G [03:11<00:45, 65.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10.4G/13.4G [03:11<00:45, 65.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10.4G/13.4G [03:12<00:42, 69.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10.4G/13.4G [03:12<01:07, 43.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10.5G/13.4G [03:13<00:56, 51.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10.5G/13.4G [03:13<01:10, 41.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10.5G/13.4G [03:14<01:38, 29.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10.5G/13.4G [03:14<01:20, 35.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10.5G/13.4G [03:15<01:10, 40.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10.5G/13.4G [03:15<01:04, 43.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10.6G/13.4G [03:15<00:56, 50.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10.6G/13.4G [03:15<00:50, 56.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10.6G/13.4G [03:16<00:50, 54.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10.6G/13.4G [03:16<01:22, 33.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10.6G/13.4G [03:17<01:15, 36.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10.6G/13.4G [03:17<01:05, 42.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10.7G/13.4G [03:17<01:00, 45.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10.7G/13.4G [03:18<00:57, 47.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10.7G/13.4G [03:18<01:09, 38.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10.7G/13.4G [03:18<01:00, 44.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10.7G/13.4G [03:19<00:55, 47.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10.7G/13.4G [03:19<00:53, 49.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10.8G/13.4G [03:19<00:46, 56.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10.8G/13.4G [03:20<01:13, 35.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10.8G/13.4G [03:20<01:00, 43.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10.8G/13.4G [03:21<01:18, 33.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10.8G/13.4G [03:21<01:05, 39.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10.8G/13.4G [03:21<00:55, 46.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10.8G/13.4G [03:22<00:50, 50.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10.9G/13.4G [03:22<00:48, 52.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10.9G/13.4G [03:22<00:46, 54.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10.9G/13.4G [03:22<00:43, 57.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10.9G/13.4G [03:23<00:43, 56.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10.9G/13.4G [03:23<00:47, 51.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10.9G/13.4G [03:23<00:42, 57.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.0G/13.4G [03:24<00:46, 51.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.0G/13.4G [03:24<00:42, 56.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.0G/13.4G [03:24<00:43, 55.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.0G/13.4G [03:24<00:38, 61.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.0G/13.4G [03:25<00:39, 59.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.0G/13.4G [03:25<00:37, 63.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11.1G/13.4G [03:25<00:35, 65.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11.1G/13.4G [03:25<00:38, 60.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11.1G/13.4G [03:26<00:36, 62.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11.1G/13.4G [03:26<00:35, 64.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11.1G/13.4G [03:26<00:34, 65.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11.1G/13.4G [03:26<00:34, 65.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11.2G/13.4G [03:27<00:33, 67.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11.2G/13.4G [03:27<00:35, 62.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11.2G/13.4G [03:27<00:34, 63.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11.2G/13.4G [03:27<00:34, 63.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.2G/13.4G [03:28<00:31, 69.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.2G/13.4G [03:28<00:32, 66.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.2G/13.4G [03:28<00:31, 68.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.3G/13.4G [03:28<00:32, 66.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.3G/13.4G [03:29<00:37, 56.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.3G/13.4G [03:29<00:36, 57.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.3G/13.4G [03:29<00:37, 55.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.3G/13.4G [03:30<00:39, 52.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.3G/13.4G [03:30<00:35, 57.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.4G/13.4G [03:30<00:33, 61.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11.4G/13.4G [03:30<00:35, 57.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11.4G/13.4G [03:31<00:35, 56.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11.4G/13.4G [03:31<00:33, 59.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11.4G/13.4G [03:31<00:31, 62.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11.4G/13.4G [03:32<00:33, 57.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11.5G/13.4G [03:32<00:32, 59.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11.5G/13.4G [03:32<00:30, 62.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11.5G/13.4G [03:32<00:31, 59.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11.5G/13.4G [03:33<00:31, 60.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11.5G/13.4G [03:33<00:30, 62.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11.5G/13.4G [03:33<00:27, 67.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11.6G/13.4G [03:34<00:44, 41.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11.6G/13.4G [03:34<00:40, 45.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11.6G/13.4G [03:34<00:37, 48.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11.6G/13.4G [03:35<00:35, 50.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11.6G/13.4G [03:35<00:34, 51.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11.6G/13.4G [03:35<00:33, 52.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11.6G/13.4G [03:35<00:30, 57.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11.7G/13.4G [03:36<00:32, 52.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11.7G/13.4G [03:36<00:33, 51.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11.7G/13.4G [03:37<00:45, 37.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11.7G/13.4G [03:37<00:41, 40.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11.7G/13.4G [03:38<00:46, 36.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11.7G/13.4G [03:38<00:40, 40.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11.8G/13.4G [03:38<00:35, 46.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11.8G/13.4G [03:38<00:29, 55.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11.8G/13.4G [03:39<00:27, 57.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11.8G/13.4G [03:39<00:26, 60.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11.8G/13.4G [03:39<00:25, 61.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11.8G/13.4G [03:39<00:25, 60.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11.9G/13.4G [03:40<00:25, 60.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11.9G/13.4G [03:40<00:23, 64.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 11.9G/13.4G [03:40<00:26, 57.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 11.9G/13.4G [03:40<00:25, 58.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 11.9G/13.4G [03:41<00:24, 60.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 11.9G/13.4G [03:41<00:25, 55.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 12.0G/13.4G [03:41<00:25, 56.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 12.0G/13.4G [03:41<00:23, 61.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 12.0G/13.4G [03:42<00:23, 58.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 12.0G/13.4G [03:42<00:25, 53.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 12.0G/13.4G [03:42<00:24, 55.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 12.0G/13.4G [03:43<00:23, 58.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 12.0G/13.4G [03:43<00:23, 57.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12.1G/13.4G [03:43<00:21, 61.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12.1G/13.4G [03:43<00:21, 60.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12.1G/13.4G [03:44<00:20, 63.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12.1G/13.4G [03:44<00:20, 62.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12.1G/13.4G [03:44<00:18, 69.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12.1G/13.4G [03:44<00:20, 61.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12.2G/13.4G [03:45<00:20, 60.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12.2G/13.4G [03:45<00:17, 67.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12.2G/13.4G [03:45<00:19, 61.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12.2G/13.4G [03:45<00:20, 58.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.2G/13.4G [03:46<00:19, 58.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.2G/13.4G [03:46<00:19, 60.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.3G/13.4G [03:46<00:18, 61.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.3G/13.4G [03:47<00:18, 60.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.3G/13.4G [03:47<00:17, 63.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.3G/13.4G [03:47<00:16, 65.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.3G/13.4G [03:47<00:18, 59.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.3G/13.4G [03:48<00:17, 59.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.4G/13.4G [03:48<00:16, 61.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.4G/13.4G [03:48<00:15, 66.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 12.4G/13.4G [03:48<00:18, 53.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 12.4G/13.4G [03:49<00:16, 59.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 12.4G/13.4G [03:49<00:16, 58.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 12.4G/13.4G [03:49<00:16, 59.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 12.4G/13.4G [03:50<00:17, 53.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 12.5G/13.4G [03:50<00:15, 60.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 12.5G/13.4G [03:50<00:14, 62.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 12.5G/13.4G [03:50<00:14, 61.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 12.5G/13.4G [03:50<00:13, 62.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 12.5G/13.4G [03:51<00:13, 65.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 12.5G/13.4G [03:51<00:14, 59.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.6G/13.4G [03:51<00:12, 63.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.6G/13.4G [03:52<00:14, 55.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.6G/13.4G [03:52<00:13, 57.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.6G/13.4G [03:52<00:13, 59.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.6G/13.4G [03:52<00:13, 58.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.6G/13.4G [03:53<00:12, 59.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.7G/13.4G [03:53<00:13, 54.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.7G/13.4G [03:53<00:13, 54.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.7G/13.4G [03:54<00:22, 31.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 12.7G/13.4G [03:55<00:18, 37.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 12.7G/13.4G [03:55<00:16, 39.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 12.7G/13.4G [03:55<00:14, 46.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 12.8G/13.4G [03:55<00:12, 50.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 12.8G/13.4G [03:56<00:12, 48.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 12.8G/13.4G [03:56<00:11, 53.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 12.8G/13.4G [03:56<00:10, 57.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 12.8G/13.4G [03:56<00:09, 59.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 12.8G/13.4G [03:57<00:08, 63.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 12.8G/13.4G [03:57<00:08, 62.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 12.9G/13.4G [03:57<00:11, 45.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 12.9G/13.4G [03:58<00:10, 48.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 12.9G/13.4G [03:58<00:09, 53.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 12.9G/13.4G [03:58<00:09, 52.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 12.9G/13.4G [03:59<00:08, 55.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 12.9G/13.4G [03:59<00:07, 62.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 13.0G/13.4G [03:59<00:06, 62.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 13.0G/13.4G [03:59<00:06, 63.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 13.0G/13.4G [04:00<00:11, 34.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 13.0G/13.4G [04:00<00:09, 39.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 13.0G/13.4G [04:01<00:08, 41.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 13.0G/13.4G [04:01<00:07, 46.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.1G/13.4G [04:02<00:08, 37.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.1G/13.4G [04:02<00:08, 38.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.1G/13.4G [04:02<00:06, 48.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.1G/13.4G [04:03<00:11, 24.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.1G/13.4G [04:03<00:09, 29.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.1G/13.4G [04:04<00:09, 28.2MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.1G/13.4G [04:04<00:08, 30.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.1G/13.4G [04:04<00:07, 31.9MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.1G/13.4G [04:04<00:06, 39.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.2G/13.4G [04:05<00:06, 34.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.2G/13.4G [04:05<00:05, 40.0MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.2G/13.4G [04:06<00:05, 34.1MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.2G/13.4G [04:06<00:04, 42.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 13.2G/13.4G [04:06<00:03, 47.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 13.2G/13.4G [04:06<00:02, 52.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 13.2G/13.4G [04:07<00:02, 56.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 13.3G/13.4G [04:07<00:02, 58.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 13.3G/13.4G [04:07<00:01, 58.8MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 13.3G/13.4G [04:07<00:01, 61.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 13.3G/13.4G [04:08<00:01, 59.4MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 13.3G/13.4G [04:08<00:00, 62.3MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 13.3G/13.4G [04:08<00:00, 60.5MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 13.4G/13.4G [04:09<00:00, 38.6MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 13.4G/13.4G [04:09<00:00, 40.7MB/s] ip-26-0-161-178_157959.1719931391546523089.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 13.4G/13.4G [04:09<00:00, 53.6MB/s]