File size: 53,299 Bytes
28e186b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
2024-09-24 17:11:32,689 INFO    StreamThr :47710 [internal.py:wandb_internal():85] W&B internal server running at pid: 47710, started at: 2024-09-24 17:11:32.688852
2024-09-24 17:11:32,690 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status
2024-09-24 17:11:32,703 INFO    WriterThread:47710 [datastore.py:open_for_write():87] open: /Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/secoes_contrato_rotulos_classificacao_texto_v1/wandb/run-20240924_171132-3g2wvvna/run-3g2wvvna.wandb
2024-09-24 17:11:32,703 DEBUG   SenderThread:47710 [sender.py:send():379] send: header
2024-09-24 17:11:32,734 DEBUG   SenderThread:47710 [sender.py:send():379] send: run
2024-09-24 17:11:33,527 INFO    SenderThread:47710 [dir_watcher.py:__init__():211] watching files in: /Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/secoes_contrato_rotulos_classificacao_texto_v1/wandb/run-20240924_171132-3g2wvvna/files
2024-09-24 17:11:33,527 INFO    SenderThread:47710 [sender.py:_start_run_threads():1188] run started: 3g2wvvna with start time 1727208692.689752
2024-09-24 17:11:33,535 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: check_version
2024-09-24 17:11:33,535 DEBUG   SenderThread:47710 [sender.py:send_request():406] send_request: check_version
2024-09-24 17:11:33,883 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: run_start
2024-09-24 17:11:33,893 DEBUG   HandlerThread:47710 [system_info.py:__init__():26] System info init
2024-09-24 17:11:33,893 DEBUG   HandlerThread:47710 [system_info.py:__init__():41] System info init done
2024-09-24 17:11:33,893 INFO    HandlerThread:47710 [system_monitor.py:start():194] Starting system monitor
2024-09-24 17:11:33,893 INFO    SystemMonitor:47710 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-09-24 17:11:33,894 INFO    HandlerThread:47710 [system_monitor.py:probe():214] Collecting system info
2024-09-24 17:11:33,894 DEBUG   HandlerThread:47710 [system_info.py:probe():152] Probing system
2024-09-24 17:11:33,894 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started cpu monitoring
2024-09-24 17:11:33,895 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started disk monitoring
2024-09-24 17:11:33,895 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started memory monitoring
2024-09-24 17:11:33,896 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started network monitoring
2024-09-24 17:11:33,904 DEBUG   HandlerThread:47710 [system_info.py:_probe_git():137] Probing git
2024-09-24 17:11:33,936 DEBUG   HandlerThread:47710 [system_info.py:_probe_git():145] Probing git done
2024-09-24 17:11:33,936 DEBUG   HandlerThread:47710 [system_info.py:probe():200] Probing system done
2024-09-24 17:11:33,937 DEBUG   HandlerThread:47710 [system_monitor.py:probe():223] {'os': 'macOS-15.0-x86_64-i386-64bit', 'python': '3.11.9', 'heartbeatAt': '2024-09-24T20:11:33.894425', 'startedAt': '2024-09-24T20:11:32.679596', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': '/Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation/doutorado/secoes_contrato_rotulos_classificacao_texto_v1.ipynb', 'codePathLocal': 'secoes_contrato_rotulos_classificacao_texto_v1.ipynb', 'git': {'remote': 'https://github.com/marcelovidigal/retrieval_augmented_generation.git', 'commit': '23db3b3a0427b4dfac5df9b26ac2572134e857c4'}, 'email': 'marcelovidigal@gmail.com', 'root': '/Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation', 'host': 'mace16.local', 'username': 'marcelovidigal', 'executable': '/usr/local/bin/python3', 'cpu_count': 8, 'cpu_count_logical': 16, 'cpu_freq': {'current': 2300, 'min': 2300, 'max': 2300}, 'cpu_freq_per_core': [{'current': 2300, 'min': 2300, 'max': 2300}], 'disk': {'/': {'total': 931.546989440918, 'used': 9.93536376953125}}, 'memory': {'total': 16.0}}
2024-09-24 17:11:33,937 INFO    HandlerThread:47710 [system_monitor.py:probe():224] Finished collecting system info
2024-09-24 17:11:33,937 INFO    HandlerThread:47710 [system_monitor.py:probe():227] Publishing system info
2024-09-24 17:11:33,937 INFO    HandlerThread:47710 [system_monitor.py:probe():229] Finished publishing system info
2024-09-24 17:11:33,940 DEBUG   SenderThread:47710 [sender.py:send():379] send: files
2024-09-24 17:11:33,940 INFO    SenderThread:47710 [sender.py:_save_file():1454] saving file wandb-metadata.json with policy now
2024-09-24 17:11:34,144 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: python_packages
2024-09-24 17:11:34,145 DEBUG   SenderThread:47710 [sender.py:send_request():406] send_request: python_packages
2024-09-24 17:11:34,146 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:34,147 DEBUG   SenderThread:47710 [sender.py:send():379] send: telemetry
2024-09-24 17:11:34,148 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: stop_status
2024-09-24 17:11:34,148 DEBUG   SenderThread:47710 [sender.py:send_request():406] send_request: stop_status
2024-09-24 17:11:34,154 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: pause
2024-09-24 17:11:34,154 INFO    HandlerThread:47710 [handler.py:handle_request_pause():724] stopping system metrics thread
2024-09-24 17:11:34,154 INFO    HandlerThread:47710 [system_monitor.py:finish():203] Stopping system monitor
2024-09-24 17:11:34,155 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-09-24 17:11:34,155 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined cpu monitor
2024-09-24 17:11:34,155 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-09-24 17:11:34,156 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined disk monitor
2024-09-24 17:11:34,156 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-09-24 17:11:34,156 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined memory monitor
2024-09-24 17:11:34,157 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined network monitor
2024-09-24 17:11:34,168 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: resume
2024-09-24 17:11:34,168 INFO    HandlerThread:47710 [handler.py:handle_request_resume():715] starting system metrics thread
2024-09-24 17:11:34,168 INFO    HandlerThread:47710 [system_monitor.py:start():194] Starting system monitor
2024-09-24 17:11:34,168 INFO    SystemMonitor:47710 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-09-24 17:11:34,169 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started cpu monitoring
2024-09-24 17:11:34,169 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started disk monitoring
2024-09-24 17:11:34,169 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started memory monitoring
2024-09-24 17:11:34,171 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started network monitoring
2024-09-24 17:11:34,172 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: pause
2024-09-24 17:11:34,172 INFO    HandlerThread:47710 [handler.py:handle_request_pause():724] stopping system metrics thread
2024-09-24 17:11:34,172 INFO    HandlerThread:47710 [system_monitor.py:finish():203] Stopping system monitor
2024-09-24 17:11:34,172 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined cpu monitor
2024-09-24 17:11:34,172 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-09-24 17:11:34,172 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-09-24 17:11:34,173 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined disk monitor
2024-09-24 17:11:34,173 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-09-24 17:11:34,173 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined memory monitor
2024-09-24 17:11:34,173 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined network monitor
2024-09-24 17:11:34,178 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: resume
2024-09-24 17:11:34,178 INFO    HandlerThread:47710 [handler.py:handle_request_resume():715] starting system metrics thread
2024-09-24 17:11:34,178 INFO    HandlerThread:47710 [system_monitor.py:start():194] Starting system monitor
2024-09-24 17:11:34,178 INFO    SystemMonitor:47710 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-09-24 17:11:34,178 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started cpu monitoring
2024-09-24 17:11:34,178 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started disk monitoring
2024-09-24 17:11:34,179 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: pause
2024-09-24 17:11:34,179 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started memory monitoring
2024-09-24 17:11:34,181 INFO    HandlerThread:47710 [handler.py:handle_request_pause():724] stopping system metrics thread
2024-09-24 17:11:34,181 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started network monitoring
2024-09-24 17:11:34,181 INFO    HandlerThread:47710 [system_monitor.py:finish():203] Stopping system monitor
2024-09-24 17:11:34,182 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-09-24 17:11:34,182 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined cpu monitor
2024-09-24 17:11:34,182 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-09-24 17:11:34,182 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined disk monitor
2024-09-24 17:11:34,182 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-09-24 17:11:34,182 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined memory monitor
2024-09-24 17:11:34,183 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined network monitor
2024-09-24 17:11:34,191 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: resume
2024-09-24 17:11:34,191 INFO    HandlerThread:47710 [handler.py:handle_request_resume():715] starting system metrics thread
2024-09-24 17:11:34,191 INFO    HandlerThread:47710 [system_monitor.py:start():194] Starting system monitor
2024-09-24 17:11:34,191 INFO    SystemMonitor:47710 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-09-24 17:11:34,192 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started cpu monitoring
2024-09-24 17:11:34,192 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started disk monitoring
2024-09-24 17:11:34,194 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started memory monitoring
2024-09-24 17:11:34,194 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started network monitoring
2024-09-24 17:11:34,195 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: pause
2024-09-24 17:11:34,195 INFO    HandlerThread:47710 [handler.py:handle_request_pause():724] stopping system metrics thread
2024-09-24 17:11:34,195 INFO    HandlerThread:47710 [system_monitor.py:finish():203] Stopping system monitor
2024-09-24 17:11:34,195 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-09-24 17:11:34,195 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-09-24 17:11:34,195 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined cpu monitor
2024-09-24 17:11:34,195 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-09-24 17:11:34,196 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined disk monitor
2024-09-24 17:11:34,196 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined memory monitor
2024-09-24 17:11:34,196 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined network monitor
2024-09-24 17:11:34,529 INFO    Thread-12 :47710 [dir_watcher.py:_on_file_created():271] file/dir created: /Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/secoes_contrato_rotulos_classificacao_texto_v1/wandb/run-20240924_171132-3g2wvvna/files/wandb-metadata.json
2024-09-24 17:11:34,530 INFO    Thread-12 :47710 [dir_watcher.py:_on_file_created():271] file/dir created: /Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/secoes_contrato_rotulos_classificacao_texto_v1/wandb/run-20240924_171132-3g2wvvna/files/requirements.txt
2024-09-24 17:11:34,702 DEBUG   SenderThread:47710 [sender.py:send():379] send: stats
2024-09-24 17:11:34,703 DEBUG   SenderThread:47710 [sender.py:send():379] send: stats
2024-09-24 17:11:34,703 DEBUG   SenderThread:47710 [sender.py:send():379] send: stats
2024-09-24 17:11:34,703 DEBUG   SenderThread:47710 [sender.py:send():379] send: stats
2024-09-24 17:11:35,148 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:35,423 INFO    wandb-upload_0:47710 [upload_job.py:push():130] Uploaded file /var/folders/75/ky9nhpn56rg6m0h92jqhqfd80000gn/T/tmpm74k6pnuwandb/513b4q78-wandb-metadata.json
2024-09-24 17:11:35,533 INFO    Thread-12 :47710 [dir_watcher.py:_on_file_created():271] file/dir created: /Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/secoes_contrato_rotulos_classificacao_texto_v1/wandb/run-20240924_171132-3g2wvvna/files/output.log
2024-09-24 17:11:36,150 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:37,153 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:37,541 INFO    Thread-12 :47710 [dir_watcher.py:_on_file_modified():288] file/dir modified: /Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/secoes_contrato_rotulos_classificacao_texto_v1/wandb/run-20240924_171132-3g2wvvna/files/output.log
2024-09-24 17:11:37,709 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:11:38,156 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:39,158 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:40,160 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:41,050 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: resume
2024-09-24 17:11:41,050 INFO    HandlerThread:47710 [handler.py:handle_request_resume():715] starting system metrics thread
2024-09-24 17:11:41,050 INFO    HandlerThread:47710 [system_monitor.py:start():194] Starting system monitor
2024-09-24 17:11:41,050 INFO    SystemMonitor:47710 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-09-24 17:11:41,051 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started cpu monitoring
2024-09-24 17:11:41,051 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started disk monitoring
2024-09-24 17:11:41,052 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started memory monitoring
2024-09-24 17:11:41,054 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started network monitoring
2024-09-24 17:11:41,163 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:42,165 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:43,162 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:11:43,169 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:44,175 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:45,178 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:45,672 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: pause
2024-09-24 17:11:45,672 INFO    HandlerThread:47710 [handler.py:handle_request_pause():724] stopping system metrics thread
2024-09-24 17:11:45,672 INFO    HandlerThread:47710 [system_monitor.py:finish():203] Stopping system monitor
2024-09-24 17:11:45,672 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-09-24 17:11:45,672 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined cpu monitor
2024-09-24 17:11:45,672 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-09-24 17:11:45,673 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined disk monitor
2024-09-24 17:11:45,673 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-09-24 17:11:45,673 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined memory monitor
2024-09-24 17:11:45,673 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined network monitor
2024-09-24 17:11:45,674 DEBUG   SenderThread:47710 [sender.py:send():379] send: stats
2024-09-24 17:11:45,685 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: resume
2024-09-24 17:11:45,686 INFO    HandlerThread:47710 [handler.py:handle_request_resume():715] starting system metrics thread
2024-09-24 17:11:45,686 INFO    HandlerThread:47710 [system_monitor.py:start():194] Starting system monitor
2024-09-24 17:11:45,686 INFO    SystemMonitor:47710 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-09-24 17:11:45,686 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started cpu monitoring
2024-09-24 17:11:45,686 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started disk monitoring
2024-09-24 17:11:45,688 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started memory monitoring
2024-09-24 17:11:45,689 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started network monitoring
2024-09-24 17:11:45,690 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: pause
2024-09-24 17:11:45,690 INFO    HandlerThread:47710 [handler.py:handle_request_pause():724] stopping system metrics thread
2024-09-24 17:11:45,690 INFO    HandlerThread:47710 [system_monitor.py:finish():203] Stopping system monitor
2024-09-24 17:11:45,690 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-09-24 17:11:45,690 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined cpu monitor
2024-09-24 17:11:45,690 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-09-24 17:11:45,690 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined disk monitor
2024-09-24 17:11:45,690 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-09-24 17:11:45,690 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined memory monitor
2024-09-24 17:11:45,691 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined network monitor
2024-09-24 17:11:45,691 DEBUG   SenderThread:47710 [sender.py:send():379] send: stats
2024-09-24 17:11:45,729 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: resume
2024-09-24 17:11:45,729 INFO    HandlerThread:47710 [handler.py:handle_request_resume():715] starting system metrics thread
2024-09-24 17:11:45,730 INFO    HandlerThread:47710 [system_monitor.py:start():194] Starting system monitor
2024-09-24 17:11:45,730 INFO    SystemMonitor:47710 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-09-24 17:11:45,730 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started cpu monitoring
2024-09-24 17:11:45,730 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started disk monitoring
2024-09-24 17:11:45,733 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started memory monitoring
2024-09-24 17:11:45,733 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started network monitoring
2024-09-24 17:11:45,734 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: pause
2024-09-24 17:11:45,734 INFO    HandlerThread:47710 [handler.py:handle_request_pause():724] stopping system metrics thread
2024-09-24 17:11:45,734 INFO    HandlerThread:47710 [system_monitor.py:finish():203] Stopping system monitor
2024-09-24 17:11:45,734 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-09-24 17:11:45,734 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined cpu monitor
2024-09-24 17:11:45,734 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-09-24 17:11:45,735 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined disk monitor
2024-09-24 17:11:45,735 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-09-24 17:11:45,735 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined memory monitor
2024-09-24 17:11:45,735 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined network monitor
2024-09-24 17:11:45,736 DEBUG   SenderThread:47710 [sender.py:send():379] send: stats
2024-09-24 17:11:46,182 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:47,074 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: resume
2024-09-24 17:11:47,074 INFO    HandlerThread:47710 [handler.py:handle_request_resume():715] starting system metrics thread
2024-09-24 17:11:47,074 INFO    HandlerThread:47710 [system_monitor.py:start():194] Starting system monitor
2024-09-24 17:11:47,075 INFO    SystemMonitor:47710 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-09-24 17:11:47,075 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started cpu monitoring
2024-09-24 17:11:47,076 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started disk monitoring
2024-09-24 17:11:47,076 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started memory monitoring
2024-09-24 17:11:47,079 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started network monitoring
2024-09-24 17:11:47,080 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: pause
2024-09-24 17:11:47,080 INFO    HandlerThread:47710 [handler.py:handle_request_pause():724] stopping system metrics thread
2024-09-24 17:11:47,080 INFO    HandlerThread:47710 [system_monitor.py:finish():203] Stopping system monitor
2024-09-24 17:11:47,080 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-09-24 17:11:47,081 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-09-24 17:11:47,081 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-09-24 17:11:47,081 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined cpu monitor
2024-09-24 17:11:47,081 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined disk monitor
2024-09-24 17:11:47,082 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined memory monitor
2024-09-24 17:11:47,082 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined network monitor
2024-09-24 17:11:47,082 DEBUG   SenderThread:47710 [sender.py:send():379] send: stats
2024-09-24 17:11:47,184 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:47,567 INFO    Thread-12 :47710 [dir_watcher.py:_on_file_modified():288] file/dir modified: /Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/secoes_contrato_rotulos_classificacao_texto_v1/wandb/run-20240924_171132-3g2wvvna/files/output.log
2024-09-24 17:11:48,186 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:49,086 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:11:49,145 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: stop_status
2024-09-24 17:11:49,145 DEBUG   SenderThread:47710 [sender.py:send_request():406] send_request: stop_status
2024-09-24 17:11:49,191 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:49,575 INFO    Thread-12 :47710 [dir_watcher.py:_on_file_modified():288] file/dir modified: /Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/secoes_contrato_rotulos_classificacao_texto_v1/wandb/run-20240924_171132-3g2wvvna/files/output.log
2024-09-24 17:11:50,193 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:51,197 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:51,979 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: resume
2024-09-24 17:11:51,979 INFO    HandlerThread:47710 [handler.py:handle_request_resume():715] starting system metrics thread
2024-09-24 17:11:51,980 INFO    HandlerThread:47710 [system_monitor.py:start():194] Starting system monitor
2024-09-24 17:11:51,980 INFO    SystemMonitor:47710 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-09-24 17:11:51,980 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started cpu monitoring
2024-09-24 17:11:51,980 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started disk monitoring
2024-09-24 17:11:51,981 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started memory monitoring
2024-09-24 17:11:51,983 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started network monitoring
2024-09-24 17:11:51,983 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: pause
2024-09-24 17:11:51,983 INFO    HandlerThread:47710 [handler.py:handle_request_pause():724] stopping system metrics thread
2024-09-24 17:11:51,983 INFO    HandlerThread:47710 [system_monitor.py:finish():203] Stopping system monitor
2024-09-24 17:11:51,984 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-09-24 17:11:51,984 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-09-24 17:11:51,984 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined cpu monitor
2024-09-24 17:11:51,984 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-09-24 17:11:51,984 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined disk monitor
2024-09-24 17:11:51,985 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined memory monitor
2024-09-24 17:11:51,985 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined network monitor
2024-09-24 17:11:51,985 DEBUG   SenderThread:47710 [sender.py:send():379] send: stats
2024-09-24 17:11:51,996 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: resume
2024-09-24 17:11:51,996 INFO    HandlerThread:47710 [handler.py:handle_request_resume():715] starting system metrics thread
2024-09-24 17:11:51,996 INFO    HandlerThread:47710 [system_monitor.py:start():194] Starting system monitor
2024-09-24 17:11:51,996 INFO    SystemMonitor:47710 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-09-24 17:11:51,997 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started cpu monitoring
2024-09-24 17:11:51,997 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started disk monitoring
2024-09-24 17:11:51,997 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started memory monitoring
2024-09-24 17:11:52,000 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started network monitoring
2024-09-24 17:11:52,001 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: pause
2024-09-24 17:11:52,001 INFO    HandlerThread:47710 [handler.py:handle_request_pause():724] stopping system metrics thread
2024-09-24 17:11:52,001 INFO    HandlerThread:47710 [system_monitor.py:finish():203] Stopping system monitor
2024-09-24 17:11:52,001 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-09-24 17:11:52,001 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined cpu monitor
2024-09-24 17:11:52,001 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-09-24 17:11:52,001 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined disk monitor
2024-09-24 17:11:52,001 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-09-24 17:11:52,001 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined memory monitor
2024-09-24 17:11:52,002 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined network monitor
2024-09-24 17:11:52,002 DEBUG   SenderThread:47710 [sender.py:send():379] send: stats
2024-09-24 17:11:52,201 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:53,205 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:53,583 INFO    Thread-12 :47710 [dir_watcher.py:_on_file_modified():288] file/dir modified: /Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/secoes_contrato_rotulos_classificacao_texto_v1/wandb/run-20240924_171132-3g2wvvna/files/output.log
2024-09-24 17:11:54,154 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:11:54,207 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:55,209 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:56,211 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:56,766 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: resume
2024-09-24 17:11:56,767 INFO    HandlerThread:47710 [handler.py:handle_request_resume():715] starting system metrics thread
2024-09-24 17:11:56,767 INFO    HandlerThread:47710 [system_monitor.py:start():194] Starting system monitor
2024-09-24 17:11:56,767 INFO    SystemMonitor:47710 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-09-24 17:11:56,767 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started cpu monitoring
2024-09-24 17:11:56,767 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started disk monitoring
2024-09-24 17:11:56,768 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started memory monitoring
2024-09-24 17:11:56,770 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started network monitoring
2024-09-24 17:11:57,217 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:57,307 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: pause
2024-09-24 17:11:57,307 INFO    HandlerThread:47710 [handler.py:handle_request_pause():724] stopping system metrics thread
2024-09-24 17:11:57,307 INFO    HandlerThread:47710 [system_monitor.py:finish():203] Stopping system monitor
2024-09-24 17:11:57,307 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined cpu monitor
2024-09-24 17:11:57,307 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-09-24 17:11:57,307 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined disk monitor
2024-09-24 17:11:57,307 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-09-24 17:11:57,307 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined memory monitor
2024-09-24 17:11:57,307 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-09-24 17:11:57,307 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined network monitor
2024-09-24 17:11:57,308 DEBUG   SenderThread:47710 [sender.py:send():379] send: stats
2024-09-24 17:11:58,216 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:59,158 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:11:59,221 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:11:59,599 INFO    Thread-12 :47710 [dir_watcher.py:_on_file_modified():288] file/dir modified: /Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/secoes_contrato_rotulos_classificacao_texto_v1/wandb/run-20240924_171132-3g2wvvna/files/output.log
2024-09-24 17:12:00,224 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:01,228 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:02,231 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:03,234 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:04,151 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: stop_status
2024-09-24 17:12:04,151 DEBUG   SenderThread:47710 [sender.py:send_request():406] send_request: stop_status
2024-09-24 17:12:04,237 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:04,454 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:12:05,241 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:05,620 INFO    Thread-12 :47710 [dir_watcher.py:_on_file_modified():288] file/dir modified: /Users/marcelovidigal/Library/CloudStorage/GoogleDrive-marcelovidigal@gmail.com/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/secoes_contrato_rotulos_classificacao_texto_v1/wandb/run-20240924_171132-3g2wvvna/files/config.yaml
2024-09-24 17:12:06,244 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:07,246 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:08,247 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:09,253 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:10,164 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:12:10,255 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:11,257 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:12,261 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:13,264 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:14,267 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:15,272 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:16,166 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:12:16,274 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:17,277 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:18,278 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:19,156 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: stop_status
2024-09-24 17:12:19,157 DEBUG   SenderThread:47710 [sender.py:send_request():406] send_request: stop_status
2024-09-24 17:12:19,280 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:20,281 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:21,284 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:21,512 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:12:22,286 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:23,289 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:24,292 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:25,294 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:26,297 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:27,176 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:12:27,299 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:28,304 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:29,308 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:30,312 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:31,314 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:32,178 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:12:32,319 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:33,322 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:34,161 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: stop_status
2024-09-24 17:12:34,162 DEBUG   SenderThread:47710 [sender.py:send_request():406] send_request: stop_status
2024-09-24 17:12:34,326 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:35,331 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:36,333 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:37,336 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:37,438 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:12:38,339 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:39,341 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:40,344 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:41,347 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:42,352 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:43,182 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:12:43,355 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:44,360 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:45,364 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:46,367 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:47,369 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:48,188 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:12:48,372 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:49,163 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: stop_status
2024-09-24 17:12:49,163 DEBUG   SenderThread:47710 [sender.py:send_request():406] send_request: stop_status
2024-09-24 17:12:49,374 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:50,375 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:51,378 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:52,380 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:53,383 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:53,492 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:12:54,384 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:55,387 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:56,389 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:57,391 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:58,395 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:12:59,183 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:12:59,400 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:00,404 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:01,407 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:02,411 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:03,413 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:04,167 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: stop_status
2024-09-24 17:13:04,167 DEBUG   SenderThread:47710 [sender.py:send_request():406] send_request: stop_status
2024-09-24 17:13:04,415 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:04,554 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:13:05,418 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:06,423 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:07,425 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:08,429 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:09,431 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:10,197 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:13:10,436 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:11,440 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:12,442 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:13,443 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:14,443 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:15,198 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:13:15,446 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:16,447 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:16,474 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: resume
2024-09-24 17:13:16,474 INFO    HandlerThread:47710 [handler.py:handle_request_resume():715] starting system metrics thread
2024-09-24 17:13:16,474 INFO    HandlerThread:47710 [system_monitor.py:start():194] Starting system monitor
2024-09-24 17:13:16,475 INFO    SystemMonitor:47710 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-09-24 17:13:16,475 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started cpu monitoring
2024-09-24 17:13:16,475 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started disk monitoring
2024-09-24 17:13:16,477 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started memory monitoring
2024-09-24 17:13:16,478 INFO    SystemMonitor:47710 [interfaces.py:start():188] Started network monitoring
2024-09-24 17:13:17,449 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:17,598 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: pause
2024-09-24 17:13:17,598 INFO    HandlerThread:47710 [handler.py:handle_request_pause():724] stopping system metrics thread
2024-09-24 17:13:17,598 INFO    HandlerThread:47710 [system_monitor.py:finish():203] Stopping system monitor
2024-09-24 17:13:17,599 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-09-24 17:13:17,599 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-09-24 17:13:17,599 DEBUG   SystemMonitor:47710 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-09-24 17:13:17,599 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined cpu monitor
2024-09-24 17:13:17,599 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined disk monitor
2024-09-24 17:13:17,599 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined memory monitor
2024-09-24 17:13:17,600 INFO    HandlerThread:47710 [interfaces.py:finish():200] Joined network monitor
2024-09-24 17:13:17,600 DEBUG   SenderThread:47710 [sender.py:send():379] send: stats
2024-09-24 17:13:18,452 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:19,171 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: stop_status
2024-09-24 17:13:19,171 DEBUG   SenderThread:47710 [sender.py:send_request():406] send_request: stop_status
2024-09-24 17:13:19,455 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:20,457 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:13:20,458 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:21,460 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:22,465 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:23,467 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:24,471 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:25,476 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:26,209 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:13:26,478 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:27,483 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:28,485 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:29,487 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:30,492 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:31,212 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:13:31,494 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:32,496 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:33,500 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:34,174 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: stop_status
2024-09-24 17:13:34,175 DEBUG   SenderThread:47710 [sender.py:send_request():406] send_request: stop_status
2024-09-24 17:13:34,502 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:35,505 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:36,431 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:13:36,507 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:37,509 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:38,511 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:39,513 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:40,516 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:41,519 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:42,220 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: status_report
2024-09-24 17:13:42,523 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:43,527 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages
2024-09-24 17:13:44,530 DEBUG   HandlerThread:47710 [handler.py:handle_request():158] handle_request: internal_messages