fond
Model Checking Contest @ Petri Nets 2017
7th edition, Zaragoza, Spain, June 27, 2017
Execution of r151-ebro-149443454500327
Last Updated
June 27, 2017

About the Execution of MARCIE for S_TokenRing-PT-050

Execution Summary
Max Memory
Used (MB)
Time wait (ms) CPU Usage (ms) I/O Wait (ms) Computed Result Execution
Status
3602.390 3600000.00 3608069.00 19.90 [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-3253
Executing tool marcie
Input is S_TokenRing-PT-050, examination is CTLCardinality
Time confinement is 3600 seconds
Memory confinement is 16384 MBytes
Number of cores is 1
Run identifier is r151-ebro-149443454500327
=====================================================================


--------------------
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 TokenRing-COL-050-CTLCardinality-0
FORMULA_NAME TokenRing-COL-050-CTLCardinality-1
FORMULA_NAME TokenRing-COL-050-CTLCardinality-10
FORMULA_NAME TokenRing-COL-050-CTLCardinality-11
FORMULA_NAME TokenRing-COL-050-CTLCardinality-12
FORMULA_NAME TokenRing-COL-050-CTLCardinality-13
FORMULA_NAME TokenRing-COL-050-CTLCardinality-14
FORMULA_NAME TokenRing-COL-050-CTLCardinality-15
FORMULA_NAME TokenRing-COL-050-CTLCardinality-2
FORMULA_NAME TokenRing-COL-050-CTLCardinality-3
FORMULA_NAME TokenRing-COL-050-CTLCardinality-4
FORMULA_NAME TokenRing-COL-050-CTLCardinality-5
FORMULA_NAME TokenRing-COL-050-CTLCardinality-6
FORMULA_NAME TokenRing-COL-050-CTLCardinality-7
FORMULA_NAME TokenRing-COL-050-CTLCardinality-8
FORMULA_NAME TokenRing-COL-050-CTLCardinality-9

=== Now, execution of the tool begins

BK_START 1496688039424

timeout --kill-after=10s --signal=SIGINT 1m for testing only

Marcie rev. 8852M (built: crohr on 2017-05-03)
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=CTLCardinality.xml --memory=6

parse successfull
net created successfully

Net: TokenRing_PT_050
(NrP: 2601 NrTr: 127551 NrArc: 510204)

parse formulas
formulas created successfully
place and transition orderings generation:13m31.287sec

net check time: 0m 0.141sec

init dd package: 0m 2.038sec


BK_TIME_CONFINEMENT_REACHED

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

check for maximal unmarked siphon
ok
check for constant places
ok
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: 9m17.913sec

100 143 139 221 484 544 568 527 600 494 571 586 591 533 608 556 1337 1751 1858 1858 1866 1938 2032 2079 2109 1866 2061 2032 1866 1876 1860 1862 1968 2081 2076 1914 2109 2080 1916 1900 1907 1914 1942 2117 1916 2140 2144 2194 2194 2121 2328 2207 2082 2041 2248 2075 2071 2321 2313 2211 2247 2418 2217 2219 2288 3292 3587 4008 4038 5313 5544 5749 5852 6162 5872 5868 5860 6099 5923 5806 5864 5860 6170 5880 5880 6107 6075 6328 6194 5985 5818 6308 6183 5931 6404 6412 6298 6152 6571 6314 6220 6480 6096 6197 5791 5927 5838 5838 5822 5803 5935 5935 5846 6364 6211 5959 6368 6102 5834 6113 5947 5807 5831 5841 5932 6092 5886 5859 5995 5906 5956 5890 5871 5968 5918 5899 6000 5996 5954 5919 6055 6055 5954 6448 6318 6000 5946 6211 6055 5966 5927 5931 6180 6180 6024 6270 6249 6488 6501 6227 6460 6075 6181 5935 6075 5986 5986 6253 6075 6487 6240 6135 6272 6512 6517 6509 6314 6440 6726 6725 6780 6784 6756 6666 7029 6815 6797 6653 6401 6899 6775 6522 6996 7003 6879 6672 7091 6834 6721 6970 6846 6694 6448 6212 6425 6180 6168 6168 6446 6437 6164 6220 6216 6429 6234 6184 6453 6273 6687 6432 6338 6398 6575 6479 6895 6904 6937 6802

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_TokenRing-PT-050"
export BK_EXAMINATION="CTLCardinality"
export BK_TOOL="marcie"
export BK_RESULT_DIR="/tmp/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_TokenRing-PT-050.tgz
mv S_TokenRing-PT-050 execution

# this is for BenchKit: explicit launching of the test

cd execution
echo "====================================================================="
echo " Generated by BenchKit 2-3253"
echo " Executing tool marcie"
echo " Input is S_TokenRing-PT-050, examination is CTLCardinality"
echo " Time confinement is $BK_TIME_CONFINEMENT seconds"
echo " Memory confinement is 16384 MBytes"
echo " Number of cores is 1"
echo " Run identifier is r151-ebro-149443454500327"
echo "====================================================================="
echo
echo "--------------------"
echo "content from stdout:"
echo
echo "=== Data for post analysis generated by BenchKit (invocation template)"
echo
if [ "CTLCardinality" = "UpperBounds" ] ; then
echo "The expected result is a vector of positive values"
echo NUM_VECTOR
elif [ "CTLCardinality" != "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 "CTLCardinality.txt" ] ; then
echo "here is the order used to build the result vector(from text file)"
for x in $(grep Property CTLCardinality.txt | cut -d ' ' -f 2 | sort -u) ; do
echo "FORMULA_NAME $x"
done
elif [ -f "CTLCardinality.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 '' CTLCardinality.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 ;