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

About the Execution of MARCIE for CloudReconfiguration-PT-302

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


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

=== Now, execution of the tool begins

BK_START 1495815809683

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

parse successfull
net created successfully

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

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

net check time: 0m 0.000sec

init dd package: 0m 1.228sec


after gc: zbdd nodes used:5721, unused:18744279
after gc: zbdd nodes used:14335, unused:37485665
after gc: zbdd nodes used:17219, unused:74982781
after gc: zbdd nodes used:27695, unused:149972305
after gc: zbdd nodes used:78641, unused:299921359
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.035sec

1375 1424 1603 1911 1972 1942 5710 5744 12204 12692 12397 12318 13347 13035 13368 13112 13381 13118 13371 13119 13121 13315 12732 13342 13117 13371 13123 13376 13317 13126 13389 12740 13359 13315 13390 13321 13398 13385 13185 13264 12745 13383 13408 13436 13278 13298 14728 14636 14636 14636 14771 14771 14770 14932 14928 14945 14937 15000 15148 16073 16360 16774 16445 16783 15961 16323 16019 16311 16028 16175 16279 16034 16168 15408 15725 15742 15741 16888 16504 17058 16964 17176 17248 17279 17251 17069 17320 16799 28735 30785 43717 43866 55510 55066 52809 54922 76753 76784 84935 87399 82136 82820 85775 85810 88950 89434 87101 85709 85555 88862 88125 87999 85689 89408 89127 85711 88089 89410 89511 88197 87165 89401 89410 85713 85713 88603 88876 88126 87998 85535 89440 88053 85715 88185 89413 89137 88207 85695 89415 88875 87191 88187 89416 88880 88209 87318 88845 89493 85717 85719 84534 89444

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-302"
export BK_EXAMINATION="ReachabilityFireability"
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-302.tgz
mv CloudReconfiguration-PT-302 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-302, examination is ReachabilityFireability"
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-149580951200018"
echo "====================================================================="
echo
echo "--------------------"
echo "content from stdout:"
echo
echo "=== Data for post analysis generated by BenchKit (invocation template)"
echo
if [ "ReachabilityFireability" = "UpperBounds" ] ; then
echo "The expected result is a vector of positive values"
echo NUM_VECTOR
elif [ "ReachabilityFireability" != "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 "ReachabilityFireability.txt" ] ; then
echo "here is the order used to build the result vector(from text file)"
for x in $(grep Property ReachabilityFireability.txt | cut -d ' ' -f 2 | sort -u) ; do
echo "FORMULA_NAME $x"
done
elif [ -f "ReachabilityFireability.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 '' ReachabilityFireability.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 ;