3outeille's picture
3outeille HF staff
Upload llama-1B/8_GPUS/dp-1_tp-8_pp-1_mbz-32
c257140 verified
raw
history blame
80 kB
========================
START TIME: Wed Jul 3 22:55:47 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:55:55.861000 140035408860992 torch/distributed/run.py:757]
W0703 22:55:55.861000 140035408860992 torch/distributed/run.py:757] *****************************************
W0703 22:55:55.861000 140035408860992 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:55:55.861000 140035408860992 torch/distributed/run.py:757] *****************************************
[default0]:07/03/2024 22:56:17 [WARNING|DP=0|PP=0|TP=0|ip-26-0-171-88]: [Vocab Size Padding] Padded vocab (size: 50257) with 7 dummy tokens (new size: 50264)
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Config:
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Config(general=GeneralArgs(project='bench_cluster',
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: run='%date_%jobid',
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: seed=42,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: step=None,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: consumed_train_samples=None,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: benchmark_csv_path=None,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: ignore_sanity_checks=True),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: parallelism=ParallelismArgs(dp=1,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: pp=1,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: tp=8,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: pp_engine=<nanotron.parallel.pipeline_parallel.engine.OneForwardOneBackwardPipelineEngine object at 0x7fd61b0c4730>,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: tp_mode=<TensorParallelLinearMode.REDUCE_SCATTER: 2>,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: tp_linear_async_communication=False,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: expert_parallel_size=1),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: model=ModelArgs(model_config=LlamaConfig(bos_token_id=1,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: eos_token_id=2,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: hidden_act='silu',
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: hidden_size=2048,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: initializer_range=0.02,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: intermediate_size=4096,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: is_llama_config=True,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: max_position_embeddings=4096,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: num_attention_heads=32,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: num_hidden_layers=24,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: num_key_value_heads=32,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: pad_token_id=None,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: pretraining_tp=1,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: rms_norm_eps=1e-05,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: rope_scaling=None,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: rope_theta=10000.0,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: tie_word_embeddings=True,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: use_cache=True,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: vocab_size=50264),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: init_method=RandomInit(std=0.025),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: dtype=torch.bfloat16,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: make_vocab_size_divisible_by=1,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: ddp_bucket_cap_mb=25),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: tokenizer=TokenizerArgs(tokenizer_name_or_path='openai-community/gpt2',
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: tokenizer_revision=None,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: tokenizer_max_length=None),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: checkpoints=CheckpointsArgs(checkpoints_path=Path('/dev/null'),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: checkpoint_interval=100000,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: save_initial_state=False,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: resume_checkpoint_path=None,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: checkpoints_path_is_shared_file_system=False),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: logging=LoggingArgs(log_level='info',
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: log_level_replica='info',
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration_step_info_interval=1),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: tokens=TokensArgs(sequence_length=4096,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: train_steps=20,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: micro_batch_size=32,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: batch_accumulation_per_replica=32,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: val_check_interval=-1,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: limit_val_batches=0,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: limit_test_batches=0),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: optimizer=OptimizerArgs(optimizer_factory=AdamWOptimizerArgs(adam_eps=1e-08,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: adam_beta1=0.9,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: adam_beta2=0.95,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: torch_adam_is_fused=True,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: name='adamW'),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: zero_stage=1,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: weight_decay=0.01,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: clip_grad=1.0,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: accumulate_grad_in_fp32=True,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: learning_rate_scheduler=LRSchedulerArgs(learning_rate=0.0001,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: lr_warmup_steps=1,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: lr_warmup_style='linear',
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: lr_decay_style='linear',
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: lr_decay_steps=19,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: lr_decay_starting_step=None,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: min_decay_lr=1e-05)),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: data_stages=[DatasetStageArgs(name='Training Stage',
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: start_training_step=1,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: data=DataArgs(dataset=PretrainDatasetsArgs(hf_dataset_or_datasets='roneneldan/TinyStories',
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: hf_dataset_splits='train',
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: hf_dataset_config_name=None,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: dataset_processing_num_proc_per_process=64,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: dataset_overwrite_cache=False,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: text_column_name='text'),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: seed=42,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: num_loading_workers=0))],
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: profiler=ProfilerArgs(profiler_export_path=Path('/fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-1_tp-8_pp-1_mbz-32')),
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: lighteval=None)
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Model Config:
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: LlamaConfig(bos_token_id=1,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: eos_token_id=2,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: hidden_act='silu',
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: hidden_size=2048,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: initializer_range=0.02,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: intermediate_size=4096,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: is_llama_config=True,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: max_position_embeddings=4096,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: num_attention_heads=32,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: num_hidden_layers=24,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: num_key_value_heads=32,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: pad_token_id=None,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: pretraining_tp=1,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: rms_norm_eps=1e-05,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: rope_scaling=None,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: rope_theta=10000.0,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: tie_word_embeddings=True,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: use_cache=True,
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: vocab_size=50264)
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Building model..
[default0]:07/03/2024 22:56:17 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Setting PP block ranks...
[default7]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=7|ip-26-0-171-88]: Local number of parameters: 139M (264.73MiB)
[default7]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=7|ip-26-0-171-88]: [After model building] Memory usage: 290.76MiB. Peak allocated: 317.33MiB Peak reserved: 324.00MiB
[default7]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=7|ip-26-0-171-88]: No checkpoint path provided.
[default4]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=4|ip-26-0-171-88]: Local number of parameters: 139M (264.73MiB)
[default4]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=4|ip-26-0-171-88]: [After model building] Memory usage: 290.76MiB. Peak allocated: 317.33MiB Peak reserved: 324.00MiB
[default4]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=4|ip-26-0-171-88]: No checkpoint path provided.
[default1]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=1|ip-26-0-171-88]: Local number of parameters: 139M (264.73MiB)
[default1]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=1|ip-26-0-171-88]: [After model building] Memory usage: 290.76MiB. Peak allocated: 317.33MiB Peak reserved: 324.00MiB
[default1]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=1|ip-26-0-171-88]: No checkpoint path provided.
[default6]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=6|ip-26-0-171-88]: Local number of parameters: 139M (264.73MiB)
[default6]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=6|ip-26-0-171-88]: [After model building] Memory usage: 290.76MiB. Peak allocated: 317.33MiB Peak reserved: 324.00MiB
[default2]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=2|ip-26-0-171-88]: Local number of parameters: 139M (264.73MiB)
[default2]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=2|ip-26-0-171-88]: [After model building] Memory usage: 290.76MiB. Peak allocated: 317.33MiB Peak reserved: 324.00MiB
[default6]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=6|ip-26-0-171-88]: No checkpoint path provided.
[default5]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=5|ip-26-0-171-88]: Local number of parameters: 139M (264.73MiB)
[default2]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=2|ip-26-0-171-88]: No checkpoint path provided.
[default5]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=5|ip-26-0-171-88]: [After model building] Memory usage: 290.76MiB. Peak allocated: 317.33MiB Peak reserved: 324.00MiB
[default5]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=5|ip-26-0-171-88]: No checkpoint path provided.
[default3]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=3|ip-26-0-171-88]: Local number of parameters: 139M (264.73MiB)
[default3]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=3|ip-26-0-171-88]: [After model building] Memory usage: 290.76MiB. Peak allocated: 317.33MiB Peak reserved: 324.00MiB
[default3]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=3|ip-26-0-171-88]: No checkpoint path provided.
[default0]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Total number of parameters: 1.11G (2117.88MiB)
[default0]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Local number of parameters: 139M (264.73MiB)
[default0]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: [After model building] Memory usage: 290.76MiB. Peak allocated: 317.33MiB Peak reserved: 324.00MiB
[default0]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: No checkpoint path provided.
[default0]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Parametrizing model parameters using StandardParametrizator
[default0]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: [Optimizer Building] Using LearningRateForSP as learning rate
[default0]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: [ZeRO sharding] Size of optimizer params per rank:
[default0]:07/03/2024 22:56:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: [ZeRO sharding] DP Rank 0 has 139M out of 139M (100.00%) params' optimizer states
[default0]:07/03/2024 22:56:35 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: [Training Plan] Stage Training Stage has 19 remaining training steps and has consumed 0 samples
[default0]:07/03/2024 22:56:35 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Using `datasets` library
[default0]:07/03/2024 22:56:35 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Loading tokenizer from openai-community/gpt2 and transformers/hf_hub versions ('4.41.2', '0.23.4')
[default0]:Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/03/2024 22:56:35 [WARNING|DP=0|PP=0|TP=0|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/03/2024 22:56:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: [Training Plan] There are 1 training stages
[default0]:07/03/2024 22:56:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: [Stage Training Stage] start from step 1
[default0]:07/03/2024 22:56:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]:
[default0]:07/03/2024 22:56:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: [Start training] datetime: 2024-07-03 22:56:37.645485 | mbs: 32 | grad_accum: 32 | global_batch_size: 1024 | sequence_length: 4096 | train_steps: 20 | start_iteration_step: 0 | consumed_train_samples: 0
[default0]:07/03/2024 22:56:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Resuming training from stage Training Stage, it has trained for 0 samples and has 19 remaining train steps
[default0]:07/03/2024 22:56:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 1350.75MiB. Peak allocated 1350.76MiB. Peak reserved: 1384.00MiB
[default7]:07/03/2024 22:56:37 [WARNING|DP=0|PP=0|TP=7|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default7]:Repo card metadata block was not found. Setting CardData to empty.
[default1]:07/03/2024 22:56:37 [WARNING|DP=0|PP=0|TP=1|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:07/03/2024 22:56:37 [WARNING|DP=0|PP=0|TP=2|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default5]:07/03/2024 22:56:37 [WARNING|DP=0|PP=0|TP=5|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:Repo card metadata block was not found. Setting CardData to empty.
[default2]:Repo card metadata block was not found. Setting CardData to empty.
[default5]:Repo card metadata block was not found. Setting CardData to empty.
[default6]:07/03/2024 22:56:37 [WARNING|DP=0|PP=0|TP=6|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default3]:07/03/2024 22:56:37 [WARNING|DP=0|PP=0|TP=3|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default3]:Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:07/03/2024 22:56:38 [WARNING|DP=0|PP=0|TP=4|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default4]:Repo card metadata block was not found. Setting CardData to empty.
[default7]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default7]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[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
[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
[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
[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
[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
[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
[default3]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default3]: warnings.warn(
[default6]:/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]:/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(
[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(
[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]:07/03/2024 22:58:18 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 1429.02MiB. Peak allocated 59034.87MiB. Peak reserved: 60780.00MiB
[default2]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2261: UserWarning: torch.distributed.all_reduce_coalesced will be deprecated. If you must use it, please revisit our documentation later at https://pytorch.org/docs/master/distributed.html#collective-functions
[default2]: warnings.warn(
[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(
[default0]:07/03/2024 22:58:20 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 1 / 20 | consumed_tokens: 4.19M | elapsed_time_per_iteration_ms: 103K | tokens_per_sec: 40.9K | tokens_per_sec_per_gpu: 5.11K | global_batch_size: 1.02K | lm_loss: 11.5 | lr: 0.0001 | model_tflops_per_gpu: 46.4 | hardware_tflops_per_gpu: 46.4 | grad_norm: 15.7 | cuda_memory_allocated: 2.61G | cuda_max_memory_reserved: 63.7G | hd_total_memory_tb: 312G | hd_used_memory_tb: 67.8G | hd_free_memory_tb: 244G
[default0]:07/03/2024 22:58:20 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 2489.86MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 22:59:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.87MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 22:59:52 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 2 / 20 | consumed_tokens: 8.39M | elapsed_time_per_iteration_ms: 92.3K | tokens_per_sec: 45.5K | tokens_per_sec_per_gpu: 5.68K | global_batch_size: 1.02K | lm_loss: 11.5 | lr: 9.53e-05 | model_tflops_per_gpu: 51.6 | hardware_tflops_per_gpu: 51.6 | grad_norm: 16 | cuda_memory_allocated: 2.61G | cuda_max_memory_reserved: 63.7G | hd_total_memory_tb: 312G | hd_used_memory_tb: 67.8G | hd_free_memory_tb: 244G
[default0]:07/03/2024 22:59:52 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 2489.95MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:01:23 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.87MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:STAGE:2024-07-03 23:01:24 1097996:1097996 ActivityProfilerController.cpp:314] Completed Stage: Warm Up
[default0]:07/03/2024 23:01:24 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 3 / 20 | consumed_tokens: 12.6M | elapsed_time_per_iteration_ms: 92.1K | tokens_per_sec: 45.6K | tokens_per_sec_per_gpu: 5.69K | global_batch_size: 1.02K | lm_loss: 12.8 | lr: 9.05e-05 | model_tflops_per_gpu: 51.7 | hardware_tflops_per_gpu: 51.7 | grad_norm: 137 | cuda_memory_allocated: 2.61G | cuda_max_memory_reserved: 63.7G | hd_total_memory_tb: 312G | hd_used_memory_tb: 67.8G | hd_free_memory_tb: 244G
[default0]:07/03/2024 23:01:24 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 2489.95MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:02:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.87MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:02:56 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 4 / 20 | consumed_tokens: 16.8M | elapsed_time_per_iteration_ms: 92.1K | tokens_per_sec: 45.5K | tokens_per_sec_per_gpu: 5.69K | global_batch_size: 1.02K | lm_loss: 12.2 | lr: 8.58e-05 | model_tflops_per_gpu: 51.6 | hardware_tflops_per_gpu: 51.6 | grad_norm: 22.4 | cuda_memory_allocated: 2.61G | cuda_max_memory_reserved: 63.7G | hd_total_memory_tb: 312G | hd_used_memory_tb: 67.8G | hd_free_memory_tb: 244G
[default0]:07/03/2024 23:02:56 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 2489.95MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:04:29 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 5 / 20 | consumed_tokens: 21M | elapsed_time_per_iteration_ms: 92.3K | tokens_per_sec: 45.4K | tokens_per_sec_per_gpu: 5.68K | global_batch_size: 1.02K | lm_loss: 12.4 | lr: 8.11e-05 | model_tflops_per_gpu: 51.5 | hardware_tflops_per_gpu: 51.5 | grad_norm: 42.8
[default0]:07/03/2024 23:04:29 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:06:01 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 6 / 20 | consumed_tokens: 25.2M | elapsed_time_per_iteration_ms: 92.3K | tokens_per_sec: 45.5K | tokens_per_sec_per_gpu: 5.68K | global_batch_size: 1.02K | lm_loss: 11.1 | lr: 7.63e-05 | model_tflops_per_gpu: 51.6 | hardware_tflops_per_gpu: 51.6 | grad_norm: 24.8
[default0]:STAGE:2024-07-03 23:06:19 1097996:1097996 ActivityProfilerController.cpp:320] Completed Stage: Collection
[default0]:STAGE:2024-07-03 23:06:21 1097996:1097996 ActivityProfilerController.cpp:324] Completed Stage: Post Processing
[default0]:07/03/2024 23:08:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:10:15 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 7 / 20 | consumed_tokens: 29.4M | elapsed_time_per_iteration_ms: 92.2K | tokens_per_sec: 45.5K | tokens_per_sec_per_gpu: 5.69K | global_batch_size: 1.02K | lm_loss: 10.2 | lr: 7.16e-05 | model_tflops_per_gpu: 51.6 | hardware_tflops_per_gpu: 51.6 | grad_norm: 12.1
[default0]:07/03/2024 23:10:15 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:11:47 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 8 / 20 | consumed_tokens: 33.6M | elapsed_time_per_iteration_ms: 92.2K | tokens_per_sec: 45.5K | tokens_per_sec_per_gpu: 5.69K | global_batch_size: 1.02K | lm_loss: 9.8 | lr: 6.68e-05 | model_tflops_per_gpu: 51.6 | hardware_tflops_per_gpu: 51.6 | grad_norm: 7.31
[default0]:07/03/2024 23:11:47 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:13:19 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 9 / 20 | consumed_tokens: 37.7M | elapsed_time_per_iteration_ms: 92.3K | tokens_per_sec: 45.4K | tokens_per_sec_per_gpu: 5.68K | global_batch_size: 1.02K | lm_loss: 9.32 | lr: 6.21e-05 | model_tflops_per_gpu: 51.5 | hardware_tflops_per_gpu: 51.5 | grad_norm: 6.66
[default0]:07/03/2024 23:13:19 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:14:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 10 / 20 | consumed_tokens: 41.9M | elapsed_time_per_iteration_ms: 92.1K | tokens_per_sec: 45.5K | tokens_per_sec_per_gpu: 5.69K | global_batch_size: 1.02K | lm_loss: 9.22 | lr: 5.74e-05 | model_tflops_per_gpu: 51.6 | hardware_tflops_per_gpu: 51.6 | grad_norm: 16.3
[default0]:07/03/2024 23:14:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:16:23 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 11 / 20 | consumed_tokens: 46.1M | elapsed_time_per_iteration_ms: 92K | tokens_per_sec: 45.6K | tokens_per_sec_per_gpu: 5.7K | global_batch_size: 1.02K | lm_loss: 8.63 | lr: 5.26e-05 | model_tflops_per_gpu: 51.7 | hardware_tflops_per_gpu: 51.7 | grad_norm: 7.95
[default0]:07/03/2024 23:16:23 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:17:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 12 / 20 | consumed_tokens: 50.3M | elapsed_time_per_iteration_ms: 92K | tokens_per_sec: 45.6K | tokens_per_sec_per_gpu: 5.7K | global_batch_size: 1.02K | lm_loss: 8.27 | lr: 4.79e-05 | model_tflops_per_gpu: 51.7 | hardware_tflops_per_gpu: 51.7 | grad_norm: 5.43
[default0]:07/03/2024 23:17:55 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:19:28 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 13 / 20 | consumed_tokens: 54.5M | elapsed_time_per_iteration_ms: 92.3K | tokens_per_sec: 45.5K | tokens_per_sec_per_gpu: 5.68K | global_batch_size: 1.02K | lm_loss: 8.1 | lr: 4.32e-05 | model_tflops_per_gpu: 51.6 | hardware_tflops_per_gpu: 51.6 | grad_norm: 5.53
[default0]:07/03/2024 23:19:28 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:21:00 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 14 / 20 | consumed_tokens: 58.7M | elapsed_time_per_iteration_ms: 92.1K | tokens_per_sec: 45.6K | tokens_per_sec_per_gpu: 5.69K | global_batch_size: 1.02K | lm_loss: 7.93 | lr: 3.84e-05 | model_tflops_per_gpu: 51.7 | hardware_tflops_per_gpu: 51.7 | grad_norm: 5.77
[default0]:07/03/2024 23:21:00 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:22:32 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 15 / 20 | consumed_tokens: 62.9M | elapsed_time_per_iteration_ms: 92.1K | tokens_per_sec: 45.5K | tokens_per_sec_per_gpu: 5.69K | global_batch_size: 1.02K | lm_loss: 7.72 | lr: 3.37e-05 | model_tflops_per_gpu: 51.6 | hardware_tflops_per_gpu: 51.6 | grad_norm: 5.17
[default0]:07/03/2024 23:22:32 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:24:04 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 16 / 20 | consumed_tokens: 67.1M | elapsed_time_per_iteration_ms: 92.2K | tokens_per_sec: 45.5K | tokens_per_sec_per_gpu: 5.69K | global_batch_size: 1.02K | lm_loss: 7.56 | lr: 2.89e-05 | model_tflops_per_gpu: 51.6 | hardware_tflops_per_gpu: 51.6 | grad_norm: 4.93
[default0]:07/03/2024 23:24:04 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:25:36 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 17 / 20 | consumed_tokens: 71.3M | elapsed_time_per_iteration_ms: 92K | tokens_per_sec: 45.6K | tokens_per_sec_per_gpu: 5.7K | global_batch_size: 1.02K | lm_loss: 7.45 | lr: 2.42e-05 | model_tflops_per_gpu: 51.7 | hardware_tflops_per_gpu: 51.7 | grad_norm: 4.93
[default0]:07/03/2024 23:25:36 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:27:08 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 18 / 20 | consumed_tokens: 75.5M | elapsed_time_per_iteration_ms: 92K | tokens_per_sec: 45.6K | tokens_per_sec_per_gpu: 5.7K | global_batch_size: 1.02K | lm_loss: 7.35 | lr: 1.95e-05 | model_tflops_per_gpu: 51.7 | hardware_tflops_per_gpu: 51.7 | grad_norm: 4.03
[default0]:07/03/2024 23:27:08 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:28:40 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 19 / 20 | consumed_tokens: 79.7M | elapsed_time_per_iteration_ms: 92.3K | tokens_per_sec: 45.5K | tokens_per_sec_per_gpu: 5.68K | global_batch_size: 1.02K | lm_loss: 7.29 | lr: 1.47e-05 | model_tflops_per_gpu: 51.6 | hardware_tflops_per_gpu: 51.6 | grad_norm: 4.11
[default0]:07/03/2024 23:28:40 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: Memory usage: 2489.86MiB. Peak allocated 60095.72MiB. Peak reserved: 60780.00MiB
[default0]:07/03/2024 23:30:13 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-88]: iteration: 20 / 20 | consumed_tokens: 83.9M | elapsed_time_per_iteration_ms: 92.2K | tokens_per_sec: 45.5K | tokens_per_sec_per_gpu: 5.69K | global_batch_size: 1.02K | lm_loss: 7.23 | lr: 1e-05 | model_tflops_per_gpu: 51.6 | hardware_tflops_per_gpu: 51.6 | grad_norm: 3.96
Saved 1 csv files over 1 completed logs
Processing file: /fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-1_tp-8_pp-1_mbz-32/profiler/ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json
Results written to /fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/8_GPUS/dp-1_tp-8_pp-1_mbz-32/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-171-88_1097996.1720048094691939359.pt.trace.json: 0%| | 0.00/4.62G [00:00<?, ?B/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 0%| | 16.0M/4.62G [00:00<01:38, 46.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 1%| | 32.0M/4.62G [00:00<01:28, 51.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 1%| | 48.0M/4.62G [00:00<01:20, 56.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 1%|▏ | 64.0M/4.62G [00:01<01:21, 55.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 2%|▏ | 79.7M/4.62G [00:01<01:03, 71.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 2%|▏ | 88.6M/4.62G [00:01<01:21, 55.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 2%|▏ | 96.0M/4.62G [00:01<01:41, 44.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 2%|▏ | 112M/4.62G [00:02<01:41, 44.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 3%|β–Ž | 128M/4.62G [00:02<01:28, 50.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 3%|β–Ž | 144M/4.62G [00:02<01:21, 55.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 3%|β–Ž | 160M/4.62G [00:02<01:13, 61.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 4%|▍ | 176M/4.62G [00:03<01:07, 65.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 4%|▍ | 192M/4.62G [00:03<01:05, 67.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 5%|▍ | 208M/4.62G [00:03<01:02, 70.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 5%|▍ | 224M/4.62G [00:03<01:04, 68.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 5%|β–Œ | 240M/4.62G [00:04<01:10, 62.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 6%|β–Œ | 256M/4.62G [00:04<01:13, 59.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 6%|β–Œ | 272M/4.62G [00:04<01:11, 61.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 6%|β–Œ | 288M/4.62G [00:04<01:09, 62.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 7%|β–‹ | 304M/4.62G [00:05<01:05, 65.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 7%|β–‹ | 320M/4.62G [00:05<01:05, 65.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 7%|β–‹ | 336M/4.62G [00:05<01:04, 66.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 8%|β–Š | 352M/4.62G [00:05<01:00, 70.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 8%|β–Š | 368M/4.62G [00:06<01:08, 62.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 8%|β–Š | 384M/4.62G [00:06<01:10, 60.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 9%|β–Š | 400M/4.62G [00:06<01:05, 64.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 9%|β–‰ | 416M/4.62G [00:06<01:09, 60.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 9%|β–‰ | 432M/4.62G [00:07<01:04, 64.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 10%|β–‰ | 448M/4.62G [00:07<00:59, 69.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 10%|β–ˆ | 464M/4.62G [00:07<01:05, 63.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 10%|β–ˆ | 480M/4.62G [00:07<01:02, 65.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 11%|β–ˆ | 496M/4.62G [00:08<01:02, 66.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 11%|β–ˆ | 512M/4.62G [00:08<00:58, 70.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 11%|β–ˆβ– | 528M/4.62G [00:08<01:02, 65.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 12%|β–ˆβ– | 544M/4.62G [00:08<00:58, 69.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 12%|β–ˆβ– | 560M/4.62G [00:08<00:59, 68.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 12%|β–ˆβ– | 576M/4.62G [00:09<00:58, 69.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 13%|β–ˆβ–Ž | 592M/4.62G [00:09<01:09, 57.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 13%|β–ˆβ–Ž | 608M/4.62G [00:09<01:09, 58.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 14%|β–ˆβ–Ž | 624M/4.62G [00:10<01:00, 66.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 14%|β–ˆβ– | 640M/4.62G [00:10<01:00, 66.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 14%|β–ˆβ– | 656M/4.62G [00:10<01:05, 60.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 15%|β–ˆβ– | 672M/4.62G [00:10<01:08, 57.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 15%|β–ˆβ– | 688M/4.62G [00:11<01:07, 58.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 15%|β–ˆβ–Œ | 704M/4.62G [00:11<00:56, 69.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 15%|β–ˆβ–Œ | 712M/4.62G [00:11<01:04, 60.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 16%|β–ˆβ–Œ | 720M/4.62G [00:11<01:19, 49.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 16%|β–ˆβ–Œ | 736M/4.62G [00:11<01:08, 57.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 16%|β–ˆβ–‹ | 752M/4.62G [00:12<00:59, 65.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 17%|β–ˆβ–‹ | 768M/4.62G [00:12<01:02, 61.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 17%|β–ˆβ–‹ | 784M/4.62G [00:12<01:02, 61.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 17%|β–ˆβ–‹ | 800M/4.62G [00:12<00:56, 67.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 18%|β–ˆβ–Š | 816M/4.62G [00:13<00:58, 65.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 18%|β–ˆβ–Š | 832M/4.62G [00:13<00:56, 66.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 18%|β–ˆβ–Š | 848M/4.62G [00:13<01:00, 62.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 19%|β–ˆβ–Š | 864M/4.62G [00:13<00:54, 69.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 19%|β–ˆβ–‰ | 880M/4.62G [00:14<00:53, 69.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 19%|β–ˆβ–‰ | 896M/4.62G [00:14<00:52, 70.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 20%|β–ˆβ–‰ | 912M/4.62G [00:14<00:56, 66.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 20%|β–ˆβ–ˆ | 928M/4.62G [00:14<00:51, 71.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 20%|β–ˆβ–ˆ | 944M/4.62G [00:14<00:50, 72.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 21%|β–ˆβ–ˆ | 960M/4.62G [00:15<00:53, 68.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 21%|β–ˆβ–ˆ | 976M/4.62G [00:16<01:35, 38.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 21%|β–ˆβ–ˆβ– | 992M/4.62G [00:16<01:23, 43.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 22%|β–ˆβ–ˆβ– | 1.01G/4.62G [00:16<01:12, 49.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 22%|β–ˆβ–ˆβ– | 1.02G/4.62G [00:16<01:08, 52.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 1.04G/4.62G [00:17<01:12, 49.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 1.05G/4.62G [00:17<01:07, 53.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 1.06G/4.62G [00:17<01:08, 52.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 1.06G/4.62G [00:17<01:40, 35.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 1.07G/4.62G [00:18<01:35, 37.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 24%|β–ˆβ–ˆβ–Ž | 1.09G/4.62G [00:18<01:13, 48.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 24%|β–ˆβ–ˆβ– | 1.10G/4.62G [00:18<01:04, 54.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 24%|β–ˆβ–ˆβ– | 1.12G/4.62G [00:18<01:05, 53.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 25%|β–ˆβ–ˆβ– | 1.14G/4.62G [00:19<01:06, 52.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 25%|β–ˆβ–ˆβ– | 1.15G/4.62G [00:19<00:59, 58.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 25%|β–ˆβ–ˆβ–Œ | 1.17G/4.62G [00:19<00:57, 60.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 1.18G/4.62G [00:19<00:51, 66.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 1.20G/4.62G [00:19<00:50, 67.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 26%|β–ˆβ–ˆβ–‹ | 1.22G/4.62G [00:20<00:47, 72.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 1.23G/4.62G [00:20<00:45, 74.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 1.25G/4.62G [00:20<00:50, 66.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 1.26G/4.62G [00:20<00:48, 68.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 1.28G/4.62G [00:21<00:50, 66.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 1.30G/4.62G [00:21<00:49, 67.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 1.31G/4.62G [00:21<00:49, 66.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 29%|β–ˆβ–ˆβ–Š | 1.33G/4.62G [00:21<00:56, 58.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 1.34G/4.62G [00:22<00:57, 56.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 1.36G/4.62G [00:22<00:52, 62.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 1.38G/4.62G [00:22<00:49, 65.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 30%|β–ˆβ–ˆβ–ˆ | 1.39G/4.62G [00:22<00:42, 75.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 30%|β–ˆβ–ˆβ–ˆ | 1.41G/4.62G [00:23<00:42, 76.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 1.42G/4.62G [00:23<00:41, 77.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 1.44G/4.62G [00:25<02:18, 23.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 1.46G/4.62G [00:25<01:53, 27.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 1.47G/4.62G [00:25<01:35, 32.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 1.49G/4.62G [00:25<01:20, 38.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 1.50G/4.62G [00:26<01:10, 44.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 1.52G/4.62G [00:26<01:12, 43.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 1.54G/4.62G [00:26<01:09, 44.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ–Ž | 1.55G/4.62G [00:27<00:59, 51.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 1.57G/4.62G [00:27<01:00, 50.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 1.58G/4.62G [00:27<00:54, 56.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ– | 1.60G/4.62G [00:27<00:51, 58.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ– | 1.62G/4.62G [00:28<00:55, 54.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ–Œ | 1.63G/4.62G [00:28<00:51, 58.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 1.65G/4.62G [00:28<00:44, 66.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 1.66G/4.62G [00:28<00:39, 74.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–‹ | 1.68G/4.62G [00:28<00:39, 74.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 1.70G/4.62G [00:29<00:40, 71.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 1.71G/4.62G [00:30<01:13, 39.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 1.73G/4.62G [00:30<01:03, 45.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 1.74G/4.62G [00:30<00:58, 49.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 1.76G/4.62G [00:30<00:57, 50.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 1.78G/4.62G [00:31<00:50, 56.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 1.79G/4.62G [00:31<00:50, 56.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 1.81G/4.62G [00:31<00:51, 54.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 1.82G/4.62G [00:31<00:42, 65.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–‰ | 1.84G/4.62G [00:31<00:42, 65.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–ˆ | 1.86G/4.62G [00:32<00:46, 59.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 1.87G/4.62G [00:32<00:42, 64.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 1.89G/4.62G [00:32<00:41, 65.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 1.90G/4.62G [00:33<00:45, 59.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 1.92G/4.62G [00:33<00:44, 61.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 1.94G/4.62G [00:33<00:41, 64.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 1.95G/4.62G [00:33<00:41, 64.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 1.97G/4.62G [00:34<00:39, 66.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 1.98G/4.62G [00:34<00:40, 64.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.00G/4.62G [00:34<00:40, 65.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.02G/4.62G [00:34<00:35, 72.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.03G/4.62G [00:34<00:34, 74.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.05G/4.62G [00:35<00:36, 70.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 2.06G/4.62G [00:35<00:40, 62.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.08G/4.62G [00:35<00:38, 66.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.10G/4.62G [00:35<00:37, 67.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.11G/4.62G [00:36<00:39, 64.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.13G/4.62G [00:36<00:42, 58.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 2.14G/4.62G [00:37<01:18, 31.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 2.16G/4.62G [00:37<01:09, 35.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 2.18G/4.62G [00:38<00:57, 42.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 2.19G/4.62G [00:38<00:52, 46.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 2.21G/4.62G [00:38<00:45, 52.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 2.22G/4.62G [00:38<00:43, 54.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 2.24G/4.62G [00:39<00:40, 58.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 2.26G/4.62G [00:39<00:36, 64.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 2.27G/4.62G [00:39<00:34, 67.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 2.29G/4.62G [00:39<00:38, 61.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 2.30G/4.62G [00:39<00:35, 64.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 2.32G/4.62G [00:40<00:39, 57.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 2.34G/4.62G [00:40<00:40, 56.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 2.35G/4.62G [00:40<00:37, 60.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 2.37G/4.62G [00:41<00:35, 63.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.38G/4.62G [00:41<00:33, 65.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.40G/4.62G [00:41<00:37, 58.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.42G/4.62G [00:42<00:45, 49.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.43G/4.62G [00:42<00:53, 40.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.45G/4.62G [00:42<00:49, 44.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.46G/4.62G [00:43<00:44, 48.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.48G/4.62G [00:43<00:41, 51.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.50G/4.62G [00:43<00:39, 53.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.51G/4.62G [00:43<00:38, 55.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.53G/4.62G [00:44<00:35, 59.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.54G/4.62G [00:44<00:32, 64.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.56G/4.62G [00:44<00:30, 68.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.58G/4.62G [00:44<00:30, 66.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 2.59G/4.62G [00:45<00:29, 68.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 2.61G/4.62G [00:45<00:27, 73.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 2.62G/4.62G [00:45<00:25, 78.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 2.64G/4.62G [00:45<00:25, 78.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 2.66G/4.62G [00:45<00:26, 75.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 2.67G/4.62G [00:46<00:27, 71.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 2.69G/4.62G [00:46<00:26, 72.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 2.70G/4.62G [00:46<00:30, 62.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 2.72G/4.62G [00:46<00:30, 62.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 2.74G/4.62G [00:47<00:27, 69.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 2.75G/4.62G [00:47<00:25, 73.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 2.77G/4.62G [00:47<00:26, 69.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 2.78G/4.62G [00:47<00:24, 73.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 2.80G/4.62G [00:48<00:28, 63.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 2.82G/4.62G [00:48<00:28, 63.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.83G/4.62G [00:48<00:26, 67.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.85G/4.62G [00:48<00:29, 60.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.86G/4.62G [00:49<00:27, 64.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.88G/4.62G [00:49<00:26, 65.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.90G/4.62G [00:49<00:26, 66.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.91G/4.62G [00:49<00:23, 72.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.93G/4.62G [00:50<00:36, 46.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 2.94G/4.62G [00:50<00:34, 49.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.96G/4.62G [00:50<00:32, 50.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.98G/4.62G [00:51<00:29, 55.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 2.99G/4.62G [00:51<00:31, 51.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.01G/4.62G [00:51<00:28, 56.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.02G/4.62G [00:51<00:26, 59.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.04G/4.62G [00:52<00:26, 60.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.06G/4.62G [00:52<00:23, 67.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.07G/4.62G [00:52<00:21, 71.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.09G/4.62G [00:52<00:24, 63.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.10G/4.62G [00:53<00:25, 59.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.12G/4.62G [00:53<00:24, 61.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.14G/4.62G [00:53<00:25, 57.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.15G/4.62G [00:53<00:23, 63.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.17G/4.62G [00:54<00:22, 63.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.18G/4.62G [00:54<00:23, 60.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.20G/4.62G [00:54<00:22, 63.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.22G/4.62G [00:54<00:20, 67.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.23G/4.62G [00:55<00:24, 57.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.25G/4.62G [00:55<00:23, 58.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.26G/4.62G [00:55<00:21, 64.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.28G/4.62G [00:56<00:21, 63.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.30G/4.62G [00:56<00:20, 66.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.31G/4.62G [00:56<00:26, 49.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.33G/4.62G [00:56<00:22, 56.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.34G/4.62G [00:57<00:21, 60.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3.36G/4.62G [00:57<00:20, 60.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3.38G/4.62G [00:57<00:19, 62.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3.39G/4.62G [00:57<00:20, 59.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.41G/4.62G [00:58<00:21, 55.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.42G/4.62G [00:58<00:20, 57.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.44G/4.62G [00:58<00:19, 61.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.46G/4.62G [00:59<00:19, 59.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.47G/4.62G [00:59<00:18, 60.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.49G/4.62G [00:59<00:18, 60.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.50G/4.62G [00:59<00:17, 62.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.52G/4.62G [01:00<00:16, 66.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.54G/4.62G [01:00<00:14, 76.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.55G/4.62G [01:00<00:14, 73.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 3.57G/4.62G [01:00<00:15, 69.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.58G/4.62G [01:00<00:16, 64.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.60G/4.62G [01:01<00:16, 63.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.62G/4.62G [01:01<00:15, 64.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 3.63G/4.62G [01:01<00:15, 64.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.65G/4.62G [01:01<00:15, 62.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.66G/4.62G [01:02<00:13, 69.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.68G/4.62G [01:02<00:13, 70.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 3.70G/4.62G [01:02<00:13, 68.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.71G/4.62G [01:02<00:11, 77.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.73G/4.62G [01:03<00:13, 65.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 3.74G/4.62G [01:03<00:13, 66.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.76G/4.62G [01:03<00:12, 70.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.78G/4.62G [01:03<00:11, 71.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.79G/4.62G [01:03<00:11, 71.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.81G/4.62G [01:04<00:11, 73.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3.82G/4.62G [01:04<00:11, 72.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3.84G/4.62G [01:04<00:10, 73.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3.86G/4.62G [01:04<00:11, 65.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.87G/4.62G [01:05<00:11, 67.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.89G/4.62G [01:05<00:11, 61.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.90G/4.62G [01:05<00:11, 64.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 3.92G/4.62G [01:05<00:09, 71.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.94G/4.62G [01:06<00:09, 68.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.95G/4.62G [01:06<00:09, 71.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.97G/4.62G [01:06<00:09, 68.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 3.98G/4.62G [01:06<00:09, 64.0MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.00G/4.62G [01:07<00:09, 66.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.02G/4.62G [01:07<00:10, 57.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4.03G/4.62G [01:07<00:09, 60.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.05G/4.62G [01:07<00:09, 63.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.06G/4.62G [01:08<00:09, 60.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.08G/4.62G [01:08<00:09, 58.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 4.10G/4.62G [01:08<00:09, 53.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 4.11G/4.62G [01:09<00:09, 52.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 4.13G/4.62G [01:09<00:08, 57.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 4.14G/4.62G [01:11<00:20, 22.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.16G/4.62G [01:11<00:16, 27.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.18G/4.62G [01:11<00:13, 32.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.19G/4.62G [01:11<00:11, 38.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 4.21G/4.62G [01:12<00:09, 43.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.22G/4.62G [01:12<00:08, 44.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.24G/4.62G [01:12<00:07, 49.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.26G/4.62G [01:12<00:06, 53.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.27G/4.62G [01:13<00:06, 53.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 4.29G/4.62G [01:13<00:05, 57.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 4.30G/4.62G [01:13<00:05, 62.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 4.32G/4.62G [01:13<00:04, 61.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.34G/4.62G [01:14<00:04, 58.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.35G/4.62G [01:14<00:04, 59.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.37G/4.62G [01:14<00:03, 70.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 4.38G/4.62G [01:14<00:03, 63.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 4.40G/4.62G [01:15<00:04, 52.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 4.42G/4.62G [01:15<00:03, 58.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 4.43G/4.62G [01:15<00:02, 64.6MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 4.45G/4.62G [01:15<00:02, 63.8MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 4.46G/4.62G [01:16<00:02, 62.2MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 4.48G/4.62G [01:16<00:02, 63.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 4.50G/4.62G [01:16<00:02, 51.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 4.51G/4.62G [01:17<00:02, 48.9MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 4.53G/4.62G [01:17<00:01, 53.7MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 4.54G/4.62G [01:17<00:01, 51.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 4.56G/4.62G [01:18<00:01, 56.4MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 4.58G/4.62G [01:18<00:00, 59.5MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 4.59G/4.62G [01:18<00:00, 61.3MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 4.61G/4.62G [01:18<00:00, 63.1MB/s] ip-26-0-171-88_1097996.1720048094691939359.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4.62G/4.62G [01:18<00:00, 58.5MB/s]