File size: 85,641 Bytes
fdd46da |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 |
========================
START TIME: Wed Jul 3 20:48:19 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 20:48:28.614000 140170285619008 torch/distributed/run.py:757]
W0703 20:48:28.614000 140170285619008 torch/distributed/run.py:757] *****************************************
W0703 20:48:28.614000 140170285619008 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 20:48:28.614000 140170285619008 torch/distributed/run.py:757] *****************************************
[default0]:07/03/2024 20:48:51 [WARNING|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Vocab Size Padding] Padded vocab (size: 50257) with 1 dummy tokens (new size: 50258)
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Config:
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Config(general=GeneralArgs(project='bench_cluster',
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: run='%date_%jobid',
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: seed=42,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: step=None,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: consumed_train_samples=None,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: benchmark_csv_path=None,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: ignore_sanity_checks=True),
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: parallelism=ParallelismArgs(dp=1,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: pp=4,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tp=2,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: pp_engine=<nanotron.parallel.pipeline_parallel.engine.OneForwardOneBackwardPipelineEngine object at 0x7f8616eac8b0>,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tp_mode=<TensorParallelLinearMode.REDUCE_SCATTER: 2>,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tp_linear_async_communication=False,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: expert_parallel_size=1),
[default0]:07/03/2024 20:48:51 [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 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: eos_token_id=2,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: hidden_act='silu',
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: hidden_size=2048,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: initializer_range=0.02,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: intermediate_size=4096,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: is_llama_config=True,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: max_position_embeddings=4096,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_attention_heads=32,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_hidden_layers=24,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_key_value_heads=32,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: pad_token_id=None,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: pretraining_tp=1,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: rms_norm_eps=1e-05,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: rope_scaling=None,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: rope_theta=10000.0,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tie_word_embeddings=True,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: use_cache=True,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: vocab_size=50258),
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: init_method=RandomInit(std=0.025),
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: dtype=torch.bfloat16,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: make_vocab_size_divisible_by=1,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: ddp_bucket_cap_mb=25),
[default0]:07/03/2024 20:48:51 [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 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tokenizer_revision=None,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tokenizer_max_length=None),
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: checkpoints=CheckpointsArgs(checkpoints_path=Path('/dev/null'),
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: checkpoint_interval=100000,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: save_initial_state=False,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: resume_checkpoint_path=None,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: checkpoints_path_is_shared_file_system=False),
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: logging=LoggingArgs(log_level='info',
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: log_level_replica='info',
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: iteration_step_info_interval=1),
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tokens=TokensArgs(sequence_length=4096,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: train_steps=20,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: micro_batch_size=8,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: batch_accumulation_per_replica=128,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: val_check_interval=-1,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: limit_val_batches=0,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: limit_test_batches=0),
[default0]:07/03/2024 20:48:51 [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 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: adam_beta1=0.9,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: adam_beta2=0.95,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: torch_adam_is_fused=True,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: name='adamW'),
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: zero_stage=1,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: weight_decay=0.01,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: clip_grad=1.0,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: accumulate_grad_in_fp32=True,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: learning_rate_scheduler=LRSchedulerArgs(learning_rate=0.0001,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: lr_warmup_steps=1,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: lr_warmup_style='linear',
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: lr_decay_style='linear',
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: lr_decay_steps=19,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: lr_decay_starting_step=None,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: min_decay_lr=1e-05)),
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: data_stages=[DatasetStageArgs(name='Training Stage',
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: start_training_step=1,
[default0]:07/03/2024 20:48:51 [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 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: hf_dataset_splits='train',
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: hf_dataset_config_name=None,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: dataset_processing_num_proc_per_process=64,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: dataset_overwrite_cache=False,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: text_column_name='text'),
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: seed=42,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_loading_workers=0))],
[default0]:07/03/2024 20:48:51 [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-2_pp-4_mbz-8')),
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: lighteval=None)
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Model Config:
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: LlamaConfig(bos_token_id=1,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: eos_token_id=2,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: hidden_act='silu',
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: hidden_size=2048,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: initializer_range=0.02,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: intermediate_size=4096,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: is_llama_config=True,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: max_position_embeddings=4096,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_attention_heads=32,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_hidden_layers=24,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: num_key_value_heads=32,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: pad_token_id=None,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: pretraining_tp=1,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: rms_norm_eps=1e-05,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: rope_scaling=None,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: rope_theta=10000.0,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: tie_word_embeddings=True,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: use_cache=True,
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: vocab_size=50258)
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Building model..
[default0]:07/03/2024 20:48:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Setting PP block ranks...
[default1]:07/03/2024 20:49:07 [INFO|DP=0|PP=0|TP=1|ip-26-0-164-207]: Local number of parameters: 198M (378.21MiB)
[default1]:07/03/2024 20:49:07 [INFO|DP=0|PP=0|TP=1|ip-26-0-164-207]: [After model building] Memory usage: 385.23MiB. Peak allocated: 387.26MiB Peak reserved: 402.00MiB
[default1]:07/03/2024 20:49:07 [INFO|DP=0|PP=0|TP=1|ip-26-0-164-207]: No checkpoint path provided.
[default2]:07/03/2024 20:49:07 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: Local number of parameters: 147M (280.05MiB)
[default2]:07/03/2024 20:49:07 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: [After model building] Memory usage: 287.07MiB. Peak allocated: 289.10MiB Peak reserved: 302.00MiB
[default2]:07/03/2024 20:49:07 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default0]:07/03/2024 20:49:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Total number of parameters: 1.21G (2313.02MiB)
[default0]:07/03/2024 20:49:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Local number of parameters: 198M (378.21MiB)
[default0]:07/03/2024 20:49:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [After model building] Memory usage: 385.23MiB. Peak allocated: 387.26MiB Peak reserved: 402.00MiB
[default0]:07/03/2024 20:49:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default0]:07/03/2024 20:49:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Parametrizing model parameters using StandardParametrizator
[default4]:07/03/2024 20:49:07 [INFO|DP=0|PP=2|TP=0|ip-26-0-164-207]: Local number of parameters: 126M (240.05MiB)
[default4]:07/03/2024 20:49:07 [INFO|DP=0|PP=2|TP=0|ip-26-0-164-207]: [After model building] Memory usage: 246.06MiB. Peak allocated: 248.09MiB Peak reserved: 262.00MiB
[default4]:07/03/2024 20:49:07 [INFO|DP=0|PP=2|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default7]:07/03/2024 20:49:07 [INFO|DP=0|PP=3|TP=1|ip-26-0-164-207]: Local number of parameters: 135M (258.20MiB)
[default7]:07/03/2024 20:49:07 [INFO|DP=0|PP=3|TP=1|ip-26-0-164-207]: [After model building] Memory usage: 262.21MiB. Peak allocated: 264.24MiB Peak reserved: 280.00MiB
[default7]:07/03/2024 20:49:07 [INFO|DP=0|PP=3|TP=1|ip-26-0-164-207]: No checkpoint path provided.
[default6]:07/03/2024 20:49:07 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: Local number of parameters: 135M (258.20MiB)
[default6]:07/03/2024 20:49:07 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: [After model building] Memory usage: 262.21MiB. Peak allocated: 264.24MiB Peak reserved: 280.00MiB
[default6]:07/03/2024 20:49:07 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default5]:07/03/2024 20:49:07 [INFO|DP=0|PP=2|TP=1|ip-26-0-164-207]: Local number of parameters: 126M (240.05MiB)
[default5]:07/03/2024 20:49:07 [INFO|DP=0|PP=2|TP=1|ip-26-0-164-207]: [After model building] Memory usage: 246.06MiB. Peak allocated: 248.09MiB Peak reserved: 262.00MiB
[default5]:07/03/2024 20:49:07 [INFO|DP=0|PP=2|TP=1|ip-26-0-164-207]: No checkpoint path provided.
[default3]:07/03/2024 20:49:07 [INFO|DP=0|PP=1|TP=1|ip-26-0-164-207]: Local number of parameters: 147M (280.05MiB)
[default3]:07/03/2024 20:49:07 [INFO|DP=0|PP=1|TP=1|ip-26-0-164-207]: [After model building] Memory usage: 287.07MiB. Peak allocated: 289.10MiB Peak reserved: 302.00MiB
[default3]:07/03/2024 20:49:07 [INFO|DP=0|PP=1|TP=1|ip-26-0-164-207]: No checkpoint path provided.
[default0]:07/03/2024 20:49:09 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Optimizer Building] Using LearningRateForSP as learning rate
[default0]:07/03/2024 20:49:09 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [ZeRO sharding] Size of optimizer params per rank:
[default0]:07/03/2024 20:49:09 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [ZeRO sharding] DP Rank 0 has 198M out of 198M (100.00%) params' optimizer states
[default0]:07/03/2024 20:49:10 [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 20:49:10 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Using `datasets` library
[default0]:07/03/2024 20:49:10 [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 20:49:10 [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 20:49:12 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Training Plan] There are 1 training stages
[default0]:07/03/2024 20:49:12 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Stage Training Stage] start from step 1
[default0]:07/03/2024 20:49:12 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:
[default0]:07/03/2024 20:49:12 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Start training] datetime: 2024-07-03 20:49:12.240786 | 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 20:49:12 [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 20:49:12 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 1898.09MiB. Peak allocated 1898.09MiB. Peak reserved: 1918.00MiB
[default1]:07/03/2024 20:49:12 [WARNING|DP=0|PP=0|TP=1|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:07/03/2024 20:49:12 [WARNING|DP=0|PP=1|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:Repo card metadata block was not found. Setting CardData to empty.
[default3]:Repo card metadata block was not found. Setting CardData to empty.
[default2]:Repo card metadata block was not found. Setting CardData to empty.
[default5]:07/03/2024 20:49:12 [WARNING|DP=0|PP=2|TP=1|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default5]:Repo card metadata block was not found. Setting CardData to empty.
[default3]:07/03/2024 20:49:12 [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 20:49:12 [WARNING|DP=0|PP=3|TP=1|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default4]:07/03/2024 20:49:12 [WARNING|DP=0|PP=2|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:07/03/2024 20:49:12 [WARNING|DP=0|PP=3|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default7]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:Repo card metadata block was not found. Setting CardData to empty.
[default6]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default6]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default7]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default7]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default5]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default5]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default4]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default4]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default2]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default2]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default3]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default3]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default0]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default0]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[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
[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(
[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(
[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]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default0]: warnings.warn(
[default1]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default1]: warnings.warn(
[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(
[default0]:07/03/2024 20:49:53 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 1965.87MiB. Peak allocated 39986.56MiB. Peak reserved: 40316.00MiB
[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(
[default0]:07/03/2024 20:50:01 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 3478.75MiB. Peak reserved: 40316.00MiB
[default6]:07/03/2024 20:50:01 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 1 / 20 | consumed_tokens: 4.19M | elapsed_time_per_iteration_ms: 48.1K | tokens_per_sec: 87.1K | tokens_per_sec_per_gpu: 10.9K | global_batch_size: 1.02K | lm_loss: 11.2 | lr: 0.0001 | model_tflops_per_gpu: 98.8 | hardware_tflops_per_gpu: 98.8 | grad_norm: 14.8 | cuda_memory_allocated: 2.51G | cuda_max_memory_reserved: 15.7G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.7G | hd_free_memory_tb: 246G
[default0]:07/03/2024 20:50:24 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:50:24 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 2 / 20 | consumed_tokens: 8.39M | elapsed_time_per_iteration_ms: 23.1K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.7K | global_batch_size: 1.02K | lm_loss: 11.2 | lr: 9.53e-05 | model_tflops_per_gpu: 206 | hardware_tflops_per_gpu: 206 | grad_norm: 14.9 | cuda_memory_allocated: 2.51G | cuda_max_memory_reserved: 15.7G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.7G | hd_free_memory_tb: 246G
[default0]:07/03/2024 20:50:24 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 3478.77MiB. Peak reserved: 42108.00MiB
[default0]:07/03/2024 20:50:47 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default0]:07/03/2024 20:50:47 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 3478.77MiB. Peak reserved: 42108.00MiB
[default0]:STAGE:2024-07-03 20:50:47 582119:582119 ActivityProfilerController.cpp:314] Completed Stage: Warm Up
[default6]:07/03/2024 20:50:47 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 3 / 20 | consumed_tokens: 12.6M | elapsed_time_per_iteration_ms: 23.1K | tokens_per_sec: 181K | tokens_per_sec_per_gpu: 22.7K | global_batch_size: 1.02K | lm_loss: 9.53 | lr: 9.05e-05 | model_tflops_per_gpu: 206 | hardware_tflops_per_gpu: 206 | grad_norm: 35.8 | cuda_memory_allocated: 2.51G | cuda_max_memory_reserved: 15.7G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.7G | hd_free_memory_tb: 246G
[default0]:07/03/2024 20:51:10 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default0]:07/03/2024 20:51:10 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 3478.77MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:51:10 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 4 / 20 | consumed_tokens: 16.8M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.8K | global_batch_size: 1.02K | lm_loss: 12.3 | lr: 8.58e-05 | model_tflops_per_gpu: 206 | hardware_tflops_per_gpu: 206 | grad_norm: 37.4 | cuda_memory_allocated: 2.51G | cuda_max_memory_reserved: 15.7G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.7G | hd_free_memory_tb: 246G
[default6]:07/03/2024 20:51:33 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 5 / 20 | consumed_tokens: 21M | elapsed_time_per_iteration_ms: 23.1K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.7K | global_batch_size: 1.02K | lm_loss: 9.94 | lr: 8.11e-05 | model_tflops_per_gpu: 206 | hardware_tflops_per_gpu: 206 | grad_norm: 14
[default0]:07/03/2024 20:51:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:51:56 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 6 / 20 | consumed_tokens: 25.2M | elapsed_time_per_iteration_ms: 23.1K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.7K | global_batch_size: 1.02K | lm_loss: 9.44 | lr: 7.63e-05 | model_tflops_per_gpu: 206 | hardware_tflops_per_gpu: 206 | grad_norm: 8.13
[default0]:STAGE:2024-07-03 20:52:18 582119:582119 ActivityProfilerController.cpp:320] Completed Stage: Collection
[default0]:STAGE:2024-07-03 20:52:20 582119:582119 ActivityProfilerController.cpp:324] Completed Stage: Post Processing
[default0]:07/03/2024 20:55:03 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:55:26 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 7 / 20 | consumed_tokens: 29.4M | elapsed_time_per_iteration_ms: 210K | tokens_per_sec: 20K | tokens_per_sec_per_gpu: 2.5K | global_batch_size: 1.02K | lm_loss: 8.73 | lr: 7.16e-05 | model_tflops_per_gpu: 22.6 | hardware_tflops_per_gpu: 22.6 | grad_norm: 6.04
[default0]:07/03/2024 20:55:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default0]:07/03/2024 20:55:49 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:55:49 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 8 / 20 | consumed_tokens: 33.6M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.8K | global_batch_size: 1.02K | lm_loss: 9.17 | lr: 6.68e-05 | model_tflops_per_gpu: 207 | hardware_tflops_per_gpu: 207 | grad_norm: 28
[default0]:07/03/2024 20:56:12 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:56:12 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 9 / 20 | consumed_tokens: 37.7M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.8K | global_batch_size: 1.02K | lm_loss: 8.33 | lr: 6.21e-05 | model_tflops_per_gpu: 207 | hardware_tflops_per_gpu: 207 | grad_norm: 9.44
[default6]:07/03/2024 20:56:35 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 10 / 20 | consumed_tokens: 41.9M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.8K | global_batch_size: 1.02K | lm_loss: 8.02 | lr: 5.74e-05 | model_tflops_per_gpu: 207 | hardware_tflops_per_gpu: 207 | grad_norm: 5.24
[default0]:07/03/2024 20:56:35 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default0]:07/03/2024 20:56:58 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:56:58 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 11 / 20 | consumed_tokens: 46.1M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.8K | global_batch_size: 1.02K | lm_loss: 7.85 | lr: 5.26e-05 | model_tflops_per_gpu: 207 | hardware_tflops_per_gpu: 207 | grad_norm: 4.81
[default0]:07/03/2024 20:57:21 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:57:21 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 12 / 20 | consumed_tokens: 50.3M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.8K | global_batch_size: 1.02K | lm_loss: 7.68 | lr: 4.79e-05 | model_tflops_per_gpu: 207 | hardware_tflops_per_gpu: 207 | grad_norm: 4.49
[default0]:07/03/2024 20:57:44 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:57:44 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 13 / 20 | consumed_tokens: 54.5M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.8K | global_batch_size: 1.02K | lm_loss: 7.53 | lr: 4.32e-05 | model_tflops_per_gpu: 206 | hardware_tflops_per_gpu: 206 | grad_norm: 4.15
[default0]:07/03/2024 20:58:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:58:07 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 14 / 20 | consumed_tokens: 58.7M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.8K | global_batch_size: 1.02K | lm_loss: 7.4 | lr: 3.84e-05 | model_tflops_per_gpu: 207 | hardware_tflops_per_gpu: 207 | grad_norm: 4.07
[default0]:07/03/2024 20:58:30 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:58:30 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 15 / 20 | consumed_tokens: 62.9M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.7K | global_batch_size: 1.02K | lm_loss: 7.26 | lr: 3.37e-05 | model_tflops_per_gpu: 206 | hardware_tflops_per_gpu: 206 | grad_norm: 3.25
[default0]:07/03/2024 20:58:53 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:58:53 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 16 / 20 | consumed_tokens: 67.1M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.8K | global_batch_size: 1.02K | lm_loss: 7.17 | lr: 2.89e-05 | model_tflops_per_gpu: 207 | hardware_tflops_per_gpu: 207 | grad_norm: 2.43
[default0]:07/03/2024 20:59:16 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:59:16 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 17 / 20 | consumed_tokens: 71.3M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.8K | global_batch_size: 1.02K | lm_loss: 7.1 | lr: 2.42e-05 | model_tflops_per_gpu: 207 | hardware_tflops_per_gpu: 207 | grad_norm: 2.88
[default0]:07/03/2024 20:59:39 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 20:59:39 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 18 / 20 | consumed_tokens: 75.5M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.8K | global_batch_size: 1.02K | lm_loss: 7.03 | lr: 1.95e-05 | model_tflops_per_gpu: 207 | hardware_tflops_per_gpu: 207 | grad_norm: 2.76
[default0]:07/03/2024 21:00:03 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Memory usage: 3478.75MiB. Peak allocated 41499.45MiB. Peak reserved: 42108.00MiB
[default6]:07/03/2024 21:00:03 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 19 / 20 | consumed_tokens: 79.7M | elapsed_time_per_iteration_ms: 23K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.8K | global_batch_size: 1.02K | lm_loss: 6.96 | lr: 1.47e-05 | model_tflops_per_gpu: 207 | hardware_tflops_per_gpu: 207 | grad_norm: 2.65
[default6]:07/03/2024 21:00:26 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 20 / 20 | consumed_tokens: 83.9M | elapsed_time_per_iteration_ms: 23.1K | tokens_per_sec: 182K | tokens_per_sec_per_gpu: 22.7K | global_batch_size: 1.02K | lm_loss: 6.91 | lr: 1e-05 | model_tflops_per_gpu: 206 | hardware_tflops_per_gpu: 206 | grad_norm: 2.48
Saved 1 csv files over 1 completed logs
Processing file: /fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-1_tp-2_pp-4_mbz-8/profiler/ip-26-0-164-207_582119.1720040069056805143.pt.trace.json
Results written to /fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-1_tp-2_pp-4_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_582119.1720040069056805143.pt.trace.json: 0%| | 0.00/5.36G [00:00<?, ?B/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 0%| | 15.0M/5.36G [00:00<00:42, 126MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 1%| | 27.5M/5.36G [00:00<01:05, 81.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 1%| | 36.4M/5.36G [00:00<01:59, 44.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 1%| | 48.0M/5.36G [00:00<01:51, 47.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 1%| | 64.0M/5.36G [00:01<01:30, 58.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 1%|β | 80.0M/5.36G [00:01<01:32, 57.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 2%|β | 96.0M/5.36G [00:01<01:28, 59.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 2%|β | 112M/5.36G [00:01<01:25, 61.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 2%|β | 128M/5.36G [00:02<01:19, 65.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 3%|β | 144M/5.36G [00:02<01:27, 59.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 3%|β | 160M/5.36G [00:02<01:22, 63.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 3%|β | 176M/5.36G [00:02<01:24, 61.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 4%|β | 192M/5.36G [00:03<01:35, 54.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 4%|β | 208M/5.36G [00:03<01:28, 58.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 4%|β | 224M/5.36G [00:03<01:24, 60.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 4%|β | 240M/5.36G [00:04<01:26, 59.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 5%|β | 256M/5.36G [00:04<01:32, 55.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 5%|β | 272M/5.36G [00:04<01:22, 61.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 5%|β | 288M/5.36G [00:04<01:21, 61.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 6%|β | 304M/5.36G [00:05<01:16, 66.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 6%|β | 320M/5.36G [00:05<01:16, 66.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 6%|β | 336M/5.36G [00:05<01:22, 61.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 7%|β | 352M/5.36G [00:05<01:37, 51.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 7%|β | 368M/5.36G [00:06<01:32, 54.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 7%|β | 384M/5.36G [00:06<01:24, 59.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 7%|β | 400M/5.36G [00:06<01:19, 62.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 8%|β | 416M/5.36G [00:07<01:29, 55.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 8%|β | 432M/5.36G [00:07<01:27, 56.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 8%|β | 448M/5.36G [00:07<01:23, 58.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 9%|β | 464M/5.36G [00:07<01:24, 57.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 9%|β | 480M/5.36G [00:08<01:19, 61.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 9%|β | 496M/5.36G [00:08<01:21, 59.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 10%|β | 512M/5.36G [00:08<01:19, 61.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 10%|β | 528M/5.36G [00:08<01:13, 65.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 10%|β | 544M/5.36G [00:09<02:05, 38.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 10%|β | 560M/5.36G [00:09<01:49, 43.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 11%|β | 576M/5.36G [00:10<01:34, 50.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 11%|β | 592M/5.36G [00:10<01:33, 50.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 11%|ββ | 608M/5.36G [00:10<01:32, 51.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 12%|ββ | 624M/5.36G [00:10<01:25, 55.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 12%|ββ | 640M/5.36G [00:11<01:19, 59.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 12%|ββ | 656M/5.36G [00:11<01:24, 55.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 13%|ββ | 672M/5.36G [00:11<01:19, 59.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 13%|ββ | 688M/5.36G [00:11<01:19, 58.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 13%|ββ | 704M/5.36G [00:12<01:13, 63.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 13%|ββ | 720M/5.36G [00:12<01:08, 67.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 14%|ββ | 736M/5.36G [00:12<01:07, 68.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 14%|ββ | 752M/5.36G [00:12<01:04, 71.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 14%|ββ | 768M/5.36G [00:13<01:11, 64.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 15%|ββ | 784M/5.36G [00:13<01:08, 67.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 15%|ββ | 800M/5.36G [00:13<01:09, 65.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 15%|ββ | 816M/5.36G [00:13<01:03, 71.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 16%|ββ | 832M/5.36G [00:14<01:16, 59.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 16%|ββ | 848M/5.36G [00:14<01:17, 58.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 16%|ββ | 864M/5.36G [00:14<01:24, 53.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 16%|ββ | 880M/5.36G [00:15<01:22, 54.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 17%|ββ | 896M/5.36G [00:17<04:08, 18.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 17%|ββ | 912M/5.36G [00:17<03:24, 21.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 17%|ββ | 928M/5.36G [00:17<02:40, 27.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 18%|ββ | 944M/5.36G [00:18<02:25, 30.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 18%|ββ | 960M/5.36G [00:18<02:02, 35.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 18%|ββ | 976M/5.36G [00:18<01:48, 40.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 18%|ββ | 992M/5.36G [00:19<01:38, 44.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 19%|ββ | 1.01G/5.36G [00:19<01:33, 46.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 19%|ββ | 1.02G/5.36G [00:19<01:22, 52.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 19%|ββ | 1.04G/5.36G [00:20<01:25, 50.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 20%|ββ | 1.06G/5.36G [00:20<01:14, 57.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 20%|ββ | 1.07G/5.36G [00:20<01:17, 55.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 20%|ββ | 1.09G/5.36G [00:20<01:10, 60.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 21%|ββ | 1.10G/5.36G [00:20<01:09, 61.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 21%|ββ | 1.12G/5.36G [00:21<01:19, 53.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 21%|ββ | 1.14G/5.36G [00:21<01:13, 57.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 21%|βββ | 1.15G/5.36G [00:21<01:11, 58.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 22%|βββ | 1.17G/5.36G [00:22<01:17, 54.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 22%|βββ | 1.18G/5.36G [00:22<01:11, 58.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 22%|βββ | 1.20G/5.36G [00:22<01:11, 58.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 23%|βββ | 1.22G/5.36G [00:22<01:04, 64.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 23%|βββ | 1.23G/5.36G [00:23<01:10, 58.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 23%|βββ | 1.25G/5.36G [00:23<01:11, 57.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 24%|βββ | 1.26G/5.36G [00:23<01:10, 58.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 24%|βββ | 1.28G/5.36G [00:24<01:11, 57.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 24%|βββ | 1.30G/5.36G [00:24<01:09, 58.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 24%|βββ | 1.31G/5.36G [00:24<01:25, 47.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 25%|βββ | 1.33G/5.36G [00:25<01:18, 51.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 25%|βββ | 1.34G/5.36G [00:25<01:14, 53.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 25%|βββ | 1.36G/5.36G [00:25<01:12, 55.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 26%|βββ | 1.38G/5.36G [00:25<01:07, 58.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 26%|βββ | 1.39G/5.36G [00:26<01:29, 44.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 26%|βββ | 1.41G/5.36G [00:26<01:20, 48.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 27%|βββ | 1.42G/5.36G [00:26<01:14, 53.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 27%|βββ | 1.44G/5.36G [00:27<01:04, 61.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 27%|βββ | 1.46G/5.36G [00:27<01:04, 60.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 27%|βββ | 1.47G/5.36G [00:27<00:59, 65.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 28%|βββ | 1.49G/5.36G [00:27<00:59, 64.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 28%|βββ | 1.50G/5.36G [00:28<01:02, 61.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 28%|βββ | 1.52G/5.36G [00:28<00:59, 65.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 29%|βββ | 1.54G/5.36G [00:28<01:05, 58.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 29%|βββ | 1.55G/5.36G [00:28<01:08, 55.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 29%|βββ | 1.57G/5.36G [00:29<01:06, 57.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 30%|βββ | 1.58G/5.36G [00:29<01:02, 60.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 30%|βββ | 1.60G/5.36G [00:29<00:56, 66.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 30%|βββ | 1.62G/5.36G [00:29<00:56, 66.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 30%|βββ | 1.63G/5.36G [00:30<00:56, 65.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 31%|βββ | 1.65G/5.36G [00:30<00:55, 66.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 31%|βββ | 1.66G/5.36G [00:30<00:58, 63.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 31%|ββββ | 1.68G/5.36G [00:30<01:03, 58.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 32%|ββββ | 1.70G/5.36G [00:31<01:04, 56.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 32%|ββββ | 1.71G/5.36G [00:31<01:02, 58.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 32%|ββββ | 1.73G/5.36G [00:31<01:01, 59.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 33%|ββββ | 1.74G/5.36G [00:33<02:06, 28.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 33%|ββββ | 1.76G/5.36G [00:33<01:56, 30.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 33%|ββββ | 1.78G/5.36G [00:33<01:35, 37.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 33%|ββββ | 1.79G/5.36G [00:33<01:21, 43.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 34%|ββββ | 1.81G/5.36G [00:34<01:15, 46.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 34%|ββββ | 1.82G/5.36G [00:34<01:08, 51.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 34%|ββββ | 1.84G/5.36G [00:34<01:06, 53.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 35%|ββββ | 1.86G/5.36G [00:34<01:01, 56.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 35%|ββββ | 1.87G/5.36G [00:35<01:03, 55.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 35%|ββββ | 1.89G/5.36G [00:35<00:59, 58.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 35%|ββββ | 1.90G/5.36G [00:35<00:56, 61.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 36%|ββββ | 1.92G/5.36G [00:35<00:56, 61.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 36%|ββββ | 1.94G/5.36G [00:36<00:53, 64.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 36%|ββββ | 1.95G/5.36G [00:36<00:54, 62.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 37%|ββββ | 1.97G/5.36G [00:36<00:51, 65.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 37%|ββββ | 1.98G/5.36G [00:36<00:51, 65.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 37%|ββββ | 2.00G/5.36G [00:37<00:55, 61.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 38%|ββββ | 2.02G/5.36G [00:37<00:57, 58.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 38%|ββββ | 2.03G/5.36G [00:37<00:56, 58.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 38%|ββββ | 2.05G/5.36G [00:37<00:50, 65.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 38%|ββββ | 2.06G/5.36G [00:38<01:01, 53.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 39%|ββββ | 2.08G/5.36G [00:38<00:58, 56.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 39%|ββββ | 2.10G/5.36G [00:39<01:03, 51.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 39%|ββββ | 2.11G/5.36G [00:40<02:02, 26.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 40%|ββββ | 2.13G/5.36G [00:40<01:43, 31.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 40%|ββββ | 2.14G/5.36G [00:40<01:25, 37.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 40%|ββββ | 2.16G/5.36G [00:41<01:15, 42.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 41%|ββββ | 2.18G/5.36G [00:41<01:10, 45.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 41%|ββββ | 2.19G/5.36G [00:42<01:33, 34.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 41%|ββββ | 2.21G/5.36G [00:42<01:21, 38.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 41%|βββββ | 2.22G/5.36G [00:42<01:10, 44.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 42%|βββββ | 2.24G/5.36G [00:42<01:09, 45.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 42%|βββββ | 2.26G/5.36G [00:43<01:00, 51.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 42%|βββββ | 2.27G/5.36G [00:43<00:54, 56.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 43%|βββββ | 2.29G/5.36G [00:43<00:56, 54.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 43%|βββββ | 2.30G/5.36G [00:44<00:59, 51.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 43%|βββββ | 2.32G/5.36G [00:44<00:56, 54.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 44%|βββββ | 2.34G/5.36G [00:44<00:55, 54.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 44%|βββββ | 2.35G/5.36G [00:44<00:53, 56.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 44%|βββββ | 2.37G/5.36G [00:45<00:51, 58.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 44%|βββββ | 2.38G/5.36G [00:45<00:47, 62.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 45%|βββββ | 2.40G/5.36G [00:45<00:48, 61.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 45%|βββββ | 2.42G/5.36G [00:45<00:48, 60.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 45%|βββββ | 2.43G/5.36G [00:46<00:55, 52.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 46%|βββββ | 2.45G/5.36G [00:46<00:53, 55.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 46%|βββββ | 2.46G/5.36G [00:46<00:48, 60.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 46%|βββββ | 2.48G/5.36G [00:46<00:43, 66.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 47%|βββββ | 2.50G/5.36G [00:47<00:49, 57.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 47%|βββββ | 2.51G/5.36G [00:47<00:45, 62.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 47%|βββββ | 2.53G/5.36G [00:47<00:43, 64.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 47%|βββββ | 2.54G/5.36G [00:48<00:44, 62.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 48%|βββββ | 2.56G/5.36G [00:48<00:44, 63.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 48%|βββββ | 2.58G/5.36G [00:48<00:41, 66.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 48%|βββββ | 2.59G/5.36G [00:48<00:43, 64.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 49%|βββββ | 2.61G/5.36G [00:49<00:50, 54.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 49%|βββββ | 2.62G/5.36G [00:49<01:08, 40.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 49%|βββββ | 2.64G/5.36G [00:50<01:22, 33.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 50%|βββββ | 2.66G/5.36G [00:50<01:08, 39.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 50%|βββββ | 2.67G/5.36G [00:50<01:00, 44.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 50%|βββββ | 2.69G/5.36G [00:51<00:56, 47.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 50%|βββββ | 2.70G/5.36G [00:51<00:53, 49.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 51%|βββββ | 2.72G/5.36G [00:51<00:50, 52.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 51%|βββββ | 2.74G/5.36G [00:52<00:46, 56.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 51%|ββββββ | 2.75G/5.36G [00:52<00:47, 55.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 52%|ββββββ | 2.77G/5.36G [00:52<00:40, 64.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 52%|ββββββ | 2.78G/5.36G [00:52<00:38, 66.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 52%|ββββββ | 2.80G/5.36G [00:53<00:46, 54.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 52%|ββββββ | 2.82G/5.36G [00:53<00:45, 56.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 53%|ββββββ | 2.83G/5.36G [00:53<00:46, 54.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 53%|ββββββ | 2.85G/5.36G [00:53<00:45, 55.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 53%|ββββββ | 2.86G/5.36G [00:54<00:44, 55.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 54%|ββββββ | 2.88G/5.36G [00:54<00:43, 57.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 54%|ββββββ | 2.90G/5.36G [00:54<00:43, 56.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 54%|ββββββ | 2.91G/5.36G [00:55<00:51, 47.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 55%|ββββββ | 2.93G/5.36G [00:55<00:47, 50.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 55%|ββββββ | 2.94G/5.36G [00:56<00:56, 43.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 55%|ββββββ | 2.96G/5.36G [00:56<00:53, 45.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 55%|ββββββ | 2.98G/5.36G [00:56<00:47, 50.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 56%|ββββββ | 2.99G/5.36G [00:56<00:47, 49.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 56%|ββββββ | 3.01G/5.36G [00:57<00:43, 54.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 56%|ββββββ | 3.02G/5.36G [00:57<00:43, 54.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 57%|ββββββ | 3.04G/5.36G [00:57<00:50, 45.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 57%|ββββββ | 3.06G/5.36G [00:58<00:46, 49.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 57%|ββββββ | 3.07G/5.36G [00:58<00:44, 51.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 58%|ββββββ | 3.09G/5.36G [00:58<00:42, 54.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 58%|ββββββ | 3.10G/5.36G [00:58<00:41, 55.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 58%|ββββββ | 3.12G/5.36G [00:59<00:42, 52.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 58%|ββββββ | 3.14G/5.36G [00:59<00:39, 56.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 59%|ββββββ | 3.15G/5.36G [00:59<00:38, 57.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 59%|ββββββ | 3.17G/5.36G [01:00<00:36, 60.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 59%|ββββββ | 3.18G/5.36G [01:00<00:32, 67.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 60%|ββββββ | 3.20G/5.36G [01:00<00:33, 64.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 60%|ββββββ | 3.22G/5.36G [01:00<00:33, 63.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 60%|ββββββ | 3.23G/5.36G [01:01<00:33, 63.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 61%|ββββββ | 3.25G/5.36G [01:01<00:31, 66.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 61%|ββββββ | 3.26G/5.36G [01:01<00:31, 67.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 61%|ββββββ | 3.28G/5.36G [01:01<00:29, 71.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 61%|βββββββ | 3.30G/5.36G [01:02<00:46, 44.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 62%|βββββββ | 3.31G/5.36G [01:02<00:43, 46.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 62%|βββββββ | 3.33G/5.36G [01:02<00:42, 48.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 62%|βββββββ | 3.34G/5.36G [01:03<00:39, 51.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 63%|βββββββ | 3.36G/5.36G [01:03<00:38, 52.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 63%|βββββββ | 3.38G/5.36G [01:03<00:37, 52.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 63%|βββββββ | 3.39G/5.36G [01:04<00:38, 51.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 64%|βββββββ | 3.41G/5.36G [01:04<00:34, 56.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 64%|βββββββ | 3.42G/5.36G [01:04<00:34, 56.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 64%|βββββββ | 3.44G/5.36G [01:04<00:32, 59.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 64%|βββββββ | 3.46G/5.36G [01:05<00:34, 55.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 65%|βββββββ | 3.47G/5.36G [01:05<00:31, 60.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 65%|βββββββ | 3.49G/5.36G [01:05<00:28, 66.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 65%|βββββββ | 3.49G/5.36G [01:06<00:43, 42.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 65%|βββββββ | 3.50G/5.36G [01:06<00:41, 44.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 66%|βββββββ | 3.52G/5.36G [01:06<00:36, 51.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 66%|βββββββ | 3.54G/5.36G [01:06<00:37, 49.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 66%|βββββββ | 3.55G/5.36G [01:07<00:33, 54.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 67%|βββββββ | 3.57G/5.36G [01:07<00:35, 51.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 67%|βββββββ | 3.58G/5.36G [01:07<00:36, 48.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 67%|βββββββ | 3.60G/5.36G [01:07<00:32, 54.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 67%|βββββββ | 3.62G/5.36G [01:08<00:33, 53.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 68%|βββββββ | 3.63G/5.36G [01:10<01:35, 18.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 68%|βββββββ | 3.65G/5.36G [01:10<01:15, 22.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 68%|βββββββ | 3.66G/5.36G [01:11<01:02, 27.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 69%|βββββββ | 3.68G/5.36G [01:11<00:47, 35.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 69%|βββββββ | 3.70G/5.36G [01:11<00:40, 41.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 69%|βββββββ | 3.71G/5.36G [01:11<00:36, 45.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 69%|βββββββ | 3.73G/5.36G [01:12<00:59, 27.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 70%|βββββββ | 3.74G/5.36G [01:13<00:49, 32.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 70%|βββββββ | 3.76G/5.36G [01:13<00:58, 27.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 70%|βββββββ | 3.78G/5.36G [01:14<00:48, 32.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 71%|βββββββ | 3.79G/5.36G [01:14<00:39, 39.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 71%|βββββββ | 3.81G/5.36G [01:14<00:33, 47.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 71%|ββββββββ | 3.82G/5.36G [01:14<00:32, 48.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 72%|ββββββββ | 3.84G/5.36G [01:15<00:28, 53.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 72%|ββββββββ | 3.86G/5.36G [01:15<00:27, 54.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 72%|ββββββββ | 3.87G/5.36G [01:15<00:27, 54.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 72%|ββββββββ | 3.89G/5.36G [01:15<00:25, 57.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 73%|ββββββββ | 3.90G/5.36G [01:16<00:25, 56.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 73%|ββββββββ | 3.92G/5.36G [01:16<00:28, 50.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 73%|ββββββββ | 3.94G/5.36G [01:16<00:28, 50.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 74%|ββββββββ | 3.95G/5.36G [01:17<00:26, 52.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 74%|ββββββββ | 3.97G/5.36G [01:17<00:23, 58.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 74%|ββββββββ | 3.98G/5.36G [01:17<00:23, 58.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 75%|ββββββββ | 4.00G/5.36G [01:17<00:22, 61.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 75%|ββββββββ | 4.02G/5.36G [01:18<00:26, 50.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 75%|ββββββββ | 4.03G/5.36G [01:18<00:27, 48.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 75%|ββββββββ | 4.05G/5.36G [01:19<00:26, 49.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 76%|ββββββββ | 4.06G/5.36G [01:19<00:30, 42.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 76%|ββββββββ | 4.08G/5.36G [01:19<00:29, 43.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 76%|ββββββββ | 4.10G/5.36G [01:20<00:26, 47.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 77%|ββββββββ | 4.11G/5.36G [01:20<00:24, 50.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 77%|ββββββββ | 4.13G/5.36G [01:20<00:23, 52.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 77%|ββββββββ | 4.14G/5.36G [01:20<00:21, 56.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 78%|ββββββββ | 4.16G/5.36G [01:21<00:19, 60.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 78%|ββββββββ | 4.18G/5.36G [01:21<00:19, 59.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 78%|ββββββββ | 4.19G/5.36G [01:21<00:20, 57.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 78%|ββββββββ | 4.21G/5.36G [01:22<00:20, 57.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 79%|ββββββββ | 4.22G/5.36G [01:22<00:18, 61.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 79%|ββββββββ | 4.24G/5.36G [01:22<00:18, 59.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 79%|ββββββββ | 4.26G/5.36G [01:22<00:19, 56.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 80%|ββββββββ | 4.27G/5.36G [01:23<00:18, 58.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 80%|ββββββββ | 4.29G/5.36G [01:24<00:42, 25.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 80%|ββββββββ | 4.30G/5.36G [01:24<00:35, 30.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 81%|ββββββββ | 4.32G/5.36G [01:25<00:32, 32.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 81%|ββββββββ | 4.34G/5.36G [01:25<00:29, 35.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 81%|ββββββββ | 4.35G/5.36G [01:25<00:24, 41.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 81%|βββββββββ | 4.37G/5.36G [01:26<00:21, 47.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 82%|βββββββββ | 4.38G/5.36G [01:26<00:18, 54.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 82%|βββββββββ | 4.40G/5.36G [01:26<00:17, 54.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 82%|βββββββββ | 4.42G/5.36G [01:26<00:16, 55.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 83%|βββββββββ | 4.43G/5.36G [01:27<00:15, 58.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 83%|βββββββββ | 4.45G/5.36G [01:27<00:17, 53.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 83%|βββββββββ | 4.46G/5.36G [01:27<00:16, 54.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 84%|βββββββββ | 4.48G/5.36G [01:28<00:16, 54.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 84%|βββββββββ | 4.50G/5.36G [01:28<00:17, 50.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 84%|βββββββββ | 4.51G/5.36G [01:28<00:14, 56.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 84%|βββββββββ | 4.53G/5.36G [01:28<00:13, 64.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 85%|βββββββββ | 4.54G/5.36G [01:29<00:14, 58.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 85%|βββββββββ | 4.56G/5.36G [01:29<00:13, 58.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 85%|βββββββββ | 4.58G/5.36G [01:29<00:13, 60.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 86%|βββββββββ | 4.59G/5.36G [01:29<00:12, 59.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 86%|βββββββββ | 4.61G/5.36G [01:30<00:12, 61.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 86%|βββββββββ | 4.62G/5.36G [01:30<00:12, 58.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 86%|βββββββββ | 4.64G/5.36G [01:30<00:11, 61.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 87%|βββββββββ | 4.66G/5.36G [01:31<00:11, 60.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 87%|βββββββββ | 4.67G/5.36G [01:31<00:11, 60.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 87%|βββββββββ | 4.69G/5.36G [01:31<00:10, 63.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 88%|βββββββββ | 4.70G/5.36G [01:31<00:11, 59.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 88%|βββββββββ | 4.72G/5.36G [01:32<00:10, 59.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 88%|βββββββββ | 4.74G/5.36G [01:32<00:10, 57.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 89%|βββββββββ | 4.75G/5.36G [01:32<00:09, 61.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 89%|βββββββββ | 4.77G/5.36G [01:32<00:09, 64.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 89%|βββββββββ | 4.78G/5.36G [01:33<00:09, 61.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 89%|βββββββββ | 4.80G/5.36G [01:33<00:08, 67.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 90%|βββββββββ | 4.82G/5.36G [01:33<00:08, 61.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 90%|βββββββββ | 4.83G/5.36G [01:33<00:08, 60.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 90%|βββββββββ | 4.85G/5.36G [01:36<00:31, 16.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 91%|βββββββββ | 4.86G/5.36G [01:36<00:23, 20.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 91%|βββββββββ | 4.88G/5.36G [01:37<00:18, 26.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 91%|ββββββββββ| 4.90G/5.36G [01:37<00:14, 32.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 92%|ββββββββββ| 4.91G/5.36G [01:37<00:12, 36.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 92%|ββββββββββ| 4.93G/5.36G [01:37<00:11, 38.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 92%|ββββββββββ| 4.94G/5.36G [01:38<00:09, 42.6MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 92%|ββββββββββ| 4.96G/5.36G [01:38<00:08, 49.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 93%|ββββββββββ| 4.98G/5.36G [01:38<00:07, 50.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 93%|ββββββββββ| 4.99G/5.36G [01:39<00:07, 51.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 93%|ββββββββββ| 5.01G/5.36G [01:39<00:07, 49.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 94%|ββββββββββ| 5.02G/5.36G [01:39<00:06, 53.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 94%|ββββββββββ| 5.04G/5.36G [01:39<00:06, 50.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 94%|ββββββββββ| 5.06G/5.36G [01:40<00:05, 53.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 95%|ββββββββββ| 5.07G/5.36G [01:40<00:05, 51.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 95%|ββββββββββ| 5.09G/5.36G [01:40<00:05, 52.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 95%|ββββββββββ| 5.10G/5.36G [01:41<00:04, 56.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 95%|ββββββββββ| 5.12G/5.36G [01:41<00:03, 61.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 96%|ββββββββββ| 5.14G/5.36G [01:41<00:03, 58.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 96%|ββββββββββ| 5.15G/5.36G [01:41<00:03, 63.3MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 96%|ββββββββββ| 5.17G/5.36G [01:42<00:03, 54.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 97%|ββββββββββ| 5.18G/5.36G [01:42<00:03, 59.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 97%|ββββββββββ| 5.20G/5.36G [01:42<00:02, 58.2MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 97%|ββββββββββ| 5.22G/5.36G [01:42<00:02, 63.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 98%|ββββββββββ| 5.23G/5.36G [01:43<00:02, 46.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 98%|ββββββββββ| 5.25G/5.36G [01:43<00:02, 50.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 98%|ββββββββββ| 5.26G/5.36G [01:43<00:01, 54.1MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 98%|ββββββββββ| 5.28G/5.36G [01:44<00:01, 54.7MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 99%|ββββββββββ| 5.30G/5.36G [01:44<00:01, 58.4MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 99%|ββββββββββ| 5.31G/5.36G [01:44<00:00, 58.5MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 99%|ββββββββββ| 5.33G/5.36G [01:45<00:00, 57.9MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 100%|ββββββββββ| 5.34G/5.36G [01:45<00:00, 62.8MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 100%|ββββββββββ| 5.36G/5.36G [01:45<00:00, 65.0MB/s]
ip-26-0-164-207_582119.1720040069056805143.pt.trace.json: 100%|ββββββββββ| 5.36G/5.36G [01:45<00:00, 50.7MB/s]
|