Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'mc++'
[simgrid.git] / examples / msg / mc / bugged1.tesh
1 #! ./tesh
2
3 ! expect signal SIGABRT
4 ! timeout 20
5 $ ${bindir:=.}/bugged1 --cfg=model-check:1 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
6 > [  0.000000] (0:@) Configuration change: Set 'model-check' to '1'
7 > [  0.000000] (0:@) Check a safety property
8 > [  0.000000] (0:@) Get debug information ...
9 > [  0.000000] (0:@) Get debug information done !
10 > [  0.000000] (2:client@HostB) Sent!
11 > [  0.000000] (3:client@HostC) Sent!
12 > [  0.000000] (1:server@HostA) OK
13 > [  0.000000] (4:client@HostD) Sent!
14 > [  0.000000] (2:client@HostB) Sent!
15 > [  0.000000] (3:client@HostC) Sent!
16 > [  0.000000] (2:client@HostB) Sent!
17 > [  0.000000] (3:client@HostC) Sent!
18 > [  0.000000] (1:server@HostA) OK
19 > [  0.000000] (4:client@HostD) Sent!
20 > [  0.000000] (2:client@HostB) Sent!
21 > [  0.000000] (3:client@HostC) Sent!
22 > [  0.000000] (2:client@HostB) Sent!
23 > [  0.000000] (1:server@HostA) **************************
24 > [  0.000000] (1:server@HostA) *** PROPERTY NOT VALID ***
25 > [  0.000000] (1:server@HostA) **************************
26 > [  0.000000] (1:server@HostA) Counter-example execution trace:
27 > [  0.000000] (1:server@HostA) [(1)HostA (server)] iRecv(dst=(1)HostA (server), buff=(verbose only), size=(verbose only))
28 > [  0.000000] (1:server@HostA) [(2)HostB (client)] iSend(src=(2)HostB (client), buff=(verbose only), size=(verbose only))
29 > [  0.000000] (1:server@HostA) [(1)HostA (server)] Wait(comm=(verbose only) [(2)HostB (client)-> (1)HostA (server)])
30 > [  0.000000] (1:server@HostA) [(1)HostA (server)] iRecv(dst=(1)HostA (server), buff=(verbose only), size=(verbose only))
31 > [  0.000000] (1:server@HostA) [(2)HostB (client)] Wait(comm=(verbose only) [(2)HostB (client)-> (1)HostA (server)])
32 > [  0.000000] (1:server@HostA) [(4)HostD (client)] iSend(src=(4)HostD (client), buff=(verbose only), size=(verbose only))
33 > [  0.000000] (1:server@HostA) [(1)HostA (server)] Wait(comm=(verbose only) [(4)HostD (client)-> (1)HostA (server)])
34 > [  0.000000] (1:server@HostA) [(1)HostA (server)] iRecv(dst=(1)HostA (server), buff=(verbose only), size=(verbose only))
35 > [  0.000000] (1:server@HostA) [(3)HostC (client)] iSend(src=(3)HostC (client), buff=(verbose only), size=(verbose only))
36 > [  0.000000] (1:server@HostA) [(1)HostA (server)] Wait(comm=(verbose only) [(3)HostC (client)-> (1)HostA (server)])
37 > [  0.000000] (1:server@HostA) Expanded states = 22
38 > [  0.000000] (1:server@HostA) Visited states = 56
39 > [  0.000000] (1:server@HostA) Executed transitions = 52
40