fond
Model Checking Contest @ Petri Nets 2014
Tunis, Tunisia, June 24, 2014
Execution Report for Run r09ks-qhx2-140069009102224
Last Updated
Sept. 1, 2014

About the Execution

Execution Summary
Max Memory
Used (MB)
CPU Usage (ms) I/O Wait (ms) Competition Result Execution
Status
1529.93 167428 94.7 3407946 13631784 11 1 normal

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-1667
Executing tool marcie
Input is SurprisePeterson-PT-3, examination is StateSpace
Time confinement is 3600 seconds
Memory confinement is 6144 MBytes
Run identifier is r09ks-qhx2-140069009102224
=====================================================================


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

BK_START 1400808228107

Marcie rev. 1291 (build: mcc on 2014-04-30)
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 --mem=4

constant oo registered with value < INFINITY >
parse successfull!


(NrP: 244 NrTr: 332)

net check time: 0m0sec

place and transition orderings generation:0m0sec

init dd package: 0m6sec


RS generation: 1m51sec


-> reachability set: #nodes 56076 (5.6e+04) #states 3,407,946 (6)


STATE_SPACE 3407946 13631784 11 1 TECHNIQUES DECISION_DIAGRAMS


total processing time: 2m47sec


BK_STOP 1400808395455

--------------------
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

633 1596 2359 3260 4030 4745 5395 5268 5363 5197 10231 10760 11988 12164 12339 13954 15752 17708 17776 18119 18284 20091 20351 20958 22021 22277 22184 22386 23588 23796 24542 24489 24569 24632 24528 25073 25474 26124 26152 26515 26970 26085 27293 26796 26505 27159 26730 26707 26663 26179 27117 26757 26824 26709 26489 27157 26575 26908 27001 27821 27297 27086 27011 29890 29301 29338 29416 29650 30098 30129 30044 31896 32095 32222 32095 35948 35529 35601 35435 35084 36613 37080 37460 37496 37015 37495 38594 39102 39547 40202 40108 40227 40240 40370 40099 40373 40039 39221 39582 39816 40126 39435 39297 39507 38191 39371 38666 38484 39001 38457 38357 38359 37889 38602 38229 38293 38385 38035 37253 40710 40353 41378 41282 41116 41863 41434 41411 41367 40877 44207 44349 45477 45872 46113 47887 48131 48671 48526 48426 48022 47947 47545 47293 47551 49400 50333 50800 50838 50744 50945 51697 51303 51296 51100 52698 52745 52547 52693 52478 51841 51432 51808 51627 51111 50660 49667 49397 48821 48632 48207 48353 47605 47123 47839 47316 46909 47560 47115 47091 47048 47501 47460 47087 47046 46870 46650 46124 50091 50167 50288 50286 50899 50672 51550 51471 51231 51239 51077 50739 52485 55138 55303 55904 58419 58246 58265 58197 57537 57346 58197 58317 58976 59198 59100 59502 59731 60464 61156 61167 60796 60910 61018 60733 62364 62295 62253 62218 62626 61365 61403 61248 61471 60764 60006 58111 58373 58413 57508 57312 57061 55940 56452 56105 55729 56183 55748 55824 55848 55417 56115 55775 55704 55877 55712 54777 55744
iterations count:256454 (772), effective:11356 (34)

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="SurprisePeterson-PT-3"
export BK_EXAMINATION="StateSpace"
export BK_TOOL="marcie"
export BK_RESULT_DIR="/home/fko/BK_RESULTS/OUTPUTS"
export BK_TIME_CONFINEMENT="3600"

# 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/SurprisePeterson-PT-3.tgz
mv SurprisePeterson-PT-3 execution

# this is for BenchKit: explicit launching of the test

cd execution
echo "====================================================================="
echo " Generated by BenchKit 2-1667"
echo " Executing tool marcie"
echo " Input is SurprisePeterson-PT-3, examination is StateSpace"
echo " Time confinement is $BK_TIME_CONFINEMENT seconds"
echo " Memory confinement is 6144 MBytes"
echo " Run identifier is r09ks-qhx2-140069009102224"
echo "====================================================================="
echo
echo "--------------------"
echo "content from stdout:"
echo
echo -n "BK_START "
date -u +%s%3N
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 ;