File size: 10,318 Bytes
8fe0581 be9d187 8fe0581 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
2024-04-12 07:40:44,508 INFO StreamThr :485 [internal.py:wandb_internal():86] W&B internal server running at pid: 485, started at: 2024-04-12 07:40:44.508065
2024-04-12 07:40:44,510 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status
2024-04-12 07:40:44,782 INFO WriterThread:485 [datastore.py:open_for_write():87] open: /kaggle/working/wandb/run-20240412_074044-widovcn3/run-widovcn3.wandb
2024-04-12 07:40:44,782 DEBUG SenderThread:485 [sender.py:send():379] send: header
2024-04-12 07:40:44,785 DEBUG SenderThread:485 [sender.py:send():379] send: run
2024-04-12 07:40:44,894 INFO SenderThread:485 [dir_watcher.py:__init__():211] watching files in: /kaggle/working/wandb/run-20240412_074044-widovcn3/files
2024-04-12 07:40:44,895 INFO SenderThread:485 [sender.py:_start_run_threads():1124] run started: widovcn3 with start time 1712907644.507718
2024-04-12 07:40:44,903 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: check_version
2024-04-12 07:40:44,904 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: check_version
2024-04-12 07:40:44,996 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: run_start
2024-04-12 07:40:45,008 DEBUG HandlerThread:485 [system_info.py:__init__():26] System info init
2024-04-12 07:40:45,008 DEBUG HandlerThread:485 [system_info.py:__init__():41] System info init done
2024-04-12 07:40:45,008 INFO HandlerThread:485 [system_monitor.py:start():194] Starting system monitor
2024-04-12 07:40:45,008 INFO SystemMonitor:485 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-04-12 07:40:45,008 INFO HandlerThread:485 [system_monitor.py:probe():214] Collecting system info
2024-04-12 07:40:45,009 INFO SystemMonitor:485 [interfaces.py:start():190] Started cpu monitoring
2024-04-12 07:40:45,009 INFO SystemMonitor:485 [interfaces.py:start():190] Started disk monitoring
2024-04-12 07:40:45,011 INFO SystemMonitor:485 [interfaces.py:start():190] Started gpu monitoring
2024-04-12 07:40:45,012 INFO SystemMonitor:485 [interfaces.py:start():190] Started memory monitoring
2024-04-12 07:40:45,013 INFO SystemMonitor:485 [interfaces.py:start():190] Started network monitoring
2024-04-12 07:40:45,023 DEBUG HandlerThread:485 [system_info.py:probe():150] Probing system
2024-04-12 07:40:45,026 DEBUG HandlerThread:485 [gitlib.py:_init_repo():56] git repository is invalid
2024-04-12 07:40:45,026 DEBUG HandlerThread:485 [system_info.py:probe():198] Probing system done
2024-04-12 07:40:45,026 DEBUG HandlerThread:485 [system_monitor.py:probe():223] {'os': 'Linux-5.15.133+-x86_64-with-glibc2.31', 'python': '3.10.13', 'heartbeatAt': '2024-04-12T07:40:45.023659', 'startedAt': '2024-04-12T07:40:44.501264', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': 'kaggle.ipynb', 'codePathLocal': None, 'root': '/kaggle/working', 'host': 'e5a48bec8248', 'username': 'root', 'executable': '/opt/conda/bin/python3.10', 'cpu_count': 2, 'cpu_count_logical': 4, 'cpu_freq': {'current': 2000.138, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 2000.138, 'min': 0.0, 'max': 0.0}, {'current': 2000.138, 'min': 0.0, 'max': 0.0}, {'current': 2000.138, 'min': 0.0, 'max': 0.0}, {'current': 2000.138, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 8062.387607574463, 'used': 5565.782573699951}}, 'gpu': 'Tesla T4', 'gpu_count': 2, 'gpu_devices': [{'name': 'Tesla T4', 'memory_total': 16106127360}, {'name': 'Tesla T4', 'memory_total': 16106127360}], 'memory': {'total': 31.357559204101562}}
2024-04-12 07:40:45,026 INFO HandlerThread:485 [system_monitor.py:probe():224] Finished collecting system info
2024-04-12 07:40:45,026 INFO HandlerThread:485 [system_monitor.py:probe():227] Publishing system info
2024-04-12 07:40:45,026 DEBUG HandlerThread:485 [system_info.py:_save_conda():207] Saving list of conda packages installed into the current environment
2024-04-12 07:40:45,897 INFO Thread-12 :485 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/conda-environment.yaml
2024-04-12 07:41:00,040 ERROR HandlerThread:485 [system_info.py:_save_conda():221] Error saving conda packages: Command '['conda', 'env', 'export']' timed out after 15 seconds
Traceback (most recent call last):
File "/opt/conda/lib/python3.10/site-packages/wandb/sdk/internal/system/system_info.py", line 214, in _save_conda
subprocess.call(
File "/opt/conda/lib/python3.10/subprocess.py", line 347, in call
return p.wait(timeout=timeout)
File "/opt/conda/lib/python3.10/subprocess.py", line 1209, in wait
return self._wait(timeout=timeout)
File "/opt/conda/lib/python3.10/subprocess.py", line 1951, in _wait
raise TimeoutExpired(self.args, timeout)
subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after 15 seconds
2024-04-12 07:41:00,041 DEBUG HandlerThread:485 [system_info.py:_save_conda():222] Saving conda packages done
2024-04-12 07:41:00,042 INFO HandlerThread:485 [system_monitor.py:probe():229] Finished publishing system info
2024-04-12 07:41:00,047 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
2024-04-12 07:41:00,047 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: keepalive
2024-04-12 07:41:00,047 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
2024-04-12 07:41:00,048 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: keepalive
2024-04-12 07:41:00,048 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
2024-04-12 07:41:00,048 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: keepalive
2024-04-12 07:41:00,048 DEBUG SenderThread:485 [sender.py:send():379] send: files
2024-04-12 07:41:00,049 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-metadata.json with policy now
2024-04-12 07:41:00,245 INFO wandb-upload_0:485 [upload_job.py:push():131] Uploaded file /tmp/tmpqpxjmay6wandb/iki4gmew-wandb-metadata.json
2024-04-12 07:41:00,900 INFO Thread-12 :485 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/wandb-metadata.json
2024-04-12 07:41:01,034 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: python_packages
2024-04-12 07:41:01,034 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: python_packages
2024-04-12 07:41:01,038 DEBUG SenderThread:485 [sender.py:send():379] send: telemetry
2024-04-12 07:41:01,043 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
2024-04-12 07:41:01,043 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
2024-04-12 07:41:01,051 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
2024-04-12 07:41:01,102 DEBUG SenderThread:485 [sender.py:send():379] send: config
2024-04-12 07:41:01,103 DEBUG SenderThread:485 [sender.py:send():379] send: metric
2024-04-12 07:41:01,103 DEBUG SenderThread:485 [sender.py:send():379] send: telemetry
2024-04-12 07:41:01,104 DEBUG SenderThread:485 [sender.py:send():379] send: metric
2024-04-12 07:41:01,104 WARNING SenderThread:485 [sender.py:send_metric():1341] Seen metric with glob (shouldn't happen)
2024-04-12 07:41:01,104 DEBUG SenderThread:485 [sender.py:send():379] send: telemetry
2024-04-12 07:41:01,900 INFO Thread-12 :485 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
2024-04-12 07:41:01,901 INFO Thread-12 :485 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/requirements.txt
2024-04-12 07:41:03,901 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
2024-04-12 07:41:05,568 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
2024-04-12 07:41:10,569 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
2024-04-12 07:41:15,575 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
2024-04-12 07:41:15,907 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/config.yaml
2024-04-12 07:41:16,035 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
2024-04-12 07:41:16,036 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
2024-04-12 07:41:16,036 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
2024-04-12 07:41:21,106 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
2024-04-12 07:41:22,063 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: partial_history
2024-04-12 07:41:22,066 DEBUG SenderThread:485 [sender.py:send():379] send: metric
2024-04-12 07:41:22,066 DEBUG SenderThread:485 [sender.py:send():379] send: metric
2024-04-12 07:41:22,066 DEBUG SenderThread:485 [sender.py:send():379] send: metric
2024-04-12 07:41:22,066 DEBUG SenderThread:485 [sender.py:send():379] send: metric
2024-04-12 07:41:22,066 DEBUG SenderThread:485 [sender.py:send():379] send: history
2024-04-12 07:41:22,066 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
2024-04-12 07:41:22,068 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
2024-04-12 07:41:22,910 INFO Thread-12 :485 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/wandb-summary.json
2024-04-12 07:41:23,910 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
2024-04-12 07:41:26,797 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|