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

About the Execution of Smart+red for ASLink-PT-04b

Execution Summary
Max Memory
Used (MB)
Time wait (ms) CPU Usage (ms) I/O Wait (ms) Computed Result Execution
Status
829.991 1800000.00 2400068.00 104.60 [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.r025-oct2-167813611500043.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=4294967296 backing_file=/data/fkordon/mcc2023-input.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16
Waiting for the VM to be ready (probing ssh)
................................................................................................................................................................................
=====================================================================
Generated by BenchKit 2-5348
Executing tool smartxred
Input is ASLink-PT-04b, examination is StableMarking
Time confinement is 1800 seconds
Memory confinement is 16384 MBytes
Number of cores is 4
Run identifier is r025-oct2-167813611500043
=====================================================================

--------------------
preparation of the directory to be used:
/home/mcc/execution
total 1.2M
-rw-r--r-- 1 mcc users 6.3K Feb 26 13:12 CTLCardinality.txt
-rw-r--r-- 1 mcc users 67K Feb 26 13:12 CTLCardinality.xml
-rw-r--r-- 1 mcc users 6.2K Feb 26 13:12 CTLFireability.txt
-rw-r--r-- 1 mcc users 57K Feb 26 13:12 CTLFireability.xml
-rw-r--r-- 1 mcc users 4.2K Jan 29 11:40 GenericPropertiesDefinition.xml
-rw-r--r-- 1 mcc users 3.5K Feb 25 15:29 LTLCardinality.txt
-rw-r--r-- 1 mcc users 24K Feb 25 15:29 LTLCardinality.xml
-rw-r--r-- 1 mcc users 2.2K Feb 25 15:29 LTLFireability.txt
-rw-r--r-- 1 mcc users 17K Feb 25 15:29 LTLFireability.xml
-rw-r--r-- 1 mcc users 15K Feb 26 13:13 ReachabilityCardinality.txt
-rw-r--r-- 1 mcc users 162K Feb 26 13:13 ReachabilityCardinality.xml
-rw-r--r-- 1 mcc users 6.9K Feb 26 13:12 ReachabilityFireability.txt
-rw-r--r-- 1 mcc users 56K Feb 26 13:12 ReachabilityFireability.xml
-rw-r--r-- 1 mcc users 1.6K Feb 25 15:29 UpperBounds.txt
-rw-r--r-- 1 mcc users 3.6K Feb 25 15:29 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 669K 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 1679005536437

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=smartxred
BK_EXAMINATION=StableMarking
BK_BIN_PATH=/home/mcc/BenchKit/bin/
BK_TIME_CONFINEMENT=1800
BK_INPUT=ASLink-PT-04b
Applying reductions before tool smart
Invoking reducer
Running Version 202303021504
[2023-03-16 22:25:39] [INFO ] Running its-tools with arguments : [-pnfolder, /home/mcc/execution, -examination, StableMarking, -timeout, 180, -rebuildPNML]
[2023-03-16 22:25:39] [INFO ] Parsing pnml file : /home/mcc/execution/model.pnml
[2023-03-16 22:25:39] [INFO ] Load time of PNML (sax parser for PT used): 178 ms
[2023-03-16 22:25:39] [INFO ] Transformed 2034 places.
[2023-03-16 22:25:39] [INFO ] Transformed 2567 transitions.
[2023-03-16 22:25:39] [INFO ] Found NUPN structural information;
[2023-03-16 22:25:39] [INFO ] Parsed PT model containing 2034 places and 2567 transitions and 7875 arcs in 324 ms.
Structural test allowed to assert that 246 places are NOT stable. Took 17 ms.
Incomplete random walk after 10000 steps, including 22 resets, run finished after 1140 ms. (steps per millisecond=8 ) properties (out of 1788) seen :1040
Running SMT prover for 748 properties.
// Phase 1: matrix 2567 rows 2034 cols
[2023-03-16 22:25:41] [INFO ] Computed 199 place invariants in 139 ms
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.assertInvariants(DeadlockTester.java:2340)
at fr.lip6.move.gal.structural.smt.DeadlockTester.verifyPossible(DeadlockTester.java:618)
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-16 22:26:06] [WARNING] SMT solver failed with error :SMT solver raised an error when submitting script.... while checking expressions.
[2023-03-16 22:26:06] [INFO ] After 25102ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0
Fused 748 Parikh solutions to 1 different solutions.
Parikh walk visited 0 properties in 1 ms.
Support contains 748 out of 2034 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 2034/2034 places, 2567/2567 transitions.
Drop transitions removed 287 transitions
Trivial Post-agglo rules discarded 287 transitions
Performed 287 trivial Post agglomeration. Transition count delta: 287
Iterating post reduction 0 with 287 rules applied. Total rules applied 287 place count 2034 transition count 2280
Reduce places removed 287 places and 0 transitions.
Ensure Unique test removed 10 transitions
Reduce isomorphic transitions removed 10 transitions.
Drop transitions removed 1 transitions
Trivial Post-agglo rules discarded 1 transitions
Performed 1 trivial Post agglomeration. Transition count delta: 1
Iterating post reduction 1 with 298 rules applied. Total rules applied 585 place count 1747 transition count 2269
Reduce places removed 1 places and 0 transitions.
Iterating post reduction 2 with 1 rules applied. Total rules applied 586 place count 1746 transition count 2269
Performed 292 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 3 with 292 Pre rules applied. Total rules applied 586 place count 1746 transition count 1977
Deduced a syphon composed of 292 places in 7 ms
Ensure Unique test removed 20 places
Reduce places removed 312 places and 0 transitions.
Iterating global reduction 3 with 604 rules applied. Total rules applied 1190 place count 1434 transition count 1977
Discarding 3 places :
Implicit places reduction removed 3 places
Drop transitions removed 10 transitions
Trivial Post-agglo rules discarded 10 transitions
Performed 10 trivial Post agglomeration. Transition count delta: 10
Iterating post reduction 3 with 13 rules applied. Total rules applied 1203 place count 1431 transition count 1967
Reduce places removed 10 places and 0 transitions.
Iterating post reduction 4 with 10 rules applied. Total rules applied 1213 place count 1421 transition count 1967
Performed 11 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 5 with 11 Pre rules applied. Total rules applied 1213 place count 1421 transition count 1956
Deduced a syphon composed of 11 places in 10 ms
Ensure Unique test removed 11 places
Reduce places removed 22 places and 0 transitions.
Iterating global reduction 5 with 33 rules applied. Total rules applied 1246 place count 1399 transition count 1956
Performed 11 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 5 with 11 Pre rules applied. Total rules applied 1246 place count 1399 transition count 1945
Deduced a syphon composed of 11 places in 10 ms
Reduce places removed 11 places and 0 transitions.
Iterating global reduction 5 with 22 rules applied. Total rules applied 1268 place count 1388 transition count 1945
Discarding 34 places :
Symmetric choice reduction at 5 with 34 rule applications. Total rules 1302 place count 1354 transition count 1911
Iterating global reduction 5 with 34 rules applied. Total rules applied 1336 place count 1354 transition count 1911
Ensure Unique test removed 1 transitions
Reduce isomorphic transitions removed 1 transitions.
Iterating post reduction 5 with 1 rules applied. Total rules applied 1337 place count 1354 transition count 1910
Performed 7 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 6 with 7 Pre rules applied. Total rules applied 1337 place count 1354 transition count 1903
Deduced a syphon composed of 7 places in 10 ms
Ensure Unique test removed 1 places
Reduce places removed 8 places and 0 transitions.
Iterating global reduction 6 with 15 rules applied. Total rules applied 1352 place count 1346 transition count 1903
Performed 1 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 6 with 1 Pre rules applied. Total rules applied 1352 place count 1346 transition count 1902
Deduced a syphon composed of 1 places in 10 ms
Ensure Unique test removed 1 places
Reduce places removed 2 places and 0 transitions.
Iterating global reduction 6 with 3 rules applied. Total rules applied 1355 place count 1344 transition count 1902
Discarding 2 places :
Symmetric choice reduction at 6 with 2 rule applications. Total rules 1357 place count 1342 transition count 1887
Iterating global reduction 6 with 2 rules applied. Total rules applied 1359 place count 1342 transition count 1887
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1360 place count 1341 transition count 1879
Iterating global reduction 6 with 1 rules applied. Total rules applied 1361 place count 1341 transition count 1879
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1362 place count 1340 transition count 1871
Iterating global reduction 6 with 1 rules applied. Total rules applied 1363 place count 1340 transition count 1871
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1364 place count 1339 transition count 1863
Iterating global reduction 6 with 1 rules applied. Total rules applied 1365 place count 1339 transition count 1863
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1366 place count 1338 transition count 1855
Iterating global reduction 6 with 1 rules applied. Total rules applied 1367 place count 1338 transition count 1855
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1368 place count 1337 transition count 1847
Iterating global reduction 6 with 1 rules applied. Total rules applied 1369 place count 1337 transition count 1847
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1370 place count 1336 transition count 1839
Iterating global reduction 6 with 1 rules applied. Total rules applied 1371 place count 1336 transition count 1839
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1372 place count 1335 transition count 1831
Iterating global reduction 6 with 1 rules applied. Total rules applied 1373 place count 1335 transition count 1831
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1374 place count 1334 transition count 1823
Iterating global reduction 6 with 1 rules applied. Total rules applied 1375 place count 1334 transition count 1823
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1376 place count 1333 transition count 1815
Iterating global reduction 6 with 1 rules applied. Total rules applied 1377 place count 1333 transition count 1815
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1378 place count 1332 transition count 1807
Iterating global reduction 6 with 1 rules applied. Total rules applied 1379 place count 1332 transition count 1807
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1380 place count 1331 transition count 1799
Iterating global reduction 6 with 1 rules applied. Total rules applied 1381 place count 1331 transition count 1799
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1382 place count 1330 transition count 1791
Iterating global reduction 6 with 1 rules applied. Total rules applied 1383 place count 1330 transition count 1791
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1384 place count 1329 transition count 1783
Iterating global reduction 6 with 1 rules applied. Total rules applied 1385 place count 1329 transition count 1783
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1386 place count 1328 transition count 1775
Iterating global reduction 6 with 1 rules applied. Total rules applied 1387 place count 1328 transition count 1775
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1388 place count 1327 transition count 1767
Iterating global reduction 6 with 1 rules applied. Total rules applied 1389 place count 1327 transition count 1767
Discarding 1 places :
Symmetric choice reduction at 6 with 1 rule applications. Total rules 1390 place count 1326 transition count 1759
Iterating global reduction 6 with 1 rules applied. Total rules applied 1391 place count 1326 transition count 1759
Performed 94 Post agglomeration using F-continuation condition.Transition count delta: 94
Deduced a syphon composed of 94 places in 3 ms
Reduce places removed 94 places and 0 transitions.
Iterating global reduction 6 with 188 rules applied. Total rules applied 1579 place count 1232 transition count 1665
Performed 1 Post agglomeration using F-continuation condition.Transition count delta: -9
Deduced a syphon composed of 1 places in 4 ms
Reduce places removed 1 places and 0 transitions.
Iterating global reduction 6 with 2 rules applied. Total rules applied 1581 place count 1231 transition count 1674
Free-agglomeration rule applied 7 times.
Iterating global reduction 6 with 7 rules applied. Total rules applied 1588 place count 1231 transition count 1667
Reduce places removed 7 places and 0 transitions.
Iterating post reduction 6 with 7 rules applied. Total rules applied 1595 place count 1224 transition count 1667
Free-agglomeration rule (complex) applied 2 times.
Iterating global reduction 7 with 2 rules applied. Total rules applied 1597 place count 1224 transition count 1665
Reduce places removed 2 places and 0 transitions.
Iterating post reduction 7 with 2 rules applied. Total rules applied 1599 place count 1222 transition count 1665
Partial Free-agglomeration rule applied 5 times.
Drop transitions removed 5 transitions
Iterating global reduction 8 with 5 rules applied. Total rules applied 1604 place count 1222 transition count 1665
Partial Post-agglomeration rule applied 1 times.
Drop transitions removed 1 transitions
Iterating global reduction 8 with 1 rules applied. Total rules applied 1605 place count 1222 transition count 1665
Reduce places removed 1 places and 1 transitions.
Iterating global reduction 8 with 1 rules applied. Total rules applied 1606 place count 1221 transition count 1664
Reduce places removed 1 places and 0 transitions.
Iterating post reduction 8 with 1 rules applied. Total rules applied 1607 place count 1220 transition count 1664
Performed 2 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 9 with 2 Pre rules applied. Total rules applied 1607 place count 1220 transition count 1662
Deduced a syphon composed of 2 places in 4 ms
Reduce places removed 2 places and 0 transitions.
Iterating global reduction 9 with 4 rules applied. Total rules applied 1611 place count 1218 transition count 1662
Performed 1 Post agglomeration using F-continuation condition.Transition count delta: 1
Deduced a syphon composed of 1 places in 3 ms
Reduce places removed 1 places and 0 transitions.
Iterating global reduction 9 with 2 rules applied. Total rules applied 1613 place count 1217 transition count 1661
Applied a total of 1613 rules in 1069 ms. Remains 1217 /2034 variables (removed 817) and now considering 1661/2567 (removed 906) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 1070 ms. Remains : 1217/2034 places, 1661/2567 transitions.
Interrupted random walk after 466715 steps, including 4752 resets, run timeout after 30001 ms. (steps per millisecond=15 ) properties seen 247
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 11 ms. (steps per millisecond=90 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 10 ms. (steps per millisecond=100 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 17 ms. (steps per millisecond=58 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 13 ms. (steps per millisecond=77 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 15 ms. (steps per millisecond=66 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 11 ms. (steps per millisecond=91 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 14 ms. (steps per millisecond=71 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 20 ms. (steps per millisecond=50 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 14 ms. (steps per millisecond=71 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 11 ms. (steps per millisecond=91 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 11 ms. (steps per millisecond=91 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 14 ms. (steps per millisecond=71 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 19 ms. (steps per millisecond=52 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 14 ms. (steps per millisecond=71 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 20 ms. (steps per millisecond=50 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 15 ms. (steps per millisecond=66 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 15 ms. (steps per millisecond=66 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 14 ms. (steps per millisecond=71 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 9 ms. (steps per millisecond=111 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 15 ms. (steps per millisecond=66 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 19 ms. (steps per millisecond=52 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 13 ms. (steps per millisecond=77 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 14 ms. (steps per millisecond=71 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 16 ms. (steps per millisecond=62 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 17 ms. (steps per millisecond=58 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 19 ms. (steps per millisecond=52 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 13 ms. (steps per millisecond=77 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 15 ms. (steps per millisecond=66 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 13 ms. (steps per millisecond=77 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 11 ms. (steps per millisecond=91 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 14 ms. (steps per millisecond=71 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 14 ms. (steps per millisecond=71 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 12 ms. (steps per millisecond=83 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 18 ms. (steps per millisecond=55 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 17 ms. (steps per millisecond=58 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 18 ms. (steps per millisecond=55 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 10 ms. (steps per millisecond=100 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 17 ms. (steps per millisecond=58 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 12 ms. (steps per millisecond=83 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 12 ms. (steps per millisecond=83 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 13 ms. (steps per millisecond=76 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 13 ms. (steps per millisecond=77 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 10 ms. (steps per millisecond=100 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 11 ms. (steps per millisecond=91 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 13 ms. (steps per millisecond=77 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 16 ms. (steps per millisecond=62 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 14 ms. (steps per millisecond=71 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1000 steps, including 2 resets, run finished after 12 ms. (steps per millisecond=83 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 3 resets, run finished after 10 ms. (steps per millisecond=100 ) properties (out of 501) seen :0
Incomplete Best-First random walk after 1001 steps, including 2 resets, run finished after 16 ms. (steps per millisecond=62 ) properties (out of 501) seen :0
Running SMT prover for 501 properties.
// Phase 1: matrix 1661 rows 1217 cols
[2023-03-16 22:26:38] [INFO ] Computed 162 place invariants in 49 ms
[2023-03-16 22:26:59] [INFO ] After 21134ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0 real:501
[2023-03-16 22:27:15] [INFO ] [Nat]Absence check using 48 positive place invariants in 54 ms returned sat
[2023-03-16 22:27:15] [INFO ] [Nat]Absence check using 48 positive and 114 generalized place invariants in 102 ms returned sat
[2023-03-16 22:30:44] [INFO ] After 191631ms SMT Verify possible using state equation in natural domain returned unsat :0 sat :486
[2023-03-16 22:30:44] [INFO ] After 191651ms SMT Verify possible using trap constraints in natural domain returned unsat :0 sat :486
Attempting to minimize the solution found.
Minimization took 0 ms.
[2023-03-16 22:30:44] [INFO ] After 225051ms SMT Verify possible using all constraints in natural domain returned unsat :0 sat :486
Fused 501 Parikh solutions to 101 different solutions.
Parikh walk visited 0 properties in 4811 ms.
Support contains 501 out of 1217 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 1217/1217 places, 1661/1661 transitions.
Drop transitions removed 89 transitions
Trivial Post-agglo rules discarded 89 transitions
Performed 89 trivial Post agglomeration. Transition count delta: 89
Iterating post reduction 0 with 89 rules applied. Total rules applied 89 place count 1217 transition count 1572
Reduce places removed 89 places and 0 transitions.
Ensure Unique test removed 2 transitions
Reduce isomorphic transitions removed 2 transitions.
Iterating post reduction 1 with 91 rules applied. Total rules applied 180 place count 1128 transition count 1570
Performed 49 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 2 with 49 Pre rules applied. Total rules applied 180 place count 1128 transition count 1521
Deduced a syphon composed of 49 places in 3 ms
Ensure Unique test removed 4 places
Reduce places removed 53 places and 0 transitions.
Iterating global reduction 2 with 102 rules applied. Total rules applied 282 place count 1075 transition count 1521
Drop transitions removed 2 transitions
Trivial Post-agglo rules discarded 2 transitions
Performed 2 trivial Post agglomeration. Transition count delta: 2
Iterating post reduction 2 with 2 rules applied. Total rules applied 284 place count 1075 transition count 1519
Reduce places removed 2 places and 0 transitions.
Iterating post reduction 3 with 2 rules applied. Total rules applied 286 place count 1073 transition count 1519
Performed 2 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 4 with 2 Pre rules applied. Total rules applied 286 place count 1073 transition count 1517
Deduced a syphon composed of 2 places in 3 ms
Ensure Unique test removed 2 places
Reduce places removed 4 places and 0 transitions.
Iterating global reduction 4 with 6 rules applied. Total rules applied 292 place count 1069 transition count 1517
Performed 2 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 4 with 2 Pre rules applied. Total rules applied 292 place count 1069 transition count 1515
Deduced a syphon composed of 2 places in 4 ms
Reduce places removed 2 places and 0 transitions.
Iterating global reduction 4 with 4 rules applied. Total rules applied 296 place count 1067 transition count 1515
Performed 17 Post agglomeration using F-continuation condition.Transition count delta: 17
Deduced a syphon composed of 17 places in 3 ms
Reduce places removed 18 places and 0 transitions.
Iterating global reduction 4 with 35 rules applied. Total rules applied 331 place count 1049 transition count 1498
Performed 1 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 4 with 1 Pre rules applied. Total rules applied 331 place count 1049 transition count 1497
Deduced a syphon composed of 1 places in 3 ms
Reduce places removed 1 places and 0 transitions.
Iterating global reduction 4 with 2 rules applied. Total rules applied 333 place count 1048 transition count 1497
Discarding 1 places :
Implicit places reduction removed 1 places
Iterating post reduction 4 with 1 rules applied. Total rules applied 334 place count 1047 transition count 1497
Performed 2 Post agglomeration using F-continuation condition.Transition count delta: 2
Deduced a syphon composed of 2 places in 3 ms
Reduce places removed 2 places and 0 transitions.
Iterating global reduction 5 with 4 rules applied. Total rules applied 338 place count 1045 transition count 1495
Discarding 1 places :
Symmetric choice reduction at 5 with 1 rule applications. Total rules 339 place count 1044 transition count 1494
Iterating global reduction 5 with 1 rules applied. Total rules applied 340 place count 1044 transition count 1494
Free-agglomeration rule applied 5 times.
Iterating global reduction 5 with 5 rules applied. Total rules applied 345 place count 1044 transition count 1489
Ensure Unique test removed 4 places
Reduce places removed 9 places and 0 transitions.
Ensure Unique test removed 4 transitions
Reduce isomorphic transitions removed 4 transitions.
Drop transitions removed 4 transitions
Trivial Post-agglo rules discarded 4 transitions
Performed 4 trivial Post agglomeration. Transition count delta: 4
Iterating post reduction 5 with 17 rules applied. Total rules applied 362 place count 1035 transition count 1481
Reduce places removed 4 places and 0 transitions.
Iterating post reduction 6 with 4 rules applied. Total rules applied 366 place count 1031 transition count 1481
Partial Free-agglomeration rule applied 1 times.
Drop transitions removed 1 transitions
Iterating global reduction 7 with 1 rules applied. Total rules applied 367 place count 1031 transition count 1481
Applied a total of 367 rules in 190 ms. Remains 1031 /1217 variables (removed 186) and now considering 1481/1661 (removed 180) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 190 ms. Remains : 1031/1217 places, 1481/1661 transitions.
Interrupted random walk after 454526 steps, including 5905 resets, run timeout after 30001 ms. (steps per millisecond=15 ) properties seen 6
Incomplete Best-First random walk after 10000 steps, including 26 resets, run finished after 170 ms. (steps per millisecond=58 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 141 ms. (steps per millisecond=70 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 160 ms. (steps per millisecond=62 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 140 ms. (steps per millisecond=71 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 27 resets, run finished after 163 ms. (steps per millisecond=61 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 26 resets, run finished after 157 ms. (steps per millisecond=63 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 26 resets, run finished after 158 ms. (steps per millisecond=63 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 150 ms. (steps per millisecond=66 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 28 resets, run finished after 161 ms. (steps per millisecond=62 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 25 resets, run finished after 170 ms. (steps per millisecond=58 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 27 resets, run finished after 147 ms. (steps per millisecond=68 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 26 resets, run finished after 164 ms. (steps per millisecond=60 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 154 ms. (steps per millisecond=64 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 27 resets, run finished after 156 ms. (steps per millisecond=64 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 26 resets, run finished after 161 ms. (steps per millisecond=62 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 28 resets, run finished after 147 ms. (steps per millisecond=68 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 167 ms. (steps per millisecond=59 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 27 resets, run finished after 155 ms. (steps per millisecond=64 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 136 ms. (steps per millisecond=73 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 30 resets, run finished after 148 ms. (steps per millisecond=67 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 154 ms. (steps per millisecond=64 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 136 ms. (steps per millisecond=73 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 25 resets, run finished after 159 ms. (steps per millisecond=62 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 148 ms. (steps per millisecond=67 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 24 resets, run finished after 171 ms. (steps per millisecond=58 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 159 ms. (steps per millisecond=62 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 27 resets, run finished after 166 ms. (steps per millisecond=60 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 30 resets, run finished after 146 ms. (steps per millisecond=68 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 26 resets, run finished after 139 ms. (steps per millisecond=71 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 155 ms. (steps per millisecond=64 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 148 ms. (steps per millisecond=67 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 26 resets, run finished after 163 ms. (steps per millisecond=61 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 31 resets, run finished after 144 ms. (steps per millisecond=69 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 27 resets, run finished after 171 ms. (steps per millisecond=58 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 27 resets, run finished after 164 ms. (steps per millisecond=60 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 151 ms. (steps per millisecond=66 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 30 resets, run finished after 156 ms. (steps per millisecond=64 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 134 ms. (steps per millisecond=74 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 30 resets, run finished after 142 ms. (steps per millisecond=70 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 154 ms. (steps per millisecond=64 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 30 resets, run finished after 131 ms. (steps per millisecond=76 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 26 resets, run finished after 165 ms. (steps per millisecond=60 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 136 ms. (steps per millisecond=73 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 30 resets, run finished after 152 ms. (steps per millisecond=65 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 27 resets, run finished after 150 ms. (steps per millisecond=66 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 28 resets, run finished after 157 ms. (steps per millisecond=63 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 152 ms. (steps per millisecond=65 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 158 ms. (steps per millisecond=63 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 141 ms. (steps per millisecond=70 ) properties (out of 495) seen :0
Incomplete Best-First random walk after 10000 steps, including 29 resets, run finished after 148 ms. (steps per millisecond=67 ) properties (out of 495) seen :0
Interrupted probabilistic random walk after 6774341 steps, run timeout after 111001 ms. (steps per millisecond=61 ) properties seen :{242=1, 243=1, 244=1, 245=1, 246=1, 247=1, 248=1, 249=1, 250=1, 251=1, 252=1, 253=1, 254=1, 255=1, 256=1, 257=1, 258=1, 259=1, 260=1, 261=1, 262=1, 263=1, 264=1, 265=1, 266=1, 267=1, 268=1, 269=1, 270=1, 271=1, 272=1, 273=1, 274=1, 275=1, 276=1, 338=1, 339=1, 340=1, 341=1, 342=1, 343=1, 344=1, 345=1, 346=1, 347=1, 348=1, 349=1, 350=1, 394=1, 395=1, 396=1, 397=1, 398=1, 399=1, 400=1, 401=1, 402=1, 403=1, 404=1, 405=1, 406=1, 407=1, 408=1, 409=1, 410=1, 411=1, 412=1, 413=1, 414=1, 415=1, 416=1, 417=1, 418=1, 419=1, 420=1, 421=1, 422=1, 423=1, 424=1, 425=1, 426=1, 427=1, 428=1, 429=1, 430=1, 431=1, 432=1, 433=1, 434=1, 435=1, 436=1, 437=1, 438=1, 439=1, 440=1, 441=1, 442=1, 443=1, 444=1, 445=1, 446=1, 447=1, 448=1, 449=1, 450=1, 451=1, 452=1, 453=1, 454=1, 455=1, 456=1, 457=1, 458=1, 459=1, 460=1, 461=1, 462=1, 463=1, 464=1, 465=1, 466=1, 467=1, 468=1, 469=1, 470=1, 471=1, 472=1, 473=1, 477=1, 478=1, 479=1, 480=1, 481=1, 482=1, 483=1, 484=1, 485=1, 486=1, 487=1, 488=1, 489=1, 490=1, 491=1, 492=1, 493=1, 494=1}
Probabilistic random walk after 6774341 steps, saw 1176315 distinct states, run finished after 111007 ms. (steps per millisecond=61 ) properties seen :146
Running SMT prover for 349 properties.
// Phase 1: matrix 1481 rows 1031 cols
[2023-03-16 22:33:18] [INFO ] Computed 150 place invariants in 12 ms
[2023-03-16 22:33:31] [INFO ] After 12650ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0 real:349
[2023-03-16 22:33:42] [INFO ] [Nat]Absence check using 47 positive place invariants in 28 ms returned sat
[2023-03-16 22:33:42] [INFO ] [Nat]Absence check using 47 positive and 103 generalized place invariants in 83 ms returned sat
[2023-03-16 22:37:16] [INFO ] After 202883ms SMT Verify possible using state equation in natural domain returned unsat :0 sat :331
[2023-03-16 22:37:16] [INFO ] After 202891ms SMT Verify possible using trap constraints in natural domain returned unsat :0 sat :331
Attempting to minimize the solution found.
Minimization took 2 ms.
[2023-03-16 22:37:16] [INFO ] After 225025ms SMT Verify possible using all constraints in natural domain returned unsat :0 sat :331
Fused 349 Parikh solutions to 110 different solutions.
Parikh walk visited 0 properties in 3638 ms.
Support contains 349 out of 1031 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 1031/1031 places, 1481/1481 transitions.
Drop transitions removed 32 transitions
Trivial Post-agglo rules discarded 32 transitions
Performed 32 trivial Post agglomeration. Transition count delta: 32
Iterating post reduction 0 with 32 rules applied. Total rules applied 32 place count 1031 transition count 1449
Reduce places removed 32 places and 0 transitions.
Iterating post reduction 1 with 32 rules applied. Total rules applied 64 place count 999 transition count 1449
Performed 39 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 2 with 39 Pre rules applied. Total rules applied 64 place count 999 transition count 1410
Deduced a syphon composed of 39 places in 3 ms
Ensure Unique test removed 4 places
Reduce places removed 43 places and 0 transitions.
Iterating global reduction 2 with 82 rules applied. Total rules applied 146 place count 956 transition count 1410
Drop transitions removed 3 transitions
Trivial Post-agglo rules discarded 3 transitions
Performed 3 trivial Post agglomeration. Transition count delta: 3
Iterating post reduction 2 with 3 rules applied. Total rules applied 149 place count 956 transition count 1407
Reduce places removed 3 places and 0 transitions.
Iterating post reduction 3 with 3 rules applied. Total rules applied 152 place count 953 transition count 1407
Performed 1 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 4 with 1 Pre rules applied. Total rules applied 152 place count 953 transition count 1406
Deduced a syphon composed of 1 places in 3 ms
Ensure Unique test removed 1 places
Reduce places removed 2 places and 0 transitions.
Iterating global reduction 4 with 3 rules applied. Total rules applied 155 place count 951 transition count 1406
Performed 1 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 4 with 1 Pre rules applied. Total rules applied 155 place count 951 transition count 1405
Deduced a syphon composed of 1 places in 2 ms
Reduce places removed 1 places and 0 transitions.
Iterating global reduction 4 with 2 rules applied. Total rules applied 157 place count 950 transition count 1405
Discarding 2 places :
Symmetric choice reduction at 4 with 2 rule applications. Total rules 159 place count 948 transition count 1403
Iterating global reduction 4 with 2 rules applied. Total rules applied 161 place count 948 transition count 1403
Performed 10 Post agglomeration using F-continuation condition.Transition count delta: 10
Deduced a syphon composed of 10 places in 3 ms
Reduce places removed 12 places and 0 transitions.
Iterating global reduction 4 with 22 rules applied. Total rules applied 183 place count 936 transition count 1393
Drop transitions removed 1 transitions
Trivial Post-agglo rules discarded 1 transitions
Performed 1 trivial Post agglomeration. Transition count delta: 1
Iterating post reduction 4 with 1 rules applied. Total rules applied 184 place count 936 transition count 1392
Reduce places removed 1 places and 0 transitions.
Iterating post reduction 5 with 1 rules applied. Total rules applied 185 place count 935 transition count 1392
Performed 3 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 6 with 3 Pre rules applied. Total rules applied 185 place count 935 transition count 1389
Deduced a syphon composed of 3 places in 3 ms
Reduce places removed 3 places and 0 transitions.
Iterating global reduction 6 with 6 rules applied. Total rules applied 191 place count 932 transition count 1389
Discarding 1 places :
Implicit places reduction removed 1 places
Iterating post reduction 6 with 1 rules applied. Total rules applied 192 place count 931 transition count 1389
Discarding 1 places :
Symmetric choice reduction at 7 with 1 rule applications. Total rules 193 place count 930 transition count 1383
Iterating global reduction 7 with 1 rules applied. Total rules applied 194 place count 930 transition count 1383
Discarding 1 places :
Implicit places reduction removed 1 places
Iterating post reduction 7 with 1 rules applied. Total rules applied 195 place count 929 transition count 1383
Performed 3 Post agglomeration using F-continuation condition.Transition count delta: 3
Deduced a syphon composed of 3 places in 18 ms
Reduce places removed 3 places and 0 transitions.
Iterating global reduction 8 with 6 rules applied. Total rules applied 201 place count 926 transition count 1380
Discarding 2 places :
Symmetric choice reduction at 8 with 2 rule applications. Total rules 203 place count 924 transition count 1378
Iterating global reduction 8 with 2 rules applied. Total rules applied 205 place count 924 transition count 1378
Discarding 1 places :
Symmetric choice reduction at 8 with 1 rule applications. Total rules 206 place count 923 transition count 1377
Iterating global reduction 8 with 1 rules applied. Total rules applied 207 place count 923 transition count 1377
Ensure Unique test removed 1 transitions
Reduce isomorphic transitions removed 1 transitions.
Iterating post reduction 8 with 1 rules applied. Total rules applied 208 place count 923 transition count 1376
Free-agglomeration rule applied 1 times.
Iterating global reduction 9 with 1 rules applied. Total rules applied 209 place count 923 transition count 1375
Reduce places removed 1 places and 0 transitions.
Iterating post reduction 9 with 1 rules applied. Total rules applied 210 place count 922 transition count 1375
Applied a total of 210 rules in 284 ms. Remains 922 /1031 variables (removed 109) and now considering 1375/1481 (removed 106) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 284 ms. Remains : 922/1031 places, 1375/1481 transitions.
Interrupted random walk after 546932 steps, including 7052 resets, run timeout after 30001 ms. (steps per millisecond=18 ) properties seen 0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 125 ms. (steps per millisecond=80 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 135 ms. (steps per millisecond=74 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 25 resets, run finished after 129 ms. (steps per millisecond=77 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 131 ms. (steps per millisecond=76 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 114 ms. (steps per millisecond=87 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 121 ms. (steps per millisecond=82 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 131 ms. (steps per millisecond=76 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 131 ms. (steps per millisecond=76 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 122 ms. (steps per millisecond=81 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 128 ms. (steps per millisecond=78 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 121 ms. (steps per millisecond=82 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 27 resets, run finished after 130 ms. (steps per millisecond=76 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 139 ms. (steps per millisecond=71 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 126 ms. (steps per millisecond=79 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10000 steps, including 31 resets, run finished after 123 ms. (steps per millisecond=81 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10000 steps, including 28 resets, run finished after 133 ms. (steps per millisecond=75 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10000 steps, including 28 resets, run finished after 117 ms. (steps per millisecond=85 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 122 ms. (steps per millisecond=81 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 26 resets, run finished after 141 ms. (steps per millisecond=70 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 130 ms. (steps per millisecond=76 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 28 resets, run finished after 129 ms. (steps per millisecond=77 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10000 steps, including 26 resets, run finished after 139 ms. (steps per millisecond=71 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 119 ms. (steps per millisecond=84 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 125 ms. (steps per millisecond=80 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 31 resets, run finished after 135 ms. (steps per millisecond=74 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 32 resets, run finished after 115 ms. (steps per millisecond=86 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 31 resets, run finished after 126 ms. (steps per millisecond=79 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 23 resets, run finished after 154 ms. (steps per millisecond=64 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 27 resets, run finished after 144 ms. (steps per millisecond=69 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 25 resets, run finished after 143 ms. (steps per millisecond=69 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10000 steps, including 27 resets, run finished after 133 ms. (steps per millisecond=75 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 116 ms. (steps per millisecond=86 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 27 resets, run finished after 129 ms. (steps per millisecond=77 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10000 steps, including 27 resets, run finished after 128 ms. (steps per millisecond=78 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 31 resets, run finished after 109 ms. (steps per millisecond=91 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 119 ms. (steps per millisecond=84 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 23 resets, run finished after 146 ms. (steps per millisecond=68 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 31 resets, run finished after 113 ms. (steps per millisecond=88 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 120 ms. (steps per millisecond=83 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 31 resets, run finished after 121 ms. (steps per millisecond=82 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10000 steps, including 32 resets, run finished after 114 ms. (steps per millisecond=87 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 127 ms. (steps per millisecond=78 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10000 steps, including 30 resets, run finished after 128 ms. (steps per millisecond=78 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 148 ms. (steps per millisecond=67 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 30 resets, run finished after 132 ms. (steps per millisecond=75 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 27 resets, run finished after 134 ms. (steps per millisecond=74 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 29 resets, run finished after 131 ms. (steps per millisecond=76 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10000 steps, including 30 resets, run finished after 129 ms. (steps per millisecond=77 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 31 resets, run finished after 124 ms. (steps per millisecond=80 ) properties (out of 349) seen :0
Incomplete Best-First random walk after 10001 steps, including 34 resets, run finished after 113 ms. (steps per millisecond=88 ) properties (out of 349) seen :0
Interrupted probabilistic random walk after 4595406 steps, run timeout after 108001 ms. (steps per millisecond=42 ) properties seen :{}
Probabilistic random walk after 4595406 steps, saw 1300837 distinct states, run finished after 108002 ms. (steps per millisecond=42 ) properties seen :0
Running SMT prover for 349 properties.
// Phase 1: matrix 1375 rows 922 cols
[2023-03-16 22:39:44] [INFO ] Computed 141 place invariants in 10 ms
[2023-03-16 22:39:55] [INFO ] After 10257ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0 real:349
[2023-03-16 22:40:02] [INFO ] [Nat]Absence check using 41 positive place invariants in 23 ms returned sat
[2023-03-16 22:40:02] [INFO ] [Nat]Absence check using 41 positive and 100 generalized place invariants in 204 ms returned sat
[2023-03-16 22:43:40] [INFO ] After 207865ms SMT Verify possible using state equation in natural domain returned unsat :0 sat :333
[2023-03-16 22:43:40] [INFO ] After 207879ms SMT Verify possible using trap constraints in natural domain returned unsat :0 sat :333
Attempting to minimize the solution found.
Minimization took 1 ms.
[2023-03-16 22:43:40] [INFO ] After 225057ms SMT Verify possible using all constraints in natural domain returned unsat :0 sat :333
Fused 349 Parikh solutions to 173 different solutions.
Parikh walk visited 0 properties in 4417 ms.
Support contains 349 out of 922 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 922/922 places, 1375/1375 transitions.
Applied a total of 0 rules in 20 ms. Remains 922 /922 variables (removed 0) and now considering 1375/1375 (removed 0) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 21 ms. Remains : 922/922 places, 1375/1375 transitions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 922/922 places, 1375/1375 transitions.
Applied a total of 0 rules in 20 ms. Remains 922 /922 variables (removed 0) and now considering 1375/1375 (removed 0) transitions.
[2023-03-16 22:43:44] [INFO ] Invariant cache hit.
[2023-03-16 22:43:45] [INFO ] Implicit Places using invariants in 612 ms returned [108, 312, 335, 492, 519, 521, 539, 557, 576, 629, 630, 641, 642, 644, 661, 679, 748, 752, 753, 756, 767, 768, 769, 787, 789, 793, 811, 812, 813, 814, 826, 832, 838, 844, 850, 856, 862, 868, 874, 880, 886]
Discarding 41 places :
Implicit Place search using SMT only with invariants took 632 ms to find 41 implicit places.
Starting structural reductions in REACHABILITY mode, iteration 1 : 881/922 places, 1375/1375 transitions.
Drop transitions removed 72 transitions
Trivial Post-agglo rules discarded 72 transitions
Performed 72 trivial Post agglomeration. Transition count delta: 72
Iterating post reduction 0 with 72 rules applied. Total rules applied 72 place count 881 transition count 1303
Reduce places removed 72 places and 0 transitions.
Ensure Unique test removed 2 transitions
Reduce isomorphic transitions removed 2 transitions.
Iterating post reduction 1 with 74 rules applied. Total rules applied 146 place count 809 transition count 1301
Performed 14 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 2 with 14 Pre rules applied. Total rules applied 146 place count 809 transition count 1287
Deduced a syphon composed of 14 places in 3 ms
Ensure Unique test removed 1 places
Reduce places removed 15 places and 0 transitions.
Iterating global reduction 2 with 29 rules applied. Total rules applied 175 place count 794 transition count 1287
Discarding 4 places :
Implicit places reduction removed 4 places
Drop transitions removed 8 transitions
Trivial Post-agglo rules discarded 8 transitions
Performed 8 trivial Post agglomeration. Transition count delta: 8
Iterating post reduction 2 with 12 rules applied. Total rules applied 187 place count 790 transition count 1279
Reduce places removed 8 places and 0 transitions.
Iterating post reduction 3 with 8 rules applied. Total rules applied 195 place count 782 transition count 1279
Discarding 15 places :
Symmetric choice reduction at 4 with 15 rule applications. Total rules 210 place count 767 transition count 1264
Iterating global reduction 4 with 15 rules applied. Total rules applied 225 place count 767 transition count 1264
Ensure Unique test removed 3 transitions
Reduce isomorphic transitions removed 3 transitions.
Iterating post reduction 4 with 3 rules applied. Total rules applied 228 place count 767 transition count 1261
Performed 1 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 5 with 1 Pre rules applied. Total rules applied 228 place count 767 transition count 1260
Deduced a syphon composed of 1 places in 2 ms
Reduce places removed 1 places and 0 transitions.
Iterating global reduction 5 with 2 rules applied. Total rules applied 230 place count 766 transition count 1260
Discarding 3 places :
Symmetric choice reduction at 5 with 3 rule applications. Total rules 233 place count 763 transition count 1254
Iterating global reduction 5 with 3 rules applied. Total rules applied 236 place count 763 transition count 1254
Discarding 1 places :
Symmetric choice reduction at 5 with 1 rule applications. Total rules 237 place count 762 transition count 1253
Iterating global reduction 5 with 1 rules applied. Total rules applied 238 place count 762 transition count 1253
Discarding 1 places :
Symmetric choice reduction at 5 with 1 rule applications. Total rules 239 place count 761 transition count 1251
Iterating global reduction 5 with 1 rules applied. Total rules applied 240 place count 761 transition count 1251
Performed 30 Post agglomeration using F-continuation condition.Transition count delta: 30
Deduced a syphon composed of 30 places in 2 ms
Reduce places removed 30 places and 0 transitions.
Iterating global reduction 5 with 60 rules applied. Total rules applied 300 place count 731 transition count 1221
Discarding 1 places :
Symmetric choice reduction at 5 with 1 rule applications. Total rules 301 place count 730 transition count 1220
Iterating global reduction 5 with 1 rules applied. Total rules applied 302 place count 730 transition count 1220
Ensure Unique test removed 1 transitions
Reduce isomorphic transitions removed 1 transitions.
Iterating post reduction 5 with 1 rules applied. Total rules applied 303 place count 730 transition count 1219
Performed 2 Post agglomeration using F-continuation condition.Transition count delta: -1
Deduced a syphon composed of 2 places in 2 ms
Reduce places removed 2 places and 0 transitions.
Iterating global reduction 6 with 4 rules applied. Total rules applied 307 place count 728 transition count 1220
Free-agglomeration rule (complex) applied 10 times.
Iterating global reduction 6 with 10 rules applied. Total rules applied 317 place count 728 transition count 1210
Ensure Unique test removed 1 places
Reduce places removed 11 places and 0 transitions.
Iterating post reduction 6 with 11 rules applied. Total rules applied 328 place count 717 transition count 1210
Partial Free-agglomeration rule applied 9 times.
Drop transitions removed 9 transitions
Iterating global reduction 7 with 9 rules applied. Total rules applied 337 place count 717 transition count 1210
Applied a total of 337 rules in 275 ms. Remains 717 /881 variables (removed 164) and now considering 1210/1375 (removed 165) transitions.
// Phase 1: matrix 1210 rows 717 cols
[2023-03-16 22:43:45] [INFO ] Computed 94 place invariants in 8 ms
[2023-03-16 22:43:45] [INFO ] Implicit Places using invariants in 469 ms returned [236, 278, 279, 442, 471, 472, 556, 562, 565, 567, 572, 573, 625, 642, 648, 651, 653]
Discarding 17 places :
Implicit Place search using SMT only with invariants took 473 ms to find 17 implicit places.
Starting structural reductions in REACHABILITY mode, iteration 2 : 700/922 places, 1210/1375 transitions.
Discarding 5 places :
Symmetric choice reduction at 0 with 5 rule applications. Total rules 5 place count 695 transition count 1205
Iterating global reduction 0 with 5 rules applied. Total rules applied 10 place count 695 transition count 1205
Discarding 1 places :
Symmetric choice reduction at 0 with 1 rule applications. Total rules 11 place count 694 transition count 1204
Iterating global reduction 0 with 1 rules applied. Total rules applied 12 place count 694 transition count 1204
Performed 3 Post agglomeration using F-continuation condition.Transition count delta: 3
Deduced a syphon composed of 3 places in 1 ms
Reduce places removed 3 places and 0 transitions.
Iterating global reduction 0 with 6 rules applied. Total rules applied 18 place count 691 transition count 1201
Free-agglomeration rule applied 6 times.
Iterating global reduction 0 with 6 rules applied. Total rules applied 24 place count 691 transition count 1195
Reduce places removed 6 places and 0 transitions.
Iterating post reduction 0 with 6 rules applied. Total rules applied 30 place count 685 transition count 1195
Free-agglomeration rule (complex) applied 1 times.
Iterating global reduction 1 with 1 rules applied. Total rules applied 31 place count 685 transition count 1194
Reduce places removed 1 places and 0 transitions.
Iterating post reduction 1 with 1 rules applied. Total rules applied 32 place count 684 transition count 1194
Partial Free-agglomeration rule applied 1 times.
Drop transitions removed 1 transitions
Iterating global reduction 2 with 1 rules applied. Total rules applied 33 place count 684 transition count 1194
Applied a total of 33 rules in 78 ms. Remains 684 /700 variables (removed 16) and now considering 1194/1210 (removed 16) transitions.
// Phase 1: matrix 1194 rows 684 cols
[2023-03-16 22:43:46] [INFO ] Computed 77 place invariants in 18 ms
[2023-03-16 22:43:46] [INFO ] Implicit Places using invariants in 318 ms returned []
[2023-03-16 22:43:46] [INFO ] Invariant cache hit.
[2023-03-16 22:43:47] [INFO ] Implicit Places using invariants and state equation in 1003 ms returned []
Implicit Place search using SMT with State Equation took 1327 ms to find 0 implicit places.
Starting structural reductions in REACHABILITY mode, iteration 3 : 684/922 places, 1194/1375 transitions.
Finished structural reductions in REACHABILITY mode , in 3 iterations and 2807 ms. Remains : 684/922 places, 1194/1375 transitions.
Interrupted random walk after 604309 steps, including 11102 resets, run timeout after 30001 ms. (steps per millisecond=20 ) properties seen 3
Incomplete Best-First random walk after 10001 steps, including 40 resets, run finished after 139 ms. (steps per millisecond=71 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 129 ms. (steps per millisecond=77 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 50 resets, run finished after 128 ms. (steps per millisecond=78 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 49 resets, run finished after 134 ms. (steps per millisecond=74 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10000 steps, including 47 resets, run finished after 130 ms. (steps per millisecond=76 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 45 resets, run finished after 132 ms. (steps per millisecond=75 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 49 resets, run finished after 138 ms. (steps per millisecond=72 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 46 resets, run finished after 138 ms. (steps per millisecond=72 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10000 steps, including 41 resets, run finished after 135 ms. (steps per millisecond=74 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 41 resets, run finished after 138 ms. (steps per millisecond=72 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 42 resets, run finished after 132 ms. (steps per millisecond=75 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 45 resets, run finished after 145 ms. (steps per millisecond=68 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 45 resets, run finished after 128 ms. (steps per millisecond=78 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10000 steps, including 44 resets, run finished after 132 ms. (steps per millisecond=75 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10000 steps, including 46 resets, run finished after 133 ms. (steps per millisecond=75 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10000 steps, including 41 resets, run finished after 135 ms. (steps per millisecond=74 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 127 ms. (steps per millisecond=78 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 45 resets, run finished after 139 ms. (steps per millisecond=71 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 48 resets, run finished after 127 ms. (steps per millisecond=78 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 43 resets, run finished after 143 ms. (steps per millisecond=69 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 44 resets, run finished after 136 ms. (steps per millisecond=73 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 140 ms. (steps per millisecond=71 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 42 resets, run finished after 146 ms. (steps per millisecond=68 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 46 resets, run finished after 124 ms. (steps per millisecond=80 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 43 resets, run finished after 128 ms. (steps per millisecond=78 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10000 steps, including 40 resets, run finished after 140 ms. (steps per millisecond=71 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10000 steps, including 42 resets, run finished after 136 ms. (steps per millisecond=73 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 131 ms. (steps per millisecond=76 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10000 steps, including 45 resets, run finished after 132 ms. (steps per millisecond=75 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 42 resets, run finished after 146 ms. (steps per millisecond=68 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 48 resets, run finished after 131 ms. (steps per millisecond=76 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 46 resets, run finished after 126 ms. (steps per millisecond=79 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 43 resets, run finished after 136 ms. (steps per millisecond=73 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 44 resets, run finished after 143 ms. (steps per millisecond=69 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10000 steps, including 42 resets, run finished after 139 ms. (steps per millisecond=71 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 44 resets, run finished after 132 ms. (steps per millisecond=75 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 44 resets, run finished after 137 ms. (steps per millisecond=73 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 42 resets, run finished after 129 ms. (steps per millisecond=77 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 45 resets, run finished after 140 ms. (steps per millisecond=71 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 48 resets, run finished after 133 ms. (steps per millisecond=75 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 45 resets, run finished after 136 ms. (steps per millisecond=73 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 49 resets, run finished after 139 ms. (steps per millisecond=71 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 43 resets, run finished after 143 ms. (steps per millisecond=69 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 46 resets, run finished after 136 ms. (steps per millisecond=73 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 41 resets, run finished after 132 ms. (steps per millisecond=75 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 44 resets, run finished after 138 ms. (steps per millisecond=72 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 44 resets, run finished after 133 ms. (steps per millisecond=75 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10000 steps, including 46 resets, run finished after 136 ms. (steps per millisecond=73 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 44 resets, run finished after 132 ms. (steps per millisecond=75 ) properties (out of 346) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 143 ms. (steps per millisecond=69 ) properties (out of 346) seen :0
Interrupted probabilistic random walk after 8640069 steps, run timeout after 108001 ms. (steps per millisecond=79 ) properties seen :{69=1, 70=1, 71=1, 72=1, 73=1, 74=1, 75=1, 76=1, 77=1, 78=1, 79=1, 80=1, 81=1, 82=1, 83=1, 84=1, 85=1, 86=1, 87=1, 88=1, 89=1, 90=1, 91=1, 92=1, 93=1, 94=1, 95=1, 96=1, 97=1, 98=1, 99=1, 100=1, 101=1, 102=1, 103=1, 169=1, 170=1, 171=1, 172=1, 173=1, 174=1, 175=1, 176=1, 177=1, 239=1, 240=1, 241=1, 242=1, 243=1, 244=1, 245=1, 246=1, 247=1, 248=1, 249=1, 250=1, 251=1, 252=1, 253=1, 254=1, 255=1, 256=1, 257=1, 258=1, 259=1, 260=1, 261=1, 262=1, 263=1, 264=1, 265=1, 266=1, 267=1, 268=1, 271=1, 272=1, 273=1, 274=1, 275=1, 276=1, 277=1, 278=1, 279=1, 280=1, 281=1, 282=1, 283=1, 284=1, 285=1, 286=1, 287=1, 288=1, 289=1, 290=1, 291=1, 292=1, 293=1, 316=1, 317=1, 318=1, 319=1, 320=1, 321=1, 322=1, 323=1, 324=1, 325=1, 326=1, 327=1, 328=1, 329=1, 330=1, 331=1, 332=1, 333=1, 334=1, 335=1, 336=1, 337=1, 338=1, 339=1, 340=1, 341=1, 342=1}
Probabilistic random walk after 8640069 steps, saw 1536456 distinct states, run finished after 108002 ms. (steps per millisecond=79 ) properties seen :124
Running SMT prover for 222 properties.
[2023-03-16 22:46:12] [INFO ] Invariant cache hit.
[2023-03-16 22:46:17] [INFO ] After 5655ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0 real:222
[2023-03-16 22:46:22] [INFO ] [Nat]Absence check using 29 positive place invariants in 20 ms returned sat
[2023-03-16 22:46:22] [INFO ] [Nat]Absence check using 29 positive and 48 generalized place invariants in 42 ms returned sat
[2023-03-16 22:48:48] [INFO ] After 142190ms SMT Verify possible using state equation in natural domain returned unsat :0 sat :212
[2023-03-16 22:49:11] [INFO ] Deduced a trap composed of 44 places in 216 ms of which 6 ms to minimize.
[2023-03-16 22:49:12] [INFO ] Trap strengthening (SAT) tested/added 2/1 trap constraints in 475 ms
[2023-03-16 22:49:13] [INFO ] Deduced a trap composed of 24 places in 178 ms of which 2 ms to minimize.
[2023-03-16 22:49:13] [INFO ] Trap strengthening (SAT) tested/added 2/1 trap constraints in 317 ms
[2023-03-16 22:49:15] [INFO ] Deduced a trap composed of 18 places in 85 ms of which 14 ms to minimize.
[2023-03-16 22:49:15] [INFO ] Trap strengthening (SAT) tested/added 2/1 trap constraints in 213 ms
[2023-03-16 22:50:00] [INFO ] Deduced a trap composed of 171 places in 490 ms of which 15 ms to minimize.
[2023-03-16 22:50:00] [INFO ] Trap strengthening (SAT) tested/added 2/1 trap constraints in 594 ms
[2023-03-16 22:50:01] [INFO ] Deduced a trap composed of 129 places in 352 ms of which 1 ms to minimize.
[2023-03-16 22:50:01] [INFO ] Deduced a trap composed of 131 places in 201 ms of which 0 ms to minimize.
[2023-03-16 22:50:02] [INFO ] Deduced a trap composed of 73 places in 133 ms of which 1 ms to minimize.
[2023-03-16 22:50:02] [INFO ] Trap strengthening (SAT) tested/added 4/3 trap constraints in 867 ms
[2023-03-16 22:50:02] [INFO ] After 216035ms SMT Verify possible using trap constraints in natural domain returned unsat :0 sat :208
Attempting to minimize the solution found.
Minimization took 1 ms.
[2023-03-16 22:50:02] [INFO ] After 225028ms SMT Verify possible using all constraints in natural domain returned unsat :0 sat :208
Fused 222 Parikh solutions to 204 different solutions.
Parikh walk visited 0 properties in 4387 ms.
Support contains 222 out of 684 places. Attempting structural reductions.
Starting structural reductions in REACHABILITY mode, iteration 0 : 684/684 places, 1194/1194 transitions.
Drop transitions removed 21 transitions
Trivial Post-agglo rules discarded 21 transitions
Performed 21 trivial Post agglomeration. Transition count delta: 21
Iterating post reduction 0 with 21 rules applied. Total rules applied 21 place count 684 transition count 1173
Reduce places removed 21 places and 0 transitions.
Iterating post reduction 1 with 21 rules applied. Total rules applied 42 place count 663 transition count 1173
Performed 34 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 2 with 34 Pre rules applied. Total rules applied 42 place count 663 transition count 1139
Deduced a syphon composed of 34 places in 2 ms
Ensure Unique test removed 4 places
Reduce places removed 38 places and 0 transitions.
Iterating global reduction 2 with 72 rules applied. Total rules applied 114 place count 625 transition count 1139
Drop transitions removed 4 transitions
Trivial Post-agglo rules discarded 4 transitions
Performed 4 trivial Post agglomeration. Transition count delta: 4
Iterating post reduction 2 with 4 rules applied. Total rules applied 118 place count 625 transition count 1135
Reduce places removed 4 places and 0 transitions.
Iterating post reduction 3 with 4 rules applied. Total rules applied 122 place count 621 transition count 1135
Discarding 2 places :
Symmetric choice reduction at 4 with 2 rule applications. Total rules 124 place count 619 transition count 1133
Iterating global reduction 4 with 2 rules applied. Total rules applied 126 place count 619 transition count 1133
Performed 10 Post agglomeration using F-continuation condition.Transition count delta: 10
Deduced a syphon composed of 10 places in 1 ms
Reduce places removed 12 places and 0 transitions.
Iterating global reduction 4 with 22 rules applied. Total rules applied 148 place count 607 transition count 1123
Drop transitions removed 1 transitions
Trivial Post-agglo rules discarded 1 transitions
Performed 1 trivial Post agglomeration. Transition count delta: 1
Iterating post reduction 4 with 1 rules applied. Total rules applied 149 place count 607 transition count 1122
Reduce places removed 1 places and 0 transitions.
Iterating post reduction 5 with 1 rules applied. Total rules applied 150 place count 606 transition count 1122
Performed 3 Pre agglomeration using Quasi-Persistent + Divergent Free condition..
Pre-agglomeration after 6 with 3 Pre rules applied. Total rules applied 150 place count 606 transition count 1119
Deduced a syphon composed of 3 places in 2 ms
Reduce places removed 3 places and 0 transitions.
Iterating global reduction 6 with 6 rules applied. Total rules applied 156 place count 603 transition count 1119
Discarding 1 places :
Implicit places reduction removed 1 places
Iterating post reduction 6 with 1 rules applied. Total rules applied 157 place count 602 transition count 1119
Discarding 1 places :
Symmetric choice reduction at 7 with 1 rule applications. Total rules 158 place count 601 transition count 1113
Iterating global reduction 7 with 1 rules applied. Total rules applied 159 place count 601 transition count 1113
Discarding 1 places :
Implicit places reduction removed 1 places
Iterating post reduction 7 with 1 rules applied. Total rules applied 160 place count 600 transition count 1113
Performed 3 Post agglomeration using F-continuation condition.Transition count delta: 3
Deduced a syphon composed of 3 places in 2 ms
Reduce places removed 3 places and 0 transitions.
Iterating global reduction 8 with 6 rules applied. Total rules applied 166 place count 597 transition count 1110
Discarding 2 places :
Symmetric choice reduction at 8 with 2 rule applications. Total rules 168 place count 595 transition count 1108
Iterating global reduction 8 with 2 rules applied. Total rules applied 170 place count 595 transition count 1108
Discarding 1 places :
Symmetric choice reduction at 8 with 1 rule applications. Total rules 171 place count 594 transition count 1107
Iterating global reduction 8 with 1 rules applied. Total rules applied 172 place count 594 transition count 1107
Ensure Unique test removed 1 transitions
Reduce isomorphic transitions removed 1 transitions.
Iterating post reduction 8 with 1 rules applied. Total rules applied 173 place count 594 transition count 1106
Free-agglomeration rule applied 1 times.
Iterating global reduction 9 with 1 rules applied. Total rules applied 174 place count 594 transition count 1105
Reduce places removed 1 places and 0 transitions.
Iterating post reduction 9 with 1 rules applied. Total rules applied 175 place count 593 transition count 1105
Partial Free-agglomeration rule applied 1 times.
Drop transitions removed 1 transitions
Iterating global reduction 10 with 1 rules applied. Total rules applied 176 place count 593 transition count 1105
Applied a total of 176 rules in 111 ms. Remains 593 /684 variables (removed 91) and now considering 1105/1194 (removed 89) transitions.
Finished structural reductions in REACHABILITY mode , in 1 iterations and 111 ms. Remains : 593/684 places, 1105/1194 transitions.
Interrupted random walk after 732999 steps, including 13626 resets, run timeout after 30001 ms. (steps per millisecond=24 ) properties seen 0
Incomplete Best-First random walk after 10001 steps, including 49 resets, run finished after 106 ms. (steps per millisecond=94 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 50 resets, run finished after 111 ms. (steps per millisecond=90 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10000 steps, including 45 resets, run finished after 104 ms. (steps per millisecond=96 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 44 resets, run finished after 109 ms. (steps per millisecond=91 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 43 resets, run finished after 121 ms. (steps per millisecond=82 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 45 resets, run finished after 114 ms. (steps per millisecond=87 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 48 resets, run finished after 102 ms. (steps per millisecond=98 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 96 ms. (steps per millisecond=104 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10000 steps, including 50 resets, run finished after 91 ms. (steps per millisecond=109 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 46 resets, run finished after 106 ms. (steps per millisecond=94 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 48 resets, run finished after 98 ms. (steps per millisecond=102 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10000 steps, including 42 resets, run finished after 99 ms. (steps per millisecond=101 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 50 resets, run finished after 92 ms. (steps per millisecond=108 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 43 resets, run finished after 99 ms. (steps per millisecond=101 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10000 steps, including 42 resets, run finished after 109 ms. (steps per millisecond=91 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10000 steps, including 45 resets, run finished after 100 ms. (steps per millisecond=100 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 48 resets, run finished after 97 ms. (steps per millisecond=103 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10000 steps, including 45 resets, run finished after 105 ms. (steps per millisecond=95 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 41 resets, run finished after 111 ms. (steps per millisecond=90 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 44 resets, run finished after 95 ms. (steps per millisecond=105 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10000 steps, including 47 resets, run finished after 100 ms. (steps per millisecond=100 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 49 resets, run finished after 96 ms. (steps per millisecond=104 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 48 resets, run finished after 102 ms. (steps per millisecond=98 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 53 resets, run finished after 97 ms. (steps per millisecond=103 ) properties (out of 222) seen :0
Incomplete Best-First random walk after 10001 steps, including 50 resets, run finished after 102 ms. (steps per millisecond=98 ) properties (out of 222) seen :3
Incomplete Best-First random walk after 10001 steps, including 48 resets, run finished after 92 ms. (steps per millisecond=108 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 40 resets, run finished after 109 ms. (steps per millisecond=91 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 43 resets, run finished after 123 ms. (steps per millisecond=81 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 48 resets, run finished after 88 ms. (steps per millisecond=113 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10000 steps, including 50 resets, run finished after 92 ms. (steps per millisecond=108 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 51 resets, run finished after 91 ms. (steps per millisecond=109 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10000 steps, including 48 resets, run finished after 93 ms. (steps per millisecond=107 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 45 resets, run finished after 97 ms. (steps per millisecond=103 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10000 steps, including 42 resets, run finished after 100 ms. (steps per millisecond=100 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 43 resets, run finished after 99 ms. (steps per millisecond=101 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 92 ms. (steps per millisecond=108 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 49 resets, run finished after 88 ms. (steps per millisecond=113 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10000 steps, including 46 resets, run finished after 90 ms. (steps per millisecond=111 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 50 resets, run finished after 96 ms. (steps per millisecond=104 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 49 resets, run finished after 92 ms. (steps per millisecond=108 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10000 steps, including 40 resets, run finished after 101 ms. (steps per millisecond=99 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 43 resets, run finished after 100 ms. (steps per millisecond=100 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 39 resets, run finished after 107 ms. (steps per millisecond=93 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 101 ms. (steps per millisecond=99 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10000 steps, including 44 resets, run finished after 125 ms. (steps per millisecond=80 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10000 steps, including 49 resets, run finished after 107 ms. (steps per millisecond=93 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 48 resets, run finished after 111 ms. (steps per millisecond=90 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10000 steps, including 51 resets, run finished after 105 ms. (steps per millisecond=95 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10000 steps, including 46 resets, run finished after 106 ms. (steps per millisecond=94 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 46 resets, run finished after 116 ms. (steps per millisecond=86 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 50 resets, run finished after 102 ms. (steps per millisecond=98 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 51 resets, run finished after 108 ms. (steps per millisecond=92 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 133 ms. (steps per millisecond=75 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 106 ms. (steps per millisecond=94 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 110 ms. (steps per millisecond=90 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 42 resets, run finished after 122 ms. (steps per millisecond=81 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 49 resets, run finished after 112 ms. (steps per millisecond=89 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 127 ms. (steps per millisecond=78 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 46 resets, run finished after 116 ms. (steps per millisecond=86 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 50 resets, run finished after 106 ms. (steps per millisecond=94 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 51 resets, run finished after 108 ms. (steps per millisecond=92 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 48 resets, run finished after 125 ms. (steps per millisecond=80 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 46 resets, run finished after 114 ms. (steps per millisecond=87 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 46 resets, run finished after 114 ms. (steps per millisecond=87 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 46 resets, run finished after 127 ms. (steps per millisecond=78 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10000 steps, including 43 resets, run finished after 120 ms. (steps per millisecond=83 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10000 steps, including 45 resets, run finished after 112 ms. (steps per millisecond=89 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10000 steps, including 43 resets, run finished after 114 ms. (steps per millisecond=87 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 99 ms. (steps per millisecond=101 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 50 resets, run finished after 92 ms. (steps per millisecond=108 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 52 resets, run finished after 94 ms. (steps per millisecond=106 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 47 resets, run finished after 93 ms. (steps per millisecond=107 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 45 resets, run finished after 100 ms. (steps per millisecond=100 ) properties (out of 219) seen :0
Incomplete Best-First random walk after 10001 steps, including 50 resets, run finished after 95 ms. (steps per millisecond=105 ) properties (out of 219) seen :0
Interrupted probabilistic random walk after 6265490 steps, run timeout after 111001 ms. (steps per millisecond=56 ) properties seen :{}
Probabilistic random walk after 6265490 steps, saw 1929454 distinct states, run finished after 111002 ms. (steps per millisecond=56 ) properties seen :0
Running SMT prover for 219 properties.
// Phase 1: matrix 1105 rows 593 cols
[2023-03-16 22:52:35] [INFO ] Computed 69 place invariants in 7 ms
[2023-03-16 22:52:39] [INFO ] After 3676ms SMT Verify possible using all constraints in real domain returned unsat :0 sat :0 real:219
[2023-03-16 22:52:42] [INFO ] [Nat]Absence check using 25 positive place invariants in 14 ms returned sat
[2023-03-16 22:52:42] [INFO ] [Nat]Absence check using 25 positive and 44 generalized place invariants in 40 ms returned sat
[2023-03-16 22:54:05] [INFO ] After 79458ms SMT Verify possible using state equation in natural domain returned unsat :0 sat :218
[2023-03-16 22:54:06] [INFO ] Deduced a trap composed of 74 places in 267 ms of which 1 ms to minimize.
[2023-03-16 22:54:06] [INFO ] Deduced a trap composed of 44 places in 167 ms of which 1 ms to minimize.
[2023-03-16 22:54:06] [INFO ] Trap strengthening (SAT) tested/added 3/2 trap constraints in 568 ms
[2023-03-16 22:54:34] [INFO ] Deduced a trap composed of 43 places in 154 ms of which 1 ms to minimize.
[2023-03-16 22:54:34] [INFO ] Trap strengthening (SAT) tested/added 2/1 trap constraints in 306 ms
[2023-03-16 22:54:37] [INFO ] Deduced a trap composed of 76 places in 210 ms of which 0 ms to minimize.
[2023-03-16 22:54:37] [INFO ] Trap strengthening (SAT) tested/added 2/1 trap constraints in 330 ms
[2023-03-16 22:55:16] [INFO ] Deduced a trap composed of 53 places in 232 ms of which 2 ms to minimize.
[2023-03-16 22:55:16] [INFO ] Trap strengthening (SAT) tested/added 2/1 trap constraints in 307 ms
[2023-03-16 22:55:21] [INFO ] Deduced a trap composed of 110 places in 223 ms of which 0 ms to minimize.
[2023-03-16 22:55:21] [INFO ] Deduced a trap composed of 34 places in 191 ms of which 1 ms to minimize.
[2023-03-16 22:55:22] [INFO ] Trap strengthening (SAT) tested/added 3/2 trap constraints in 536 ms
[2023-03-16 22:55:26] [INFO ] After 159736ms SMT Verify possible using trap constraints in natural domain returned unsat :0 sat :215
Attempting to minimize the solution found.
TIME LIMIT: Killed by timeout after 1800 seconds
MemTotal: 16393220 kB
MemFree: 15384764 kB
After kill :
MemTotal: 16393220 kB
MemFree: 16165588 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="ASLink-PT-04b"
export BK_EXAMINATION="StableMarking"
export BK_TOOL="smartxred"
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 smartxred"
echo " Input is ASLink-PT-04b, 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 r025-oct2-167813611500043"
echo "====================================================================="
echo
echo "--------------------"
echo "preparation of the directory to be used:"

tar xzf /home/mcc/BenchKit/INPUTS/ASLink-PT-04b.tgz
mv ASLink-PT-04b 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 ;