Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move initialization somewhere else because people that do not use MSG_launch_applicat...
[simgrid.git] / doc / gtut-files / 07-timers.output
1 $ ./test_server 12345 & ./test_client 127.0.0.1 12345
2 [blaise:client:(17567) 0.000015] [test/INFO] Programming the repetitive action with a frequency of 0.5 sec
3 [blaise:client:(17567) 0.000063] [test/INFO] Programming the delayed action in 5 secs
4 [blaise:client:(17567) 0.503472] [test/INFO] Hello sent to server
5 [blaise:client:(17567) 1.007344] [test/INFO] Hello sent to server
6 [blaise:client:(17567) 1.511330] [test/INFO] Hello sent to server
7 [blaise:client:(17567) 2.015327] [test/INFO] Hello sent to server
8 [blaise:client:(17567) 2.527300] [test/INFO] Hello sent to server
9 [blaise:client:(17567) 3.027365] [test/INFO] Hello sent to server
10 [blaise:client:(17567) 3.531320] [test/INFO] Hello sent to server
11 [blaise:client:(17567) 4.035367] [test/INFO] Hello sent to server
12 [blaise:client:(17567) 4.543520] [test/INFO] Hello sent to server
13 [blaise:client:(17567) 5.003664] [test/INFO] Kill sent to server
14 [blaise:client:(17567) 5.003681] [test/INFO] Break the client's while loop
15 [blaise:client:(17567) 5.003690] [gras/INFO] Exiting GRAS
16 [blaise:server:(17564) 0.000012] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
17 [blaise:server:(17564) 0.503819] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
18 [blaise:server:(17564) 1.007802] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
19 [blaise:server:(17564) 1.511793] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
20 [blaise:server:(17564) 2.023832] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
21 [blaise:server:(17564) 2.523847] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
22 [blaise:server:(17564) 3.027788] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
23 [blaise:server:(17564) 3.531897] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
24 [blaise:server:(17564) 4.046195] [test/INFO] Cool, we received the message from 127.0.0.1:1024.
25 [blaise:server:(17564) 4.500338] test.c:15: [test/CRITICAL] Argh, killed by 127.0.0.1:1024! Bye folks...
26 [blaise:server:(17564) 4.500353] [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 [Jacquelin:server:(1) 0.500537] [test/INFO] Cool, we received the message from Boivin:1024.
32 [Boivin:client:(2) 0.500537] [test/INFO] Hello sent to server
33 [Jacquelin:server:(1) 1.000537] [test/INFO] Cool, we received the message from Boivin:1024.
34 [Boivin:client:(2) 1.000537] [test/INFO] Hello sent to server
35 [Jacquelin:server:(1) 1.500537] [test/INFO] Cool, we received the message from Boivin:1024.
36 [Boivin:client:(2) 1.500537] [test/INFO] Hello sent to server
37 [Jacquelin:server:(1) 2.000537] [test/INFO] Cool, we received the message from Boivin:1024.
38 [Boivin:client:(2) 2.000537] [test/INFO] Hello sent to server
39 [Jacquelin:server:(1) 2.500537] [test/INFO] Cool, we received the message from Boivin:1024.
40 [Boivin:client:(2) 2.500537] [test/INFO] Hello sent to server
41 [Jacquelin:server:(1) 3.000537] [test/INFO] Cool, we received the message from Boivin:1024.
42 [Boivin:client:(2) 3.000537] [test/INFO] Hello sent to server
43 [Jacquelin:server:(1) 3.500537] [test/INFO] Cool, we received the message from Boivin:1024.
44 [Boivin:client:(2) 3.500537] [test/INFO] Hello sent to server
45 [Jacquelin:server:(1) 4.000537] [test/INFO] Cool, we received the message from Boivin:1024.
46 [Boivin:client:(2) 4.000537] [test/INFO] Hello sent to server
47 [Jacquelin:server:(1) 4.500537] [test/INFO] Cool, we received the message from Boivin:1024.
48 [Boivin:client:(2) 4.500537] [test/INFO] Hello sent to server
49 [Jacquelin:server:(1) 5.000537] [test/INFO] Cool, we received the message from Boivin:1024.
50 [Boivin:client:(2) 5.000537] [test/INFO] Hello sent to server
51 [Jacquelin:server:(1) 5.001074] test.c:15: [test/CRITICAL] Argh, killed by Boivin:1024! Bye folks...
52 [Jacquelin:server:(1) 5.001074] [gras/INFO] Exiting GRAS
53 [Boivin:client:(2) 5.001074] [test/INFO] Kill sent to server
54 [Boivin:client:(2) 5.001074] [test/INFO] Break the client's while loop
55 [Boivin:client:(2) 5.001074] [gras/INFO] Exiting GRAS
56 $