fond
Model Checking Contest @ Petri Nets 2017
7th edition, Zaragoza, Spain, June 27, 2017
Execution of r181-blw3-149581023800054
Last Updated
June 27, 2017

About the Execution of MARCIE for FlexibleBarrier-PT-08b

Execution Summary
Max Memory
Used (MB)
Time wait (ms) CPU Usage (ms) I/O Wait (ms) Computed Result Execution
Status
6687.930 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 FlexibleBarrier-PT-08b, examination is ReachabilityFireability
Time confinement is 3600 seconds
Memory confinement is 16384 MBytes
Number of cores is 1
Run identifier is r181-blw3-149581023800054
=====================================================================


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

=== Now, execution of the tool begins

BK_START 1495812933872

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: FlexibleBarrier_PT_08b
(NrP: 920 NrTr: 1057 NrArc: 2627)

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

net check time: 0m 0.000sec

init dd package: 0m 1.114sec


after gc: zbdd nodes used:123610, unused:18626390
after gc: zbdd nodes used:241005, unused:37258995
after gc: zbdd nodes used:361075, unused:74638925
after gc: zbdd nodes used:516531, unused:149483469
after gc: zbdd nodes used:657911, unused:299342089
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.004sec

70619 88165 91168 96228 98725 235275 233754 186392 205079 206020 204960 204151 205476 204827 204433 234491 233336 252330 234208 233032 244368 242000 258540 242938 241912 245515 244919 249707 245732 607577 604895 557472 512176 514615 515165 514279 525218 448932 450226 448348 450553 483015 476697 492872 497568 491027 487086 494123 490458 490748 490143 497968 493939 492839 492119 491838 492868 492419 498874 492855 493780 494979 487709 485018 484723 487909 485008 490115 486284 485708 486458 484865 489438 487229 489424 486324 536517 505046 502408 497221 500863 493396 493445 493602 494242 493651 492583 511143 508429 506005 507020 497702 497719 496920 496229 497064 495655 582773 563354 553958 554068 555437 561386 560098 557170 557887 551518 552518 550999 554268 552431 551605 554913 552584 551572 587272 566409 566124 558273 556691 562911 559710 559124 552984 552026 551724 555146 552621 551848 554989 552795 551773 594983 581712 581364 578454 584651 580431 580281 575849 575902 578248 576514 576447 577358 576599 615124 589280 588505 578282 589791 584206 583239 578679 577259 577263 579014 577492 579738 577406 578044 611720 596671 596546 598895 593511 593908 593571 589176 589107 591680 589757 592420 590127 591442 619461 602554 603199 594512 597160 597460 597003 592227 591701 593989 591703 599669 591914 591325 608848 605054 605973 598698 601847 597181 597398 596918 596730 596428 596352 617810

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="FlexibleBarrier-PT-08b"
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/FlexibleBarrier-PT-08b.tgz
mv FlexibleBarrier-PT-08b 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 FlexibleBarrier-PT-08b, 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 r181-blw3-149581023800054"
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 ;