fond
Model Checking Contest @ Petri Nets 2015
Bruxelles, Belgium, June 23, 2015
Execution of r204st-blw3-143341204700312
Last Updated
August 19, 2015

About the Execution of Marcie for S_Peterson-COL-7

Execution Summary
Max Memory
Used (MB)
Time wait (ms) CPU Usage (ms) I/O Wait (ms) Computed Result Execution
Status
4266.380 3600000.00 3600020.00 10.00 [undef] Time out reached

Execution Chart

We display below the execution chart for this examination (boot time has been removed).

Trace from the execution

Waiting for the VM to be ready (probing ssh)
.........
=====================================================================
Generated by BenchKit 2-2270
Executing tool marcie
Input is S_Peterson-COL-7, examination is ReachabilityFireabilitySimple
Time confinement is 3600 seconds
Memory confinement is 16384 MBytes
Number of cores is 1
Run identifier is r204st-blw3-143341204700312
=====================================================================


--------------------
content from stdout:

=== Data for post analysis generated by BenchKit (invocation template)

The expected result is a vector of booleans
BOOL_VECTOR

here is the order used to build the result vector(from text file)
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-0
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-1
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-10
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-11
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-12
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-13
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-14
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-15
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-2
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-3
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-4
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-5
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-6
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-7
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-8
FORMULA_NAME Peterson-COL-7-ReachabilityFireabilitySimple-9

=== Now, execution of the tool begins

BK_START 1433645817437

Model: S_Peterson-COL-7
reachability algorithm:
Saturation-based algorithm
variable ordering algorithm:
Calculated like in [Noa99]
--memory=6 --suppress --rs-algorithm=3 --place-order=5

Marcie rev. 1429:1432M (built: crohr on 2014-10-22)
A model checker for Generalized Stochastic Petri nets

authors: Alex Tovchigrechko (IDD package and CTL model checking)

Martin Schwarick (Symbolic numerical analysis and CSL model checking)

Christian Rohr (Simulative and approximative numerical model checking)

marcie@informatik.tu-cottbus.de

called as: marcie --net-file=model.pnml --mcc-file=ReachabilityFireabilitySimple.xml --memory=6 --suppress --rs-algorithm=3 --place-order=5

parse successfull
net created successfully

Unfolding complete |P|=2048|T|=3208|A|=10032
Time for unfolding: 0m0sec

(NrP: 2048 NrTr: 3208 NrArc: 10032)

net check time: 0m0sec

parse formulas successfull
formulas created successfully
place and transition orderings generation:0m8sec

init dd package: 0m3sec


BK_TIME_CONFINEMENT_REACHED

--------------------
content from stderr:

check if there are places and transitions
ok
check if there are transitions without pre-places
ok
check if at least one transition is enabled in m0
ok
check if there are transitions that can never fire
ok


initing FirstDep: 0m0sec

2048 3451 3451 6445 10852 10852 16091 17876 19261 20394 20394 20394 20394 20394 20394 20394 18615 17236 16115 24442 25426 25426 25426 25426 29234 29234 27266 33515 33515 36002 38089 38089 33507 49777 50941 51853 51853 51853 51853 51853 51853 56734 56734 54687 53140 60330 60330 65603 65603 67596 70154 72020 77564 77564 74009 80025 80025 85542 85542 88929 88929 86985 86985 111489 111489 112820 112820 112820 112820 117120 117120 115336 114530 118562 121318 121318 121061 126221 126221 132786 132786 137876 137876 137965 137976 156179 156179 160292 160292 166755 166755 172127 170837 172674 172674 176740 176887 181888 181888 196657 196657 202184 212332 212332 211352 206394 204022 203141 204465 205483 205483 207333 211303 213347 213347 212443 214017 214017 213303 213303 214381 215548 216681 216681 212509 213493 213778 213778 215577 214986 215211 215211 213450 214765 214765 214491 214491 213392 213392 214703 214703 354291 416250 416250 416685 425829 428205 430162 463419 467725 467725 468235

Sequence of Actions to be Executed by the VM

This is useful if one wants to reexecute the tool in the VM from the submitted image disk.

set -x
# this is for BenchKit: configuration of major elements for the test
export BK_INPUT="S_Peterson-COL-7"
export BK_EXAMINATION="ReachabilityFireabilitySimple"
export BK_TOOL="marcie"
export BK_RESULT_DIR="/user/u8/hulinhub/BK_RESULTS/OUTPUTS"
export BK_TIME_CONFINEMENT="3600"
export BK_MEMORY_CONFINEMENT="16384"

# this is specific to your benchmark or test

export BIN_DIR="$HOME/BenchKit/bin"

# remove the execution directoty if it exists (to avoid increse of .vmdk images)
if [ -d execution ] ; then
rm -rf execution
fi

tar xzf /home/mcc/BenchKit/INPUTS/S_Peterson-COL-7.tgz
mv S_Peterson-COL-7 execution

# this is for BenchKit: explicit launching of the test

cd execution
echo "====================================================================="
echo " Generated by BenchKit 2-2270"
echo " Executing tool marcie"
echo " Input is S_Peterson-COL-7, examination is ReachabilityFireabilitySimple"
echo " Time confinement is $BK_TIME_CONFINEMENT seconds"
echo " Memory confinement is 16384 MBytes"
echo " Number of cores is 1"
echo " Run identifier is r204st-blw3-143341204700312"
echo "====================================================================="
echo
echo "--------------------"
echo "content from stdout:"
echo
echo "=== Data for post analysis generated by BenchKit (invocation template)"
echo
if [ "ReachabilityFireabilitySimple" = "ReachabilityComputeBounds" ] ; then
echo "The expected result is a vector of positive values"
echo NUM_VECTOR
elif [ "ReachabilityFireabilitySimple" != "StateSpace" ] ; then
echo "The expected result is a vector of booleans"
echo BOOL_VECTOR
else
echo "no data necessary for post analysis"
fi
echo
if [ -f "ReachabilityFireabilitySimple.txt" ] ; then
echo "here is the order used to build the result vector(from text file)"
for x in $(grep Property ReachabilityFireabilitySimple.txt | cut -d ' ' -f 2 | sort -u) ; do
echo "FORMULA_NAME $x"
done
elif [ -f "ReachabilityFireabilitySimple.xml" ] ; then # for cunf (txt files deleted;-)
echo echo "here is the order used to build the result vector(from xml file)"
for x in $(grep '' ReachabilityFireabilitySimple.xml | cut -d '>' -f 2 | cut -d '<' -f 1 | sort -u) ; do
echo "FORMULA_NAME $x"
done
fi
echo
echo "=== Now, execution of the tool begins"
echo
echo -n "BK_START "
date -u +%s%3N
echo
timeout -s 9 $BK_TIME_CONFINEMENT bash -c "/home/mcc/BenchKit/BenchKit_head.sh 2> STDERR ; echo ; echo -n \"BK_STOP \" ; date -u +%s%3N"
if [ $? -eq 137 ] ; then
echo
echo "BK_TIME_CONFINEMENT_REACHED"
fi
echo
echo "--------------------"
echo "content from stderr:"
echo
cat STDERR ;