About the Execution of GreatSPN for GlobalResAllocation-COL-10
Execution Summary | |||||
Max Memory Used (MB) |
Time wait (ms) | CPU Usage (ms) | I/O Wait (ms) | Computed Result | Execution Status |
2192.900 | 436158.00 | 435979.00 | 40.80 | [undef] | Cannot compute |
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 gspn
Input is GlobalResAllocation-COL-10, examination is CTLCardinality
Time confinement is 3600 seconds
Memory confinement is 16384 MBytes
Number of cores is 1
Run identifier is r022-blw3-149440257000471
=====================================================================
--------------------
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 GlobalResAllocation-COL-10-CTLCardinality-0
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-1
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-10
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-11
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-12
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-13
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-14
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-15
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-2
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-3
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-4
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-5
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-6
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-7
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-8
FORMULA_NAME GlobalResAllocation-COL-10-CTLCardinality-9
=== Now, execution of the tool begins
BK_START 1494502609611
LOADING model.pnml ...
MODEL CLASS: SYMMETRIC NET
PLACES: 5
TRANSITIONS: 7
CONSTANTS: 0
TEMPLATE VARS: 0
COLOR CLASSES: 3
COLOR VARS: 5
ARCS: 29
LOADING TIME: 0.354
UNFOLDING COLORS...
EXCEPTION RAISED.
FAILED.
CANNOT_COMPUTE
BK_STOP 1494503045769
--------------------
content from stderr:
java.lang.OutOfMemoryError: Java heap space
at org.antlr.v4.runtime.atn.ATNConfigSet$AbstractConfigHashSet.createBuckets(ATNConfigSet.java:376)
at org.antlr.v4.runtime.atn.ATNConfigSet$AbstractConfigHashSet.createBuckets(ATNConfigSet.java:355)
at org.antlr.v4.runtime.misc.Array2DHashSet.
at org.antlr.v4.runtime.atn.ATNConfigSet$AbstractConfigHashSet.
at org.antlr.v4.runtime.atn.ATNConfigSet$AbstractConfigHashSet.
at org.antlr.v4.runtime.atn.ATNConfigSet$ConfigHashSet.
at org.antlr.v4.runtime.atn.ATNConfigSet.
at org.antlr.v4.runtime.atn.ATNConfigSet.
at org.antlr.v4.runtime.atn.OrderedATNConfigSet.
at org.antlr.v4.runtime.atn.LexerATNSimulator.computeTargetState(LexerATNSimulator.java:286)
at org.antlr.v4.runtime.atn.LexerATNSimulator.execATN(LexerATNSimulator.java:221)
at org.antlr.v4.runtime.atn.LexerATNSimulator.match(LexerATNSimulator.java:143)
at org.antlr.v4.runtime.Lexer.nextToken(Lexer.java:165)
at org.antlr.v4.runtime.BufferedTokenStream.fetch(BufferedTokenStream.java:187)
at org.antlr.v4.runtime.BufferedTokenStream.sync(BufferedTokenStream.java:170)
at org.antlr.v4.runtime.BufferedTokenStream.consume(BufferedTokenStream.java:154)
at org.antlr.v4.runtime.Parser.consume(Parser.java:586)
at org.antlr.v4.runtime.Parser.match(Parser.java:218)
at editor.domain.grammar.ExprLangParser.colorVar(ExprLangParser.java:3363)
at editor.domain.grammar.ExprLangParser.colorTerm(ExprLangParser.java:3515)
at editor.domain.grammar.ExprLangParser.colorSet(ExprLangParser.java:3676)
at editor.domain.grammar.ExprLangParser.multiSetElem(ExprLangParser.java:3291)
at editor.domain.grammar.ExprLangParser.intMSetExpr(ExprLangParser.java:3160)
at editor.domain.grammar.ExprLangParser.intMSetExpr(ExprLangParser.java:3211)
at editor.domain.grammar.ExprLangParser.mainIntMSetExpr(ExprLangParser.java:898)
at editor.domain.grammar.ParserContext.generateParseTreeFor(ParserContext.java:228)
at editor.domain.grammar.ParserContext.evaluate(ParserContext.java:384)
at editor.domain.Expr.evaluate(Expr.java:118)
at editor.domain.elements.GspnEdge.evaluateMultiplicity(GspnEdge.java:165)
at editor.domain.unfolding.Unfolding$TransitionUnfolder.unfoldRecursively(Unfolding.java:192)
at editor.domain.unfolding.Unfolding$TransitionUnfolder.unfoldRecursively(Unfolding.java:266)
at editor.domain.unfolding.Unfolding$TransitionUnfolder.unfoldRecursively(Unfolding.java:266)
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="GlobalResAllocation-COL-10"
export BK_EXAMINATION="CTLCardinality"
export BK_TOOL="gspn"
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/GlobalResAllocation-COL-10.tgz
mv GlobalResAllocation-COL-10 execution
# this is for BenchKit: explicit launching of the test
cd execution
echo "====================================================================="
echo " Generated by BenchKit 2-3254"
echo " Executing tool gspn"
echo " Input is GlobalResAllocation-COL-10, 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 r022-blw3-149440257000471"
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 '
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 ;