Introduction
This page shows the outputs produced by the execution of alpina on HouseConstruction/005 (P/T). We provide:
- A short summary,
- the execution chart (evolution of CPU and memory over the execution),
- the sequence of actions to be executed by the VM,
- the results of these actions.
About the Execution
Execution Summary | |||
Memory (MB) | CPU (s) | End | |
2511.30 | 1296.55 | normal |
Execution Chart
We display below the execution chart for this examination (boot time has been removed).
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.
export BK_INPUT=HouseConstruction-PT-005
export BK_EXAMINATION=StateSpace
export BK_TOOL=alpina
export BK_RESULT_DIR=/tmp
export BK_LOG_FILE=/tmp/the_log_file.1912
export BIN_DIR=/home/mcc/BenchKit/bin
BIN_DIR=/home/mcc/BenchKit/bin
cd /home/mcc/BenchKit/INPUTS/HouseConstruction-PT-005
echo =====================================================================
echo ' Generated by BenchKit 1.0'
echo ' Executing tool alpina:'
echo ' Test is HouseConstruction-PT-005, examination is StateSpace'
echo =====================================================================
echo
echo --------------------
echo 'content from stdout:'
echo 'START 1371130526'
Execution Outputs of alpina for HouseConstruction/005 (P/T)
This is useful if one wants to reexecute the tool in the VM from the submitted image disk.
execution on node 92: ebro (runId=137110804800138_n_92)
=====================================================================
runnning alpina on HouseConstruction-PT-005 (StateSpace)
We got on stdout:
Probing ssh
Waiting ssh to respond
Ssh up and responding
=====================================================================
Generated by BenchKit 1.0
Executing tool alpina:
Test is HouseConstruction-PT-005, examination is StateSpace
=====================================================================
--------------------
content from stdout:
START 1371130526
STATE_SPACE 1187984.0 TECHNIQUES DECISION_DIAGRAMS
STOP 1371131865
--------------------
content from stderr:
log4j:WARN Error during default initialization
java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IStatus
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2413)
at java.lang.Class.getConstructor0(Class.java:2723)
at java.lang.Class.newInstance0(Class.java:345)
at java.lang.Class.newInstance(Class.java:327)
at org.apache.log4j.helpers.OptionConverter.instantiateByClassName(OptionConverter.java:330)
at org.apache.log4j.helpers.OptionConverter.instantiateByKey(OptionConverter.java:121)
at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:664)
at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:647)
at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:544)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:440)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:476)
at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:471)
at org.apache.log4j.LogManager.
at org.apache.log4j.Logger.getLogger(Logger.java:118)
at org.eclipse.xtext.service.AbstractGenericModule.
at ch.unige.cui.smv.alpina.Common.
at ch.unige.cui.smv.mcc.statespace$.apply(statespace.scala:11)
at ch.unige.cui.smv.mcc.statespace$$anonfun$main$1.apply(statespace.scala:24)
at ch.unige.cui.smv.mcc.statespace$$anonfun$main$1.apply(statespace.scala:23)
at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:34)
at scala.collection.mutable.ArrayOps.foreach(ArrayOps.scala:38)
at ch.unige.cui.smv.mcc.statespace$.main(statespace.scala:23)
at ch.unige.cui.smv.mcc.statespace.main(statespace.scala)
Caused by: java.lang.ClassNotFoundException: org.eclipse.core.runtime.IStatus
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 24 more