fond
Model Checking Contest 2023
13th edition, Paris, France, April 26, 2023 (at TOOLympics II)
Execution of r151-smll-167819438100308
Last Updated
May 14, 2023

About the Execution of LTSMin+red for DoubleExponent-PT-100

Execution Summary
Max Memory
Used (MB)
Time wait (ms) CPU Usage (ms) I/O Wait (ms) Computed Result Execution
Status
3791.892 1800000.00 2568564.00 3764.10 [undef] Time out reached

Execution Chart

We display below the execution chart for this examination (boot time has been removed).

Trace from the execution

Formatting '/data/fkordon/mcc2023-input.r151-smll-167819438100308.qcow2', fmt=qcow2 size=4294967296 backing_file=/data/fkordon/mcc2023-input.qcow2 cluster_size=65536 lazy_refcounts=off refcount_bits=16
Waiting for the VM to be ready (probing ssh)
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
=====================================================================
Generated by BenchKit 2-5348
Executing tool ltsminxred
Input is DoubleExponent-PT-100, examination is StableMarking
Time confinement is 1800 seconds
Memory confinement is 16384 MBytes
Number of cores is 4
Run identifier is r151-smll-167819438100308
=====================================================================

--------------------
preparation of the directory to be used:
/home/mcc/execution
total 2.1M
-rw-r--r-- 1 mcc users 8.8K Feb 26 13:31 CTLCardinality.txt
-rw-r--r-- 1 mcc users 99K Feb 26 13:31 CTLCardinality.xml
-rw-r--r-- 1 mcc users 5.6K Feb 26 13:30 CTLFireability.txt
-rw-r--r-- 1 mcc users 50K Feb 26 13:30 CTLFireability.xml
-rw-r--r-- 1 mcc users 4.2K Jan 29 11:40 GenericPropertiesDefinition.xml
-rw-r--r-- 1 mcc users 3.9K Feb 25 16:01 LTLCardinality.txt
-rw-r--r-- 1 mcc users 26K Feb 25 16:01 LTLCardinality.xml
-rw-r--r-- 1 mcc users 2.3K Feb 25 16:01 LTLFireability.txt
-rw-r--r-- 1 mcc users 17K Feb 25 16:01 LTLFireability.xml
-rw-r--r-- 1 mcc users 6.8K Feb 26 13:31 ReachabilityCardinality.txt
-rw-r--r-- 1 mcc users 61K Feb 26 13:31 ReachabilityCardinality.xml
-rw-r--r-- 1 mcc users 5.5K Feb 26 13:31 ReachabilityFireability.txt
-rw-r--r-- 1 mcc users 38K Feb 26 13:31 ReachabilityFireability.xml
-rw-r--r-- 1 mcc users 1.7K Feb 25 16:01 UpperBounds.txt
-rw-r--r-- 1 mcc users 3.7K Feb 25 16:01 UpperBounds.xml
-rw-r--r-- 1 mcc users 6 Mar 5 18:22 equiv_col
-rw-r--r-- 1 mcc users 4 Mar 5 18:22 instance
-rw-r--r-- 1 mcc users 6 Mar 5 18:22 iscolored
-rw-r--r-- 1 mcc users 1.8M Mar 5 18:22 model.pnml

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

=== Data for post analysis generated by BenchKit (invocation template)

The expected result is a vector of booleans
BOOL_VECTOR

FORMULA_NAME StableMarking

=== Now, execution of the tool begins

BK_START 1678395267084

bash -c /home/mcc/BenchKit/BenchKit_head.sh 2> STDERR ; echo ; echo -n "BK_STOP " ; date -u +%s%3N
Invoking MCC driver with
BK_TOOL=ltsminxred
BK_EXAMINATION=StableMarking
BK_BIN_PATH=/home/mcc/BenchKit/bin/
BK_TIME_CONFINEMENT=1800
BK_INPUT=DoubleExponent-PT-100
Applying reductions before tool ltsmin
Invoking reducer
Running Version 202303021504
[2023-03-09 20:54:29] [INFO ] Running its-tools with arguments : [-pnfolder, /home/mcc/execution, -examination, StableMarking, -timeout, 180, -rebuildPNML]
[2023-03-09 20:54:29] [INFO ] Parsing pnml file : /home/mcc/execution/model.pnml
[2023-03-09 20:54:30] [INFO ] Load time of PNML (sax parser for PT used): 353 ms
[2023-03-09 20:54:30] [INFO ] Transformed 5304 places.
[2023-03-09 20:54:30] [INFO ] Transformed 4998 transitions.
[2023-03-09 20:54:30] [INFO ] Parsed PT model containing 5304 places and 4998 transitions and 14094 arcs in 582 ms.
Structural test allowed to assert that 11 places are NOT stable. Took 36 ms.
Incomplete random walk after 10000 steps, including 340 resets, run finished after 4371 ms. (steps per millisecond=2 ) properties (out of 5293) seen :44
Probabilistic random walk after 30000 steps, saw 15006 distinct states, run finished after 7206 ms. (steps per millisecond=4 ) properties seen :91
Running SMT prover for 5158 properties.
// Phase 1: matrix 4998 rows 5304 cols
[2023-03-09 20:54:44] [INFO ] Invariants computation overflowed in 374 ms
java.lang.RuntimeException: SMT solver raised an error when submitting script. Raised (error "Error writing to Z3 solver: java.io.IOException: Stream closed...
at fr.lip6.move.gal.structural.smt.SMTUtils.execAndCheckResult(SMTUtils.java:251)
at fr.lip6.move.gal.structural.smt.DeadlockTester.verifyPossible(DeadlockTester.java:629)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMTIncremental(DeadlockTester.java:339)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMT(DeadlockTester.java:223)
at fr.lip6.move.gal.application.solver.ReachabilitySolver.applyReductions(ReachabilitySolver.java:95)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.applyReachabilitySolver(GlobalPropertySolver.java:724)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.solveProperty(GlobalPropertySolver.java:558)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.preSolveLiveness(GlobalPropertySolver.java:412)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.preStableMarking(GlobalPropertySolver.java:321)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.solveProperty(GlobalPropertySolver.java:294)
at fr.lip6.move.gal.application.Application.startNoEx(Application.java:386)
at fr.lip6.move.gal.application.Application.start(Application.java:178)
at fr.lip6.move.gal.itscl.application.Application.start(Application.java:45)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
[2023-03-09 20:55:13] [WARNING] SMT solver failed with error :SMT solver raised an error when submitting script.... while checking expressions.
[2023-03-09 20:55:13] [INFO ] After 25135ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0
Fused 5158 Parikh solutions to 1 different solutions.
Parikh walk visited 0 properties in 3 ms.
Support contains 5158 out of 5304 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 5304/5304 places, 4998/4998 transitions.
Drop transitions removed 30 transitions
Trivial Post-agglo rules discarded 30 transitions
Performed 30 trivial Post agglomeration. Transition count delta: 30
Iterating post reduction 0 with 30 rules applied. Total rules applied 30 place count 5304 transition count 4968
Reduce places removed 30 places and 0 transitions.
Iterating post reduction 1 with 30 rules applied. Total rules applied 60 place count 5274 transition count 4968
Performed 5 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 2 with 5 Pre rules applied. Total rules applied 60 place count 5274 transition count 4963
Deduced a syphon composed of 5 places in 773 ms
Reduce places removed 5 places and 0 transitions.
Iterating global reduction 2 with 10 rules applied. Total rules applied 70 place count 5269 transition count 4963
Performed 30 Post agglomeration using F-continuation condition.Transition count delta: 30
Deduced a syphon composed of 30 places in 695 ms
Reduce places removed 30 places and 0 transitions.
Iterating global reduction 2 with 60 rules applied. Total rules applied 130 place count 5239 transition count 4933
Performed 5 Post agglomeration using F-continuation condition.Transition count delta: 0
Deduced a syphon composed of 5 places in 550 ms
Reduce places removed 5 places and 0 transitions.
Iterating global reduction 2 with 10 rules applied. Total rules applied 140 place count 5234 transition count 4933
Free-agglomeration rule (complex) applied 6 times.
Iterating global reduction 2 with 6 rules applied. Total rules applied 146 place count 5234 transition count 4927
Reduce places removed 6 places and 0 transitions.
Iterating post reduction 2 with 6 rules applied. Total rules applied 152 place count 5228 transition count 4927
Partial Free-agglomeration rule applied 11 times.
Drop transitions removed 11 transitions
Iterating global reduction 3 with 11 rules applied. Total rules applied 163 place count 5228 transition count 4927
Reduce places removed 1 places and 1 transitions.
Iterating global reduction 3 with 1 rules applied. Total rules applied 164 place count 5227 transition count 4926
Applied a total of 164 rules in 4736 ms. Remains 5227 /5304 variables (removed 77) and now considering 4926/4998 (removed 72) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 4738 ms. Remains : 5227/5304 places, 4926/4998 transitions.
Interrupted random walk after 97005 steps, including 12602 resets, run timeout after 30001 ms. (steps per millisecond=3 ) properties seen 0
Incomplete Best-First random walk after 1000 steps, including 81 resets, run finished after 185 ms. (steps per millisecond=5 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 97 resets, run finished after 198 ms. (steps per millisecond=5 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 87 resets, run finished after 428 ms. (steps per millisecond=2 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 88 resets, run finished after 296 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 95 resets, run finished after 300 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 85 resets, run finished after 294 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 81 resets, run finished after 294 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 85 resets, run finished after 299 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 77 resets, run finished after 288 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 86 resets, run finished after 295 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 74 resets, run finished after 288 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 87 resets, run finished after 295 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 92 resets, run finished after 298 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 93 resets, run finished after 311 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 79 resets, run finished after 293 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 87 resets, run finished after 296 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 71 resets, run finished after 290 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 88 resets, run finished after 293 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 80 resets, run finished after 280 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 86 resets, run finished after 288 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 102 resets, run finished after 295 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 83 resets, run finished after 288 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 86 resets, run finished after 297 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 86 resets, run finished after 293 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 86 resets, run finished after 290 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 87 resets, run finished after 293 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 82 resets, run finished after 293 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 80 resets, run finished after 285 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 85 resets, run finished after 288 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 88 resets, run finished after 292 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 86 resets, run finished after 294 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 85 resets, run finished after 287 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 89 resets, run finished after 295 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 90 resets, run finished after 298 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 94 resets, run finished after 299 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 78 resets, run finished after 290 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 80 resets, run finished after 291 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 88 resets, run finished after 284 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 86 resets, run finished after 279 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 87 resets, run finished after 288 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 86 resets, run finished after 295 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 78 resets, run finished after 292 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 76 resets, run finished after 287 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 90 resets, run finished after 292 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 81 resets, run finished after 281 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 84 resets, run finished after 287 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 86 resets, run finished after 289 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 84 resets, run finished after 286 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1000 steps, including 91 resets, run finished after 290 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Incomplete Best-First random walk after 1001 steps, including 79 resets, run finished after 289 ms. (steps per millisecond=3 ) properties (out of 5158) seen :0
Interrupted probabilistic random walk after 471553 steps, run timeout after 132001 ms. (steps per millisecond=3 ) properties seen :{230=1, 241=1, 373=1, 384=1, 395=1, 406=1, 417=1, 428=1, 439=1, 450=1, 461=1, 472=1, 483=1, 494=1, 616=1}
Probabilistic random walk after 471553 steps, saw 235926 distinct states, run finished after 132010 ms. (steps per millisecond=3 ) properties seen :15
Running SMT prover for 5143 properties.
// Phase 1: matrix 4926 rows 5227 cols
[2023-03-09 20:58:15] [INFO ] Invariants computation overflowed in 294 ms
java.lang.RuntimeException: SMT solver raised an error when submitting script. Raised (error "Error writing to Z3 solver: java.io.IOException: Stream closed...
at fr.lip6.move.gal.structural.smt.SMTUtils.execAndCheckResult(SMTUtils.java:251)
at fr.lip6.move.gal.structural.smt.DeadlockTester.verifyPossible(DeadlockTester.java:629)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMTIncremental(DeadlockTester.java:339)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMT(DeadlockTester.java:223)
at fr.lip6.move.gal.application.solver.ReachabilitySolver.applyReductions(ReachabilitySolver.java:95)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.applyReachabilitySolver(GlobalPropertySolver.java:724)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.solveProperty(GlobalPropertySolver.java:558)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.preSolveLiveness(GlobalPropertySolver.java:412)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.preStableMarking(GlobalPropertySolver.java:321)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.solveProperty(GlobalPropertySolver.java:294)
at fr.lip6.move.gal.application.Application.startNoEx(Application.java:386)
at fr.lip6.move.gal.application.Application.start(Application.java:178)
at fr.lip6.move.gal.itscl.application.Application.start(Application.java:45)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
[2023-03-09 21:02:03] [WARNING] SMT solver failed with error :SMT solver raised an error when submitting script.... while checking expressions.
[2023-03-09 21:02:03] [INFO ] After 225077ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0
Fused 5143 Parikh solutions to 1 different solutions.
Parikh walk visited 0 properties in 0 ms.
Support contains 5143 out of 5227 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 5227/5227 places, 4926/4926 transitions.
Drop transitions removed 3 transitions
Trivial Post-agglo rules discarded 3 transitions
Performed 3 trivial Post agglomeration. Transition count delta: 3
Iterating post reduction 0 with 3 rules applied. Total rules applied 3 place count 5227 transition count 4923
Reduce places removed 3 places and 0 transitions.
Iterating post reduction 1 with 3 rules applied. Total rules applied 6 place count 5224 transition count 4923
Performed 1 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 2 with 1 Pre rules applied. Total rules applied 6 place count 5224 transition count 4922
Deduced a syphon composed of 1 places in 682 ms
Reduce places removed 1 places and 0 transitions.
Iterating global reduction 2 with 2 rules applied. Total rules applied 8 place count 5223 transition count 4922
Performed 2 Post agglomeration using F-continuation condition.Transition count delta: 2
Deduced a syphon composed of 2 places in 516 ms
Reduce places removed 2 places and 0 transitions.
Iterating global reduction 2 with 4 rules applied. Total rules applied 12 place count 5221 transition count 4920
Performed 1 Post agglomeration using F-continuation condition.Transition count delta: 0
Deduced a syphon composed of 1 places in 469 ms
Reduce places removed 1 places and 0 transitions.
Iterating global reduction 2 with 2 rules applied. Total rules applied 14 place count 5220 transition count 4920
Free-agglomeration rule (complex) applied 3 times.
Iterating global reduction 2 with 3 rules applied. Total rules applied 17 place count 5220 transition count 4917
Reduce places removed 3 places and 0 transitions.
Iterating post reduction 2 with 3 rules applied. Total rules applied 20 place count 5217 transition count 4917
Partial Free-agglomeration rule applied 1 times.
Drop transitions removed 1 transitions
Iterating global reduction 3 with 1 rules applied. Total rules applied 21 place count 5217 transition count 4917
Applied a total of 21 rules in 3383 ms. Remains 5217 /5227 variables (removed 10) and now considering 4917/4926 (removed 9) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 3384 ms. Remains : 5217/5227 places, 4917/4926 transitions.
Interrupted random walk after 60013 steps, including 7728 resets, run timeout after 30001 ms. (steps per millisecond=2 ) properties seen 0
Incomplete Best-First random walk after 1001 steps, including 84 resets, run finished after 332 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 92 resets, run finished after 337 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 83 resets, run finished after 325 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 86 resets, run finished after 337 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 82 resets, run finished after 337 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 82 resets, run finished after 332 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 87 resets, run finished after 344 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 79 resets, run finished after 335 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 86 resets, run finished after 334 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 89 resets, run finished after 341 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 88 resets, run finished after 331 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 91 resets, run finished after 339 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 81 resets, run finished after 342 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 77 resets, run finished after 324 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 84 resets, run finished after 334 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 79 resets, run finished after 328 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 85 resets, run finished after 334 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 82 resets, run finished after 336 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 80 resets, run finished after 339 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 90 resets, run finished after 364 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 83 resets, run finished after 399 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 83 resets, run finished after 318 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 82 resets, run finished after 330 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 85 resets, run finished after 332 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 85 resets, run finished after 318 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 83 resets, run finished after 358 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 87 resets, run finished after 370 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 86 resets, run finished after 324 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 86 resets, run finished after 337 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 93 resets, run finished after 346 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 75 resets, run finished after 393 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 81 resets, run finished after 334 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 89 resets, run finished after 335 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 84 resets, run finished after 319 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 82 resets, run finished after 320 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 83 resets, run finished after 337 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 85 resets, run finished after 333 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 82 resets, run finished after 325 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 77 resets, run finished after 331 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 88 resets, run finished after 336 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 85 resets, run finished after 333 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 83 resets, run finished after 343 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 81 resets, run finished after 343 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 86 resets, run finished after 328 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 71 resets, run finished after 334 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 84 resets, run finished after 346 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 76 resets, run finished after 391 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 93 resets, run finished after 349 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 92 resets, run finished after 339 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 86 resets, run finished after 350 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Interrupted probabilistic random walk after 492242 steps, run timeout after 141001 ms. (steps per millisecond=3 ) properties seen :{}
Probabilistic random walk after 492242 steps, saw 246270 distinct states, run finished after 141009 ms. (steps per millisecond=3 ) properties seen :0
Running SMT prover for 5143 properties.
// Phase 1: matrix 4917 rows 5217 cols
[2023-03-09 21:05:15] [INFO ] Invariants computation overflowed in 289 ms
java.lang.RuntimeException: SMT solver raised an error when submitting script. Raised (error "Error writing to Z3 solver: java.io.IOException: Stream closed...
at fr.lip6.move.gal.structural.smt.SMTUtils.execAndCheckResult(SMTUtils.java:251)
at fr.lip6.move.gal.structural.smt.DeadlockTester.verifyPossible(DeadlockTester.java:629)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMTIncremental(DeadlockTester.java:339)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMT(DeadlockTester.java:223)
at fr.lip6.move.gal.application.solver.ReachabilitySolver.applyReductions(ReachabilitySolver.java:95)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.applyReachabilitySolver(GlobalPropertySolver.java:724)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.solveProperty(GlobalPropertySolver.java:558)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.preSolveLiveness(GlobalPropertySolver.java:412)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.preStableMarking(GlobalPropertySolver.java:321)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.solveProperty(GlobalPropertySolver.java:294)
at fr.lip6.move.gal.application.Application.startNoEx(Application.java:386)
at fr.lip6.move.gal.application.Application.start(Application.java:178)
at fr.lip6.move.gal.itscl.application.Application.start(Application.java:45)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
[2023-03-09 21:09:03] [WARNING] SMT solver failed with error :SMT solver raised an error when submitting script.... while checking expressions.
[2023-03-09 21:09:03] [INFO ] After 225060ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0
Fused 5143 Parikh solutions to 1 different solutions.
Parikh walk visited 0 properties in 0 ms.
Support contains 5143 out of 5217 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 5217/5217 places, 4917/4917 transitions.
Applied a total of 0 rules in 715 ms. Remains 5217 /5217 variables (removed 0) and now considering 4917/4917 (removed 0) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 717 ms. Remains : 5217/5217 places, 4917/4917 transitions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 5217/5217 places, 4917/4917 transitions.
Applied a total of 0 rules in 521 ms. Remains 5217 /5217 variables (removed 0) and now considering 4917/4917 (removed 0) transitions.
// Phase 1: matrix 4917 rows 5217 cols
[2023-03-09 21:09:04] [INFO ] Invariants computation overflowed in 158 ms
[2023-03-09 21:09:05] [INFO ] Implicit Places using invariants in 1126 ms returned []
// Phase 1: matrix 4917 rows 5217 cols
[2023-03-09 21:09:05] [INFO ] Invariants computation overflowed in 154 ms
[2023-03-09 21:09:07] [INFO ] Implicit Places using invariants and state equation in 1761 ms returned []
Implicit Place search using SMT with State Equation took 2890 ms to find 0 implicit places.
[2023-03-09 21:09:08] [INFO ] Redundant transitions in 865 ms returned []
// Phase 1: matrix 4917 rows 5217 cols
[2023-03-09 21:09:08] [INFO ] Invariants computation overflowed in 164 ms
[2023-03-09 21:09:09] [INFO ] Dead Transitions using invariants and state equation in 1075 ms found 0 transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 5360 ms. Remains : 5217/5217 places, 4917/4917 transitions.
Interrupted random walk after 62676 steps, including 8076 resets, run timeout after 30001 ms. (steps per millisecond=2 ) properties seen 0
Running SMT prover for 5143 properties.
// Phase 1: matrix 4917 rows 5217 cols
[2023-03-09 21:09:39] [INFO ] Invariants computation overflowed in 165 ms
java.lang.RuntimeException: SMT solver raised an error when submitting script. Raised (error "Failed to assert expression: java.io.IOException: Broken pipe ...
at fr.lip6.move.gal.structural.smt.SMTUtils.execAndCheckResult(SMTUtils.java:251)
at fr.lip6.move.gal.structural.smt.DeadlockTester.checkResults(DeadlockTester.java:797)
at fr.lip6.move.gal.structural.smt.DeadlockTester.verifyPossible(DeadlockTester.java:631)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMTIncremental(DeadlockTester.java:339)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMT(DeadlockTester.java:223)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMT(DeadlockTester.java:215)
at fr.lip6.move.gal.application.solver.logic.AtomicReducerSR.checkAtomicPropositions(AtomicReducerSR.java:267)
at fr.lip6.move.gal.application.solver.logic.AtomicReducerSR.strongReductions(AtomicReducerSR.java:46)
at fr.lip6.move.gal.application.solver.ReachabilitySolver.applyReductions(ReachabilitySolver.java:225)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.applyReachabilitySolver(GlobalPropertySolver.java:724)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.solveProperty(GlobalPropertySolver.java:558)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.preSolveLiveness(GlobalPropertySolver.java:412)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.preStableMarking(GlobalPropertySolver.java:321)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.solveProperty(GlobalPropertySolver.java:294)
at fr.lip6.move.gal.application.Application.startNoEx(Application.java:386)
at fr.lip6.move.gal.application.Application.start(Application.java:178)
at fr.lip6.move.gal.itscl.application.Application.start(Application.java:45)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
[2023-03-09 21:11:22] [WARNING] SMT solver failed with error :SMT solver raised an error when submitting script.... while checking expressions.
[2023-03-09 21:11:22] [INFO ] After 100118ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0
Interrupted random walk after 62955 steps, including 8057 resets, run timeout after 30001 ms. (steps per millisecond=2 ) properties seen 0
Incomplete Best-First random walk after 1000 steps, including 90 resets, run finished after 309 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 88 resets, run finished after 312 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 80 resets, run finished after 303 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 86 resets, run finished after 314 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 89 resets, run finished after 312 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 83 resets, run finished after 309 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 76 resets, run finished after 307 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 78 resets, run finished after 307 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 81 resets, run finished after 309 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 86 resets, run finished after 306 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 90 resets, run finished after 313 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 83 resets, run finished after 313 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 90 resets, run finished after 314 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 83 resets, run finished after 306 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 83 resets, run finished after 339 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 82 resets, run finished after 388 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 81 resets, run finished after 307 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 87 resets, run finished after 309 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 84 resets, run finished after 310 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 80 resets, run finished after 376 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 98 resets, run finished after 357 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 85 resets, run finished after 309 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 87 resets, run finished after 306 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 87 resets, run finished after 315 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 92 resets, run finished after 307 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 79 resets, run finished after 362 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 82 resets, run finished after 361 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 83 resets, run finished after 309 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 86 resets, run finished after 309 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 87 resets, run finished after 337 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 81 resets, run finished after 392 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 86 resets, run finished after 314 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 77 resets, run finished after 312 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 88 resets, run finished after 311 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 77 resets, run finished after 368 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 87 resets, run finished after 364 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 83 resets, run finished after 306 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 92 resets, run finished after 311 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 91 resets, run finished after 309 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 86 resets, run finished after 308 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 74 resets, run finished after 298 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 82 resets, run finished after 304 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 76 resets, run finished after 386 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 91 resets, run finished after 345 ms. (steps per millisecond=2 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 90 resets, run finished after 313 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1001 steps, including 98 resets, run finished after 318 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 76 resets, run finished after 297 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 93 resets, run finished after 312 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 92 resets, run finished after 310 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Incomplete Best-First random walk after 1000 steps, including 90 resets, run finished after 320 ms. (steps per millisecond=3 ) properties (out of 5143) seen :0
Interrupted probabilistic random walk after 467337 steps, run timeout after 138001 ms. (steps per millisecond=3 ) properties seen :{}
Probabilistic random walk after 467337 steps, saw 233816 distinct states, run finished after 138003 ms. (steps per millisecond=3 ) properties seen :0
Running SMT prover for 5143 properties.
// Phase 1: matrix 4917 rows 5217 cols
[2023-03-09 21:14:26] [INFO ] Invariants computation overflowed in 244 ms
java.lang.RuntimeException: SMT solver raised an error when submitting script. Raised (error "Error writing to Z3 solver: java.io.IOException: Stream closed...
at fr.lip6.move.gal.structural.smt.SMTUtils.execAndCheckResult(SMTUtils.java:251)
at fr.lip6.move.gal.structural.smt.DeadlockTester.verifyPossible(DeadlockTester.java:629)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMTIncremental(DeadlockTester.java:339)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMT(DeadlockTester.java:223)
at fr.lip6.move.gal.application.solver.ReachabilitySolver.applyReductions(ReachabilitySolver.java:95)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.applyReachabilitySolver(GlobalPropertySolver.java:724)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.solveProperty(GlobalPropertySolver.java:558)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.preSolveLiveness(GlobalPropertySolver.java:412)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.preStableMarking(GlobalPropertySolver.java:321)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.solveProperty(GlobalPropertySolver.java:294)
at fr.lip6.move.gal.application.Application.startNoEx(Application.java:386)
at fr.lip6.move.gal.application.Application.start(Application.java:178)
at fr.lip6.move.gal.itscl.application.Application.start(Application.java:45)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
[2023-03-09 21:18:14] [WARNING] SMT solver failed with error :SMT solver raised an error when submitting script.... while checking expressions.
[2023-03-09 21:18:14] [INFO ] After 225055ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0
Fused 5143 Parikh solutions to 1 different solutions.
Parikh walk visited 0 properties in 1 ms.
Support contains 5143 out of 5217 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 5217/5217 places, 4917/4917 transitions.
Applied a total of 0 rules in 726 ms. Remains 5217 /5217 variables (removed 0) and now considering 4917/4917 (removed 0) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 727 ms. Remains : 5217/5217 places, 4917/4917 transitions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 5217/5217 places, 4917/4917 transitions.
Applied a total of 0 rules in 527 ms. Remains 5217 /5217 variables (removed 0) and now considering 4917/4917 (removed 0) transitions.
// Phase 1: matrix 4917 rows 5217 cols
[2023-03-09 21:18:16] [INFO ] Invariants computation overflowed in 150 ms
[2023-03-09 21:18:16] [INFO ] Implicit Places using invariants in 991 ms returned []
// Phase 1: matrix 4917 rows 5217 cols
[2023-03-09 21:18:17] [INFO ] Invariants computation overflowed in 149 ms
[2023-03-09 21:18:18] [INFO ] Implicit Places using invariants and state equation in 1815 ms returned []
Implicit Place search using SMT with State Equation took 2811 ms to find 0 implicit places.
[2023-03-09 21:18:19] [INFO ] Redundant transitions in 497 ms returned []
// Phase 1: matrix 4917 rows 5217 cols
[2023-03-09 21:18:19] [INFO ] Invariants computation overflowed in 170 ms
[2023-03-09 21:18:20] [INFO ] Dead Transitions using invariants and state equation in 909 ms found 0 transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 4755 ms. Remains : 5217/5217 places, 4917/4917 transitions.
Interrupted random walk after 61298 steps, including 7853 resets, run timeout after 30001 ms. (steps per millisecond=2 ) properties seen 0
Running SMT prover for 5143 properties.
// Phase 1: matrix 4917 rows 5217 cols
[2023-03-09 21:18:50] [INFO ] Invariants computation overflowed in 154 ms
[2023-03-09 21:20:33] [INFO ] After 89135ms SMT Verify possible using state equation in real domain returned unsat :0 sat :5130
[2023-03-09 21:20:33] [INFO ] State equation strengthened by 10 read => feed constraints.
java.lang.RuntimeException: SMT solver raised an error when submitting script. Raised (error "Failed to assert expression: java.io.IOException: Stream close...
at fr.lip6.move.gal.structural.smt.SMTUtils.execAndCheckResult(SMTUtils.java:251)
at fr.lip6.move.gal.structural.smt.DeadlockTester.verifyPossible(DeadlockTester.java:642)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMTIncremental(DeadlockTester.java:339)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMT(DeadlockTester.java:223)
at fr.lip6.move.gal.structural.smt.DeadlockTester.testUnreachableWithSMT(DeadlockTester.java:215)
at fr.lip6.move.gal.application.solver.logic.AtomicReducerSR.checkAtomicPropositions(AtomicReducerSR.java:267)
at fr.lip6.move.gal.application.solver.ReachabilitySolver.applyReductions(ReachabilitySolver.java:253)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.applyReachabilitySolver(GlobalPropertySolver.java:724)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.solveProperty(GlobalPropertySolver.java:558)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.preSolveLiveness(GlobalPropertySolver.java:412)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.preStableMarking(GlobalPropertySolver.java:321)
at fr.lip6.move.gal.application.solver.global.GlobalPropertySolver.solveProperty(GlobalPropertySolver.java:294)
at fr.lip6.move.gal.application.Application.startNoEx(Application.java:386)
at fr.lip6.move.gal.application.Application.start(Application.java:178)
at fr.lip6.move.gal.itscl.application.Application.start(Application.java:45)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
[2023-03-09 21:20:33] [WARNING] SMT solver failed with error :SMT solver raised an error when submitting script.... while checking expressions.
[2023-03-09 21:20:33] [INFO ] After 100122ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0
Incomplete random walk after 10000 steps, including 1287 resets, run finished after 34 ms. (steps per millisecond=294 ) properties (out of 1) seen :0
Incomplete Best-First random walk after 10001 steps, including 828 resets, run finished after 25 ms. (steps per millisecond=400 ) properties (out of 1) seen :0
Interrupted probabilistic random walk after 61162 steps, run timeout after 3001 ms. (steps per millisecond=20 ) properties seen :{}
Probabilistic random walk after 61162 steps, saw 30607 distinct states, run finished after 3001 ms. (steps per millisecond=20 ) properties seen :0
Running SMT prover for 1 properties.
// Phase 1: matrix 4917 rows 5217 cols
[2023-03-09 21:20:37] [INFO ] Invariants computation overflowed in 250 ms
[2023-03-09 21:20:38] [INFO ] After 943ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0 real:1
[2023-03-09 21:21:03] [INFO ] After 25033ms SMT Verify possible using all constraints in natural domain returned unsat :0 sat :0
Parikh walk visited 0 properties in 0 ms.
Support contains 1 out of 5217 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 5217/5217 places, 4917/4917 transitions.
Graph (complete) has 9122 edges and 5217 vertex of which 5211 are kept as prefixes of interest. Removing 6 places using SCC suffix rule.6 ms
Discarding 6 places :
Also discarding 0 output transitions
Drop transitions removed 2 transitions
Reduce isomorphic transitions removed 2 transitions.
Discarding 1 places :
Implicit places reduction removed 1 places
Drop transitions removed 1165 transitions
Trivial Post-agglo rules discarded 1165 transitions
Performed 1165 trivial Post agglomeration. Transition count delta: 1165
Iterating post reduction 0 with 1168 rules applied. Total rules applied 1169 place count 5210 transition count 3750
Reduce places removed 1165 places and 0 transitions.
Performed 1 Post agglomeration using F-continuation condition.Transition count delta: 1
Iterating post reduction 1 with 1166 rules applied. Total rules applied 2335 place count 4045 transition count 3749
Reduce places removed 1 places and 0 transitions.
Iterating post reduction 2 with 1 rules applied. Total rules applied 2336 place count 4044 transition count 3749
Performed 194 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 3 with 194 Pre rules applied. Total rules applied 2336 place count 4044 transition count 3555
Deduced a syphon composed of 194 places in 362 ms
Reduce places removed 194 places and 0 transitions.
Iterating global reduction 3 with 388 rules applied. Total rules applied 2724 place count 3850 transition count 3555
Performed 874 Post agglomeration using F-continuation condition.Transition count delta: 874
Deduced a syphon composed of 874 places in 100 ms
Reduce places removed 874 places and 0 transitions.
Iterating global reduction 3 with 1748 rules applied. Total rules applied 4472 place count 2976 transition count 2681
Performed 101 Post agglomeration using F-continuation condition.Transition count delta: 0
Deduced a syphon composed of 101 places in 74 ms
Reduce places removed 101 places and 0 transitions.
Iterating global reduction 3 with 202 rules applied. Total rules applied 4674 place count 2875 transition count 2681
Performed 91 Post agglomeration using F-continuation condition.Transition count delta: 0
Deduced a syphon composed of 91 places in 79 ms
Reduce places removed 91 places and 0 transitions.
Iterating global reduction 3 with 182 rules applied. Total rules applied 4856 place count 2784 transition count 2681
Free-agglomeration rule (complex) applied 389 times.
Iterating global reduction 3 with 389 rules applied. Total rules applied 5245 place count 2784 transition count 2292
Reduce places removed 389 places and 0 transitions.
Iterating post reduction 3 with 389 rules applied. Total rules applied 5634 place count 2395 transition count 2292
Renaming transitions due to excessive name length > 1024 char.
Partial Free-agglomeration rule applied 388 times.
Drop transitions removed 388 transitions
Iterating global reduction 4 with 388 rules applied. Total rules applied 6022 place count 2395 transition count 2292
Applied a total of 6022 rules in 2922 ms. Remains 2395 /5217 variables (removed 2822) and now considering 2292/4917 (removed 2625) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 2925 ms. Remains : 2395/5217 places, 2292/4917 transitions.
Incomplete random walk after 10000 steps, including 1263 resets, run finished after 33 ms. (steps per millisecond=303 ) properties (out of 1) seen :0
Incomplete Best-First random walk after 10001 steps, including 847 resets, run finished after 24 ms. (steps per millisecond=416 ) properties (out of 1) seen :0
Interrupted probabilistic random walk after 128926 steps, run timeout after 3001 ms. (steps per millisecond=42 ) properties seen :{}
Probabilistic random walk after 128926 steps, saw 64491 distinct states, run finished after 3001 ms. (steps per millisecond=42 ) properties seen :0
Running SMT prover for 1 properties.
// Phase 1: matrix 2292 rows 2395 cols
[2023-03-09 21:21:09] [INFO ] Invariants computation overflowed in 68 ms
[2023-03-09 21:21:10] [INFO ] After 464ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0 real:1
[2023-03-09 21:21:29] [INFO ] After 18963ms SMT Verify possible using all constraints in natural domain returned unsat :0 sat :0
Parikh walk visited 0 properties in 0 ms.
Support contains 1 out of 2395 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 2395/2395 places, 2292/2292 transitions.
Applied a total of 0 rules in 451 ms. Remains 2395 /2395 variables (removed 0) and now considering 2292/2292 (removed 0) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 451 ms. Remains : 2395/2395 places, 2292/2292 transitions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 2395/2395 places, 2292/2292 transitions.
Applied a total of 0 rules in 418 ms. Remains 2395 /2395 variables (removed 0) and now considering 2292/2292 (removed 0) transitions.
// Phase 1: matrix 2292 rows 2395 cols
[2023-03-09 21:21:30] [INFO ] Invariants computation overflowed in 63 ms
[2023-03-09 21:22:00] [INFO ] Performed 1836/2395 implicitness test of which 0 returned IMPLICIT in 30 seconds.
[2023-03-09 21:22:08] [INFO ] Implicit Places using invariants in 38571 ms returned []
// Phase 1: matrix 2292 rows 2395 cols
[2023-03-09 21:22:08] [INFO ] Invariants computation overflowed in 81 ms
[2023-03-09 21:22:39] [INFO ] Performed 1611/2395 implicitness test of which 0 returned IMPLICIT in 30 seconds.
[2023-03-09 21:22:50] [INFO ] Implicit Places using invariants and state equation in 41534 ms returned []
Implicit Place search using SMT with State Equation took 80116 ms to find 0 implicit places.
[2023-03-09 21:22:50] [INFO ] Redundant transitions in 185 ms returned []
// Phase 1: matrix 2292 rows 2395 cols
[2023-03-09 21:22:50] [INFO ] Invariants computation overflowed in 70 ms
[2023-03-09 21:22:54] [INFO ] Dead Transitions using invariants and state equation in 3971 ms found 0 transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 84714 ms. Remains : 2395/2395 places, 2292/2292 transitions.
Incomplete random walk after 10000 steps, including 1303 resets, run finished after 36 ms. (steps per millisecond=277 ) properties (out of 1) seen :0
Incomplete Best-First random walk after 10001 steps, including 841 resets, run finished after 26 ms. (steps per millisecond=384 ) properties (out of 1) seen :0
Interrupted probabilistic random walk after 56644 steps, run timeout after 3001 ms. (steps per millisecond=18 ) properties seen :{}
Probabilistic random walk after 56644 steps, saw 28333 distinct states, run finished after 3001 ms. (steps per millisecond=18 ) properties seen :0
Running SMT prover for 1 properties.
// Phase 1: matrix 4917 rows 5217 cols
[2023-03-09 21:22:58] [INFO ] Invariants computation overflowed in 149 ms
[2023-03-09 21:22:59] [INFO ] After 751ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0 real:1
[2023-03-09 21:23:24] [INFO ] After 25039ms SMT Verify possible using all constraints in natural domain returned unsat :0 sat :0
Parikh walk visited 0 properties in 0 ms.
Support contains 1 out of 5217 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 5217/5217 places, 4917/4917 transitions.
Graph (complete) has 9122 edges and 5217 vertex of which 5211 are kept as prefixes of interest. Removing 6 places using SCC suffix rule.4 ms
Discarding 6 places :
Also discarding 0 output transitions
Drop transitions removed 2 transitions
Reduce isomorphic transitions removed 2 transitions.
Discarding 1 places :
Implicit places reduction removed 1 places
Drop transitions removed 1166 transitions
Trivial Post-agglo rules discarded 1166 transitions
Performed 1166 trivial Post agglomeration. Transition count delta: 1166
Iterating post reduction 0 with 1169 rules applied. Total rules applied 1170 place count 5210 transition count 3749
Reduce places removed 1166 places and 0 transitions.
Iterating post reduction 1 with 1166 rules applied. Total rules applied 2336 place count 4044 transition count 3749
Performed 194 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 2 with 194 Pre rules applied. Total rules applied 2336 place count 4044 transition count 3555
Deduced a syphon composed of 194 places in 361 ms
Reduce places removed 194 places and 0 transitions.
Iterating global reduction 2 with 388 rules applied. Total rules applied 2724 place count 3850 transition count 3555
Performed 874 Post agglomeration using F-continuation condition.Transition count delta: 874
Deduced a syphon composed of 874 places in 88 ms
Reduce places removed 874 places and 0 transitions.
Iterating global reduction 2 with 1748 rules applied. Total rules applied 4472 place count 2976 transition count 2681
Performed 101 Post agglomeration using F-continuation condition.Transition count delta: 0
Deduced a syphon composed of 101 places in 80 ms
Reduce places removed 101 places and 0 transitions.
Iterating global reduction 2 with 202 rules applied. Total rules applied 4674 place count 2875 transition count 2681
Performed 91 Post agglomeration using F-continuation condition.Transition count delta: 0
Deduced a syphon composed of 91 places in 77 ms
Reduce places removed 91 places and 0 transitions.
Iterating global reduction 2 with 182 rules applied. Total rules applied 4856 place count 2784 transition count 2681
Free-agglomeration rule (complex) applied 388 times.
Iterating global reduction 2 with 388 rules applied. Total rules applied 5244 place count 2784 transition count 2293
Reduce places removed 388 places and 0 transitions.
Iterating post reduction 2 with 388 rules applied. Total rules applied 5632 place count 2396 transition count 2293
Renaming transitions due to excessive name length > 1024 char.
Partial Free-agglomeration rule applied 389 times.
Drop transitions removed 389 transitions
Iterating global reduction 3 with 389 rules applied. Total rules applied 6021 place count 2396 transition count 2293
Applied a total of 6021 rules in 2503 ms. Remains 2396 /5217 variables (removed 2821) and now considering 2293/4917 (removed 2624) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 2504 ms. Remains : 2396/5217 places, 2293/4917 transitions.
Incomplete random walk after 10000 steps, including 1290 resets, run finished after 29 ms. (steps per millisecond=344 ) properties (out of 1) seen :0
Incomplete Best-First random walk after 10000 steps, including 863 resets, run finished after 20 ms. (steps per millisecond=500 ) properties (out of 1) seen :0
Interrupted probabilistic random walk after 130027 steps, run timeout after 3001 ms. (steps per millisecond=43 ) properties seen :{}
Probabilistic random walk after 130027 steps, saw 65045 distinct states, run finished after 3001 ms. (steps per millisecond=43 ) properties seen :0
Running SMT prover for 1 properties.
// Phase 1: matrix 2293 rows 2396 cols
[2023-03-09 21:23:30] [INFO ] Invariants computation overflowed in 71 ms
[2023-03-09 21:23:30] [INFO ] After 368ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0 real:1
[2023-03-09 21:23:53] [INFO ] After 22615ms SMT Verify possible using all constraints in natural domain returned unsat :0 sat :0
Parikh walk visited 0 properties in 0 ms.
Support contains 1 out of 2396 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 2396/2396 places, 2293/2293 transitions.
Applied a total of 0 rules in 280 ms. Remains 2396 /2396 variables (removed 0) and now considering 2293/2293 (removed 0) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 281 ms. Remains : 2396/2396 places, 2293/2293 transitions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 2396/2396 places, 2293/2293 transitions.
Applied a total of 0 rules in 274 ms. Remains 2396 /2396 variables (removed 0) and now considering 2293/2293 (removed 0) transitions.
// Phase 1: matrix 2293 rows 2396 cols
[2023-03-09 21:23:53] [INFO ] Invariants computation overflowed in 69 ms
[2023-03-09 21:24:24] [INFO ] Performed 1925/2396 implicitness test of which 0 returned IMPLICIT in 30 seconds.
TIME LIMIT: Killed by timeout after 1800 seconds
MemTotal: 16393216 kB
MemFree: 14231980 kB
After kill :
MemTotal: 16393216 kB
MemFree: 16165828 kB

BK_TIME_CONFINEMENT_REACHED

--------------------
content from stderr:

+ ulimit -s 65536
+ [[ -z '' ]]
+ export LTSMIN_MEM_SIZE=8589934592
+ LTSMIN_MEM_SIZE=8589934592
+ export PYTHONPATH=/home/mcc/BenchKit/itstools/pylibs
+ PYTHONPATH=/home/mcc/BenchKit/itstools/pylibs
+ export LD_LIBRARY_PATH=/home/mcc/BenchKit/itstools/pylibs:
+ LD_LIBRARY_PATH=/home/mcc/BenchKit/itstools/pylibs:
++ sed s/.jar//
++ perl -pe 's/.*\.//g'
++ ls /home/mcc/BenchKit/bin//../reducer/bin//../../itstools//itstools/plugins/fr.lip6.move.gal.application.pnmcc_1.0.0.202303021504.jar
+ VERSION=202303021504
+ echo 'Running Version 202303021504'
+ /home/mcc/BenchKit/bin//../reducer/bin//../../itstools//itstools/its-tools -pnfolder /home/mcc/execution -examination StableMarking -timeout 180 -rebuildPNML

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="DoubleExponent-PT-100"
export BK_EXAMINATION="StableMarking"
export BK_TOOL="ltsminxred"
export BK_RESULT_DIR="/tmp/BK_RESULTS/OUTPUTS"
export BK_TIME_CONFINEMENT="1800"
export BK_MEMORY_CONFINEMENT="16384"
export BK_BIN_PATH="/home/mcc/BenchKit/bin/"

# 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

# this is for BenchKit: explicit launching of the test
echo "====================================================================="
echo " Generated by BenchKit 2-5348"
echo " Executing tool ltsminxred"
echo " Input is DoubleExponent-PT-100, examination is StableMarking"
echo " Time confinement is $BK_TIME_CONFINEMENT seconds"
echo " Memory confinement is 16384 MBytes"
echo " Number of cores is 4"
echo " Run identifier is r151-smll-167819438100308"
echo "====================================================================="
echo
echo "--------------------"
echo "preparation of the directory to be used:"

tar xzf /home/mcc/BenchKit/INPUTS/DoubleExponent-PT-100.tgz
mv DoubleExponent-PT-100 execution
cd execution
if [ "StableMarking" = "ReachabilityDeadlock" ] || [ "StableMarking" = "UpperBounds" ] || [ "StableMarking" = "QuasiLiveness" ] || [ "StableMarking" = "StableMarking" ] || [ "StableMarking" = "Liveness" ] || [ "StableMarking" = "OneSafe" ] || [ "StableMarking" = "StateSpace" ]; then
rm -f GenericPropertiesVerdict.xml
fi
pwd
ls -lh

echo
echo "--------------------"
echo "content from stdout:"
echo
echo "=== Data for post analysis generated by BenchKit (invocation template)"
echo
if [ "StableMarking" = "UpperBounds" ] ; then
echo "The expected result is a vector of positive values"
echo NUM_VECTOR
elif [ "StableMarking" != "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 "StableMarking.txt" ] ; then
echo "here is the order used to build the result vector(from text file)"
for x in $(grep Property StableMarking.txt | cut -d ' ' -f 2 | sort -u) ; do
echo "FORMULA_NAME $x"
done
elif [ -f "StableMarking.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 '' StableMarking.xml | cut -d '>' -f 2 | cut -d '<' -f 1 | sort -u) ; do
echo "FORMULA_NAME $x"
done
elif [ "StableMarking" = "ReachabilityDeadlock" ] || [ "StableMarking" = "QuasiLiveness" ] || [ "StableMarking" = "StableMarking" ] || [ "StableMarking" = "Liveness" ] || [ "StableMarking" = "OneSafe" ] ; then
echo "FORMULA_NAME StableMarking"
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 ;