File size: 91,812 Bytes
30ee9c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
2024-12-17 21:02:03,780 INFO    StreamThr :72042 [internal.py:wandb_internal():85] W&B internal server running at pid: 72042, started at: 2024-12-17 21:02:03.780301
2024-12-17 21:02:03,781 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status
2024-12-17 21:02:03,792 INFO    WriterThread:72042 [datastore.py:open_for_write():87] open: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/run-tbm1o8qf.wandb
2024-12-17 21:02:03,793 DEBUG   SenderThread:72042 [sender.py:send():379] send: header
2024-12-17 21:02:03,801 DEBUG   SenderThread:72042 [sender.py:send():379] send: run
2024-12-17 21:02:04,040 INFO    SenderThread:72042 [dir_watcher.py:__init__():211] watching files in: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files
2024-12-17 21:02:04,040 INFO    SenderThread:72042 [sender.py:_start_run_threads():1188] run started: tbm1o8qf with start time 1734487323.781326
2024-12-17 21:02:04,055 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: check_version
2024-12-17 21:02:04,055 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: check_version
2024-12-17 21:02:04,101 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: run_start
2024-12-17 21:02:04,105 DEBUG   HandlerThread:72042 [system_info.py:__init__():26] System info init
2024-12-17 21:02:04,105 DEBUG   HandlerThread:72042 [system_info.py:__init__():41] System info init done
2024-12-17 21:02:04,105 INFO    HandlerThread:72042 [system_monitor.py:start():194] Starting system monitor
2024-12-17 21:02:04,105 INFO    SystemMonitor:72042 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-12-17 21:02:04,106 INFO    HandlerThread:72042 [system_monitor.py:probe():214] Collecting system info
2024-12-17 21:02:04,106 INFO    SystemMonitor:72042 [interfaces.py:start():188] Started cpu monitoring
2024-12-17 21:02:04,106 INFO    SystemMonitor:72042 [interfaces.py:start():188] Started disk monitoring
2024-12-17 21:02:04,107 INFO    SystemMonitor:72042 [interfaces.py:start():188] Started gpu monitoring
2024-12-17 21:02:04,107 INFO    SystemMonitor:72042 [interfaces.py:start():188] Started memory monitoring
2024-12-17 21:02:04,108 INFO    SystemMonitor:72042 [interfaces.py:start():188] Started network monitoring
2024-12-17 21:02:04,118 DEBUG   HandlerThread:72042 [system_info.py:probe():152] Probing system
2024-12-17 21:02:04,120 DEBUG   HandlerThread:72042 [system_info.py:_probe_git():137] Probing git
2024-12-17 21:02:04,124 DEBUG   HandlerThread:72042 [system_info.py:_probe_git():145] Probing git done
2024-12-17 21:02:04,125 DEBUG   HandlerThread:72042 [system_info.py:probe():200] Probing system done
2024-12-17 21:02:04,125 DEBUG   HandlerThread:72042 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-125-generic-x86_64-with-glibc2.31', 'python': '3.10.14', 'heartbeatAt': '2024-12-18T02:02:04.118743', 'startedAt': '2024-12-18T02:02:03.773730', 'docker': None, 'cuda': None, 'args': ('agent=diffusion', 'suite=frankagym', 'suite/frankagym_task@_global_=insertion'), 'state': 'running', 'program': '/home/leonmkim/fish_leon/FISH/eval_robot.py', 'codePathLocal': None, 'codePath': 'FISH/eval_robot.py', 'git': {'remote': 'https://github.com/leonmkim/fish_leon.git', 'commit': '5f28b54373d7d41e4ebace380ff1080a8ffc4051'}, 'email': 'leonmkim@seas.upenn.edu', 'root': '/home/leonmkim/fish_leon', 'host': 'leonmkim-ROG-Strix-G15CS-G15CS', 'username': 'leonmkim', 'executable': '/home/leonmkim/.pyenv/versions/lerobot/bin/python', 'cpu_count': 8, 'cpu_count_logical': 8, 'cpu_freq': {'current': 3749.995375, 'min': 800.0, 'max': 4700.0}, 'cpu_freq_per_core': [{'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 4500.002, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 4499.94, 'min': 800.0, 'max': 4700.0}, {'current': 4500.013, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}], 'disk': {'/': {'total': 915.3232879638672, 'used': 373.2729034423828}}, 'gpu': 'NVIDIA GeForce RTX 2070 SUPER', 'gpu_count': 1, 'gpu_devices': [{'name': 'NVIDIA GeForce RTX 2070 SUPER', 'memory_total': 8589934592}], 'memory': {'total': 62.71595764160156}}
2024-12-17 21:02:04,125 INFO    HandlerThread:72042 [system_monitor.py:probe():224] Finished collecting system info
2024-12-17 21:02:04,125 INFO    HandlerThread:72042 [system_monitor.py:probe():227] Publishing system info
2024-12-17 21:02:04,125 DEBUG   HandlerThread:72042 [system_info.py:_save_code():44] Saving code
2024-12-17 21:02:04,126 DEBUG   HandlerThread:72042 [system_info.py:_save_code():67] Saving code done
2024-12-17 21:02:04,126 DEBUG   HandlerThread:72042 [system_info.py:_save_patches():84] Saving git patches
2024-12-17 21:02:04,191 DEBUG   HandlerThread:72042 [system_info.py:_save_patches():126] Saving git patches done
2024-12-17 21:02:04,191 INFO    HandlerThread:72042 [system_monitor.py:probe():229] Finished publishing system info
2024-12-17 21:02:04,194 DEBUG   SenderThread:72042 [sender.py:send():379] send: files
2024-12-17 21:02:04,195 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-metadata.json with policy now
2024-12-17 21:02:04,195 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file code/FISH/eval_robot.py with policy now
2024-12-17 21:02:04,195 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file diff.patch with policy now
2024-12-17 21:02:04,435 INFO    wandb-upload_0:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/5f5971ts-wandb-metadata.json
2024-12-17 21:02:04,439 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: python_packages
2024-12-17 21:02:04,439 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: python_packages
2024-12-17 21:02:04,440 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:02:04,440 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:02:04,443 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:04,444 INFO    HandlerThread:72042 [handler.py:handle_tbrecord():783] handling tbrecord: tbrecord {
  log_dir: "/home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/tb"
  save: true
}
control {
  relay_id: "4e4e9038b20c4fde8df6b85c0bf5638d"
}
_info {
  stream_id: "tbm1o8qf"
}

2024-12-17 21:02:04,444 DEBUG   HandlerThread:72042 [config_util.py:dict_from_config_file():70] no default config file found in config-defaults.yaml
2024-12-17 21:02:04,488 INFO    wandb-upload_2:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/4v1c1pqd-diff.patch
2024-12-17 21:02:04,499 INFO    wandb-upload_1:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/k6qe8mxm-code/FISH/eval_robot.py
2024-12-17 21:02:04,542 DEBUG   SenderThread:72042 [sender.py:send():379] send: telemetry
2024-12-17 21:02:04,542 DEBUG   SenderThread:72042 [sender.py:send():379] send: tbrecord
2024-12-17 21:02:04,543 DEBUG   SenderThread:72042 [sender.py:send():379] send: files
2024-12-17 21:02:04,543 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0 with policy live
2024-12-17 21:02:04,725 INFO    wandb-upload_0:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/fvv96vo3-events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0
2024-12-17 21:02:05,042 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:02:05,042 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/requirements.txt
2024-12-17 21:02:05,042 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-metadata.json
2024-12-17 21:02:05,042 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/code/FISH/eval_robot.py
2024-12-17 21:02:05,042 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/diff.patch
2024-12-17 21:02:05,042 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0
2024-12-17 21:02:05,043 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/code/FISH
2024-12-17 21:02:05,043 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/code
2024-12-17 21:02:05,440 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:06,440 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:07,041 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:02:07,440 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:08,440 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:09,440 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:02:09,441 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:10,441 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:11,441 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:11,984 DEBUG   SenderThread:72042 [sender.py:send():379] send: config
2024-12-17 21:02:12,441 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:13,043 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:02:13,442 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:14,441 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:02:14,442 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:15,043 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:02:15,442 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:16,442 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:17,044 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:02:17,442 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:18,442 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:19,045 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:02:19,461 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:02:19,461 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:19,462 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:02:19,463 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:02:20,442 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:21,045 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:02:21,442 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:22,443 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:23,443 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:24,443 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:24,944 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:02:25,046 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:02:25,443 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:26,443 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:27,047 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:02:27,444 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:28,443 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:29,047 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:02:29,444 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:30,441 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:02:30,444 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:31,444 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:32,444 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:33,049 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:02:33,444 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:34,440 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:02:34,440 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:02:34,481 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:35,444 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:35,585 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:02:36,049 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/config.yaml
2024-12-17 21:02:36,444 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:37,444 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:38,444 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:39,444 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:40,445 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:41,441 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:02:41,445 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:42,445 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:43,445 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:44,445 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:45,445 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:46,441 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:02:46,445 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:47,445 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:48,445 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:49,440 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:02:49,440 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:02:49,481 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:50,446 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:51,447 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:51,579 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:02:52,447 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:53,447 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:54,447 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:55,404 DEBUG   SenderThread:72042 [sender.py:send():379] send: files
2024-12-17 21:02:55,404 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file media/videos/eval/0_eval_0_c14cbfe41183ade1bc4f.mp4 with policy now
2024-12-17 21:02:55,405 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: partial_history
2024-12-17 21:02:55,405 DEBUG   SenderThread:72042 [sender.py:send():379] send: history
2024-12-17 21:02:55,406 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: summary_record
2024-12-17 21:02:55,407 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 21:02:55,448 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:55,658 INFO    wandb-upload_1:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/ft8yc6fq-media/videos/eval/0_eval_0_c14cbfe41183ade1bc4f.mp4
2024-12-17 21:02:56,055 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-summary.json
2024-12-17 21:02:56,055 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval/0_eval_0_c14cbfe41183ade1bc4f.mp4
2024-12-17 21:02:56,055 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos
2024-12-17 21:02:56,055 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media
2024-12-17 21:02:56,055 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval
2024-12-17 21:02:56,311 INFO    wandb-upload_0:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/0udxobya-media/videos/eval/0_eval_0_c14cbfe41183ade1bc4f.mp4
2024-12-17 21:02:56,447 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:57,055 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:02:57,408 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:02:57,448 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:58,453 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:02:59,448 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:00,448 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:01,056 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:03:01,448 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:02,449 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:02,607 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:03:03,057 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:03:03,057 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0
2024-12-17 21:03:03,449 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:04,108 DEBUG   SystemMonitor:72042 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-12-17 21:03:04,109 DEBUG   SenderThread:72042 [sender.py:send():379] send: stats
2024-12-17 21:03:04,441 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:03:04,441 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:03:04,449 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:05,058 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:03:05,450 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:06,450 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:07,450 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:08,450 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:08,549 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:03:09,059 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:03:09,450 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:10,450 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:11,450 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:12,451 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:13,451 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:14,443 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:03:14,452 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:15,452 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:16,452 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:17,452 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:18,452 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:19,440 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:03:19,440 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:03:19,481 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:19,578 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:03:20,452 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:21,454 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:22,455 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:23,455 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:24,455 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:25,443 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:03:25,455 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:26,455 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:27,456 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:28,456 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:29,456 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:30,443 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:03:30,457 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:31,457 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:32,457 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:33,457 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:34,109 DEBUG   SenderThread:72042 [sender.py:send():379] send: stats
2024-12-17 21:03:34,382 DEBUG   SenderThread:72042 [sender.py:send():379] send: files
2024-12-17 21:03:34,382 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file media/videos/eval/1_eval_1_a2d5dd163e6dc31055f4.mp4 with policy now
2024-12-17 21:03:34,383 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: partial_history
2024-12-17 21:03:34,384 DEBUG   SenderThread:72042 [sender.py:send():379] send: history
2024-12-17 21:03:34,384 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: summary_record
2024-12-17 21:03:34,384 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 21:03:34,444 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:03:34,445 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:03:34,465 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:34,640 INFO    wandb-upload_1:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/x4twrsoe-media/videos/eval/1_eval_1_a2d5dd163e6dc31055f4.mp4
2024-12-17 21:03:35,067 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-summary.json
2024-12-17 21:03:35,067 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:03:35,067 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval/1_eval_1_a2d5dd163e6dc31055f4.mp4
2024-12-17 21:03:35,068 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval
2024-12-17 21:03:35,354 INFO    wandb-upload_0:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/5pi7yt8w-media/videos/eval/1_eval_1_a2d5dd163e6dc31055f4.mp4
2024-12-17 21:03:35,463 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:35,571 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:03:36,467 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:37,068 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:03:37,460 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:38,466 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:39,068 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:03:39,472 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:40,461 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:41,321 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:03:41,462 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:42,462 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:43,070 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:03:43,462 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:43,824 DEBUG   SenderThread:72042 [sender.py:send():379] send: history
2024-12-17 21:03:43,824 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: summary_record
2024-12-17 21:03:43,824 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 21:03:44,070 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-summary.json
2024-12-17 21:03:44,070 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0
2024-12-17 21:03:44,333 INFO    wandb-upload_1:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/2e8vua53-events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0
2024-12-17 21:03:44,463 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:45,071 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:03:45,462 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:46,462 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:46,597 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:03:47,071 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:03:47,462 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:48,463 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:49,072 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:03:49,440 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:03:49,441 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:03:49,485 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:50,463 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:51,464 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:52,464 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:52,550 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:03:53,464 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:54,464 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:55,464 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:56,464 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:57,464 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:57,767 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:03:58,464 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:03:59,075 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:03:59,464 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:00,464 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:01,464 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:02,465 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:03,446 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:04:03,465 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:04,110 DEBUG   SenderThread:72042 [sender.py:send():379] send: stats
2024-12-17 21:04:04,440 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:04:04,441 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:04:04,485 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:05,465 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:06,465 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:07,465 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:08,465 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:08,589 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:04:09,466 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:10,466 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:11,466 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:12,466 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:13,466 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:14,174 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:04:14,466 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:15,080 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:04:15,473 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:15,565 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: partial_history
2024-12-17 21:04:15,566 DEBUG   SenderThread:72042 [sender.py:send():379] send: files
2024-12-17 21:04:15,566 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file media/videos/eval/2_eval_2_c3a9936bb29a61a5d383.mp4 with policy now
2024-12-17 21:04:15,566 DEBUG   SenderThread:72042 [sender.py:send():379] send: history
2024-12-17 21:04:15,566 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: summary_record
2024-12-17 21:04:15,567 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 21:04:15,821 INFO    wandb-upload_0:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/t3dddxba-media/videos/eval/2_eval_2_c3a9936bb29a61a5d383.mp4
2024-12-17 21:04:16,080 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-summary.json
2024-12-17 21:04:16,081 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval/2_eval_2_c3a9936bb29a61a5d383.mp4
2024-12-17 21:04:16,081 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval
2024-12-17 21:04:16,348 INFO    wandb-upload_1:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/7ioqhnbm-media/videos/eval/2_eval_2_c3a9936bb29a61a5d383.mp4
2024-12-17 21:04:16,473 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:17,081 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:04:17,476 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:18,081 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:04:18,477 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:19,447 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:04:19,447 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:04:19,452 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:04:19,489 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:20,476 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:21,082 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:04:21,501 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:22,482 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:23,083 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:04:23,477 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:24,447 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:04:24,476 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:25,478 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:26,477 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:26,659 DEBUG   SenderThread:72042 [sender.py:send():379] send: history
2024-12-17 21:04:26,659 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: summary_record
2024-12-17 21:04:26,661 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 21:04:27,084 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-summary.json
2024-12-17 21:04:27,084 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0
2024-12-17 21:04:27,477 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:28,479 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:29,085 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:04:29,449 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:04:29,479 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:30,478 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:31,085 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:04:31,478 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:32,478 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:33,086 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:04:33,478 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:34,110 DEBUG   SenderThread:72042 [sender.py:send():379] send: stats
2024-12-17 21:04:34,441 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:04:34,441 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:04:34,485 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:34,566 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:04:35,478 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:36,478 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:37,478 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:38,479 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:39,479 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:40,447 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:04:40,479 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:41,479 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:42,479 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:43,479 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:44,479 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:45,447 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:04:45,479 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:46,480 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:47,480 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:48,480 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:49,441 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:04:49,441 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:04:49,485 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:50,482 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:50,516 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:04:51,480 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:52,480 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:53,481 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:54,481 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:55,481 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:56,448 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:04:56,481 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:57,482 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:58,254 DEBUG   SenderThread:72042 [sender.py:send():379] send: files
2024-12-17 21:04:58,254 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file media/videos/eval/3_eval_3_a5ebabbd104fafab5ecd.mp4 with policy now
2024-12-17 21:04:58,257 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: partial_history
2024-12-17 21:04:58,257 DEBUG   SenderThread:72042 [sender.py:send():379] send: history
2024-12-17 21:04:58,257 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: summary_record
2024-12-17 21:04:58,258 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 21:04:58,487 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:04:58,503 INFO    wandb-upload_0:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/0p31b03r-media/videos/eval/3_eval_3_a5ebabbd104fafab5ecd.mp4
2024-12-17 21:04:59,094 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-summary.json
2024-12-17 21:04:59,095 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:04:59,095 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval/3_eval_3_a5ebabbd104fafab5ecd.mp4
2024-12-17 21:04:59,095 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval
2024-12-17 21:04:59,382 INFO    wandb-upload_1:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/1nan1h56-media/videos/eval/3_eval_3_a5ebabbd104fafab5ecd.mp4
2024-12-17 21:04:59,485 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:00,485 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:01,095 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:01,487 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:02,445 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:05:02,500 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:03,096 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:03,491 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:04,111 DEBUG   SenderThread:72042 [sender.py:send():379] send: stats
2024-12-17 21:05:04,446 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:05:04,446 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:05:04,492 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:05,096 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:05,490 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:06,493 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:06,707 DEBUG   SenderThread:72042 [sender.py:send():379] send: history
2024-12-17 21:05:06,707 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: summary_record
2024-12-17 21:05:06,708 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 21:05:07,097 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-summary.json
2024-12-17 21:05:07,097 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:07,097 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0
2024-12-17 21:05:07,355 INFO    wandb-upload_0:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/fk5308hp-events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0
2024-12-17 21:05:07,497 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:07,652 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:05:08,488 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:09,098 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:09,498 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:10,488 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:11,488 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:12,488 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:12,890 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:05:13,099 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:13,488 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:14,488 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:15,488 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:16,488 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:17,488 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:18,449 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:05:18,488 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:19,443 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:05:19,443 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:05:19,489 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:20,488 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:21,489 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:22,489 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:23,489 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:23,633 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:05:24,489 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:25,103 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:25,489 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:26,489 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:27,104 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:27,489 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:28,489 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:28,633 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:05:29,489 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:30,490 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:31,490 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:32,490 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:33,106 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:33,490 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:34,111 DEBUG   SenderThread:72042 [sender.py:send():379] send: stats
2024-12-17 21:05:34,111 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:05:34,443 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 21:05:34,443 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: stop_status
2024-12-17 21:05:34,490 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:35,490 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:36,490 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:37,490 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:38,493 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:38,512 DEBUG   SenderThread:72042 [sender.py:send():379] send: files
2024-12-17 21:05:38,512 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file media/videos/eval/4_eval_4_a10c49f08e3e38202133.mp4 with policy now
2024-12-17 21:05:38,553 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: partial_history
2024-12-17 21:05:38,553 DEBUG   SenderThread:72042 [sender.py:send():379] send: history
2024-12-17 21:05:38,554 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: summary_record
2024-12-17 21:05:38,554 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 21:05:38,775 INFO    wandb-upload_1:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/4al7tj4q-media/videos/eval/4_eval_4_a10c49f08e3e38202133.mp4
2024-12-17 21:05:39,108 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-summary.json
2024-12-17 21:05:39,108 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:39,108 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval/4_eval_4_a10c49f08e3e38202133.mp4
2024-12-17 21:05:39,108 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval
2024-12-17 21:05:39,374 INFO    wandb-upload_0:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/tmxkx7jf-media/videos/eval/4_eval_4_a10c49f08e3e38202133.mp4
2024-12-17 21:05:39,453 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:05:39,520 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:40,503 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:41,109 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:41,508 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:42,510 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:43,109 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:43,511 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:44,472 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:05:44,508 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:45,508 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:46,513 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:47,111 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:47,512 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:48,522 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:49,033 DEBUG   SenderThread:72042 [sender.py:send():379] send: exit
2024-12-17 21:05:49,033 INFO    SenderThread:72042 [sender.py:send_exit():586] handling exit code: 0
2024-12-17 21:05:49,034 INFO    SenderThread:72042 [sender.py:send_exit():588] handling runtime: 224
2024-12-17 21:05:49,034 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 21:05:49,034 INFO    SenderThread:72042 [sender.py:send_exit():594] send defer
2024-12-17 21:05:49,034 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:49,034 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 0
2024-12-17 21:05:49,034 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:49,034 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 0
2024-12-17 21:05:49,034 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 1
2024-12-17 21:05:49,034 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:49,034 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 1
2024-12-17 21:05:49,035 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:49,035 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 1
2024-12-17 21:05:49,035 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 2
2024-12-17 21:05:49,035 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:49,035 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 2
2024-12-17 21:05:49,035 INFO    HandlerThread:72042 [system_monitor.py:finish():203] Stopping system monitor
2024-12-17 21:05:49,035 DEBUG   SystemMonitor:72042 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-12-17 21:05:49,035 INFO    HandlerThread:72042 [interfaces.py:finish():200] Joined cpu monitor
2024-12-17 21:05:49,035 DEBUG   SystemMonitor:72042 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-12-17 21:05:49,035 INFO    HandlerThread:72042 [interfaces.py:finish():200] Joined disk monitor
2024-12-17 21:05:49,081 INFO    HandlerThread:72042 [interfaces.py:finish():200] Joined gpu monitor
2024-12-17 21:05:49,082 INFO    HandlerThread:72042 [interfaces.py:finish():200] Joined memory monitor
2024-12-17 21:05:49,082 INFO    HandlerThread:72042 [interfaces.py:finish():200] Joined network monitor
2024-12-17 21:05:49,082 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:49,082 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 2
2024-12-17 21:05:49,082 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 3
2024-12-17 21:05:49,082 DEBUG   SenderThread:72042 [sender.py:send():379] send: stats
2024-12-17 21:05:49,083 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:49,083 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 3
2024-12-17 21:05:49,083 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:49,083 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 3
2024-12-17 21:05:49,083 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 4
2024-12-17 21:05:49,083 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:49,083 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 4
2024-12-17 21:05:49,112 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-summary.json
2024-12-17 21:05:49,112 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0
2024-12-17 21:05:51,112 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:55,085 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-17 21:05:55,085 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:05:55,085 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:55,085 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: keepalive
2024-12-17 21:05:55,085 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 4
2024-12-17 21:05:55,085 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:05:55,085 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 5
2024-12-17 21:05:55,086 DEBUG   SenderThread:72042 [sender.py:send():379] send: history
2024-12-17 21:05:55,086 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:55,086 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: summary_record
2024-12-17 21:05:55,087 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 5
2024-12-17 21:05:55,087 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 21:05:55,087 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: poll_exit
2024-12-17 21:05:55,088 DEBUG   SenderThread:72042 [sender.py:send():379] send: history
2024-12-17 21:05:55,088 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: summary_record
2024-12-17 21:05:55,091 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 21:05:55,091 DEBUG   SenderThread:72042 [sender.py:send():379] send: summary
2024-12-17 21:05:55,091 INFO    SenderThread:72042 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 21:05:55,092 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:55,092 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 5
2024-12-17 21:05:55,092 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 6
2024-12-17 21:05:55,092 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:55,092 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 6
2024-12-17 21:05:55,092 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:55,092 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 6
2024-12-17 21:05:55,092 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 7
2024-12-17 21:05:55,092 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 21:05:55,092 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:55,092 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 7
2024-12-17 21:05:55,092 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:55,092 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 7
2024-12-17 21:05:55,114 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-summary.json
2024-12-17 21:05:56,035 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-17 21:05:57,659 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 8
2024-12-17 21:05:57,659 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: poll_exit
2024-12-17 21:05:57,659 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:57,660 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 8
2024-12-17 21:05:57,660 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:57,660 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 8
2024-12-17 21:05:57,660 INFO    SenderThread:72042 [job_builder.py:build():440] Attempting to build job artifact
2024-12-17 21:05:57,662 INFO    SenderThread:72042 [job_builder.py:_get_source_type():569] is repo sourced job
2024-12-17 21:05:57,676 INFO    SenderThread:72042 [job_builder.py:build():545] adding wandb-job metadata file
2024-12-17 21:05:57,690 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 9
2024-12-17 21:05:57,690 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:57,690 DEBUG   SenderThread:72042 [sender.py:send():379] send: artifact
2024-12-17 21:05:57,690 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 9
2024-12-17 21:05:58,035 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-17 21:05:58,115 INFO    Thread-12 :72042 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:58,247 INFO    wandb-upload_2:72042 [upload_job.py:push():85] Skipped uploading /home/leonmkim/.local/share/wandb/artifacts/staging/tmpmtj1ivhh
2024-12-17 21:05:58,247 INFO    wandb-upload_0:72042 [upload_job.py:push():85] Skipped uploading /tmp/tmpq89dbjgm/wandb-job.json
2024-12-17 21:05:58,372 INFO    wandb-upload_1:72042 [upload_job.py:push():88] Uploaded file /home/leonmkim/.local/share/wandb/artifacts/staging/tmp6fe2von7
2024-12-17 21:05:58,978 INFO    SenderThread:72042 [sender.py:send_artifact():1537] sent artifact job-https___github.com_leonmkim_fish_leon.git_FISH_eval_robot.py - {'id': 'QXJ0aWZhY3Q6MTM4MzExNzUzMw==', 'state': 'PENDING', 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjMxNzk5NjkyNQ==', 'latestArtifact': {'id': 'QXJ0aWZhY3Q6MTM4MzA4NzA1NA==', 'versionIndex': 375}}}
2024-12-17 21:05:58,978 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:58,978 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 9
2024-12-17 21:05:58,978 INFO    SenderThread:72042 [dir_watcher.py:finish():358] shutting down directory watcher
2024-12-17 21:05:59,115 INFO    SenderThread:72042 [dir_watcher.py:finish():388] scan: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files
2024-12-17 21:05:59,115 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/config.yaml config.yaml
2024-12-17 21:05:59,115 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0 events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0
2024-12-17 21:05:59,117 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-summary.json wandb-summary.json
2024-12-17 21:05:59,117 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/requirements.txt requirements.txt
2024-12-17 21:05:59,117 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-metadata.json wandb-metadata.json
2024-12-17 21:05:59,117 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log output.log
2024-12-17 21:05:59,117 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/diff.patch diff.patch
2024-12-17 21:05:59,118 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/code/FISH/eval_robot.py code/FISH/eval_robot.py
2024-12-17 21:05:59,122 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval/2_eval_2_c3a9936bb29a61a5d383.mp4 media/videos/eval/2_eval_2_c3a9936bb29a61a5d383.mp4
2024-12-17 21:05:59,123 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval/0_eval_0_c14cbfe41183ade1bc4f.mp4 media/videos/eval/0_eval_0_c14cbfe41183ade1bc4f.mp4
2024-12-17 21:05:59,123 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval/4_eval_4_a10c49f08e3e38202133.mp4 media/videos/eval/4_eval_4_a10c49f08e3e38202133.mp4
2024-12-17 21:05:59,123 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval/3_eval_3_a5ebabbd104fafab5ecd.mp4 media/videos/eval/3_eval_3_a5ebabbd104fafab5ecd.mp4
2024-12-17 21:05:59,124 INFO    SenderThread:72042 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/media/videos/eval/1_eval_1_a2d5dd163e6dc31055f4.mp4 media/videos/eval/1_eval_1_a2d5dd163e6dc31055f4.mp4
2024-12-17 21:05:59,124 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 10
2024-12-17 21:05:59,124 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: poll_exit
2024-12-17 21:05:59,124 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:59,124 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 10
2024-12-17 21:05:59,124 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:59,124 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 10
2024-12-17 21:05:59,124 INFO    SenderThread:72042 [file_pusher.py:finish():169] shutting down file pusher
2024-12-17 21:05:59,299 INFO    wandb-upload_0:72042 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/wandb-summary.json
2024-12-17 21:05:59,314 INFO    wandb-upload_2:72042 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/config.yaml
2024-12-17 21:05:59,352 INFO    wandb-upload_1:72042 [upload_job.py:push():130] Uploaded file /tmp/tmp0dw4a13swandb/cd9a6ukz-events.out.tfevents.1734487324.leonmkim-ROG-Strix-G15CS-G15CS.71857.0
2024-12-17 21:05:59,353 INFO    wandb-upload_4:72042 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/output.log
2024-12-17 21:05:59,391 INFO    wandb-upload_3:72042 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/files/requirements.txt
2024-12-17 21:05:59,591 INFO    Thread-11 (_thread_body):72042 [sender.py:transition_state():614] send defer: 11
2024-12-17 21:05:59,591 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:59,591 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 11
2024-12-17 21:05:59,592 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:59,592 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 11
2024-12-17 21:05:59,592 INFO    SenderThread:72042 [file_pusher.py:join():175] waiting for file pusher
2024-12-17 21:05:59,593 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 12
2024-12-17 21:05:59,593 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:59,593 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 12
2024-12-17 21:05:59,593 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:59,593 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 12
2024-12-17 21:05:59,593 INFO    SenderThread:72042 [file_stream.py:finish():601] file stream finish called
2024-12-17 21:05:59,911 INFO    SenderThread:72042 [file_stream.py:finish():605] file stream finish is done
2024-12-17 21:05:59,911 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 13
2024-12-17 21:05:59,911 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:59,912 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 13
2024-12-17 21:05:59,912 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:59,912 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 13
2024-12-17 21:05:59,912 INFO    SenderThread:72042 [sender.py:transition_state():614] send defer: 14
2024-12-17 21:05:59,912 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: defer
2024-12-17 21:05:59,912 INFO    HandlerThread:72042 [handler.py:handle_request_defer():184] handle defer: 14
2024-12-17 21:05:59,912 DEBUG   SenderThread:72042 [sender.py:send():379] send: final
2024-12-17 21:05:59,912 DEBUG   SenderThread:72042 [sender.py:send():379] send: footer
2024-12-17 21:05:59,912 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: defer
2024-12-17 21:05:59,912 INFO    SenderThread:72042 [sender.py:send_request_defer():610] handle sender defer: 14
2024-12-17 21:05:59,913 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-17 21:05:59,913 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: poll_exit
2024-12-17 21:05:59,913 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: server_info
2024-12-17 21:05:59,913 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: server_info
2024-12-17 21:05:59,915 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-17 21:05:59,915 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: get_summary
2024-12-17 21:05:59,915 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: sampled_history
2024-12-17 21:05:59,915 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 21:05:59,986 DEBUG   SenderThread:72042 [sender.py:send_request():406] send_request: poll_exit
2024-12-17 21:05:59,986 INFO    MainThread:72042 [wandb_run.py:_footer_history_summary_info():4016] rendering history
2024-12-17 21:05:59,986 INFO    MainThread:72042 [wandb_run.py:_footer_history_summary_info():4048] rendering summary
2024-12-17 21:05:59,986 INFO    MainThread:72042 [wandb_run.py:_footer_sync_info():3975] logging synced files
2024-12-17 21:05:59,987 DEBUG   HandlerThread:72042 [handler.py:handle_request():158] handle_request: shutdown
2024-12-17 21:05:59,987 INFO    HandlerThread:72042 [handler.py:finish():882] shutting down handler
2024-12-17 21:06:00,915 INFO    WriterThread:72042 [datastore.py:close():296] close: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/507_0/210157/wandb/run-20241217_210203-tbm1o8qf/run-tbm1o8qf.wandb
2024-12-17 21:06:00,986 INFO    SenderThread:72042 [sender.py:finish():1615] shutting down sender
2024-12-17 21:06:00,986 INFO    SenderThread:72042 [file_pusher.py:finish():169] shutting down file pusher
2024-12-17 21:06:00,986 INFO    SenderThread:72042 [file_pusher.py:join():175] waiting for file pusher