Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Regenerate the output captures of the gras tutorial after the numerous timing changes...
[simgrid.git] / doc / gtut-files / 07-timers.output
1 $ ./test_server 12345 & ./test_client 127.0.0.1 12345
2 [arthur:client:(27825) 0.000016] [test/INFO] Programming the repetitive action with a frequency of 0.5 sec
3 [arthur:client:(27825) 0.000125] [test/INFO] Programming the delayed action in 5 secs
4 [arthur:client:(27825) 0.500685] [test/INFO] Hello sent to server
5 [arthur:client:(27825) 1.000855] [test/INFO] Hello sent to server
6 [arthur:client:(27825) 1.501094] [test/INFO] Hello sent to server
7 [arthur:client:(27825) 2.001261] [test/INFO] Hello sent to server
8 [arthur:client:(27825) 2.501446] [test/INFO] Hello sent to server
9 [arthur:client:(27825) 3.001591] [test/INFO] Hello sent to server
10 [arthur:client:(27825) 3.501798] [test/INFO] Hello sent to server
11 [arthur:client:(27825) 4.002111] [test/INFO] Hello sent to server
12 [arthur:client:(27825) 4.502264] [test/INFO] Hello sent to server
13 [arthur:client:(27825) 5.000513] [test/INFO] Kill sent to server
14 [arthur:client:(27825) 5.000562] [test/INFO] Break the client's while loop
15 [arthur:client:(27825) 5.000594] [gras/INFO] Exiting GRAS
16 [arthur:server:(27821) 0.000014] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
17 [arthur:server:(27821) 0.500134] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
18 [arthur:server:(27821) 1.000349] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
19 [arthur:server:(27821) 1.500519] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
20 [arthur:server:(27821) 2.000788] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
21 [arthur:server:(27821) 2.500996] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
22 [arthur:server:(27821) 3.001083] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
23 [arthur:server:(27821) 3.501370] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
24 [arthur:server:(27821) 4.001514] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
25 [arthur:server:(27821) 4.499772] test.c:15: [test/CRITICAL] Argh, killed by 127.0.0.1:1024! Bye folks...
26 [arthur:server:(27821) 4.499823] [gras/INFO] Exiting GRAS
27 $
28 $ ./test_simulator platform.xml test.xml
29 [Boivin:client:(2) 0.000000] [test/INFO] Programming the repetitive action with a frequency of 0.5 sec
30 [Boivin:client:(2) 0.000000] [test/INFO] Programming the delayed action in 5 secs
31 [Boivin:client:(2) 0.500537] [test/INFO] Hello sent to server
32 [Jacquelin:server:(1) 0.500537] [test/INFO] Cool, we received the message from Boivin:1024.
33 [Boivin:client:(2) 1.000537] [test/INFO] Hello sent to server
34 [Jacquelin:server:(1) 1.000537] [test/INFO] Cool, we received the message from Boivin:1024.
35 [Boivin:client:(2) 1.500537] [test/INFO] Hello sent to server
36 [Jacquelin:server:(1) 1.500537] [test/INFO] Cool, we received the message from Boivin:1024.
37 [Boivin:client:(2) 2.000537] [test/INFO] Hello sent to server
38 [Jacquelin:server:(1) 2.000537] [test/INFO] Cool, we received the message from Boivin:1024.
39 [Boivin:client:(2) 2.500537] [test/INFO] Hello sent to server
40 [Jacquelin:server:(1) 2.500537] [test/INFO] Cool, we received the message from Boivin:1024.
41 [Boivin:client:(2) 3.000537] [test/INFO] Hello sent to server
42 [Jacquelin:server:(1) 3.000537] [test/INFO] Cool, we received the message from Boivin:1024.
43 [Boivin:client:(2) 3.500537] [test/INFO] Hello sent to server
44 [Jacquelin:server:(1) 3.500537] [test/INFO] Cool, we received the message from Boivin:1024.
45 [Boivin:client:(2) 4.000537] [test/INFO] Hello sent to server
46 [Jacquelin:server:(1) 4.000537] [test/INFO] Cool, we received the message from Boivin:1024.
47 [Boivin:client:(2) 4.500537] [test/INFO] Hello sent to server
48 [Jacquelin:server:(1) 4.500537] [test/INFO] Cool, we received the message from Boivin:1024.
49 [Boivin:client:(2) 5.000537] [test/INFO] Hello sent to server
50 [Jacquelin:server:(1) 5.000537] [test/INFO] Cool, we received the message from Boivin:1024.
51 [Boivin:client:(2) 5.001074] [test/INFO] Kill sent to server
52 [Boivin:client:(2) 5.001074] [test/INFO] Break the client's while loop
53 [Boivin:client:(2) 5.001074] [gras/INFO] Exiting GRAS
54 [Jacquelin:server:(1) 5.001074] test.c:15: [test/CRITICAL] Argh, killed by Boivin:1024! Bye folks...
55 [Jacquelin:server:(1) 5.001074] [gras/INFO] Exiting GRAS
56 $