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