Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
26881288ff273278fea19e69bcc6e253f70f66b1
[simgrid.git] / examples / msg / mc / chord / chord_neverjoin.tesh
1 #! ./tesh
2
3 ! expect signal SIGABRT
4 ! timeout 200
5 $ ${bindir:=.}/chord_liveness --cfg=model-check:1 --cfg=contexts/factory:ucontext
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check' to '1'
7 > [0.000000] [mc_global/INFO] Check the liveness property promela_chord_liveness
8 > [Jean_Yves:node:(1) 0.000000] [chord_liveness/INFO] Joining the ring with id 14, knowing node 1
9 > [Boivin:node:(2) 0.000000] [chord_liveness/INFO] Joining the ring with id 8, knowing node 1
10 > [Jacquelin:node:(3) 0.000000] [chord_liveness/INFO] A transfer has occured
11 > [Jacquelin:node:(3) 0.000000] [chord_liveness/INFO] The task was successfully received by node 1
12 > [Jean_Yves:node:(1) 0.000000] [chord_liveness/INFO] Node 14 joined the ring
13 > [0.000000] [mc_liveness/INFO] Next pair (depth = 11, 2 interleave) already reached !
14 > [0.000000] [mc_liveness/INFO] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15 > [0.000000] [mc_liveness/INFO] |             ACCEPTANCE CYCLE            |
16 > [0.000000] [mc_liveness/INFO] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
17 > [0.000000] [mc_liveness/INFO] Counter-example that violates formula :
18 > [0.000000] [mc_global/INFO] [(1)node] iSend (src=node, buff=(verbose only), size=(verbose only))
19 > [0.000000] [mc_global/INFO] [(2)node] iSend (src=node, buff=(verbose only), size=(verbose only))
20 > [0.000000] [mc_global/INFO] [(3)node] iRecv (dst=node, buff=(verbose only), size=(verbose only))
21 > [0.000000] [mc_global/INFO] [(1)node] Wait (comm=(verbose only) [(1)node -> (3)node])
22 > [0.000000] [mc_global/INFO] [(1)node] iRecv (dst=node, buff=(verbose only), size=(verbose only))
23 > [0.000000] [mc_global/INFO] [(3)node] Test TRUE (comm=(verbose only) [(1)node -> (3)node])
24 > [0.000000] [mc_global/INFO] [(3)node] iSend (src=node, buff=(verbose only), size=(verbose only))
25 > [0.000000] [mc_global/INFO] [(1)node] Wait (comm=(verbose only) [(3)node -> (1)node])
26 > [0.000000] [mc_global/INFO] [(1)node] iRecv (dst=node, buff=(verbose only), size=(verbose only))
27 > [0.000000] [mc_global/INFO] [(1)node] Test FALSE (comm=(verbose only))
28 > [0.000000] [mc_global/INFO] Expanded states = 11
29 > [0.000000] [mc_global/INFO] Visited states = 10
30 > [0.000000] [mc_global/INFO] Executed transitions = 10
31 > [0.000000] [mc_global/INFO] Expanded / Visited = 0.909091