Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : new examples (with tesh) for verification of liveness properties...
[simgrid.git] / examples / msg / mc / chord_liveness / chord_neverjoin.tesh
1 #! ./tesh
2
3 ! expect signal SIGABRT
4 ! timeout 200
5 $ ${bindir:=.}/chord_liveness ../../msg_platform.xml deploy_chord_liveness.xml --cfg=model-check:1 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" --cfg=contexts/factory:ucontext --cfg=model-check/property:promela_chord_neverjoin
6 > [  0.000000] (0:@) Configuration change: Set 'model-check' to '1'
7 > [  0.000000] (0:@) Configuration change: Set 'model-check/property' to 'promela_chord_neverjoin'
8 > [  0.000000] (0:@) Check the liveness property promela_chord_neverjoin
9 > [  0.000000] (1:node@Jean_Yves) Joining the ring with id 14, knowing node 1
10 > [  0.000000] (2:node@Boivin) Joining the ring with id 8, knowing node 1
11 > [  0.000000] (3:node@Jacquelin) A transfer has occured
12 > [  0.000000] (3:node@Jacquelin) The task was successfully received by node 1
13 > [  0.000000] (1:node@Jean_Yves) Node 14 joined the ring
14 > [  0.000000] (0:@) Next pair (depth = 15, 2 interleave) already reached (equal to state 11) !
15 > [  0.000000] (0:@) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16 > [  0.000000] (0:@) |             ACCEPTANCE CYCLE            |
17 > [  0.000000] (0:@) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
18 > [  0.000000] (0:@) Counter-example that violates formula :
19 > [  0.000000] (0:@) [(1)node] iSend (src=node, buff=(verbose only), size=(verbose only))
20 > [  0.000000] (0:@) [(2)node] iSend (src=node, buff=(verbose only), size=(verbose only))
21 > [  0.000000] (0:@) [(3)node] iRecv (dst=node, buff=(verbose only), size=(verbose only))
22 > [  0.000000] (0:@) [(1)node] Wait (comm=(verbose only) [(1)node -> (3)node])
23 > [  0.000000] (0:@) [(1)node] iRecv (dst=node, buff=(verbose only), size=(verbose only))
24 > [  0.000000] (0:@) [(3)node] Test TRUE (comm=(verbose only) [(1)node -> (3)node])
25 > [  0.000000] (0:@) [(3)node] iSend (src=node, buff=(verbose only), size=(verbose only))
26 > [  0.000000] (0:@) [(1)node] Wait (comm=(verbose only) [(3)node -> (1)node])
27 > [  0.000000] (0:@) [(1)node] iRecv (dst=node, buff=(verbose only), size=(verbose only))
28 > [  0.000000] (0:@) [(1)node] Test FALSE (comm=(verbose only))
29 > [  0.000000] (0:@) [(1)node] MC_RANDOM (0)
30 > [  0.000000] (0:@) [(1)node] MC_RANDOM (0)
31 > [  0.000000] (0:@) [(1)node] MC_RANDOM (0)
32 > [  0.000000] (0:@) [(1)node] MC_RANDOM (0)
33 > [  0.000000] (0:@) Expanded pairs = 22
34 > [  0.000000] (0:@) Visited pairs = 14
35 > [  0.000000] (0:@) Executed transitions = 14
36
37