3outeille's picture
3outeille HF staff
Upload llama-1B/16_GPUS/dp-16_tp-1_pp-1_mbz-4
a0651f8 verified
raw
history blame
69.5 kB
========================
START TIME: Tue Jul 2 18:42:06 UTC 2024
python3 version = Python 3.10.14
========================
The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `huggingface-cli` if you want to set the git credential as well.
Token is valid (permission: write).
Your token has been saved to /admin/home/ferdinand_mom/.cache/huggingface/token
Login successful
Already on 'bench_cluster'
M examples/config_tiny_llama.py
M examples/config_tiny_llama.yaml
M examples/train_tiny_llama.sh
M src/nanotron/models/llama.py
M src/nanotron/trainer.py
Your branch is up to date with 'origin/bench_cluster'.
Job status: RUNNING
W0702 18:42:08.900000 140119937877824 torch/distributed/run.py:757]
W0702 18:42:08.900000 140119937877824 torch/distributed/run.py:757] *****************************************
W0702 18:42:08.900000 140119937877824 torch/distributed/run.py:757] Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed.
W0702 18:42:08.900000 140119937877824 torch/distributed/run.py:757] *****************************************
W0702 18:42:08.941000 140389991290688 torch/distributed/run.py:757]
W0702 18:42:08.941000 140389991290688 torch/distributed/run.py:757] *****************************************
W0702 18:42:08.941000 140389991290688 torch/distributed/run.py:757] Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed.
W0702 18:42:08.941000 140389991290688 torch/distributed/run.py:757] *****************************************
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Config:
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Config(general=GeneralArgs(project='bench_cluster',
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: run='%date_%jobid',
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: seed=42,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: step=None,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: consumed_train_samples=None,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: benchmark_csv_path=None,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: ignore_sanity_checks=True),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: parallelism=ParallelismArgs(dp=16,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: pp=1,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: tp=1,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: pp_engine=<nanotron.parallel.pipeline_parallel.engine.OneForwardOneBackwardPipelineEngine object at 0x7f066b358910>,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: tp_mode=<TensorParallelLinearMode.REDUCE_SCATTER: 2>,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: tp_linear_async_communication=False,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: expert_parallel_size=1),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: model=ModelArgs(model_config=LlamaConfig(bos_token_id=1,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: eos_token_id=2,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: hidden_act='silu',
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: hidden_size=2048,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: initializer_range=0.02,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: intermediate_size=4096,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: is_llama_config=True,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: max_position_embeddings=4096,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: num_attention_heads=32,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: num_hidden_layers=24,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: num_key_value_heads=32,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: pad_token_id=None,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: pretraining_tp=1,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: rms_norm_eps=1e-05,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: rope_scaling=None,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: rope_theta=10000.0,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: tie_word_embeddings=True,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: use_cache=True,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: vocab_size=50257),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: init_method=RandomInit(std=0.025),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: dtype=torch.bfloat16,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: make_vocab_size_divisible_by=1,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: ddp_bucket_cap_mb=25),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: tokenizer=TokenizerArgs(tokenizer_name_or_path='openai-community/gpt2',
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: tokenizer_revision=None,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: tokenizer_max_length=None),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: checkpoints=CheckpointsArgs(checkpoints_path=Path('/dev/null'),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: checkpoint_interval=100000,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: save_initial_state=False,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: resume_checkpoint_path=None,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: checkpoints_path_is_shared_file_system=False),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: logging=LoggingArgs(log_level='info',
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: log_level_replica='info',
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration_step_info_interval=1),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: tokens=TokensArgs(sequence_length=4096,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: train_steps=20,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: micro_batch_size=4,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: batch_accumulation_per_replica=16,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: val_check_interval=-1,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: limit_val_batches=0,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: limit_test_batches=0),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: optimizer=OptimizerArgs(optimizer_factory=AdamWOptimizerArgs(adam_eps=1e-08,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: adam_beta1=0.9,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: adam_beta2=0.95,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: torch_adam_is_fused=True,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: name='adamW'),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: zero_stage=1,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: weight_decay=0.01,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: clip_grad=1.0,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: accumulate_grad_in_fp32=True,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: learning_rate_scheduler=LRSchedulerArgs(learning_rate=0.0001,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: lr_warmup_steps=1,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: lr_warmup_style='linear',
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: lr_decay_style='linear',
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: lr_decay_steps=19,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: lr_decay_starting_step=None,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: min_decay_lr=1e-05)),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: data_stages=[DatasetStageArgs(name='Training Stage',
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: start_training_step=1,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: data=DataArgs(dataset=PretrainDatasetsArgs(hf_dataset_or_datasets='roneneldan/TinyStories',
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: hf_dataset_splits='train',
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: hf_dataset_config_name=None,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: dataset_processing_num_proc_per_process=64,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: dataset_overwrite_cache=False,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: text_column_name='text'),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: seed=42,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: num_loading_workers=32))],
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: profiler=ProfilerArgs(profiler_export_path=Path('/fsx/ferdinandmom/ferdinand-hf/bench_cluster/results/llama-1B/16_GPUS/dp-16_tp-1_pp-1_mbz-4')),
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: lighteval=None)
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Model Config:
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: LlamaConfig(bos_token_id=1,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: eos_token_id=2,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: hidden_act='silu',
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: hidden_size=2048,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: initializer_range=0.02,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: intermediate_size=4096,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: is_llama_config=True,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: max_position_embeddings=4096,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: num_attention_heads=32,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: num_hidden_layers=24,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: num_key_value_heads=32,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: pad_token_id=None,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: pretraining_tp=1,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: rms_norm_eps=1e-05,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: rope_scaling=None,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: rope_theta=10000.0,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: tie_word_embeddings=True,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: use_cache=True,
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: vocab_size=50257)
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Building model..
[default0]:07/02/2024 18:42:26 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Setting PP block ranks...
[default7]:07/02/2024 18:42:35 [INFO|DP=7|PP=0|TP=0|ip-26-0-171-62]: No checkpoint path provided.
[default0]:07/02/2024 18:42:35 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Total number of parameters: 1.11G (2116.51MiB)
[default0]:07/02/2024 18:42:35 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Local number of parameters: 1.11G (2116.51MiB)
[default0]:07/02/2024 18:42:35 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [After model building] Memory usage: 2140.53MiB. Peak allocated: 2338.88MiB Peak reserved: 2392.00MiB
[default0]:07/02/2024 18:42:35 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: No checkpoint path provided.
[default0]:07/02/2024 18:42:35 [INFO|DP=8|PP=0|TP=0|ip-26-0-171-88]: No checkpoint path provided.
[default1]:07/02/2024 18:42:35 [INFO|DP=1|PP=0|TP=0|ip-26-0-171-62]: No checkpoint path provided.
[default4]:07/02/2024 18:42:35 [INFO|DP=4|PP=0|TP=0|ip-26-0-171-62]: No checkpoint path provided.
[default6]:07/02/2024 18:42:35 [INFO|DP=14|PP=0|TP=0|ip-26-0-171-88]: No checkpoint path provided.
[default2]:07/02/2024 18:42:35 [INFO|DP=2|PP=0|TP=0|ip-26-0-171-62]: No checkpoint path provided.
[default5]:07/02/2024 18:42:35 [INFO|DP=5|PP=0|TP=0|ip-26-0-171-62]: No checkpoint path provided.
[default3]:07/02/2024 18:42:35 [INFO|DP=3|PP=0|TP=0|ip-26-0-171-62]: No checkpoint path provided.
[default6]:07/02/2024 18:42:35 [INFO|DP=6|PP=0|TP=0|ip-26-0-171-62]: No checkpoint path provided.
[default1]:07/02/2024 18:42:35 [INFO|DP=9|PP=0|TP=0|ip-26-0-171-88]: No checkpoint path provided.
[default2]:07/02/2024 18:42:35 [INFO|DP=10|PP=0|TP=0|ip-26-0-171-88]: No checkpoint path provided.
[default5]:07/02/2024 18:42:35 [INFO|DP=13|PP=0|TP=0|ip-26-0-171-88]: No checkpoint path provided.
[default7]:07/02/2024 18:42:35 [INFO|DP=15|PP=0|TP=0|ip-26-0-171-88]: No checkpoint path provided.
[default0]:07/02/2024 18:42:35 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Parametrizing model parameters using StandardParametrizator
[default3]:07/02/2024 18:42:35 [INFO|DP=11|PP=0|TP=0|ip-26-0-171-88]: No checkpoint path provided.
[default4]:07/02/2024 18:42:35 [INFO|DP=12|PP=0|TP=0|ip-26-0-171-88]: No checkpoint path provided.
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [Optimizer Building] Using LearningRateForSP as learning rate
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] Size of optimizer params per rank:
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 0 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 1 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 2 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 3 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 4 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 5 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 6 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 7 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 8 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 9 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 10 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 11 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 12 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 13 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 14 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:43 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [ZeRO sharding] DP Rank 15 has 69.4M out of 1.11G (6.25%) params' optimizer states
[default0]:07/02/2024 18:42:45 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [Training Plan] Stage Training Stage has 19 remaining training steps and has consumed 0 samples
[default0]:07/02/2024 18:42:45 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Using `datasets` library
[default0]:07/02/2024 18:42:45 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Loading tokenizer from openai-community/gpt2 and transformers/hf_hub versions ('4.41.2', '0.23.4')
[default0]:Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/02/2024 18:42:46 [WARNING|DP=0|PP=0|TP=0|ip-26-0-171-62]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/02/2024 18:42:46 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [Training Plan] There are 1 training stages
[default0]:07/02/2024 18:42:46 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [Stage Training Stage] start from step 1
[default0]:07/02/2024 18:42:46 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]:
[default0]:07/02/2024 18:42:46 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: [Start training] datetime: 2024-07-02 18:42:46.787537 | mbs: 4 | grad_accum: 16 | global_batch_size: 1024 | sequence_length: 4096 | train_steps: 20 | start_iteration_step: 0 | consumed_train_samples: 0
[default0]:07/02/2024 18:42:46 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Resuming training from stage Training Stage, it has trained for 0 samples and has 19 remaining train steps
[default0]:07/02/2024 18:42:46 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 6639.09MiB. Peak allocated 6639.09MiB. Peak reserved: 6892.00MiB
[default4]:07/02/2024 18:42:46 [WARNING|DP=4|PP=0|TP=0|ip-26-0-171-62]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:07/02/2024 18:42:46 [WARNING|DP=8|PP=0|TP=0|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:07/02/2024 18:42:46 [WARNING|DP=14|PP=0|TP=0|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default3]:07/02/2024 18:42:46 [WARNING|DP=3|PP=0|TP=0|ip-26-0-171-62]: Repo card metadata block was not found. Setting CardData to empty.
[default4]:Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default2]:07/02/2024 18:42:46 [WARNING|DP=2|PP=0|TP=0|ip-26-0-171-62]: Repo card metadata block was not found. Setting CardData to empty.
[default6]:07/02/2024 18:42:46 [WARNING|DP=6|PP=0|TP=0|ip-26-0-171-62]: Repo card metadata block was not found. Setting CardData to empty.
[default3]:Repo card metadata block was not found. Setting CardData to empty.
[default7]:07/02/2024 18:42:46 [WARNING|DP=7|PP=0|TP=0|ip-26-0-171-62]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:07/02/2024 18:42:46 [WARNING|DP=9|PP=0|TP=0|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:07/02/2024 18:42:46 [WARNING|DP=10|PP=0|TP=0|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default5]:07/02/2024 18:42:46 [WARNING|DP=13|PP=0|TP=0|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default0]:Repo card metadata block was not found. Setting CardData to empty.
[default7]:07/02/2024 18:42:46 [WARNING|DP=15|PP=0|TP=0|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.
[default3]:07/02/2024 18:42:46 [WARNING|DP=11|PP=0|TP=0|ip-26-0-171-88]: Repo card metadata block was not found. Setting CardData to empty.
[default2]:Repo card metadata block was not found. Setting CardData to empty.
[default7]:Repo card metadata block was not found. Setting CardData to empty.
[default7]:Repo card metadata block was not found. Setting CardData to empty.
[default2]:Repo card metadata block was not found. Setting CardData to empty.
[default3]:Repo card metadata block was not found. Setting CardData to empty.
[default5]:Repo card metadata block was not found. Setting CardData to empty.
[default6]:Repo card metadata block was not found. Setting CardData to empty.
[default5]:Repo card metadata block was not found. Setting CardData to empty.
[default5]:07/02/2024 18:42:47 [WARNING|DP=5|PP=0|TP=0|ip-26-0-171-62]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:07/02/2024 18:42:47 [WARNING|DP=1|PP=0|TP=0|ip-26-0-171-62]: Repo card metadata block was not found. Setting CardData to empty.
[default1]:Repo card metadata block was not found. Setting CardData to empty.
[default4]:07/02/2024 18:42:47 [WARNING|DP=12|PP=0|TP=0|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.
[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: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default0]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[default2]:/fsx/ferdinandmom/miniforge3/envs/env-bench-cluster/lib/python3.10/site-packages/torch/autograd/graph.py:744: UserWarning: c10d::allreduce_: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at ../torch/csrc/autograd/autograd_not_implemented_fallback.cpp:63.)
[default2]: return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
[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
[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/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
[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
[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.)
[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
[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
[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
[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
[default0]:07/02/2024 18:42:58 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 6715.38MiB. Peak allocated 42363.18MiB. Peak reserved: 43994.00MiB
[default0]:07/02/2024 18:43:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 1 / 20 | consumed_tokens: 4.19M | elapsed_time_per_iteration_ms: 20.5K | tokens_per_sec: 205K | tokens_per_sec_per_gpu: 12.8K | global_batch_size: 1.02K | lm_loss: 11.3 | lr: 0.0001 | model_tflops_per_gpu: 116 | hardware_tflops_per_gpu: 116 | grad_norm: 33.1 | cuda_memory_allocated: 7.6G | cuda_max_memory_reserved: 46.2G | hd_total_memory_tb: 312G | hd_used_memory_tb: 69.4G | hd_free_memory_tb: 243G
[default0]:07/02/2024 18:43:07 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 11617.88MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:43:14 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.59MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:43:16 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 2 / 20 | consumed_tokens: 8.39M | elapsed_time_per_iteration_ms: 8.8K | tokens_per_sec: 476K | tokens_per_sec_per_gpu: 29.8K | global_batch_size: 1.02K | lm_loss: 11.3 | lr: 9.53e-05 | model_tflops_per_gpu: 270 | hardware_tflops_per_gpu: 270 | grad_norm: 33.3 | cuda_memory_allocated: 7.6G | cuda_max_memory_reserved: 46.2G | hd_total_memory_tb: 312G | hd_used_memory_tb: 69.4G | hd_free_memory_tb: 243G
[default0]:07/02/2024 18:43:16 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 11617.89MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:43:22 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.59MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:STAGE:2024-07-02 18:43:24 3711718:3711718 ActivityProfilerController.cpp:314] Completed Stage: Warm Up
[default0]:07/02/2024 18:43:24 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 3 / 20 | consumed_tokens: 12.6M | elapsed_time_per_iteration_ms: 8.77K | tokens_per_sec: 478K | tokens_per_sec_per_gpu: 29.9K | global_batch_size: 1.02K | lm_loss: 16 | lr: 9.05e-05 | model_tflops_per_gpu: 271 | hardware_tflops_per_gpu: 271 | grad_norm: 249 | cuda_memory_allocated: 7.6G | cuda_max_memory_reserved: 46.2G | hd_total_memory_tb: 312G | hd_used_memory_tb: 69.4G | hd_free_memory_tb: 243G
[default0]:07/02/2024 18:43:24 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 11617.89MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:43:31 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.59MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:43:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 4 / 20 | consumed_tokens: 16.8M | elapsed_time_per_iteration_ms: 8.87K | tokens_per_sec: 473K | tokens_per_sec_per_gpu: 29.6K | global_batch_size: 1.02K | lm_loss: 15.1 | lr: 8.58e-05 | model_tflops_per_gpu: 268 | hardware_tflops_per_gpu: 268 | grad_norm: 41.6 | cuda_memory_allocated: 7.6G | cuda_max_memory_reserved: 46.2G | hd_total_memory_tb: 312G | hd_used_memory_tb: 69.4G | hd_free_memory_tb: 243G
[default0]:07/02/2024 18:43:33 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 11617.89MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:43:42 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 5 / 20 | consumed_tokens: 21M | elapsed_time_per_iteration_ms: 8.87K | tokens_per_sec: 473K | tokens_per_sec_per_gpu: 29.6K | global_batch_size: 1.02K | lm_loss: 10.8 | lr: 8.11e-05 | model_tflops_per_gpu: 268 | hardware_tflops_per_gpu: 268 | grad_norm: 26
[default0]:07/02/2024 18:43:42 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:43:51 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 6 / 20 | consumed_tokens: 25.2M | elapsed_time_per_iteration_ms: 8.82K | tokens_per_sec: 475K | tokens_per_sec_per_gpu: 29.7K | global_batch_size: 1.02K | lm_loss: 10.8 | lr: 7.63e-05 | model_tflops_per_gpu: 270 | hardware_tflops_per_gpu: 270 | grad_norm: 18.9
[default0]:STAGE:2024-07-02 18:44:01 3711718:3711718 ActivityProfilerController.cpp:320] Completed Stage: Collection
[default0]:STAGE:2024-07-02 18:44:01 3711718:3711718 ActivityProfilerController.cpp:324] Completed Stage: Post Processing
[default0]:07/02/2024 18:45:10 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:45:18 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 7 / 20 | consumed_tokens: 29.4M | elapsed_time_per_iteration_ms: 8.5K | tokens_per_sec: 494K | tokens_per_sec_per_gpu: 30.8K | global_batch_size: 1.02K | lm_loss: 10.2 | lr: 7.16e-05 | model_tflops_per_gpu: 280 | hardware_tflops_per_gpu: 280 | grad_norm: 7.97
[default0]:07/02/2024 18:45:18 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:45:27 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 8 / 20 | consumed_tokens: 33.6M | elapsed_time_per_iteration_ms: 8.58K | tokens_per_sec: 489K | tokens_per_sec_per_gpu: 30.5K | global_batch_size: 1.02K | lm_loss: 9.15 | lr: 6.68e-05 | model_tflops_per_gpu: 277 | hardware_tflops_per_gpu: 277 | grad_norm: 6.46
[default0]:07/02/2024 18:45:27 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:45:36 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 9 / 20 | consumed_tokens: 37.7M | elapsed_time_per_iteration_ms: 8.65K | tokens_per_sec: 485K | tokens_per_sec_per_gpu: 30.3K | global_batch_size: 1.02K | lm_loss: 11.2 | lr: 6.21e-05 | model_tflops_per_gpu: 275 | hardware_tflops_per_gpu: 275 | grad_norm: 59.8
[default0]:07/02/2024 18:45:36 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:45:44 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 10 / 20 | consumed_tokens: 41.9M | elapsed_time_per_iteration_ms: 8.79K | tokens_per_sec: 477K | tokens_per_sec_per_gpu: 29.8K | global_batch_size: 1.02K | lm_loss: 9.6 | lr: 5.74e-05 | model_tflops_per_gpu: 271 | hardware_tflops_per_gpu: 271 | grad_norm: 44.2
[default0]:07/02/2024 18:45:44 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:45:53 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 11 / 20 | consumed_tokens: 46.1M | elapsed_time_per_iteration_ms: 8.6K | tokens_per_sec: 488K | tokens_per_sec_per_gpu: 30.5K | global_batch_size: 1.02K | lm_loss: 8.08 | lr: 5.26e-05 | model_tflops_per_gpu: 277 | hardware_tflops_per_gpu: 277 | grad_norm: 8.6
[default0]:07/02/2024 18:45:53 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:46:02 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 12 / 20 | consumed_tokens: 50.3M | elapsed_time_per_iteration_ms: 8.66K | tokens_per_sec: 484K | tokens_per_sec_per_gpu: 30.3K | global_batch_size: 1.02K | lm_loss: 7.86 | lr: 4.79e-05 | model_tflops_per_gpu: 275 | hardware_tflops_per_gpu: 275 | grad_norm: 5.09
[default0]:07/02/2024 18:46:02 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:46:10 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 13 / 20 | consumed_tokens: 54.5M | elapsed_time_per_iteration_ms: 8.64K | tokens_per_sec: 485K | tokens_per_sec_per_gpu: 30.3K | global_batch_size: 1.02K | lm_loss: 7.7 | lr: 4.32e-05 | model_tflops_per_gpu: 275 | hardware_tflops_per_gpu: 275 | grad_norm: 4.73
[default0]:07/02/2024 18:46:10 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:46:19 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 14 / 20 | consumed_tokens: 58.7M | elapsed_time_per_iteration_ms: 8.82K | tokens_per_sec: 476K | tokens_per_sec_per_gpu: 29.7K | global_batch_size: 1.02K | lm_loss: 7.56 | lr: 3.84e-05 | model_tflops_per_gpu: 270 | hardware_tflops_per_gpu: 270 | grad_norm: 5.1
[default0]:07/02/2024 18:46:19 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:46:28 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 15 / 20 | consumed_tokens: 62.9M | elapsed_time_per_iteration_ms: 8.68K | tokens_per_sec: 483K | tokens_per_sec_per_gpu: 30.2K | global_batch_size: 1.02K | lm_loss: 7.4 | lr: 3.37e-05 | model_tflops_per_gpu: 274 | hardware_tflops_per_gpu: 274 | grad_norm: 5.17
[default0]:07/02/2024 18:46:28 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:46:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 16 / 20 | consumed_tokens: 67.1M | elapsed_time_per_iteration_ms: 8.66K | tokens_per_sec: 485K | tokens_per_sec_per_gpu: 30.3K | global_batch_size: 1.02K | lm_loss: 7.3 | lr: 2.89e-05 | model_tflops_per_gpu: 275 | hardware_tflops_per_gpu: 275 | grad_norm: 5.17
[default0]:07/02/2024 18:46:37 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:46:45 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 17 / 20 | consumed_tokens: 71.3M | elapsed_time_per_iteration_ms: 8.73K | tokens_per_sec: 480K | tokens_per_sec_per_gpu: 30K | global_batch_size: 1.02K | lm_loss: 7.22 | lr: 2.42e-05 | model_tflops_per_gpu: 272 | hardware_tflops_per_gpu: 272 | grad_norm: 5.13
[default0]:07/02/2024 18:46:45 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:46:54 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 18 / 20 | consumed_tokens: 75.5M | elapsed_time_per_iteration_ms: 8.63K | tokens_per_sec: 486K | tokens_per_sec_per_gpu: 30.4K | global_batch_size: 1.02K | lm_loss: 7.15 | lr: 1.95e-05 | model_tflops_per_gpu: 276 | hardware_tflops_per_gpu: 276 | grad_norm: 5.04
[default0]:07/02/2024 18:46:54 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:47:03 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 19 / 20 | consumed_tokens: 79.7M | elapsed_time_per_iteration_ms: 8.71K | tokens_per_sec: 481K | tokens_per_sec_per_gpu: 30.1K | global_batch_size: 1.02K | lm_loss: 7.08 | lr: 1.47e-05 | model_tflops_per_gpu: 273 | hardware_tflops_per_gpu: 273 | grad_norm: 3.87
[default0]:07/02/2024 18:47:03 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: Memory usage: 7252.58MiB. Peak allocated 42900.39MiB. Peak reserved: 44042.00MiB
[default0]:07/02/2024 18:47:11 [INFO|DP=0|PP=0|TP=0|ip-26-0-171-62]: iteration: 20 / 20 | consumed_tokens: 83.9M | elapsed_time_per_iteration_ms: 8.79K | tokens_per_sec: 477K | tokens_per_sec_per_gpu: 29.8K | global_batch_size: 1.02K | lm_loss: 7.03 | lr: 1e-05 | model_tflops_per_gpu: 271 | hardware_tflops_per_gpu: 271 | grad_norm: 2.93
Traceback (most recent call last):
File "/fsx/ferdinandmom/ferdinand-hf/bench_cluster/main.py", line 4, in <module>
from bench_cluster.submit_jobs import submit_jobs, check_status
ImportError: cannot import name 'check_status' from 'bench_cluster.submit_jobs' (/fsx/ferdinandmom/ferdinand-hf/bench_cluster/bench_cluster/submit_jobs.py)
Traceback (most recent call last):
File "/fsx/ferdinandmom/ferdinand-hf/bench_cluster/main.py", line 4, in <module>
from bench_cluster.submit_jobs import submit_jobs, check_status
ImportError: cannot import name 'check_status' from 'bench_cluster.submit_jobs' (/fsx/ferdinandmom/ferdinand-hf/bench_cluster/bench_cluster/submit_jobs.py)
Consider using `hf_transfer` for faster uploads. This solution comes with some limitations. See https://huggingface.co/docs/huggingface_hub/hf_transfer for more details.
ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 0%| | 0.00/2.21G [00:00<?, ?B/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 0%| | 10.9M/2.21G [00:00<00:20, 109MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 1%| | 21.8M/2.21G [00:00<00:36, 60.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 1%|▏ | 32.0M/2.21G [00:00<00:46, 46.8MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 2%|▏ | 48.0M/2.21G [00:00<00:41, 52.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 3%|β–Ž | 64.0M/2.21G [00:01<00:39, 54.9MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 4%|β–Ž | 80.0M/2.21G [00:01<00:40, 52.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 4%|▍ | 96.0M/2.21G [00:01<00:41, 51.4MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 5%|β–Œ | 112M/2.21G [00:02<00:39, 53.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 6%|β–Œ | 128M/2.21G [00:02<00:37, 55.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 7%|β–‹ | 144M/2.21G [00:02<00:33, 62.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 7%|β–‹ | 160M/2.21G [00:02<00:31, 64.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 8%|β–Š | 176M/2.21G [00:03<00:31, 63.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 9%|β–Š | 192M/2.21G [00:03<00:32, 61.4MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 9%|β–‰ | 208M/2.21G [00:03<00:35, 57.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 10%|β–ˆ | 224M/2.21G [00:03<00:32, 61.8MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 11%|β–ˆ | 240M/2.21G [00:04<00:31, 62.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 12%|β–ˆβ– | 256M/2.21G [00:04<00:33, 58.9MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 12%|β–ˆβ– | 272M/2.21G [00:04<00:31, 61.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 13%|β–ˆβ–Ž | 288M/2.21G [00:04<00:34, 56.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 14%|β–ˆβ– | 304M/2.21G [00:05<00:32, 59.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 14%|β–ˆβ– | 320M/2.21G [00:05<00:30, 62.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 15%|β–ˆβ–Œ | 336M/2.21G [00:05<00:30, 61.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 16%|β–ˆβ–Œ | 352M/2.21G [00:06<00:32, 57.8MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 17%|β–ˆβ–‹ | 368M/2.21G [00:06<00:30, 59.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 17%|β–ˆβ–‹ | 384M/2.21G [00:06<00:34, 53.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 18%|β–ˆβ–Š | 400M/2.21G [00:06<00:31, 56.8MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 19%|β–ˆβ–‰ | 416M/2.21G [00:07<00:29, 60.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 20%|β–ˆβ–‰ | 432M/2.21G [00:07<00:31, 56.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 20%|β–ˆβ–ˆ | 448M/2.21G [00:07<00:29, 60.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 21%|β–ˆβ–ˆ | 464M/2.21G [00:07<00:27, 63.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 22%|β–ˆβ–ˆβ– | 480M/2.21G [00:08<00:32, 53.7MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 22%|β–ˆβ–ˆβ– | 496M/2.21G [00:08<00:32, 52.9MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 23%|β–ˆβ–ˆβ–Ž | 512M/2.21G [00:08<00:28, 58.9MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 24%|β–ˆβ–ˆβ– | 528M/2.21G [00:09<00:27, 62.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 25%|β–ˆβ–ˆβ– | 544M/2.21G [00:09<00:27, 61.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 25%|β–ˆβ–ˆβ–Œ | 560M/2.21G [00:09<00:27, 59.7MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 26%|β–ˆβ–ˆβ–Œ | 576M/2.21G [00:09<00:26, 60.4MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 27%|β–ˆβ–ˆβ–‹ | 592M/2.21G [00:10<00:28, 57.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 608M/2.21G [00:10<00:28, 55.8MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 28%|β–ˆβ–ˆβ–Š | 624M/2.21G [00:10<00:30, 52.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 29%|β–ˆβ–ˆβ–‰ | 640M/2.21G [00:11<00:29, 52.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 30%|β–ˆβ–ˆβ–‰ | 656M/2.21G [00:11<00:28, 54.4MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 30%|β–ˆβ–ˆβ–ˆ | 672M/2.21G [00:11<00:25, 59.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 31%|β–ˆβ–ˆβ–ˆ | 688M/2.21G [00:11<00:25, 59.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 32%|β–ˆβ–ˆβ–ˆβ– | 704M/2.21G [00:12<00:26, 57.7MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 720M/2.21G [00:12<00:23, 62.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 33%|β–ˆβ–ˆβ–ˆβ–Ž | 736M/2.21G [00:12<00:23, 62.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 34%|β–ˆβ–ˆβ–ˆβ– | 752M/2.21G [00:12<00:22, 63.9MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 35%|β–ˆβ–ˆβ–ˆβ– | 768M/2.21G [00:13<00:25, 57.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 784M/2.21G [00:13<00:25, 56.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 36%|β–ˆβ–ˆβ–ˆβ–Œ | 800M/2.21G [00:13<00:22, 63.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 37%|β–ˆβ–ˆβ–ˆβ–‹ | 816M/2.21G [00:13<00:22, 60.9MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 832M/2.21G [00:14<00:21, 63.9MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 38%|β–ˆβ–ˆβ–ˆβ–Š | 848M/2.21G [00:14<00:24, 55.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 39%|β–ˆβ–ˆβ–ˆβ–‰ | 864M/2.21G [00:14<00:24, 54.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 40%|β–ˆβ–ˆβ–ˆβ–‰ | 880M/2.21G [00:15<00:24, 54.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆ | 896M/2.21G [00:15<00:24, 53.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 912M/2.21G [00:15<00:23, 55.4MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 928M/2.21G [00:15<00:21, 58.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 944M/2.21G [00:16<00:23, 53.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 960M/2.21G [00:16<00:22, 54.4MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 976M/2.21G [00:16<00:22, 53.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ– | 992M/2.21G [00:17<00:22, 54.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 1.01G/2.21G [00:17<00:23, 51.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 1.02G/2.21G [00:17<00:21, 56.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 1.04G/2.21G [00:18<00:21, 55.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 1.06G/2.21G [00:18<00:20, 55.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–Š | 1.07G/2.21G [00:18<00:21, 53.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 1.09G/2.21G [00:18<00:20, 55.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 1.10G/2.21G [00:19<00:22, 49.8MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 1.12G/2.21G [00:19<00:20, 53.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.14G/2.21G [00:19<00:19, 56.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.15G/2.21G [00:20<00:17, 59.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 1.17G/2.21G [00:20<00:18, 55.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 1.18G/2.21G [00:20<00:17, 58.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.20G/2.21G [00:20<00:15, 64.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 1.22G/2.21G [00:21<00:16, 60.7MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 1.23G/2.21G [00:21<00:15, 63.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 1.25G/2.21G [00:21<00:14, 68.4MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 1.26G/2.21G [00:21<00:14, 64.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 1.28G/2.21G [00:22<00:15, 60.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 1.30G/2.21G [00:22<00:17, 51.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 1.31G/2.21G [00:22<00:15, 56.4MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 1.33G/2.21G [00:23<00:20, 43.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 1.34G/2.21G [00:23<00:19, 45.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.36G/2.21G [00:23<00:16, 51.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.38G/2.21G [00:24<00:14, 58.9MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 1.39G/2.21G [00:24<00:14, 57.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.41G/2.21G [00:24<00:13, 61.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.42G/2.21G [00:24<00:14, 55.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 1.44G/2.21G [00:25<00:14, 52.8MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 1.46G/2.21G [00:25<00:13, 53.9MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 1.47G/2.21G [00:25<00:12, 60.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 1.49G/2.21G [00:26<00:12, 57.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 1.50G/2.21G [00:26<00:12, 56.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 1.52G/2.21G [00:26<00:12, 55.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 1.54G/2.21G [00:26<00:11, 56.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 70%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 1.55G/2.21G [00:27<00:10, 60.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 1.57G/2.21G [00:27<00:11, 56.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.58G/2.21G [00:27<00:13, 48.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 72%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.60G/2.21G [00:28<00:12, 50.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 73%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 1.62G/2.21G [00:28<00:10, 54.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 74%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.63G/2.21G [00:28<00:10, 56.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.65G/2.21G [00:29<00:10, 54.4MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 75%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 1.66G/2.21G [00:29<00:09, 59.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 1.68G/2.21G [00:29<00:09, 53.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 77%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 1.70G/2.21G [00:29<00:08, 63.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 1.71G/2.21G [00:30<00:07, 62.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 1.73G/2.21G [00:30<00:08, 54.8MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 79%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 1.74G/2.21G [00:30<00:09, 50.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 1.76G/2.21G [00:31<00:08, 52.4MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 80%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 1.78G/2.21G [00:31<00:07, 57.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 81%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 1.79G/2.21G [00:31<00:07, 57.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.81G/2.21G [00:36<00:43, 9.15MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 1.82G/2.21G [00:36<00:31, 12.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 83%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 1.84G/2.21G [00:37<00:22, 16.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 84%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.86G/2.21G [00:37<00:16, 21.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 1.87G/2.21G [00:37<00:12, 25.9MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 1.89G/2.21G [00:38<00:10, 31.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 1.90G/2.21G [00:38<00:09, 31.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 87%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 1.92G/2.21G [00:38<00:07, 36.2MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 1.94G/2.21G [00:39<00:06, 39.6MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 88%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 1.95G/2.21G [00:39<00:05, 42.8MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 89%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 1.97G/2.21G [00:39<00:05, 47.3MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 90%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 1.98G/2.21G [00:39<00:04, 48.7MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 2.00G/2.21G [00:40<00:03, 53.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 91%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 2.02G/2.21G [00:40<00:03, 57.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 92%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 2.03G/2.21G [00:40<00:03, 54.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 2.05G/2.21G [00:41<00:02, 56.8MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 93%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž| 2.06G/2.21G [00:41<00:02, 62.7MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 2.08G/2.21G [00:41<00:02, 62.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 95%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 2.10G/2.21G [00:41<00:01, 64.7MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ| 2.11G/2.21G [00:42<00:01, 58.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 96%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 2.13G/2.21G [00:42<00:01, 52.1MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 97%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹| 2.14G/2.21G [00:42<00:01, 56.4MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 2.16G/2.21G [00:42<00:00, 55.0MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 2.18G/2.21G [00:43<00:00, 58.5MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 2.19G/2.21G [00:43<00:00, 54.4MB/s] ip-26-0-171-62_3711718.1719945894658523576.pt.trace.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2.21G/2.21G [00:43<00:00, 50.4MB/s]