Logo AND Algorithmique Numérique Distribuée

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