Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
updating tracing examples according to new TRACE_start and xbt configuration options
[simgrid.git] / examples / msg / tracing / categories.tesh
1 #! ./tesh
2
3 p Tracing multiple categories master/slave application
4
5 $ $SG_TEST_EXENV tracing/categories$EXEEXT --cfg=tracing/filename:categories.trace --cfg=tracing/platform:1 ${srcdir:=.}/tracing/platform.xml ${srcdir:=.}/tracing/deployment.xml
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/filename' to 'categories.trace'
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/platform' to '1'
8 > [4.018878] [msg_test/INFO] Simulation time 4.01888
9
10 $ $SG_TEST_EXENV cat$EXEEXT ${srcdir:=.}/tracing/../categories.trace
11 > %EventDef PajeDefineContainerType 0 
12 > %       Alias string 
13 > %       ContainerType string 
14 > %       Name string 
15 > %EndEventDef 
16 > %EventDef PajeDefineStateType 1 
17 > %       Alias string 
18 > %       ContainerType string 
19 > %       Name string 
20 > %EndEventDef 
21 > %EventDef PajeDefineEntityValue 2 
22 > %       Alias string 
23 > %       EntityType string 
24 > %       Name string 
25 > %EndEventDef 
26 > %EventDef PajeDefineEventType 3 
27 > %       Alias string 
28 > %       EntityType string 
29 > %       Name string 
30 > %EndEventDef 
31 > %EventDef PajeDefineLinkType 4 
32 > %       Alias string 
33 > %       ContainerType string 
34 > %       SourceContainerType string 
35 > %       DestContainerType string 
36 > %       Name string 
37 > %EndEventDef 
38 > %EventDef PajeCreateContainer 5 
39 > %       Time date 
40 > %       Alias string 
41 > %       Type string 
42 > %       Container string 
43 > %       Name string 
44 > %EndEventDef 
45 > %EventDef PajeDestroyContainer 9 
46 > %       Time date 
47 > %       Type string 
48 > %       Container string 
49 > %EndEventDef 
50 > %EventDef PajeSetState 6 
51 > %       Time date 
52 > %       EntityType string 
53 > %       Container string 
54 > %       Value string 
55 > %EndEventDef
56 > %EventDef PajeSetState 10 
57 > %       Time date 
58 > %       EntityType string 
59 > %       Container string 
60 > %       Value string 
61 > %              Host string
62 > %EndEventDef
63 > %EventDef PajePushState 7 
64 > %       Time date 
65 > %       EntityType string 
66 > %       Container string 
67 > %       Value string 
68 > %       Host string 
69 > %EndEventDef
70 > %EventDef PajePopState 8 
71 > %       Time date 
72 > %       EntityType string 
73 > %       Container string 
74 > %EndEventDef
75 > %EventDef PajeSetState 11 
76 > %       Time date 
77 > %       EntityType string 
78 > %       Container string 
79 > %       Value string 
80 > %              Host string
81 > %              Comm string
82 > %              Comp string
83 > %EndEventDef
84 > %EventDef PajeStartLink 12 
85 > %       Time date 
86 > %       EntityType string 
87 > %       Container string 
88 > %       Value string 
89 > %       SourceContainer string 
90 > %       Key string 
91 > %EndEventDef
92 > %EventDef PajeEndLink 13 
93 > %       Time date 
94 > %       EntityType string 
95 > %       Container string 
96 > %       Value string 
97 > %       DestContainer string 
98 > %       Key string 
99 > %EndEventDef
100 > %EventDef PajeCreateContainer 14 
101 > %       Time date 
102 > %       Alias string 
103 > %       Type string 
104 > %       Container string 
105 > %       Name string 
106 > %       Power string 
107 > %EndEventDef 
108 > %EventDef PajeStartLink 15 
109 > %       Time date 
110 > %       EntityType string 
111 > %       Container string 
112 > %       Value string 
113 > %       SourceContainer string 
114 > %       Key string 
115 > %       Bandwidth string 
116 > %       Latency string 
117 > %EndEventDef
118 > %EventDef PajePushState 16 
119 > %       Time date 
120 > %       EntityType string 
121 > %       Container string 
122 > %       Value string 
123 > %       PowerUsed string 
124 > %EndEventDef
125 > %EventDef PajePushState 17 
126 > %       Time date 
127 > %       EntityType string 
128 > %       Container string 
129 > %       Value string 
130 > %       BandwidthUsed string 
131 > %EndEventDef
132 > %EventDef PajeSetState 18 
133 > %       Time date 
134 > %       EntityType string 
135 > %       Container string 
136 > %       Value string 
137 > %       PowerUsed string 
138 > %EndEventDef
139 > %EventDef PajePushState 19 
140 > %       Time date 
141 > %       EntityType string 
142 > %       Container string 
143 > %       Value string 
144 > %EndEventDef
145 > %EventDef PajeCreateContainer 20 
146 > %       Time date 
147 > %       Alias string 
148 > %       Type string 
149 > %       Container string 
150 > %       Name string 
151 > %       Bandwidth string 
152 > %       Latency string 
153 > %EndEventDef 
154 > %EventDef PajeCreateContainer 21 
155 > %       Time date 
156 > %       Alias string 
157 > %       Type string 
158 > %       Container string 
159 > %       Name string 
160 > %       Bandwidth string 
161 > %       Latency string 
162 > %       SrcHost string 
163 > %       DstHost string 
164 > %EndEventDef 
165 > %EventDef PajeSetVariable 22 
166 > %       Time date 
167 > %       EntityType string 
168 > %       Container string 
169 > %       Value string 
170 > %EndEventDef
171 > %EventDef PajeAddVariable 23 
172 > %       Time date 
173 > %       EntityType string 
174 > %       Container string 
175 > %       Value string 
176 > %EndEventDef
177 > %EventDef PajeSubVariable 24 
178 > %       Time date 
179 > %       EntityType string 
180 > %       Container string 
181 > %       Value string 
182 > %EndEventDef
183 > %EventDef PajeDefineVariableType 25 
184 > %       Alias string 
185 > %       ContainerType string 
186 > %       Name string 
187 > %EndEventDef 
188 > %EventDef PajeStartLink 26 
189 > %       Time date 
190 > %       EntityType string 
191 > %       Container string 
192 > %       Value string 
193 > %       SourceContainer string 
194 > %       Key string 
195 > %       Volume string 
196 > %EndEventDef
197 > %EventDef PajeNewEvent 27 
198 > %       Time date 
199 > %       EntityType string 
200 > %       Container string 
201 > %       Value string 
202 > %EndEventDef
203 > 0 PLATFORM 0 platform
204 > 0 HOST PLATFORM HOST
205 > 0 LINK PLATFORM LINK
206 > 25 power HOST power
207 > 25 bandwidth LINK bandwidth
208 > 25 latency LINK latency
209 > 5 0.000000000000000 platform PLATFORM 0 simgrid-platform
210 > 0 user_type 0 user_type
211 > 5 0.000000000000000 compute user_type 0 compute
212 > 25 bcompute LINK bcompute
213 > 25 pcompute HOST pcompute
214 > 5 0.000000000000000 request user_type 0 request
215 > 25 brequest LINK brequest
216 > 25 prequest HOST prequest
217 > 5 0.000000000000000 data user_type 0 data
218 > 25 bdata LINK bdata
219 > 25 pdata HOST pdata
220 > 5 0.000000000000000 finalize user_type 0 finalize
221 > 25 bfinalize LINK bfinalize
222 > 25 pfinalize HOST pfinalize
223 > 5 0.000000000000000 Tremblay HOST platform Tremblay
224 > 22 0.000000000000000 power Tremblay 98095000.000000
225 > 5 0.000000000000000 Jupiter HOST platform Jupiter
226 > 22 0.000000000000000 power Jupiter 76296000.000000
227 > 5 0.000000000000000 Fafard HOST platform Fafard
228 > 22 0.000000000000000 power Fafard 76296000.000000
229 > 5 0.000000000000000 Ginette HOST platform Ginette
230 > 22 0.000000000000000 power Ginette 48492000.000000
231 > 5 0.000000000000000 Bourassa HOST platform Bourassa
232 > 22 0.000000000000000 power Bourassa 48492000.000000
233 > 5 0.000000000000000 R.4-3 HOST platform R.4-3
234 > 22 0.000000000000000 power R.4-3 0.000000
235 > 5 0.000000000000000 R.3-2-5 HOST platform R.3-2-5
236 > 22 0.000000000000000 power R.3-2-5 0.000000
237 > 5 0.000000000000000 R.2-0 HOST platform R.2-0
238 > 22 0.000000000000000 power R.2-0 0.000000
239 > 5 0.000000000000000 R.1-0 HOST platform R.1-0
240 > 22 0.000000000000000 power R.1-0 0.000000
241 > 5 0.000000000000000 R.1-8-6 HOST platform R.1-8-6
242 > 22 0.000000000000000 power R.1-8-6 0.000000
243 > 5 0.000000000000000 R.6-7 HOST platform R.6-7
244 > 22 0.000000000000000 power R.6-7 0.000000
245 > 21 0.000000000000000 9 LINK platform 9 7209750.000000 0.001462 Jupiter Tremblay
246 > 22 0.000000000000000 bandwidth 9 7209750.000000
247 > 22 0.000000000000000 latency 9 0.001462
248 > 21 0.000000000000000 0 LINK platform 0 41279125.000000 0.000060 R.2-0 R.1-0
249 > 22 0.000000000000000 bandwidth 0 41279125.000000
250 > 22 0.000000000000000 latency 0 0.000060
251 > 21 0.000000000000000 4 LINK platform 4 10099625.000000 0.000480 Tremblay R.4-3
252 > 22 0.000000000000000 bandwidth 4 10099625.000000
253 > 22 0.000000000000000 latency 4 0.000480
254 > 21 0.000000000000000 1 LINK platform 1 34285625.000000 0.000514 R.1-0 R.1-8-6
255 > 22 0.000000000000000 bandwidth 1 34285625.000000
256 > 22 0.000000000000000 latency 1 0.000514
257 > 21 0.000000000000000 5 LINK platform 5 27946250.000000 0.000278 R.3-2-5 Ginette
258 > 22 0.000000000000000 bandwidth 5 27946250.000000
259 > 22 0.000000000000000 latency 5 0.000278
260 > 21 0.000000000000000 7 LINK platform 7 11618875.000000 0.000190 R.6-7 Bourassa
261 > 22 0.000000000000000 bandwidth 7 11618875.000000
262 > 22 0.000000000000000 latency 7 0.000190
263 > 21 0.000000000000000 3 LINK platform 3 34285622.000000 0.000514 R.4-3 R.3-2-5
264 > 22 0.000000000000000 bandwidth 3 34285622.000000
265 > 22 0.000000000000000 latency 3 0.000514
266 > 21 0.000000000000000 6 LINK platform 6 41279125.000000 0.000060 R.1-8-6 R.6-7
267 > 22 0.000000000000000 bandwidth 6 41279125.000000
268 > 22 0.000000000000000 latency 6 0.000060
269 > 21 0.000000000000000 8 LINK platform 8 8158000.000000 0.000271 Fafard R.1-8-6
270 > 22 0.000000000000000 bandwidth 8 8158000.000000
271 > 22 0.000000000000000 latency 8 0.000271
272 > 21 0.000000000000000 2 LINK platform 2 22222222.000000 0.000137 R.3-2-5 R.2-0
273 > 22 0.000000000000000 bandwidth 2 22222222.000000
274 > 22 0.000000000000000 latency 2 0.000137
275 > 22 0.021982436179501 pdata Tremblay 0
276 > 23 0.021982436179501 pdata Tremblay 98095000.000000
277 > 22 0.057732872979501 brequest 4 0
278 > 23 0.057732872979501 brequest 4 5060664.718311
279 > 22 0.057732872979501 brequest 3 0
280 > 23 0.057732872979501 brequest 3 5060664.718311
281 > 22 0.057732872979501 brequest 2 0
282 > 23 0.057732872979501 brequest 2 5060664.718311
283 > 22 0.057732872979501 brequest 0 0
284 > 23 0.057732872979501 brequest 0 5060664.718311
285 > 22 0.057732872979501 brequest 1 0
286 > 23 0.057732872979501 brequest 1 5060664.718311
287 > 22 0.057732872979501 brequest 8 0
288 > 23 0.057732872979501 brequest 8 5060664.718311
289 > 22 0.057734849004501 prequest Fafard 0
290 > 23 0.057734849004501 prequest Fafard 76296000.000000
291 > 24 0.057734849004501 brequest 4 5060664.718311
292 > 23 0.091302346604501 brequest 4 5114134.701194
293 > 24 0.057734849004501 brequest 3 5060664.718311
294 > 23 0.091302346604501 brequest 3 5114134.701194
295 > 24 0.057734849004501 brequest 2 5060664.718311
296 > 23 0.091302346604501 brequest 2 5114134.701194
297 > 24 0.057734849004501 brequest 0 5060664.718311
298 > 23 0.091302346604501 brequest 0 5114134.701194
299 > 24 0.057734849004501 brequest 1 5060664.718311
300 > 23 0.091302346604501 brequest 1 5114134.701194
301 > 22 0.091302346604501 brequest 6 0
302 > 23 0.091302346604501 brequest 6 5114134.701194
303 > 22 0.091302346604501 brequest 7 0
304 > 23 0.091302346604501 brequest 7 5114134.701194
305 > 22 0.091304301969501 prequest Bourassa 0
306 > 23 0.091304301969501 prequest Bourassa 48492000.000000
307 > 22 0.037182212979501 pcompute Jupiter 0
308 > 23 0.037182212979501 pcompute Jupiter 76296000.000000
309 > 24 0.091304301969501 brequest 4 5114134.701194
310 > 22 0.112010961969501 bdata 4 0
311 > 23 0.112010961969501 bdata 4 5060664.718311
312 > 24 0.091304301969501 brequest 3 5114134.701194
313 > 22 0.112010961969501 bdata 3 0
314 > 23 0.112010961969501 bdata 3 5060664.718311
315 > 24 0.091304301969501 brequest 2 5114134.701194
316 > 22 0.112010961969501 bdata 2 0
317 > 23 0.112010961969501 bdata 2 5060664.718311
318 > 24 0.091304301969501 brequest 0 5114134.701194
319 > 22 0.112010961969501 bdata 0 0
320 > 23 0.112010961969501 bdata 0 5060664.718311
321 > 24 0.091304301969501 brequest 1 5114134.701194
322 > 22 0.112010961969501 bdata 1 0
323 > 23 0.112010961969501 bdata 1 5060664.718311
324 > 24 0.057734849004501 brequest 8 5060664.718311
325 > 22 0.112010961969501 bdata 8 0
326 > 23 0.112010961969501 bdata 8 5060664.718311
327 > 24 0.021982538121496 pdata Tremblay 98095000.000000
328 > 22 0.091460301969501 pcompute Tremblay 0
329 > 23 0.091460301969501 pcompute Tremblay 98095000.000000
330 > 24 0.168250683148317 bdata 4 5060664.718311
331 > 23 0.168250683148317 bdata 4 5060664.718311
332 > 24 0.168250683148317 bdata 3 5060664.718311
333 > 23 0.168250683148317 bdata 3 5060664.718311
334 > 24 0.168250683148317 bdata 2 5060664.718311
335 > 23 0.168250683148317 bdata 2 5060664.718311
336 > 24 0.168250683148317 bdata 0 5060664.718311
337 > 23 0.168250683148317 bdata 0 5060664.718311
338 > 24 0.168250683148317 bdata 1 5060664.718311
339 > 23 0.168250683148317 bdata 1 5060664.718311
340 > 24 0.168250683148317 bdata 8 5060664.718311
341 > 23 0.168250683148317 bdata 8 5060664.718311
342 > 22 0.070966550604501 pcompute Ginette 0
343 > 23 0.070966550604501 pcompute Ginette 48492000.000000
344 > 24 0.193402296974343 bdata 4 5060664.718311
345 > 23 0.193402296974343 bdata 4 5060664.718311
346 > 24 0.193402296974343 bdata 3 5060664.718311
347 > 23 0.193402296974343 bdata 3 5060664.718311
348 > 24 0.193402296974343 bdata 2 5060664.718311
349 > 23 0.193402296974343 bdata 2 5060664.718311
350 > 24 0.193402296974343 bdata 0 5060664.718311
351 > 23 0.193402296974343 bdata 0 5060664.718311
352 > 24 0.193402296974343 bdata 1 5060664.718311
353 > 23 0.193402296974343 bdata 1 5060664.718311
354 > 24 0.193402296974343 bdata 8 5060664.718311
355 > 23 0.193402296974343 bdata 8 5060664.718311
356 > 24 0.277186133216065 bdata 4 5060664.718311
357 > 23 0.277186133216065 bdata 4 5060664.718311
358 > 24 0.277186133216065 bdata 3 5060664.718311
359 > 23 0.277186133216065 bdata 3 5060664.718311
360 > 24 0.277186133216065 bdata 2 5060664.718311
361 > 23 0.277186133216065 bdata 2 5060664.718311
362 > 24 0.277186133216065 bdata 0 5060664.718311
363 > 23 0.277186133216065 bdata 0 5060664.718311
364 > 24 0.277186133216065 bdata 1 5060664.718311
365 > 23 0.277186133216065 bdata 1 5060664.718311
366 > 24 0.277186133216065 bdata 8 5060664.718311
367 > 23 0.277186133216065 bdata 8 5060664.718311
368 > 24 0.057734980072971 prequest Fafard 76296000.000000
369 > 22 2.088035961969501 pdata Fafard 0
370 > 23 2.088035961969501 pdata Fafard 76296000.000000
371 > 22 2.123571534769500 brequest 9 0
372 > 23 2.123571534769500 brequest 9 6632970.000000
373 > 24 0.168250683148317 pcompute Jupiter 76296000.000000
374 > 22 2.123573042389767 prequest Jupiter 0
375 > 23 2.123573042389767 prequest Jupiter 76296000.000000
376 > 24 2.088035961969501 bdata 4 5060664.718311
377 > 23 2.136960743989767 brequest 4 7859911.230163
378 > 24 2.088035961969501 bdata 3 5060664.718311
379 > 23 2.136960743989767 brequest 3 7859911.230163
380 > 22 2.136960743989767 brequest 5 0
381 > 23 2.136960743989767 brequest 5 7859911.230163
382 > 24 0.193402296974343 pcompute Tremblay 98095000.000000
383 > 23 2.123729042389767 pcompute Tremblay 98095000.000000
384 > 24 0.277186133216065 pcompute Ginette 48492000.000000
385 > 22 2.136962016268767 prequest Ginette 0
386 > 23 2.136962016268767 prequest Ginette 48492000.000000
387 > 24 2.136962016268767 pcompute Tremblay 98095000.000000
388 > 23 2.136962016268767 pcompute Tremblay 98095000.000000
389 > 24 2.157512676268767 pcompute Tremblay 98095000.000000
390 > 23 2.157512676268767 pcompute Tremblay 98095000.000000
391 > 24 2.123573042389767 brequest 9 6632970.000000
392 > 22 2.172712453068767 bdata 9 0
393 > 23 2.172712453068767 bdata 9 6632970.000000
394 > 24 2.088036093037971 pdata Fafard 76296000.000000
395 > 22 2.157512676268767 pcompute Fafard 0
396 > 23 2.157512676268767 pcompute Fafard 76296000.000000
397 > 24 2.225671037394609 bdata 9 6632970.000000
398 > 23 2.225671037394609 bdata 9 6632970.000000
399 > 24 0.091304508189083 prequest Bourassa 48492000.000000
400 > 22 2.108371757969500 pcompute Bourassa 0
401 > 23 2.108371757969500 pcompute Bourassa 48492000.000000
402 > 24 2.288581146437584 bdata 9 6632970.000000
403 > 23 2.288581146437584 bdata 9 6632970.000000
404 > 24 2.314591340581065 bdata 9 6632970.000000
405 > 23 2.314591340581065 bdata 9 6632970.000000
406 > 24 2.123573173458237 prequest Jupiter 76296000.000000
407 > 22 3.680332719706487 pdata Jupiter 0
408 > 23 3.680332719706487 pdata Jupiter 76296000.000000
409 > 24 2.225671037394609 pcompute Tremblay 98095000.000000
410 > 22 3.693720443132924 prequest Tremblay 0
411 > 23 3.693720443132924 prequest Tremblay 98095000.000000
412 > 24 2.136962016268767 brequest 4 7859911.230163
413 > 23 3.734606899132924 brequest 4 5114134.701194
414 > 24 2.136962016268767 brequest 3 7859911.230163
415 > 23 3.734606899132924 brequest 3 5114134.701194
416 > 24 2.088035961969501 bdata 2 5060664.718311
417 > 23 3.734606899132924 brequest 2 5114134.701194
418 > 24 2.088035961969501 bdata 0 5060664.718311
419 > 23 3.734606899132924 brequest 0 5114134.701194
420 > 24 2.088035961969501 bdata 1 5060664.718311
421 > 23 3.734606899132924 brequest 1 5114134.701194
422 > 24 0.091304301969501 brequest 6 5114134.701194
423 > 23 3.734606899132924 brequest 6 5114134.701194
424 > 24 0.091304301969501 brequest 7 5114134.701194
425 > 23 3.734606899132924 brequest 7 5114134.701194
426 > 24 2.314591340581065 pcompute Bourassa 48492000.000000
427 > 23 3.734608854497924 prequest Bourassa 48492000.000000
428 > 24 3.693720545074918 prequest Tremblay 98095000.000000
429 > 23 3.771791067477424 pdata Tremblay 98095000.000000
430 > 24 2.288581146437584 pcompute Fafard 76296000.000000
431 > 23 3.714271103132924 pcompute Fafard 76296000.000000
432 > 24 3.734608854497924 brequest 4 5114134.701194
433 > 22 3.865890233301740 bfinalize 4 0
434 > 23 3.865890233301740 bfinalize 4 5060664.718311
435 > 24 3.734608854497924 brequest 3 5114134.701194
436 > 22 3.865890233301740 bfinalize 3 0
437 > 23 3.865890233301740 bfinalize 3 5060664.718311
438 > 24 3.734608854497924 brequest 2 5114134.701194
439 > 22 3.865890233301740 bfinalize 2 0
440 > 23 3.865890233301740 bfinalize 2 5060664.718311
441 > 24 3.734608854497924 brequest 0 5114134.701194
442 > 22 3.865890233301740 bfinalize 0 0
443 > 23 3.865890233301740 bfinalize 0 5060664.718311
444 > 24 3.734608854497924 brequest 1 5114134.701194
445 > 22 3.865890233301740 bfinalize 1 0
446 > 23 3.865890233301740 bfinalize 1 5060664.718311
447 > 24 2.088035961969501 bdata 8 5060664.718311
448 > 22 3.865890233301740 bfinalize 8 0
449 > 23 3.865890233301740 bfinalize 8 5060664.718311
450 > 24 3.680332850774958 pdata Jupiter 76296000.000000
451 > 23 3.749808631297924 pcompute Jupiter 76296000.000000
452 > 24 3.680332719706487 bdata 9 6632970.000000
453 > 22 3.896076878266740 bfinalize 9 0
454 > 23 3.896076878266740 bfinalize 9 6632970.000000
455 > 24 2.136962222488350 prequest Ginette 48492000.000000
456 > 23 3.693564421306487 pcompute Ginette 48492000.000000
457 > 24 3.866087835801740 bfinalize 4 5060664.718311
458 > 23 3.913015705518052 bfinalize 4 7859911.230163
459 > 24 3.866087835801740 bfinalize 3 5060664.718311
460 > 23 3.913015705518052 bfinalize 3 7859911.230163
461 > 24 2.136962016268767 brequest 5 7859911.230163
462 > 22 3.913015705518052 bfinalize 5 0
463 > 23 3.913015705518052 bfinalize 5 7859911.230163
464 > 24 3.734609060717506 prequest Bourassa 48492000.000000
465 > 23 3.792126863477424 pcompute Bourassa 48492000.000000
466 > 24 3.913142933418052 bfinalize 4 7859911.230163
467 > 23 4.018682242088989 bfinalize 4 5114134.701194
468 > 24 3.913142933418052 bfinalize 3 7859911.230163
469 > 23 4.018682242088989 bfinalize 3 5114134.701194
470 > 24 3.866087835801740 bfinalize 2 5060664.718311
471 > 23 4.018682242088989 bfinalize 2 5114134.701194
472 > 24 3.866087835801740 bfinalize 0 5060664.718311
473 > 23 4.018682242088989 bfinalize 0 5114134.701194
474 > 24 3.866087835801740 bfinalize 1 5060664.718311
475 > 23 4.018682242088989 bfinalize 1 5114134.701194
476 > 24 3.734608854497924 brequest 6 5114134.701194
477 > 22 4.018682242088989 bfinalize 6 0
478 > 23 4.018682242088989 bfinalize 6 5114134.701194
479 > 24 3.734608854497924 brequest 7 5114134.701194
480 > 22 4.018682242088989 bfinalize 7 0
481 > 23 4.018682242088989 bfinalize 7 5114134.701194
482 > 24 4.018877778588989 bfinalize 0 5114134.701194
483 > 24 4.018877778588989 bfinalize 4 5114134.701194
484 > 24 3.866087835801740 bfinalize 8 5060664.718311
485 > 24 3.998346446088989 pcompute Bourassa 48492000.000000
486 > 24 3.899784003918052 pcompute Ginette 48492000.000000
487 > 24 4.018877778588989 bfinalize 1 5114134.701194
488 > 24 3.913142933418052 bfinalize 5 7859911.230163
489 > 24 3.896227640293403 bfinalize 9 6632970.000000
490 > 24 3.845339573301740 pcompute Fafard 76296000.000000
491 > 24 4.018877778588989 bfinalize 2 5114134.701194
492 > 24 4.018877778588989 bfinalize 6 5114134.701194
493 > 24 4.018877778588989 bfinalize 3 5114134.701194
494 > 24 4.018877778588989 bfinalize 7 5114134.701194
495 > 24 3.771791169419419 pdata Tremblay 98095000.000000
496 > 24 3.880877101466740 pcompute Jupiter 76296000.000000
497 > 9 4.018877778588989 HOST Fafard
498 > 9 4.018877778588989 HOST R.2-0
499 > 9 4.018877778588989 HOST R.4-3
500 > 9 4.018877778588989 HOST R.3-2-5
501 > 9 4.018877778588989 HOST R.1-8-6
502 > 9 4.018877778588989 HOST R.6-7
503 > 9 4.018877778588989 HOST Tremblay
504 > 9 4.018877778588989 HOST R.1-0
505 > 9 4.018877778588989 HOST Bourassa
506 > 9 4.018877778588989 HOST Jupiter
507 > 9 4.018877778588989 HOST Ginette