File size: 81,480 Bytes
8566631
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
========================
START TIME: Wed Jul  3 22:39:17 UTC 2024
python3 version = Python 3.10.14
========================
The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `huggingface-cli` if you want to set the git credential as well.
Token is valid (permission: write).
Your token has been saved to /admin/home/ferdinand_mom/.cache/huggingface/token
Login successful
Already on 'bench_cluster'
M	examples/config_tiny_llama.py
M	examples/config_tiny_llama.yaml
M	examples/train_tiny_llama.sh
M	src/nanotron/models/llama.py
M	src/nanotron/trainer.py
Your branch is up to date with 'origin/bench_cluster'.
Job status: RUNNING
W0703 22:39:20.273000 139671673374528 torch/distributed/run.py:757] 
W0703 22:39:20.273000 139671673374528 torch/distributed/run.py:757] *****************************************
W0703 22:39:20.273000 139671673374528 torch/distributed/run.py:757] Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed. 
W0703 22:39:20.273000 139671673374528 torch/distributed/run.py:757] *****************************************
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Config:
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Config(general=GeneralArgs(project='bench_cluster',
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                            run='%date_%jobid',
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                            seed=42,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                            step=None,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                            consumed_train_samples=None,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                            benchmark_csv_path=None,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                            ignore_sanity_checks=True),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:        parallelism=ParallelismArgs(dp=2,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                    pp=4,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                    tp=1,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                    pp_engine=<nanotron.parallel.pipeline_parallel.engine.OneForwardOneBackwardPipelineEngine object at 0x7f4edc87c5e0>,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                    tp_mode=<TensorParallelLinearMode.REDUCE_SCATTER: 2>,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                    tp_linear_async_communication=False,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                    expert_parallel_size=1),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:        model=ModelArgs(model_config=LlamaConfig(bos_token_id=1,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 eos_token_id=2,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 hidden_act='silu',
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 hidden_size=2048,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 initializer_range=0.02,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 intermediate_size=4096,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 is_llama_config=True,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 max_position_embeddings=4096,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 num_attention_heads=32,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 num_hidden_layers=24,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 num_key_value_heads=32,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 pad_token_id=None,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 pretraining_tp=1,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 rms_norm_eps=1e-05,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 rope_scaling=None,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 rope_theta=10000.0,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 tie_word_embeddings=True,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 use_cache=True,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                 vocab_size=50257),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                        init_method=RandomInit(std=0.025),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                        dtype=torch.bfloat16,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                        make_vocab_size_divisible_by=1,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                        ddp_bucket_cap_mb=25),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:        tokenizer=TokenizerArgs(tokenizer_name_or_path='openai-community/gpt2',
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                tokenizer_revision=None,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                tokenizer_max_length=None),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:        checkpoints=CheckpointsArgs(checkpoints_path=Path('/dev/null'),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                    checkpoint_interval=100000,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                    save_initial_state=False,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                    resume_checkpoint_path=None,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                    checkpoints_path_is_shared_file_system=False),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:        logging=LoggingArgs(log_level='info',
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                            log_level_replica='info',
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                            iteration_step_info_interval=1),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:        tokens=TokensArgs(sequence_length=4096,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                          train_steps=20,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                          micro_batch_size=4,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                          batch_accumulation_per_replica=128,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                          val_check_interval=-1,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                          limit_val_batches=0,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                          limit_test_batches=0),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:        optimizer=OptimizerArgs(optimizer_factory=AdamWOptimizerArgs(adam_eps=1e-08,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                     adam_beta1=0.9,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                     adam_beta2=0.95,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                     torch_adam_is_fused=True,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                     name='adamW'),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                zero_stage=1,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                weight_decay=0.01,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                clip_grad=1.0,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                accumulate_grad_in_fp32=True,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                learning_rate_scheduler=LRSchedulerArgs(learning_rate=0.0001,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                        lr_warmup_steps=1,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                        lr_warmup_style='linear',
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                        lr_decay_style='linear',
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                        lr_decay_steps=19,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                        lr_decay_starting_step=None,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                        min_decay_lr=1e-05)),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:        data_stages=[DatasetStageArgs(name='Training Stage',
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                      start_training_step=1,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                      data=DataArgs(dataset=PretrainDatasetsArgs(hf_dataset_or_datasets='roneneldan/TinyStories',
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                                 hf_dataset_splits='train',
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                                 hf_dataset_config_name=None,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                                 dataset_processing_num_proc_per_process=64,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                                 dataset_overwrite_cache=False,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                                                 text_column_name='text'),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                    seed=42,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:                                                    num_loading_workers=0))],
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:        profiler=ProfilerArgs(profiler_export_path=Path('/fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-2_tp-1_pp-4_mbz-4')),
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:        lighteval=None)
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Model Config:
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: LlamaConfig(bos_token_id=1,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             eos_token_id=2,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             hidden_act='silu',
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             hidden_size=2048,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             initializer_range=0.02,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             intermediate_size=4096,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             is_llama_config=True,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             max_position_embeddings=4096,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             num_attention_heads=32,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             num_hidden_layers=24,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             num_key_value_heads=32,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             pad_token_id=None,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             pretraining_tp=1,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             rms_norm_eps=1e-05,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             rope_scaling=None,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             rope_theta=10000.0,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             tie_word_embeddings=True,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             use_cache=True,
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:             vocab_size=50257)
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Building model..
[default0]:07/03/2024 22:39:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Setting PP block ranks...
[default2]:07/03/2024 22:39:50 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: Local number of parameters: 294M (560.05MiB)
[default2]:07/03/2024 22:39:50 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: [After model building] Memory usage: 567.07MiB. Peak allocated: 569.10MiB Peak reserved: 594.00MiB
[default2]:07/03/2024 22:39:50 [INFO|DP=0|PP=1|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default3]:07/03/2024 22:39:50 [INFO|DP=1|PP=1|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default7]:07/03/2024 22:39:50 [INFO|DP=1|PP=3|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default0]:07/03/2024 22:39:50 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Total number of parameters: 1.21G (2312.82MiB)
[default0]:07/03/2024 22:39:50 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Local number of parameters: 397M (756.37MiB)
[default0]:07/03/2024 22:39:50 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [After model building] Memory usage: 763.38MiB. Peak allocated: 765.41MiB Peak reserved: 792.00MiB
[default0]:07/03/2024 22:39:50 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default0]:07/03/2024 22:39:50 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Parametrizing model parameters using StandardParametrizator
[default1]:07/03/2024 22:39:50 [INFO|DP=1|PP=0|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default4]:07/03/2024 22:39:50 [INFO|DP=0|PP=2|TP=0|ip-26-0-164-207]: Local number of parameters: 252M (480.05MiB)
[default6]:07/03/2024 22:39:50 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: Local number of parameters: 271M (516.35MiB)
[default6]:07/03/2024 22:39:50 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: [After model building] Memory usage: 520.36MiB. Peak allocated: 522.39MiB Peak reserved: 534.00MiB
[default6]:07/03/2024 22:39:50 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default5]:07/03/2024 22:39:50 [INFO|DP=1|PP=2|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default4]:07/03/2024 22:39:50 [INFO|DP=0|PP=2|TP=0|ip-26-0-164-207]: [After model building] Memory usage: 486.06MiB. Peak allocated: 488.09MiB Peak reserved: 502.00MiB
[default4]:07/03/2024 22:39:50 [INFO|DP=0|PP=2|TP=0|ip-26-0-164-207]: No checkpoint path provided.
[default0]:07/03/2024 22:39:54 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Optimizer Building] Using LearningRateForSP as learning rate
[default0]:07/03/2024 22:39:54 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [ZeRO sharding] Size of optimizer params per rank:
[default0]:07/03/2024 22:39:54 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [ZeRO sharding] DP Rank 0 has 198M out of 397M (50.00%) params' optimizer states
[default0]:07/03/2024 22:39:54 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [ZeRO sharding] DP Rank 1 has 198M out of 397M (50.00%) params' optimizer states
[default0]:07/03/2024 22:39:54 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Training Plan] Stage Training Stage has 19 remaining training steps and has consumed 0 samples
[default0]:07/03/2024 22:39:54 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Using `datasets` library
[default0]:07/03/2024 22:39:54 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Loading tokenizer from openai-community/gpt2 and transformers/hf_hub versions ('4.41.2', '0.23.4')
[default0]:07/03/2024 22:39:55 [WARNING|DP=0|PP=0|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/03/2024 22:39:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Training Plan] There are 1 training stages 
[default0]:07/03/2024 22:39:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Stage Training Stage] start from step 1 
[default0]:07/03/2024 22:39:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: 
[default0]:07/03/2024 22:39:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: [Start training] datetime: 2024-07-03 22:39:55.752615 | mbs: 4 | grad_accum: 128 | global_batch_size: 1024 | sequence_length: 4096 | train_steps: 20 | start_iteration_step: 0 | consumed_train_samples: 0
[default0]:07/03/2024 22:39:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]: Resuming training from stage Training Stage, it has trained for 0 samples and has 19 remaining train steps
[default0]:07/03/2024 22:39:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 3032.50MiB. Peak allocated 3032.50MiB. Peak reserved: 3064.00MiB
[default3]:07/03/2024 22:39:55 [WARNING|DP=1|PP=1|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default7]:07/03/2024 22:39:55 [WARNING|DP=1|PP=3|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:07/03/2024 22:39:55 [WARNING|DP=1|PP=0|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default5]:07/03/2024 22:39:55 [WARNING|DP=1|PP=2|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:07/03/2024 22:39:55 [WARNING|DP=0|PP=3|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default4]:07/03/2024 22:39:55 [WARNING|DP=0|PP=2|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default7]:Repo card metadata block was not found. Setting CardData to empty.
[default3]:Repo card metadata block was not found. Setting CardData to empty.
[default4]: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]:07/03/2024 22:39:55 [WARNING|DP=0|PP=1|TP=0|ip-26-0-164-207]: Repo card metadata block was not found. Setting CardData to empty.
[default2]: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
[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
[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
[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
[default0]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: Attempting to run cuBLAS, but there was no current CUDA context! Attempting to set the primary context... (Triggered internally at ../aten/src/ATen/cuda/CublasHandlePool.cpp:135.)
[default0]:  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
[default3]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default3]:  return Variable._execution_engine.run_backward(  # Calls into the C++ engine to run the backward pass
[default1]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default1]:  return Variable._execution_engine.run_backward(  # Calls into the C++ engine to run the backward pass
[default6]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default6]:  warnings.warn(
[default0]:07/03/2024 22:40:29 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 3100.14MiB. Peak allocated 37544.07MiB. Peak reserved: 37812.00MiB
[default0]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default0]:  warnings.warn(
[default7]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default7]:  warnings.warn(
[default1]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default1]:  warnings.warn(
[default0]:07/03/2024 22:40:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 6503.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:40:33 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 1 / 20 | consumed_tokens: 4.19M | elapsed_time_per_iteration_ms: 36.3K | tokens_per_sec: 115K | tokens_per_sec_per_gpu: 14.4K | global_batch_size: 1.02K | lm_loss: 11.1 | lr: 0.0001 | model_tflops_per_gpu: 131 | hardware_tflops_per_gpu: 131 | grad_norm: 25.1 | cuda_memory_allocated: 3.32G | cuda_max_memory_reserved: 15.8G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.7G | hd_free_memory_tb: 246G
[default0]:07/03/2024 22:40:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:40:55 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 2 / 20 | consumed_tokens: 8.39M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 190K | tokens_per_sec_per_gpu: 23.8K | global_batch_size: 1.02K | lm_loss: 11.1 | lr: 9.53e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 25.2 | cuda_memory_allocated: 3.32G | cuda_max_memory_reserved: 15.8G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.7G | hd_free_memory_tb: 246G
[default0]:07/03/2024 22:40:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 6503.83MiB. Peak reserved: 39710.00MiB
[default0]:07/03/2024 22:41:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default0]:07/03/2024 22:41:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 6503.83MiB. Peak reserved: 39710.00MiB
[default0]:STAGE:2024-07-03 22:41:17 605035:605035 ActivityProfilerController.cpp:314] Completed Stage: Warm Up
[default6]:07/03/2024 22:41:17 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 3 / 20 | consumed_tokens: 12.6M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 191K | tokens_per_sec_per_gpu: 23.8K | global_batch_size: 1.02K | lm_loss: 11.4 | lr: 9.05e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 217 | cuda_memory_allocated: 3.32G | cuda_max_memory_reserved: 15.8G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.7G | hd_free_memory_tb: 246G
[default0]:07/03/2024 22:41:39 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default0]:07/03/2024 22:41:39 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 6503.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:41:39 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 4 / 20 | consumed_tokens: 16.8M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 191K | tokens_per_sec_per_gpu: 23.8K | global_batch_size: 1.02K | lm_loss: 13.8 | lr: 8.58e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 22.5 | cuda_memory_allocated: 3.32G | cuda_max_memory_reserved: 15.8G | hd_total_memory_tb: 312G | hd_used_memory_tb: 65.7G | hd_free_memory_tb: 246G
[default6]:07/03/2024 22:42:01 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 5 / 20 | consumed_tokens: 21M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 191K | tokens_per_sec_per_gpu: 23.8K | global_batch_size: 1.02K | lm_loss: 9.98 | lr: 8.11e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 16.4
[default0]:07/03/2024 22:42:01 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:42:23 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 6 / 20 | consumed_tokens: 25.2M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 191K | tokens_per_sec_per_gpu: 23.9K | global_batch_size: 1.02K | lm_loss: 10.9 | lr: 7.63e-05 | model_tflops_per_gpu: 217 | hardware_tflops_per_gpu: 217 | grad_norm: 93.8
[default0]:STAGE:2024-07-03 22:42:43 605035:605035 ActivityProfilerController.cpp:320] Completed Stage: Collection
[default0]:STAGE:2024-07-03 22:42:45 605035:605035 ActivityProfilerController.cpp:324] Completed Stage: Post Processing
[default0]:07/03/2024 22:45:18 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default0]:07/03/2024 22:45:40 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:45:40 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 7 / 20 | consumed_tokens: 29.4M | elapsed_time_per_iteration_ms: 198K | tokens_per_sec: 21.2K | tokens_per_sec_per_gpu: 2.65K | global_batch_size: 1.02K | lm_loss: 9.16 | lr: 7.16e-05 | model_tflops_per_gpu: 24 | hardware_tflops_per_gpu: 24 | grad_norm: 19.8
[default6]:07/03/2024 22:46:02 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 8 / 20 | consumed_tokens: 33.6M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 191K | tokens_per_sec_per_gpu: 23.9K | global_batch_size: 1.02K | lm_loss: 8.83 | lr: 6.68e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 6.08
[default0]:07/03/2024 22:46:02 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:46:24 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 9 / 20 | consumed_tokens: 37.7M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 190K | tokens_per_sec_per_gpu: 23.8K | global_batch_size: 1.02K | lm_loss: 8.47 | lr: 6.21e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 5.23
[default0]:07/03/2024 22:46:24 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default0]:07/03/2024 22:46:46 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:46:46 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 10 / 20 | consumed_tokens: 41.9M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 191K | tokens_per_sec_per_gpu: 23.9K | global_batch_size: 1.02K | lm_loss: 8.17 | lr: 5.74e-05 | model_tflops_per_gpu: 217 | hardware_tflops_per_gpu: 217 | grad_norm: 7.71
[default0]:07/03/2024 22:47:08 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:47:08 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 11 / 20 | consumed_tokens: 46.1M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 191K | tokens_per_sec_per_gpu: 23.9K | global_batch_size: 1.02K | lm_loss: 7.93 | lr: 5.26e-05 | model_tflops_per_gpu: 217 | hardware_tflops_per_gpu: 217 | grad_norm: 5.53
[default6]:07/03/2024 22:47:30 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 12 / 20 | consumed_tokens: 50.3M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 191K | tokens_per_sec_per_gpu: 23.9K | global_batch_size: 1.02K | lm_loss: 7.75 | lr: 4.79e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 4.64
[default0]:07/03/2024 22:47:30 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default0]:07/03/2024 22:47:52 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:47:52 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 13 / 20 | consumed_tokens: 54.5M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 191K | tokens_per_sec_per_gpu: 23.8K | global_batch_size: 1.02K | lm_loss: 7.58 | lr: 4.32e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 2.9
[default6]:07/03/2024 22:48:14 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 14 / 20 | consumed_tokens: 58.7M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 191K | tokens_per_sec_per_gpu: 23.9K | global_batch_size: 1.02K | lm_loss: 7.5 | lr: 3.84e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 4.18
[default0]:07/03/2024 22:48:14 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default0]:07/03/2024 22:48:36 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:48:36 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 15 / 20 | consumed_tokens: 62.9M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 191K | tokens_per_sec_per_gpu: 23.9K | global_batch_size: 1.02K | lm_loss: 7.4 | lr: 3.37e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 3.86
[default0]:07/03/2024 22:48:58 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:48:58 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 16 / 20 | consumed_tokens: 67.1M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 190K | tokens_per_sec_per_gpu: 23.8K | global_batch_size: 1.02K | lm_loss: 7.28 | lr: 2.89e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 3.06
[default0]:07/03/2024 22:49:20 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:49:20 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 17 / 20 | consumed_tokens: 71.3M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 190K | tokens_per_sec_per_gpu: 23.8K | global_batch_size: 1.02K | lm_loss: 7.19 | lr: 2.42e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 2.39
[default0]:07/03/2024 22:49:42 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:49:42 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 18 / 20 | consumed_tokens: 75.5M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 190K | tokens_per_sec_per_gpu: 23.8K | global_batch_size: 1.02K | lm_loss: 7.13 | lr: 1.95e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 2.21
[default0]:07/03/2024 22:50:04 [INFO|DP=0|PP=0|TP=0|ip-26-0-164-207]:  Memory usage: 4612.90MiB. Peak allocated 39056.83MiB. Peak reserved: 39710.00MiB
[default6]:07/03/2024 22:50:04 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 19 / 20 | consumed_tokens: 79.7M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 190K | tokens_per_sec_per_gpu: 23.8K | global_batch_size: 1.02K | lm_loss: 7.08 | lr: 1.47e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 2.64
[default6]:07/03/2024 22:50:26 [INFO|DP=0|PP=3|TP=0|ip-26-0-164-207]: iteration: 20 / 20 | consumed_tokens: 83.9M | elapsed_time_per_iteration_ms: 22K | tokens_per_sec: 191K | tokens_per_sec_per_gpu: 23.8K | global_batch_size: 1.02K | lm_loss: 7.03 | lr: 1e-05 | model_tflops_per_gpu: 216 | hardware_tflops_per_gpu: 216 | grad_norm: 2.3
Saved 1 csv files over 1 completed logs
Processing file: /fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-2_tp-1_pp-4_mbz-4/profiler/ip-26-0-164-207_605035.1720046681997701534.pt.trace.json
Results written to /fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-2_tp-1_pp-4_mbz-4/profiler.csv
Consider using `hf_transfer` for faster uploads. This solution comes with some limitations. See https://huggingface.co/docs/huggingface_hub/hf_transfer for more details.

ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   0%|          | 0.00/5.13G [00:00<?, ?B/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   0%|          | 11.1M/5.13G [00:00<00:46, 111MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   0%|          | 22.3M/5.13G [00:00<01:31, 56.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   1%|          | 32.0M/5.13G [00:00<01:35, 53.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   1%|          | 48.0M/5.13G [00:01<02:38, 32.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   1%|          | 64.0M/5.13G [00:01<02:00, 42.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   2%|▏         | 80.0M/5.13G [00:01<01:39, 50.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   2%|▏         | 96.0M/5.13G [00:01<01:27, 57.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   2%|▏         | 112M/5.13G [00:02<01:29, 56.2MB/s] 
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   2%|▏         | 128M/5.13G [00:02<01:26, 57.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   3%|β–Ž         | 144M/5.13G [00:02<01:22, 60.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   3%|β–Ž         | 160M/5.13G [00:03<01:27, 56.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   3%|β–Ž         | 176M/5.13G [00:03<01:20, 61.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   4%|β–Ž         | 192M/5.13G [00:03<01:23, 59.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   4%|▍         | 208M/5.13G [00:03<01:21, 60.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   4%|▍         | 224M/5.13G [00:03<01:15, 65.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   5%|▍         | 240M/5.13G [00:04<01:15, 65.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   5%|▍         | 256M/5.13G [00:04<01:12, 66.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   5%|β–Œ         | 272M/5.13G [00:04<01:13, 66.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   6%|β–Œ         | 288M/5.13G [00:04<01:18, 62.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   6%|β–Œ         | 304M/5.13G [00:05<01:17, 62.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   6%|β–Œ         | 320M/5.13G [00:05<01:19, 60.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   7%|β–‹         | 336M/5.13G [00:05<01:15, 63.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   7%|β–‹         | 352M/5.13G [00:06<01:22, 57.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   7%|β–‹         | 368M/5.13G [00:06<01:16, 62.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   7%|β–‹         | 384M/5.13G [00:06<01:23, 56.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   8%|β–Š         | 400M/5.13G [00:06<01:28, 53.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   8%|β–Š         | 416M/5.13G [00:07<01:21, 57.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   8%|β–Š         | 432M/5.13G [00:07<01:17, 60.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   9%|β–Š         | 448M/5.13G [00:07<01:21, 57.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   9%|β–‰         | 464M/5.13G [00:07<01:19, 58.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:   9%|β–‰         | 480M/5.13G [00:08<01:20, 58.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  10%|β–‰         | 496M/5.13G [00:08<01:12, 63.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  10%|β–‰         | 512M/5.13G [00:08<01:10, 65.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  10%|β–ˆ         | 528M/5.13G [00:08<01:12, 63.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  11%|β–ˆ         | 544M/5.13G [00:09<01:18, 58.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  11%|β–ˆ         | 560M/5.13G [00:09<01:13, 62.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  11%|β–ˆ         | 576M/5.13G [00:09<01:11, 63.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  12%|β–ˆβ–        | 592M/5.13G [00:09<01:04, 69.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  12%|β–ˆβ–        | 608M/5.13G [00:10<01:06, 67.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  12%|β–ˆβ–        | 624M/5.13G [00:10<01:07, 67.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  12%|β–ˆβ–        | 640M/5.13G [00:10<01:06, 67.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  13%|β–ˆβ–Ž        | 656M/5.13G [00:10<01:02, 71.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  13%|β–ˆβ–Ž        | 672M/5.13G [00:11<00:57, 77.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  13%|β–ˆβ–Ž        | 688M/5.13G [00:11<01:05, 67.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  14%|β–ˆβ–Ž        | 704M/5.13G [00:11<01:07, 65.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  14%|β–ˆβ–        | 720M/5.13G [00:11<01:04, 68.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  14%|β–ˆβ–        | 736M/5.13G [00:12<01:02, 70.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  15%|β–ˆβ–        | 752M/5.13G [00:12<01:04, 67.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  15%|β–ˆβ–        | 768M/5.13G [00:12<01:12, 59.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  15%|β–ˆβ–Œ        | 784M/5.13G [00:12<01:10, 61.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  16%|β–ˆβ–Œ        | 800M/5.13G [00:13<01:18, 55.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  16%|β–ˆβ–Œ        | 816M/5.13G [00:13<01:13, 59.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  16%|β–ˆβ–Œ        | 832M/5.13G [00:13<01:21, 52.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  17%|β–ˆβ–‹        | 848M/5.13G [00:14<01:21, 52.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  17%|β–ˆβ–‹        | 864M/5.13G [00:14<01:14, 57.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  17%|β–ˆβ–‹        | 880M/5.13G [00:14<01:13, 58.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  17%|β–ˆβ–‹        | 896M/5.13G [00:14<01:09, 60.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  18%|β–ˆβ–Š        | 912M/5.13G [00:15<01:05, 64.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  18%|β–ˆβ–Š        | 928M/5.13G [00:15<01:03, 66.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  18%|β–ˆβ–Š        | 944M/5.13G [00:15<01:03, 65.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  19%|β–ˆβ–Š        | 960M/5.13G [00:15<01:04, 64.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  19%|β–ˆβ–‰        | 976M/5.13G [00:16<01:10, 59.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  19%|β–ˆβ–‰        | 992M/5.13G [00:16<01:05, 63.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  20%|β–ˆβ–‰        | 1.01G/5.13G [00:16<01:02, 65.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  20%|β–ˆβ–‰        | 1.02G/5.13G [00:16<01:06, 62.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  20%|β–ˆβ–ˆ        | 1.04G/5.13G [00:17<01:08, 60.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  21%|β–ˆβ–ˆ        | 1.06G/5.13G [00:17<01:08, 59.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  21%|β–ˆβ–ˆ        | 1.07G/5.13G [00:17<01:09, 58.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  21%|β–ˆβ–ˆ        | 1.09G/5.13G [00:17<01:07, 59.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  22%|β–ˆβ–ˆβ–       | 1.10G/5.13G [00:18<01:19, 50.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  22%|β–ˆβ–ˆβ–       | 1.12G/5.13G [00:18<01:08, 58.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  22%|β–ˆβ–ˆβ–       | 1.14G/5.13G [00:18<01:01, 64.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  22%|β–ˆβ–ˆβ–       | 1.15G/5.13G [00:18<00:59, 66.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  23%|β–ˆβ–ˆβ–Ž       | 1.17G/5.13G [00:19<00:58, 68.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  23%|β–ˆβ–ˆβ–Ž       | 1.18G/5.13G [00:19<00:53, 74.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  23%|β–ˆβ–ˆβ–Ž       | 1.20G/5.13G [00:19<00:58, 67.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  24%|β–ˆβ–ˆβ–Ž       | 1.22G/5.13G [00:19<00:54, 71.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  24%|β–ˆβ–ˆβ–       | 1.23G/5.13G [00:20<00:57, 67.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  24%|β–ˆβ–ˆβ–       | 1.25G/5.13G [00:20<01:00, 64.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  25%|β–ˆβ–ˆβ–       | 1.26G/5.13G [00:20<01:04, 60.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  25%|β–ˆβ–ˆβ–       | 1.28G/5.13G [00:20<01:03, 60.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  25%|β–ˆβ–ˆβ–Œ       | 1.30G/5.13G [00:21<01:00, 63.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  26%|β–ˆβ–ˆβ–Œ       | 1.31G/5.13G [00:21<00:56, 68.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  26%|β–ˆβ–ˆβ–Œ       | 1.33G/5.13G [00:21<00:53, 71.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  26%|β–ˆβ–ˆβ–Œ       | 1.34G/5.13G [00:21<00:53, 70.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  27%|β–ˆβ–ˆβ–‹       | 1.36G/5.13G [00:22<00:57, 65.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  27%|β–ˆβ–ˆβ–‹       | 1.38G/5.13G [00:22<00:59, 62.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  27%|β–ˆβ–ˆβ–‹       | 1.39G/5.13G [00:22<00:56, 66.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  27%|β–ˆβ–ˆβ–‹       | 1.41G/5.13G [00:24<02:33, 24.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  28%|β–ˆβ–ˆβ–Š       | 1.42G/5.13G [00:24<02:04, 29.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  28%|β–ˆβ–ˆβ–Š       | 1.44G/5.13G [00:24<01:46, 34.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  28%|β–ˆβ–ˆβ–Š       | 1.46G/5.13G [00:24<01:29, 40.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  29%|β–ˆβ–ˆβ–Š       | 1.47G/5.13G [00:25<01:18, 46.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  29%|β–ˆβ–ˆβ–‰       | 1.49G/5.13G [00:25<01:08, 52.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  29%|β–ˆβ–ˆβ–‰       | 1.50G/5.13G [00:25<01:03, 56.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  30%|β–ˆβ–ˆβ–‰       | 1.52G/5.13G [00:26<01:18, 45.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  30%|β–ˆβ–ˆβ–‰       | 1.54G/5.13G [00:26<01:11, 50.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  30%|β–ˆβ–ˆβ–ˆ       | 1.55G/5.13G [00:26<01:09, 51.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  31%|β–ˆβ–ˆβ–ˆ       | 1.57G/5.13G [00:26<01:05, 54.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  31%|β–ˆβ–ˆβ–ˆ       | 1.58G/5.13G [00:27<01:02, 56.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  31%|β–ˆβ–ˆβ–ˆ       | 1.60G/5.13G [00:27<01:08, 51.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  32%|β–ˆβ–ˆβ–ˆβ–      | 1.62G/5.13G [00:27<00:59, 58.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  32%|β–ˆβ–ˆβ–ˆβ–      | 1.63G/5.13G [00:27<00:56, 62.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  32%|β–ˆβ–ˆβ–ˆβ–      | 1.65G/5.13G [00:28<00:52, 66.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  32%|β–ˆβ–ˆβ–ˆβ–      | 1.66G/5.13G [00:28<00:50, 68.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  33%|β–ˆβ–ˆβ–ˆβ–Ž      | 1.68G/5.13G [00:28<00:56, 61.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  33%|β–ˆβ–ˆβ–ˆβ–Ž      | 1.70G/5.13G [00:28<00:48, 70.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  33%|β–ˆβ–ˆβ–ˆβ–Ž      | 1.71G/5.13G [00:29<00:47, 71.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  34%|β–ˆβ–ˆβ–ˆβ–Ž      | 1.73G/5.13G [00:29<00:48, 69.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  34%|β–ˆβ–ˆβ–ˆβ–      | 1.74G/5.13G [00:29<00:47, 71.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  34%|β–ˆβ–ˆβ–ˆβ–      | 1.76G/5.13G [00:29<00:53, 63.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  35%|β–ˆβ–ˆβ–ˆβ–      | 1.78G/5.13G [00:30<00:54, 61.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  35%|β–ˆβ–ˆβ–ˆβ–      | 1.79G/5.13G [00:30<00:53, 61.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  35%|β–ˆβ–ˆβ–ˆβ–Œ      | 1.81G/5.13G [00:30<00:49, 67.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  36%|β–ˆβ–ˆβ–ˆβ–Œ      | 1.82G/5.13G [00:30<00:46, 70.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  36%|β–ˆβ–ˆβ–ˆβ–Œ      | 1.84G/5.13G [00:30<00:44, 73.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  36%|β–ˆβ–ˆβ–ˆβ–Œ      | 1.86G/5.13G [00:31<00:46, 70.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  36%|β–ˆβ–ˆβ–ˆβ–‹      | 1.87G/5.13G [00:31<00:46, 70.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  37%|β–ˆβ–ˆβ–ˆβ–‹      | 1.89G/5.13G [00:31<00:48, 66.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  37%|β–ˆβ–ˆβ–ˆβ–‹      | 1.90G/5.13G [00:31<00:51, 63.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  37%|β–ˆβ–ˆβ–ˆβ–‹      | 1.92G/5.13G [00:32<00:46, 68.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  38%|β–ˆβ–ˆβ–ˆβ–Š      | 1.94G/5.13G [00:32<00:46, 69.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  38%|β–ˆβ–ˆβ–ˆβ–Š      | 1.95G/5.13G [00:32<00:49, 64.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  38%|β–ˆβ–ˆβ–ˆβ–Š      | 1.97G/5.13G [00:32<00:47, 67.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  39%|β–ˆβ–ˆβ–ˆβ–Š      | 1.98G/5.13G [00:33<00:48, 65.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  39%|β–ˆβ–ˆβ–ˆβ–‰      | 2.00G/5.13G [00:33<00:52, 59.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  39%|β–ˆβ–ˆβ–ˆβ–‰      | 2.02G/5.13G [00:33<00:48, 64.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  40%|β–ˆβ–ˆβ–ˆβ–‰      | 2.03G/5.13G [00:34<00:53, 58.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  40%|β–ˆβ–ˆβ–ˆβ–‰      | 2.05G/5.13G [00:34<00:58, 52.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  40%|β–ˆβ–ˆβ–ˆβ–ˆ      | 2.06G/5.13G [00:34<00:51, 59.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  41%|β–ˆβ–ˆβ–ˆβ–ˆ      | 2.08G/5.13G [00:34<00:49, 61.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  41%|β–ˆβ–ˆβ–ˆβ–ˆ      | 2.10G/5.13G [00:35<00:54, 55.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  41%|β–ˆβ–ˆβ–ˆβ–ˆ      | 2.11G/5.13G [00:35<00:56, 53.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  41%|β–ˆβ–ˆβ–ˆβ–ˆβ–     | 2.13G/5.13G [00:35<00:53, 55.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  42%|β–ˆβ–ˆβ–ˆβ–ˆβ–     | 2.14G/5.13G [00:35<00:49, 60.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  42%|β–ˆβ–ˆβ–ˆβ–ˆβ–     | 2.16G/5.13G [00:36<00:50, 58.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  42%|β–ˆβ–ˆβ–ˆβ–ˆβ–     | 2.18G/5.13G [00:36<00:44, 66.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž     | 2.19G/5.13G [00:36<00:45, 65.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž     | 2.21G/5.13G [00:36<00:43, 67.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž     | 2.22G/5.13G [00:37<00:46, 62.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  44%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž     | 2.24G/5.13G [00:37<00:44, 64.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  44%|β–ˆβ–ˆβ–ˆβ–ˆβ–     | 2.26G/5.13G [00:37<00:41, 68.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  44%|β–ˆβ–ˆβ–ˆβ–ˆβ–     | 2.27G/5.13G [00:37<00:43, 65.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  45%|β–ˆβ–ˆβ–ˆβ–ˆβ–     | 2.29G/5.13G [00:38<00:41, 67.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  45%|β–ˆβ–ˆβ–ˆβ–ˆβ–     | 2.30G/5.13G [00:38<00:43, 65.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  45%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ     | 2.32G/5.13G [00:39<01:01, 45.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ     | 2.34G/5.13G [00:39<00:55, 50.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ     | 2.35G/5.13G [00:39<00:51, 54.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ     | 2.37G/5.13G [00:39<00:46, 59.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  46%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹     | 2.38G/5.13G [00:39<00:45, 60.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹     | 2.40G/5.13G [00:40<00:43, 62.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹     | 2.42G/5.13G [00:40<00:41, 65.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹     | 2.43G/5.13G [00:40<00:39, 68.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š     | 2.45G/5.13G [00:40<00:37, 71.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š     | 2.46G/5.13G [00:40<00:33, 78.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š     | 2.48G/5.13G [00:41<00:30, 86.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  49%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š     | 2.50G/5.13G [00:41<00:34, 76.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰     | 2.51G/5.13G [00:41<00:40, 65.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰     | 2.53G/5.13G [00:41<00:38, 67.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰     | 2.54G/5.13G [00:42<00:36, 71.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰     | 2.56G/5.13G [00:42<00:36, 69.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ     | 2.58G/5.13G [00:42<00:40, 63.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ     | 2.59G/5.13G [00:42<00:39, 63.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ     | 2.61G/5.13G [00:43<00:43, 58.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ     | 2.62G/5.13G [00:43<00:40, 61.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–    | 2.64G/5.13G [00:43<00:41, 59.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–    | 2.66G/5.13G [00:44<00:45, 54.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–    | 2.67G/5.13G [00:44<00:44, 55.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–    | 2.69G/5.13G [00:44<00:41, 58.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž    | 2.70G/5.13G [00:44<00:39, 61.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž    | 2.72G/5.13G [00:45<00:35, 67.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž    | 2.74G/5.13G [00:45<00:47, 50.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž    | 2.75G/5.13G [00:45<00:46, 51.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–    | 2.77G/5.13G [00:46<00:40, 58.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–    | 2.78G/5.13G [00:46<00:35, 66.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–    | 2.80G/5.13G [00:46<00:32, 71.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–    | 2.82G/5.13G [00:46<00:38, 60.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ    | 2.83G/5.13G [00:47<00:46, 49.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ    | 2.85G/5.13G [00:47<00:44, 51.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ    | 2.86G/5.13G [00:47<00:39, 57.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ    | 2.88G/5.13G [00:47<00:35, 63.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹    | 2.90G/5.13G [00:48<00:34, 63.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹    | 2.91G/5.13G [00:48<00:33, 65.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹    | 2.93G/5.13G [00:48<00:34, 64.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹    | 2.94G/5.13G [00:48<00:31, 68.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š    | 2.96G/5.13G [00:48<00:30, 71.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š    | 2.98G/5.13G [00:49<00:32, 66.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š    | 2.99G/5.13G [00:49<00:31, 68.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š    | 3.01G/5.13G [00:49<00:29, 71.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰    | 3.02G/5.13G [00:49<00:28, 73.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰    | 3.04G/5.13G [00:50<00:28, 74.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰    | 3.06G/5.13G [00:50<00:28, 73.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰    | 3.07G/5.13G [00:50<00:30, 66.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ    | 3.09G/5.13G [00:50<00:31, 65.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ    | 3.10G/5.13G [00:51<00:31, 64.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ    | 3.12G/5.13G [00:51<00:32, 62.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ    | 3.14G/5.13G [00:51<00:31, 62.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–   | 3.15G/5.13G [00:52<00:37, 52.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–   | 3.17G/5.13G [00:52<00:32, 60.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–   | 3.18G/5.13G [00:52<00:33, 58.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–   | 3.20G/5.13G [00:52<00:30, 63.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž   | 3.22G/5.13G [00:52<00:29, 65.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž   | 3.23G/5.13G [00:53<00:30, 62.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž   | 3.25G/5.13G [00:53<00:29, 64.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž   | 3.26G/5.13G [00:53<00:32, 56.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–   | 3.28G/5.13G [00:54<00:46, 40.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–   | 3.30G/5.13G [00:54<00:40, 45.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–   | 3.31G/5.13G [00:55<00:37, 48.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–   | 3.33G/5.13G [00:55<00:34, 51.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ   | 3.34G/5.13G [00:55<00:35, 50.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ   | 3.36G/5.13G [00:55<00:32, 54.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ   | 3.38G/5.13G [00:56<00:30, 56.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ   | 3.39G/5.13G [00:56<00:25, 69.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹   | 3.41G/5.13G [00:56<00:24, 69.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹   | 3.42G/5.13G [00:56<00:23, 71.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹   | 3.44G/5.13G [00:56<00:24, 68.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹   | 3.46G/5.13G [00:57<00:25, 64.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š   | 3.47G/5.13G [00:57<00:26, 62.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š   | 3.49G/5.13G [00:57<00:27, 60.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š   | 3.50G/5.13G [00:58<00:26, 62.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š   | 3.52G/5.13G [00:58<00:25, 63.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰   | 3.54G/5.13G [00:58<00:25, 63.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰   | 3.55G/5.13G [00:58<00:25, 62.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰   | 3.57G/5.13G [00:59<00:23, 65.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰   | 3.58G/5.13G [00:59<00:23, 66.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ   | 3.60G/5.13G [00:59<00:23, 65.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ   | 3.62G/5.13G [00:59<00:24, 62.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ   | 3.63G/5.13G [01:00<00:26, 56.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ   | 3.65G/5.13G [01:00<00:28, 51.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–  | 3.66G/5.13G [01:00<00:26, 55.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–  | 3.68G/5.13G [01:00<00:25, 57.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–  | 3.70G/5.13G [01:01<00:21, 66.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–  | 3.71G/5.13G [01:01<00:21, 65.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž  | 3.73G/5.13G [01:01<00:19, 70.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž  | 3.74G/5.13G [01:01<00:21, 63.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž  | 3.76G/5.13G [01:02<00:21, 62.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž  | 3.78G/5.13G [01:02<00:31, 42.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–  | 3.79G/5.13G [01:03<00:29, 45.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–  | 3.81G/5.13G [01:03<00:27, 47.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–  | 3.82G/5.13G [01:03<00:25, 51.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–  | 3.84G/5.13G [01:03<00:24, 52.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ  | 3.86G/5.13G [01:04<00:20, 61.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ  | 3.87G/5.13G [01:04<00:22, 57.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ  | 3.89G/5.13G [01:05<00:30, 40.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ  | 3.90G/5.13G [01:05<00:26, 46.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹  | 3.92G/5.13G [01:05<00:22, 53.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹  | 3.94G/5.13G [01:05<00:21, 54.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹  | 3.95G/5.13G [01:06<00:20, 58.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹  | 3.97G/5.13G [01:06<00:21, 55.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š  | 3.98G/5.13G [01:06<00:20, 56.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š  | 4.00G/5.13G [01:06<00:19, 56.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š  | 4.02G/5.13G [01:07<00:19, 57.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š  | 4.03G/5.13G [01:07<00:17, 62.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰  | 4.05G/5.13G [01:07<00:17, 62.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰  | 4.06G/5.13G [01:07<00:16, 63.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰  | 4.08G/5.13G [01:08<00:16, 62.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰  | 4.10G/5.13G [01:08<00:15, 65.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ  | 4.11G/5.13G [01:08<00:15, 65.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ  | 4.13G/5.13G [01:08<00:15, 64.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ  | 4.14G/5.13G [01:09<00:17, 55.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ  | 4.16G/5.13G [01:09<00:16, 58.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.18G/5.13G [01:09<00:15, 61.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.19G/5.13G [01:10<00:16, 56.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.21G/5.13G [01:10<00:13, 68.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.22G/5.13G [01:10<00:13, 65.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.24G/5.13G [01:10<00:13, 65.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.26G/5.13G [01:10<00:13, 66.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.27G/5.13G [01:11<00:12, 67.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 4.29G/5.13G [01:11<00:12, 66.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.30G/5.13G [01:11<00:12, 68.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.32G/5.13G [01:11<00:12, 65.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.34G/5.13G [01:12<00:12, 64.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 4.35G/5.13G [01:12<00:12, 64.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.37G/5.13G [01:12<00:12, 61.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.38G/5.13G [01:12<00:11, 66.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.40G/5.13G [01:13<00:11, 65.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 4.42G/5.13G [01:13<00:10, 66.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.43G/5.13G [01:13<00:10, 65.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.45G/5.13G [01:13<00:11, 61.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.46G/5.13G [01:14<00:11, 59.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.48G/5.13G [01:14<00:10, 59.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.50G/5.13G [01:14<00:10, 61.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.51G/5.13G [01:14<00:09, 64.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.53G/5.13G [01:15<00:08, 69.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.54G/5.13G [01:15<00:08, 65.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 4.56G/5.13G [01:15<00:09, 57.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 4.58G/5.13G [01:15<00:08, 62.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 4.59G/5.13G [01:16<00:07, 69.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 4.61G/5.13G [01:16<00:07, 72.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.62G/5.13G [01:16<00:08, 61.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.64G/5.13G [01:16<00:07, 65.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.66G/5.13G [01:17<00:07, 63.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.67G/5.13G [01:17<00:06, 66.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.69G/5.13G [01:17<00:06, 69.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.70G/5.13G [01:17<00:06, 68.9MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.72G/5.13G [01:18<00:06, 67.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.74G/5.13G [01:18<00:05, 74.5MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 4.75G/5.13G [01:18<00:05, 68.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 4.77G/5.13G [01:18<00:05, 62.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 4.78G/5.13G [01:19<00:06, 55.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 4.80G/5.13G [01:19<00:05, 59.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.82G/5.13G [01:19<00:04, 64.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.83G/5.13G [01:19<00:04, 66.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.85G/5.13G [01:20<00:04, 66.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.86G/5.13G [01:20<00:04, 64.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 4.88G/5.13G [01:20<00:03, 63.1MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 4.90G/5.13G [01:20<00:03, 63.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 4.91G/5.13G [01:21<00:03, 66.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 4.93G/5.13G [01:21<00:03, 63.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 4.94G/5.13G [01:21<00:03, 57.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 4.96G/5.13G [01:21<00:02, 58.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 4.98G/5.13G [01:22<00:02, 55.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 4.99G/5.13G [01:22<00:02, 61.6MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 5.01G/5.13G [01:22<00:02, 60.4MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 5.02G/5.13G [01:22<00:01, 63.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 5.04G/5.13G [01:23<00:01, 65.7MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 5.06G/5.13G [01:23<00:01, 39.2MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 5.07G/5.13G [01:24<00:01, 44.0MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json:  99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 5.09G/5.13G [01:24<00:00, 45.3MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 5.10G/5.13G [01:24<00:00, 48.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 5.12G/5.13G [01:25<00:00, 48.8MB/s]
ip-26-0-164-207_605035.1720046681997701534.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 5.13G/5.13G [01:25<00:00, 60.1MB/s]