X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a908b79ea45f85f305620c09375b72483b7eee9..685b3e4ec85031e1cb821dc3169aa2ed104b4f30:/examples/cpp/synchro-barrier/s4u-mc-synchro-barrier.tesh diff --git a/examples/cpp/synchro-barrier/s4u-mc-synchro-barrier.tesh b/examples/cpp/synchro-barrier/s4u-mc-synchro-barrier.tesh index 9fe7dafce3..6e8010b2ff 100644 --- a/examples/cpp/synchro-barrier/s4u-mc-synchro-barrier.tesh +++ b/examples/cpp/synchro-barrier/s4u-mc-synchro-barrier.tesh @@ -1,15 +1,15 @@ #!/usr/bin/env tesh -$ ${bindir:=.}/../../../bin/simgrid-mc --log=mc_dfs.thres:verbose --log=root.fmt="[Checker]%e%m%n" -- ${bindir:=.}/s4u-synchro-barrier 1 --log=s4u_test.thres:critical --log=root.fmt="[App%e%e%e%e]%e%m%n" +$ $VALGRIND_NO_TRACE_CHILDREN ${bindir:=.}/../../../bin/simgrid-mc --log=mc_dfs.thres:verbose --log=root.fmt="[Checker]%e%m%n" -- ${bindir:=.}/s4u-synchro-barrier 1 --log=s4u_test.thres:critical --log=root.fmt="[App%e%e%e%e]%e%m%n" > [Checker] Start a DFS exploration. Reduction is: dpor. > [Checker] Execute 1: BARRIER_ASYNC_LOCK(barrier: 0) (stack depth: 1, state: 1, 0 interleaves) > [Checker] Execute 1: BARRIER_WAIT(barrier: 0) (stack depth: 2, state: 2, 0 interleaves) -> [Checker] There remains 0 actors, but none to interleave (depth 4). -> [Checker] Execution came to an end at 1;1;0 (state: 3, depth: 3) -> [Checker] Backtracking from 1;1;0 -> [Checker] DFS exploration ended. 3 unique states visited; 1 backtracks (3 transition replays, 0 states visited overall) +> [Checker] 0 actors remain, but none of them need to be interleaved (depth 4). +> [Checker] Execution came to an end at 1;1 (state: 3, depth: 3) +> [Checker] Backtracking from 1;1 +> [Checker] DFS exploration ended. 3 unique states visited; 0 backtracks (0 transition replays, 3 states visited overall) -$ ${bindir:=.}/../../../bin/simgrid-mc --log=mc_dfs.thres:verbose --log=root.fmt="[Checker]%e%m%n" -- ${bindir:=.}/s4u-synchro-barrier 2 --log=s4u_test.thres:critical --log=root.fmt="[App%e%e%e%e]%e%m%n" +$ $VALGRIND_NO_TRACE_CHILDREN ${bindir:=.}/../../../bin/simgrid-mc --log=mc_dfs.thres:verbose --log=root.fmt="[Checker]%e%m%n" -- ${bindir:=.}/s4u-synchro-barrier 2 --log=s4u_test.thres:critical --log=root.fmt="[App%e%e%e%e]%e%m%n" > [Checker] Start a DFS exploration. Reduction is: dpor. > [Checker] Execute 1: BARRIER_ASYNC_LOCK(barrier: 0) (stack depth: 1, state: 1, 0 interleaves) > [Checker] Execute 2: BARRIER_ASYNC_LOCK(barrier: 0) (stack depth: 2, state: 2, 0 interleaves) @@ -27,9 +27,9 @@ $ ${bindir:=.}/../../../bin/simgrid-mc --log=mc_dfs.thres:verbose --log=root.fmt > [Checker] Dependent Transitions: > [Checker] BARRIER_ASYNC_LOCK(barrier: 0) (state=1) > [Checker] BARRIER_WAIT(barrier: 0) (state=4) -> [Checker] There remains 0 actors, but none to interleave (depth 6). -> [Checker] Execution came to an end at 1;2;1;2;0 (state: 5, depth: 5) -> [Checker] Backtracking from 1;2;1;2;0 +> [Checker] 0 actors remain, but none of them need to be interleaved (depth 6). +> [Checker] Execution came to an end at 1;2;1;2 (state: 5, depth: 5) +> [Checker] Backtracking from 1;2;1;2 > [Checker] Execute 2: BARRIER_ASYNC_LOCK(barrier: 0) (stack depth: 1, state: 1, 0 interleaves) > [Checker] Execute 1: BARRIER_ASYNC_LOCK(barrier: 0) (stack depth: 2, state: 6, 0 interleaves) > [Checker] INDEPENDENT Transitions: @@ -46,12 +46,12 @@ $ ${bindir:=.}/../../../bin/simgrid-mc --log=mc_dfs.thres:verbose --log=root.fmt > [Checker] Dependent Transitions: > [Checker] BARRIER_ASYNC_LOCK(barrier: 0) (state=6) > [Checker] BARRIER_WAIT(barrier: 0) (state=8) -> [Checker] There remains 0 actors, but none to interleave (depth 6). -> [Checker] Execution came to an end at 2;1;1;2;0 (state: 9, depth: 5) -> [Checker] Backtracking from 2;1;1;2;0 -> [Checker] DFS exploration ended. 9 unique states visited; 2 backtracks (10 transition replays, 0 states visited overall) +> [Checker] 0 actors remain, but none of them need to be interleaved (depth 6). +> [Checker] Execution came to an end at 2;1;1;2 (state: 9, depth: 5) +> [Checker] Backtracking from 2;1;1;2 +> [Checker] DFS exploration ended. 9 unique states visited; 1 backtracks (0 transition replays, 10 states visited overall) -$ ${bindir:=.}/../../../bin/simgrid-mc --log=mc_dfs.thres:verbose --log=root.fmt="[Checker]%e%m%n" -- ${bindir:=.}/s4u-synchro-barrier 3 --log=s4u_test.thres:critical --log=root.fmt="[App%e%e%e%e]%e%m%n" +$ $VALGRIND_NO_TRACE_CHILDREN ${bindir:=.}/../../../bin/simgrid-mc --log=mc_dfs.thres:verbose --log=root.fmt="[Checker]%e%m%n" -- ${bindir:=.}/s4u-synchro-barrier 3 --log=s4u_test.thres:critical --log=root.fmt="[App%e%e%e%e]%e%m%n" > [Checker] Start a DFS exploration. Reduction is: dpor. > [Checker] Execute 1: BARRIER_ASYNC_LOCK(barrier: 0) (stack depth: 1, state: 1, 0 interleaves) > [Checker] Execute 2: BARRIER_ASYNC_LOCK(barrier: 0) (stack depth: 2, state: 2, 0 interleaves) @@ -86,9 +86,9 @@ $ ${bindir:=.}/../../../bin/simgrid-mc --log=mc_dfs.thres:verbose --log=root.fmt > [Checker] Dependent Transitions: > [Checker] BARRIER_ASYNC_LOCK(barrier: 0) (state=2) > [Checker] BARRIER_WAIT(barrier: 0) (state=6) -> [Checker] There remains 0 actors, but none to interleave (depth 8). -> [Checker] Execution came to an end at 1;2;3;1;2;3;0 (state: 7, depth: 7) -> [Checker] Backtracking from 1;2;3;1;2;3;0 +> [Checker] 0 actors remain, but none of them need to be interleaved (depth 8). +> [Checker] Execution came to an end at 1;2;3;1;2;3 (state: 7, depth: 7) +> [Checker] Backtracking from 1;2;3;1;2;3 > [Checker] Execute 3: BARRIER_ASYNC_LOCK(barrier: 0) (stack depth: 2, state: 2, 0 interleaves) > [Checker] INDEPENDENT Transitions: > [Checker] BARRIER_ASYNC_LOCK(barrier: 0) (state=1) @@ -121,7 +121,7 @@ $ ${bindir:=.}/../../../bin/simgrid-mc --log=mc_dfs.thres:verbose --log=root.fmt > [Checker] Dependent Transitions: > [Checker] BARRIER_ASYNC_LOCK(barrier: 0) (state=8) > [Checker] BARRIER_WAIT(barrier: 0) (state=11) -> [Checker] There remains 0 actors, but none to interleave (depth 8). -> [Checker] Execution came to an end at 1;3;2;1;2;3;0 (state: 12, depth: 7) -> [Checker] Backtracking from 1;3;2;1;2;3;0 -> [Checker] DFS exploration ended. 12 unique states visited; 2 backtracks (14 transition replays, 1 states visited overall) \ No newline at end of file +> [Checker] 0 actors remain, but none of them need to be interleaved (depth 8). +> [Checker] Execution came to an end at 1;3;2;1;2;3 (state: 12, depth: 7) +> [Checker] Backtracking from 1;3;2;1;2;3 +> [Checker] DFS exploration ended. 12 unique states visited; 1 backtracks (1 transition replays, 14 states visited overall) \ No newline at end of file