Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics: make more fields private
[simgrid.git] / examples / deprecated / msg / trace-process-migration / trace-process-migration.tesh
1 #!/usr/bin/env tesh
2
3 p Tracing processes
4 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing:yes --cfg=tracing/filename:procmig.trace --cfg=tracing/msg/process:yes ${platfdir}/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/filename' to 'procmig.trace'
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/msg/process' to 'yes'
8
9 $ tail -n +3 procmig.trace
10 > %EventDef PajeDefineContainerType 0
11 > %       Alias string
12 > %       Type string
13 > %       Name string
14 > %EndEventDef
15 > %EventDef PajeDefineVariableType 1
16 > %       Alias string
17 > %       Type string
18 > %       Name string
19 > %       Color color
20 > %EndEventDef
21 > %EventDef PajeDefineStateType 2
22 > %       Alias string
23 > %       Type string
24 > %       Name string
25 > %EndEventDef
26 > %EventDef PajeDefineEventType 3
27 > %       Alias string
28 > %       Type string
29 > %       Name string
30 > %EndEventDef
31 > %EventDef PajeDefineLinkType 4
32 > %       Alias string
33 > %       Type string
34 > %       StartContainerType string
35 > %       EndContainerType string
36 > %       Name string
37 > %EndEventDef
38 > %EventDef PajeDefineEntityValue 5
39 > %       Alias string
40 > %       Type string
41 > %       Name string
42 > %       Color color
43 > %EndEventDef
44 > %EventDef PajeCreateContainer 6
45 > %       Time date
46 > %       Alias string
47 > %       Type string
48 > %       Container string
49 > %       Name string
50 > %EndEventDef
51 > %EventDef PajeDestroyContainer 7
52 > %       Time date
53 > %       Type string
54 > %       Name string
55 > %EndEventDef
56 > %EventDef PajeSetVariable 8
57 > %       Time date
58 > %       Type string
59 > %       Container string
60 > %       Value double
61 > %EndEventDef
62 > %EventDef PajeAddVariable 9
63 > %       Time date
64 > %       Type string
65 > %       Container string
66 > %       Value double
67 > %EndEventDef
68 > %EventDef PajeSubVariable 10
69 > %       Time date
70 > %       Type string
71 > %       Container string
72 > %       Value double
73 > %EndEventDef
74 > %EventDef PajeSetState 11
75 > %       Time date
76 > %       Type string
77 > %       Container string
78 > %       Value string
79 > %EndEventDef
80 > %EventDef PajePushState 12
81 > %       Time date
82 > %       Type string
83 > %       Container string
84 > %       Value string
85 > %EndEventDef
86 > %EventDef PajePopState 13
87 > %       Time date
88 > %       Type string
89 > %       Container string
90 > %EndEventDef
91 > %EventDef PajeResetState 14
92 > %       Time date
93 > %       Type string
94 > %       Container string
95 > %EndEventDef
96 > %EventDef PajeStartLink 15
97 > %       Time date
98 > %       Type string
99 > %       Container string
100 > %       Value string
101 > %       StartContainer string
102 > %       Key string
103 > %EndEventDef
104 > %EventDef PajeEndLink 16
105 > %       Time date
106 > %       Type string
107 > %       Container string
108 > %       Value string
109 > %       EndContainer string
110 > %       Key string
111 > %EndEventDef
112 > %EventDef PajeNewEvent 17
113 > %       Time date
114 > %       Type string
115 > %       Container string
116 > %       Value string
117 > %EndEventDef
118 > 0 1 0 HOST
119 > 6 0.000000 1 1 0 "Tremblay"
120 > 6 0.000000 2 1 0 "Jupiter"
121 > 6 0.000000 3 1 0 "Fafard"
122 > 6 0.000000 4 1 0 "Ginette"
123 > 6 0.000000 5 1 0 "Bourassa"
124 > 6 0.000000 6 1 0 "Jacquelin"
125 > 6 0.000000 7 1 0 "Boivin"
126 > 0 2 0 LINK
127 > 6 0.000000 8 2 0 "6"
128 > 6 0.000000 9 2 0 "3"
129 > 6 0.000000 10 2 0 "7"
130 > 6 0.000000 11 2 0 "9"
131 > 6 0.000000 12 2 0 "2"
132 > 6 0.000000 13 2 0 "8"
133 > 6 0.000000 14 2 0 "1"
134 > 6 0.000000 15 2 0 "4"
135 > 6 0.000000 16 2 0 "0"
136 > 6 0.000000 17 2 0 "5"
137 > 6 0.000000 18 2 0 "145"
138 > 6 0.000000 19 2 0 "10"
139 > 6 0.000000 20 2 0 "11"
140 > 6 0.000000 21 2 0 "16"
141 > 6 0.000000 22 2 0 "17"
142 > 6 0.000000 23 2 0 "44"
143 > 6 0.000000 24 2 0 "47"
144 > 6 0.000000 25 2 0 "54"
145 > 6 0.000000 26 2 0 "56"
146 > 6 0.000000 27 2 0 "59"
147 > 6 0.000000 28 2 0 "78"
148 > 6 0.000000 29 2 0 "79"
149 > 6 0.000000 30 2 0 "80"
150 > 6 0.000000 31 2 0 "loopback"
151 > 4 3 0 2 2 0-LINK2-LINK2
152 > 4 4 0 1 2 0-HOST1-LINK2
153 > 4 5 0 2 1 0-LINK2-HOST1
154 > 15 0.000000 3 0 topology 12 0
155 > 16 0.000000 3 0 topology 16 0
156 > 15 0.000000 3 0 topology 9 1
157 > 16 0.000000 3 0 topology 16 1
158 > 15 0.000000 3 0 topology 16 2
159 > 16 0.000000 3 0 topology 14 2
160 > 15 0.000000 3 0 topology 21 3
161 > 16 0.000000 3 0 topology 19 3
162 > 15 0.000000 3 0 topology 8 4
163 > 16 0.000000 3 0 topology 19 4
164 > 15 0.000000 3 0 topology 19 5
165 > 16 0.000000 3 0 topology 20 5
166 > 15 0.000000 3 0 topology 8 6
167 > 16 0.000000 3 0 topology 20 6
168 > 15 0.000000 3 0 topology 27 7
169 > 16 0.000000 3 0 topology 18 7
170 > 15 0.000000 4 0 topology 5 8
171 > 16 0.000000 4 0 topology 18 8
172 > 15 0.000000 4 0 topology 4 9
173 > 16 0.000000 4 0 topology 18 9
174 > 15 0.000000 4 0 topology 2 10
175 > 16 0.000000 4 0 topology 18 10
176 > 15 0.000000 3 0 topology 16 11
177 > 16 0.000000 3 0 topology 21 11
178 > 15 0.000000 3 0 topology 21 12
179 > 16 0.000000 3 0 topology 22 12
180 > 15 0.000000 3 0 topology 9 13
181 > 16 0.000000 3 0 topology 12 13
182 > 15 0.000000 3 0 topology 15 14
183 > 16 0.000000 3 0 topology 9 14
184 > 15 0.000000 4 0 topology 1 15
185 > 16 0.000000 4 0 topology 9 15
186 > 15 0.000000 3 0 topology 20 16
187 > 16 0.000000 3 0 topology 23 16
188 > 15 0.000000 3 0 topology 23 17
189 > 16 0.000000 3 0 topology 24 17
190 > 15 0.000000 4 0 topology 5 18
191 > 16 0.000000 4 0 topology 24 18
192 > 15 0.000000 4 0 topology 4 19
193 > 16 0.000000 4 0 topology 24 19
194 > 15 0.000000 4 0 topology 2 20
195 > 16 0.000000 4 0 topology 24 20
196 > 15 0.000000 3 0 topology 11 21
197 > 16 0.000000 3 0 topology 15 21
198 > 15 0.000000 4 0 topology 1 22
199 > 16 0.000000 4 0 topology 15 22
200 > 15 0.000000 3 0 topology 12 23
201 > 16 0.000000 3 0 topology 17 23
202 > 15 0.000000 3 0 topology 9 24
203 > 16 0.000000 3 0 topology 17 24
204 > 15 0.000000 3 0 topology 22 25
205 > 16 0.000000 3 0 topology 25 25
206 > 15 0.000000 3 0 topology 12 26
207 > 16 0.000000 3 0 topology 25 26
208 > 15 0.000000 3 0 topology 25 27
209 > 16 0.000000 3 0 topology 26 27
210 > 15 0.000000 3 0 topology 26 28
211 > 16 0.000000 3 0 topology 27 28
212 > 15 0.000000 3 0 topology 14 29
213 > 16 0.000000 3 0 topology 8 29
214 > 15 0.000000 3 0 topology 13 30
215 > 16 0.000000 3 0 topology 8 30
216 > 15 0.000000 3 0 topology 11 31
217 > 16 0.000000 3 0 topology 8 31
218 > 15 0.000000 3 0 topology 8 32
219 > 16 0.000000 3 0 topology 10 32
220 > 15 0.000000 3 0 topology 30 33
221 > 16 0.000000 3 0 topology 28 33
222 > 15 0.000000 4 0 topology 3 34
223 > 16 0.000000 4 0 topology 28 34
224 > 15 0.000000 3 0 topology 28 35
225 > 16 0.000000 3 0 topology 29 35
226 > 15 0.000000 4 0 topology 3 36
227 > 16 0.000000 4 0 topology 30 36
228 > 15 0.000000 3 0 topology 14 37
229 > 16 0.000000 3 0 topology 13 37
230 > 15 0.000000 3 0 topology 29 38
231 > 16 0.000000 3 0 topology 11 38
232 > 15 0.000000 4 0 topology 1 39
233 > 16 0.000000 4 0 topology 11 39
234 > 15 0.000000 5 0 topology 24 40
235 > 16 0.000000 5 0 topology 7 40
236 > 15 0.000000 5 0 topology 10 41
237 > 16 0.000000 5 0 topology 5 41
238 > 15 0.000000 5 0 topology 13 42
239 > 16 0.000000 5 0 topology 3 42
240 > 15 0.000000 5 0 topology 17 43
241 > 16 0.000000 5 0 topology 4 43
242 > 15 0.000000 5 0 topology 18 44
243 > 16 0.000000 5 0 topology 6 44
244 > 15 0.000000 5 0 topology 11 45
245 > 16 0.000000 5 0 topology 2 45
246 > 0 6 1 ACTOR
247 > 6 0.000000 32 6 3 "emigrant-1"
248 > 2 7 6 ACTOR_STATE
249 > 5 8 7 suspend "1 0 1"
250 > 5 9 7 sleep "1 1 0"
251 > 5 10 7 receive "1 0 0"
252 > 5 11 7 send "0 0 1"
253 > 5 12 7 execute "0 1 1"
254 > 4 13 0 6 6 ACTOR_LINK
255 > 4 14 0 6 6 ACTOR_TASK_LINK
256 > 6 0.000000 33 6 1 "policeman-2"
257 > 12 0.000000 7 32 9
258 > 15 0.000000 14 0 SR 33 p0
259 > 12 0.000000 7 33 11
260 > 13 2.000000 7 32
261 > 12 2.000000 7 32 10
262 > 13 2.025708 7 33
263 > 15 2.025708 14 0 SR 33 p1
264 > 12 2.025708 7 33 11
265 > 16 2.025708 14 0 SR 32 p0
266 > 15 2.025708 13 0 M 32 0
267 > 7 2.025708 6 32
268 > 6 2.025708 34 6 1 "emigrant-1"
269 > 16 2.025708 13 0 M 34 0
270 > 12 2.025708 7 34 9
271 > 13 4.025708 7 34
272 > 12 4.025708 7 34 10
273 > 13 4.025903 7 33
274 > 15 4.025903 14 0 SR 33 p2
275 > 12 4.025903 7 33 11
276 > 16 4.025903 14 0 SR 34 p1
277 > 15 4.025903 13 0 M 34 1
278 > 7 4.025903 6 34
279 > 6 4.025903 35 6 2 "emigrant-1"
280 > 16 4.025903 13 0 M 35 1
281 > 12 4.025903 7 35 9
282 > 13 6.025903 7 35
283 > 12 6.025903 7 35 10
284 > 13 6.044918 7 33
285 > 15 6.044918 14 0 SR 33 p3
286 > 12 6.044918 7 33 11
287 > 16 6.044918 14 0 SR 35 p2
288 > 15 6.044918 13 0 M 35 2
289 > 7 6.044918 6 35
290 > 6 6.044918 36 6 3 "emigrant-1"
291 > 16 6.044918 13 0 M 36 2
292 > 12 6.044918 7 36 9
293 > 13 8.044918 7 36
294 > 12 8.044918 7 36 10
295 > 13 8.070626 7 33
296 > 15 8.070626 14 0 SR 33 p4
297 > 12 8.070626 7 33 11
298 > 16 8.070626 14 0 SR 36 p3
299 > 15 8.070626 13 0 M 36 3
300 > 7 8.070626 6 36
301 > 6 8.070626 37 6 4 "emigrant-1"
302 > 16 8.070626 13 0 M 37 3
303 > 12 8.070626 7 37 9
304 > 13 10.070626 7 37
305 > 12 10.070626 7 37 10
306 > 13 10.087178 7 33
307 > 15 10.087178 14 0 SR 33 p5
308 > 12 10.087178 7 33 11
309 > 16 10.087178 14 0 SR 37 p4
310 > 15 10.087178 13 0 M 37 4
311 > 7 10.087178 6 37
312 > 6 10.087178 38 6 5 "emigrant-1"
313 > 16 10.087178 13 0 M 38 4
314 > 12 10.087178 7 38 9
315 > 13 12.087178 7 38
316 > 12 12.087178 7 38 10
317 > 13 12.112617 7 33
318 > 15 12.112617 14 0 SR 33 p6
319 > 12 12.112617 7 33 11
320 > 16 12.112617 14 0 SR 38 p5
321 > 15 12.112617 13 0 M 38 5
322 > 7 12.112617 6 38
323 > 6 12.112617 39 6 3 "emigrant-1"
324 > 16 12.112617 13 0 M 39 5
325 > 12 12.112617 7 39 9
326 > 13 14.112617 7 39
327 > 12 14.112617 7 39 10
328 > 13 14.138325 7 33
329 > 15 14.138325 14 0 SR 33 p7
330 > 12 14.138325 7 33 11
331 > 16 14.138325 14 0 SR 39 p6
332 > 15 14.138325 13 0 M 39 6
333 > 7 14.138325 6 39
334 > 6 14.138325 40 6 1 "emigrant-1"
335 > 16 14.138325 13 0 M 40 6
336 > 12 14.138325 7 40 9
337 > 13 16.138325 7 40
338 > 12 16.138325 7 40 10
339 > 13 16.138521 7 33
340 > 15 16.138521 14 0 SR 33 p8
341 > 12 16.138521 7 33 11
342 > 16 16.138521 14 0 SR 40 p7
343 > 15 16.138521 13 0 M 40 7
344 > 7 16.138521 6 40
345 > 6 16.138521 41 6 4 "emigrant-1"
346 > 16 16.138521 13 0 M 41 7
347 > 12 16.138521 7 41 9
348 > 13 18.138521 7 41
349 > 12 18.138521 7 41 10
350 > 13 18.155073 7 33
351 > 16 18.155073 14 0 SR 41 p8
352 > 7 18.155073 6 33
353 > 7 18.155073 6 41
354 > 7 18.155073 2 16
355 > 7 18.155073 2 14
356 > 7 18.155073 2 19
357 > 7 18.155073 2 20
358 > 7 18.155073 2 18
359 > 7 18.155073 2 21
360 > 7 18.155073 2 22
361 > 7 18.155073 2 12
362 > 7 18.155073 2 9
363 > 7 18.155073 2 15
364 > 7 18.155073 2 23
365 > 7 18.155073 2 24
366 > 7 18.155073 2 17
367 > 7 18.155073 2 25
368 > 7 18.155073 2 26
369 > 7 18.155073 2 27
370 > 7 18.155073 2 8
371 > 7 18.155073 2 10
372 > 7 18.155073 2 28
373 > 7 18.155073 2 29
374 > 7 18.155073 2 13
375 > 7 18.155073 2 30
376 > 7 18.155073 2 11
377 > 7 18.155073 1 7
378 > 7 18.155073 1 5
379 > 7 18.155073 1 3
380 > 7 18.155073 1 4
381 > 7 18.155073 1 6
382 > 7 18.155073 1 2
383 > 7 18.155073 1 1
384 > 7 18.155073 2 31
385
386 $ rm -rf procmig.trace