Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
[simgrid.git] / examples / msg / tracing / procmig.tesh
1 #! ./tesh
2
3 p Tracing processes
4
5 $ $SG_TEST_EXENV ${bindir:=.}/tracing/procmig$EXEEXT --cfg=tracing:1 --cfg=tracing/filename:tracing/procmig.trace --cfg=tracing/msg/process:1 ${srcdir:=.}/tracing/platform.xml ${srcdir:=.}/tracing/procmig-deploy.xml
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to '1'
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/filename' to 'tracing/procmig.trace'
8 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/msg/process' to '1'
9 > [Fafard:emigrant:(1) 2.020551] [msg_test/INFO] Migrating to Tremblay
10 > [Tremblay:emigrant:(1) 4.020707] [msg_test/INFO] Migrating to Jupiter
11 > [Jupiter:emigrant:(1) 6.035906] [msg_test/INFO] Migrating to Fafard
12 > [Fafard:emigrant:(1) 8.056457] [msg_test/INFO] Migrating to Ginette
13 > [Ginette:emigrant:(1) 10.069689] [msg_test/INFO] Migrating to Bourassa
14 > [Bourassa:emigrant:(1) 12.090025] [msg_test/INFO] Migrating to Fafard
15 > [Fafard:emigrant:(1) 14.110575] [msg_test/INFO] Migrating to Tremblay
16 > [Tremblay:emigrant:(1) 16.110731] [msg_test/INFO] Migrating to Ginette
17 > [18.123963] [msg_test/INFO] Simulation time 18.124
18
19 $ cat tracing/procmig.trace
20 > %EventDef PajeDefineContainerType 0 
21 > %       Alias string 
22 > %       ContainerType string 
23 > %       Name string 
24 > %EndEventDef 
25 > %EventDef PajeDefineVariableType 1 
26 > %       Alias string 
27 > %       ContainerType string 
28 > %       Name string 
29 > %       Color color 
30 > %EndEventDef 
31 > %EventDef PajeDefineStateType 2 
32 > %       Alias string 
33 > %       ContainerType string 
34 > %       Name string 
35 > %EndEventDef 
36 > %EventDef PajeDefineEventType 3 
37 > %       Alias string 
38 > %       EntityType string 
39 > %       Name string 
40 > %       Color color 
41 > %EndEventDef 
42 > %EventDef PajeDefineLinkType 4 
43 > %       Alias string 
44 > %       ContainerType string 
45 > %       SourceContainerType string 
46 > %       DestContainerType string 
47 > %       Name string 
48 > %EndEventDef 
49 > %EventDef PajeDefineEntityValue 5 
50 > %       Alias string 
51 > %       EntityType string 
52 > %       Name string 
53 > %       Color color 
54 > %EndEventDef 
55 > %EventDef PajeCreateContainer 6 
56 > %       Time date 
57 > %       Alias string 
58 > %       Type string 
59 > %       Container string 
60 > %       Name string 
61 > %EndEventDef 
62 > %EventDef PajeDestroyContainer 7 
63 > %       Time date 
64 > %       Type string 
65 > %       Container string 
66 > %EndEventDef 
67 > %EventDef PajeSetVariable 8 
68 > %       Time date 
69 > %       EntityType string 
70 > %       Container string 
71 > %       Value string 
72 > %EndEventDef
73 > %EventDef PajeAddVariable 9 
74 > %       Time date 
75 > %       EntityType string 
76 > %       Container string 
77 > %       Value string 
78 > %EndEventDef
79 > %EventDef PajeSubVariable 10 
80 > %       Time date 
81 > %       EntityType string 
82 > %       Container string 
83 > %       Value string 
84 > %EndEventDef
85 > %EventDef PajeSetState 11 
86 > %       Time date 
87 > %       EntityType string 
88 > %       Container string 
89 > %       Value string 
90 > %EndEventDef
91 > %EventDef PajePushState 12 
92 > %       Time date 
93 > %       EntityType string 
94 > %       Container string 
95 > %       Value string 
96 > %EndEventDef
97 > %EventDef PajePopState 13 
98 > %       Time date 
99 > %       EntityType string 
100 > %       Container string 
101 > %EndEventDef
102 > %EventDef PajeStartLink 14 
103 > %       Time date 
104 > %       EntityType string 
105 > %       Container string 
106 > %       Value string 
107 > %       SourceContainer string 
108 > %       Key string 
109 > %EndEventDef
110 > %EventDef PajeEndLink 15 
111 > %       Time date 
112 > %       EntityType string 
113 > %       Container string 
114 > %       Value string 
115 > %       DestContainer string 
116 > %       Key string 
117 > %EndEventDef
118 > %EventDef PajeNewEvent 16 
119 > %       Time date 
120 > %       EntityType string 
121 > %       Container string 
122 > %       Value string 
123 > %EndEventDef
124 > 0 1 0 HOST
125 > 6 0 1 1 0 Tremblay
126 > 1 2 1 power "1 1 1"
127 > 0 3 1 MSG_PROCESS
128 > 2 4 3 MSG_PROCESS_STATE
129 > 5 5 4 executing "0 1 0"
130 > 5 6 4 suspend "1 0 1"
131 > 5 7 4 sleep "1 1 0"
132 > 5 8 4 receive "1 0 0"
133 > 5 9 4 send "0 0 1"
134 > 5 10 4 task_execute "0 1 1"
135 > 4 11 0 3 3 MSG_PROCESS_LINK
136 > 4 12 0 3 3 MSG_PROCESS_TASK_LINK
137 > 6 0 2 1 0 Jupiter
138 > 6 0 3 1 0 Fafard
139 > 6 0 4 1 0 Ginette
140 > 6 0 5 1 0 Bourassa
141 > 0 13 0 LINK
142 > 6 0 6 13 0 6
143 > 1 14 13 bandwidth "1 1 1"
144 > 1 15 13 latency "1 1 1"
145 > 6 0 7 13 0 3
146 > 6 0 8 13 0 7
147 > 6 0 9 13 0 9
148 > 6 0 10 13 0 2
149 > 6 0 11 13 0 8
150 > 6 0 12 13 0 1
151 > 6 0 13 13 0 4
152 > 6 0 14 13 0 0
153 > 6 0 15 13 0 5
154 > 4 16 0 1 13 HOST-LINK
155 > 4 17 0 13 13 LINK-LINK
156 > 4 18 0 13 1 LINK-HOST
157 > 8 0 2 1 98095000.000000
158 > 8 0 2 2 76296000.000000
159 > 8 0 2 3 76296000.000000
160 > 8 0 2 4 48492000.000000
161 > 8 0 2 5 48492000.000000
162 > 8 0 14 6 41279125.000000
163 > 8 0 15 6 0.000060
164 > 8 0 14 7 34285625.000000
165 > 8 0 15 7 0.000514
166 > 8 0 14 8 11618875.000000
167 > 8 0 15 8 0.000190
168 > 8 0 14 9 7209750.000000
169 > 8 0 15 9 0.001462
170 > 8 0 14 10 118682500.000000
171 > 8 0 15 10 0.000137
172 > 8 0 14 11 8158000.000000
173 > 8 0 15 11 0.000271
174 > 8 0 14 12 34285625.000000
175 > 8 0 15 12 0.000514
176 > 8 0 14 13 10099625.000000
177 > 8 0 15 13 0.000480
178 > 8 0 14 14 41279125.000000
179 > 8 0 15 14 0.000060
180 > 8 0 14 15 27946250.000000
181 > 8 0 15 15 0.000278
182 > 14 0 16 0 G 3 0
183 > 15 0 16 0 G 11 0
184 > 14 0 17 0 G 11 1
185 > 15 0 17 0 G 12 1
186 > 14 0 17 0 G 12 2
187 > 15 0 17 0 G 14 2
188 > 14 0 17 0 G 14 3
189 > 15 0 17 0 G 10 3
190 > 14 0 17 0 G 10 4
191 > 15 0 17 0 G 7 4
192 > 14 0 17 0 G 7 5
193 > 15 0 17 0 G 13 5
194 > 14 0 18 0 G 13 6
195 > 15 0 18 0 G 1 6
196 > 14 0 17 0 G 11 7
197 > 15 0 17 0 G 6 7
198 > 14 0 17 0 G 6 8
199 > 15 0 17 0 G 8 8
200 > 14 0 18 0 G 8 9
201 > 15 0 18 0 G 5 9
202 > 14 0 17 0 G 13 10
203 > 15 0 17 0 G 9 10
204 > 14 0 18 0 G 9 11
205 > 15 0 18 0 G 2 11
206 > 14 0 17 0 G 10 12
207 > 15 0 17 0 G 15 12
208 > 14 0 18 0 G 15 13
209 > 15 0 18 0 G 4 13
210 > 14 0 17 0 G 12 14
211 > 15 0 17 0 G 6 14
212 > 14 0 16 0 G 1 15
213 > 15 0 16 0 G 9 15
214 > 14 0 17 0 G 7 16
215 > 15 0 17 0 G 15 16
216 > 6 0 16 3 3 emigrant-1
217 > 6 0 17 3 1 master-2
218 > 11 0 4 16 5
219 > 11 0 4 17 5
220 > 12 0 4 16 7
221 > 12 0 4 17 9
222 > 14 0 12 0 SR 17 p0
223 > 13 2.000000 4 16
224 > 12 2.000000 4 16 8
225 > 13 2.020551 4 17
226 > 12 2.020551 4 17 9
227 > 14 2.020551 12 0 SR 17 p1
228 > 13 2.020551 4 16
229 > 15 2.020551 12 0 SR 16 p0
230 > 14 2.020551 11 0 M 16 0
231 > 7 2.020551 3 16
232 > 6 2.020551 18 3 1 emigrant-1
233 > 11 2.020551 4 18 5
234 > 15 2.020551 11 0 M 18 0
235 > 12 2.020551 4 18 7
236 > 13 4.020551 4 18
237 > 12 4.020551 4 18 8
238 > 13 4.020707 4 17
239 > 12 4.020707 4 17 9
240 > 14 4.020707 12 0 SR 17 p2
241 > 13 4.020707 4 18
242 > 15 4.020707 12 0 SR 18 p1
243 > 14 4.020707 11 0 M 18 1
244 > 7 4.020707 3 18
245 > 6 4.020707 19 3 2 emigrant-1
246 > 11 4.020707 4 19 5
247 > 15 4.020707 11 0 M 19 1
248 > 12 4.020707 4 19 7
249 > 13 6.020707 4 19
250 > 12 6.020707 4 19 8
251 > 13 6.035906 4 17
252 > 12 6.035906 4 17 9
253 > 14 6.035906 12 0 SR 17 p3
254 > 13 6.035906 4 19
255 > 15 6.035906 12 0 SR 19 p2
256 > 14 6.035906 11 0 M 19 2
257 > 7 6.035906 3 19
258 > 6 6.035906 20 3 3 emigrant-1
259 > 11 6.035906 4 20 5
260 > 15 6.035906 11 0 M 20 2
261 > 12 6.035906 4 20 7
262 > 13 8.035906 4 20
263 > 12 8.035906 4 20 8
264 > 13 8.056457 4 17
265 > 12 8.056457 4 17 9
266 > 14 8.056457 12 0 SR 17 p4
267 > 13 8.056457 4 20
268 > 15 8.056457 12 0 SR 20 p3
269 > 14 8.056457 11 0 M 20 3
270 > 7 8.056457 3 20
271 > 6 8.056457 21 3 4 emigrant-1
272 > 11 8.056457 4 21 5
273 > 15 8.056457 11 0 M 21 3
274 > 12 8.056457 4 21 7
275 > 13 10.056457 4 21
276 > 12 10.056457 4 21 8
277 > 13 10.069689 4 17
278 > 12 10.069689 4 17 9
279 > 14 10.069689 12 0 SR 17 p5
280 > 13 10.069689 4 21
281 > 15 10.069689 12 0 SR 21 p4
282 > 14 10.069689 11 0 M 21 4
283 > 7 10.069689 3 21
284 > 6 10.069689 22 3 5 emigrant-1
285 > 11 10.069689 4 22 5
286 > 15 10.069689 11 0 M 22 4
287 > 12 10.069689 4 22 7
288 > 13 12.069689 4 22
289 > 12 12.069689 4 22 8
290 > 13 12.090025 4 17
291 > 12 12.090025 4 17 9
292 > 14 12.090025 12 0 SR 17 p6
293 > 13 12.090025 4 22
294 > 15 12.090025 12 0 SR 22 p5
295 > 14 12.090025 11 0 M 22 5
296 > 7 12.090025 3 22
297 > 6 12.090025 23 3 3 emigrant-1
298 > 11 12.090025 4 23 5
299 > 15 12.090025 11 0 M 23 5
300 > 12 12.090025 4 23 7
301 > 13 14.090025 4 23
302 > 12 14.090025 4 23 8
303 > 13 14.110575 4 17
304 > 12 14.110575 4 17 9
305 > 14 14.110575 12 0 SR 17 p7
306 > 13 14.110575 4 23
307 > 15 14.110575 12 0 SR 23 p6
308 > 14 14.110575 11 0 M 23 6
309 > 7 14.110575 3 23
310 > 6 14.110575 24 3 1 emigrant-1
311 > 11 14.110575 4 24 5
312 > 15 14.110575 11 0 M 24 6
313 > 12 14.110575 4 24 7
314 > 13 16.110575 4 24
315 > 12 16.110575 4 24 8
316 > 13 16.110731 4 17
317 > 12 16.110731 4 17 9
318 > 14 16.110731 12 0 SR 17 p8
319 > 13 16.110731 4 24
320 > 15 16.110731 12 0 SR 24 p7
321 > 14 16.110731 11 0 M 24 7
322 > 7 16.110731 3 24
323 > 6 16.110731 25 3 4 emigrant-1
324 > 11 16.110731 4 25 5
325 > 15 16.110731 11 0 M 25 7
326 > 12 16.110731 4 25 7
327 > 13 18.110731 4 25
328 > 12 18.110731 4 25 8
329 > 13 18.123963 4 17
330 > 7 18.123963 3 17
331 > 13 18.123963 4 25
332 > 15 18.123963 12 0 SR 25 p8
333 > 7 18.123963 3 25
334 > 7 18.123963 1 3
335 > 7 18.123963 1 1
336 > 7 18.123963 13 14
337 > 7 18.123963 13 12
338 > 7 18.123963 13 10
339 > 7 18.123963 13 7
340 > 7 18.123963 13 13
341 > 7 18.123963 13 15
342 > 7 18.123963 13 6
343 > 7 18.123963 13 8
344 > 7 18.123963 13 11
345 > 7 18.123963 13 9
346 > 7 18.123963 1 5
347 > 7 18.123963 1 2
348 > 7 18.123963 1 4
349 > 7 18.123963 0 0
350
351 $ rm -rf tracing/procmig.trace