3outeille's picture
3outeille HF staff
Upload llama-1B/16_GPUS/dp-1_tp-2_pp-8_mbz-4
c6d0131 verified
raw
history blame
110 kB
========================
START TIME: Tue Jul 2 19:24:44 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 19:24:47.880000 140277043201856 torch/distributed/run.py:757]
W0702 19:24:47.880000 140277043201856 torch/distributed/run.py:757] *****************************************
W0702 19:24:47.880000 140277043201856 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 19:24:47.880000 140277043201856 torch/distributed/run.py:757] *****************************************
W0702 19:24:50.755000 140400001464128 torch/distributed/run.py:757]
W0702 19:24:50.755000 140400001464128 torch/distributed/run.py:757] *****************************************
W0702 19:24:50.755000 140400001464128 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 19:24:50.755000 140400001464128 torch/distributed/run.py:757] *****************************************
[default0]:07/02/2024 19:25:13 [WARNING|DP=0|PP=0|TP=0|ip-26-0-168-238]: [Vocab Size Padding] Padded vocab (size: 50257) with 1 dummy tokens (new size: 50258)
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Config:
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Config(general=GeneralArgs(project='bench_cluster',
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: run='%date_%jobid',
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: seed=42,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: step=None,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: consumed_train_samples=None,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: benchmark_csv_path=None,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: ignore_sanity_checks=True),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: parallelism=ParallelismArgs(dp=1,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: pp=8,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: tp=2,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: pp_engine=<nanotron.parallel.pipeline_parallel.engine.OneForwardOneBackwardPipelineEngine object at 0x7f0ddfb48730>,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: tp_mode=<TensorParallelLinearMode.REDUCE_SCATTER: 2>,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: tp_linear_async_communication=False,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: expert_parallel_size=1),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: model=ModelArgs(model_config=LlamaConfig(bos_token_id=1,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: eos_token_id=2,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: hidden_act='silu',
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: hidden_size=2048,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: initializer_range=0.02,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: intermediate_size=4096,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: is_llama_config=True,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: max_position_embeddings=4096,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: num_attention_heads=32,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: num_hidden_layers=24,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: num_key_value_heads=32,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: pad_token_id=None,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: pretraining_tp=1,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: rms_norm_eps=1e-05,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: rope_scaling=None,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: rope_theta=10000.0,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: tie_word_embeddings=True,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: use_cache=True,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: vocab_size=50258),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: init_method=RandomInit(std=0.025),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: dtype=torch.bfloat16,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: make_vocab_size_divisible_by=1,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: ddp_bucket_cap_mb=25),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: tokenizer=TokenizerArgs(tokenizer_name_or_path='openai-community/gpt2',
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: tokenizer_revision=None,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: tokenizer_max_length=None),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: checkpoints=CheckpointsArgs(checkpoints_path=Path('/dev/null'),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: checkpoint_interval=100000,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: save_initial_state=False,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: resume_checkpoint_path=None,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: checkpoints_path_is_shared_file_system=False),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: logging=LoggingArgs(log_level='info',
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: log_level_replica='info',
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: iteration_step_info_interval=1),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: tokens=TokensArgs(sequence_length=4096,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: train_steps=20,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: micro_batch_size=4,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: batch_accumulation_per_replica=256,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: val_check_interval=-1,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: limit_val_batches=0,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: limit_test_batches=0),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: optimizer=OptimizerArgs(optimizer_factory=AdamWOptimizerArgs(adam_eps=1e-08,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: adam_beta1=0.9,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: adam_beta2=0.95,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: torch_adam_is_fused=True,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: name='adamW'),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: zero_stage=1,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: weight_decay=0.01,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: clip_grad=1.0,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: accumulate_grad_in_fp32=True,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: learning_rate_scheduler=LRSchedulerArgs(learning_rate=0.0001,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: lr_warmup_steps=1,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: lr_warmup_style='linear',
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: lr_decay_style='linear',
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: lr_decay_steps=19,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: lr_decay_starting_step=None,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: min_decay_lr=1e-05)),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: data_stages=[DatasetStageArgs(name='Training Stage',
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: start_training_step=1,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: data=DataArgs(dataset=PretrainDatasetsArgs(hf_dataset_or_datasets='roneneldan/TinyStories',
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: hf_dataset_splits='train',
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: hf_dataset_config_name=None,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: dataset_processing_num_proc_per_process=64,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: dataset_overwrite_cache=False,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: text_column_name='text'),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: seed=42,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: num_loading_workers=32))],
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: profiler=ProfilerArgs(profiler_export_path=Path('/fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/16_GPUS/dp-1_tp-2_pp-8_mbz-4')),
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: lighteval=None)
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Model Config:
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: LlamaConfig(bos_token_id=1,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: eos_token_id=2,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: hidden_act='silu',
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: hidden_size=2048,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: initializer_range=0.02,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: intermediate_size=4096,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: is_llama_config=True,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: max_position_embeddings=4096,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: num_attention_heads=32,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: num_hidden_layers=24,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: num_key_value_heads=32,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: pad_token_id=None,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: pretraining_tp=1,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: rms_norm_eps=1e-05,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: rope_scaling=None,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: rope_theta=10000.0,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: tie_word_embeddings=True,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: use_cache=True,
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: vocab_size=50258)
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Building model..
[default0]:07/02/2024 19:25:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Setting PP block ranks...
[default5]:07/02/2024 19:25:30 [INFO|DP=0|PP=6|TP=1|ip-26-0-169-86]: Local number of parameters: 83.9M (160.03MiB)
[default5]:07/02/2024 19:25:30 [INFO|DP=0|PP=6|TP=1|ip-26-0-169-86]: [After model building] Memory usage: 164.04MiB. Peak allocated: 166.07MiB Peak reserved: 180.00MiB
[default5]:07/02/2024 19:25:30 [INFO|DP=0|PP=6|TP=1|ip-26-0-169-86]: No checkpoint path provided.
[default7]:07/02/2024 19:25:30 [INFO|DP=0|PP=7|TP=1|ip-26-0-169-86]: Local number of parameters: 51.5M (98.16MiB)
[default7]:07/02/2024 19:25:30 [INFO|DP=0|PP=7|TP=1|ip-26-0-169-86]: [After model building] Memory usage: 98.17MiB. Peak allocated: 98.18MiB Peak reserved: 102.00MiB
[default4]:07/02/2024 19:25:30 [INFO|DP=0|PP=6|TP=0|ip-26-0-169-86]: Local number of parameters: 83.9M (160.03MiB)
[default4]:07/02/2024 19:25:30 [INFO|DP=0|PP=6|TP=0|ip-26-0-169-86]: [After model building] Memory usage: 164.04MiB. Peak allocated: 166.07MiB Peak reserved: 180.00MiB
[default4]:07/02/2024 19:25:30 [INFO|DP=0|PP=6|TP=0|ip-26-0-169-86]: No checkpoint path provided.
[default2]:07/02/2024 19:25:30 [INFO|DP=0|PP=5|TP=0|ip-26-0-169-86]: Local number of parameters: 62.9M (120.02MiB)
[default1]:07/02/2024 19:25:30 [INFO|DP=0|PP=4|TP=1|ip-26-0-169-86]: Local number of parameters: 62.9M (120.02MiB)
[default1]:07/02/2024 19:25:30 [INFO|DP=0|PP=4|TP=1|ip-26-0-169-86]: [After model building] Memory usage: 123.03MiB. Peak allocated: 125.06MiB Peak reserved: 138.00MiB
[default6]:07/02/2024 19:25:30 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: Local number of parameters: 51.5M (98.16MiB)
[default6]:07/02/2024 19:25:30 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: [After model building] Memory usage: 98.17MiB. Peak allocated: 98.18MiB Peak reserved: 102.00MiB
[default6]:07/02/2024 19:25:30 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: No checkpoint path provided.
[default2]:07/02/2024 19:25:30 [INFO|DP=0|PP=5|TP=0|ip-26-0-169-86]: [After model building] Memory usage: 123.03MiB. Peak allocated: 125.06MiB Peak reserved: 138.00MiB
[default2]:07/02/2024 19:25:30 [INFO|DP=0|PP=5|TP=0|ip-26-0-169-86]: No checkpoint path provided.
[default1]:07/02/2024 19:25:30 [INFO|DP=0|PP=4|TP=1|ip-26-0-169-86]: No checkpoint path provided.
[default7]:07/02/2024 19:25:30 [INFO|DP=0|PP=7|TP=1|ip-26-0-169-86]: No checkpoint path provided.
[default3]:07/02/2024 19:25:30 [INFO|DP=0|PP=5|TP=1|ip-26-0-169-86]: Local number of parameters: 62.9M (120.02MiB)
[default3]:07/02/2024 19:25:30 [INFO|DP=0|PP=5|TP=1|ip-26-0-169-86]: [After model building] Memory usage: 123.03MiB. Peak allocated: 125.06MiB Peak reserved: 138.00MiB
[default3]:07/02/2024 19:25:30 [INFO|DP=0|PP=5|TP=1|ip-26-0-169-86]: No checkpoint path provided.
[default0]:07/02/2024 19:25:30 [INFO|DP=0|PP=4|TP=0|ip-26-0-169-86]: Local number of parameters: 62.9M (120.02MiB)
[default0]:07/02/2024 19:25:30 [INFO|DP=0|PP=4|TP=0|ip-26-0-169-86]: [After model building] Memory usage: 123.03MiB. Peak allocated: 125.06MiB Peak reserved: 138.00MiB
[default0]:07/02/2024 19:25:30 [INFO|DP=0|PP=4|TP=0|ip-26-0-169-86]: No checkpoint path provided.
[default0]:07/02/2024 19:25:30 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Total number of parameters: 1.21G (2313.02MiB)
[default0]:07/02/2024 19:25:30 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Local number of parameters: 135M (258.19MiB)
[default0]:07/02/2024 19:25:30 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: [After model building] Memory usage: 262.20MiB. Peak allocated: 264.23MiB Peak reserved: 280.00MiB
[default0]:07/02/2024 19:25:30 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: No checkpoint path provided.
[default0]:07/02/2024 19:25:30 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Parametrizing model parameters using StandardParametrizator
[default1]:07/02/2024 19:25:30 [INFO|DP=0|PP=0|TP=1|ip-26-0-168-238]: Local number of parameters: 135M (258.19MiB)
[default1]:07/02/2024 19:25:30 [INFO|DP=0|PP=0|TP=1|ip-26-0-168-238]: [After model building] Memory usage: 262.20MiB. Peak allocated: 264.23MiB Peak reserved: 280.00MiB
[default1]:07/02/2024 19:25:30 [INFO|DP=0|PP=0|TP=1|ip-26-0-168-238]: No checkpoint path provided.
[default4]:07/02/2024 19:25:30 [INFO|DP=0|PP=2|TP=0|ip-26-0-168-238]: Local number of parameters: 62.9M (120.02MiB)
[default5]:07/02/2024 19:25:30 [INFO|DP=0|PP=2|TP=1|ip-26-0-168-238]: Local number of parameters: 62.9M (120.02MiB)
[default5]:07/02/2024 19:25:30 [INFO|DP=0|PP=2|TP=1|ip-26-0-168-238]: [After model building] Memory usage: 123.03MiB. Peak allocated: 125.06MiB Peak reserved: 138.00MiB
[default5]:07/02/2024 19:25:30 [INFO|DP=0|PP=2|TP=1|ip-26-0-168-238]: No checkpoint path provided.
[default4]:07/02/2024 19:25:30 [INFO|DP=0|PP=2|TP=0|ip-26-0-168-238]: [After model building] Memory usage: 123.03MiB. Peak allocated: 125.06MiB Peak reserved: 138.00MiB
[default4]:07/02/2024 19:25:30 [INFO|DP=0|PP=2|TP=0|ip-26-0-168-238]: No checkpoint path provided.
[default3]:07/02/2024 19:25:30 [INFO|DP=0|PP=1|TP=1|ip-26-0-168-238]: Local number of parameters: 62.9M (120.02MiB)
[default3]:07/02/2024 19:25:30 [INFO|DP=0|PP=1|TP=1|ip-26-0-168-238]: [After model building] Memory usage: 123.03MiB. Peak allocated: 125.06MiB Peak reserved: 138.00MiB
[default3]:07/02/2024 19:25:30 [INFO|DP=0|PP=1|TP=1|ip-26-0-168-238]: No checkpoint path provided.
[default2]:07/02/2024 19:25:30 [INFO|DP=0|PP=1|TP=0|ip-26-0-168-238]: Local number of parameters: 62.9M (120.02MiB)
[default6]:07/02/2024 19:25:30 [INFO|DP=0|PP=3|TP=0|ip-26-0-168-238]: Local number of parameters: 83.9M (160.03MiB)
[default6]:07/02/2024 19:25:30 [INFO|DP=0|PP=3|TP=0|ip-26-0-168-238]: [After model building] Memory usage: 164.04MiB. Peak allocated: 166.07MiB Peak reserved: 180.00MiB
[default6]:07/02/2024 19:25:30 [INFO|DP=0|PP=3|TP=0|ip-26-0-168-238]: No checkpoint path provided.
[default2]:07/02/2024 19:25:30 [INFO|DP=0|PP=1|TP=0|ip-26-0-168-238]: [After model building] Memory usage: 123.03MiB. Peak allocated: 125.06MiB Peak reserved: 138.00MiB
[default2]:07/02/2024 19:25:30 [INFO|DP=0|PP=1|TP=0|ip-26-0-168-238]: No checkpoint path provided.
[default7]:07/02/2024 19:25:30 [INFO|DP=0|PP=3|TP=1|ip-26-0-168-238]: Local number of parameters: 83.9M (160.03MiB)
[default7]:07/02/2024 19:25:30 [INFO|DP=0|PP=3|TP=1|ip-26-0-168-238]: [After model building] Memory usage: 164.04MiB. Peak allocated: 166.07MiB Peak reserved: 180.00MiB
[default7]:07/02/2024 19:25:30 [INFO|DP=0|PP=3|TP=1|ip-26-0-168-238]: No checkpoint path provided.
[default0]:07/02/2024 19:25:31 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: [Optimizer Building] Using LearningRateForSP as learning rate
[default0]:07/02/2024 19:25:31 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: [ZeRO sharding] Size of optimizer params per rank:
[default0]:07/02/2024 19:25:31 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: [ZeRO sharding] DP Rank 0 has 135M out of 135M (100.00%) params' optimizer states
[default0]:07/02/2024 19:25:32 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: [Training Plan] Stage Training Stage has 19 remaining training steps and has consumed 0 samples
[default0]:07/02/2024 19:25:32 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Using `datasets` library
[default0]:07/02/2024 19:25:32 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Loading tokenizer from openai-community/gpt2 and transformers/hf_hub versions ('4.41.2', '0.23.4')
[default0]:07/02/2024 19:25:33 [WARNING|DP=0|PP=0|TP=0|ip-26-0-168-238]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/02/2024 19:25:34 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: [Training Plan] There are 1 training stages
[default0]:07/02/2024 19:25:34 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: [Stage Training Stage] start from step 1
[default0]:07/02/2024 19:25:34 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]:
[default0]:07/02/2024 19:25:34 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: [Start training] datetime: 2024-07-02 19:25:34.175893 | mbs: 4 | grad_accum: 256 | global_batch_size: 1024 | sequence_length: 4096 | train_steps: 20 | start_iteration_step: 0 | consumed_train_samples: 0
[default0]:07/02/2024 19:25:34 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Resuming training from stage Training Stage, it has trained for 0 samples and has 19 remaining train steps
[default0]:07/02/2024 19:25:34 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 1294.97MiB. Peak allocated 1294.97MiB. Peak reserved: 1316.00MiB
[default5]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:07/02/2024 19:25:34 [WARNING|DP=0|PP=6|TP=0|ip-26-0-169-86]: Repo card metadata block was not found. Setting CardData to empty.
[default5]:07/02/2024 19:25:34 [WARNING|DP=0|PP=6|TP=1|ip-26-0-169-86]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:07/02/2024 19:25:34 [WARNING|DP=0|PP=7|TP=0|ip-26-0-169-86]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:07/02/2024 19:25:34 [WARNING|DP=0|PP=4|TP=1|ip-26-0-169-86]: Repo card metadata block was not found. Setting CardData to empty.
[default4]:Repo card metadata block was not found. Setting CardData to empty.
[default2]:07/02/2024 19:25:34 [WARNING|DP=0|PP=5|TP=0|ip-26-0-169-86]: Repo card metadata block was not found. Setting CardData to empty.
[default3]:07/02/2024 19:25:34 [WARNING|DP=0|PP=5|TP=1|ip-26-0-169-86]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:Repo card metadata block was not found. Setting CardData to empty.
[default3]:Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/02/2024 19:25:34 [WARNING|DP=0|PP=4|TP=0|ip-26-0-169-86]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default2]:Repo card metadata block was not found. Setting CardData to empty.
[default5]:Repo card metadata block was not found. Setting CardData to empty.
[default0]:Repo card metadata block was not found. Setting CardData to empty.
[default5]:07/02/2024 19:25:34 [WARNING|DP=0|PP=2|TP=1|ip-26-0-168-238]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:Repo card metadata block was not found. Setting CardData to empty.
[default2]:07/02/2024 19:25:34 [WARNING|DP=0|PP=1|TP=0|ip-26-0-168-238]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:07/02/2024 19:25:34 [WARNING|DP=0|PP=3|TP=0|ip-26-0-168-238]: Repo card metadata block was not found. Setting CardData to empty.
[default7]:07/02/2024 19:25:34 [WARNING|DP=0|PP=3|TP=1|ip-26-0-168-238]: Repo card metadata block was not found. Setting CardData to empty.
[default7]: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 19:25:34 [WARNING|DP=0|PP=7|TP=1|ip-26-0-169-86]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:07/02/2024 19:25:34 [WARNING|DP=0|PP=0|TP=1|ip-26-0-168-238]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:Repo card metadata block was not found. Setting CardData to empty.
[default3]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:07/02/2024 19:25:34 [WARNING|DP=0|PP=2|TP=0|ip-26-0-168-238]: Repo card metadata block was not found. Setting CardData to empty.
[default3]:07/02/2024 19:25:34 [WARNING|DP=0|PP=1|TP=1|ip-26-0-168-238]: Repo card metadata block was not found. Setting CardData to empty.
[default4]: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
[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
[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
[default2]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default2]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default3]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default3]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default1]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default1]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default0]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default0]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[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
[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
[default4]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default4]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default5]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default5]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[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: 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
[default5]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default5]: warnings.warn(
[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(
[default4]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default7]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default4]: warnings.warn(
[default7]: warnings.warn(
[default2]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default2]: warnings.warn(
[default3]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default3]: warnings.warn(
[default1]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default1]: warnings.warn(
[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(
[default7]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default7]: warnings.warn(
[default0]:07/02/2024 19:27:20 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 1361.11MiB. Peak allocated 23068.30MiB. Peak reserved: 23490.00MiB
[default3]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default3]: warnings.warn(
[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]:/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(
[default5]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default5]: warnings.warn(
[default2]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default2]: warnings.warn(
[default4]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default4]: warnings.warn(
[default1]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default1]: warnings.warn(
[default6]:07/02/2024 19:27:29 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 1 / 20 | consumed_tokens: 4.19M | elapsed_time_per_iteration_ms: 109K | tokens_per_sec: 38.4K | tokens_per_sec_per_gpu: 2.4K | global_batch_size: 1.02K | lm_loss: 11.2 | lr: 0.0001 | model_tflops_per_gpu: 21.8 | hardware_tflops_per_gpu: 21.8 | grad_norm: 17.8 | cuda_memory_allocated: 994M | cuda_max_memory_reserved: 4.97G | hd_total_memory_tb: 312G | hd_used_memory_tb: 68.8G | hd_free_memory_tb: 243G
[default0]:07/02/2024 19:27:29 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 2393.89MiB. Peak reserved: 23688.00MiB
[default0]:07/02/2024 19:28:34 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:28:35 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 2 / 20 | consumed_tokens: 8.39M | elapsed_time_per_iteration_ms: 65.6K | tokens_per_sec: 63.9K | tokens_per_sec_per_gpu: 3.99K | global_batch_size: 1.02K | lm_loss: 11.2 | lr: 9.53e-05 | model_tflops_per_gpu: 36.2 | hardware_tflops_per_gpu: 36.2 | grad_norm: 17.8 | cuda_memory_allocated: 994M | cuda_max_memory_reserved: 4.97G | hd_total_memory_tb: 312G | hd_used_memory_tb: 68.8G | hd_free_memory_tb: 243G
[default0]:07/02/2024 19:28:35 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 2393.90MiB. Peak reserved: 24548.00MiB
[default0]:07/02/2024 19:29:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:29:37 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 3 / 20 | consumed_tokens: 12.6M | elapsed_time_per_iteration_ms: 62.4K | tokens_per_sec: 67.2K | tokens_per_sec_per_gpu: 4.2K | global_batch_size: 1.02K | lm_loss: 9.62 | lr: 9.05e-05 | model_tflops_per_gpu: 38.1 | hardware_tflops_per_gpu: 38.1 | grad_norm: 21.7 | cuda_memory_allocated: 994M | cuda_max_memory_reserved: 4.97G | hd_total_memory_tb: 312G | hd_used_memory_tb: 68.8G | hd_free_memory_tb: 243G
[default0]:STAGE:2024-07-02 19:29:37 1746267:1746267 ActivityProfilerController.cpp:314] Completed Stage: Warm Up
[default0]:07/02/2024 19:29:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 2393.90MiB. Peak reserved: 24548.00MiB
[default0]:07/02/2024 19:30:41 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default0]:07/02/2024 19:30:41 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 2393.90MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:30:41 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 4 / 20 | consumed_tokens: 16.8M | elapsed_time_per_iteration_ms: 63.9K | tokens_per_sec: 65.6K | tokens_per_sec_per_gpu: 4.1K | global_batch_size: 1.02K | lm_loss: 10.5 | lr: 8.58e-05 | model_tflops_per_gpu: 37.2 | hardware_tflops_per_gpu: 37.2 | grad_norm: 45.6 | cuda_memory_allocated: 994M | cuda_max_memory_reserved: 4.97G | hd_total_memory_tb: 312G | hd_used_memory_tb: 68.8G | hd_free_memory_tb: 243G
[default6]:07/02/2024 19:31:47 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 5 / 20 | consumed_tokens: 21M | elapsed_time_per_iteration_ms: 65.9K | tokens_per_sec: 63.7K | tokens_per_sec_per_gpu: 3.98K | global_batch_size: 1.02K | lm_loss: 9.43 | lr: 8.11e-05 | model_tflops_per_gpu: 36.1 | hardware_tflops_per_gpu: 36.1 | grad_norm: 11.3
[default0]:07/02/2024 19:31:47 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:32:53 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 6 / 20 | consumed_tokens: 25.2M | elapsed_time_per_iteration_ms: 66.6K | tokens_per_sec: 63K | tokens_per_sec_per_gpu: 3.94K | global_batch_size: 1.02K | lm_loss: 9.37 | lr: 7.63e-05 | model_tflops_per_gpu: 35.7 | hardware_tflops_per_gpu: 35.7 | grad_norm: 7.69
[default0]:STAGE:2024-07-02 19:33:19 1746267:1746267 ActivityProfilerController.cpp:320] Completed Stage: Collection
[default0]:STAGE:2024-07-02 19:33:22 1746267:1746267 ActivityProfilerController.cpp:324] Completed Stage: Post Processing
[default0]:07/02/2024 19:36:42 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:37:54 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 7 / 20 | consumed_tokens: 29.4M | elapsed_time_per_iteration_ms: 301K | tokens_per_sec: 14K | tokens_per_sec_per_gpu: 872 | global_batch_size: 1.02K | lm_loss: 8.96 | lr: 7.16e-05 | model_tflops_per_gpu: 7.91 | hardware_tflops_per_gpu: 7.91 | grad_norm: 5.69
[default0]:07/02/2024 19:37:54 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:38:57 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 8 / 20 | consumed_tokens: 33.6M | elapsed_time_per_iteration_ms: 63.2K | tokens_per_sec: 66.4K | tokens_per_sec_per_gpu: 4.15K | global_batch_size: 1.02K | lm_loss: 8.47 | lr: 6.68e-05 | model_tflops_per_gpu: 37.6 | hardware_tflops_per_gpu: 37.6 | grad_norm: 5.25
[default0]:07/02/2024 19:38:57 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:40:02 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 9 / 20 | consumed_tokens: 37.7M | elapsed_time_per_iteration_ms: 65.2K | tokens_per_sec: 64.3K | tokens_per_sec_per_gpu: 4.02K | global_batch_size: 1.02K | lm_loss: 8.01 | lr: 6.21e-05 | model_tflops_per_gpu: 36.5 | hardware_tflops_per_gpu: 36.5 | grad_norm: 4.65
[default0]:07/02/2024 19:40:02 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:41:05 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 10 / 20 | consumed_tokens: 41.9M | elapsed_time_per_iteration_ms: 62.1K | tokens_per_sec: 67.6K | tokens_per_sec_per_gpu: 4.22K | global_batch_size: 1.02K | lm_loss: 7.75 | lr: 5.74e-05 | model_tflops_per_gpu: 38.3 | hardware_tflops_per_gpu: 38.3 | grad_norm: 3.85
[default0]:07/02/2024 19:41:05 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:42:06 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 11 / 20 | consumed_tokens: 46.1M | elapsed_time_per_iteration_ms: 61.4K | tokens_per_sec: 68.4K | tokens_per_sec_per_gpu: 4.27K | global_batch_size: 1.02K | lm_loss: 7.62 | lr: 5.26e-05 | model_tflops_per_gpu: 38.8 | hardware_tflops_per_gpu: 38.8 | grad_norm: 4.98
[default0]:07/02/2024 19:42:06 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default0]:07/02/2024 19:43:09 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:43:09 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 12 / 20 | consumed_tokens: 50.3M | elapsed_time_per_iteration_ms: 63K | tokens_per_sec: 66.6K | tokens_per_sec_per_gpu: 4.16K | global_batch_size: 1.02K | lm_loss: 7.46 | lr: 4.79e-05 | model_tflops_per_gpu: 37.7 | hardware_tflops_per_gpu: 37.7 | grad_norm: 3.45
[default6]:07/02/2024 19:44:13 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 13 / 20 | consumed_tokens: 54.5M | elapsed_time_per_iteration_ms: 64.2K | tokens_per_sec: 65.4K | tokens_per_sec_per_gpu: 4.09K | global_batch_size: 1.02K | lm_loss: 7.34 | lr: 4.32e-05 | model_tflops_per_gpu: 37.1 | hardware_tflops_per_gpu: 37.1 | grad_norm: 3.45
[default0]:07/02/2024 19:44:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default0]:07/02/2024 19:45:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:45:17 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 14 / 20 | consumed_tokens: 58.7M | elapsed_time_per_iteration_ms: 63.7K | tokens_per_sec: 65.8K | tokens_per_sec_per_gpu: 4.11K | global_batch_size: 1.02K | lm_loss: 7.22 | lr: 3.84e-05 | model_tflops_per_gpu: 37.3 | hardware_tflops_per_gpu: 37.3 | grad_norm: 3.22
[default0]:07/02/2024 19:46:21 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:46:21 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 15 / 20 | consumed_tokens: 62.9M | elapsed_time_per_iteration_ms: 64.5K | tokens_per_sec: 65K | tokens_per_sec_per_gpu: 4.06K | global_batch_size: 1.02K | lm_loss: 7.1 | lr: 3.37e-05 | model_tflops_per_gpu: 36.8 | hardware_tflops_per_gpu: 36.8 | grad_norm: 2.88
[default0]:07/02/2024 19:47:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:47:26 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 16 / 20 | consumed_tokens: 67.1M | elapsed_time_per_iteration_ms: 64.3K | tokens_per_sec: 65.2K | tokens_per_sec_per_gpu: 4.08K | global_batch_size: 1.02K | lm_loss: 7.01 | lr: 2.89e-05 | model_tflops_per_gpu: 37 | hardware_tflops_per_gpu: 37 | grad_norm: 2.57
[default0]:07/02/2024 19:48:30 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:48:30 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 17 / 20 | consumed_tokens: 71.3M | elapsed_time_per_iteration_ms: 63.9K | tokens_per_sec: 65.7K | tokens_per_sec_per_gpu: 4.1K | global_batch_size: 1.02K | lm_loss: 6.94 | lr: 2.42e-05 | model_tflops_per_gpu: 37.2 | hardware_tflops_per_gpu: 37.2 | grad_norm: 2.47
[default0]:07/02/2024 19:49:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:49:33 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 18 / 20 | consumed_tokens: 75.5M | elapsed_time_per_iteration_ms: 63.7K | tokens_per_sec: 65.9K | tokens_per_sec_per_gpu: 4.12K | global_batch_size: 1.02K | lm_loss: 6.88 | lr: 1.95e-05 | model_tflops_per_gpu: 37.4 | hardware_tflops_per_gpu: 37.4 | grad_norm: 2.49
[default0]:07/02/2024 19:50:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-168-238]: Memory usage: 2393.89MiB. Peak allocated 24101.07MiB. Peak reserved: 24548.00MiB
[default6]:07/02/2024 19:50:37 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 19 / 20 | consumed_tokens: 79.7M | elapsed_time_per_iteration_ms: 63.6K | tokens_per_sec: 65.9K | tokens_per_sec_per_gpu: 4.12K | global_batch_size: 1.02K | lm_loss: 6.83 | lr: 1.47e-05 | model_tflops_per_gpu: 37.4 | hardware_tflops_per_gpu: 37.4 | grad_norm: 2.42
[default6]:07/02/2024 19:51:42 [INFO|DP=0|PP=7|TP=0|ip-26-0-169-86]: iteration: 20 / 20 | consumed_tokens: 83.9M | elapsed_time_per_iteration_ms: 64.9K | tokens_per_sec: 64.6K | tokens_per_sec_per_gpu: 4.04K | global_batch_size: 1.02K | lm_loss: 6.78 | lr: 1e-05 | model_tflops_per_gpu: 36.7 | hardware_tflops_per_gpu: 36.7 | grad_norm: 2.25
Traceback (most recent call last):
File "/fsx/ferdinandmom/ferdinand-hf/bench_cluster/main.py", line 4, in <module>
from bench_cluster.submit_jobs import submit_jobs, check_status
ImportError: cannot import name 'check_status' from 'bench_cluster.submit_jobs' (/fsx/ferdinandmom/ferdinand-hf/bench_cluster/bench_cluster/submit_jobs.py)
Traceback (most recent call last):
File "/fsx/ferdinandmom/ferdinand-hf/bench_cluster/main.py", line 4, in <module>
from bench_cluster.submit_jobs import submit_jobs, check_status
ImportError: cannot import name 'check_status' from 'bench_cluster.submit_jobs' (/fsx/ferdinandmom/ferdinand-hf/bench_cluster/bench_cluster/submit_jobs.py)
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-168-238_1746267.1719948958395490145.pt.trace.json: 0%| | 0.00/6.46G [00:00<?, ?B/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 0%| | 16.0M/6.46G [00:00<01:59, 53.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 0%| | 32.0M/6.46G [00:00<01:54, 56.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 1%| | 48.0M/6.46G [00:00<01:43, 61.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 1%| | 64.0M/6.46G [00:01<01:59, 53.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 1%| | 80.0M/6.46G [00:01<01:58, 53.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 1%|▏ | 96.0M/6.46G [00:01<01:47, 59.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 2%|▏ | 112M/6.46G [00:01<01:53, 56.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 2%|▏ | 128M/6.46G [00:02<01:53, 55.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 2%|▏ | 144M/6.46G [00:02<01:45, 59.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 2%|▏ | 160M/6.46G [00:02<01:43, 61.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 3%|β–Ž | 176M/6.46G [00:03<01:46, 58.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 3%|β–Ž | 192M/6.46G [00:03<01:43, 60.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 3%|β–Ž | 208M/6.46G [00:03<01:39, 62.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 3%|β–Ž | 224M/6.46G [00:03<01:32, 67.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 4%|β–Ž | 240M/6.46G [00:03<01:28, 70.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 4%|▍ | 256M/6.46G [00:04<01:32, 67.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 4%|▍ | 272M/6.46G [00:04<01:27, 70.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 4%|▍ | 288M/6.46G [00:04<01:32, 66.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 5%|▍ | 304M/6.46G [00:04<01:42, 60.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 5%|▍ | 320M/6.46G [00:05<02:07, 48.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 5%|β–Œ | 336M/6.46G [00:05<01:56, 52.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 5%|β–Œ | 352M/6.46G [00:05<01:51, 55.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 6%|β–Œ | 368M/6.46G [00:06<01:38, 61.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 6%|β–Œ | 384M/6.46G [00:06<01:33, 64.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 6%|β–Œ | 400M/6.46G [00:06<01:26, 69.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 6%|β–‹ | 416M/6.46G [00:06<01:36, 62.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 7%|β–‹ | 432M/6.46G [00:07<01:49, 55.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 7%|β–‹ | 448M/6.46G [00:07<01:47, 55.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 7%|β–‹ | 464M/6.46G [00:07<01:44, 57.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 7%|β–‹ | 480M/6.46G [00:08<01:44, 57.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 8%|β–Š | 496M/6.46G [00:08<01:38, 60.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 8%|β–Š | 512M/6.46G [00:08<01:39, 59.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 8%|β–Š | 528M/6.46G [00:09<02:03, 48.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 8%|β–Š | 544M/6.46G [00:09<01:53, 52.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 9%|β–Š | 560M/6.46G [00:09<02:16, 43.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 9%|β–‰ | 576M/6.46G [00:10<02:13, 44.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 9%|β–‰ | 592M/6.46G [00:10<02:01, 48.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 9%|β–‰ | 608M/6.46G [00:10<01:59, 49.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 10%|β–‰ | 624M/6.46G [00:10<01:47, 54.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 10%|β–‰ | 640M/6.46G [00:11<01:36, 60.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 10%|β–ˆ | 656M/6.46G [00:11<01:34, 61.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 10%|β–ˆ | 672M/6.46G [00:11<01:29, 64.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 11%|β–ˆ | 688M/6.46G [00:11<01:29, 64.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 11%|β–ˆ | 704M/6.46G [00:12<01:24, 67.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 11%|β–ˆ | 720M/6.46G [00:12<01:25, 67.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 11%|β–ˆβ– | 736M/6.46G [00:12<01:40, 57.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 12%|β–ˆβ– | 752M/6.46G [00:12<01:35, 59.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 12%|β–ˆβ– | 768M/6.46G [00:13<01:31, 62.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 12%|β–ˆβ– | 784M/6.46G [00:13<01:32, 61.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 12%|β–ˆβ– | 800M/6.46G [00:13<01:34, 59.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 13%|β–ˆβ–Ž | 816M/6.46G [00:13<01:28, 63.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 13%|β–ˆβ–Ž | 832M/6.46G [00:14<01:26, 65.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 13%|β–ˆβ–Ž | 848M/6.46G [00:14<01:28, 63.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 13%|β–ˆβ–Ž | 864M/6.46G [00:14<01:31, 60.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 14%|β–ˆβ–Ž | 880M/6.46G [00:15<01:32, 60.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 14%|β–ˆβ– | 896M/6.46G [00:15<01:32, 60.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 14%|β–ˆβ– | 912M/6.46G [00:15<01:31, 60.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 14%|β–ˆβ– | 928M/6.46G [00:15<01:23, 66.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 15%|β–ˆβ– | 944M/6.46G [00:15<01:24, 65.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 15%|β–ˆβ– | 960M/6.46G [00:16<01:27, 62.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 15%|β–ˆβ–Œ | 976M/6.46G [00:16<01:30, 60.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 15%|β–ˆβ–Œ | 992M/6.46G [00:16<01:34, 57.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 16%|β–ˆβ–Œ | 1.01G/6.46G [00:17<01:33, 58.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 16%|β–ˆβ–Œ | 1.02G/6.46G [00:17<01:27, 61.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 16%|β–ˆβ–Œ | 1.04G/6.46G [00:17<01:18, 69.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 16%|β–ˆβ–‹ | 1.06G/6.46G [00:17<01:18, 68.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 17%|β–ˆβ–‹ | 1.07G/6.46G [00:18<01:45, 51.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 17%|β–ˆβ–‹ | 1.09G/6.46G [00:18<01:46, 50.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 17%|β–ˆβ–‹ | 1.10G/6.46G [00:18<01:39, 54.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 17%|β–ˆβ–‹ | 1.12G/6.46G [00:19<01:41, 52.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 18%|β–ˆβ–Š | 1.14G/6.46G [00:19<01:34, 56.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 18%|β–ˆβ–Š | 1.15G/6.46G [00:19<01:32, 57.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 18%|β–ˆβ–Š | 1.17G/6.46G [00:19<01:34, 55.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 18%|β–ˆβ–Š | 1.18G/6.46G [00:20<01:41, 52.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 19%|β–ˆβ–Š | 1.20G/6.46G [00:20<01:43, 50.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 19%|β–ˆβ–‰ | 1.22G/6.46G [00:20<01:36, 54.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 19%|β–ˆβ–‰ | 1.23G/6.46G [00:21<01:37, 53.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 19%|β–ˆβ–‰ | 1.25G/6.46G [00:21<01:32, 56.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 20%|β–ˆβ–‰ | 1.26G/6.46G [00:21<01:25, 61.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 20%|β–ˆβ–‰ | 1.28G/6.46G [00:22<01:38, 52.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 20%|β–ˆβ–ˆ | 1.30G/6.46G [00:22<01:33, 55.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 20%|β–ˆβ–ˆ | 1.31G/6.46G [00:22<01:31, 56.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 21%|β–ˆβ–ˆ | 1.33G/6.46G [00:22<01:29, 57.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 21%|β–ˆβ–ˆ | 1.34G/6.46G [00:23<01:21, 62.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 21%|β–ˆβ–ˆ | 1.36G/6.46G [00:23<01:22, 61.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 21%|β–ˆβ–ˆβ– | 1.38G/6.46G [00:23<01:16, 66.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 22%|β–ˆβ–ˆβ– | 1.39G/6.46G [00:23<01:21, 62.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 22%|β–ˆβ–ˆβ– | 1.41G/6.46G [00:24<01:16, 66.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 22%|β–ˆβ–ˆβ– | 1.42G/6.46G [00:24<01:22, 60.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 22%|β–ˆβ–ˆβ– | 1.44G/6.46G [00:24<01:19, 63.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 1.46G/6.46G [00:24<01:15, 66.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 1.47G/6.46G [00:25<01:14, 67.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 1.49G/6.46G [00:25<01:50, 45.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 1.50G/6.46G [00:25<01:35, 51.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 24%|β–ˆβ–ˆβ–Ž | 1.52G/6.46G [00:26<01:24, 58.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 24%|β–ˆβ–ˆβ– | 1.54G/6.46G [00:26<01:25, 57.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 24%|β–ˆβ–ˆβ– | 1.55G/6.46G [00:26<01:23, 58.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 24%|β–ˆβ–ˆβ– | 1.57G/6.46G [00:26<01:19, 61.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 25%|β–ˆβ–ˆβ– | 1.58G/6.46G [00:27<01:16, 63.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 25%|β–ˆβ–ˆβ– | 1.60G/6.46G [00:27<01:53, 43.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 25%|β–ˆβ–ˆβ–Œ | 1.62G/6.46G [00:27<01:39, 48.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 25%|β–ˆβ–ˆβ–Œ | 1.63G/6.46G [00:28<01:31, 52.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 1.65G/6.46G [00:28<01:25, 56.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 1.66G/6.46G [00:28<01:24, 57.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 1.68G/6.46G [00:28<01:23, 57.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 26%|β–ˆβ–ˆβ–‹ | 1.70G/6.46G [00:29<01:19, 59.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 26%|β–ˆβ–ˆβ–‹ | 1.71G/6.46G [00:29<01:20, 58.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 1.73G/6.46G [00:29<01:18, 60.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 1.74G/6.46G [00:29<01:14, 63.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 1.76G/6.46G [00:30<01:07, 69.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 1.78G/6.46G [00:30<01:13, 63.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 1.79G/6.46G [00:30<01:13, 63.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 1.81G/6.46G [00:30<01:13, 63.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 1.82G/6.46G [00:31<01:18, 58.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 1.84G/6.46G [00:31<01:18, 58.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 29%|β–ˆβ–ˆβ–Š | 1.86G/6.46G [00:31<01:12, 63.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 1.87G/6.46G [00:31<01:06, 68.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 1.89G/6.46G [00:32<01:10, 64.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 1.90G/6.46G [00:32<01:10, 65.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 1.92G/6.46G [00:32<01:12, 62.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 1.94G/6.46G [00:32<01:08, 66.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 30%|β–ˆβ–ˆβ–ˆ | 1.95G/6.46G [00:33<01:09, 65.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 30%|β–ˆβ–ˆβ–ˆ | 1.97G/6.46G [00:33<01:08, 65.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 1.98G/6.46G [00:34<02:08, 34.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 2.00G/6.46G [00:34<01:50, 40.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 2.02G/6.46G [00:34<01:36, 45.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆβ– | 2.03G/6.46G [00:35<01:32, 48.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 2.05G/6.46G [00:35<01:21, 54.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 2.06G/6.46G [00:35<01:14, 59.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 2.08G/6.46G [00:35<01:11, 60.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 2.10G/6.46G [00:36<01:08, 64.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 2.11G/6.46G [00:36<01:05, 66.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 2.13G/6.46G [00:36<01:11, 60.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 2.14G/6.46G [00:36<01:08, 63.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 2.16G/6.46G [00:37<01:03, 67.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ–Ž | 2.18G/6.46G [00:37<01:05, 65.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 2.19G/6.46G [00:37<01:05, 65.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 2.21G/6.46G [00:37<01:03, 67.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 2.22G/6.46G [00:37<01:03, 66.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ– | 2.24G/6.46G [00:38<01:02, 67.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ– | 2.26G/6.46G [00:38<01:05, 64.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ–Œ | 2.27G/6.46G [00:38<01:00, 68.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ–Œ | 2.29G/6.46G [00:39<01:24, 49.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 2.30G/6.46G [00:39<01:16, 54.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 2.32G/6.46G [00:39<01:13, 56.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 2.34G/6.46G [00:39<01:09, 59.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–‹ | 2.35G/6.46G [00:40<01:02, 65.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 2.37G/6.46G [00:40<01:12, 56.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 2.38G/6.46G [00:40<01:12, 56.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 2.40G/6.46G [00:41<01:55, 35.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 2.42G/6.46G [00:41<01:43, 39.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 2.43G/6.46G [00:42<01:35, 42.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 2.45G/6.46G [00:42<01:27, 45.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 2.46G/6.46G [00:42<01:21, 49.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 2.48G/6.46G [00:43<01:17, 51.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–Š | 2.50G/6.46G [00:43<01:17, 51.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 2.51G/6.46G [00:43<01:11, 54.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 2.53G/6.46G [00:43<01:04, 61.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 2.54G/6.46G [00:44<01:06, 58.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–‰ | 2.56G/6.46G [00:44<01:06, 58.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–‰ | 2.58G/6.46G [00:44<01:12, 53.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–ˆ | 2.59G/6.46G [00:44<01:03, 60.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–ˆ | 2.61G/6.46G [00:45<01:06, 57.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 2.62G/6.46G [00:45<01:03, 60.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 2.64G/6.46G [00:45<01:06, 57.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 2.66G/6.46G [00:46<01:10, 54.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.67G/6.46G [00:46<01:05, 58.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.69G/6.46G [00:47<02:40, 23.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.70G/6.46G [00:48<02:05, 30.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.72G/6.46G [00:48<01:45, 35.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.74G/6.46G [00:48<01:32, 40.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.75G/6.46G [00:48<01:22, 45.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.77G/6.46G [00:49<01:14, 49.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.78G/6.46G [00:49<01:06, 55.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.80G/6.46G [00:49<01:03, 57.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.82G/6.46G [00:49<01:01, 59.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.83G/6.46G [00:50<01:00, 59.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.85G/6.46G [00:50<01:01, 59.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.86G/6.46G [00:50<01:00, 59.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.88G/6.46G [00:50<00:57, 62.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.90G/6.46G [00:51<00:56, 62.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.91G/6.46G [00:51<00:55, 64.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.93G/6.46G [00:51<00:55, 63.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.94G/6.46G [00:52<00:59, 59.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.96G/6.46G [00:52<00:54, 64.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.98G/6.46G [00:52<00:52, 66.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 2.99G/6.46G [00:52<00:55, 62.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.01G/6.46G [00:52<00:55, 62.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.02G/6.46G [00:53<01:08, 50.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.04G/6.46G [00:53<01:00, 56.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.06G/6.46G [00:53<00:57, 59.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.07G/6.46G [00:54<00:53, 62.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.09G/6.46G [00:54<00:55, 61.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.10G/6.46G [00:55<01:21, 41.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.12G/6.46G [00:55<01:17, 43.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.14G/6.46G [00:55<01:06, 50.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.15G/6.46G [00:55<01:00, 54.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.17G/6.46G [00:56<00:58, 56.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.18G/6.46G [00:56<00:55, 59.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.20G/6.46G [00:56<00:55, 59.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.22G/6.46G [00:56<00:56, 57.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.23G/6.46G [00:57<00:57, 56.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.25G/6.46G [00:57<00:57, 55.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.26G/6.46G [00:57<00:57, 55.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.28G/6.46G [00:58<01:17, 41.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.30G/6.46G [00:58<01:05, 48.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.31G/6.46G [00:58<00:56, 55.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.33G/6.46G [00:59<00:54, 57.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.34G/6.46G [00:59<00:52, 59.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.36G/6.46G [00:59<00:51, 60.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.38G/6.46G [01:00<01:13, 42.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3.39G/6.46G [01:00<01:02, 49.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3.41G/6.46G [01:00<01:03, 48.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3.42G/6.46G [01:01<01:03, 48.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3.44G/6.46G [01:01<01:00, 49.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3.46G/6.46G [01:01<00:54, 54.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3.47G/6.46G [01:01<00:50, 59.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.49G/6.46G [01:02<00:47, 62.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.50G/6.46G [01:02<00:46, 63.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.52G/6.46G [01:02<00:45, 65.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.54G/6.46G [01:02<00:45, 64.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.55G/6.46G [01:03<00:47, 60.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.57G/6.46G [01:03<00:47, 61.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.58G/6.46G [01:05<02:04, 23.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.60G/6.46G [01:05<01:50, 25.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.62G/6.46G [01:05<01:31, 31.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.63G/6.46G [01:05<01:15, 37.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.65G/6.46G [01:06<01:07, 41.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.66G/6.46G [01:06<01:03, 43.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.68G/6.46G [01:06<00:56, 49.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.70G/6.46G [01:07<00:54, 50.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.71G/6.46G [01:07<00:58, 47.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.73G/6.46G [01:07<00:57, 47.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.74G/6.46G [01:08<00:53, 50.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.76G/6.46G [01:08<00:52, 51.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.78G/6.46G [01:08<00:47, 56.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.79G/6.46G [01:08<00:44, 59.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.81G/6.46G [01:09<00:43, 60.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.82G/6.46G [01:09<00:45, 58.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.84G/6.46G [01:09<00:46, 56.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.86G/6.46G [01:10<00:51, 50.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.87G/6.46G [01:10<00:53, 48.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.89G/6.46G [01:10<00:52, 48.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.90G/6.46G [01:11<00:50, 50.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.92G/6.46G [01:11<00:44, 56.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.94G/6.46G [01:11<00:41, 60.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.95G/6.46G [01:11<00:38, 65.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.97G/6.46G [01:12<00:41, 60.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.98G/6.46G [01:12<00:45, 54.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.00G/6.46G [01:12<00:45, 54.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.02G/6.46G [01:12<00:43, 56.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.03G/6.46G [01:13<01:07, 35.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.05G/6.46G [01:13<00:58, 41.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.06G/6.46G [01:14<00:57, 41.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.08G/6.46G [01:14<00:50, 46.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.10G/6.46G [01:14<00:45, 52.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.11G/6.46G [01:15<00:48, 48.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.13G/6.46G [01:15<00:48, 47.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.14G/6.46G [01:15<00:44, 52.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.16G/6.46G [01:16<00:43, 53.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.18G/6.46G [01:16<00:39, 57.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.19G/6.46G [01:16<00:37, 61.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.21G/6.46G [01:16<00:35, 62.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.22G/6.46G [01:17<00:35, 63.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.24G/6.46G [01:17<00:37, 58.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.26G/6.46G [01:17<00:35, 61.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.27G/6.46G [01:17<00:37, 59.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.29G/6.46G [01:18<00:38, 56.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.30G/6.46G [01:18<00:38, 56.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.32G/6.46G [01:18<00:35, 60.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.34G/6.46G [01:19<00:38, 55.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.35G/6.46G [01:19<00:37, 56.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.37G/6.46G [01:19<00:37, 55.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.38G/6.46G [01:19<00:36, 56.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.40G/6.46G [01:20<00:36, 55.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.42G/6.46G [01:20<00:37, 54.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.43G/6.46G [01:20<00:34, 58.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 4.45G/6.46G [01:20<00:33, 59.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 4.46G/6.46G [01:21<00:37, 53.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 4.48G/6.46G [01:21<00:35, 56.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 4.50G/6.46G [01:21<00:35, 55.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 4.51G/6.46G [01:22<00:32, 59.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.53G/6.46G [01:22<00:34, 56.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.54G/6.46G [01:22<00:31, 60.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.56G/6.46G [01:22<00:30, 62.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.58G/6.46G [01:23<00:30, 62.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.59G/6.46G [01:23<00:33, 55.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.61G/6.46G [01:23<00:32, 57.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.62G/6.46G [01:24<00:31, 59.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.64G/6.46G [01:24<00:30, 59.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.66G/6.46G [01:24<00:31, 56.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.67G/6.46G [01:24<00:29, 60.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.69G/6.46G [01:30<03:16, 9.02MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.70G/6.46G [01:30<02:26, 12.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.72G/6.46G [01:30<01:50, 15.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.74G/6.46G [01:30<01:24, 20.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.75G/6.46G [01:31<01:09, 24.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.77G/6.46G [01:31<00:56, 30.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.78G/6.46G [01:31<00:51, 32.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.80G/6.46G [01:32<00:42, 38.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.82G/6.46G [01:32<00:41, 39.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.83G/6.46G [01:32<00:39, 40.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.85G/6.46G [01:33<00:38, 42.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.86G/6.46G [01:33<00:40, 39.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.88G/6.46G [01:33<00:35, 45.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.90G/6.46G [01:34<00:33, 46.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.91G/6.46G [01:35<00:55, 28.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.93G/6.46G [01:35<00:45, 34.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.94G/6.46G [01:35<00:40, 37.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.96G/6.46G [01:36<00:38, 39.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.98G/6.46G [01:36<00:34, 43.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.99G/6.46G [01:36<00:30, 48.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.01G/6.46G [01:37<00:35, 40.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.02G/6.46G [01:37<00:33, 42.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.04G/6.46G [01:37<00:29, 48.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.06G/6.46G [01:38<00:26, 52.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.07G/6.46G [01:38<00:27, 51.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.09G/6.46G [01:38<00:25, 53.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.10G/6.46G [01:38<00:23, 57.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.12G/6.46G [01:39<00:24, 55.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.14G/6.46G [01:39<00:24, 55.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.15G/6.46G [01:39<00:23, 55.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.17G/6.46G [01:40<00:22, 57.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.18G/6.46G [01:40<00:20, 61.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.20G/6.46G [01:40<00:21, 58.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.22G/6.46G [01:40<00:20, 61.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.23G/6.46G [01:41<00:20, 60.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.25G/6.46G [01:41<00:20, 59.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.26G/6.46G [01:41<00:19, 61.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.28G/6.46G [01:41<00:19, 59.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.30G/6.46G [01:42<00:19, 60.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.31G/6.46G [01:42<00:18, 62.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.33G/6.46G [01:42<00:19, 59.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.34G/6.46G [01:43<00:18, 59.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.36G/6.46G [01:43<00:18, 60.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.38G/6.46G [01:43<00:18, 59.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.39G/6.46G [01:44<00:21, 49.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 5.41G/6.46G [01:44<00:19, 52.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.42G/6.46G [01:44<00:19, 51.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.44G/6.46G [01:44<00:18, 55.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.46G/6.46G [01:45<00:17, 58.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.47G/6.46G [01:45<00:16, 58.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5.49G/6.46G [01:45<00:17, 56.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.50G/6.46G [01:45<00:15, 60.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.52G/6.46G [01:46<00:14, 62.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.54G/6.46G [01:46<00:15, 58.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.55G/6.46G [01:46<00:16, 53.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 5.57G/6.46G [01:46<00:14, 59.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 5.58G/6.46G [01:47<00:14, 58.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 5.60G/6.46G [01:47<00:14, 60.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 5.62G/6.46G [01:47<00:12, 68.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 5.63G/6.46G [01:47<00:12, 64.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 5.65G/6.46G [01:48<00:11, 68.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.66G/6.46G [01:48<00:12, 65.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.68G/6.46G [01:48<00:11, 68.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.70G/6.46G [01:48<00:12, 62.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.71G/6.46G [01:49<00:11, 66.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 5.73G/6.46G [01:49<00:10, 68.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.74G/6.46G [01:49<00:11, 60.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.76G/6.46G [01:49<00:11, 61.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.78G/6.46G [01:50<00:11, 58.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.79G/6.46G [01:50<00:10, 64.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 5.81G/6.46G [01:50<00:09, 69.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.82G/6.46G [01:50<00:09, 65.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.84G/6.46G [01:51<00:10, 60.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.86G/6.46G [01:51<00:11, 53.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.87G/6.46G [01:51<00:10, 56.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 5.89G/6.46G [01:52<00:10, 56.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 5.90G/6.46G [01:52<00:10, 52.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 5.92G/6.46G [01:52<00:10, 49.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 5.94G/6.46G [01:53<00:10, 48.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 5.95G/6.46G [01:53<00:10, 48.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 5.97G/6.46G [01:54<00:11, 42.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 5.98G/6.46G [01:54<00:10, 43.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 6.00G/6.46G [01:54<00:10, 44.5MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 6.02G/6.46G [01:55<00:09, 46.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 6.03G/6.46G [01:55<00:09, 42.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 6.05G/6.46G [01:55<00:08, 47.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 6.06G/6.46G [01:55<00:07, 50.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 6.08G/6.46G [01:56<00:09, 38.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 6.10G/6.46G [01:56<00:07, 46.4MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 6.11G/6.46G [01:57<00:06, 51.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 6.13G/6.46G [01:57<00:06, 50.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 6.14G/6.46G [01:57<00:06, 52.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 6.16G/6.46G [01:57<00:05, 57.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 6.18G/6.46G [01:58<00:05, 55.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 6.19G/6.46G [01:58<00:05, 50.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 6.21G/6.46G [01:58<00:04, 55.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 6.22G/6.46G [01:58<00:03, 59.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 6.24G/6.46G [01:59<00:03, 59.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 6.26G/6.46G [01:59<00:03, 63.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 6.27G/6.46G [01:59<00:03, 57.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 6.29G/6.46G [02:00<00:03, 50.0MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 6.30G/6.46G [02:00<00:03, 49.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 6.32G/6.46G [02:00<00:02, 50.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 6.34G/6.46G [02:01<00:02, 48.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 6.35G/6.46G [02:01<00:02, 46.9MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 6.37G/6.46G [02:01<00:01, 48.2MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 6.38G/6.46G [02:02<00:01, 54.1MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 6.40G/6.46G [02:02<00:01, 56.7MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 6.42G/6.46G [02:02<00:00, 56.6MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 6.43G/6.46G [02:02<00:00, 57.3MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 6.45G/6.46G [02:03<00:00, 54.8MB/s] ip-26-0-168-238_1746267.1719948958395490145.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 6.46G/6.46G [02:03<00:00, 52.3MB/s]