Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
3 more renamed tests
[simgrid.git] / examples / msg / trace-process-migration / trace-process-migration.tesh
1 #! ./tesh
2
3 p Tracing processes
4 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing:yes --cfg=tracing/buffer:yes --cfg=tracing/filename:procmig.trace --cfg=tracing/msg/process:yes ${srcdir:=.}/small_platform.xml
5 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'yes'
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/buffer' to 'yes'
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/filename' to 'procmig.trace'
8 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/msg/process' to 'yes'
9
10 $ tail -n +3 procmig.trace
11 > %EventDef PajeDefineContainerType 0
12 > %       Alias string
13 > %       Type string
14 > %       Name string
15 > %EndEventDef
16 > %EventDef PajeDefineVariableType 1
17 > %       Alias string
18 > %       Type string
19 > %       Name string
20 > %       Color color
21 > %EndEventDef
22 > %EventDef PajeDefineStateType 2
23 > %       Alias string
24 > %       Type string
25 > %       Name string
26 > %EndEventDef
27 > %EventDef PajeDefineEventType 3
28 > %       Alias string
29 > %       Type string
30 > %       Name string
31 > %EndEventDef
32 > %EventDef PajeDefineLinkType 4
33 > %       Alias string
34 > %       Type string
35 > %       StartContainerType string
36 > %       EndContainerType string
37 > %       Name string
38 > %EndEventDef
39 > %EventDef PajeDefineEntityValue 5
40 > %       Alias string
41 > %       Type string
42 > %       Name string
43 > %       Color color
44 > %EndEventDef
45 > %EventDef PajeCreateContainer 6
46 > %       Time date
47 > %       Alias string
48 > %       Type string
49 > %       Container string
50 > %       Name string
51 > %EndEventDef
52 > %EventDef PajeDestroyContainer 7
53 > %       Time date
54 > %       Type string
55 > %       Name string
56 > %EndEventDef
57 > %EventDef PajeSetVariable 8
58 > %       Time date
59 > %       Type string
60 > %       Container string
61 > %       Value double
62 > %EndEventDef
63 > %EventDef PajeAddVariable 9
64 > %       Time date
65 > %       Type string
66 > %       Container string
67 > %       Value double
68 > %EndEventDef
69 > %EventDef PajeSubVariable 10
70 > %       Time date
71 > %       Type string
72 > %       Container string
73 > %       Value double
74 > %EndEventDef
75 > %EventDef PajeSetState 11
76 > %       Time date
77 > %       Type string
78 > %       Container string
79 > %       Value string
80 > %EndEventDef
81 > %EventDef PajePushState 12
82 > %       Time date
83 > %       Type string
84 > %       Container string
85 > %       Value string
86 > %EndEventDef
87 > %EventDef PajePopState 13
88 > %       Time date
89 > %       Type string
90 > %       Container string
91 > %EndEventDef
92 > %EventDef PajeResetState 14
93 > %       Time date
94 > %       Type string
95 > %       Container string
96 > %EndEventDef
97 > %EventDef PajeStartLink 15
98 > %       Time date
99 > %       Type string
100 > %       Container string
101 > %       Value string
102 > %       StartContainer string
103 > %       Key string
104 > %EndEventDef
105 > %EventDef PajeEndLink 16
106 > %       Time date
107 > %       Type string
108 > %       Container string
109 > %       Value string
110 > %       EndContainer string
111 > %       Key string
112 > %EndEventDef
113 > %EventDef PajeNewEvent 17
114 > %       Time date
115 > %       Type string
116 > %       Container string
117 > %       Value string
118 > %EndEventDef
119 > 0 1 0 HOST
120 > 6 0 1 1 0 "Tremblay"
121 > 0 2 1 MSG_PROCESS
122 > 2 3 2 MSG_PROCESS_STATE
123 > 5 4 3 suspend "1 0 1"
124 > 5 5 3 sleep "1 1 0"
125 > 5 6 3 receive "1 0 0"
126 > 5 7 3 send "0 0 1"
127 > 5 8 3 task_execute "0 1 1"
128 > 4 9 0 2 2 MSG_PROCESS_LINK
129 > 4 10 0 2 2 MSG_PROCESS_TASK_LINK
130 > 6 0 2 1 0 "Jupiter"
131 > 6 0 3 1 0 "Fafard"
132 > 6 0 4 1 0 "Ginette"
133 > 6 0 5 1 0 "Bourassa"
134 > 0 11 0 LINK
135 > 6 0 6 11 0 "6"
136 > 6 0 7 11 0 "3"
137 > 6 0 8 11 0 "7"
138 > 6 0 9 11 0 "9"
139 > 6 0 10 11 0 "2"
140 > 6 0 11 11 0 "8"
141 > 6 0 12 11 0 "1"
142 > 6 0 13 11 0 "4"
143 > 6 0 14 11 0 "0"
144 > 6 0 15 11 0 "5"
145 > 6 0 16 11 0 "loopback"
146 > 4 12 0 11 11 0-LINK11-LINK11
147 > 4 13 0 1 11 0-HOST1-LINK11
148 > 4 14 0 11 1 0-LINK11-HOST1
149 > 15 0 12 0 topology 13 0
150 > 16 0 12 0 topology 7 0
151 > 15 0 12 0 topology 6 1
152 > 16 0 12 0 topology 8 1
153 > 15 0 13 0 topology 1 2
154 > 16 0 13 0 topology 13 2
155 > 15 0 13 0 topology 1 3
156 > 16 0 13 0 topology 9 3
157 > 15 0 14 0 topology 9 4
158 > 16 0 14 0 topology 2 4
159 > 15 0 12 0 topology 10 5
160 > 16 0 12 0 topology 14 5
161 > 15 0 12 0 topology 12 6
162 > 16 0 12 0 topology 11 6
163 > 15 0 12 0 topology 9 7
164 > 16 0 12 0 topology 13 7
165 > 15 0 14 0 topology 8 8
166 > 16 0 14 0 topology 5 8
167 > 15 0 12 0 topology 14 9
168 > 16 0 12 0 topology 12 9
169 > 15 0 14 0 topology 15 10
170 > 16 0 14 0 topology 4 10
171 > 15 0 12 0 topology 10 11
172 > 16 0 12 0 topology 15 11
173 > 15 0 12 0 topology 7 12
174 > 16 0 12 0 topology 15 12
175 > 15 0 14 0 topology 11 13
176 > 16 0 14 0 topology 3 13
177 > 15 0 12 0 topology 7 14
178 > 16 0 12 0 topology 10 14
179 > 15 0 12 0 topology 12 15
180 > 16 0 12 0 topology 6 15
181 > 15 0 12 0 topology 11 16
182 > 16 0 12 0 topology 6 16
183 > 6 0 17 2 3 "emigrant-1"
184 > 6 0 18 2 1 "policeman-2"
185 > 12 0 3 17 5
186 > 12 0 3 18 7
187 > 15 0 10 0 SR 18 p0
188 > 13 2.000000 3 17
189 > 12 2.000000 3 17 6
190 > 13 2.025708 3 18
191 > 12 2.025708 3 18 7
192 > 15 2.025708 10 0 SR 18 p1
193 > 13 2.025708 3 17
194 > 16 2.025708 10 0 SR 17 p0
195 > 15 2.025708 9 0 M 17 0
196 > 7 2.025708 2 17
197 > 6 2.025708 19 2 1 "emigrant-1"
198 > 16 2.025708 9 0 M 19 0
199 > 12 2.025708 3 19 5
200 > 13 4.025708 3 19
201 > 12 4.025708 3 19 6
202 > 13 4.025903 3 18
203 > 12 4.025903 3 18 7
204 > 15 4.025903 10 0 SR 18 p2
205 > 13 4.025903 3 19
206 > 16 4.025903 10 0 SR 19 p1
207 > 15 4.025903 9 0 M 19 1
208 > 7 4.025903 2 19
209 > 6 4.025903 20 2 2 "emigrant-1"
210 > 16 4.025903 9 0 M 20 1
211 > 12 4.025903 3 20 5
212 > 13 6.025903 3 20
213 > 12 6.025903 3 20 6
214 > 13 6.044918 3 18
215 > 12 6.044918 3 18 7
216 > 15 6.044918 10 0 SR 18 p3
217 > 13 6.044918 3 20
218 > 16 6.044918 10 0 SR 20 p2
219 > 15 6.044918 9 0 M 20 2
220 > 7 6.044918 2 20
221 > 6 6.044918 21 2 3 "emigrant-1"
222 > 16 6.044918 9 0 M 21 2
223 > 12 6.044918 3 21 5
224 > 13 8.044918 3 21
225 > 12 8.044918 3 21 6
226 > 13 8.070626 3 18
227 > 12 8.070626 3 18 7
228 > 15 8.070626 10 0 SR 18 p4
229 > 13 8.070626 3 21
230 > 16 8.070626 10 0 SR 21 p3
231 > 15 8.070626 9 0 M 21 3
232 > 7 8.070626 2 21
233 > 6 8.070626 22 2 4 "emigrant-1"
234 > 16 8.070626 9 0 M 22 3
235 > 12 8.070626 3 22 5
236 > 13 10.070626 3 22
237 > 12 10.070626 3 22 6
238 > 13 10.087178 3 18
239 > 12 10.087178 3 18 7
240 > 15 10.087178 10 0 SR 18 p5
241 > 13 10.087178 3 22
242 > 16 10.087178 10 0 SR 22 p4
243 > 15 10.087178 9 0 M 22 4
244 > 7 10.087178 2 22
245 > 6 10.087178 23 2 5 "emigrant-1"
246 > 16 10.087178 9 0 M 23 4
247 > 12 10.087178 3 23 5
248 > 13 12.087178 3 23
249 > 12 12.087178 3 23 6
250 > 13 12.112617 3 18
251 > 12 12.112617 3 18 7
252 > 15 12.112617 10 0 SR 18 p6
253 > 13 12.112617 3 23
254 > 16 12.112617 10 0 SR 23 p5
255 > 15 12.112617 9 0 M 23 5
256 > 7 12.112617 2 23
257 > 6 12.112617 24 2 3 "emigrant-1"
258 > 16 12.112617 9 0 M 24 5
259 > 12 12.112617 3 24 5
260 > 13 14.112617 3 24
261 > 12 14.112617 3 24 6
262 > 13 14.138325 3 18
263 > 12 14.138325 3 18 7
264 > 15 14.138325 10 0 SR 18 p7
265 > 13 14.138325 3 24
266 > 16 14.138325 10 0 SR 24 p6
267 > 15 14.138325 9 0 M 24 6
268 > 7 14.138325 2 24
269 > 6 14.138325 25 2 1 "emigrant-1"
270 > 16 14.138325 9 0 M 25 6
271 > 12 14.138325 3 25 5
272 > 13 16.138325 3 25
273 > 12 16.138325 3 25 6
274 > 13 16.138521 3 18
275 > 12 16.138521 3 18 7
276 > 15 16.138521 10 0 SR 18 p8
277 > 13 16.138521 3 25
278 > 16 16.138521 10 0 SR 25 p7
279 > 15 16.138521 9 0 M 25 7
280 > 7 16.138521 2 25
281 > 6 16.138521 26 2 4 "emigrant-1"
282 > 16 16.138521 9 0 M 26 7
283 > 12 16.138521 3 26 5
284 > 13 18.138521 3 26
285 > 12 18.138521 3 26 6
286 > 13 18.155073 3 18
287 > 7 18.155073 2 18
288 > 13 18.155073 3 26
289 > 16 18.155073 10 0 SR 26 p8
290 > 7 18.155073 2 26
291 > 7 18.155073 1 3
292 > 7 18.155073 1 1
293 > 7 18.155073 11 16
294 > 7 18.155073 11 14
295 > 7 18.155073 11 12
296 > 7 18.155073 11 10
297 > 7 18.155073 11 7
298 > 7 18.155073 11 13
299 > 7 18.155073 11 15
300 > 7 18.155073 11 6
301 > 7 18.155073 11 8
302 > 7 18.155073 11 11
303 > 7 18.155073 11 9
304 > 7 18.155073 1 5
305 > 7 18.155073 1 2
306 > 7 18.155073 1 4
307
308 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing:yes --cfg=tracing/categorized:yes --cfg=tracing/uncategorized:yes --cfg=tracing/buffer:yes --cfg=tracing/filename:procmig.trace --cfg=tracing/msg/process:yes ${srcdir:=.}/small_platform.xml
309 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'yes'
310 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/categorized' to 'yes'
311 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/uncategorized' to 'yes'
312 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/buffer' to 'yes'
313 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/filename' to 'procmig.trace'
314 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/msg/process' to 'yes'
315
316 $ tail -n +3 procmig.trace
317 > %EventDef PajeDefineContainerType 0
318 > %       Alias string
319 > %       Type string
320 > %       Name string
321 > %EndEventDef
322 > %EventDef PajeDefineVariableType 1
323 > %       Alias string
324 > %       Type string
325 > %       Name string
326 > %       Color color
327 > %EndEventDef
328 > %EventDef PajeDefineStateType 2
329 > %       Alias string
330 > %       Type string
331 > %       Name string
332 > %EndEventDef
333 > %EventDef PajeDefineEventType 3
334 > %       Alias string
335 > %       Type string
336 > %       Name string
337 > %EndEventDef
338 > %EventDef PajeDefineLinkType 4
339 > %       Alias string
340 > %       Type string
341 > %       StartContainerType string
342 > %       EndContainerType string
343 > %       Name string
344 > %EndEventDef
345 > %EventDef PajeDefineEntityValue 5
346 > %       Alias string
347 > %       Type string
348 > %       Name string
349 > %       Color color
350 > %EndEventDef
351 > %EventDef PajeCreateContainer 6
352 > %       Time date
353 > %       Alias string
354 > %       Type string
355 > %       Container string
356 > %       Name string
357 > %EndEventDef
358 > %EventDef PajeDestroyContainer 7
359 > %       Time date
360 > %       Type string
361 > %       Name string
362 > %EndEventDef
363 > %EventDef PajeSetVariable 8
364 > %       Time date
365 > %       Type string
366 > %       Container string
367 > %       Value double
368 > %EndEventDef
369 > %EventDef PajeAddVariable 9
370 > %       Time date
371 > %       Type string
372 > %       Container string
373 > %       Value double
374 > %EndEventDef
375 > %EventDef PajeSubVariable 10
376 > %       Time date
377 > %       Type string
378 > %       Container string
379 > %       Value double
380 > %EndEventDef
381 > %EventDef PajeSetState 11
382 > %       Time date
383 > %       Type string
384 > %       Container string
385 > %       Value string
386 > %EndEventDef
387 > %EventDef PajePushState 12
388 > %       Time date
389 > %       Type string
390 > %       Container string
391 > %       Value string
392 > %EndEventDef
393 > %EventDef PajePopState 13
394 > %       Time date
395 > %       Type string
396 > %       Container string
397 > %EndEventDef
398 > %EventDef PajeResetState 14
399 > %       Time date
400 > %       Type string
401 > %       Container string
402 > %EndEventDef
403 > %EventDef PajeStartLink 15
404 > %       Time date
405 > %       Type string
406 > %       Container string
407 > %       Value string
408 > %       StartContainer string
409 > %       Key string
410 > %EndEventDef
411 > %EventDef PajeEndLink 16
412 > %       Time date
413 > %       Type string
414 > %       Container string
415 > %       Value string
416 > %       EndContainer string
417 > %       Key string
418 > %EndEventDef
419 > %EventDef PajeNewEvent 17
420 > %       Time date
421 > %       Type string
422 > %       Container string
423 > %       Value string
424 > %EndEventDef
425 > 0 1 0 HOST
426 > 6 0 1 1 0 "Tremblay"
427 > 1 2 1 power "1 1 1"
428 > 1 3 1 power_used "0.5 0.5 0.5"
429 > 0 4 1 MSG_PROCESS
430 > 2 5 4 MSG_PROCESS_STATE
431 > 5 6 5 suspend "1 0 1"
432 > 5 7 5 sleep "1 1 0"
433 > 5 8 5 receive "1 0 0"
434 > 5 9 5 send "0 0 1"
435 > 5 10 5 task_execute "0 1 1"
436 > 4 11 0 4 4 MSG_PROCESS_LINK
437 > 4 12 0 4 4 MSG_PROCESS_TASK_LINK
438 > 6 0 2 1 0 "Jupiter"
439 > 6 0 3 1 0 "Fafard"
440 > 6 0 4 1 0 "Ginette"
441 > 6 0 5 1 0 "Bourassa"
442 > 0 13 0 LINK
443 > 6 0 6 13 0 "6"
444 > 1 14 13 bandwidth "1 1 1"
445 > 1 15 13 latency "1 1 1"
446 > 1 16 13 bandwidth_used "0.5 0.5 0.5"
447 > 6 0 7 13 0 "3"
448 > 6 0 8 13 0 "7"
449 > 6 0 9 13 0 "9"
450 > 6 0 10 13 0 "2"
451 > 6 0 11 13 0 "8"
452 > 6 0 12 13 0 "1"
453 > 6 0 13 13 0 "4"
454 > 6 0 14 13 0 "0"
455 > 6 0 15 13 0 "5"
456 > 6 0 16 13 0 "loopback"
457 > 4 17 0 13 13 0-LINK13-LINK13
458 > 4 18 0 1 13 0-HOST1-LINK13
459 > 4 19 0 13 1 0-LINK13-HOST1
460 > 8 0 2 1 98095000.000000
461 > 8 0 2 2 76296000.000000
462 > 8 0 2 3 76296000.000000
463 > 8 0 2 4 48492000.000000
464 > 8 0 2 5 48492000.000000
465 > 8 0 14 6 41279125.000000
466 > 8 0 15 6 0.000060
467 > 8 0 14 7 34285625.000000
468 > 8 0 15 7 0.000514
469 > 8 0 14 8 11618875.000000
470 > 8 0 15 8 0.000190
471 > 8 0 14 9 7209750.000000
472 > 8 0 15 9 0.001462
473 > 8 0 14 10 118682500.000000
474 > 8 0 15 10 0.000137
475 > 8 0 14 11 8158000.000000
476 > 8 0 15 11 0.000271
477 > 8 0 14 12 34285625.000000
478 > 8 0 15 12 0.000514
479 > 8 0 14 13 10099625.000000
480 > 8 0 15 13 0.000480
481 > 8 0 14 14 41279125.000000
482 > 8 0 15 14 0.000060
483 > 8 0 14 15 27946250.000000
484 > 8 0 15 15 0.000278
485 > 8 0 14 16 498000000.000000
486 > 8 0 15 16 0.000015
487 > 15 0 17 0 topology 13 0
488 > 16 0 17 0 topology 7 0
489 > 15 0 17 0 topology 6 1
490 > 16 0 17 0 topology 8 1
491 > 15 0 18 0 topology 1 2
492 > 16 0 18 0 topology 13 2
493 > 15 0 18 0 topology 1 3
494 > 16 0 18 0 topology 9 3
495 > 15 0 19 0 topology 9 4
496 > 16 0 19 0 topology 2 4
497 > 15 0 17 0 topology 10 5
498 > 16 0 17 0 topology 14 5
499 > 15 0 17 0 topology 12 6
500 > 16 0 17 0 topology 11 6
501 > 15 0 17 0 topology 9 7
502 > 16 0 17 0 topology 13 7
503 > 15 0 19 0 topology 8 8
504 > 16 0 19 0 topology 5 8
505 > 15 0 17 0 topology 14 9
506 > 16 0 17 0 topology 12 9
507 > 15 0 19 0 topology 15 10
508 > 16 0 19 0 topology 4 10
509 > 15 0 17 0 topology 10 11
510 > 16 0 17 0 topology 15 11
511 > 15 0 17 0 topology 7 12
512 > 16 0 17 0 topology 15 12
513 > 15 0 19 0 topology 11 13
514 > 16 0 19 0 topology 3 13
515 > 15 0 17 0 topology 7 14
516 > 16 0 17 0 topology 10 14
517 > 15 0 17 0 topology 12 15
518 > 16 0 17 0 topology 6 15
519 > 15 0 17 0 topology 11 16
520 > 16 0 17 0 topology 6 16
521 > 1 20 13 bmigration_order "0.800026 0.545312 0.857926"
522 > 1 21 1 pmigration_order "0.800026 0.545312 0.857926"
523 > 6 0 17 4 3 "emigrant-1"
524 > 6 0 18 4 1 "policeman-2"
525 > 12 0 5 17 7
526 > 12 0 5 18 9
527 > 15 0 12 0 SR 18 p0
528 > 13 2.000000 5 17
529 > 12 2.000000 5 17 8
530 > 8 2.025708 16 13 0.000000
531 > 9 2.025708 16 13 7536438.095238
532 > 10 2.025708 16 13 7536438.095238
533 > 8 2.025708 16 7 0.000000
534 > 9 2.025708 16 7 7536438.095238
535 > 10 2.025708 16 7 7536438.095238
536 > 8 2.025708 16 10 0.000000
537 > 9 2.025708 16 10 7536438.095238
538 > 10 2.025708 16 10 7536438.095238
539 > 8 2.025708 16 14 0.000000
540 > 9 2.025708 16 14 7536438.095238
541 > 10 2.025708 16 14 7536438.095238
542 > 8 2.025708 16 12 0.000000
543 > 9 2.025708 16 12 7536438.095238
544 > 10 2.025708 16 12 7536438.095238
545 > 8 2.025708 16 11 0.000000
546 > 9 2.025708 16 11 7536438.095238
547 > 10 2.025708 16 11 7536438.095238
548 > 9 2.025708 16 11 376821.904762
549 > 10 2.025708 16 11 376821.904762
550 > 9 2.025708 16 12 376821.904762
551 > 10 2.025708 16 12 376821.904762
552 > 9 2.025708 16 14 376821.904762
553 > 10 2.025708 16 14 376821.904762
554 > 9 2.025708 16 10 376821.904762
555 > 10 2.025708 16 10 376821.904762
556 > 9 2.025708 16 7 376821.904762
557 > 10 2.025708 16 7 376821.904762
558 > 9 2.025708 16 13 376821.904762
559 > 10 2.025708 16 13 376821.904762
560 > 13 2.025708 5 18
561 > 12 2.025708 5 18 9
562 > 15 2.025708 12 0 SR 18 p1
563 > 13 2.025708 5 17
564 > 16 2.025708 12 0 SR 17 p0
565 > 15 2.025708 11 0 M 17 0
566 > 7 2.025708 4 17
567 > 6 2.025708 19 4 1 "emigrant-1"
568 > 16 2.025708 11 0 M 19 0
569 > 12 2.025708 5 19 7
570 > 13 4.025708 5 19
571 > 12 4.025708 5 19 8
572 > 8 4.025903 16 16 0.000000
573 > 9 4.025903 16 16 483060000.000000
574 > 10 4.025903 16 16 483060000.000000
575 > 9 4.025903 16 16 24153000.000000
576 > 10 4.025903 16 16 24153000.000000
577 > 13 4.025903 5 18
578 > 12 4.025903 5 18 9
579 > 15 4.025903 12 0 SR 18 p2
580 > 13 4.025903 5 19
581 > 16 4.025903 12 0 SR 19 p1
582 > 15 4.025903 11 0 M 19 1
583 > 7 4.025903 4 19
584 > 6 4.025903 20 4 2 "emigrant-1"
585 > 16 4.025903 11 0 M 20 1
586 > 12 4.025903 5 20 7
587 > 13 6.025903 5 20
588 > 12 6.025903 5 20 8
589 > 8 6.044918 16 9 0.000000
590 > 9 6.044918 16 9 6660435.714286
591 > 10 6.044918 16 9 6660435.714286
592 > 9 6.044918 16 9 333021.785714
593 > 10 6.044918 16 9 333021.785714
594 > 13 6.044918 5 18
595 > 12 6.044918 5 18 9
596 > 15 6.044918 12 0 SR 18 p3
597 > 13 6.044918 5 20
598 > 16 6.044918 12 0 SR 20 p2
599 > 15 6.044918 11 0 M 20 2
600 > 7 6.044918 4 20
601 > 6 6.044918 21 4 3 "emigrant-1"
602 > 16 6.044918 11 0 M 21 2
603 > 12 6.044918 5 21 7
604 > 13 8.044918 5 21
605 > 12 8.044918 5 21 8
606 > 9 8.070626 16 13 7536438.095238
607 > 10 8.070626 16 13 7536438.095238
608 > 9 8.070626 16 7 7536438.095238
609 > 10 8.070626 16 7 7536438.095238
610 > 9 8.070626 16 10 7536438.095238
611 > 10 8.070626 16 10 7536438.095238
612 > 9 8.070626 16 14 7536438.095238
613 > 10 8.070626 16 14 7536438.095238
614 > 9 8.070626 16 12 7536438.095238
615 > 10 8.070626 16 12 7536438.095238
616 > 9 8.070626 16 11 7536438.095238
617 > 10 8.070626 16 11 7536438.095238
618 > 9 8.070626 16 11 376821.904762
619 > 10 8.070626 16 11 376821.904762
620 > 9 8.070626 16 12 376821.904762
621 > 10 8.070626 16 12 376821.904762
622 > 9 8.070626 16 14 376821.904762
623 > 10 8.070626 16 14 376821.904762
624 > 9 8.070626 16 10 376821.904762
625 > 10 8.070626 16 10 376821.904762
626 > 9 8.070626 16 7 376821.904762
627 > 10 8.070626 16 7 376821.904762
628 > 9 8.070626 16 13 376821.904762
629 > 10 8.070626 16 13 376821.904762
630 > 13 8.070626 5 18
631 > 12 8.070626 5 18 9
632 > 15 8.070626 12 0 SR 18 p4
633 > 13 8.070626 5 21
634 > 16 8.070626 12 0 SR 21 p3
635 > 15 8.070626 11 0 M 21 3
636 > 7 8.070626 4 21
637 > 6 8.070626 22 4 4 "emigrant-1"
638 > 16 8.070626 11 0 M 22 3
639 > 12 8.070626 5 22 7
640 > 13 10.070626 5 22
641 > 12 10.070626 5 22 8
642 > 9 10.087178 16 13 9330129.761905
643 > 10 10.087178 16 13 9330129.761905
644 > 9 10.087178 16 7 9330129.761905
645 > 10 10.087178 16 7 9330129.761905
646 > 8 10.087178 16 15 0.000000
647 > 9 10.087178 16 15 9330129.761905
648 > 10 10.087178 16 15 9330129.761905
649 > 9 10.087178 16 15 466506.488095
650 > 10 10.087178 16 15 466506.488095
651 > 9 10.087178 16 7 466506.488095
652 > 10 10.087178 16 7 466506.488095
653 > 9 10.087178 16 13 466506.488095
654 > 10 10.087178 16 13 466506.488095
655 > 13 10.087178 5 18
656 > 12 10.087178 5 18 9
657 > 15 10.087178 12 0 SR 18 p5
658 > 13 10.087178 5 22
659 > 16 10.087178 12 0 SR 22 p4
660 > 15 10.087178 11 0 M 22 4
661 > 7 10.087178 4 22
662 > 6 10.087178 23 4 5 "emigrant-1"
663 > 16 10.087178 11 0 M 23 4
664 > 12 10.087178 5 23 7
665 > 13 12.087178 5 23
666 > 12 12.087178 5 23 8
667 > 9 12.112617 16 13 9330129.761905
668 > 10 12.112617 16 13 9330129.761905
669 > 9 12.112617 16 7 9330129.761905
670 > 10 12.112617 16 7 9330129.761905
671 > 9 12.112617 16 10 9330129.761905
672 > 10 12.112617 16 10 9330129.761905
673 > 9 12.112617 16 14 9330129.761905
674 > 10 12.112617 16 14 9330129.761905
675 > 9 12.112617 16 12 9330129.761905
676 > 10 12.112617 16 12 9330129.761905
677 > 8 12.112617 16 6 0.000000
678 > 9 12.112617 16 6 9330129.761905
679 > 10 12.112617 16 6 9330129.761905
680 > 8 12.112617 16 8 0.000000
681 > 9 12.112617 16 8 9330129.761905
682 > 10 12.112617 16 8 9330129.761905
683 > 9 12.112617 16 8 466506.488095
684 > 10 12.112617 16 8 466506.488095
685 > 9 12.112617 16 6 466506.488095
686 > 10 12.112617 16 6 466506.488095
687 > 9 12.112617 16 12 466506.488095
688 > 10 12.112617 16 12 466506.488095
689 > 9 12.112617 16 14 466506.488095
690 > 10 12.112617 16 14 466506.488095
691 > 9 12.112617 16 10 466506.488095
692 > 10 12.112617 16 10 466506.488095
693 > 9 12.112617 16 7 466506.488095
694 > 10 12.112617 16 7 466506.488095
695 > 9 12.112617 16 13 466506.488095
696 > 10 12.112617 16 13 466506.488095
697 > 13 12.112617 5 18
698 > 12 12.112617 5 18 9
699 > 15 12.112617 12 0 SR 18 p6
700 > 13 12.112617 5 23
701 > 16 12.112617 12 0 SR 23 p5
702 > 15 12.112617 11 0 M 23 5
703 > 7 12.112617 4 23
704 > 6 12.112617 24 4 3 "emigrant-1"
705 > 16 12.112617 11 0 M 24 5
706 > 12 12.112617 5 24 7
707 > 13 14.112617 5 24
708 > 12 14.112617 5 24 8
709 > 9 14.138325 16 13 7536438.095238
710 > 10 14.138325 16 13 7536438.095238
711 > 9 14.138325 16 7 7536438.095238
712 > 10 14.138325 16 7 7536438.095238
713 > 9 14.138325 16 10 7536438.095238
714 > 10 14.138325 16 10 7536438.095238
715 > 9 14.138325 16 14 7536438.095238
716 > 10 14.138325 16 14 7536438.095238
717 > 9 14.138325 16 12 7536438.095238
718 > 10 14.138325 16 12 7536438.095238
719 > 9 14.138325 16 11 7536438.095238
720 > 10 14.138325 16 11 7536438.095238
721 > 9 14.138325 16 11 376821.904762
722 > 10 14.138325 16 11 376821.904762
723 > 9 14.138325 16 12 376821.904762
724 > 10 14.138325 16 12 376821.904762
725 > 9 14.138325 16 14 376821.904762
726 > 10 14.138325 16 14 376821.904762
727 > 9 14.138325 16 10 376821.904762
728 > 10 14.138325 16 10 376821.904762
729 > 9 14.138325 16 7 376821.904762
730 > 10 14.138325 16 7 376821.904762
731 > 9 14.138325 16 13 376821.904762
732 > 10 14.138325 16 13 376821.904762
733 > 13 14.138325 5 18
734 > 12 14.138325 5 18 9
735 > 15 14.138325 12 0 SR 18 p7
736 > 13 14.138325 5 24
737 > 16 14.138325 12 0 SR 24 p6
738 > 15 14.138325 11 0 M 24 6
739 > 7 14.138325 4 24
740 > 6 14.138325 25 4 1 "emigrant-1"
741 > 16 14.138325 11 0 M 25 6
742 > 12 14.138325 5 25 7
743 > 13 16.138325 5 25
744 > 12 16.138325 5 25 8
745 > 9 16.138521 16 16 483060000.000000
746 > 10 16.138521 16 16 483060000.000000
747 > 9 16.138521 16 16 24153000.000000
748 > 10 16.138521 16 16 24153000.000000
749 > 13 16.138521 5 18
750 > 12 16.138521 5 18 9
751 > 15 16.138521 12 0 SR 18 p8
752 > 13 16.138521 5 25
753 > 16 16.138521 12 0 SR 25 p7
754 > 15 16.138521 11 0 M 25 7
755 > 7 16.138521 4 25
756 > 6 16.138521 26 4 4 "emigrant-1"
757 > 16 16.138521 11 0 M 26 7
758 > 12 16.138521 5 26 7
759 > 13 18.138521 5 26
760 > 12 18.138521 5 26 8
761 > 9 18.155073 16 13 9330129.761905
762 > 10 18.155073 16 13 9330129.761905
763 > 9 18.155073 16 7 9330129.761905
764 > 10 18.155073 16 7 9330129.761905
765 > 9 18.155073 16 15 9330129.761905
766 > 10 18.155073 16 15 9330129.761905
767 > 9 18.155073 16 15 466506.488095
768 > 10 18.155073 16 15 466506.488095
769 > 9 18.155073 16 7 466506.488095
770 > 10 18.155073 16 7 466506.488095
771 > 9 18.155073 16 13 466506.488095
772 > 10 18.155073 16 13 466506.488095
773 > 13 18.155073 5 18
774 > 7 18.155073 4 18
775 > 13 18.155073 5 26
776 > 16 18.155073 12 0 SR 26 p8
777 > 7 18.155073 4 26
778 > 7 18.155073 1 3
779 > 7 18.155073 1 1
780 > 7 18.155073 13 16
781 > 7 18.155073 13 14
782 > 7 18.155073 13 12
783 > 7 18.155073 13 10
784 > 7 18.155073 13 7
785 > 7 18.155073 13 13
786 > 7 18.155073 13 15
787 > 7 18.155073 13 6
788 > 7 18.155073 13 8
789 > 7 18.155073 13 11
790 > 7 18.155073 13 9
791 > 7 18.155073 1 5
792 > 7 18.155073 1 2
793 > 7 18.155073 1 4
794
795 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing/categorized:yes --cfg=tracing/uncategorized:yes --cfg=tracing/buffer:no --cfg=tracing/filename:procmig.trace --cfg=tracing/msg/process:yes ${srcdir:=.}/small_platform.xml
796 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/categorized' to 'yes'
797 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/uncategorized' to 'yes'
798 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/buffer' to 'no'
799 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/filename' to 'procmig.trace'
800 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/msg/process' to 'yes'
801
802 $ tail -n +3 procmig.trace
803 > %EventDef PajeDefineContainerType 0
804 > %       Alias string
805 > %       Type string
806 > %       Name string
807 > %EndEventDef
808 > %EventDef PajeDefineVariableType 1
809 > %       Alias string
810 > %       Type string
811 > %       Name string
812 > %       Color color
813 > %EndEventDef
814 > %EventDef PajeDefineStateType 2
815 > %       Alias string
816 > %       Type string
817 > %       Name string
818 > %EndEventDef
819 > %EventDef PajeDefineEventType 3
820 > %       Alias string
821 > %       Type string
822 > %       Name string
823 > %EndEventDef
824 > %EventDef PajeDefineLinkType 4
825 > %       Alias string
826 > %       Type string
827 > %       StartContainerType string
828 > %       EndContainerType string
829 > %       Name string
830 > %EndEventDef
831 > %EventDef PajeDefineEntityValue 5
832 > %       Alias string
833 > %       Type string
834 > %       Name string
835 > %       Color color
836 > %EndEventDef
837 > %EventDef PajeCreateContainer 6
838 > %       Time date
839 > %       Alias string
840 > %       Type string
841 > %       Container string
842 > %       Name string
843 > %EndEventDef
844 > %EventDef PajeDestroyContainer 7
845 > %       Time date
846 > %       Type string
847 > %       Name string
848 > %EndEventDef
849 > %EventDef PajeSetVariable 8
850 > %       Time date
851 > %       Type string
852 > %       Container string
853 > %       Value double
854 > %EndEventDef
855 > %EventDef PajeAddVariable 9
856 > %       Time date
857 > %       Type string
858 > %       Container string
859 > %       Value double
860 > %EndEventDef
861 > %EventDef PajeSubVariable 10
862 > %       Time date
863 > %       Type string
864 > %       Container string
865 > %       Value double
866 > %EndEventDef
867 > %EventDef PajeSetState 11
868 > %       Time date
869 > %       Type string
870 > %       Container string
871 > %       Value string
872 > %EndEventDef
873 > %EventDef PajePushState 12
874 > %       Time date
875 > %       Type string
876 > %       Container string
877 > %       Value string
878 > %EndEventDef
879 > %EventDef PajePopState 13
880 > %       Time date
881 > %       Type string
882 > %       Container string
883 > %EndEventDef
884 > %EventDef PajeResetState 14
885 > %       Time date
886 > %       Type string
887 > %       Container string
888 > %EndEventDef
889 > %EventDef PajeStartLink 15
890 > %       Time date
891 > %       Type string
892 > %       Container string
893 > %       Value string
894 > %       StartContainer string
895 > %       Key string
896 > %EndEventDef
897 > %EventDef PajeEndLink 16
898 > %       Time date
899 > %       Type string
900 > %       Container string
901 > %       Value string
902 > %       EndContainer string
903 > %       Key string
904 > %EndEventDef
905 > %EventDef PajeNewEvent 17
906 > %       Time date
907 > %       Type string
908 > %       Container string
909 > %       Value string
910 > %EndEventDef
911 > 0 1 0 HOST
912 > 6 0 1 1 0 "Tremblay"
913 > 1 2 1 power "1 1 1"
914 > 1 3 1 power_used "0.5 0.5 0.5"
915 > 0 4 1 MSG_PROCESS
916 > 2 5 4 MSG_PROCESS_STATE
917 > 5 6 5 suspend "1 0 1"
918 > 5 7 5 sleep "1 1 0"
919 > 5 8 5 receive "1 0 0"
920 > 5 9 5 send "0 0 1"
921 > 5 10 5 task_execute "0 1 1"
922 > 4 11 0 4 4 MSG_PROCESS_LINK
923 > 4 12 0 4 4 MSG_PROCESS_TASK_LINK
924 > 6 0 2 1 0 "Jupiter"
925 > 6 0 3 1 0 "Fafard"
926 > 6 0 4 1 0 "Ginette"
927 > 6 0 5 1 0 "Bourassa"
928 > 0 13 0 LINK
929 > 6 0 6 13 0 "6"
930 > 1 14 13 bandwidth "1 1 1"
931 > 1 15 13 latency "1 1 1"
932 > 1 16 13 bandwidth_used "0.5 0.5 0.5"
933 > 6 0 7 13 0 "3"
934 > 6 0 8 13 0 "7"
935 > 6 0 9 13 0 "9"
936 > 6 0 10 13 0 "2"
937 > 6 0 11 13 0 "8"
938 > 6 0 12 13 0 "1"
939 > 6 0 13 13 0 "4"
940 > 6 0 14 13 0 "0"
941 > 6 0 15 13 0 "5"
942 > 6 0 16 13 0 "loopback"
943 > 4 17 0 13 13 0-LINK13-LINK13
944 > 4 18 0 1 13 0-HOST1-LINK13
945 > 4 19 0 13 1 0-LINK13-HOST1
946 > 8 0 2 1 98095000.000000
947 > 8 0 2 2 76296000.000000
948 > 8 0 2 3 76296000.000000
949 > 8 0 2 4 48492000.000000
950 > 8 0 2 5 48492000.000000
951 > 8 0 14 6 41279125.000000
952 > 8 0 15 6 0.000060
953 > 8 0 14 7 34285625.000000
954 > 8 0 15 7 0.000514
955 > 8 0 14 8 11618875.000000
956 > 8 0 15 8 0.000190
957 > 8 0 14 9 7209750.000000
958 > 8 0 15 9 0.001462
959 > 8 0 14 10 118682500.000000
960 > 8 0 15 10 0.000137
961 > 8 0 14 11 8158000.000000
962 > 8 0 15 11 0.000271
963 > 8 0 14 12 34285625.000000
964 > 8 0 15 12 0.000514
965 > 8 0 14 13 10099625.000000
966 > 8 0 15 13 0.000480
967 > 8 0 14 14 41279125.000000
968 > 8 0 15 14 0.000060
969 > 8 0 14 15 27946250.000000
970 > 8 0 15 15 0.000278
971 > 8 0 14 16 498000000.000000
972 > 8 0 15 16 0.000015
973 > 15 0 17 0 topology 13 0
974 > 16 0 17 0 topology 7 0
975 > 15 0 17 0 topology 6 1
976 > 16 0 17 0 topology 8 1
977 > 15 0 18 0 topology 1 2
978 > 16 0 18 0 topology 13 2
979 > 15 0 18 0 topology 1 3
980 > 16 0 18 0 topology 9 3
981 > 15 0 19 0 topology 9 4
982 > 16 0 19 0 topology 2 4
983 > 15 0 17 0 topology 10 5
984 > 16 0 17 0 topology 14 5
985 > 15 0 17 0 topology 12 6
986 > 16 0 17 0 topology 11 6
987 > 15 0 17 0 topology 9 7
988 > 16 0 17 0 topology 13 7
989 > 15 0 19 0 topology 8 8
990 > 16 0 19 0 topology 5 8
991 > 15 0 17 0 topology 14 9
992 > 16 0 17 0 topology 12 9
993 > 15 0 19 0 topology 15 10
994 > 16 0 19 0 topology 4 10
995 > 15 0 17 0 topology 10 11
996 > 16 0 17 0 topology 15 11
997 > 15 0 17 0 topology 7 12
998 > 16 0 17 0 topology 15 12
999 > 15 0 19 0 topology 11 13
1000 > 16 0 19 0 topology 3 13
1001 > 15 0 17 0 topology 7 14
1002 > 16 0 17 0 topology 10 14
1003 > 15 0 17 0 topology 12 15
1004 > 16 0 17 0 topology 6 15
1005 > 15 0 17 0 topology 11 16
1006 > 16 0 17 0 topology 6 16
1007 > 1 20 13 bmigration_order "0.800026 0.545312 0.857926"
1008 > 1 21 1 pmigration_order "0.800026 0.545312 0.857926"
1009 > 6 0 17 4 3 "emigrant-1"
1010 > 6 0 18 4 1 "policeman-2"
1011 > 12 0 5 17 7
1012 > 12 0 5 18 9
1013 > 15 0 12 0 SR 18 p0
1014 > 13 2.000000 5 17
1015 > 12 2.000000 5 17 8
1016 > 8 2.025708 16 13 0.000000
1017 > 9 2.025708 16 13 7536438.095238
1018 > 10 2.025708 16 13 7536438.095238
1019 > 8 2.025708 16 7 0.000000
1020 > 9 2.025708 16 7 7536438.095238
1021 > 10 2.025708 16 7 7536438.095238
1022 > 8 2.025708 16 10 0.000000
1023 > 9 2.025708 16 10 7536438.095238
1024 > 10 2.025708 16 10 7536438.095238
1025 > 8 2.025708 16 14 0.000000
1026 > 9 2.025708 16 14 7536438.095238
1027 > 10 2.025708 16 14 7536438.095238
1028 > 8 2.025708 16 12 0.000000
1029 > 9 2.025708 16 12 7536438.095238
1030 > 10 2.025708 16 12 7536438.095238
1031 > 8 2.025708 16 11 0.000000
1032 > 9 2.025708 16 11 7536438.095238
1033 > 10 2.025708 16 11 7536438.095238
1034 > 9 2.025708 16 11 376821.904762
1035 > 10 2.025708 16 11 376821.904762
1036 > 9 2.025708 16 12 376821.904762
1037 > 10 2.025708 16 12 376821.904762
1038 > 9 2.025708 16 14 376821.904762
1039 > 10 2.025708 16 14 376821.904762
1040 > 9 2.025708 16 10 376821.904762
1041 > 10 2.025708 16 10 376821.904762
1042 > 9 2.025708 16 7 376821.904762
1043 > 10 2.025708 16 7 376821.904762
1044 > 9 2.025708 16 13 376821.904762
1045 > 10 2.025708 16 13 376821.904762
1046 > 13 2.025708 5 18
1047 > 12 2.025708 5 18 9
1048 > 15 2.025708 12 0 SR 18 p1
1049 > 13 2.025708 5 17
1050 > 16 2.025708 12 0 SR 17 p0
1051 > 15 2.025708 11 0 M 17 0
1052 > 7 2.025708 4 17
1053 > 6 2.025708 19 4 1 "emigrant-1"
1054 > 16 2.025708 11 0 M 19 0
1055 > 12 2.025708 5 19 7
1056 > 13 4.025708 5 19
1057 > 12 4.025708 5 19 8
1058 > 8 4.025903 16 16 0.000000
1059 > 9 4.025903 16 16 483060000.000000
1060 > 10 4.025903 16 16 483060000.000000
1061 > 9 4.025903 16 16 24153000.000000
1062 > 10 4.025903 16 16 24153000.000000
1063 > 13 4.025903 5 18
1064 > 12 4.025903 5 18 9
1065 > 15 4.025903 12 0 SR 18 p2
1066 > 13 4.025903 5 19
1067 > 16 4.025903 12 0 SR 19 p1
1068 > 15 4.025903 11 0 M 19 1
1069 > 7 4.025903 4 19
1070 > 6 4.025903 20 4 2 "emigrant-1"
1071 > 16 4.025903 11 0 M 20 1
1072 > 12 4.025903 5 20 7
1073 > 13 6.025903 5 20
1074 > 12 6.025903 5 20 8
1075 > 8 6.044918 16 9 0.000000
1076 > 9 6.044918 16 9 6660435.714286
1077 > 10 6.044918 16 9 6660435.714286
1078 > 9 6.044918 16 9 333021.785714
1079 > 10 6.044918 16 9 333021.785714
1080 > 13 6.044918 5 18
1081 > 12 6.044918 5 18 9
1082 > 15 6.044918 12 0 SR 18 p3
1083 > 13 6.044918 5 20
1084 > 16 6.044918 12 0 SR 20 p2
1085 > 15 6.044918 11 0 M 20 2
1086 > 7 6.044918 4 20
1087 > 6 6.044918 21 4 3 "emigrant-1"
1088 > 16 6.044918 11 0 M 21 2
1089 > 12 6.044918 5 21 7
1090 > 13 8.044918 5 21
1091 > 12 8.044918 5 21 8
1092 > 9 8.070626 16 13 7536438.095238
1093 > 10 8.070626 16 13 7536438.095238
1094 > 9 8.070626 16 7 7536438.095238
1095 > 10 8.070626 16 7 7536438.095238
1096 > 9 8.070626 16 10 7536438.095238
1097 > 10 8.070626 16 10 7536438.095238
1098 > 9 8.070626 16 14 7536438.095238
1099 > 10 8.070626 16 14 7536438.095238
1100 > 9 8.070626 16 12 7536438.095238
1101 > 10 8.070626 16 12 7536438.095238
1102 > 9 8.070626 16 11 7536438.095238
1103 > 10 8.070626 16 11 7536438.095238
1104 > 9 8.070626 16 11 376821.904762
1105 > 10 8.070626 16 11 376821.904762
1106 > 9 8.070626 16 12 376821.904762
1107 > 10 8.070626 16 12 376821.904762
1108 > 9 8.070626 16 14 376821.904762
1109 > 10 8.070626 16 14 376821.904762
1110 > 9 8.070626 16 10 376821.904762
1111 > 10 8.070626 16 10 376821.904762
1112 > 9 8.070626 16 7 376821.904762
1113 > 10 8.070626 16 7 376821.904762
1114 > 9 8.070626 16 13 376821.904762
1115 > 10 8.070626 16 13 376821.904762
1116 > 13 8.070626 5 18
1117 > 12 8.070626 5 18 9
1118 > 15 8.070626 12 0 SR 18 p4
1119 > 13 8.070626 5 21
1120 > 16 8.070626 12 0 SR 21 p3
1121 > 15 8.070626 11 0 M 21 3
1122 > 7 8.070626 4 21
1123 > 6 8.070626 22 4 4 "emigrant-1"
1124 > 16 8.070626 11 0 M 22 3
1125 > 12 8.070626 5 22 7
1126 > 13 10.070626 5 22
1127 > 12 10.070626 5 22 8
1128 > 9 10.087178 16 13 9330129.761905
1129 > 10 10.087178 16 13 9330129.761905
1130 > 9 10.087178 16 7 9330129.761905
1131 > 10 10.087178 16 7 9330129.761905
1132 > 8 10.087178 16 15 0.000000
1133 > 9 10.087178 16 15 9330129.761905
1134 > 10 10.087178 16 15 9330129.761905
1135 > 9 10.087178 16 15 466506.488095
1136 > 10 10.087178 16 15 466506.488095
1137 > 9 10.087178 16 7 466506.488095
1138 > 10 10.087178 16 7 466506.488095
1139 > 9 10.087178 16 13 466506.488095
1140 > 10 10.087178 16 13 466506.488095
1141 > 13 10.087178 5 18
1142 > 12 10.087178 5 18 9
1143 > 15 10.087178 12 0 SR 18 p5
1144 > 13 10.087178 5 22
1145 > 16 10.087178 12 0 SR 22 p4
1146 > 15 10.087178 11 0 M 22 4
1147 > 7 10.087178 4 22
1148 > 6 10.087178 23 4 5 "emigrant-1"
1149 > 16 10.087178 11 0 M 23 4
1150 > 12 10.087178 5 23 7
1151 > 13 12.087178 5 23
1152 > 12 12.087178 5 23 8
1153 > 9 12.112617 16 13 9330129.761905
1154 > 10 12.112617 16 13 9330129.761905
1155 > 9 12.112617 16 7 9330129.761905
1156 > 10 12.112617 16 7 9330129.761905
1157 > 9 12.112617 16 10 9330129.761905
1158 > 10 12.112617 16 10 9330129.761905
1159 > 9 12.112617 16 14 9330129.761905
1160 > 10 12.112617 16 14 9330129.761905
1161 > 9 12.112617 16 12 9330129.761905
1162 > 10 12.112617 16 12 9330129.761905
1163 > 8 12.112617 16 6 0.000000
1164 > 9 12.112617 16 6 9330129.761905
1165 > 10 12.112617 16 6 9330129.761905
1166 > 8 12.112617 16 8 0.000000
1167 > 9 12.112617 16 8 9330129.761905
1168 > 10 12.112617 16 8 9330129.761905
1169 > 9 12.112617 16 8 466506.488095
1170 > 10 12.112617 16 8 466506.488095
1171 > 9 12.112617 16 6 466506.488095
1172 > 10 12.112617 16 6 466506.488095
1173 > 9 12.112617 16 12 466506.488095
1174 > 10 12.112617 16 12 466506.488095
1175 > 9 12.112617 16 14 466506.488095
1176 > 10 12.112617 16 14 466506.488095
1177 > 9 12.112617 16 10 466506.488095
1178 > 10 12.112617 16 10 466506.488095
1179 > 9 12.112617 16 7 466506.488095
1180 > 10 12.112617 16 7 466506.488095
1181 > 9 12.112617 16 13 466506.488095
1182 > 10 12.112617 16 13 466506.488095
1183 > 13 12.112617 5 18
1184 > 12 12.112617 5 18 9
1185 > 15 12.112617 12 0 SR 18 p6
1186 > 13 12.112617 5 23
1187 > 16 12.112617 12 0 SR 23 p5
1188 > 15 12.112617 11 0 M 23 5
1189 > 7 12.112617 4 23
1190 > 6 12.112617 24 4 3 "emigrant-1"
1191 > 16 12.112617 11 0 M 24 5
1192 > 12 12.112617 5 24 7
1193 > 13 14.112617 5 24
1194 > 12 14.112617 5 24 8
1195 > 9 14.138325 16 13 7536438.095238
1196 > 10 14.138325 16 13 7536438.095238
1197 > 9 14.138325 16 7 7536438.095238
1198 > 10 14.138325 16 7 7536438.095238
1199 > 9 14.138325 16 10 7536438.095238
1200 > 10 14.138325 16 10 7536438.095238
1201 > 9 14.138325 16 14 7536438.095238
1202 > 10 14.138325 16 14 7536438.095238
1203 > 9 14.138325 16 12 7536438.095238
1204 > 10 14.138325 16 12 7536438.095238
1205 > 9 14.138325 16 11 7536438.095238
1206 > 10 14.138325 16 11 7536438.095238
1207 > 9 14.138325 16 11 376821.904762
1208 > 10 14.138325 16 11 376821.904762
1209 > 9 14.138325 16 12 376821.904762
1210 > 10 14.138325 16 12 376821.904762
1211 > 9 14.138325 16 14 376821.904762
1212 > 10 14.138325 16 14 376821.904762
1213 > 9 14.138325 16 10 376821.904762
1214 > 10 14.138325 16 10 376821.904762
1215 > 9 14.138325 16 7 376821.904762
1216 > 10 14.138325 16 7 376821.904762
1217 > 9 14.138325 16 13 376821.904762
1218 > 10 14.138325 16 13 376821.904762
1219 > 13 14.138325 5 18
1220 > 12 14.138325 5 18 9
1221 > 15 14.138325 12 0 SR 18 p7
1222 > 13 14.138325 5 24
1223 > 16 14.138325 12 0 SR 24 p6
1224 > 15 14.138325 11 0 M 24 6
1225 > 7 14.138325 4 24
1226 > 6 14.138325 25 4 1 "emigrant-1"
1227 > 16 14.138325 11 0 M 25 6
1228 > 12 14.138325 5 25 7
1229 > 13 16.138325 5 25
1230 > 12 16.138325 5 25 8
1231 > 9 16.138521 16 16 483060000.000000
1232 > 10 16.138521 16 16 483060000.000000
1233 > 9 16.138521 16 16 24153000.000000
1234 > 10 16.138521 16 16 24153000.000000
1235 > 13 16.138521 5 18
1236 > 12 16.138521 5 18 9
1237 > 15 16.138521 12 0 SR 18 p8
1238 > 13 16.138521 5 25
1239 > 16 16.138521 12 0 SR 25 p7
1240 > 15 16.138521 11 0 M 25 7
1241 > 7 16.138521 4 25
1242 > 6 16.138521 26 4 4 "emigrant-1"
1243 > 16 16.138521 11 0 M 26 7
1244 > 12 16.138521 5 26 7
1245 > 13 18.138521 5 26
1246 > 12 18.138521 5 26 8
1247 > 9 18.155073 16 13 9330129.761905
1248 > 10 18.155073 16 13 9330129.761905
1249 > 9 18.155073 16 7 9330129.761905
1250 > 10 18.155073 16 7 9330129.761905
1251 > 9 18.155073 16 15 9330129.761905
1252 > 10 18.155073 16 15 9330129.761905
1253 > 9 18.155073 16 15 466506.488095
1254 > 10 18.155073 16 15 466506.488095
1255 > 9 18.155073 16 7 466506.488095
1256 > 10 18.155073 16 7 466506.488095
1257 > 9 18.155073 16 13 466506.488095
1258 > 10 18.155073 16 13 466506.488095
1259 > 13 18.155073 5 18
1260 > 7 18.155073 4 18
1261 > 13 18.155073 5 26
1262 > 16 18.155073 12 0 SR 26 p8
1263 > 7 18.155073 4 26
1264 > 7 18.155073 1 3
1265 > 7 18.155073 1 1
1266 > 7 18.155073 13 16
1267 > 7 18.155073 13 14
1268 > 7 18.155073 13 12
1269 > 7 18.155073 13 10
1270 > 7 18.155073 13 7
1271 > 7 18.155073 13 13
1272 > 7 18.155073 13 15
1273 > 7 18.155073 13 6
1274 > 7 18.155073 13 8
1275 > 7 18.155073 13 11
1276 > 7 18.155073 13 9
1277 > 7 18.155073 1 5
1278 > 7 18.155073 1 2
1279 > 7 18.155073 1 4
1280
1281 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing:no ${srcdir:=.}/small_platform.xml
1282 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'no'
1283
1284 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing:yes --cfg=tracing/categorized:yes ${srcdir:=.}/small_platform.xml
1285 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'yes'
1286 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/categorized' to 'yes'
1287
1288 $ tail -n +3 simgrid.trace
1289 > %EventDef PajeDefineContainerType 0
1290 > %       Alias string
1291 > %       Type string
1292 > %       Name string
1293 > %EndEventDef
1294 > %EventDef PajeDefineVariableType 1
1295 > %       Alias string
1296 > %       Type string
1297 > %       Name string
1298 > %       Color color
1299 > %EndEventDef
1300 > %EventDef PajeDefineStateType 2
1301 > %       Alias string
1302 > %       Type string
1303 > %       Name string
1304 > %EndEventDef
1305 > %EventDef PajeDefineEventType 3
1306 > %       Alias string
1307 > %       Type string
1308 > %       Name string
1309 > %EndEventDef
1310 > %EventDef PajeDefineLinkType 4
1311 > %       Alias string
1312 > %       Type string
1313 > %       StartContainerType string
1314 > %       EndContainerType string
1315 > %       Name string
1316 > %EndEventDef
1317 > %EventDef PajeDefineEntityValue 5
1318 > %       Alias string
1319 > %       Type string
1320 > %       Name string
1321 > %       Color color
1322 > %EndEventDef
1323 > %EventDef PajeCreateContainer 6
1324 > %       Time date
1325 > %       Alias string
1326 > %       Type string
1327 > %       Container string
1328 > %       Name string
1329 > %EndEventDef
1330 > %EventDef PajeDestroyContainer 7
1331 > %       Time date
1332 > %       Type string
1333 > %       Name string
1334 > %EndEventDef
1335 > %EventDef PajeSetVariable 8
1336 > %       Time date
1337 > %       Type string
1338 > %       Container string
1339 > %       Value double
1340 > %EndEventDef
1341 > %EventDef PajeAddVariable 9
1342 > %       Time date
1343 > %       Type string
1344 > %       Container string
1345 > %       Value double
1346 > %EndEventDef
1347 > %EventDef PajeSubVariable 10
1348 > %       Time date
1349 > %       Type string
1350 > %       Container string
1351 > %       Value double
1352 > %EndEventDef
1353 > %EventDef PajeSetState 11
1354 > %       Time date
1355 > %       Type string
1356 > %       Container string
1357 > %       Value string
1358 > %EndEventDef
1359 > %EventDef PajePushState 12
1360 > %       Time date
1361 > %       Type string
1362 > %       Container string
1363 > %       Value string
1364 > %EndEventDef
1365 > %EventDef PajePopState 13
1366 > %       Time date
1367 > %       Type string
1368 > %       Container string
1369 > %EndEventDef
1370 > %EventDef PajeResetState 14
1371 > %       Time date
1372 > %       Type string
1373 > %       Container string
1374 > %EndEventDef
1375 > %EventDef PajeStartLink 15
1376 > %       Time date
1377 > %       Type string
1378 > %       Container string
1379 > %       Value string
1380 > %       StartContainer string
1381 > %       Key string
1382 > %EndEventDef
1383 > %EventDef PajeEndLink 16
1384 > %       Time date
1385 > %       Type string
1386 > %       Container string
1387 > %       Value string
1388 > %       EndContainer string
1389 > %       Key string
1390 > %EndEventDef
1391 > %EventDef PajeNewEvent 17
1392 > %       Time date
1393 > %       Type string
1394 > %       Container string
1395 > %       Value string
1396 > %EndEventDef
1397 > 0 1 0 HOST
1398 > 6 0 1 1 0 "Tremblay"
1399 > 1 2 1 power "1 1 1"
1400 > 6 0 2 1 0 "Jupiter"
1401 > 6 0 3 1 0 "Fafard"
1402 > 6 0 4 1 0 "Ginette"
1403 > 6 0 5 1 0 "Bourassa"
1404 > 0 3 0 LINK
1405 > 6 0 6 3 0 "6"
1406 > 1 4 3 bandwidth "1 1 1"
1407 > 1 5 3 latency "1 1 1"
1408 > 6 0 7 3 0 "3"
1409 > 6 0 8 3 0 "7"
1410 > 6 0 9 3 0 "9"
1411 > 6 0 10 3 0 "2"
1412 > 6 0 11 3 0 "8"
1413 > 6 0 12 3 0 "1"
1414 > 6 0 13 3 0 "4"
1415 > 6 0 14 3 0 "0"
1416 > 6 0 15 3 0 "5"
1417 > 6 0 16 3 0 "loopback"
1418 > 4 6 0 3 3 0-LINK3-LINK3
1419 > 4 7 0 1 3 0-HOST1-LINK3
1420 > 4 8 0 3 1 0-LINK3-HOST1
1421 > 8 0 2 1 98095000.000000
1422 > 8 0 2 2 76296000.000000
1423 > 8 0 2 3 76296000.000000
1424 > 8 0 2 4 48492000.000000
1425 > 8 0 2 5 48492000.000000
1426 > 8 0 4 6 41279125.000000
1427 > 8 0 5 6 0.000060
1428 > 8 0 4 7 34285625.000000
1429 > 8 0 5 7 0.000514
1430 > 8 0 4 8 11618875.000000
1431 > 8 0 5 8 0.000190
1432 > 8 0 4 9 7209750.000000
1433 > 8 0 5 9 0.001462
1434 > 8 0 4 10 118682500.000000
1435 > 8 0 5 10 0.000137
1436 > 8 0 4 11 8158000.000000
1437 > 8 0 5 11 0.000271
1438 > 8 0 4 12 34285625.000000
1439 > 8 0 5 12 0.000514
1440 > 8 0 4 13 10099625.000000
1441 > 8 0 5 13 0.000480
1442 > 8 0 4 14 41279125.000000
1443 > 8 0 5 14 0.000060
1444 > 8 0 4 15 27946250.000000
1445 > 8 0 5 15 0.000278
1446 > 8 0 4 16 498000000.000000
1447 > 8 0 5 16 0.000015
1448 > 15 0 6 0 topology 13 0
1449 > 16 0 6 0 topology 7 0
1450 > 15 0 6 0 topology 6 1
1451 > 16 0 6 0 topology 8 1
1452 > 15 0 7 0 topology 1 2
1453 > 16 0 7 0 topology 13 2
1454 > 15 0 7 0 topology 1 3
1455 > 16 0 7 0 topology 9 3
1456 > 15 0 8 0 topology 9 4
1457 > 16 0 8 0 topology 2 4
1458 > 15 0 6 0 topology 10 5
1459 > 16 0 6 0 topology 14 5
1460 > 15 0 6 0 topology 12 6
1461 > 16 0 6 0 topology 11 6
1462 > 15 0 6 0 topology 9 7
1463 > 16 0 6 0 topology 13 7
1464 > 15 0 8 0 topology 8 8
1465 > 16 0 8 0 topology 5 8
1466 > 15 0 6 0 topology 14 9
1467 > 16 0 6 0 topology 12 9
1468 > 15 0 8 0 topology 15 10
1469 > 16 0 8 0 topology 4 10
1470 > 15 0 6 0 topology 10 11
1471 > 16 0 6 0 topology 15 11
1472 > 15 0 6 0 topology 7 12
1473 > 16 0 6 0 topology 15 12
1474 > 15 0 8 0 topology 11 13
1475 > 16 0 8 0 topology 3 13
1476 > 15 0 6 0 topology 7 14
1477 > 16 0 6 0 topology 10 14
1478 > 15 0 6 0 topology 12 15
1479 > 16 0 6 0 topology 6 15
1480 > 15 0 6 0 topology 11 16
1481 > 16 0 6 0 topology 6 16
1482 > 1 9 3 bmigration_order "0.800026 0.545312 0.857926"
1483 > 1 10 1 pmigration_order "0.800026 0.545312 0.857926"
1484 > 7 18.155073 1 3
1485 > 7 18.155073 1 1
1486 > 7 18.155073 3 16
1487 > 7 18.155073 3 14
1488 > 7 18.155073 3 12
1489 > 7 18.155073 3 10
1490 > 7 18.155073 3 7
1491 > 7 18.155073 3 13
1492 > 7 18.155073 3 15
1493 > 7 18.155073 3 6
1494 > 7 18.155073 3 8
1495 > 7 18.155073 3 11
1496 > 7 18.155073 3 9
1497 > 7 18.155073 1 5
1498 > 7 18.155073 1 2
1499 > 7 18.155073 1 4
1500
1501 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing:yes --cfg=tracing/uncategorized:yes ${srcdir:=.}/small_platform.xml
1502 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'yes'
1503 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/uncategorized' to 'yes'
1504
1505 $ tail -n +3 simgrid.trace
1506 > %EventDef PajeDefineContainerType 0
1507 > %       Alias string
1508 > %       Type string
1509 > %       Name string
1510 > %EndEventDef
1511 > %EventDef PajeDefineVariableType 1
1512 > %       Alias string
1513 > %       Type string
1514 > %       Name string
1515 > %       Color color
1516 > %EndEventDef
1517 > %EventDef PajeDefineStateType 2
1518 > %       Alias string
1519 > %       Type string
1520 > %       Name string
1521 > %EndEventDef
1522 > %EventDef PajeDefineEventType 3
1523 > %       Alias string
1524 > %       Type string
1525 > %       Name string
1526 > %EndEventDef
1527 > %EventDef PajeDefineLinkType 4
1528 > %       Alias string
1529 > %       Type string
1530 > %       StartContainerType string
1531 > %       EndContainerType string
1532 > %       Name string
1533 > %EndEventDef
1534 > %EventDef PajeDefineEntityValue 5
1535 > %       Alias string
1536 > %       Type string
1537 > %       Name string
1538 > %       Color color
1539 > %EndEventDef
1540 > %EventDef PajeCreateContainer 6
1541 > %       Time date
1542 > %       Alias string
1543 > %       Type string
1544 > %       Container string
1545 > %       Name string
1546 > %EndEventDef
1547 > %EventDef PajeDestroyContainer 7
1548 > %       Time date
1549 > %       Type string
1550 > %       Name string
1551 > %EndEventDef
1552 > %EventDef PajeSetVariable 8
1553 > %       Time date
1554 > %       Type string
1555 > %       Container string
1556 > %       Value double
1557 > %EndEventDef
1558 > %EventDef PajeAddVariable 9
1559 > %       Time date
1560 > %       Type string
1561 > %       Container string
1562 > %       Value double
1563 > %EndEventDef
1564 > %EventDef PajeSubVariable 10
1565 > %       Time date
1566 > %       Type string
1567 > %       Container string
1568 > %       Value double
1569 > %EndEventDef
1570 > %EventDef PajeSetState 11
1571 > %       Time date
1572 > %       Type string
1573 > %       Container string
1574 > %       Value string
1575 > %EndEventDef
1576 > %EventDef PajePushState 12
1577 > %       Time date
1578 > %       Type string
1579 > %       Container string
1580 > %       Value string
1581 > %EndEventDef
1582 > %EventDef PajePopState 13
1583 > %       Time date
1584 > %       Type string
1585 > %       Container string
1586 > %EndEventDef
1587 > %EventDef PajeResetState 14
1588 > %       Time date
1589 > %       Type string
1590 > %       Container string
1591 > %EndEventDef
1592 > %EventDef PajeStartLink 15
1593 > %       Time date
1594 > %       Type string
1595 > %       Container string
1596 > %       Value string
1597 > %       StartContainer string
1598 > %       Key string
1599 > %EndEventDef
1600 > %EventDef PajeEndLink 16
1601 > %       Time date
1602 > %       Type string
1603 > %       Container string
1604 > %       Value string
1605 > %       EndContainer string
1606 > %       Key string
1607 > %EndEventDef
1608 > %EventDef PajeNewEvent 17
1609 > %       Time date
1610 > %       Type string
1611 > %       Container string
1612 > %       Value string
1613 > %EndEventDef
1614 > 0 1 0 HOST
1615 > 6 0 1 1 0 "Tremblay"
1616 > 1 2 1 power "1 1 1"
1617 > 1 3 1 power_used "0.5 0.5 0.5"
1618 > 6 0 2 1 0 "Jupiter"
1619 > 6 0 3 1 0 "Fafard"
1620 > 6 0 4 1 0 "Ginette"
1621 > 6 0 5 1 0 "Bourassa"
1622 > 0 4 0 LINK
1623 > 6 0 6 4 0 "6"
1624 > 1 5 4 bandwidth "1 1 1"
1625 > 1 6 4 latency "1 1 1"
1626 > 1 7 4 bandwidth_used "0.5 0.5 0.5"
1627 > 6 0 7 4 0 "3"
1628 > 6 0 8 4 0 "7"
1629 > 6 0 9 4 0 "9"
1630 > 6 0 10 4 0 "2"
1631 > 6 0 11 4 0 "8"
1632 > 6 0 12 4 0 "1"
1633 > 6 0 13 4 0 "4"
1634 > 6 0 14 4 0 "0"
1635 > 6 0 15 4 0 "5"
1636 > 6 0 16 4 0 "loopback"
1637 > 4 8 0 4 4 0-LINK4-LINK4
1638 > 4 9 0 1 4 0-HOST1-LINK4
1639 > 4 10 0 4 1 0-LINK4-HOST1
1640 > 8 0 2 1 98095000.000000
1641 > 8 0 2 2 76296000.000000
1642 > 8 0 2 3 76296000.000000
1643 > 8 0 2 4 48492000.000000
1644 > 8 0 2 5 48492000.000000
1645 > 8 0 5 6 41279125.000000
1646 > 8 0 6 6 0.000060
1647 > 8 0 5 7 34285625.000000
1648 > 8 0 6 7 0.000514
1649 > 8 0 5 8 11618875.000000
1650 > 8 0 6 8 0.000190
1651 > 8 0 5 9 7209750.000000
1652 > 8 0 6 9 0.001462
1653 > 8 0 5 10 118682500.000000
1654 > 8 0 6 10 0.000137
1655 > 8 0 5 11 8158000.000000
1656 > 8 0 6 11 0.000271
1657 > 8 0 5 12 34285625.000000
1658 > 8 0 6 12 0.000514
1659 > 8 0 5 13 10099625.000000
1660 > 8 0 6 13 0.000480
1661 > 8 0 5 14 41279125.000000
1662 > 8 0 6 14 0.000060
1663 > 8 0 5 15 27946250.000000
1664 > 8 0 6 15 0.000278
1665 > 8 0 5 16 498000000.000000
1666 > 8 0 6 16 0.000015
1667 > 15 0 8 0 topology 13 0
1668 > 16 0 8 0 topology 7 0
1669 > 15 0 8 0 topology 6 1
1670 > 16 0 8 0 topology 8 1
1671 > 15 0 9 0 topology 1 2
1672 > 16 0 9 0 topology 13 2
1673 > 15 0 9 0 topology 1 3
1674 > 16 0 9 0 topology 9 3
1675 > 15 0 10 0 topology 9 4
1676 > 16 0 10 0 topology 2 4
1677 > 15 0 8 0 topology 10 5
1678 > 16 0 8 0 topology 14 5
1679 > 15 0 8 0 topology 12 6
1680 > 16 0 8 0 topology 11 6
1681 > 15 0 8 0 topology 9 7
1682 > 16 0 8 0 topology 13 7
1683 > 15 0 10 0 topology 8 8
1684 > 16 0 10 0 topology 5 8
1685 > 15 0 8 0 topology 14 9
1686 > 16 0 8 0 topology 12 9
1687 > 15 0 10 0 topology 15 10
1688 > 16 0 10 0 topology 4 10
1689 > 15 0 8 0 topology 10 11
1690 > 16 0 8 0 topology 15 11
1691 > 15 0 8 0 topology 7 12
1692 > 16 0 8 0 topology 15 12
1693 > 15 0 10 0 topology 11 13
1694 > 16 0 10 0 topology 3 13
1695 > 15 0 8 0 topology 7 14
1696 > 16 0 8 0 topology 10 14
1697 > 15 0 8 0 topology 12 15
1698 > 16 0 8 0 topology 6 15
1699 > 15 0 8 0 topology 11 16
1700 > 16 0 8 0 topology 6 16
1701 > 8 2.025708 7 13 0.000000
1702 > 9 2.025708 7 13 7536438.095238
1703 > 10 2.025708 7 13 7536438.095238
1704 > 8 2.025708 7 7 0.000000
1705 > 9 2.025708 7 7 7536438.095238
1706 > 10 2.025708 7 7 7536438.095238
1707 > 8 2.025708 7 10 0.000000
1708 > 9 2.025708 7 10 7536438.095238
1709 > 10 2.025708 7 10 7536438.095238
1710 > 8 2.025708 7 14 0.000000
1711 > 9 2.025708 7 14 7536438.095238
1712 > 10 2.025708 7 14 7536438.095238
1713 > 8 2.025708 7 12 0.000000
1714 > 9 2.025708 7 12 7536438.095238
1715 > 10 2.025708 7 12 7536438.095238
1716 > 8 2.025708 7 11 0.000000
1717 > 9 2.025708 7 11 7536438.095238
1718 > 10 2.025708 7 11 7536438.095238
1719 > 9 2.025708 7 11 376821.904762
1720 > 10 2.025708 7 11 376821.904762
1721 > 9 2.025708 7 12 376821.904762
1722 > 10 2.025708 7 12 376821.904762
1723 > 9 2.025708 7 14 376821.904762
1724 > 10 2.025708 7 14 376821.904762
1725 > 9 2.025708 7 10 376821.904762
1726 > 10 2.025708 7 10 376821.904762
1727 > 9 2.025708 7 7 376821.904762
1728 > 10 2.025708 7 7 376821.904762
1729 > 9 2.025708 7 13 376821.904762
1730 > 10 2.025708 7 13 376821.904762
1731 > 8 4.025903 7 16 0.000000
1732 > 9 4.025903 7 16 483060000.000000
1733 > 10 4.025903 7 16 483060000.000000
1734 > 9 4.025903 7 16 24153000.000000
1735 > 10 4.025903 7 16 24153000.000000
1736 > 8 6.044918 7 9 0.000000
1737 > 9 6.044918 7 9 6660435.714286
1738 > 10 6.044918 7 9 6660435.714286
1739 > 9 6.044918 7 9 333021.785714
1740 > 10 6.044918 7 9 333021.785714
1741 > 9 8.070626 7 13 7536438.095238
1742 > 10 8.070626 7 13 7536438.095238
1743 > 9 8.070626 7 7 7536438.095238
1744 > 10 8.070626 7 7 7536438.095238
1745 > 9 8.070626 7 10 7536438.095238
1746 > 10 8.070626 7 10 7536438.095238
1747 > 9 8.070626 7 14 7536438.095238
1748 > 10 8.070626 7 14 7536438.095238
1749 > 9 8.070626 7 12 7536438.095238
1750 > 10 8.070626 7 12 7536438.095238
1751 > 9 8.070626 7 11 7536438.095238
1752 > 10 8.070626 7 11 7536438.095238
1753 > 9 8.070626 7 11 376821.904762
1754 > 10 8.070626 7 11 376821.904762
1755 > 9 8.070626 7 12 376821.904762
1756 > 10 8.070626 7 12 376821.904762
1757 > 9 8.070626 7 14 376821.904762
1758 > 10 8.070626 7 14 376821.904762
1759 > 9 8.070626 7 10 376821.904762
1760 > 10 8.070626 7 10 376821.904762
1761 > 9 8.070626 7 7 376821.904762
1762 > 10 8.070626 7 7 376821.904762
1763 > 9 8.070626 7 13 376821.904762
1764 > 10 8.070626 7 13 376821.904762
1765 > 9 10.087178 7 13 9330129.761905
1766 > 10 10.087178 7 13 9330129.761905
1767 > 9 10.087178 7 7 9330129.761905
1768 > 10 10.087178 7 7 9330129.761905
1769 > 8 10.087178 7 15 0.000000
1770 > 9 10.087178 7 15 9330129.761905
1771 > 10 10.087178 7 15 9330129.761905
1772 > 9 10.087178 7 15 466506.488095
1773 > 10 10.087178 7 15 466506.488095
1774 > 9 10.087178 7 7 466506.488095
1775 > 10 10.087178 7 7 466506.488095
1776 > 9 10.087178 7 13 466506.488095
1777 > 10 10.087178 7 13 466506.488095
1778 > 9 12.112617 7 13 9330129.761905
1779 > 10 12.112617 7 13 9330129.761905
1780 > 9 12.112617 7 7 9330129.761905
1781 > 10 12.112617 7 7 9330129.761905
1782 > 9 12.112617 7 10 9330129.761905
1783 > 10 12.112617 7 10 9330129.761905
1784 > 9 12.112617 7 14 9330129.761905
1785 > 10 12.112617 7 14 9330129.761905
1786 > 9 12.112617 7 12 9330129.761905
1787 > 10 12.112617 7 12 9330129.761905
1788 > 8 12.112617 7 6 0.000000
1789 > 9 12.112617 7 6 9330129.761905
1790 > 10 12.112617 7 6 9330129.761905
1791 > 8 12.112617 7 8 0.000000
1792 > 9 12.112617 7 8 9330129.761905
1793 > 10 12.112617 7 8 9330129.761905
1794 > 9 12.112617 7 8 466506.488095
1795 > 10 12.112617 7 8 466506.488095
1796 > 9 12.112617 7 6 466506.488095
1797 > 10 12.112617 7 6 466506.488095
1798 > 9 12.112617 7 12 466506.488095
1799 > 10 12.112617 7 12 466506.488095
1800 > 9 12.112617 7 14 466506.488095
1801 > 10 12.112617 7 14 466506.488095
1802 > 9 12.112617 7 10 466506.488095
1803 > 10 12.112617 7 10 466506.488095
1804 > 9 12.112617 7 7 466506.488095
1805 > 10 12.112617 7 7 466506.488095
1806 > 9 12.112617 7 13 466506.488095
1807 > 10 12.112617 7 13 466506.488095
1808 > 9 14.138325 7 13 7536438.095238
1809 > 10 14.138325 7 13 7536438.095238
1810 > 9 14.138325 7 7 7536438.095238
1811 > 10 14.138325 7 7 7536438.095238
1812 > 9 14.138325 7 10 7536438.095238
1813 > 10 14.138325 7 10 7536438.095238
1814 > 9 14.138325 7 14 7536438.095238
1815 > 10 14.138325 7 14 7536438.095238
1816 > 9 14.138325 7 12 7536438.095238
1817 > 10 14.138325 7 12 7536438.095238
1818 > 9 14.138325 7 11 7536438.095238
1819 > 10 14.138325 7 11 7536438.095238
1820 > 9 14.138325 7 11 376821.904762
1821 > 10 14.138325 7 11 376821.904762
1822 > 9 14.138325 7 12 376821.904762
1823 > 10 14.138325 7 12 376821.904762
1824 > 9 14.138325 7 14 376821.904762
1825 > 10 14.138325 7 14 376821.904762
1826 > 9 14.138325 7 10 376821.904762
1827 > 10 14.138325 7 10 376821.904762
1828 > 9 14.138325 7 7 376821.904762
1829 > 10 14.138325 7 7 376821.904762
1830 > 9 14.138325 7 13 376821.904762
1831 > 10 14.138325 7 13 376821.904762
1832 > 9 16.138521 7 16 483060000.000000
1833 > 10 16.138521 7 16 483060000.000000
1834 > 9 16.138521 7 16 24153000.000000
1835 > 10 16.138521 7 16 24153000.000000
1836 > 9 18.155073 7 13 9330129.761905
1837 > 10 18.155073 7 13 9330129.761905
1838 > 9 18.155073 7 7 9330129.761905
1839 > 10 18.155073 7 7 9330129.761905
1840 > 9 18.155073 7 15 9330129.761905
1841 > 10 18.155073 7 15 9330129.761905
1842 > 9 18.155073 7 15 466506.488095
1843 > 10 18.155073 7 15 466506.488095
1844 > 9 18.155073 7 7 466506.488095
1845 > 10 18.155073 7 7 466506.488095
1846 > 9 18.155073 7 13 466506.488095
1847 > 10 18.155073 7 13 466506.488095
1848 > 7 18.155073 1 3
1849 > 7 18.155073 1 1
1850 > 7 18.155073 4 16
1851 > 7 18.155073 4 14
1852 > 7 18.155073 4 12
1853 > 7 18.155073 4 10
1854 > 7 18.155073 4 7
1855 > 7 18.155073 4 13
1856 > 7 18.155073 4 15
1857 > 7 18.155073 4 6
1858 > 7 18.155073 4 8
1859 > 7 18.155073 4 11
1860 > 7 18.155073 4 9
1861 > 7 18.155073 1 5
1862 > 7 18.155073 1 2
1863 > 7 18.155073 1 4
1864
1865 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing:yes --cfg=tracing/msg/process:yes ${srcdir:=.}/small_platform.xml
1866 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'yes'
1867 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/msg/process' to 'yes'
1868
1869 $ tail -n +3 simgrid.trace
1870 > %EventDef PajeDefineContainerType 0
1871 > %       Alias string
1872 > %       Type string
1873 > %       Name string
1874 > %EndEventDef
1875 > %EventDef PajeDefineVariableType 1
1876 > %       Alias string
1877 > %       Type string
1878 > %       Name string
1879 > %       Color color
1880 > %EndEventDef
1881 > %EventDef PajeDefineStateType 2
1882 > %       Alias string
1883 > %       Type string
1884 > %       Name string
1885 > %EndEventDef
1886 > %EventDef PajeDefineEventType 3
1887 > %       Alias string
1888 > %       Type string
1889 > %       Name string
1890 > %EndEventDef
1891 > %EventDef PajeDefineLinkType 4
1892 > %       Alias string
1893 > %       Type string
1894 > %       StartContainerType string
1895 > %       EndContainerType string
1896 > %       Name string
1897 > %EndEventDef
1898 > %EventDef PajeDefineEntityValue 5
1899 > %       Alias string
1900 > %       Type string
1901 > %       Name string
1902 > %       Color color
1903 > %EndEventDef
1904 > %EventDef PajeCreateContainer 6
1905 > %       Time date
1906 > %       Alias string
1907 > %       Type string
1908 > %       Container string
1909 > %       Name string
1910 > %EndEventDef
1911 > %EventDef PajeDestroyContainer 7
1912 > %       Time date
1913 > %       Type string
1914 > %       Name string
1915 > %EndEventDef
1916 > %EventDef PajeSetVariable 8
1917 > %       Time date
1918 > %       Type string
1919 > %       Container string
1920 > %       Value double
1921 > %EndEventDef
1922 > %EventDef PajeAddVariable 9
1923 > %       Time date
1924 > %       Type string
1925 > %       Container string
1926 > %       Value double
1927 > %EndEventDef
1928 > %EventDef PajeSubVariable 10
1929 > %       Time date
1930 > %       Type string
1931 > %       Container string
1932 > %       Value double
1933 > %EndEventDef
1934 > %EventDef PajeSetState 11
1935 > %       Time date
1936 > %       Type string
1937 > %       Container string
1938 > %       Value string
1939 > %EndEventDef
1940 > %EventDef PajePushState 12
1941 > %       Time date
1942 > %       Type string
1943 > %       Container string
1944 > %       Value string
1945 > %EndEventDef
1946 > %EventDef PajePopState 13
1947 > %       Time date
1948 > %       Type string
1949 > %       Container string
1950 > %EndEventDef
1951 > %EventDef PajeResetState 14
1952 > %       Time date
1953 > %       Type string
1954 > %       Container string
1955 > %EndEventDef
1956 > %EventDef PajeStartLink 15
1957 > %       Time date
1958 > %       Type string
1959 > %       Container string
1960 > %       Value string
1961 > %       StartContainer string
1962 > %       Key string
1963 > %EndEventDef
1964 > %EventDef PajeEndLink 16
1965 > %       Time date
1966 > %       Type string
1967 > %       Container string
1968 > %       Value string
1969 > %       EndContainer string
1970 > %       Key string
1971 > %EndEventDef
1972 > %EventDef PajeNewEvent 17
1973 > %       Time date
1974 > %       Type string
1975 > %       Container string
1976 > %       Value string
1977 > %EndEventDef
1978 > 0 1 0 HOST
1979 > 6 0 1 1 0 "Tremblay"
1980 > 0 2 1 MSG_PROCESS
1981 > 2 3 2 MSG_PROCESS_STATE
1982 > 5 4 3 suspend "1 0 1"
1983 > 5 5 3 sleep "1 1 0"
1984 > 5 6 3 receive "1 0 0"
1985 > 5 7 3 send "0 0 1"
1986 > 5 8 3 task_execute "0 1 1"
1987 > 4 9 0 2 2 MSG_PROCESS_LINK
1988 > 4 10 0 2 2 MSG_PROCESS_TASK_LINK
1989 > 6 0 2 1 0 "Jupiter"
1990 > 6 0 3 1 0 "Fafard"
1991 > 6 0 4 1 0 "Ginette"
1992 > 6 0 5 1 0 "Bourassa"
1993 > 0 11 0 LINK
1994 > 6 0 6 11 0 "6"
1995 > 6 0 7 11 0 "3"
1996 > 6 0 8 11 0 "7"
1997 > 6 0 9 11 0 "9"
1998 > 6 0 10 11 0 "2"
1999 > 6 0 11 11 0 "8"
2000 > 6 0 12 11 0 "1"
2001 > 6 0 13 11 0 "4"
2002 > 6 0 14 11 0 "0"
2003 > 6 0 15 11 0 "5"
2004 > 6 0 16 11 0 "loopback"
2005 > 4 12 0 11 11 0-LINK11-LINK11
2006 > 4 13 0 1 11 0-HOST1-LINK11
2007 > 4 14 0 11 1 0-LINK11-HOST1
2008 > 15 0 12 0 topology 13 0
2009 > 16 0 12 0 topology 7 0
2010 > 15 0 12 0 topology 6 1
2011 > 16 0 12 0 topology 8 1
2012 > 15 0 13 0 topology 1 2
2013 > 16 0 13 0 topology 13 2
2014 > 15 0 13 0 topology 1 3
2015 > 16 0 13 0 topology 9 3
2016 > 15 0 14 0 topology 9 4
2017 > 16 0 14 0 topology 2 4
2018 > 15 0 12 0 topology 10 5
2019 > 16 0 12 0 topology 14 5
2020 > 15 0 12 0 topology 12 6
2021 > 16 0 12 0 topology 11 6
2022 > 15 0 12 0 topology 9 7
2023 > 16 0 12 0 topology 13 7
2024 > 15 0 14 0 topology 8 8
2025 > 16 0 14 0 topology 5 8
2026 > 15 0 12 0 topology 14 9
2027 > 16 0 12 0 topology 12 9
2028 > 15 0 14 0 topology 15 10
2029 > 16 0 14 0 topology 4 10
2030 > 15 0 12 0 topology 10 11
2031 > 16 0 12 0 topology 15 11
2032 > 15 0 12 0 topology 7 12
2033 > 16 0 12 0 topology 15 12
2034 > 15 0 14 0 topology 11 13
2035 > 16 0 14 0 topology 3 13
2036 > 15 0 12 0 topology 7 14
2037 > 16 0 12 0 topology 10 14
2038 > 15 0 12 0 topology 12 15
2039 > 16 0 12 0 topology 6 15
2040 > 15 0 12 0 topology 11 16
2041 > 16 0 12 0 topology 6 16
2042 > 6 0 17 2 3 "emigrant-1"
2043 > 6 0 18 2 1 "policeman-2"
2044 > 12 0 3 17 5
2045 > 12 0 3 18 7
2046 > 15 0 10 0 SR 18 p0
2047 > 13 2.000000 3 17
2048 > 12 2.000000 3 17 6
2049 > 13 2.025708 3 18
2050 > 12 2.025708 3 18 7
2051 > 15 2.025708 10 0 SR 18 p1
2052 > 13 2.025708 3 17
2053 > 16 2.025708 10 0 SR 17 p0
2054 > 15 2.025708 9 0 M 17 0
2055 > 7 2.025708 2 17
2056 > 6 2.025708 19 2 1 "emigrant-1"
2057 > 16 2.025708 9 0 M 19 0
2058 > 12 2.025708 3 19 5
2059 > 13 4.025708 3 19
2060 > 12 4.025708 3 19 6
2061 > 13 4.025903 3 18
2062 > 12 4.025903 3 18 7
2063 > 15 4.025903 10 0 SR 18 p2
2064 > 13 4.025903 3 19
2065 > 16 4.025903 10 0 SR 19 p1
2066 > 15 4.025903 9 0 M 19 1
2067 > 7 4.025903 2 19
2068 > 6 4.025903 20 2 2 "emigrant-1"
2069 > 16 4.025903 9 0 M 20 1
2070 > 12 4.025903 3 20 5
2071 > 13 6.025903 3 20
2072 > 12 6.025903 3 20 6
2073 > 13 6.044918 3 18
2074 > 12 6.044918 3 18 7
2075 > 15 6.044918 10 0 SR 18 p3
2076 > 13 6.044918 3 20
2077 > 16 6.044918 10 0 SR 20 p2
2078 > 15 6.044918 9 0 M 20 2
2079 > 7 6.044918 2 20
2080 > 6 6.044918 21 2 3 "emigrant-1"
2081 > 16 6.044918 9 0 M 21 2
2082 > 12 6.044918 3 21 5
2083 > 13 8.044918 3 21
2084 > 12 8.044918 3 21 6
2085 > 13 8.070626 3 18
2086 > 12 8.070626 3 18 7
2087 > 15 8.070626 10 0 SR 18 p4
2088 > 13 8.070626 3 21
2089 > 16 8.070626 10 0 SR 21 p3
2090 > 15 8.070626 9 0 M 21 3
2091 > 7 8.070626 2 21
2092 > 6 8.070626 22 2 4 "emigrant-1"
2093 > 16 8.070626 9 0 M 22 3
2094 > 12 8.070626 3 22 5
2095 > 13 10.070626 3 22
2096 > 12 10.070626 3 22 6
2097 > 13 10.087178 3 18
2098 > 12 10.087178 3 18 7
2099 > 15 10.087178 10 0 SR 18 p5
2100 > 13 10.087178 3 22
2101 > 16 10.087178 10 0 SR 22 p4
2102 > 15 10.087178 9 0 M 22 4
2103 > 7 10.087178 2 22
2104 > 6 10.087178 23 2 5 "emigrant-1"
2105 > 16 10.087178 9 0 M 23 4
2106 > 12 10.087178 3 23 5
2107 > 13 12.087178 3 23
2108 > 12 12.087178 3 23 6
2109 > 13 12.112617 3 18
2110 > 12 12.112617 3 18 7
2111 > 15 12.112617 10 0 SR 18 p6
2112 > 13 12.112617 3 23
2113 > 16 12.112617 10 0 SR 23 p5
2114 > 15 12.112617 9 0 M 23 5
2115 > 7 12.112617 2 23
2116 > 6 12.112617 24 2 3 "emigrant-1"
2117 > 16 12.112617 9 0 M 24 5
2118 > 12 12.112617 3 24 5
2119 > 13 14.112617 3 24
2120 > 12 14.112617 3 24 6
2121 > 13 14.138325 3 18
2122 > 12 14.138325 3 18 7
2123 > 15 14.138325 10 0 SR 18 p7
2124 > 13 14.138325 3 24
2125 > 16 14.138325 10 0 SR 24 p6
2126 > 15 14.138325 9 0 M 24 6
2127 > 7 14.138325 2 24
2128 > 6 14.138325 25 2 1 "emigrant-1"
2129 > 16 14.138325 9 0 M 25 6
2130 > 12 14.138325 3 25 5
2131 > 13 16.138325 3 25
2132 > 12 16.138325 3 25 6
2133 > 13 16.138521 3 18
2134 > 12 16.138521 3 18 7
2135 > 15 16.138521 10 0 SR 18 p8
2136 > 13 16.138521 3 25
2137 > 16 16.138521 10 0 SR 25 p7
2138 > 15 16.138521 9 0 M 25 7
2139 > 7 16.138521 2 25
2140 > 6 16.138521 26 2 4 "emigrant-1"
2141 > 16 16.138521 9 0 M 26 7
2142 > 12 16.138521 3 26 5
2143 > 13 18.138521 3 26
2144 > 12 18.138521 3 26 6
2145 > 13 18.155073 3 18
2146 > 7 18.155073 2 18
2147 > 13 18.155073 3 26
2148 > 16 18.155073 10 0 SR 26 p8
2149 > 7 18.155073 2 26
2150 > 7 18.155073 1 3
2151 > 7 18.155073 1 1
2152 > 7 18.155073 11 16
2153 > 7 18.155073 11 14
2154 > 7 18.155073 11 12
2155 > 7 18.155073 11 10
2156 > 7 18.155073 11 7
2157 > 7 18.155073 11 13
2158 > 7 18.155073 11 15
2159 > 7 18.155073 11 6
2160 > 7 18.155073 11 8
2161 > 7 18.155073 11 11
2162 > 7 18.155073 11 9
2163 > 7 18.155073 1 5
2164 > 7 18.155073 1 2
2165 > 7 18.155073 1 4
2166
2167 $ rm -rf procmig.trace simgrid.trace