File size: 100,348 Bytes
6a35671 |
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 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 |
========================
START TIME: Tue Jul 2 18:44: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
W0702 18:44:44.501000 140679052117824 torch/distributed/run.py:757]
W0702 18:44:44.501000 140679052117824 torch/distributed/run.py:757] *****************************************
W0702 18:44:44.501000 140679052117824 torch/distributed/run.py:757] Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed.
W0702 18:44:44.501000 140679052117824 torch/distributed/run.py:757] *****************************************
W0702 18:44:49.409000 140253572294464 torch/distributed/run.py:757]
W0702 18:44:49.409000 140253572294464 torch/distributed/run.py:757] *****************************************
W0702 18:44:49.409000 140253572294464 torch/distributed/run.py:757] Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed.
W0702 18:44:49.409000 140253572294464 torch/distributed/run.py:757] *****************************************
[default0]:07/02/2024 18:45:11 [WARNING|DP=0|PP=0|TP=0|ip-26-0-165-24]: [Vocab Size Padding] Padded vocab (size: 50257) with 7 dummy tokens (new size: 50264)
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Config:
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Config(general=GeneralArgs(project='bench_cluster',
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: run='%date_%jobid',
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: seed=42,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: step=None,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: consumed_train_samples=None,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: benchmark_csv_path=None,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: ignore_sanity_checks=True),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: parallelism=ParallelismArgs(dp=1,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: pp=2,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: tp=8,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: pp_engine=<nanotron.parallel.pipeline_parallel.engine.OneForwardOneBackwardPipelineEngine object at 0x7f7122470910>,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: tp_mode=<TensorParallelLinearMode.REDUCE_SCATTER: 2>,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: tp_linear_async_communication=False,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: expert_parallel_size=1),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: model=ModelArgs(model_config=LlamaConfig(bos_token_id=1,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: eos_token_id=2,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: hidden_act='silu',
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: hidden_size=2048,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: initializer_range=0.02,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: intermediate_size=4096,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: is_llama_config=True,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: max_position_embeddings=4096,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: num_attention_heads=32,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: num_hidden_layers=24,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: num_key_value_heads=32,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: pad_token_id=None,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: pretraining_tp=1,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: rms_norm_eps=1e-05,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: rope_scaling=None,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: rope_theta=10000.0,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: tie_word_embeddings=True,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: use_cache=True,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: vocab_size=50264),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: init_method=RandomInit(std=0.025),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: dtype=torch.bfloat16,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: make_vocab_size_divisible_by=1,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: ddp_bucket_cap_mb=25),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: tokenizer=TokenizerArgs(tokenizer_name_or_path='openai-community/gpt2',
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: tokenizer_revision=None,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: tokenizer_max_length=None),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: checkpoints=CheckpointsArgs(checkpoints_path=Path('/dev/null'),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: checkpoint_interval=100000,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: save_initial_state=False,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: resume_checkpoint_path=None,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: checkpoints_path_is_shared_file_system=False),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: logging=LoggingArgs(log_level='info',
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: log_level_replica='info',
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: iteration_step_info_interval=1),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: tokens=TokensArgs(sequence_length=4096,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: train_steps=20,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: micro_batch_size=16,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: batch_accumulation_per_replica=64,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: val_check_interval=-1,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: limit_val_batches=0,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: limit_test_batches=0),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: optimizer=OptimizerArgs(optimizer_factory=AdamWOptimizerArgs(adam_eps=1e-08,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: adam_beta1=0.9,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: adam_beta2=0.95,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: torch_adam_is_fused=True,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: name='adamW'),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: zero_stage=1,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: weight_decay=0.01,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: clip_grad=1.0,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: accumulate_grad_in_fp32=True,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: learning_rate_scheduler=LRSchedulerArgs(learning_rate=0.0001,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: lr_warmup_steps=1,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: lr_warmup_style='linear',
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: lr_decay_style='linear',
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: lr_decay_steps=19,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: lr_decay_starting_step=None,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: min_decay_lr=1e-05)),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: data_stages=[DatasetStageArgs(name='Training Stage',
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: start_training_step=1,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: data=DataArgs(dataset=PretrainDatasetsArgs(hf_dataset_or_datasets='roneneldan/TinyStories',
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: hf_dataset_splits='train',
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: hf_dataset_config_name=None,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: dataset_processing_num_proc_per_process=64,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: dataset_overwrite_cache=False,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: text_column_name='text'),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: seed=42,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: num_loading_workers=32))],
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: profiler=ProfilerArgs(profiler_export_path=Path('/fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/16_GPUS/dp-1_tp-8_pp-2_mbz-16')),
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: lighteval=None)
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Model Config:
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: LlamaConfig(bos_token_id=1,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: eos_token_id=2,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: hidden_act='silu',
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: hidden_size=2048,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: initializer_range=0.02,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: intermediate_size=4096,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: is_llama_config=True,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: max_position_embeddings=4096,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: num_attention_heads=32,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: num_hidden_layers=24,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: num_key_value_heads=32,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: pad_token_id=None,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: pretraining_tp=1,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: rms_norm_eps=1e-05,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: rope_scaling=None,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: rope_theta=10000.0,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: tie_word_embeddings=True,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: use_cache=True,
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: vocab_size=50264)
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Building model..
[default0]:07/02/2024 18:45:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Setting PP block ranks...
[default5]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=5|ip-26-0-170-160]: Local number of parameters: 65.3M (124.62MiB)
[default5]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=5|ip-26-0-170-160]: [After model building] Memory usage: 135.64MiB. Peak allocated: 137.67MiB Peak reserved: 150.00MiB
[default5]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=5|ip-26-0-170-160]: No checkpoint path provided.
[default0]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: Local number of parameters: 65.3M (124.62MiB)
[default0]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: [After model building] Memory usage: 135.64MiB. Peak allocated: 137.67MiB Peak reserved: 150.00MiB
[default0]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: No checkpoint path provided.
[default3]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=3|ip-26-0-170-160]: Local number of parameters: 65.3M (124.62MiB)
[default3]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=3|ip-26-0-170-160]: [After model building] Memory usage: 135.64MiB. Peak allocated: 137.67MiB Peak reserved: 150.00MiB
[default3]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=3|ip-26-0-170-160]: No checkpoint path provided.
[default1]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=1|ip-26-0-170-160]: Local number of parameters: 65.3M (124.62MiB)
[default1]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=1|ip-26-0-170-160]: [After model building] Memory usage: 135.64MiB. Peak allocated: 137.67MiB Peak reserved: 150.00MiB
[default1]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=1|ip-26-0-170-160]: No checkpoint path provided.
[default7]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=7|ip-26-0-170-160]: Local number of parameters: 65.3M (124.62MiB)
[default7]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=7|ip-26-0-170-160]: [After model building] Memory usage: 135.64MiB. Peak allocated: 137.67MiB Peak reserved: 150.00MiB
[default7]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=7|ip-26-0-170-160]: No checkpoint path provided.
[default4]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=4|ip-26-0-165-24]: Local number of parameters: 86.3M (164.65MiB)
[default4]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=4|ip-26-0-165-24]: [After model building] Memory usage: 179.67MiB. Peak allocated: 181.70MiB Peak reserved: 198.00MiB
[default4]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=4|ip-26-0-165-24]: No checkpoint path provided.
[default2]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=2|ip-26-0-170-160]: Local number of parameters: 65.3M (124.62MiB)
[default2]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=2|ip-26-0-170-160]: [After model building] Memory usage: 135.64MiB. Peak allocated: 137.67MiB Peak reserved: 150.00MiB
[default2]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=2|ip-26-0-170-160]: No checkpoint path provided.
[default6]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=6|ip-26-0-170-160]: Local number of parameters: 65.3M (124.62MiB)
[default6]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=6|ip-26-0-170-160]: [After model building] Memory usage: 135.64MiB. Peak allocated: 137.67MiB Peak reserved: 150.00MiB
[default6]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=6|ip-26-0-170-160]: No checkpoint path provided.
[default4]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=4|ip-26-0-170-160]: Local number of parameters: 65.3M (124.62MiB)
[default4]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=4|ip-26-0-170-160]: [After model building] Memory usage: 135.64MiB. Peak allocated: 137.67MiB Peak reserved: 150.00MiB
[default4]:07/02/2024 18:45:28 [INFO|DP=0|PP=1|TP=4|ip-26-0-170-160]: No checkpoint path provided.
[default6]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=6|ip-26-0-165-24]: Local number of parameters: 86.3M (164.65MiB)
[default6]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=6|ip-26-0-165-24]: [After model building] Memory usage: 179.67MiB. Peak allocated: 181.70MiB Peak reserved: 198.00MiB
[default6]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=6|ip-26-0-165-24]: No checkpoint path provided.
[default2]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=2|ip-26-0-165-24]: Local number of parameters: 86.3M (164.65MiB)
[default2]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=2|ip-26-0-165-24]: [After model building] Memory usage: 179.67MiB. Peak allocated: 181.70MiB Peak reserved: 198.00MiB
[default2]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=2|ip-26-0-165-24]: No checkpoint path provided.
[default7]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=7|ip-26-0-165-24]: Local number of parameters: 86.3M (164.65MiB)
[default7]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=7|ip-26-0-165-24]: [After model building] Memory usage: 179.67MiB. Peak allocated: 181.70MiB Peak reserved: 198.00MiB
[default1]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=1|ip-26-0-165-24]: Local number of parameters: 86.3M (164.65MiB)
[default1]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=1|ip-26-0-165-24]: [After model building] Memory usage: 179.67MiB. Peak allocated: 181.70MiB Peak reserved: 198.00MiB
[default3]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=3|ip-26-0-165-24]: Local number of parameters: 86.3M (164.65MiB)
[default3]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=3|ip-26-0-165-24]: [After model building] Memory usage: 179.67MiB. Peak allocated: 181.70MiB Peak reserved: 198.00MiB
[default1]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=1|ip-26-0-165-24]: No checkpoint path provided.
[default7]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=7|ip-26-0-165-24]: No checkpoint path provided.
[default3]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=3|ip-26-0-165-24]: No checkpoint path provided.
[default0]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Total number of parameters: 1.21G (2314.22MiB)
[default0]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Local number of parameters: 86.3M (164.65MiB)
[default0]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: [After model building] Memory usage: 179.67MiB. Peak allocated: 181.70MiB Peak reserved: 198.00MiB
[default0]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: No checkpoint path provided.
[default0]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Parametrizing model parameters using StandardParametrizator
[default5]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=5|ip-26-0-165-24]: Local number of parameters: 86.3M (164.65MiB)
[default5]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=5|ip-26-0-165-24]: [After model building] Memory usage: 179.67MiB. Peak allocated: 181.70MiB Peak reserved: 198.00MiB
[default5]:07/02/2024 18:45:28 [INFO|DP=0|PP=0|TP=5|ip-26-0-165-24]: No checkpoint path provided.
[default0]:07/02/2024 18:45:29 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: [Optimizer Building] Using LearningRateForSP as learning rate
[default0]:07/02/2024 18:45:29 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: [ZeRO sharding] Size of optimizer params per rank:
[default0]:07/02/2024 18:45:29 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: [ZeRO sharding] DP Rank 0 has 86.3M out of 86.3M (100.00%) params' optimizer states
[default0]:07/02/2024 18:45:31 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: [Training Plan] Stage Training Stage has 19 remaining training steps and has consumed 0 samples
[default0]:07/02/2024 18:45:31 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Using `datasets` library
[default0]:07/02/2024 18:45:31 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Loading tokenizer from openai-community/gpt2 and transformers/hf_hub versions ('4.41.2', '0.23.4')
[default0]:Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/02/2024 18:45:31 [WARNING|DP=0|PP=0|TP=0|ip-26-0-165-24]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/02/2024 18:45:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: [Training Plan] There are 1 training stages
[default0]:07/02/2024 18:45:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: [Stage Training Stage] start from step 1
[default0]:07/02/2024 18:45:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]:
[default0]:07/02/2024 18:45:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: [Start training] datetime: 2024-07-02 18:45:33.417001 | 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/02/2024 18:45:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Resuming training from stage Training Stage, it has trained for 0 samples and has 19 remaining train steps
[default0]:07/02/2024 18:45:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 839.67MiB. Peak allocated 839.67MiB. Peak reserved: 858.00MiB
[default5]:07/02/2024 18:45:33 [WARNING|DP=0|PP=1|TP=5|ip-26-0-170-160]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/02/2024 18:45:33 [WARNING|DP=0|PP=1|TP=0|ip-26-0-170-160]: Repo card metadata block was not found. Setting CardData to empty.
[default3]:07/02/2024 18:45:33 [WARNING|DP=0|PP=1|TP=3|ip-26-0-170-160]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:07/02/2024 18:45:33 [WARNING|DP=0|PP=1|TP=1|ip-26-0-170-160]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:07/02/2024 18:45:33 [WARNING|DP=0|PP=1|TP=2|ip-26-0-170-160]: Repo card metadata block was not found. Setting CardData to empty.
[default4]:07/02/2024 18:45:33 [WARNING|DP=0|PP=0|TP=4|ip-26-0-165-24]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:Repo card metadata block was not found. Setting CardData to empty.
[default1]:Repo card metadata block was not found. Setting CardData to empty.
[default0]:Repo card metadata block was not found. Setting CardData to empty.
[default3]: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.
[default3]:07/02/2024 18:45:33 [WARNING|DP=0|PP=0|TP=3|ip-26-0-165-24]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:07/02/2024 18:45:33 [WARNING|DP=0|PP=0|TP=2|ip-26-0-165-24]: Repo card metadata block was not found. Setting CardData to empty.
[default7]:07/02/2024 18:45:33 [WARNING|DP=0|PP=0|TP=7|ip-26-0-165-24]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:07/02/2024 18:45:33 [WARNING|DP=0|PP=0|TP=1|ip-26-0-165-24]: Repo card metadata block was not found. Setting CardData to empty.
[default7]:Repo card metadata block was not found. Setting CardData to empty.
[default5]:Repo card metadata block was not found. Setting CardData to empty.
[default3]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:Repo card metadata block was not found. Setting CardData to empty.
[default5]:07/02/2024 18:45:33 [WARNING|DP=0|PP=0|TP=5|ip-26-0-165-24]: Repo card metadata block was not found. Setting CardData to empty.
[default7]:07/02/2024 18:45:33 [WARNING|DP=0|PP=1|TP=7|ip-26-0-170-160]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:Repo card metadata block was not found. Setting CardData to empty.
[default6]:07/02/2024 18:45:33 [WARNING|DP=0|PP=1|TP=6|ip-26-0-170-160]: Repo card metadata block was not found. Setting CardData to empty.
[default4]:07/02/2024 18:45:33 [WARNING|DP=0|PP=1|TP=4|ip-26-0-170-160]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:07/02/2024 18:45:33 [WARNING|DP=0|PP=0|TP=6|ip-26-0-165-24]: Repo card metadata block was not found. Setting CardData to empty.
[default7]: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
[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
[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
[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/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
[default2]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default2]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default0]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default0]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default6]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default6]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[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
[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
[default4]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default4]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default3]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default3]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default7]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default7]: warnings.warn(
[default0]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default0]: warnings.warn(
[default6]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default6]: warnings.warn(
[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(
[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(
[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(
[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(
[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(
[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]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default0]: warnings.warn(
[default7]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default7]: warnings.warn(
[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(
[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(
[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(
[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(
[default4]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default4]: warnings.warn(
[default0]:07/02/2024 18:46:03 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 911.23MiB. Peak allocated 30864.21MiB. Peak reserved: 31232.00MiB
[default0]:07/02/2024 18:46:12 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 1 / 20 | consumed_tokens: 4.19M | elapsed_time_per_iteration_ms: 36.4K | tokens_per_sec: 115K | tokens_per_sec_per_gpu: 7.2K | global_batch_size: 1.02K | lm_loss: 11.2 | lr: 0.0001 | model_tflops_per_gpu: 65.3 | hardware_tflops_per_gpu: 65.3 | grad_norm: 12.1 | cuda_memory_allocated: 1.26G | cuda_max_memory_reserved: 16.3G | hd_total_memory_tb: 312G | hd_used_memory_tb: 68.6G | hd_free_memory_tb: 244G
[default0]:07/02/2024 18:46:12 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 1572.71MiB. Peak reserved: 31232.00MiB
[default0]:07/02/2024 18:46:30 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:46:30 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 2 / 20 | consumed_tokens: 8.39M | elapsed_time_per_iteration_ms: 18K | tokens_per_sec: 233K | tokens_per_sec_per_gpu: 14.5K | global_batch_size: 1.02K | lm_loss: 11.2 | lr: 9.53e-05 | model_tflops_per_gpu: 132 | hardware_tflops_per_gpu: 132 | grad_norm: 12.2 | cuda_memory_allocated: 1.26G | cuda_max_memory_reserved: 16.3G | hd_total_memory_tb: 312G | hd_used_memory_tb: 68.6G | hd_free_memory_tb: 244G
[default0]:07/02/2024 18:46:30 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 1572.75MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:46:47 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:46:48 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 3 / 20 | consumed_tokens: 12.6M | elapsed_time_per_iteration_ms: 18.1K | tokens_per_sec: 232K | tokens_per_sec_per_gpu: 14.5K | global_batch_size: 1.02K | lm_loss: 10 | lr: 9.05e-05 | model_tflops_per_gpu: 132 | hardware_tflops_per_gpu: 132 | grad_norm: 51.6 | cuda_memory_allocated: 1.26G | cuda_max_memory_reserved: 16.3G | hd_total_memory_tb: 312G | hd_used_memory_tb: 68.6G | hd_free_memory_tb: 244G
[default0]:STAGE:2024-07-02 18:46:48 655682:655682 ActivityProfilerController.cpp:314] Completed Stage: Warm Up
[default0]:07/02/2024 18:46:48 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 1572.75MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:47:05 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:47:05 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 4 / 20 | consumed_tokens: 16.8M | elapsed_time_per_iteration_ms: 17.4K | tokens_per_sec: 241K | tokens_per_sec_per_gpu: 15K | global_batch_size: 1.02K | lm_loss: 11.7 | lr: 8.58e-05 | model_tflops_per_gpu: 136 | hardware_tflops_per_gpu: 136 | grad_norm: 18.2 | cuda_memory_allocated: 1.26G | cuda_max_memory_reserved: 16.3G | hd_total_memory_tb: 312G | hd_used_memory_tb: 68.6G | hd_free_memory_tb: 244G
[default0]:07/02/2024 18:47:05 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 1572.75MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:47:23 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 5 / 20 | consumed_tokens: 21M | elapsed_time_per_iteration_ms: 17.5K | tokens_per_sec: 239K | tokens_per_sec_per_gpu: 14.9K | global_batch_size: 1.02K | lm_loss: 10.4 | lr: 8.11e-05 | model_tflops_per_gpu: 136 | hardware_tflops_per_gpu: 136 | grad_norm: 16
[default0]:07/02/2024 18:47:23 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:47:40 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 6 / 20 | consumed_tokens: 25.2M | elapsed_time_per_iteration_ms: 17.5K | tokens_per_sec: 240K | tokens_per_sec_per_gpu: 15K | global_batch_size: 1.02K | lm_loss: 9.9 | lr: 7.63e-05 | model_tflops_per_gpu: 136 | hardware_tflops_per_gpu: 136 | grad_norm: 9.07
[default0]:STAGE:2024-07-02 18:48:02 655682:655682 ActivityProfilerController.cpp:320] Completed Stage: Collection
[default0]:STAGE:2024-07-02 18:48:05 655682:655682 ActivityProfilerController.cpp:324] Completed Stage: Post Processing
[default0]:07/02/2024 18:50:59 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:51:16 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 7 / 20 | consumed_tokens: 29.4M | elapsed_time_per_iteration_ms: 216K | tokens_per_sec: 19.4K | tokens_per_sec_per_gpu: 1.21K | global_batch_size: 1.02K | lm_loss: 9.37 | lr: 7.16e-05 | model_tflops_per_gpu: 11 | hardware_tflops_per_gpu: 11 | grad_norm: 6.23
[default0]:07/02/2024 18:51:16 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:51:34 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 8 / 20 | consumed_tokens: 33.6M | elapsed_time_per_iteration_ms: 17.4K | tokens_per_sec: 241K | tokens_per_sec_per_gpu: 15.1K | global_batch_size: 1.02K | lm_loss: 8.89 | lr: 6.68e-05 | model_tflops_per_gpu: 137 | hardware_tflops_per_gpu: 137 | grad_norm: 5.76
[default0]:07/02/2024 18:51:34 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:51:52 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:51:52 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 9 / 20 | consumed_tokens: 37.7M | elapsed_time_per_iteration_ms: 18.3K | tokens_per_sec: 229K | tokens_per_sec_per_gpu: 14.3K | global_batch_size: 1.02K | lm_loss: 8.8 | lr: 6.21e-05 | model_tflops_per_gpu: 130 | hardware_tflops_per_gpu: 130 | grad_norm: 11.2
[default0]:07/02/2024 18:52:09 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 10 / 20 | consumed_tokens: 41.9M | elapsed_time_per_iteration_ms: 17.3K | tokens_per_sec: 243K | tokens_per_sec_per_gpu: 15.2K | global_batch_size: 1.02K | lm_loss: 8.33 | lr: 5.74e-05 | model_tflops_per_gpu: 138 | hardware_tflops_per_gpu: 138 | grad_norm: 5.72
[default0]:07/02/2024 18:52:09 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:52:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:52:26 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 11 / 20 | consumed_tokens: 46.1M | elapsed_time_per_iteration_ms: 17.2K | tokens_per_sec: 243K | tokens_per_sec_per_gpu: 15.2K | global_batch_size: 1.02K | lm_loss: 8.06 | lr: 5.26e-05 | model_tflops_per_gpu: 138 | hardware_tflops_per_gpu: 138 | grad_norm: 4.91
[default0]:07/02/2024 18:52:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:52:43 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 12 / 20 | consumed_tokens: 50.3M | elapsed_time_per_iteration_ms: 17K | tokens_per_sec: 247K | tokens_per_sec_per_gpu: 15.4K | global_batch_size: 1.02K | lm_loss: 7.9 | lr: 4.79e-05 | model_tflops_per_gpu: 140 | hardware_tflops_per_gpu: 140 | grad_norm: 4.86
[default0]:07/02/2024 18:53:01 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:53:01 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 13 / 20 | consumed_tokens: 54.5M | elapsed_time_per_iteration_ms: 17.3K | tokens_per_sec: 242K | tokens_per_sec_per_gpu: 15.1K | global_batch_size: 1.02K | lm_loss: 7.75 | lr: 4.32e-05 | model_tflops_per_gpu: 137 | hardware_tflops_per_gpu: 137 | grad_norm: 4.69
[default0]:07/02/2024 18:53:18 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 14 / 20 | consumed_tokens: 58.7M | elapsed_time_per_iteration_ms: 17.3K | tokens_per_sec: 243K | tokens_per_sec_per_gpu: 15.2K | global_batch_size: 1.02K | lm_loss: 7.62 | lr: 3.84e-05 | model_tflops_per_gpu: 138 | hardware_tflops_per_gpu: 138 | grad_norm: 4.69
[default0]:07/02/2024 18:53:18 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:53:35 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 15 / 20 | consumed_tokens: 62.9M | elapsed_time_per_iteration_ms: 17.3K | tokens_per_sec: 242K | tokens_per_sec_per_gpu: 15.1K | global_batch_size: 1.02K | lm_loss: 7.48 | lr: 3.37e-05 | model_tflops_per_gpu: 137 | hardware_tflops_per_gpu: 137 | grad_norm: 4.49
[default0]:07/02/2024 18:53:35 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:53:52 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 16 / 20 | consumed_tokens: 67.1M | elapsed_time_per_iteration_ms: 17K | tokens_per_sec: 247K | tokens_per_sec_per_gpu: 15.4K | global_batch_size: 1.02K | lm_loss: 7.34 | lr: 2.89e-05 | model_tflops_per_gpu: 140 | hardware_tflops_per_gpu: 140 | grad_norm: 3.99
[default0]:07/02/2024 18:53:52 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:54:09 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 17 / 20 | consumed_tokens: 71.3M | elapsed_time_per_iteration_ms: 17.1K | tokens_per_sec: 245K | tokens_per_sec_per_gpu: 15.3K | global_batch_size: 1.02K | lm_loss: 7.23 | lr: 2.42e-05 | model_tflops_per_gpu: 139 | hardware_tflops_per_gpu: 139 | grad_norm: 3.54
[default0]:07/02/2024 18:54:09 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:54:27 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 18 / 20 | consumed_tokens: 75.5M | elapsed_time_per_iteration_ms: 17.3K | tokens_per_sec: 242K | tokens_per_sec_per_gpu: 15.1K | global_batch_size: 1.02K | lm_loss: 7.16 | lr: 1.95e-05 | model_tflops_per_gpu: 137 | hardware_tflops_per_gpu: 137 | grad_norm: 3.28
[default0]:07/02/2024 18:54:27 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:54:44 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 19 / 20 | consumed_tokens: 79.7M | elapsed_time_per_iteration_ms: 17.3K | tokens_per_sec: 242K | tokens_per_sec_per_gpu: 15.1K | global_batch_size: 1.02K | lm_loss: 7.09 | lr: 1.47e-05 | model_tflops_per_gpu: 137 | hardware_tflops_per_gpu: 137 | grad_norm: 3.2
[default0]:07/02/2024 18:54:44 [INFO|DP=0|PP=0|TP=0|ip-26-0-165-24]: Memory usage: 1572.71MiB. Peak allocated 31525.69MiB. Peak reserved: 31874.00MiB
[default0]:07/02/2024 18:55:02 [INFO|DP=0|PP=1|TP=0|ip-26-0-170-160]: iteration: 20 / 20 | consumed_tokens: 83.9M | elapsed_time_per_iteration_ms: 17.5K | tokens_per_sec: 240K | tokens_per_sec_per_gpu: 15K | global_batch_size: 1.02K | lm_loss: 7.03 | lr: 1e-05 | model_tflops_per_gpu: 136 | hardware_tflops_per_gpu: 136 | grad_norm: 3.1
Traceback (most recent call last):
File "/fsx/ferdinandmom/ferdinand-hf/bench_cluster/main.py", line 4, in <module>
from bench_cluster.submit_jobs import submit_jobs, check_status
ImportError: cannot import name 'check_status' from 'bench_cluster.submit_jobs' (/fsx/ferdinandmom/ferdinand-hf/bench_cluster/bench_cluster/submit_jobs.py)
Traceback (most recent call last):
File "/fsx/ferdinandmom/ferdinand-hf/bench_cluster/main.py", line 4, in <module>
from bench_cluster.submit_jobs import submit_jobs, check_status
ImportError: cannot import name 'check_status' from 'bench_cluster.submit_jobs' (/fsx/ferdinandmom/ferdinand-hf/bench_cluster/bench_cluster/submit_jobs.py)
Consider using `hf_transfer` for faster uploads. This solution comes with some limitations. See https://huggingface.co/docs/huggingface_hub/hf_transfer for more details.
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 0%| | 0.00/5.25G [00:00<?, ?B/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 0%| | 16.0M/5.25G [00:00<01:26, 60.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 1%| | 32.0M/5.25G [00:00<01:20, 65.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 1%| | 48.0M/5.25G [00:01<03:58, 21.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 1%| | 64.0M/5.25G [00:02<03:05, 28.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 2%|β | 80.0M/5.25G [00:02<02:29, 34.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 2%|β | 96.0M/5.25G [00:02<02:07, 40.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 2%|β | 112M/5.25G [00:02<01:54, 44.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 2%|β | 128M/5.25G [00:03<01:34, 54.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 3%|β | 144M/5.25G [00:03<01:33, 54.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 3%|β | 160M/5.25G [00:03<01:27, 58.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 3%|β | 176M/5.25G [00:04<01:39, 51.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 4%|β | 192M/5.25G [00:04<01:37, 52.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 4%|β | 208M/5.25G [00:04<01:33, 54.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 4%|β | 224M/5.25G [00:04<01:31, 55.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 5%|β | 240M/5.25G [00:05<01:37, 51.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 5%|β | 256M/5.25G [00:05<01:32, 53.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 5%|β | 272M/5.25G [00:05<01:25, 58.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 5%|β | 288M/5.25G [00:06<01:38, 50.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 6%|β | 304M/5.25G [00:06<01:32, 53.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 6%|β | 320M/5.25G [00:06<01:34, 52.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 6%|β | 336M/5.25G [00:06<01:22, 59.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 7%|β | 352M/5.25G [00:07<01:28, 55.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 7%|β | 368M/5.25G [00:07<01:23, 58.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 7%|β | 384M/5.25G [00:07<01:25, 57.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 8%|β | 400M/5.25G [00:08<01:21, 59.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 8%|β | 416M/5.25G [00:08<01:16, 63.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 8%|β | 432M/5.25G [00:08<01:17, 62.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 9%|β | 448M/5.25G [00:08<01:23, 57.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 9%|β | 464M/5.25G [00:09<01:17, 61.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 9%|β | 480M/5.25G [00:09<01:26, 55.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 9%|β | 496M/5.25G [00:09<01:23, 57.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 10%|β | 512M/5.25G [00:09<01:19, 59.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 10%|β | 528M/5.25G [00:10<01:19, 59.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 10%|β | 544M/5.25G [00:10<01:20, 58.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 11%|β | 560M/5.25G [00:10<01:19, 58.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 11%|β | 576M/5.25G [00:10<01:19, 58.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 11%|ββ | 592M/5.25G [00:11<01:26, 54.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 12%|ββ | 608M/5.25G [00:11<01:25, 54.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 12%|ββ | 624M/5.25G [00:11<01:23, 55.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 12%|ββ | 640M/5.25G [00:12<01:18, 58.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 12%|ββ | 656M/5.25G [00:12<01:53, 40.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 13%|ββ | 672M/5.25G [00:13<01:40, 45.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 13%|ββ | 688M/5.25G [00:13<01:24, 54.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 13%|ββ | 704M/5.25G [00:13<01:17, 58.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 14%|ββ | 720M/5.25G [00:13<01:22, 54.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 14%|ββ | 736M/5.25G [00:14<01:16, 59.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 14%|ββ | 752M/5.25G [00:14<01:20, 55.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 15%|ββ | 768M/5.25G [00:14<01:12, 61.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 15%|ββ | 784M/5.25G [00:14<01:07, 66.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 15%|ββ | 800M/5.25G [00:15<01:10, 63.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 16%|ββ | 816M/5.25G [00:15<01:10, 63.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 16%|ββ | 832M/5.25G [00:15<01:05, 67.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 16%|ββ | 848M/5.25G [00:15<01:07, 65.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 16%|ββ | 864M/5.25G [00:15<01:04, 68.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 17%|ββ | 880M/5.25G [00:16<01:04, 67.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 17%|ββ | 896M/5.25G [00:16<01:09, 62.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 17%|ββ | 912M/5.25G [00:16<01:07, 64.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 18%|ββ | 928M/5.25G [00:16<01:03, 68.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 18%|ββ | 944M/5.25G [00:17<01:11, 60.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 18%|ββ | 960M/5.25G [00:17<01:07, 63.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 19%|ββ | 976M/5.25G [00:17<01:12, 59.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 19%|ββ | 992M/5.25G [00:18<01:07, 62.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 19%|ββ | 1.01G/5.25G [00:18<01:08, 62.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 19%|ββ | 1.02G/5.25G [00:18<01:09, 60.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 20%|ββ | 1.04G/5.25G [00:18<01:03, 66.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 20%|ββ | 1.06G/5.25G [00:18<01:00, 69.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 20%|ββ | 1.07G/5.25G [00:19<01:02, 66.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 21%|ββ | 1.09G/5.25G [00:19<01:02, 66.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 21%|ββ | 1.10G/5.25G [00:19<01:03, 64.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 21%|βββ | 1.12G/5.25G [00:19<01:00, 68.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 22%|βββ | 1.14G/5.25G [00:20<01:06, 62.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 22%|βββ | 1.15G/5.25G [00:20<01:02, 65.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 22%|βββ | 1.17G/5.25G [00:20<01:05, 62.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 23%|βββ | 1.18G/5.25G [00:20<01:03, 63.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 23%|βββ | 1.20G/5.25G [00:21<01:12, 56.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 23%|βββ | 1.22G/5.25G [00:21<01:06, 60.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 23%|βββ | 1.23G/5.25G [00:21<01:03, 63.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 24%|βββ | 1.25G/5.25G [00:22<01:04, 62.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 24%|βββ | 1.26G/5.25G [00:22<01:03, 63.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 24%|βββ | 1.28G/5.25G [00:22<01:08, 57.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 25%|βββ | 1.30G/5.25G [00:24<02:36, 25.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 25%|βββ | 1.31G/5.25G [00:24<02:07, 30.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 25%|βββ | 1.33G/5.25G [00:24<01:44, 37.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 26%|βββ | 1.34G/5.25G [00:24<01:32, 42.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 26%|βββ | 1.36G/5.25G [00:25<01:27, 44.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 26%|βββ | 1.38G/5.25G [00:25<01:48, 35.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 27%|βββ | 1.39G/5.25G [00:26<02:03, 31.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 27%|βββ | 1.41G/5.25G [00:26<01:41, 38.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 27%|βββ | 1.42G/5.25G [00:26<01:27, 43.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 27%|βββ | 1.44G/5.25G [00:27<01:26, 44.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 28%|βββ | 1.46G/5.25G [00:27<01:16, 49.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 28%|βββ | 1.47G/5.25G [00:27<01:07, 55.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 28%|βββ | 1.49G/5.25G [00:27<01:01, 61.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 29%|βββ | 1.50G/5.25G [00:28<01:01, 61.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 29%|βββ | 1.52G/5.25G [00:28<00:56, 65.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 29%|βββ | 1.54G/5.25G [00:28<00:56, 66.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 30%|βββ | 1.55G/5.25G [00:28<00:56, 65.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 30%|βββ | 1.57G/5.25G [00:29<00:56, 65.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 30%|βββ | 1.58G/5.25G [00:29<01:40, 36.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 30%|βββ | 1.60G/5.25G [00:30<01:56, 31.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 31%|βββ | 1.62G/5.25G [00:30<01:37, 37.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 31%|βββ | 1.63G/5.25G [00:31<01:34, 38.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 31%|ββββ | 1.65G/5.25G [00:31<01:24, 42.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 32%|ββββ | 1.66G/5.25G [00:31<01:22, 43.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 32%|ββββ | 1.68G/5.25G [00:32<01:13, 48.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 32%|ββββ | 1.70G/5.25G [00:32<01:11, 49.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 33%|ββββ | 1.71G/5.25G [00:32<01:06, 53.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 33%|ββββ | 1.73G/5.25G [00:32<00:59, 59.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 33%|ββββ | 1.74G/5.25G [00:33<01:01, 56.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 34%|ββββ | 1.76G/5.25G [00:33<01:03, 55.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 34%|ββββ | 1.78G/5.25G [00:33<00:58, 59.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 34%|ββββ | 1.79G/5.25G [00:34<01:00, 57.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 34%|ββββ | 1.81G/5.25G [00:34<00:57, 59.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 35%|ββββ | 1.82G/5.25G [00:34<00:57, 59.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 35%|ββββ | 1.84G/5.25G [00:34<00:54, 62.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 35%|ββββ | 1.86G/5.25G [00:34<00:52, 65.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 36%|ββββ | 1.87G/5.25G [00:35<00:53, 62.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 36%|ββββ | 1.89G/5.25G [00:35<00:51, 66.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 36%|ββββ | 1.90G/5.25G [00:35<00:56, 59.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 37%|ββββ | 1.92G/5.25G [00:36<00:54, 60.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 37%|ββββ | 1.94G/5.25G [00:36<00:50, 65.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 37%|ββββ | 1.95G/5.25G [00:36<00:49, 66.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 37%|ββββ | 1.97G/5.25G [00:36<00:43, 75.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 38%|ββββ | 1.98G/5.25G [00:36<00:49, 66.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 38%|ββββ | 2.00G/5.25G [00:37<00:46, 69.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 38%|ββββ | 2.02G/5.25G [00:37<00:50, 64.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 39%|ββββ | 2.03G/5.25G [00:37<01:01, 52.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 39%|ββββ | 2.05G/5.25G [00:38<01:02, 51.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 39%|ββββ | 2.06G/5.25G [00:38<00:57, 55.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 40%|ββββ | 2.08G/5.25G [00:38<00:49, 63.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 40%|ββββ | 2.10G/5.25G [00:38<00:45, 69.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 40%|ββββ | 2.11G/5.25G [00:39<00:47, 65.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 41%|ββββ | 2.13G/5.25G [00:39<00:46, 67.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 41%|ββββ | 2.14G/5.25G [00:39<00:49, 63.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 41%|ββββ | 2.16G/5.25G [00:39<00:48, 63.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 41%|βββββ | 2.18G/5.25G [00:40<00:47, 65.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 42%|βββββ | 2.19G/5.25G [00:40<00:48, 63.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 42%|βββββ | 2.21G/5.25G [00:40<00:47, 64.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 42%|βββββ | 2.22G/5.25G [00:40<00:45, 66.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 43%|βββββ | 2.24G/5.25G [00:41<00:48, 62.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 43%|βββββ | 2.26G/5.25G [00:41<00:51, 58.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 43%|βββββ | 2.27G/5.25G [00:41<00:59, 50.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 44%|βββββ | 2.29G/5.25G [00:42<00:54, 54.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 44%|βββββ | 2.30G/5.25G [00:42<00:50, 58.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 44%|βββββ | 2.32G/5.25G [00:42<00:51, 57.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 44%|βββββ | 2.34G/5.25G [00:42<00:49, 59.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 45%|βββββ | 2.35G/5.25G [00:43<00:46, 62.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 45%|βββββ | 2.37G/5.25G [00:43<00:50, 56.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 45%|βββββ | 2.38G/5.25G [00:43<00:46, 61.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 46%|βββββ | 2.40G/5.25G [00:43<00:49, 57.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 46%|βββββ | 2.42G/5.25G [00:44<00:49, 57.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 46%|βββββ | 2.43G/5.25G [00:45<01:21, 34.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 47%|βββββ | 2.45G/5.25G [00:45<01:40, 28.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 47%|βββββ | 2.46G/5.25G [00:46<01:23, 33.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 47%|βββββ | 2.48G/5.25G [00:46<01:14, 37.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 48%|βββββ | 2.50G/5.25G [00:46<01:09, 39.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 48%|βββββ | 2.51G/5.25G [00:47<00:59, 45.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 48%|βββββ | 2.53G/5.25G [00:47<00:50, 54.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 48%|βββββ | 2.54G/5.25G [00:47<00:46, 57.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 49%|βββββ | 2.56G/5.25G [00:47<00:48, 55.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 49%|βββββ | 2.58G/5.25G [00:48<00:45, 59.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 49%|βββββ | 2.59G/5.25G [00:48<00:41, 64.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 50%|βββββ | 2.61G/5.25G [00:48<00:48, 54.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 50%|βββββ | 2.62G/5.25G [00:48<00:45, 58.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 50%|βββββ | 2.64G/5.25G [00:49<00:52, 50.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 51%|βββββ | 2.66G/5.25G [00:49<00:50, 51.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 51%|βββββ | 2.67G/5.25G [00:49<00:50, 51.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 51%|βββββ | 2.69G/5.25G [00:50<00:46, 54.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 51%|ββββββ | 2.70G/5.25G [00:50<00:48, 52.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 52%|ββββββ | 2.72G/5.25G [00:50<00:46, 54.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 52%|ββββββ | 2.74G/5.25G [00:50<00:44, 56.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 52%|ββββββ | 2.75G/5.25G [00:51<00:47, 52.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 53%|ββββββ | 2.77G/5.25G [00:51<00:44, 56.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 53%|ββββββ | 2.78G/5.25G [00:51<00:42, 57.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 53%|ββββββ | 2.80G/5.25G [00:52<00:41, 58.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 54%|ββββββ | 2.82G/5.25G [00:52<00:41, 58.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 54%|ββββββ | 2.83G/5.25G [00:52<00:43, 55.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 54%|ββββββ | 2.85G/5.25G [00:52<00:40, 59.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 55%|ββββββ | 2.86G/5.25G [00:53<00:39, 59.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 55%|ββββββ | 2.88G/5.25G [00:53<00:41, 57.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 55%|ββββββ | 2.90G/5.25G [00:53<00:35, 66.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 55%|ββββββ | 2.91G/5.25G [00:53<00:37, 61.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 56%|ββββββ | 2.93G/5.25G [00:54<00:38, 61.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 56%|ββββββ | 2.94G/5.25G [00:54<00:36, 63.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 56%|ββββββ | 2.96G/5.25G [00:54<00:34, 67.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 57%|ββββββ | 2.98G/5.25G [00:54<00:35, 63.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 57%|ββββββ | 2.99G/5.25G [00:55<00:35, 63.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 57%|ββββββ | 3.01G/5.25G [00:55<00:34, 64.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 58%|ββββββ | 3.02G/5.25G [00:55<00:38, 58.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 58%|ββββββ | 3.04G/5.25G [00:56<00:40, 55.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 58%|ββββββ | 3.06G/5.25G [00:56<00:38, 57.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 58%|ββββββ | 3.07G/5.25G [00:56<00:34, 62.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 59%|ββββββ | 3.09G/5.25G [00:56<00:36, 59.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 59%|ββββββ | 3.10G/5.25G [00:57<00:32, 65.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 59%|ββββββ | 3.12G/5.25G [00:57<00:32, 65.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 60%|ββββββ | 3.14G/5.25G [00:57<00:33, 62.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 60%|ββββββ | 3.15G/5.25G [00:58<00:43, 47.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 60%|ββββββ | 3.17G/5.25G [00:58<00:41, 50.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 61%|ββββββ | 3.18G/5.25G [00:58<00:42, 48.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 61%|ββββββ | 3.20G/5.25G [00:58<00:38, 53.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 61%|ββββββ | 3.22G/5.25G [00:59<00:35, 56.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 62%|βββββββ | 3.23G/5.25G [00:59<00:35, 56.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 62%|βββββββ | 3.25G/5.25G [00:59<00:34, 58.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 62%|βββββββ | 3.26G/5.25G [01:00<00:36, 54.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 62%|βββββββ | 3.28G/5.25G [01:00<00:39, 50.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 63%|βββββββ | 3.30G/5.25G [01:00<00:36, 52.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 63%|βββββββ | 3.31G/5.25G [01:00<00:36, 53.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 63%|βββββββ | 3.33G/5.25G [01:01<00:35, 53.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 64%|βββββββ | 3.34G/5.25G [01:01<00:35, 53.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 64%|βββββββ | 3.36G/5.25G [01:01<00:31, 60.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 64%|βββββββ | 3.38G/5.25G [01:02<00:30, 61.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 65%|βββββββ | 3.39G/5.25G [01:02<00:31, 58.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 65%|βββββββ | 3.41G/5.25G [01:02<00:27, 67.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 65%|βββββββ | 3.42G/5.25G [01:02<00:33, 54.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 65%|βββββββ | 3.44G/5.25G [01:03<00:30, 58.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 66%|βββββββ | 3.46G/5.25G [01:03<00:29, 61.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 66%|βββββββ | 3.47G/5.25G [01:03<00:28, 63.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 66%|βββββββ | 3.49G/5.25G [01:03<00:28, 62.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 67%|βββββββ | 3.50G/5.25G [01:04<00:29, 59.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 67%|βββββββ | 3.52G/5.25G [01:04<00:28, 60.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 67%|βββββββ | 3.54G/5.25G [01:04<00:29, 57.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 68%|βββββββ | 3.55G/5.25G [01:04<00:28, 59.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 68%|βββββββ | 3.57G/5.25G [01:05<00:28, 60.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 68%|βββββββ | 3.58G/5.25G [01:05<00:25, 66.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 69%|βββββββ | 3.60G/5.25G [01:05<00:24, 68.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 69%|βββββββ | 3.62G/5.25G [01:05<00:25, 63.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 69%|βββββββ | 3.63G/5.25G [01:06<00:25, 63.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 69%|βββββββ | 3.65G/5.25G [01:06<00:26, 60.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 70%|βββββββ | 3.66G/5.25G [01:06<00:25, 63.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 70%|βββββββ | 3.68G/5.25G [01:06<00:26, 60.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 70%|βββββββ | 3.70G/5.25G [01:07<00:44, 34.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 71%|βββββββ | 3.71G/5.25G [01:08<00:38, 39.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 71%|βββββββ | 3.73G/5.25G [01:08<00:34, 44.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 71%|ββββββββ | 3.74G/5.25G [01:08<00:28, 52.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 72%|ββββββββ | 3.76G/5.25G [01:08<00:25, 57.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 72%|ββββββββ | 3.78G/5.25G [01:09<00:24, 59.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 72%|ββββββββ | 3.79G/5.25G [01:09<00:26, 55.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 73%|ββββββββ | 3.81G/5.25G [01:09<00:26, 54.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 73%|ββββββββ | 3.82G/5.25G [01:10<00:26, 54.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 73%|ββββββββ | 3.84G/5.25G [01:10<00:25, 56.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 73%|ββββββββ | 3.86G/5.25G [01:10<00:25, 55.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 74%|ββββββββ | 3.87G/5.25G [01:10<00:23, 58.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 74%|ββββββββ | 3.89G/5.25G [01:11<00:21, 62.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 74%|ββββββββ | 3.90G/5.25G [01:11<00:23, 57.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 75%|ββββββββ | 3.92G/5.25G [01:11<00:20, 63.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 75%|ββββββββ | 3.94G/5.25G [01:11<00:21, 61.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 75%|ββββββββ | 3.95G/5.25G [01:12<00:22, 58.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 76%|ββββββββ | 3.97G/5.25G [01:12<00:20, 61.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 76%|ββββββββ | 3.98G/5.25G [01:12<00:21, 58.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 76%|ββββββββ | 4.00G/5.25G [01:12<00:20, 60.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 76%|ββββββββ | 4.02G/5.25G [01:13<00:20, 60.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 77%|ββββββββ | 4.03G/5.25G [01:13<00:20, 60.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 77%|ββββββββ | 4.05G/5.25G [01:13<00:19, 61.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 77%|ββββββββ | 4.06G/5.25G [01:13<00:19, 61.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 78%|ββββββββ | 4.08G/5.25G [01:14<00:20, 57.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 78%|ββββββββ | 4.10G/5.25G [01:14<00:18, 63.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 78%|ββββββββ | 4.11G/5.25G [01:14<00:17, 64.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 79%|ββββββββ | 4.13G/5.25G [01:14<00:16, 69.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 79%|ββββββββ | 4.14G/5.25G [01:15<00:15, 70.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 79%|ββββββββ | 4.16G/5.25G [01:15<00:16, 65.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 80%|ββββββββ | 4.18G/5.25G [01:15<00:17, 61.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 80%|ββββββββ | 4.19G/5.25G [01:15<00:17, 59.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 80%|ββββββββ | 4.21G/5.25G [01:16<00:19, 54.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 80%|ββββββββ | 4.22G/5.25G [01:16<00:18, 54.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 81%|ββββββββ | 4.24G/5.25G [01:16<00:16, 61.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 81%|ββββββββ | 4.26G/5.25G [01:17<00:16, 60.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 81%|βββββββββ | 4.27G/5.25G [01:17<00:18, 54.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 82%|βββββββββ | 4.29G/5.25G [01:17<00:16, 59.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 82%|βββββββββ | 4.30G/5.25G [01:17<00:15, 61.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 82%|βββββββββ | 4.32G/5.25G [01:18<00:15, 60.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 83%|βββββββββ | 4.34G/5.25G [01:18<00:15, 57.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 83%|βββββββββ | 4.35G/5.25G [01:18<00:16, 54.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 83%|βββββββββ | 4.37G/5.25G [01:19<00:16, 55.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 83%|βββββββββ | 4.38G/5.25G [01:19<00:14, 60.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 84%|βββββββββ | 4.40G/5.25G [01:19<00:13, 61.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 84%|βββββββββ | 4.42G/5.25G [01:19<00:12, 68.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 84%|βββββββββ | 4.43G/5.25G [01:20<00:13, 58.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 85%|βββββββββ | 4.45G/5.25G [01:20<00:14, 54.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 85%|βββββββββ | 4.46G/5.25G [01:20<00:14, 54.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 85%|βββββββββ | 4.48G/5.25G [01:20<00:14, 55.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 86%|βββββββββ | 4.50G/5.25G [01:21<00:12, 58.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 86%|βββββββββ | 4.51G/5.25G [01:21<00:12, 60.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 86%|βββββββββ | 4.53G/5.25G [01:21<00:13, 54.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 87%|βββββββββ | 4.54G/5.25G [01:22<00:12, 57.0MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 87%|βββββββββ | 4.56G/5.25G [01:22<00:12, 53.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 87%|βββββββββ | 4.58G/5.25G [01:22<00:11, 59.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 87%|βββββββββ | 4.59G/5.25G [01:22<00:12, 54.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 88%|βββββββββ | 4.61G/5.25G [01:23<00:11, 56.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 88%|βββββββββ | 4.62G/5.25G [01:23<00:11, 54.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 88%|βββββββββ | 4.64G/5.25G [01:23<00:10, 59.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 89%|βββββββββ | 4.66G/5.25G [01:24<00:10, 56.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 89%|βββββββββ | 4.67G/5.25G [01:24<00:10, 57.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 89%|βββββββββ | 4.69G/5.25G [01:24<00:08, 63.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 90%|βββββββββ | 4.70G/5.25G [01:24<00:08, 61.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 90%|βββββββββ | 4.72G/5.25G [01:24<00:07, 67.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 90%|βββββββββ | 4.74G/5.25G [01:25<00:08, 63.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 90%|βββββββββ | 4.75G/5.25G [01:25<00:08, 59.1MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 91%|βββββββββ | 4.77G/5.25G [01:25<00:07, 63.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 91%|βββββββββ | 4.78G/5.25G [01:26<00:07, 59.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 91%|ββββββββββ| 4.80G/5.25G [01:26<00:09, 45.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 92%|ββββββββββ| 4.82G/5.25G [01:26<00:08, 53.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 92%|ββββββββββ| 4.83G/5.25G [01:27<00:07, 57.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 92%|ββββββββββ| 4.85G/5.25G [01:27<00:07, 53.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 93%|ββββββββββ| 4.86G/5.25G [01:27<00:06, 56.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 93%|ββββββββββ| 4.88G/5.25G [01:27<00:06, 54.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 93%|ββββββββββ| 4.90G/5.25G [01:28<00:06, 54.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 94%|ββββββββββ| 4.91G/5.25G [01:28<00:06, 53.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 94%|ββββββββββ| 4.93G/5.25G [01:28<00:05, 57.6MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 94%|ββββββββββ| 4.94G/5.25G [01:29<00:05, 59.8MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 94%|ββββββββββ| 4.96G/5.25G [01:29<00:04, 60.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 95%|ββββββββββ| 4.98G/5.25G [01:29<00:06, 43.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 95%|ββββββββββ| 4.99G/5.25G [01:30<00:05, 46.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 95%|ββββββββββ| 5.01G/5.25G [01:30<00:05, 48.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 96%|ββββββββββ| 5.02G/5.25G [01:30<00:04, 49.4MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 96%|ββββββββββ| 5.04G/5.25G [01:31<00:04, 52.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 96%|ββββββββββ| 5.06G/5.25G [01:31<00:03, 60.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 97%|ββββββββββ| 5.07G/5.25G [01:32<00:05, 31.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 97%|ββββββββββ| 5.09G/5.25G [01:32<00:05, 29.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 97%|ββββββββββ| 5.10G/5.25G [01:33<00:04, 35.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 97%|ββββββββββ| 5.12G/5.25G [01:33<00:03, 38.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 98%|ββββββββββ| 5.14G/5.25G [01:33<00:02, 42.3MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 98%|ββββββββββ| 5.15G/5.25G [01:34<00:02, 46.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 98%|ββββββββββ| 5.17G/5.25G [01:34<00:01, 47.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 99%|ββββββββββ| 5.18G/5.25G [01:34<00:01, 52.2MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 99%|ββββββββββ| 5.20G/5.25G [01:34<00:00, 53.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 99%|ββββββββββ| 5.22G/5.25G [01:35<00:00, 51.7MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 100%|ββββββββββ| 5.23G/5.25G [01:35<00:00, 53.5MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 100%|ββββββββββ| 5.25G/5.25G [01:35<00:00, 51.9MB/s]
ip-26-0-165-24_655682.1719946219098357028.pt.trace.json: 100%|ββββββββββ| 5.25G/5.25G [01:35<00:00, 54.7MB/s]
|