File size: 90,867 Bytes
a8e99b7 |
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 23:33:38 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 23:33:46.256000 140117587556160 torch/distributed/run.py:757]
W0703 23:33:46.256000 140117587556160 torch/distributed/run.py:757] *****************************************
W0703 23:33:46.256000 140117587556160 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 23:33:46.256000 140117587556160 torch/distributed/run.py:757] *****************************************
[default0]:07/03/2024 23:34:07 [WARNING|DP=0|PP=0|TP=0|ip-26-0-174-36]: [Vocab Size Padding] Padded vocab (size: 50257) with 3 dummy tokens (new size: 50260)
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Config:
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Config(general=GeneralArgs(project='bench_cluster',
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: run='%date_%jobid',
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: seed=42,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: step=None,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: consumed_train_samples=None,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: benchmark_csv_path=None,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: ignore_sanity_checks=True),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: parallelism=ParallelismArgs(dp=1,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: pp=2,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: tp=4,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: pp_engine=<nanotron.parallel.pipeline_parallel.engine.OneForwardOneBackwardPipelineEngine object at 0x7f6787b18670>,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: tp_mode=<TensorParallelLinearMode.REDUCE_SCATTER: 2>,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: tp_linear_async_communication=False,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: expert_parallel_size=1),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: model=ModelArgs(model_config=LlamaConfig(bos_token_id=1,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: eos_token_id=2,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: hidden_act='silu',
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: hidden_size=2048,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: initializer_range=0.02,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: intermediate_size=4096,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: is_llama_config=True,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: max_position_embeddings=4096,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: num_attention_heads=32,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: num_hidden_layers=24,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: num_key_value_heads=32,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: pad_token_id=None,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: pretraining_tp=1,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: rms_norm_eps=1e-05,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: rope_scaling=None,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: rope_theta=10000.0,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: tie_word_embeddings=True,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: use_cache=True,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: vocab_size=50260),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: init_method=RandomInit(std=0.025),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: dtype=torch.bfloat16,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: make_vocab_size_divisible_by=1,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: ddp_bucket_cap_mb=25),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: tokenizer=TokenizerArgs(tokenizer_name_or_path='openai-community/gpt2',
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: tokenizer_revision=None,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: tokenizer_max_length=None),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: checkpoints=CheckpointsArgs(checkpoints_path=Path('/dev/null'),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: checkpoint_interval=100000,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: save_initial_state=False,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: resume_checkpoint_path=None,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: checkpoints_path_is_shared_file_system=False),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: logging=LoggingArgs(log_level='info',
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: log_level_replica='info',
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: iteration_step_info_interval=1),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: tokens=TokensArgs(sequence_length=4096,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: train_steps=20,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: micro_batch_size=16,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: batch_accumulation_per_replica=64,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: val_check_interval=-1,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: limit_val_batches=0,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: limit_test_batches=0),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: optimizer=OptimizerArgs(optimizer_factory=AdamWOptimizerArgs(adam_eps=1e-08,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: adam_beta1=0.9,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: adam_beta2=0.95,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: torch_adam_is_fused=True,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: name='adamW'),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: zero_stage=1,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: weight_decay=0.01,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: clip_grad=1.0,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: accumulate_grad_in_fp32=True,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: learning_rate_scheduler=LRSchedulerArgs(learning_rate=0.0001,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: lr_warmup_steps=1,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: lr_warmup_style='linear',
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: lr_decay_style='linear',
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: lr_decay_steps=19,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: lr_decay_starting_step=None,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: min_decay_lr=1e-05)),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: data_stages=[DatasetStageArgs(name='Training Stage',
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: start_training_step=1,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: data=DataArgs(dataset=PretrainDatasetsArgs(hf_dataset_or_datasets='roneneldan/TinyStories',
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: hf_dataset_splits='train',
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: hf_dataset_config_name=None,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: dataset_processing_num_proc_per_process=64,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: dataset_overwrite_cache=False,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: text_column_name='text'),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: seed=42,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: num_loading_workers=0))],
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: profiler=ProfilerArgs(profiler_export_path=Path('/fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-1_tp-4_pp-2_mbz-16')),
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: lighteval=None)
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Model Config:
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: LlamaConfig(bos_token_id=1,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: eos_token_id=2,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: hidden_act='silu',
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: hidden_size=2048,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: initializer_range=0.02,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: intermediate_size=4096,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: is_llama_config=True,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: max_position_embeddings=4096,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: num_attention_heads=32,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: num_hidden_layers=24,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: num_key_value_heads=32,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: pad_token_id=None,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: pretraining_tp=1,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: rms_norm_eps=1e-05,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: rope_scaling=None,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: rope_theta=10000.0,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: tie_word_embeddings=True,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: use_cache=True,
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: vocab_size=50260)
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Building model..
[default0]:07/03/2024 23:34:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Setting PP block ranks...
[default4]:07/03/2024 23:34:21 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: Local number of parameters: 131M (249.16MiB)
[default4]:07/03/2024 23:34:21 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: [After model building] Memory usage: 260.10MiB. Peak allocated: 262.13MiB Peak reserved: 264.00MiB
[default4]:07/03/2024 23:34:21 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: No checkpoint path provided.
[default0]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Total number of parameters: 1.21G (2313.42MiB)
[default0]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Local number of parameters: 173M (329.19MiB)
[default0]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: [After model building] Memory usage: 344.13MiB. Peak allocated: 346.16MiB Peak reserved: 348.00MiB
[default0]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: No checkpoint path provided.
[default0]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Parametrizing model parameters using StandardParametrizator
[default2]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=2|ip-26-0-174-36]: Local number of parameters: 173M (329.19MiB)
[default2]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=2|ip-26-0-174-36]: [After model building] Memory usage: 344.13MiB. Peak allocated: 346.16MiB Peak reserved: 348.00MiB
[default2]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=2|ip-26-0-174-36]: No checkpoint path provided.
[default1]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=1|ip-26-0-174-36]: Local number of parameters: 173M (329.19MiB)
[default1]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=1|ip-26-0-174-36]: [After model building] Memory usage: 344.13MiB. Peak allocated: 346.16MiB Peak reserved: 348.00MiB
[default1]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=1|ip-26-0-174-36]: No checkpoint path provided.
[default5]:07/03/2024 23:34:21 [INFO|DP=0|PP=1|TP=1|ip-26-0-174-36]: Local number of parameters: 131M (249.16MiB)
[default5]:07/03/2024 23:34:21 [INFO|DP=0|PP=1|TP=1|ip-26-0-174-36]: [After model building] Memory usage: 260.10MiB. Peak allocated: 262.13MiB Peak reserved: 264.00MiB
[default5]:07/03/2024 23:34:21 [INFO|DP=0|PP=1|TP=1|ip-26-0-174-36]: No checkpoint path provided.
[default7]:07/03/2024 23:34:21 [INFO|DP=0|PP=1|TP=3|ip-26-0-174-36]: Local number of parameters: 131M (249.16MiB)
[default7]:07/03/2024 23:34:21 [INFO|DP=0|PP=1|TP=3|ip-26-0-174-36]: [After model building] Memory usage: 260.10MiB. Peak allocated: 262.13MiB Peak reserved: 264.00MiB
[default7]:07/03/2024 23:34:21 [INFO|DP=0|PP=1|TP=3|ip-26-0-174-36]: No checkpoint path provided.
[default3]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=3|ip-26-0-174-36]: Local number of parameters: 173M (329.19MiB)
[default3]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=3|ip-26-0-174-36]: [After model building] Memory usage: 344.13MiB. Peak allocated: 346.16MiB Peak reserved: 348.00MiB
[default3]:07/03/2024 23:34:21 [INFO|DP=0|PP=0|TP=3|ip-26-0-174-36]: No checkpoint path provided.
[default6]:07/03/2024 23:34:21 [INFO|DP=0|PP=1|TP=2|ip-26-0-174-36]: Local number of parameters: 131M (249.16MiB)
[default6]:07/03/2024 23:34:21 [INFO|DP=0|PP=1|TP=2|ip-26-0-174-36]: [After model building] Memory usage: 260.10MiB. Peak allocated: 262.13MiB Peak reserved: 264.00MiB
[default6]:07/03/2024 23:34:21 [INFO|DP=0|PP=1|TP=2|ip-26-0-174-36]: No checkpoint path provided.
[default0]:07/03/2024 23:34:23 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: [Optimizer Building] Using LearningRateForSP as learning rate
[default0]:07/03/2024 23:34:23 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: [ZeRO sharding] Size of optimizer params per rank:
[default0]:07/03/2024 23:34:23 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: [ZeRO sharding] DP Rank 0 has 173M out of 173M (100.00%) params' optimizer states
[default0]:07/03/2024 23:34:24 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: [Training Plan] Stage Training Stage has 19 remaining training steps and has consumed 0 samples
[default0]:07/03/2024 23:34:24 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Using `datasets` library
[default0]:07/03/2024 23:34:24 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Loading tokenizer from openai-community/gpt2 and transformers/hf_hub versions ('4.41.2', '0.23.4')
[default0]:07/03/2024 23:34:24 [WARNING|DP=0|PP=0|TP=0|ip-26-0-174-36]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/03/2024 23:34:27 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: [Training Plan] There are 1 training stages
[default0]:07/03/2024 23:34:27 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: [Stage Training Stage] start from step 1
[default0]:07/03/2024 23:34:27 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]:
[default0]:07/03/2024 23:34:27 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: [Start training] datetime: 2024-07-03 23:34:27.045255 | mbs: 16 | grad_accum: 64 | global_batch_size: 1024 | sequence_length: 4096 | train_steps: 20 | start_iteration_step: 0 | consumed_train_samples: 0
[default0]:07/03/2024 23:34:27 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Resuming training from stage Training Stage, it has trained for 0 samples and has 19 remaining train steps
[default0]:07/03/2024 23:34:27 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 1660.89MiB. Peak allocated 1660.89MiB. Peak reserved: 1668.00MiB
[default7]:07/03/2024 23:34:27 [WARNING|DP=0|PP=1|TP=3|ip-26-0-174-36]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:07/03/2024 23:34:27 [WARNING|DP=0|PP=1|TP=2|ip-26-0-174-36]: Repo card metadata block was not found. Setting CardData to empty.
[default7]:Repo card metadata block was not found. Setting CardData to empty.
[default3]:Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:07/03/2024 23:34:27 [WARNING|DP=0|PP=1|TP=0|ip-26-0-174-36]: Repo card metadata block was not found. Setting CardData to empty.
[default3]:07/03/2024 23:34:27 [WARNING|DP=0|PP=0|TP=3|ip-26-0-174-36]: Repo card metadata block was not found. Setting CardData to empty.
[default5]:07/03/2024 23:34:27 [WARNING|DP=0|PP=1|TP=1|ip-26-0-174-36]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:07/03/2024 23:34:27 [WARNING|DP=0|PP=0|TP=2|ip-26-0-174-36]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:07/03/2024 23:34:27 [WARNING|DP=0|PP=0|TP=1|ip-26-0-174-36]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:Repo card metadata block was not found. Setting CardData to empty.
[default5]:Repo card metadata block was not found. Setting CardData to empty.
[default2]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default4]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default5]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default5]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default7]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default7]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default6]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default6]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default1]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default1]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default0]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default0]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[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
[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(
[default0]:07/03/2024 23:35:03 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 1732.45MiB. Peak allocated 47045.18MiB. Peak reserved: 47440.00MiB
[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(
[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(
[default5]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default5]: warnings.warn(
[default2]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default2]: warnings.warn(
[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
[default3]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default3]: warnings.warn(
[default6]: warnings.warn(
[default4]:07/03/2024 23:35:10 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 1 / 20 | consumed_tokens: 4.19M | elapsed_time_per_iteration_ms: 42.6K | tokens_per_sec: 98.6K | tokens_per_sec_per_gpu: 12.3K | global_batch_size: 1.02K | lm_loss: 11.1 | lr: 0.0001 | model_tflops_per_gpu: 112 | hardware_tflops_per_gpu: 112 | grad_norm: 15 | cuda_memory_allocated: 2.44G | cuda_max_memory_reserved: 26.9G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.8G | hd_free_memory_tb: 246G
[default0]:07/03/2024 23:35:10 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 3049.26MiB. Peak reserved: 47440.00MiB
[default0]:07/03/2024 23:35:30 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:35:30 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 2 / 20 | consumed_tokens: 8.39M | elapsed_time_per_iteration_ms: 19.9K | tokens_per_sec: 211K | tokens_per_sec_per_gpu: 26.3K | global_batch_size: 1.02K | lm_loss: 11.1 | lr: 9.53e-05 | model_tflops_per_gpu: 239 | hardware_tflops_per_gpu: 239 | grad_norm: 15.1 | cuda_memory_allocated: 2.44G | cuda_max_memory_reserved: 26.9G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.8G | hd_free_memory_tb: 246G
[default0]:07/03/2024 23:35:30 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 3049.30MiB. Peak reserved: 48720.00MiB
[default0]:07/03/2024 23:35:49 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default0]:STAGE:2024-07-03 23:35:50 488999:488999 ActivityProfilerController.cpp:314] Completed Stage: Warm Up
[default4]:07/03/2024 23:35:50 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 3 / 20 | consumed_tokens: 12.6M | elapsed_time_per_iteration_ms: 19.6K | tokens_per_sec: 214K | tokens_per_sec_per_gpu: 26.7K | global_batch_size: 1.02K | lm_loss: 11.4 | lr: 9.05e-05 | model_tflops_per_gpu: 242 | hardware_tflops_per_gpu: 242 | grad_norm: 106 | cuda_memory_allocated: 2.44G | cuda_max_memory_reserved: 26.9G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.8G | hd_free_memory_tb: 246G
[default0]:07/03/2024 23:35:50 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 3049.30MiB. Peak reserved: 48720.00MiB
[default0]:07/03/2024 23:36:09 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:36:09 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 4 / 20 | consumed_tokens: 16.8M | elapsed_time_per_iteration_ms: 19.6K | tokens_per_sec: 214K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 11.7 | lr: 8.58e-05 | model_tflops_per_gpu: 243 | hardware_tflops_per_gpu: 243 | grad_norm: 24.5 | cuda_memory_allocated: 2.44G | cuda_max_memory_reserved: 26.9G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.8G | hd_free_memory_tb: 246G
[default0]:07/03/2024 23:36:09 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 3049.30MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:36:29 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 5 / 20 | consumed_tokens: 21M | elapsed_time_per_iteration_ms: 19.6K | tokens_per_sec: 214K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 10 | lr: 8.11e-05 | model_tflops_per_gpu: 243 | hardware_tflops_per_gpu: 243 | grad_norm: 11
[default0]:07/03/2024 23:36:29 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:36:48 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 6 / 20 | consumed_tokens: 25.2M | elapsed_time_per_iteration_ms: 19.5K | tokens_per_sec: 215K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 9.46 | lr: 7.63e-05 | model_tflops_per_gpu: 243 | hardware_tflops_per_gpu: 243 | grad_norm: 7.2
[default0]:STAGE:2024-07-03 23:37:09 488999:488999 ActivityProfilerController.cpp:320] Completed Stage: Collection
[default0]:STAGE:2024-07-03 23:37:11 488999:488999 ActivityProfilerController.cpp:324] Completed Stage: Post Processing
[default0]:07/03/2024 23:39:47 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:40:07 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 7 / 20 | consumed_tokens: 29.4M | elapsed_time_per_iteration_ms: 199K | tokens_per_sec: 21.1K | tokens_per_sec_per_gpu: 2.64K | global_batch_size: 1.02K | lm_loss: 8.87 | lr: 7.16e-05 | model_tflops_per_gpu: 23.9 | hardware_tflops_per_gpu: 23.9 | grad_norm: 5.99
[default0]:07/03/2024 23:40:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:40:26 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 8 / 20 | consumed_tokens: 33.6M | elapsed_time_per_iteration_ms: 19.5K | tokens_per_sec: 215K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 8.44 | lr: 6.68e-05 | model_tflops_per_gpu: 243 | hardware_tflops_per_gpu: 243 | grad_norm: 5.47
[default0]:07/03/2024 23:40:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:40:46 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 9 / 20 | consumed_tokens: 37.7M | elapsed_time_per_iteration_ms: 19.5K | tokens_per_sec: 215K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 8.17 | lr: 6.21e-05 | model_tflops_per_gpu: 243 | hardware_tflops_per_gpu: 243 | grad_norm: 6.22
[default0]:07/03/2024 23:40:46 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default0]:07/03/2024 23:41:06 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:41:06 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 10 / 20 | consumed_tokens: 41.9M | elapsed_time_per_iteration_ms: 19.6K | tokens_per_sec: 214K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 7.87 | lr: 5.74e-05 | model_tflops_per_gpu: 243 | hardware_tflops_per_gpu: 243 | grad_norm: 4.35
[default4]:07/03/2024 23:41:25 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 11 / 20 | consumed_tokens: 46.1M | elapsed_time_per_iteration_ms: 19.5K | tokens_per_sec: 215K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 7.74 | lr: 5.26e-05 | model_tflops_per_gpu: 243 | hardware_tflops_per_gpu: 243 | grad_norm: 4.47
[default0]:07/03/2024 23:41:25 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:41:45 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 12 / 20 | consumed_tokens: 50.3M | elapsed_time_per_iteration_ms: 19.5K | tokens_per_sec: 215K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 7.6 | lr: 4.79e-05 | model_tflops_per_gpu: 244 | hardware_tflops_per_gpu: 244 | grad_norm: 4.41
[default0]:07/03/2024 23:41:45 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:42:04 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 13 / 20 | consumed_tokens: 54.5M | elapsed_time_per_iteration_ms: 19.5K | tokens_per_sec: 215K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 7.41 | lr: 4.32e-05 | model_tflops_per_gpu: 243 | hardware_tflops_per_gpu: 243 | grad_norm: 3.72
[default0]:07/03/2024 23:42:04 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:42:24 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 14 / 20 | consumed_tokens: 58.7M | elapsed_time_per_iteration_ms: 19.6K | tokens_per_sec: 214K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 7.27 | lr: 3.84e-05 | model_tflops_per_gpu: 243 | hardware_tflops_per_gpu: 243 | grad_norm: 3.19
[default0]:07/03/2024 23:42:24 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default0]:07/03/2024 23:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:42:43 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 15 / 20 | consumed_tokens: 62.9M | elapsed_time_per_iteration_ms: 19.5K | tokens_per_sec: 215K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 7.17 | lr: 3.37e-05 | model_tflops_per_gpu: 243 | hardware_tflops_per_gpu: 243 | grad_norm: 3
[default0]:07/03/2024 23:43:03 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:43:03 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 16 / 20 | consumed_tokens: 67.1M | elapsed_time_per_iteration_ms: 19.5K | tokens_per_sec: 215K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 7.07 | lr: 2.89e-05 | model_tflops_per_gpu: 244 | hardware_tflops_per_gpu: 244 | grad_norm: 3
[default4]:07/03/2024 23:43:22 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 17 / 20 | consumed_tokens: 71.3M | elapsed_time_per_iteration_ms: 19.6K | tokens_per_sec: 214K | tokens_per_sec_per_gpu: 26.7K | global_batch_size: 1.02K | lm_loss: 6.96 | lr: 2.42e-05 | model_tflops_per_gpu: 242 | hardware_tflops_per_gpu: 242 | grad_norm: 2.81
[default0]:07/03/2024 23:43:22 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:43:42 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 18 / 20 | consumed_tokens: 75.5M | elapsed_time_per_iteration_ms: 19.6K | tokens_per_sec: 214K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 6.88 | lr: 1.95e-05 | model_tflops_per_gpu: 243 | hardware_tflops_per_gpu: 243 | grad_norm: 3
[default0]:07/03/2024 23:43:42 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:44:02 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 19 / 20 | consumed_tokens: 79.7M | elapsed_time_per_iteration_ms: 19.5K | tokens_per_sec: 215K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 6.82 | lr: 1.47e-05 | model_tflops_per_gpu: 244 | hardware_tflops_per_gpu: 244 | grad_norm: 3.09
[default0]:07/03/2024 23:44:02 [INFO|DP=0|PP=0|TP=0|ip-26-0-174-36]: Memory usage: 3049.26MiB. Peak allocated 48361.99MiB. Peak reserved: 48720.00MiB
[default4]:07/03/2024 23:44:21 [INFO|DP=0|PP=1|TP=0|ip-26-0-174-36]: iteration: 20 / 20 | consumed_tokens: 83.9M | elapsed_time_per_iteration_ms: 19.5K | tokens_per_sec: 215K | tokens_per_sec_per_gpu: 26.8K | global_batch_size: 1.02K | lm_loss: 6.77 | lr: 1e-05 | model_tflops_per_gpu: 244 | hardware_tflops_per_gpu: 244 | 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-16/profiler/ip-26-0-174-36_488999.1720049954801989090.pt.trace.json
Results written to /fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-1_tp-4_pp-2_mbz-16/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-174-36_488999.1720049954801989090.pt.trace.json: 0%| | 0.00/5.24G [00:00<?, ?B/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 0%| | 16.0M/5.24G [00:00<01:31, 56.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 1%| | 32.0M/5.24G [00:00<02:37, 33.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 1%| | 48.0M/5.24G [00:01<01:55, 44.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 1%| | 64.0M/5.24G [00:01<01:38, 52.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 2%|β | 80.0M/5.24G [00:01<01:30, 56.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 2%|β | 96.0M/5.24G [00:01<01:27, 58.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 2%|β | 110M/5.24G [00:01<01:15, 68.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 2%|β | 118M/5.24G [00:02<01:35, 53.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 2%|β | 128M/5.24G [00:02<01:37, 52.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 3%|β | 144M/5.24G [00:02<01:28, 57.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 3%|β | 160M/5.24G [00:02<01:24, 60.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 3%|β | 176M/5.24G [00:03<01:22, 61.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 4%|β | 192M/5.24G [00:03<01:19, 63.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 4%|β | 203M/5.24G [00:03<01:12, 69.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 4%|β | 210M/5.24G [00:03<01:35, 52.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 4%|β | 224M/5.24G [00:03<01:26, 57.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 5%|β | 236M/5.24G [00:04<01:13, 68.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 5%|β | 244M/5.24G [00:04<01:42, 48.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 5%|β | 256M/5.24G [00:04<01:37, 51.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 5%|β | 272M/5.24G [00:04<01:24, 59.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 6%|β | 288M/5.24G [00:05<01:18, 63.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 6%|β | 304M/5.24G [00:05<01:19, 62.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 6%|β | 320M/5.24G [00:05<01:21, 60.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 6%|β | 334M/5.24G [00:05<01:09, 70.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 7%|β | 342M/5.24G [00:05<01:18, 62.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 7%|β | 352M/5.24G [00:06<01:37, 50.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 7%|β | 368M/5.24G [00:06<01:32, 52.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 7%|β | 384M/5.24G [00:06<01:37, 49.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 8%|β | 400M/5.24G [00:07<01:37, 49.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 8%|β | 416M/5.24G [00:07<01:33, 51.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 8%|β | 432M/5.24G [00:07<01:32, 52.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 9%|β | 448M/5.24G [00:07<01:23, 57.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 9%|β | 464M/5.24G [00:08<01:27, 54.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 9%|β | 480M/5.24G [00:08<01:29, 53.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 9%|β | 496M/5.24G [00:08<01:23, 57.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 10%|β | 512M/5.24G [00:09<01:16, 61.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 10%|β | 528M/5.24G [00:09<01:19, 59.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 10%|β | 544M/5.24G [00:09<01:12, 64.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 11%|β | 560M/5.24G [00:09<01:18, 59.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 11%|β | 576M/5.24G [00:10<01:16, 60.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 11%|ββ | 592M/5.24G [00:10<01:29, 51.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 12%|ββ | 608M/5.24G [00:10<01:22, 56.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 12%|ββ | 624M/5.24G [00:11<01:22, 55.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 12%|ββ | 640M/5.24G [00:11<01:32, 49.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 13%|ββ | 656M/5.24G [00:11<01:41, 45.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 13%|ββ | 672M/5.24G [00:12<01:42, 44.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 13%|ββ | 688M/5.24G [00:12<01:39, 45.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 13%|ββ | 704M/5.24G [00:12<01:39, 45.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 14%|ββ | 720M/5.24G [00:13<01:32, 48.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 14%|ββ | 736M/5.24G [00:13<01:36, 46.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 14%|ββ | 752M/5.24G [00:13<01:33, 47.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 15%|ββ | 768M/5.24G [00:14<01:29, 50.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 15%|ββ | 784M/5.24G [00:14<01:18, 56.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 15%|ββ | 800M/5.24G [00:14<01:14, 59.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 16%|ββ | 816M/5.24G [00:14<01:11, 61.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 16%|ββ | 832M/5.24G [00:15<01:43, 42.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 16%|ββ | 848M/5.24G [00:15<01:34, 46.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 17%|ββ | 864M/5.24G [00:16<01:26, 50.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 17%|ββ | 880M/5.24G [00:16<01:22, 52.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 17%|ββ | 896M/5.24G [00:16<01:16, 57.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 17%|ββ | 912M/5.24G [00:16<01:12, 59.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 18%|ββ | 928M/5.24G [00:17<01:11, 60.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 18%|ββ | 944M/5.24G [00:17<01:13, 58.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 18%|ββ | 960M/5.24G [00:17<01:09, 61.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 19%|ββ | 973M/5.24G [00:17<01:01, 69.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 19%|ββ | 981M/5.24G [00:18<01:23, 50.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 19%|ββ | 992M/5.24G [00:18<01:27, 48.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 19%|ββ | 1.01G/5.24G [00:18<01:10, 60.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 19%|ββ | 1.01G/5.24G [00:18<01:17, 54.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 20%|ββ | 1.02G/5.24G [00:18<01:28, 47.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 20%|ββ | 1.04G/5.24G [00:19<01:36, 43.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 20%|ββ | 1.05G/5.24G [00:19<01:24, 49.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 20%|ββ | 1.06G/5.24G [00:19<01:25, 49.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 20%|ββ | 1.06G/5.24G [00:19<01:52, 37.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 20%|ββ | 1.07G/5.24G [00:20<01:49, 38.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 21%|ββ | 1.09G/5.24G [00:20<02:06, 32.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 21%|ββ | 1.10G/5.24G [00:20<01:38, 41.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 21%|βββ | 1.12G/5.24G [00:21<01:37, 42.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 22%|βββ | 1.14G/5.24G [00:21<01:25, 48.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 22%|βββ | 1.15G/5.24G [00:21<01:18, 52.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 22%|βββ | 1.17G/5.24G [00:22<01:18, 51.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 23%|βββ | 1.18G/5.24G [00:22<01:15, 53.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 23%|βββ | 1.20G/5.24G [00:22<01:09, 57.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 23%|βββ | 1.22G/5.24G [00:22<01:04, 62.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 24%|βββ | 1.23G/5.24G [00:23<01:06, 60.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 24%|βββ | 1.25G/5.24G [00:23<01:04, 61.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 24%|βββ | 1.26G/5.24G [00:23<00:53, 74.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 24%|βββ | 1.27G/5.24G [00:23<01:12, 54.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 24%|βββ | 1.28G/5.24G [00:24<01:20, 48.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 25%|βββ | 1.30G/5.24G [00:24<01:32, 42.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 25%|βββ | 1.31G/5.24G [00:24<01:26, 45.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 25%|βββ | 1.33G/5.24G [00:24<01:15, 52.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 26%|βββ | 1.34G/5.24G [00:25<01:42, 38.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 26%|βββ | 1.35G/5.24G [00:25<01:28, 44.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 26%|βββ | 1.36G/5.24G [00:26<01:56, 33.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 26%|βββ | 1.38G/5.24G [00:26<01:33, 41.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 27%|βββ | 1.39G/5.24G [00:26<01:25, 45.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 27%|βββ | 1.40G/5.24G [00:26<01:13, 52.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 27%|βββ | 1.41G/5.24G [00:27<02:34, 24.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 27%|βββ | 1.42G/5.24G [00:27<02:05, 30.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 28%|βββ | 1.44G/5.24G [00:28<01:49, 34.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 28%|βββ | 1.46G/5.24G [00:28<01:41, 37.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 28%|βββ | 1.47G/5.24G [00:28<01:23, 44.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 28%|βββ | 1.49G/5.24G [00:29<01:52, 33.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 29%|βββ | 1.50G/5.24G [00:29<01:37, 38.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 29%|βββ | 1.50G/5.24G [00:29<01:33, 39.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 29%|βββ | 1.51G/5.24G [00:30<01:46, 34.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 29%|βββ | 1.52G/5.24G [00:30<01:34, 39.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 29%|βββ | 1.54G/5.24G [00:30<01:18, 47.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 30%|βββ | 1.55G/5.24G [00:30<01:11, 51.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 30%|βββ | 1.57G/5.24G [00:31<01:04, 56.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 30%|βββ | 1.58G/5.24G [00:31<01:12, 50.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 31%|βββ | 1.60G/5.24G [00:31<01:10, 51.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 31%|βββ | 1.62G/5.24G [00:32<01:10, 51.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 31%|βββ | 1.63G/5.24G [00:32<01:16, 46.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 31%|ββββ | 1.65G/5.24G [00:32<01:20, 44.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 32%|ββββ | 1.66G/5.24G [00:33<01:15, 47.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 32%|ββββ | 1.66G/5.24G [00:33<01:21, 43.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 32%|ββββ | 1.67G/5.24G [00:33<01:37, 36.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 32%|ββββ | 1.68G/5.24G [00:33<01:32, 38.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 32%|ββββ | 1.69G/5.24G [00:33<01:11, 49.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 32%|ββββ | 1.70G/5.24G [00:34<01:30, 39.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 33%|ββββ | 1.71G/5.24G [00:34<01:21, 43.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 33%|ββββ | 1.73G/5.24G [00:34<01:06, 52.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 33%|ββββ | 1.74G/5.24G [00:34<00:59, 58.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 34%|ββββ | 1.76G/5.24G [00:35<00:59, 58.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 34%|ββββ | 1.78G/5.24G [00:35<00:59, 58.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 34%|ββββ | 1.79G/5.24G [00:35<00:58, 59.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 35%|ββββ | 1.81G/5.24G [00:35<00:55, 61.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 35%|ββββ | 1.82G/5.24G [00:36<01:00, 56.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 35%|ββββ | 1.84G/5.24G [00:36<00:57, 59.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 35%|ββββ | 1.86G/5.24G [00:36<01:00, 56.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 36%|ββββ | 1.87G/5.24G [00:37<00:58, 57.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 36%|ββββ | 1.88G/5.24G [00:37<00:52, 63.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 36%|ββββ | 1.89G/5.24G [00:37<01:07, 49.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 36%|ββββ | 1.90G/5.24G [00:37<01:16, 43.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 37%|ββββ | 1.92G/5.24G [00:38<01:07, 49.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 37%|ββββ | 1.94G/5.24G [00:38<01:06, 49.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 37%|ββββ | 1.95G/5.24G [00:38<00:58, 55.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 38%|ββββ | 1.97G/5.24G [00:38<00:49, 66.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 38%|ββββ | 1.97G/5.24G [00:39<01:03, 51.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 38%|ββββ | 1.98G/5.24G [00:39<01:09, 46.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 38%|ββββ | 2.00G/5.24G [00:39<00:59, 54.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 39%|ββββ | 2.02G/5.24G [00:39<00:55, 58.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 39%|ββββ | 2.03G/5.24G [00:39<00:49, 64.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 39%|ββββ | 2.05G/5.24G [00:40<00:54, 58.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 39%|ββββ | 2.06G/5.24G [00:40<00:54, 57.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 40%|ββββ | 2.08G/5.24G [00:40<00:55, 56.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 40%|ββββ | 2.10G/5.24G [00:41<00:54, 57.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 40%|ββββ | 2.11G/5.24G [00:41<00:51, 61.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 41%|ββββ | 2.13G/5.24G [00:41<00:49, 62.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 41%|ββββ | 2.14G/5.24G [00:41<00:52, 59.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 41%|βββββ | 2.16G/5.24G [00:42<00:54, 56.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 42%|βββββ | 2.18G/5.24G [00:42<01:01, 49.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 42%|βββββ | 2.19G/5.24G [00:42<00:56, 53.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 42%|βββββ | 2.21G/5.24G [00:43<00:56, 53.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 42%|βββββ | 2.22G/5.24G [00:43<00:56, 53.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 43%|βββββ | 2.24G/5.24G [00:43<00:52, 57.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 43%|βββββ | 2.26G/5.24G [00:43<00:51, 57.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 43%|βββββ | 2.27G/5.24G [00:44<00:56, 52.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 44%|βββββ | 2.29G/5.24G [00:44<00:58, 50.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 44%|βββββ | 2.30G/5.24G [00:44<00:53, 54.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 44%|βββββ | 2.30G/5.24G [00:44<00:55, 53.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 44%|βββββ | 2.31G/5.24G [00:45<01:15, 38.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 44%|βββββ | 2.32G/5.24G [00:45<01:11, 40.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 45%|βββββ | 2.34G/5.24G [00:46<01:54, 25.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 45%|βββββ | 2.35G/5.24G [00:46<01:37, 29.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 45%|βββββ | 2.37G/5.24G [00:47<01:16, 37.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 46%|βββββ | 2.38G/5.24G [00:47<01:05, 43.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 46%|βββββ | 2.40G/5.24G [00:47<01:01, 46.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 46%|βββββ | 2.41G/5.24G [00:47<00:50, 56.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 46%|βββββ | 2.42G/5.24G [00:48<00:56, 49.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 46%|βββββ | 2.43G/5.24G [00:48<01:02, 44.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 47%|βββββ | 2.45G/5.24G [00:48<00:49, 55.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 47%|βββββ | 2.45G/5.24G [00:48<00:58, 47.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 47%|βββββ | 2.46G/5.24G [00:49<01:13, 37.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 47%|βββββ | 2.48G/5.24G [00:49<01:08, 40.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 48%|βββββ | 2.50G/5.24G [00:50<01:30, 30.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 48%|βββββ | 2.51G/5.24G [00:50<01:14, 36.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 48%|βββββ | 2.53G/5.24G [00:50<01:03, 42.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 49%|βββββ | 2.54G/5.24G [00:50<00:54, 49.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 49%|βββββ | 2.56G/5.24G [00:51<00:54, 49.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 49%|βββββ | 2.58G/5.24G [00:51<00:57, 46.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 50%|βββββ | 2.59G/5.24G [00:51<00:56, 46.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 50%|βββββ | 2.61G/5.24G [00:52<00:55, 47.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 50%|βββββ | 2.62G/5.24G [00:52<00:49, 52.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 50%|βββββ | 2.64G/5.24G [00:52<00:50, 51.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 51%|βββββ | 2.66G/5.24G [00:53<00:51, 50.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 51%|βββββ | 2.67G/5.24G [00:53<00:46, 55.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 51%|ββββββ | 2.69G/5.24G [00:53<00:42, 60.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 52%|ββββββ | 2.70G/5.24G [00:53<00:41, 61.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 52%|ββββββ | 2.72G/5.24G [00:54<00:44, 56.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 52%|ββββββ | 2.74G/5.24G [00:54<00:43, 57.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 53%|ββββββ | 2.75G/5.24G [00:54<00:37, 66.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 53%|ββββββ | 2.76G/5.24G [00:54<00:47, 52.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 53%|ββββββ | 2.77G/5.24G [00:55<00:49, 50.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 53%|ββββββ | 2.78G/5.24G [00:55<00:45, 53.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 53%|ββββββ | 2.80G/5.24G [00:55<00:52, 46.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 54%|ββββββ | 2.81G/5.24G [00:55<00:42, 57.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 54%|ββββββ | 2.82G/5.24G [00:56<01:04, 37.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 54%|ββββββ | 2.83G/5.24G [00:56<00:54, 44.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 54%|ββββββ | 2.84G/5.24G [00:56<01:04, 37.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 54%|ββββββ | 2.84G/5.24G [00:56<00:59, 39.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 54%|ββββββ | 2.85G/5.24G [00:57<01:18, 30.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 55%|ββββββ | 2.86G/5.24G [00:57<01:04, 36.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 55%|ββββββ | 2.88G/5.24G [00:57<00:57, 40.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 55%|ββββββ | 2.90G/5.24G [00:58<00:42, 55.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 55%|ββββββ | 2.90G/5.24G [00:58<00:54, 43.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 56%|ββββββ | 2.91G/5.24G [00:58<00:57, 40.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 56%|ββββββ | 2.93G/5.24G [00:58<00:48, 47.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 56%|ββββββ | 2.94G/5.24G [00:59<00:41, 55.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 57%|ββββββ | 2.96G/5.24G [00:59<00:40, 55.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 57%|ββββββ | 2.98G/5.24G [00:59<00:42, 52.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 57%|ββββββ | 2.99G/5.24G [00:59<00:39, 56.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 57%|ββββββ | 2.99G/5.24G [01:00<00:53, 42.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 57%|ββββββ | 3.01G/5.24G [01:00<00:45, 49.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 58%|ββββββ | 3.02G/5.24G [01:00<00:41, 53.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 58%|ββββββ | 3.04G/5.24G [01:00<00:39, 55.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 58%|ββββββ | 3.06G/5.24G [01:01<00:37, 58.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 59%|ββββββ | 3.07G/5.24G [01:01<00:35, 60.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 59%|ββββββ | 3.09G/5.24G [01:01<00:33, 64.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 59%|ββββββ | 3.10G/5.24G [01:01<00:34, 62.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 60%|ββββββ | 3.12G/5.24G [01:02<00:33, 63.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 60%|ββββββ | 3.14G/5.24G [01:02<00:31, 67.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 60%|ββββββ | 3.15G/5.24G [01:02<00:30, 68.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 61%|ββββββ | 3.17G/5.24G [01:02<00:31, 65.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 61%|ββββββ | 3.18G/5.24G [01:03<00:31, 64.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 61%|ββββββ | 3.20G/5.24G [01:06<02:22, 14.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 61%|βββββββ | 3.21G/5.24G [01:06<01:45, 19.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 62%|βββββββ | 3.22G/5.24G [01:06<01:46, 19.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 62%|βββββββ | 3.23G/5.24G [01:06<01:30, 22.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 62%|βββββββ | 3.24G/5.24G [01:07<01:06, 29.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 62%|βββββββ | 3.25G/5.24G [01:07<01:07, 29.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 62%|βββββββ | 3.26G/5.24G [01:07<01:00, 32.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 63%|βββββββ | 3.28G/5.24G [01:07<00:43, 45.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 63%|βββββββ | 3.29G/5.24G [01:08<00:52, 37.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 63%|βββββββ | 3.30G/5.24G [01:08<00:49, 39.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 63%|βββββββ | 3.31G/5.24G [01:08<00:42, 45.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 63%|βββββββ | 3.32G/5.24G [01:08<00:35, 53.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 64%|βββββββ | 3.33G/5.24G [01:09<00:54, 34.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 64%|βββββββ | 3.34G/5.24G [01:09<00:45, 41.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 64%|βββββββ | 3.36G/5.24G [01:09<00:48, 38.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 64%|βββββββ | 3.38G/5.24G [01:10<00:44, 42.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 65%|βββββββ | 3.39G/5.24G [01:10<00:44, 41.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 65%|βββββββ | 3.41G/5.24G [01:10<00:38, 47.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 65%|βββββββ | 3.42G/5.24G [01:10<00:32, 55.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 66%|βββββββ | 3.43G/5.24G [01:11<00:38, 47.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 66%|βββββββ | 3.44G/5.24G [01:11<00:35, 50.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 66%|βββββββ | 3.46G/5.24G [01:11<00:28, 62.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 66%|βββββββ | 3.46G/5.24G [01:11<00:41, 42.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 66%|βββββββ | 3.47G/5.24G [01:11<00:37, 47.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 66%|βββββββ | 3.48G/5.24G [01:12<00:44, 39.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 67%|βββββββ | 3.49G/5.24G [01:12<00:49, 35.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 67%|βββββββ | 3.50G/5.24G [01:12<00:41, 42.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 67%|βββββββ | 3.50G/5.24G [01:12<00:42, 40.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 67%|βββββββ | 3.51G/5.24G [01:13<00:53, 32.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 67%|βββββββ | 3.52G/5.24G [01:13<00:45, 38.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 68%|βββββββ | 3.54G/5.24G [01:13<00:39, 42.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 68%|βββββββ | 3.55G/5.24G [01:13<00:32, 51.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 68%|βββββββ | 3.55G/5.24G [01:14<00:38, 43.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 68%|βββββββ | 3.57G/5.24G [01:14<00:32, 50.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 68%|βββββββ | 3.58G/5.24G [01:14<00:40, 40.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 69%|βββββββ | 3.60G/5.24G [01:14<00:32, 49.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 69%|βββββββ | 3.62G/5.24G [01:15<00:29, 54.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 69%|βββββββ | 3.63G/5.24G [01:15<00:27, 58.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 70%|βββββββ | 3.65G/5.24G [01:15<00:27, 57.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 70%|βββββββ | 3.66G/5.24G [01:15<00:26, 58.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 70%|βββββββ | 3.68G/5.24G [01:16<00:22, 68.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 70%|βββββββ | 3.69G/5.24G [01:16<00:26, 57.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 71%|βββββββ | 3.70G/5.24G [01:16<00:28, 53.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 71%|βββββββ | 3.71G/5.24G [01:16<00:31, 48.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 71%|βββββββ | 3.73G/5.24G [01:17<00:30, 49.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 72%|ββββββββ | 3.74G/5.24G [01:17<00:29, 50.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 72%|ββββββββ | 3.76G/5.24G [01:17<00:30, 47.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 72%|ββββββββ | 3.78G/5.24G [01:18<00:28, 50.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 72%|ββββββββ | 3.79G/5.24G [01:18<00:26, 54.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 73%|ββββββββ | 3.81G/5.24G [01:18<00:25, 56.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 73%|ββββββββ | 3.82G/5.24G [01:18<00:20, 69.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 73%|ββββββββ | 3.83G/5.24G [01:19<00:25, 55.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 73%|ββββββββ | 3.84G/5.24G [01:19<00:30, 45.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 74%|ββββββββ | 3.85G/5.24G [01:19<00:29, 46.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 74%|ββββββββ | 3.86G/5.24G [01:19<00:39, 34.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 74%|ββββββββ | 3.87G/5.24G [01:20<00:35, 38.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 74%|ββββββββ | 3.89G/5.24G [01:20<00:29, 45.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 75%|ββββββββ | 3.90G/5.24G [01:20<00:27, 48.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 75%|ββββββββ | 3.92G/5.24G [01:20<00:21, 60.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 75%|ββββββββ | 3.93G/5.24G [01:21<00:24, 53.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 75%|ββββββββ | 3.94G/5.24G [01:21<00:28, 45.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 75%|ββββββββ | 3.95G/5.24G [01:21<00:24, 52.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 76%|ββββββββ | 3.97G/5.24G [01:21<00:22, 57.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 76%|ββββββββ | 3.98G/5.24G [01:22<00:20, 60.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 76%|ββββββββ | 3.99G/5.24G [01:22<00:30, 41.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 76%|ββββββββ | 4.00G/5.24G [01:22<00:28, 42.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 77%|ββββββββ | 4.02G/5.24G [01:23<00:25, 48.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 77%|ββββββββ | 4.03G/5.24G [01:23<00:21, 55.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 77%|ββββββββ | 4.04G/5.24G [01:23<00:30, 38.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 77%|ββββββββ | 4.05G/5.24G [01:23<00:31, 37.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 78%|ββββββββ | 4.06G/5.24G [01:24<00:24, 48.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 78%|ββββββββ | 4.08G/5.24G [01:24<00:26, 42.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 78%|ββββββββ | 4.10G/5.24G [01:24<00:25, 45.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 79%|ββββββββ | 4.11G/5.24G [01:25<00:25, 44.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 79%|ββββββββ | 4.13G/5.24G [01:25<00:19, 56.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 79%|ββββββββ | 4.14G/5.24G [01:25<00:22, 49.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 79%|ββββββββ | 4.14G/5.24G [01:25<00:27, 39.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 79%|ββββββββ | 4.16G/5.24G [01:26<00:23, 45.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 80%|ββββββββ | 4.18G/5.24G [01:26<00:19, 53.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 80%|ββββββββ | 4.19G/5.24G [01:26<00:18, 54.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 80%|ββββββββ | 4.20G/5.24G [01:26<00:17, 58.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 80%|ββββββββ | 4.21G/5.24G [01:27<00:21, 47.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 81%|ββββββββ | 4.22G/5.24G [01:27<00:18, 55.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 81%|ββββββββ | 4.23G/5.24G [01:27<00:28, 35.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 81%|ββββββββ | 4.24G/5.24G [01:28<00:37, 26.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 81%|βββββββββ | 4.26G/5.24G [01:28<00:32, 30.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 82%|βββββββββ | 4.27G/5.24G [01:29<00:25, 38.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 82%|βββββββββ | 4.29G/5.24G [01:29<00:20, 45.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 82%|βββββββββ | 4.30G/5.24G [01:29<00:19, 48.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 83%|βββββββββ | 4.32G/5.24G [01:29<00:17, 53.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 83%|βββββββββ | 4.34G/5.24G [01:30<00:17, 51.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 83%|βββββββββ | 4.35G/5.24G [01:30<00:17, 50.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 83%|βββββββββ | 4.36G/5.24G [01:30<00:15, 55.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 83%|βββββββββ | 4.37G/5.24G [01:30<00:15, 55.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 84%|βββββββββ | 4.37G/5.24G [01:30<00:21, 40.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 84%|βββββββββ | 4.38G/5.24G [01:31<00:18, 46.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 84%|βββββββββ | 4.39G/5.24G [01:31<00:22, 38.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 84%|βββββββββ | 4.40G/5.24G [01:31<00:19, 42.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 84%|βββββββββ | 4.42G/5.24G [01:31<00:16, 48.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 85%|βββββββββ | 4.43G/5.24G [01:32<00:14, 54.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 85%|βββββββββ | 4.45G/5.24G [01:32<00:12, 65.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 85%|βββββββββ | 4.46G/5.24G [01:32<00:10, 72.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 86%|βββββββββ | 4.48G/5.24G [01:32<00:11, 64.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 86%|βββββββββ | 4.50G/5.24G [01:32<00:11, 66.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 86%|βββββββββ | 4.51G/5.24G [01:33<00:11, 60.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 86%|βββββββββ | 4.53G/5.24G [01:33<00:13, 53.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 87%|βββββββββ | 4.54G/5.24G [01:34<00:19, 35.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 87%|βββββββββ | 4.55G/5.24G [01:34<00:17, 39.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 87%|βββββββββ | 4.56G/5.24G [01:34<00:18, 36.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 87%|βββββββββ | 4.56G/5.24G [01:35<00:24, 27.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 87%|βββββββββ | 4.58G/5.24G [01:35<00:24, 26.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 88%|βββββββββ | 4.59G/5.24G [01:36<00:27, 23.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 88%|βββββββββ | 4.61G/5.24G [01:36<00:21, 29.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 88%|βββββββββ | 4.62G/5.24G [01:37<00:18, 33.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 89%|βββββββββ | 4.64G/5.24G [01:37<00:15, 39.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 89%|βββββββββ | 4.66G/5.24G [01:37<00:15, 36.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 89%|βββββββββ | 4.67G/5.24G [01:38<00:14, 39.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 90%|βββββββββ | 4.69G/5.24G [01:38<00:12, 44.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 90%|βββββββββ | 4.70G/5.24G [01:38<00:11, 47.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 90%|βββββββββ | 4.72G/5.24G [01:39<00:10, 47.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 90%|βββββββββ | 4.74G/5.24G [01:39<00:10, 47.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 91%|βββββββββ | 4.75G/5.24G [01:39<00:09, 52.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 91%|βββββββββ | 4.77G/5.24G [01:39<00:08, 55.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 91%|ββββββββββ| 4.78G/5.24G [01:40<00:08, 54.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 92%|ββββββββββ| 4.80G/5.24G [01:40<00:07, 59.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 92%|ββββββββββ| 4.80G/5.24G [01:40<00:09, 45.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 92%|ββββββββββ| 4.82G/5.24G [01:40<00:08, 50.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 92%|ββββββββββ| 4.83G/5.24G [01:41<00:07, 54.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 93%|ββββββββββ| 4.85G/5.24G [01:41<00:06, 57.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 93%|ββββββββββ| 4.86G/5.24G [01:41<00:06, 60.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 93%|ββββββββββ| 4.88G/5.24G [01:41<00:06, 58.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 93%|ββββββββββ| 4.89G/5.24G [01:42<00:04, 70.1MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 94%|ββββββββββ| 4.90G/5.24G [01:42<00:05, 57.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 94%|ββββββββββ| 4.91G/5.24G [01:42<00:06, 49.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 94%|ββββββββββ| 4.93G/5.24G [01:42<00:06, 50.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 94%|ββββββββββ| 4.94G/5.24G [01:43<00:05, 53.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 95%|ββββββββββ| 4.96G/5.24G [01:43<00:04, 56.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 95%|ββββββββββ| 4.98G/5.24G [01:43<00:04, 56.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 95%|ββββββββββ| 4.99G/5.24G [01:44<00:05, 46.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 96%|ββββββββββ| 5.01G/5.24G [01:44<00:04, 49.7MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 96%|ββββββββββ| 5.02G/5.24G [01:44<00:03, 55.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 96%|ββββββββββ| 5.04G/5.24G [01:44<00:03, 59.6MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 97%|ββββββββββ| 5.06G/5.24G [01:45<00:03, 51.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 97%|ββββββββββ| 5.06G/5.24G [01:45<00:03, 52.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 97%|ββββββββββ| 5.07G/5.24G [01:45<00:03, 49.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 97%|ββββββββββ| 5.07G/5.24G [01:45<00:04, 40.0MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 97%|ββββββββββ| 5.09G/5.24G [01:46<00:03, 46.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 97%|ββββββββββ| 5.10G/5.24G [01:46<00:02, 45.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 98%|ββββββββββ| 5.12G/5.24G [01:46<00:02, 57.4MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 98%|ββββββββββ| 5.12G/5.24G [01:46<00:02, 49.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 98%|ββββββββββ| 5.14G/5.24G [01:47<00:02, 43.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 98%|ββββββββββ| 5.15G/5.24G [01:47<00:01, 51.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 99%|ββββββββββ| 5.17G/5.24G [01:47<00:01, 54.9MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 99%|ββββββββββ| 5.18G/5.24G [01:47<00:00, 52.3MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 99%|ββββββββββ| 5.20G/5.24G [01:48<00:00, 35.5MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 100%|ββββββββββ| 5.22G/5.24G [01:48<00:00, 42.2MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 100%|ββββββββββ| 5.23G/5.24G [01:49<00:00, 45.8MB/s]
ip-26-0-174-36_488999.1720049954801989090.pt.trace.json: 100%|ββββββββββ| 5.24G/5.24G [01:49<00:00, 47.8MB/s]
|