fond
Model Checking Contest @ Petri Nets 2017
7th edition, Zaragoza, Spain, June 27, 2017
Execution of r171-csrt-149580951300115
Last Updated
June 27, 2017

About the Execution of MARCIE for CloudReconfiguration-PT-313

Execution Summary
Max Memory
Used (MB)
Time wait (ms) CPU Usage (ms) I/O Wait (ms) Computed Result Execution
Status
11281.050 3600000.00 3600000.00 19.80 [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-3254
Executing tool marcie
Input is CloudReconfiguration-PT-313, examination is ReachabilityCardinality
Time confinement is 3600 seconds
Memory confinement is 16384 MBytes
Number of cores is 1
Run identifier is r171-csrt-149580951300115
=====================================================================


--------------------
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 CloudReconfiguration-PT-313-ReachabilityCardinality-0
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-1
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-10
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-11
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-12
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-13
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-14
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-15
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-2
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-3
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-4
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-5
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-6
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-7
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-8
FORMULA_NAME CloudReconfiguration-PT-313-ReachabilityCardinality-9

=== Now, execution of the tool begins

BK_START 1495819440933

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=ReachabilityCardinality.xml --memory=6

parse successfull
net created successfully

Net: CloudReconfiguration_PT_313
(NrP: 2585 NrTr: 3095 NrArc: 6463)

parse formulas
formulas created successfully
place and transition orderings generation:0m 0.576sec

net check time: 0m 0.001sec

init dd package: 0m 1.255sec


after gc: zbdd nodes used:7752, unused:18742248
after gc: zbdd nodes used:10472, unused:37489528
after gc: zbdd nodes used:31261, unused:74968739
after gc: zbdd nodes used:33418, unused:149966582
after gc: zbdd nodes used:40792, unused:299959208
after gc: zbdd nodes used:93374, unused:599906626
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: 0m 0.037sec

1231 1279 1507 3448 3509 4447 4189 3907 4190 5284 5437 5483 6188 8037 11207 10870 10754 10678 10682 10682 10470 10487 10609 10066 10698 10478 10474 10479 10668 10628 10674 9810 10688 10676 10145 10488 10480 10632 10486 10613 10693 10681 10103 10632 11095 11101 11466 11512 11548 10909 10521 26250 26277 27318 29523 27896 28089 28017 27681 27889 28082 27906 28474 28660 28417 28418 28802 28830 29226 28461 29097 28514 29462 29258 29411 29260 29277 29538 29490 29284 28868 31092 30749 30939 29653 29864 29914 29694 29659 29218 29672 29657 29869 29880 29869 29663 29699 29857 29223 29908 29925 29811 29667 29679 29861 29667 29803 29228 29682 29666 29879 29865 29880 29807 29586 29674 29233 30333 30494 30721 30504 30748 30073 30072 30288 30179 30065 33300 33113 33107 32220 33235 33564 33724 33353 33523 33432 33726 40750 42270 48910 48912 65436 64910 65380 65245 65533 65251 65327 65281 65463 64888 66817 66904 66891 65273 65516 65422 65477 64868 65482 65470 65160 65412 65274 65557 65280 65286 65293 65475 64911 65485 65412 65537 65418 65281 65298 65287 64902 65574 65482 65286 65483 65545 65442 65299 64892 65452 65322 65321 65349 65605 65512 65379 64972 65596 65390 65407 65406 80580 83275

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="CloudReconfiguration-PT-313"
export BK_EXAMINATION="ReachabilityCardinality"
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/CloudReconfiguration-PT-313.tgz
mv CloudReconfiguration-PT-313 execution

# this is for BenchKit: explicit launching of the test

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