Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : update bugged1 tesh
[simgrid.git] / examples / msg / mc / bugged1.tesh
1 #! ./tesh
2
3 ! expect signal SIGABRT
4 $ ${bindir:=.}/bugged1 --cfg=model-check:1 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
5 > [  0.000000] (0:@) Configuration change: Set 'model-check' to '1'
6 > [  0.000000] (0:@) Check a safety property
7 > [  0.000000] (2:client@HostB) Sent!
8 > [  0.000000] (3:client@HostC) Sent!
9 > [  0.000000] (1:server@HostA) OK
10 > [  0.000000] (4:client@HostD) Sent!
11 > [  0.000000] (2:client@HostB) Sent!
12 > [  0.000000] (1:server@HostA) OK
13 > [  0.000000] (3:client@HostC) Sent!
14 > [  0.000000] (4:client@HostD) Sent!
15 > [  0.000000] (2:client@HostB) Sent!
16 > [  0.000000] (1:server@HostA) OK
17 > [  0.000000] (2:client@HostB) Sent!
18 > [  0.000000] (4:client@HostD) Sent!
19 > [  0.000000] (1:server@HostA) OK
20 > [  0.000000] (3:client@HostC) Sent!
21 > [  0.000000] (2:client@HostB) Sent!
22 > [  0.000000] (4:client@HostD) Sent!
23 > [  0.000000] (2:client@HostB) Sent!
24 > [  0.000000] (3:client@HostC) Sent!
25 > [  0.000000] (1:server@HostA) OK
26 > [  0.000000] (4:client@HostD) Sent!
27 > [  0.000000] (2:client@HostB) Sent!
28 > [  0.000000] (1:server@HostA) OK
29 > [  0.000000] (3:client@HostC) Sent!
30 > [  0.000000] (4:client@HostD) Sent!
31 > [  0.000000] (2:client@HostB) Sent!
32 > [  0.000000] (1:server@HostA) OK
33 > [  0.000000] (2:client@HostB) Sent!
34 > [  0.000000] (4:client@HostD) Sent!
35 > [  0.000000] (1:server@HostA) OK
36 > [  0.000000] (3:client@HostC) Sent!
37 > [  0.000000] (2:client@HostB) Sent!
38 > [  0.000000] (4:client@HostD) Sent!
39 > [  0.000000] (2:client@HostB) Sent!
40 > [  0.000000] (3:client@HostC) Sent!
41 > [  0.000000] (1:server@HostA) OK
42 > [  0.000000] (4:client@HostD) Sent!
43 > [  0.000000] (2:client@HostB) Sent!
44 > [  0.000000] (1:server@HostA) **************************
45 > [  0.000000] (1:server@HostA) *** PROPERTY NOT VALID ***
46 > [  0.000000] (1:server@HostA) **************************
47 > [  0.000000] (1:server@HostA) Counter-example execution trace:
48 > [  0.000000] (1:server@HostA) [(1)server] iRecv (dst=server, buff=(verbose only), size=(verbose only))
49 > [  0.000000] (1:server@HostA) [(2)client] iSend (src=client, buff=(verbose only), size=(verbose only))
50 > [  0.000000] (1:server@HostA) [(1)server] Wait (comm=(verbose only) [(2)client -> (1)server])
51 > [  0.000000] (1:server@HostA) [(1)server] iRecv (dst=server, buff=(verbose only), size=(verbose only))
52 > [  0.000000] (1:server@HostA) [(2)client] Wait (comm=(verbose only) [(2)client -> (1)server])
53 > [  0.000000] (1:server@HostA) [(4)client] iSend (src=client, buff=(verbose only), size=(verbose only))
54 > [  0.000000] (1:server@HostA) [(1)server] Wait (comm=(verbose only) [(4)client -> (1)server])
55 > [  0.000000] (1:server@HostA) [(1)server] iRecv (dst=server, buff=(verbose only), size=(verbose only))
56 > [  0.000000] (1:server@HostA) [(3)client] iSend (src=client, buff=(verbose only), size=(verbose only))
57 > [  0.000000] (1:server@HostA) [(1)server] Wait (comm=(verbose only) [(3)client -> (1)server])
58 > [  0.000000] (1:server@HostA) Expanded states = 42
59 > [  0.000000] (1:server@HostA) Visited states = 145
60 > [  0.000000] (1:server@HostA) Executed transitions = 134
61 > [  0.000000] (1:server@HostA) Expanded / Visited = 3.452381
62