Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Massive file renaming (stupid CVS) so that we can have more than 9 lessons and still...
[simgrid.git] / doc / gtut-files / 7-timers.output
1 $ ./test_server 12345 & ./test_client 127.0.0.1 12345
2 [blaise:client:(1059) 0.000005] test.c:100: [test/INFO] Programming the repetitive action with a frequency of 0.5 sec
3 [blaise:client:(1059) 0.000059] test.c:103: [test/INFO] Programming the delayed action in 5 secs
4 [blaise:client:(1059) 0.503528] test.c:67: [test/INFO] Hello sent to server
5 [blaise:client:(1059) 1.007421] test.c:67: [test/INFO] Hello sent to server
6 [blaise:client:(1059) 1.518254] test.c:67: [test/INFO] Hello sent to server
7 [blaise:client:(1059) 2.021273] test.c:67: [test/INFO] Hello sent to server
8 [blaise:client:(1059) 2.523439] test.c:67: [test/INFO] Hello sent to server
9 [blaise:client:(1059) 3.027624] test.c:67: [test/INFO] Hello sent to server
10 [blaise:client:(1059) 3.531462] test.c:67: [test/INFO] Hello sent to server
11 [blaise:client:(1059) 4.054546] test.c:67: [test/INFO] Hello sent to server
12 [blaise:client:(1059) 4.555526] test.c:67: [test/INFO] Hello sent to server
13 [blaise:client:(1059) 5.003581] test.c:74: [test/INFO] Kill sent to server
14 [blaise:client:(1059) 5.003608] test.c:79: [test/INFO] Break the client's while loop
15 [blaise:client:(1059) 5.003625] gras/gras.c:79: [gras/INFO] Exiting GRAS
16 [blaise:server:(1056) 0.000005] test.c:26: [test/INFO] Cool, we received the message from 127.0.0.1:1024.
17 [blaise:server:(1056) 0.504171] test.c:26: [test/INFO] Cool, we received the message from 127.0.0.1:1024.
18 [blaise:server:(1056) 1.015021] test.c:26: [test/INFO] Cool, we received the message from 127.0.0.1:1024.
19 [blaise:server:(1056) 1.517557] test.c:26: [test/INFO] Cool, we received the message from 127.0.0.1:1024.
20 [blaise:server:(1056) 2.019864] test.c:26: [test/INFO] Cool, we received the message from 127.0.0.1:1024.
21 [blaise:server:(1056) 2.524203] test.c:26: [test/INFO] Cool, we received the message from 127.0.0.1:1024.
22 [blaise:server:(1056) 3.027500] test.c:26: [test/INFO] Cool, we received the message from 127.0.0.1:1024.
23 [blaise:server:(1056) 3.551340] test.c:26: [test/INFO] Cool, we received the message from 127.0.0.1:1024.
24 [blaise:server:(1056) 4.051570] test.c:26: [test/INFO] Cool, we received the message from 127.0.0.1:1024.
25 [blaise:server:(1056) 4.499931] test.c:15: [test/CRITICAL] Argh, killed by 127.0.0.1:1024! Bye folks...
26 [blaise:server:(1056) 4.499955] gras/gras.c:79: [gras/INFO] Exiting GRAS
27 $
28 $ ./test_simulator platform.xml test.xml
29 [Boivin:client:(2) 0.000000] test.c:100: [test/INFO] Programming the repetitive action with a frequency of 0.5 sec
30 [Boivin:client:(2) 0.000000] test.c:103: [test/INFO] Programming the delayed action in 5 secs
31 [Boivin:client:(2) 0.500537] test.c:67: [test/INFO] Hello sent to server
32 [Jacquelin:server:(1) 0.500537] test.c:26: [test/INFO] Cool, we received the message from Boivin:1024.
33 [Boivin:client:(2) 1.000537] test.c:67: [test/INFO] Hello sent to server
34 [Jacquelin:server:(1) 1.000537] test.c:26: [test/INFO] Cool, we received the message from Boivin:1024.
35 [Boivin:client:(2) 1.500537] test.c:67: [test/INFO] Hello sent to server
36 [Jacquelin:server:(1) 1.500537] test.c:26: [test/INFO] Cool, we received the message from Boivin:1024.
37 [Boivin:client:(2) 2.000537] test.c:67: [test/INFO] Hello sent to server
38 [Jacquelin:server:(1) 2.000537] test.c:26: [test/INFO] Cool, we received the message from Boivin:1024.
39 [Boivin:client:(2) 2.500537] test.c:67: [test/INFO] Hello sent to server
40 [Jacquelin:server:(1) 2.500537] test.c:26: [test/INFO] Cool, we received the message from Boivin:1024.
41 [Boivin:client:(2) 3.000537] test.c:67: [test/INFO] Hello sent to server
42 [Jacquelin:server:(1) 3.000537] test.c:26: [test/INFO] Cool, we received the message from Boivin:1024.
43 [Boivin:client:(2) 3.500537] test.c:67: [test/INFO] Hello sent to server
44 [Jacquelin:server:(1) 3.500537] test.c:26: [test/INFO] Cool, we received the message from Boivin:1024.
45 [Boivin:client:(2) 4.000537] test.c:67: [test/INFO] Hello sent to server
46 [Jacquelin:server:(1) 4.000537] test.c:26: [test/INFO] Cool, we received the message from Boivin:1024.
47 [Boivin:client:(2) 4.500537] test.c:67: [test/INFO] Hello sent to server
48 [Jacquelin:server:(1) 4.500537] test.c:26: [test/INFO] Cool, we received the message from Boivin:1024.
49 [Boivin:client:(2) 5.000537] test.c:67: [test/INFO] Hello sent to server
50 [Jacquelin:server:(1) 5.000537] test.c:26: [test/INFO] Cool, we received the message from Boivin:1024.
51 [Boivin:client:(2) 5.001074] test.c:74: [test/INFO] Kill sent to server
52 [Boivin:client:(2) 5.001074] test.c:79: [test/INFO] Break the client's while loop
53 [Boivin:client:(2) 5.001074] gras/gras.c:79: [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/gras.c:79: [gras/INFO] Exiting GRAS
56 [5.001074] msg/global.c:475: [msg_kernel/INFO] Congratulations ! Simulation terminated : all processes are over
57 $