-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimulation.log
More file actions
528 lines (528 loc) · 37.5 KB
/
simulation.log
File metadata and controls
528 lines (528 loc) · 37.5 KB
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
2023-03-01 09:24:57,884 simMain.py: time-step:0 main
2023-03-01 09:24:57,885 instanceGen.py:: time-step:0 main
2023-03-01 09:24:57,885 instanceGen.py:: time-step:0 createGraph
2023-03-01 09:24:57,896 simMain.py: time-step:0 startSimulation
2023-03-01 09:24:57,897 simMain.py: time-step:0 initHeap
2023-03-01 09:24:57,897 simMain.py: time-step:0 initSimClock
2023-03-01 09:24:57,897 simMain.py: time-step:0 initRoutine
2023-03-01 09:24:57,897 simMain.py: time-step:0 initCloudlets
2023-03-01 09:24:57,897 simMain.py: time-step:0 initUsers
2023-03-01 09:24:57,897 simMain.py: time-step:0 initialAllocation
2023-03-01 09:24:57,897 simMain.py: time-step:0 triggerUserPathEvents
2023-03-01 09:24:57,899 sim_utils.py: time-step:0 calcTimeToExec
2023-03-01 09:24:57,899 sim_utils.py: time-step:0 getDistSum
2023-03-01 09:24:57,900 sim_utils.py0, 10, 0
2023-03-01 09:24:57,900 simMain.py: time-step:0 timingRoutine
2023-03-01 09:24:57,900 simMain.py: time-step:0 invokeRoutine
2023-03-01 09:24:57,900 simMain.py: time-step:0 CALLING EVENT Event.INITIAL_ALLOCATION
2023-03-01 09:24:57,900 event.py: time-step:0 execEvent
2023-03-01 09:24:57,900 event.py: time-step:0 initialAlloc
2023-03-01 09:24:57,900 greedyAlloc.py: time-step:0 greedyAlloc
2023-03-01 09:24:57,900 greedyAlloc.py: time-step:0 num allocated users: 1
2023-03-01 09:24:57,900 greedyAlloc.py: time-step:0 allocated users: [('v0', 'gp1', 'cA_3')]
2023-03-01 09:24:57,900 simMain.py: time-step:0 HEAP SIZE: 3
2023-03-01 09:24:57,900 simMain.py: time-step:0 HEAP: [(0, 3, <Event.ALLOCATE_USER: 1>), (1, 2, <Event.MOVE_USER: 0>), (10, 4, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,900 simMain.py: time-step:0 USERS LIST SIZE: 1
2023-03-01 09:24:57,900 simMain.py: time-step:0 timingRoutine
2023-03-01 09:24:57,900 simMain.py: time-step:0 invokeRoutine
2023-03-01 09:24:57,900 simMain.py: time-step:0 CALLING EVENT Event.ALLOCATE_USER
2023-03-01 09:24:57,900 event.py: time-step:0 execEvent
2023-03-01 09:24:57,900 event.py: time-step:0 allocateUser
2023-03-01 09:24:57,900 event.py: time-step:0 latencyFunction
2023-03-01 09:24:57,901 simMain.py: time-step:0 HEAP SIZE: 2
2023-03-01 09:24:57,901 simMain.py: time-step:0 HEAP: [(1, 2, <Event.MOVE_USER: 0>), (10, 4, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,901 simMain.py: time-step:0 USERS LIST SIZE: 1
2023-03-01 09:24:57,901 simMain.py: time-step:0 timingRoutine
2023-03-01 09:24:57,901 simMain.py: time-step:0 invokeRoutine
2023-03-01 09:24:57,901 simMain.py: time-step:0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,901 event.py: time-step:0 execEvent
2023-03-01 09:24:57,901 event.py: time-step:1 moveUser
2023-03-01 09:24:57,901 event.py: time-step:1 latencyFunction
2023-03-01 09:24:57,904 sim_utils.py: time-step:1 calcTimeToExec
2023-03-01 09:24:57,904 sim_utils.py: time-step:1 getDistSum
2023-03-01 09:24:57,904 sim_utils.py15.23, 10, 1.0
2023-03-01 09:24:57,904 simMain.py: time-step:1 HEAP SIZE: 2
2023-03-01 09:24:57,904 simMain.py: time-step:1 HEAP: [(2.0, 5, <Event.MOVE_USER: 0>), (10, 4, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,904 simMain.py: time-step:1 USERS LIST SIZE: 1
2023-03-01 09:24:57,904 simMain.py: time-step:1 timingRoutine
2023-03-01 09:24:57,904 simMain.py: time-step:1 invokeRoutine
2023-03-01 09:24:57,904 simMain.py: time-step:1 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,904 event.py: time-step:1 execEvent
2023-03-01 09:24:57,904 event.py: time-step:3.0 moveUser
2023-03-01 09:24:57,904 event.py: time-step:3.0 latencyFunction
2023-03-01 09:24:57,910 sim_utils.py: time-step:3.0 calcTimeToExec
2023-03-01 09:24:57,910 sim_utils.py: time-step:3.0 getDistSum
2023-03-01 09:24:57,910 sim_utils.py23.759999999999998, 10, 2.0
2023-03-01 09:24:57,910 simMain.py: time-step:3.0 HEAP SIZE: 2
2023-03-01 09:24:57,910 simMain.py: time-step:3.0 HEAP: [(3.0, 6, <Event.MOVE_USER: 0>), (10, 4, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,910 simMain.py: time-step:3.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,910 simMain.py: time-step:3.0 timingRoutine
2023-03-01 09:24:57,911 simMain.py: time-step:3.0 invokeRoutine
2023-03-01 09:24:57,911 simMain.py: time-step:3.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,911 event.py: time-step:3.0 execEvent
2023-03-01 09:24:57,911 event.py: time-step:6.0 moveUser
2023-03-01 09:24:57,911 event.py: time-step:6.0 latencyFunction
2023-03-01 09:24:57,914 sim_utils.py: time-step:6.0 calcTimeToExec
2023-03-01 09:24:57,914 sim_utils.py: time-step:6.0 getDistSum
2023-03-01 09:24:57,914 sim_utils.py39.589999999999996, 10, 3.0
2023-03-01 09:24:57,914 simMain.py: time-step:6.0 HEAP SIZE: 2
2023-03-01 09:24:57,914 simMain.py: time-step:6.0 HEAP: [(4.0, 7, <Event.MOVE_USER: 0>), (10, 4, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,914 simMain.py: time-step:6.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,914 simMain.py: time-step:6.0 timingRoutine
2023-03-01 09:24:57,914 simMain.py: time-step:6.0 invokeRoutine
2023-03-01 09:24:57,914 simMain.py: time-step:6.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,914 event.py: time-step:6.0 execEvent
2023-03-01 09:24:57,914 event.py: time-step:10.0 moveUser
2023-03-01 09:24:57,914 event.py: time-step:10.0 latencyFunction
2023-03-01 09:24:57,917 sim_utils.py: time-step:10.0 calcTimeToExec
2023-03-01 09:24:57,917 sim_utils.py: time-step:10.0 getDistSum
2023-03-01 09:24:57,917 sim_utils.py58.86, 10, 5.0
2023-03-01 09:24:57,917 simMain.py: time-step:10.0 HEAP SIZE: 2
2023-03-01 09:24:57,917 simMain.py: time-step:10.0 HEAP: [(6.0, 8, <Event.MOVE_USER: 0>), (10, 4, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,917 simMain.py: time-step:10.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,917 simMain.py: time-step:10.0 timingRoutine
2023-03-01 09:24:57,917 simMain.py: time-step:10.0 invokeRoutine
2023-03-01 09:24:57,917 simMain.py: time-step:10.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,917 event.py: time-step:10.0 execEvent
2023-03-01 09:24:57,917 event.py: time-step:16.0 moveUser
2023-03-01 09:24:57,917 event.py: time-step:16.0 latencyFunction
2023-03-01 09:24:57,920 sim_utils.py: time-step:16.0 calcTimeToExec
2023-03-01 09:24:57,920 sim_utils.py: time-step:16.0 getDistSum
2023-03-01 09:24:57,920 sim_utils.py65.46, 10, 6.0
2023-03-01 09:24:57,920 simMain.py: time-step:16.0 HEAP SIZE: 2
2023-03-01 09:24:57,920 simMain.py: time-step:16.0 HEAP: [(7.0, 9, <Event.MOVE_USER: 0>), (10, 4, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,920 simMain.py: time-step:16.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,920 simMain.py: time-step:16.0 timingRoutine
2023-03-01 09:24:57,920 simMain.py: time-step:16.0 invokeRoutine
2023-03-01 09:24:57,920 simMain.py: time-step:16.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,920 event.py: time-step:16.0 execEvent
2023-03-01 09:24:57,920 event.py: time-step:23.0 moveUser
2023-03-01 09:24:57,920 event.py: time-step:23.0 latencyFunction
2023-03-01 09:24:57,924 sim_utils.py: time-step:23.0 calcTimeToExec
2023-03-01 09:24:57,924 sim_utils.py: time-step:23.0 getDistSum
2023-03-01 09:24:57,924 sim_utils.py93.67999999999999, 10, 9.0
2023-03-01 09:24:57,924 simMain.py: time-step:23.0 HEAP SIZE: 2
2023-03-01 09:24:57,924 simMain.py: time-step:23.0 HEAP: [(10, 4, <Event.CALL_OPT: 3>), (10.0, 10, <Event.MOVE_USER: 0>)]
2023-03-01 09:24:57,924 simMain.py: time-step:23.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,924 simMain.py: time-step:23.0 timingRoutine
2023-03-01 09:24:57,924 simMain.py: time-step:23.0 invokeRoutine
2023-03-01 09:24:57,924 simMain.py: time-step:23.0 CALLING EVENT Event.CALL_OPT
2023-03-01 09:24:57,924 event.py: time-step:23.0 execEvent
2023-03-01 09:24:57,924 event.py: time-step:33.0 optimizeAlloc
2023-03-01 09:24:57,924 greedyAlloc.py: time-step:33.0 greedyAlloc
2023-03-01 09:24:57,924 greedyAlloc.py: time-step:33.0 num allocated users: 1
2023-03-01 09:24:57,924 greedyAlloc.py: time-step:33.0 allocated users: [('v0', 'gp1', 'cA_3')]
2023-03-01 09:24:57,924 simMain.py: time-step:33.0 HEAP SIZE: 3
2023-03-01 09:24:57,924 simMain.py: time-step:33.0 HEAP: [(10.0, 10, <Event.MOVE_USER: 0>), (33.0, 11, <Event.ALLOCATE_USER: 1>), (43.0, 12, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,924 simMain.py: time-step:33.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,924 simMain.py: time-step:33.0 timingRoutine
2023-03-01 09:24:57,925 simMain.py: time-step:33.0 invokeRoutine
2023-03-01 09:24:57,925 simMain.py: time-step:33.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,925 event.py: time-step:33.0 execEvent
2023-03-01 09:24:57,925 event.py: time-step:43.0 moveUser
2023-03-01 09:24:57,925 event.py: time-step:43.0 latencyFunction
2023-03-01 09:24:57,927 sim_utils.py: time-step:43.0 calcTimeToExec
2023-03-01 09:24:57,927 sim_utils.py: time-step:43.0 getDistSum
2023-03-01 09:24:57,927 sim_utils.py103.67999999999999, 10, 10.0
2023-03-01 09:24:57,927 simMain.py: time-step:43.0 HEAP SIZE: 3
2023-03-01 09:24:57,928 simMain.py: time-step:43.0 HEAP: [(11.0, 13, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,928 simMain.py: time-step:43.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,928 simMain.py: time-step:43.0 timingRoutine
2023-03-01 09:24:57,928 simMain.py: time-step:43.0 invokeRoutine
2023-03-01 09:24:57,928 simMain.py: time-step:43.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,928 event.py: time-step:43.0 execEvent
2023-03-01 09:24:57,928 event.py: time-step:54.0 moveUser
2023-03-01 09:24:57,928 event.py: time-step:54.0 latencyFunction
2023-03-01 09:24:57,930 sim_utils.py: time-step:54.0 calcTimeToExec
2023-03-01 09:24:57,930 sim_utils.py: time-step:54.0 getDistSum
2023-03-01 09:24:57,930 sim_utils.py114.05999999999999, 10, 11.0
2023-03-01 09:24:57,930 simMain.py: time-step:54.0 HEAP SIZE: 3
2023-03-01 09:24:57,931 simMain.py: time-step:54.0 HEAP: [(12.0, 14, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,931 simMain.py: time-step:54.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,931 simMain.py: time-step:54.0 timingRoutine
2023-03-01 09:24:57,931 simMain.py: time-step:54.0 invokeRoutine
2023-03-01 09:24:57,931 simMain.py: time-step:54.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,931 event.py: time-step:54.0 execEvent
2023-03-01 09:24:57,931 event.py: time-step:66.0 moveUser
2023-03-01 09:24:57,931 event.py: time-step:66.0 latencyFunction
2023-03-01 09:24:57,933 sim_utils.py: time-step:66.0 calcTimeToExec
2023-03-01 09:24:57,933 sim_utils.py: time-step:66.0 getDistSum
2023-03-01 09:24:57,933 sim_utils.py147.81, 10, 14.0
2023-03-01 09:24:57,933 simMain.py: time-step:66.0 HEAP SIZE: 3
2023-03-01 09:24:57,934 simMain.py: time-step:66.0 HEAP: [(15.0, 15, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,934 simMain.py: time-step:66.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,934 simMain.py: time-step:66.0 timingRoutine
2023-03-01 09:24:57,934 simMain.py: time-step:66.0 invokeRoutine
2023-03-01 09:24:57,934 simMain.py: time-step:66.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,934 event.py: time-step:66.0 execEvent
2023-03-01 09:24:57,934 event.py: time-step:81.0 moveUser
2023-03-01 09:24:57,934 event.py: time-step:81.0 latencyFunction
2023-03-01 09:24:57,936 sim_utils.py: time-step:81.0 calcTimeToExec
2023-03-01 09:24:57,936 sim_utils.py: time-step:81.0 getDistSum
2023-03-01 09:24:57,936 sim_utils.py149.87, 10, 14.0
2023-03-01 09:24:57,936 simMain.py: time-step:81.0 HEAP SIZE: 3
2023-03-01 09:24:57,936 simMain.py: time-step:81.0 HEAP: [(15.0, 16, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,936 simMain.py: time-step:81.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,936 simMain.py: time-step:81.0 timingRoutine
2023-03-01 09:24:57,936 simMain.py: time-step:81.0 invokeRoutine
2023-03-01 09:24:57,936 simMain.py: time-step:81.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,936 event.py: time-step:81.0 execEvent
2023-03-01 09:24:57,936 event.py: time-step:96.0 moveUser
2023-03-01 09:24:57,937 event.py: time-step:96.0 latencyFunction
2023-03-01 09:24:57,939 sim_utils.py: time-step:96.0 calcTimeToExec
2023-03-01 09:24:57,939 sim_utils.py: time-step:96.0 getDistSum
2023-03-01 09:24:57,939 sim_utils.py155.09, 10, 15.0
2023-03-01 09:24:57,939 simMain.py: time-step:96.0 HEAP SIZE: 3
2023-03-01 09:24:57,939 simMain.py: time-step:96.0 HEAP: [(16.0, 17, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,939 simMain.py: time-step:96.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,939 simMain.py: time-step:96.0 timingRoutine
2023-03-01 09:24:57,939 simMain.py: time-step:96.0 invokeRoutine
2023-03-01 09:24:57,939 simMain.py: time-step:96.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,939 event.py: time-step:96.0 execEvent
2023-03-01 09:24:57,939 event.py: time-step:112.0 moveUser
2023-03-01 09:24:57,940 event.py: time-step:112.0 latencyFunction
2023-03-01 09:24:57,942 sim_utils.py: time-step:112.0 calcTimeToExec
2023-03-01 09:24:57,942 sim_utils.py: time-step:112.0 getDistSum
2023-03-01 09:24:57,942 sim_utils.py161.86, 10, 16.0
2023-03-01 09:24:57,942 simMain.py: time-step:112.0 HEAP SIZE: 3
2023-03-01 09:24:57,942 simMain.py: time-step:112.0 HEAP: [(17.0, 18, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,942 simMain.py: time-step:112.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,942 simMain.py: time-step:112.0 timingRoutine
2023-03-01 09:24:57,942 simMain.py: time-step:112.0 invokeRoutine
2023-03-01 09:24:57,942 simMain.py: time-step:112.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,942 event.py: time-step:112.0 execEvent
2023-03-01 09:24:57,942 event.py: time-step:129.0 moveUser
2023-03-01 09:24:57,942 event.py: time-step:129.0 latencyFunction
2023-03-01 09:24:57,945 sim_utils.py: time-step:129.0 calcTimeToExec
2023-03-01 09:24:57,945 sim_utils.py: time-step:129.0 getDistSum
2023-03-01 09:24:57,945 sim_utils.py175.93, 10, 17.0
2023-03-01 09:24:57,945 simMain.py: time-step:129.0 HEAP SIZE: 3
2023-03-01 09:24:57,945 simMain.py: time-step:129.0 HEAP: [(18.0, 19, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,945 simMain.py: time-step:129.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,945 simMain.py: time-step:129.0 timingRoutine
2023-03-01 09:24:57,945 simMain.py: time-step:129.0 invokeRoutine
2023-03-01 09:24:57,945 simMain.py: time-step:129.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,945 event.py: time-step:129.0 execEvent
2023-03-01 09:24:57,945 event.py: time-step:147.0 moveUser
2023-03-01 09:24:57,945 event.py: time-step:147.0 latencyFunction
2023-03-01 09:24:57,947 sim_utils.py: time-step:147.0 calcTimeToExec
2023-03-01 09:24:57,948 sim_utils.py: time-step:147.0 getDistSum
2023-03-01 09:24:57,948 sim_utils.py185.95000000000002, 10, 18.0
2023-03-01 09:24:57,948 simMain.py: time-step:147.0 HEAP SIZE: 3
2023-03-01 09:24:57,948 simMain.py: time-step:147.0 HEAP: [(19.0, 20, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,948 simMain.py: time-step:147.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,948 simMain.py: time-step:147.0 timingRoutine
2023-03-01 09:24:57,948 simMain.py: time-step:147.0 invokeRoutine
2023-03-01 09:24:57,948 simMain.py: time-step:147.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,948 event.py: time-step:147.0 execEvent
2023-03-01 09:24:57,948 event.py: time-step:166.0 moveUser
2023-03-01 09:24:57,948 event.py: time-step:166.0 latencyFunction
2023-03-01 09:24:57,950 sim_utils.py: time-step:166.0 calcTimeToExec
2023-03-01 09:24:57,950 sim_utils.py: time-step:166.0 getDistSum
2023-03-01 09:24:57,950 sim_utils.py210.71, 10, 21.0
2023-03-01 09:24:57,950 simMain.py: time-step:166.0 HEAP SIZE: 3
2023-03-01 09:24:57,950 simMain.py: time-step:166.0 HEAP: [(22.0, 21, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,950 simMain.py: time-step:166.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,950 simMain.py: time-step:166.0 timingRoutine
2023-03-01 09:24:57,950 simMain.py: time-step:166.0 invokeRoutine
2023-03-01 09:24:57,950 simMain.py: time-step:166.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,950 event.py: time-step:166.0 execEvent
2023-03-01 09:24:57,950 event.py: time-step:188.0 moveUser
2023-03-01 09:24:57,950 event.py: time-step:188.0 latencyFunction
2023-03-01 09:24:57,953 sim_utils.py: time-step:188.0 calcTimeToExec
2023-03-01 09:24:57,953 sim_utils.py: time-step:188.0 getDistSum
2023-03-01 09:24:57,953 sim_utils.py214.73000000000002, 10, 21.0
2023-03-01 09:24:57,953 simMain.py: time-step:188.0 HEAP SIZE: 3
2023-03-01 09:24:57,953 simMain.py: time-step:188.0 HEAP: [(22.0, 22, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,953 simMain.py: time-step:188.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,953 simMain.py: time-step:188.0 timingRoutine
2023-03-01 09:24:57,953 simMain.py: time-step:188.0 invokeRoutine
2023-03-01 09:24:57,953 simMain.py: time-step:188.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,953 event.py: time-step:188.0 execEvent
2023-03-01 09:24:57,953 event.py: time-step:210.0 moveUser
2023-03-01 09:24:57,953 event.py: time-step:210.0 latencyFunction
2023-03-01 09:24:57,955 sim_utils.py: time-step:210.0 calcTimeToExec
2023-03-01 09:24:57,955 sim_utils.py: time-step:210.0 getDistSum
2023-03-01 09:24:57,956 sim_utils.py225.47000000000003, 10, 22.0
2023-03-01 09:24:57,956 simMain.py: time-step:210.0 HEAP SIZE: 3
2023-03-01 09:24:57,956 simMain.py: time-step:210.0 HEAP: [(23.0, 23, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,956 simMain.py: time-step:210.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,956 simMain.py: time-step:210.0 timingRoutine
2023-03-01 09:24:57,956 simMain.py: time-step:210.0 invokeRoutine
2023-03-01 09:24:57,956 simMain.py: time-step:210.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,956 event.py: time-step:210.0 execEvent
2023-03-01 09:24:57,956 event.py: time-step:233.0 moveUser
2023-03-01 09:24:57,956 event.py: time-step:233.0 latencyFunction
2023-03-01 09:24:57,958 sim_utils.py: time-step:233.0 calcTimeToExec
2023-03-01 09:24:57,958 sim_utils.py: time-step:233.0 getDistSum
2023-03-01 09:24:57,958 sim_utils.py234.42000000000002, 10, 23.0
2023-03-01 09:24:57,958 simMain.py: time-step:233.0 HEAP SIZE: 3
2023-03-01 09:24:57,958 simMain.py: time-step:233.0 HEAP: [(24.0, 24, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,958 simMain.py: time-step:233.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,958 simMain.py: time-step:233.0 timingRoutine
2023-03-01 09:24:57,958 simMain.py: time-step:233.0 invokeRoutine
2023-03-01 09:24:57,958 simMain.py: time-step:233.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,958 event.py: time-step:233.0 execEvent
2023-03-01 09:24:57,958 event.py: time-step:257.0 moveUser
2023-03-01 09:24:57,958 event.py: time-step:257.0 latencyFunction
2023-03-01 09:24:57,961 sim_utils.py: time-step:257.0 calcTimeToExec
2023-03-01 09:24:57,961 sim_utils.py: time-step:257.0 getDistSum
2023-03-01 09:24:57,961 sim_utils.py248.09, 10, 24.0
2023-03-01 09:24:57,961 simMain.py: time-step:257.0 HEAP SIZE: 3
2023-03-01 09:24:57,961 simMain.py: time-step:257.0 HEAP: [(25.0, 25, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,961 simMain.py: time-step:257.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,961 simMain.py: time-step:257.0 timingRoutine
2023-03-01 09:24:57,961 simMain.py: time-step:257.0 invokeRoutine
2023-03-01 09:24:57,961 simMain.py: time-step:257.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,961 event.py: time-step:257.0 execEvent
2023-03-01 09:24:57,961 event.py: time-step:282.0 moveUser
2023-03-01 09:24:57,961 event.py: time-step:282.0 latencyFunction
2023-03-01 09:24:57,963 sim_utils.py: time-step:282.0 calcTimeToExec
2023-03-01 09:24:57,963 sim_utils.py: time-step:282.0 getDistSum
2023-03-01 09:24:57,963 sim_utils.py267.11, 10, 26.0
2023-03-01 09:24:57,964 simMain.py: time-step:282.0 HEAP SIZE: 3
2023-03-01 09:24:57,964 simMain.py: time-step:282.0 HEAP: [(27.0, 26, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,964 simMain.py: time-step:282.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,964 simMain.py: time-step:282.0 timingRoutine
2023-03-01 09:24:57,964 simMain.py: time-step:282.0 invokeRoutine
2023-03-01 09:24:57,964 simMain.py: time-step:282.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,964 event.py: time-step:282.0 execEvent
2023-03-01 09:24:57,964 event.py: time-step:309.0 moveUser
2023-03-01 09:24:57,964 event.py: time-step:309.0 latencyFunction
2023-03-01 09:24:57,966 sim_utils.py: time-step:309.0 calcTimeToExec
2023-03-01 09:24:57,966 sim_utils.py: time-step:309.0 getDistSum
2023-03-01 09:24:57,966 sim_utils.py271.55, 10, 27.0
2023-03-01 09:24:57,966 simMain.py: time-step:309.0 HEAP SIZE: 3
2023-03-01 09:24:57,966 simMain.py: time-step:309.0 HEAP: [(28.0, 27, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,966 simMain.py: time-step:309.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,966 simMain.py: time-step:309.0 timingRoutine
2023-03-01 09:24:57,966 simMain.py: time-step:309.0 invokeRoutine
2023-03-01 09:24:57,966 simMain.py: time-step:309.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,966 event.py: time-step:309.0 execEvent
2023-03-01 09:24:57,966 event.py: time-step:337.0 moveUser
2023-03-01 09:24:57,966 event.py: time-step:337.0 latencyFunction
2023-03-01 09:24:57,969 sim_utils.py: time-step:337.0 calcTimeToExec
2023-03-01 09:24:57,969 sim_utils.py: time-step:337.0 getDistSum
2023-03-01 09:24:57,969 sim_utils.py296.94, 10, 29.0
2023-03-01 09:24:57,969 simMain.py: time-step:337.0 HEAP SIZE: 3
2023-03-01 09:24:57,969 simMain.py: time-step:337.0 HEAP: [(30.0, 28, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,969 simMain.py: time-step:337.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,969 simMain.py: time-step:337.0 timingRoutine
2023-03-01 09:24:57,969 simMain.py: time-step:337.0 invokeRoutine
2023-03-01 09:24:57,969 simMain.py: time-step:337.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,969 event.py: time-step:337.0 execEvent
2023-03-01 09:24:57,969 event.py: time-step:367.0 moveUser
2023-03-01 09:24:57,969 event.py: time-step:367.0 latencyFunction
2023-03-01 09:24:57,971 sim_utils.py: time-step:367.0 calcTimeToExec
2023-03-01 09:24:57,971 sim_utils.py: time-step:367.0 getDistSum
2023-03-01 09:24:57,971 sim_utils.py305.91, 10, 30.0
2023-03-01 09:24:57,971 simMain.py: time-step:367.0 HEAP SIZE: 3
2023-03-01 09:24:57,972 simMain.py: time-step:367.0 HEAP: [(31.0, 29, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 11, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,972 simMain.py: time-step:367.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,972 simMain.py: time-step:367.0 timingRoutine
2023-03-01 09:24:57,972 simMain.py: time-step:367.0 invokeRoutine
2023-03-01 09:24:57,972 simMain.py: time-step:367.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,972 event.py: time-step:367.0 execEvent
2023-03-01 09:24:57,972 event.py: time-step:398.0 moveUser
2023-03-01 09:24:57,972 event.py: time-step:398.0 latencyFunction
2023-03-01 09:24:57,974 sim_utils.py: time-step:398.0 calcTimeToExec
2023-03-01 09:24:57,974 sim_utils.py: time-step:398.0 getDistSum
2023-03-01 09:24:57,974 sim_utils.py325.87, 10, 32.0
2023-03-01 09:24:57,974 simMain.py: time-step:398.0 HEAP SIZE: 3
2023-03-01 09:24:57,974 simMain.py: time-step:398.0 HEAP: [(33.0, 11, <Event.ALLOCATE_USER: 1>), (43.0, 12, <Event.CALL_OPT: 3>), (33.0, 30, <Event.MOVE_USER: 0>)]
2023-03-01 09:24:57,974 simMain.py: time-step:398.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,974 simMain.py: time-step:398.0 timingRoutine
2023-03-01 09:24:57,974 simMain.py: time-step:398.0 invokeRoutine
2023-03-01 09:24:57,974 simMain.py: time-step:398.0 CALLING EVENT Event.ALLOCATE_USER
2023-03-01 09:24:57,974 event.py: time-step:398.0 execEvent
2023-03-01 09:24:57,974 event.py: time-step:431.0 allocateUser
2023-03-01 09:24:57,974 event.py: time-step:431.0 latencyFunction
2023-03-01 09:24:57,975 simMain.py: time-step:431.0 HEAP SIZE: 2
2023-03-01 09:24:57,975 simMain.py: time-step:431.0 HEAP: [(33.0, 30, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,975 simMain.py: time-step:431.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,975 simMain.py: time-step:431.0 timingRoutine
2023-03-01 09:24:57,975 simMain.py: time-step:431.0 invokeRoutine
2023-03-01 09:24:57,975 simMain.py: time-step:431.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,975 event.py: time-step:431.0 execEvent
2023-03-01 09:24:57,975 event.py: time-step:464.0 moveUser
2023-03-01 09:24:57,975 event.py: time-step:464.0 latencyFunction
2023-03-01 09:24:57,977 sim_utils.py: time-step:464.0 calcTimeToExec
2023-03-01 09:24:57,977 sim_utils.py: time-step:464.0 getDistSum
2023-03-01 09:24:57,977 sim_utils.py340.15, 10, 34.0
2023-03-01 09:24:57,977 simMain.py: time-step:464.0 HEAP SIZE: 2
2023-03-01 09:24:57,977 simMain.py: time-step:464.0 HEAP: [(35.0, 31, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,977 simMain.py: time-step:464.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,977 simMain.py: time-step:464.0 timingRoutine
2023-03-01 09:24:57,977 simMain.py: time-step:464.0 invokeRoutine
2023-03-01 09:24:57,977 simMain.py: time-step:464.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,977 event.py: time-step:464.0 execEvent
2023-03-01 09:24:57,977 event.py: time-step:499.0 moveUser
2023-03-01 09:24:57,977 event.py: time-step:499.0 latencyFunction
2023-03-01 09:24:57,980 sim_utils.py: time-step:499.0 calcTimeToExec
2023-03-01 09:24:57,980 sim_utils.py: time-step:499.0 getDistSum
2023-03-01 09:24:57,980 sim_utils.py354.46999999999997, 10, 35.0
2023-03-01 09:24:57,980 simMain.py: time-step:499.0 HEAP SIZE: 2
2023-03-01 09:24:57,980 simMain.py: time-step:499.0 HEAP: [(36.0, 32, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,980 simMain.py: time-step:499.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,980 simMain.py: time-step:499.0 timingRoutine
2023-03-01 09:24:57,980 simMain.py: time-step:499.0 invokeRoutine
2023-03-01 09:24:57,980 simMain.py: time-step:499.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,980 event.py: time-step:499.0 execEvent
2023-03-01 09:24:57,980 event.py: time-step:535.0 moveUser
2023-03-01 09:24:57,980 event.py: time-step:535.0 latencyFunction
2023-03-01 09:24:57,982 sim_utils.py: time-step:535.0 calcTimeToExec
2023-03-01 09:24:57,982 sim_utils.py: time-step:535.0 getDistSum
2023-03-01 09:24:57,982 sim_utils.py372.14, 10, 37.0
2023-03-01 09:24:57,983 simMain.py: time-step:535.0 HEAP SIZE: 2
2023-03-01 09:24:57,983 simMain.py: time-step:535.0 HEAP: [(38.0, 33, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,983 simMain.py: time-step:535.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,983 simMain.py: time-step:535.0 timingRoutine
2023-03-01 09:24:57,983 simMain.py: time-step:535.0 invokeRoutine
2023-03-01 09:24:57,983 simMain.py: time-step:535.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,983 event.py: time-step:535.0 execEvent
2023-03-01 09:24:57,983 event.py: time-step:573.0 moveUser
2023-03-01 09:24:57,983 event.py: time-step:573.0 latencyFunction
2023-03-01 09:24:57,985 sim_utils.py: time-step:573.0 calcTimeToExec
2023-03-01 09:24:57,985 sim_utils.py: time-step:573.0 getDistSum
2023-03-01 09:24:57,985 sim_utils.py383.36, 10, 38.0
2023-03-01 09:24:57,985 simMain.py: time-step:573.0 HEAP SIZE: 2
2023-03-01 09:24:57,985 simMain.py: time-step:573.0 HEAP: [(39.0, 34, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,985 simMain.py: time-step:573.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,985 simMain.py: time-step:573.0 timingRoutine
2023-03-01 09:24:57,985 simMain.py: time-step:573.0 invokeRoutine
2023-03-01 09:24:57,985 simMain.py: time-step:573.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,985 event.py: time-step:573.0 execEvent
2023-03-01 09:24:57,985 event.py: time-step:612.0 moveUser
2023-03-01 09:24:57,985 event.py: time-step:612.0 latencyFunction
2023-03-01 09:24:57,988 sim_utils.py: time-step:612.0 calcTimeToExec
2023-03-01 09:24:57,988 sim_utils.py: time-step:612.0 getDistSum
2023-03-01 09:24:57,988 sim_utils.py401.86, 10, 40.0
2023-03-01 09:24:57,988 simMain.py: time-step:612.0 HEAP SIZE: 2
2023-03-01 09:24:57,988 simMain.py: time-step:612.0 HEAP: [(41.0, 35, <Event.MOVE_USER: 0>), (43.0, 12, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,988 simMain.py: time-step:612.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,988 simMain.py: time-step:612.0 timingRoutine
2023-03-01 09:24:57,988 simMain.py: time-step:612.0 invokeRoutine
2023-03-01 09:24:57,988 simMain.py: time-step:612.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,988 event.py: time-step:612.0 execEvent
2023-03-01 09:24:57,988 event.py: time-step:653.0 moveUser
2023-03-01 09:24:57,988 event.py: time-step:653.0 latencyFunction
2023-03-01 09:24:57,990 sim_utils.py: time-step:653.0 calcTimeToExec
2023-03-01 09:24:57,990 sim_utils.py: time-step:653.0 getDistSum
2023-03-01 09:24:57,990 sim_utils.py433.84000000000003, 10, 43.0
2023-03-01 09:24:57,990 simMain.py: time-step:653.0 HEAP SIZE: 2
2023-03-01 09:24:57,991 simMain.py: time-step:653.0 HEAP: [(43.0, 12, <Event.CALL_OPT: 3>), (44.0, 36, <Event.MOVE_USER: 0>)]
2023-03-01 09:24:57,991 simMain.py: time-step:653.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,991 simMain.py: time-step:653.0 timingRoutine
2023-03-01 09:24:57,991 simMain.py: time-step:653.0 invokeRoutine
2023-03-01 09:24:57,991 simMain.py: time-step:653.0 CALLING EVENT Event.CALL_OPT
2023-03-01 09:24:57,991 event.py: time-step:653.0 execEvent
2023-03-01 09:24:57,991 event.py: time-step:696.0 optimizeAlloc
2023-03-01 09:24:57,991 greedyAlloc.py: time-step:696.0 greedyAlloc
2023-03-01 09:24:57,991 greedyAlloc.py: time-step:696.0 num allocated users: 1
2023-03-01 09:24:57,991 greedyAlloc.py: time-step:696.0 allocated users: [('v0', 'gp1', 'cA_3')]
2023-03-01 09:24:57,991 simMain.py: time-step:696.0 HEAP SIZE: 3
2023-03-01 09:24:57,991 simMain.py: time-step:696.0 HEAP: [(44.0, 36, <Event.MOVE_USER: 0>), (696.0, 37, <Event.ALLOCATE_USER: 1>), (706.0, 38, <Event.CALL_OPT: 3>)]
2023-03-01 09:24:57,991 simMain.py: time-step:696.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,991 simMain.py: time-step:696.0 timingRoutine
2023-03-01 09:24:57,991 simMain.py: time-step:696.0 invokeRoutine
2023-03-01 09:24:57,991 simMain.py: time-step:696.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,991 event.py: time-step:696.0 execEvent
2023-03-01 09:24:57,991 event.py: time-step:740.0 moveUser
2023-03-01 09:24:57,991 event.py: time-step:740.0 latencyFunction
2023-03-01 09:24:57,993 sim_utils.py: time-step:740.0 calcTimeToExec
2023-03-01 09:24:57,994 sim_utils.py: time-step:740.0 getDistSum
2023-03-01 09:24:57,994 sim_utils.py452.1, 10, 45.0
2023-03-01 09:24:57,994 simMain.py: time-step:740.0 HEAP SIZE: 3
2023-03-01 09:24:57,994 simMain.py: time-step:740.0 HEAP: [(46.0, 39, <Event.MOVE_USER: 0>), (706.0, 38, <Event.CALL_OPT: 3>), (696.0, 37, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,994 simMain.py: time-step:740.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,994 simMain.py: time-step:740.0 timingRoutine
2023-03-01 09:24:57,994 simMain.py: time-step:740.0 invokeRoutine
2023-03-01 09:24:57,994 simMain.py: time-step:740.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,994 event.py: time-step:740.0 execEvent
2023-03-01 09:24:57,994 event.py: time-step:786.0 moveUser
2023-03-01 09:24:57,994 event.py: time-step:786.0 latencyFunction
2023-03-01 09:24:57,996 sim_utils.py: time-step:786.0 calcTimeToExec
2023-03-01 09:24:57,996 sim_utils.py: time-step:786.0 getDistSum
2023-03-01 09:24:57,996 sim_utils.py464.98, 10, 46.0
2023-03-01 09:24:57,996 simMain.py: time-step:786.0 HEAP SIZE: 3
2023-03-01 09:24:57,996 simMain.py: time-step:786.0 HEAP: [(47.0, 40, <Event.MOVE_USER: 0>), (706.0, 38, <Event.CALL_OPT: 3>), (696.0, 37, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,996 simMain.py: time-step:786.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,996 simMain.py: time-step:786.0 timingRoutine
2023-03-01 09:24:57,996 simMain.py: time-step:786.0 invokeRoutine
2023-03-01 09:24:57,996 simMain.py: time-step:786.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,996 event.py: time-step:786.0 execEvent
2023-03-01 09:24:57,996 event.py: time-step:833.0 moveUser
2023-03-01 09:24:57,996 event.py: time-step:833.0 latencyFunction
2023-03-01 09:24:57,999 sim_utils.py: time-step:833.0 calcTimeToExec
2023-03-01 09:24:57,999 sim_utils.py: time-step:833.0 getDistSum
2023-03-01 09:24:57,999 sim_utils.py484.66, 10, 48.0
2023-03-01 09:24:57,999 simMain.py: time-step:833.0 HEAP SIZE: 3
2023-03-01 09:24:57,999 simMain.py: time-step:833.0 HEAP: [(49.0, 41, <Event.MOVE_USER: 0>), (706.0, 38, <Event.CALL_OPT: 3>), (696.0, 37, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:57,999 simMain.py: time-step:833.0 USERS LIST SIZE: 1
2023-03-01 09:24:57,999 simMain.py: time-step:833.0 timingRoutine
2023-03-01 09:24:57,999 simMain.py: time-step:833.0 invokeRoutine
2023-03-01 09:24:57,999 simMain.py: time-step:833.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:57,999 event.py: time-step:833.0 execEvent
2023-03-01 09:24:57,999 event.py: time-step:882.0 moveUser
2023-03-01 09:24:57,999 event.py: time-step:882.0 latencyFunction
2023-03-01 09:24:58,001 sim_utils.py: time-step:882.0 calcTimeToExec
2023-03-01 09:24:58,001 sim_utils.py: time-step:882.0 getDistSum
2023-03-01 09:24:58,002 sim_utils.py496.5, 10, 49.0
2023-03-01 09:24:58,002 simMain.py: time-step:882.0 HEAP SIZE: 3
2023-03-01 09:24:58,002 simMain.py: time-step:882.0 HEAP: [(50.0, 42, <Event.MOVE_USER: 0>), (706.0, 38, <Event.CALL_OPT: 3>), (696.0, 37, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:58,002 simMain.py: time-step:882.0 USERS LIST SIZE: 1
2023-03-01 09:24:58,002 simMain.py: time-step:882.0 timingRoutine
2023-03-01 09:24:58,002 simMain.py: time-step:882.0 invokeRoutine
2023-03-01 09:24:58,002 simMain.py: time-step:882.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:58,002 event.py: time-step:882.0 execEvent
2023-03-01 09:24:58,002 event.py: time-step:932.0 moveUser
2023-03-01 09:24:58,002 event.py: time-step:932.0 latencyFunction
2023-03-01 09:24:58,004 sim_utils.py: time-step:932.0 calcTimeToExec
2023-03-01 09:24:58,004 sim_utils.py: time-step:932.0 getDistSum
2023-03-01 09:24:58,004 sim_utils.py510.81, 10, 51.0
2023-03-01 09:24:58,004 simMain.py: time-step:932.0 HEAP SIZE: 3
2023-03-01 09:24:58,004 simMain.py: time-step:932.0 HEAP: [(52.0, 43, <Event.MOVE_USER: 0>), (706.0, 38, <Event.CALL_OPT: 3>), (696.0, 37, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:58,004 simMain.py: time-step:932.0 USERS LIST SIZE: 1
2023-03-01 09:24:58,004 simMain.py: time-step:932.0 timingRoutine
2023-03-01 09:24:58,004 simMain.py: time-step:932.0 invokeRoutine
2023-03-01 09:24:58,004 simMain.py: time-step:932.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:58,004 event.py: time-step:932.0 execEvent
2023-03-01 09:24:58,004 event.py: time-step:984.0 moveUser
2023-03-01 09:24:58,004 event.py: time-step:984.0 latencyFunction
2023-03-01 09:24:58,007 sim_utils.py: time-step:984.0 calcTimeToExec
2023-03-01 09:24:58,007 sim_utils.py: time-step:984.0 getDistSum
2023-03-01 09:24:58,007 sim_utils.py530.91, 10, 53.0
2023-03-01 09:24:58,007 simMain.py: time-step:984.0 HEAP SIZE: 3
2023-03-01 09:24:58,007 simMain.py: time-step:984.0 HEAP: [(54.0, 44, <Event.MOVE_USER: 0>), (706.0, 38, <Event.CALL_OPT: 3>), (696.0, 37, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:58,007 simMain.py: time-step:984.0 USERS LIST SIZE: 1
2023-03-01 09:24:58,007 simMain.py: time-step:984.0 timingRoutine
2023-03-01 09:24:58,007 simMain.py: time-step:984.0 invokeRoutine
2023-03-01 09:24:58,007 simMain.py: time-step:984.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:58,007 event.py: time-step:984.0 execEvent
2023-03-01 09:24:58,007 event.py: time-step:1038.0 moveUser
2023-03-01 09:24:58,007 event.py: time-step:1038.0 latencyFunction
2023-03-01 09:24:58,009 sim_utils.py: time-step:1038.0 calcTimeToExec
2023-03-01 09:24:58,009 sim_utils.py: time-step:1038.0 getDistSum
2023-03-01 09:24:58,009 sim_utils.py562.29, 10, 56.0
2023-03-01 09:24:58,010 simMain.py: time-step:1038.0 HEAP SIZE: 3
2023-03-01 09:24:58,010 simMain.py: time-step:1038.0 HEAP: [(57.0, 45, <Event.MOVE_USER: 0>), (706.0, 38, <Event.CALL_OPT: 3>), (696.0, 37, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:58,010 simMain.py: time-step:1038.0 USERS LIST SIZE: 1
2023-03-01 09:24:58,010 simMain.py: time-step:1038.0 timingRoutine
2023-03-01 09:24:58,010 simMain.py: time-step:1038.0 invokeRoutine
2023-03-01 09:24:58,010 simMain.py: time-step:1038.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:58,010 event.py: time-step:1038.0 execEvent
2023-03-01 09:24:58,010 event.py: time-step:1095.0 moveUser
2023-03-01 09:24:58,010 event.py: time-step:1095.0 latencyFunction
2023-03-01 09:24:58,012 sim_utils.py: time-step:1095.0 calcTimeToExec
2023-03-01 09:24:58,012 sim_utils.py: time-step:1095.0 getDistSum
2023-03-01 09:24:58,012 sim_utils.py597.99, 10, 59.0
2023-03-01 09:24:58,012 simMain.py: time-step:1095.0 HEAP SIZE: 3
2023-03-01 09:24:58,012 simMain.py: time-step:1095.0 HEAP: [(60.0, 46, <Event.MOVE_USER: 0>), (706.0, 38, <Event.CALL_OPT: 3>), (696.0, 37, <Event.ALLOCATE_USER: 1>)]
2023-03-01 09:24:58,012 simMain.py: time-step:1095.0 USERS LIST SIZE: 1
2023-03-01 09:24:58,012 simMain.py: time-step:1095.0 timingRoutine
2023-03-01 09:24:58,012 simMain.py: time-step:1095.0 invokeRoutine
2023-03-01 09:24:58,012 simMain.py: time-step:1095.0 CALLING EVENT Event.MOVE_USER
2023-03-01 09:24:58,012 event.py: time-step:1095.0 execEvent
2023-03-01 09:24:58,012 event.py: time-step:1155.0 moveUser
2023-03-01 09:24:58,012 event.py: time-step:1155.0 latencyFunction
2023-03-01 09:24:58,013 simMain.py: time-step:1155.0 SIMULATION FINISHED