./Ultimate.py --spec ../../sv-benchmarks/c/properties/unreach-call.prp --file ../../sv-benchmarks/c/weaver/popl20-bad-buffer-mult-alt.wvr.c --full-output --architecture 32bit


--------------------------------------------------------------------------------


Checking for ERROR reachability
Using default analysis
Version 6497de01
Calling Ultimate with: /usr/bin/java -Dosgi.configuration.area=/tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/data/config -Xmx15G -Xms4m -jar /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/plugins/org.eclipse.equinox.launcher_1.6.800.v20240513-1750.jar -data @noDefault -ultimatedata /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/data -tc /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/config/AutomizerReach.xml -i ../../sv-benchmarks/c/weaver/popl20-bad-buffer-mult-alt.wvr.c -s /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/config/svcomp-Reach-32bit-Automizer_Default.epf --cacsl2boogietranslator.entry.function main --witnessprinter.witness.directory /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC --witnessprinter.witness.filename witness --witnessprinter.write.witness.besides.input.file false --witnessprinter.graph.data.specification CHECK( init(main()), LTL(G ! call(reach_error())) )

 --witnessprinter.graph.data.producer Automizer --witnessprinter.graph.data.architecture 32bit --witnessprinter.graph.data.programhash 2e9e4bd6e9b16aa5f22ad2335ca34ba741869a12ab5a04a80108cf42ed170c0f
--- Real Ultimate output ---
This is Ultimate 0.3.0-dev-6497de0
[2024-11-23 22:54:31,019 INFO  L188        SettingsManager]: Resetting all preferences to default values...
[2024-11-23 22:54:31,110 INFO  L114        SettingsManager]: Loading settings from /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/config/svcomp-Reach-32bit-Automizer_Default.epf
[2024-11-23 22:54:31,119 WARN  L101        SettingsManager]: Preference file contains the following unknown settings:
[2024-11-23 22:54:31,119 WARN  L103        SettingsManager]:   * de.uni_freiburg.informatik.ultimate.core.Log level for class
[2024-11-23 22:54:31,144 INFO  L130        SettingsManager]: Preferences different from defaults after loading the file:
[2024-11-23 22:54:31,144 INFO  L151        SettingsManager]: Preferences of UltimateCore differ from their defaults:
[2024-11-23 22:54:31,144 INFO  L153        SettingsManager]:  * Log level for class=de.uni_freiburg.informatik.ultimate.lib.smtlibutils.quantifier.QuantifierPusher=ERROR;
[2024-11-23 22:54:31,145 INFO  L151        SettingsManager]: Preferences of Boogie Preprocessor differ from their defaults:
[2024-11-23 22:54:31,145 INFO  L153        SettingsManager]:  * Use memory slicer=true
[2024-11-23 22:54:31,145 INFO  L151        SettingsManager]: Preferences of Boogie Procedure Inliner differ from their defaults:
[2024-11-23 22:54:31,145 INFO  L153        SettingsManager]:  * Ignore calls to procedures called more than once=ONLY_FOR_SEQUENTIAL_PROGRAMS
[2024-11-23 22:54:31,146 INFO  L151        SettingsManager]: Preferences of BlockEncodingV2 differ from their defaults:
[2024-11-23 22:54:31,146 INFO  L153        SettingsManager]:  * Create parallel compositions if possible=false
[2024-11-23 22:54:31,146 INFO  L153        SettingsManager]:  * Use SBE=true
[2024-11-23 22:54:31,146 INFO  L151        SettingsManager]: Preferences of CACSL2BoogieTranslator differ from their defaults:
[2024-11-23 22:54:31,146 INFO  L153        SettingsManager]:  * Pointer base address is valid at dereference=IGNORE
[2024-11-23 22:54:31,146 INFO  L153        SettingsManager]:  * sizeof long=4
[2024-11-23 22:54:31,147 INFO  L153        SettingsManager]:  * Overapproximate operations on floating types=true
[2024-11-23 22:54:31,147 INFO  L153        SettingsManager]:  * sizeof POINTER=4
[2024-11-23 22:54:31,147 INFO  L153        SettingsManager]:  * Check division by zero=IGNORE
[2024-11-23 22:54:31,147 INFO  L153        SettingsManager]:  * Pointer to allocated memory at dereference=IGNORE
[2024-11-23 22:54:31,147 INFO  L153        SettingsManager]:  * If two pointers are subtracted or compared they have the same base address=IGNORE
[2024-11-23 22:54:31,147 INFO  L153        SettingsManager]:  * Check array bounds for arrays that are off heap=IGNORE
[2024-11-23 22:54:31,148 INFO  L153        SettingsManager]:  * sizeof long double=12
[2024-11-23 22:54:31,148 INFO  L153        SettingsManager]:  * Check if freed pointer was valid=false
[2024-11-23 22:54:31,148 INFO  L153        SettingsManager]:  * Behaviour of calls to undefined functions=OVERAPPROXIMATE_BEHAVIOUR
[2024-11-23 22:54:31,148 INFO  L153        SettingsManager]:  * Use constant arrays=true
[2024-11-23 22:54:31,148 INFO  L151        SettingsManager]: Preferences of IcfgBuilder differ from their defaults:
[2024-11-23 22:54:31,148 INFO  L153        SettingsManager]:  * Size of a code block=SequenceOfStatements
[2024-11-23 22:54:31,148 INFO  L153        SettingsManager]:  * Only consider context switches at boundaries of atomic blocks=true
[2024-11-23 22:54:31,149 INFO  L153        SettingsManager]:  * SMT solver=External_DefaultMode
[2024-11-23 22:54:31,149 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000
[2024-11-23 22:54:31,149 INFO  L151        SettingsManager]: Preferences of RCFGBuilder differ from their defaults:
[2024-11-23 22:54:31,149 INFO  L153        SettingsManager]:  * Size of a code block=SequenceOfStatements
[2024-11-23 22:54:31,149 INFO  L153        SettingsManager]:  * Only consider context switches at boundaries of atomic blocks=true
[2024-11-23 22:54:31,149 INFO  L153        SettingsManager]:  * SMT solver=External_DefaultMode
[2024-11-23 22:54:31,149 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000
[2024-11-23 22:54:31,150 INFO  L151        SettingsManager]: Preferences of TraceAbstraction differ from their defaults:
[2024-11-23 22:54:31,150 INFO  L153        SettingsManager]:  * Compute Interpolants along a Counterexample=FPandBP
[2024-11-23 22:54:31,150 INFO  L153        SettingsManager]:  * Compute procedure contracts=false
[2024-11-23 22:54:31,150 INFO  L153        SettingsManager]:  * Positions where we compute the Hoare Annotation=LoopHeads
[2024-11-23 22:54:31,150 INFO  L153        SettingsManager]:  * Trace refinement strategy=CAMEL
[2024-11-23 22:54:31,150 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in
[2024-11-23 22:54:31,151 INFO  L153        SettingsManager]:  * Apply one-shot large block encoding in concurrent analysis=false
[2024-11-23 22:54:31,151 INFO  L153        SettingsManager]:  * Automaton type used in concurrency analysis=PETRI_NET
[2024-11-23 22:54:31,151 INFO  L153        SettingsManager]:  * Order on configurations for Petri net unfoldings=DBO
[2024-11-23 22:54:31,151 INFO  L153        SettingsManager]:  * SMT solver=External_ModelsAndUnsatCoreMode
[2024-11-23 22:54:31,151 INFO  L153        SettingsManager]:  * Looper check in Petri net analysis=SEMANTIC
Applying setting for plugin de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator: Entry function -> main
Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Witness directory -> /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC
Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Witness filename -> witness
Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Write witness besides input file -> false
Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Graph data specification -> CHECK( init(main()), LTL(G ! call(reach_error())) )


Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Graph data producer -> Automizer
Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Graph data architecture -> 32bit
Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Graph data programhash -> 2e9e4bd6e9b16aa5f22ad2335ca34ba741869a12ab5a04a80108cf42ed170c0f
[2024-11-23 22:54:31,480 INFO  L75    nceAwareModelManager]: Repository-Root is: /tmp
[2024-11-23 22:54:31,491 INFO  L261   ainManager$Toolchain]: [Toolchain 1]: Applicable parser(s) successfully (re)initialized
[2024-11-23 22:54:31,493 INFO  L217   ainManager$Toolchain]: [Toolchain 1]: Toolchain selected.
[2024-11-23 22:54:31,494 INFO  L270        PluginConnector]: Initializing CDTParser...
[2024-11-23 22:54:31,495 INFO  L274        PluginConnector]: CDTParser initialized
[2024-11-23 22:54:31,496 INFO  L431   ainManager$Toolchain]: [Toolchain 1]: Parsing single file: /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/../../sv-benchmarks/c/weaver/popl20-bad-buffer-mult-alt.wvr.c
[2024-11-23 22:54:34,447 INFO  L533              CDTParser]: Created temporary CDT project at /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/data/f671d2336/c3b1f1e8de224da1be13f8e158e6d89c/FLAGd8554676f
[2024-11-23 22:54:34,807 INFO  L384              CDTParser]: Found 1 translation units.
[2024-11-23 22:54:34,807 INFO  L180              CDTParser]: Scanning /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/sv-benchmarks/c/weaver/popl20-bad-buffer-mult-alt.wvr.c
[2024-11-23 22:54:34,823 INFO  L427              CDTParser]: About to delete temporary CDT project at /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/data/f671d2336/c3b1f1e8de224da1be13f8e158e6d89c/FLAGd8554676f
[2024-11-23 22:54:34,845 INFO  L435              CDTParser]: Successfully deleted /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/data/f671d2336/c3b1f1e8de224da1be13f8e158e6d89c
[2024-11-23 22:54:34,849 INFO  L299   ainManager$Toolchain]: ####################### [Toolchain 1] #######################
[2024-11-23 22:54:34,851 INFO  L133        ToolchainWalker]: Walking toolchain with 6 elements.
[2024-11-23 22:54:34,853 INFO  L112        PluginConnector]: ------------------------CACSL2BoogieTranslator----------------------------
[2024-11-23 22:54:34,854 INFO  L270        PluginConnector]: Initializing CACSL2BoogieTranslator...
[2024-11-23 22:54:34,866 INFO  L274        PluginConnector]: CACSL2BoogieTranslator initialized
[2024-11-23 22:54:34,871 INFO  L184        PluginConnector]: Executing the observer ACSLObjectContainerObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 23.11 10:54:34" (1/1) ...
[2024-11-23 22:54:34,872 INFO  L204        PluginConnector]: Invalid model from CACSL2BoogieTranslator for observer de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator.ACSLObjectContainerObserver@1a79086f and model type de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:34, skipping insertion in model container
[2024-11-23 22:54:34,872 INFO  L184        PluginConnector]: Executing the observer CACSL2BoogieTranslatorObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 23.11 10:54:34" (1/1) ...
[2024-11-23 22:54:34,900 INFO  L175         MainTranslator]: Built tables and reachable declarations
[2024-11-23 22:54:35,161 WARN  L250   ndardFunctionHandler]: Function reach_error is already implemented but we override the implementation for the call at /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/sv-benchmarks/c/weaver/popl20-bad-buffer-mult-alt.wvr.c[4345,4358]
[2024-11-23 22:54:35,179 INFO  L210          PostProcessor]: Analyzing one entry point: main
[2024-11-23 22:54:35,193 INFO  L200         MainTranslator]: Completed pre-run
[2024-11-23 22:54:35,245 WARN  L250   ndardFunctionHandler]: Function reach_error is already implemented but we override the implementation for the call at /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/sv-benchmarks/c/weaver/popl20-bad-buffer-mult-alt.wvr.c[4345,4358]
[2024-11-23 22:54:35,251 INFO  L210          PostProcessor]: Analyzing one entry point: main
[2024-11-23 22:54:35,278 INFO  L204         MainTranslator]: Completed translation
[2024-11-23 22:54:35,278 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35 WrapperNode
[2024-11-23 22:54:35,279 INFO  L131        PluginConnector]: ------------------------ END CACSL2BoogieTranslator----------------------------
[2024-11-23 22:54:35,280 INFO  L112        PluginConnector]: ------------------------Boogie Procedure Inliner----------------------------
[2024-11-23 22:54:35,280 INFO  L270        PluginConnector]: Initializing Boogie Procedure Inliner...
[2024-11-23 22:54:35,280 INFO  L274        PluginConnector]: Boogie Procedure Inliner initialized
[2024-11-23 22:54:35,291 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,309 INFO  L184        PluginConnector]: Executing the observer Inliner from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,355 INFO  L138                Inliner]: procedures = 25, calls = 59, calls flagged for inlining = 17, calls inlined = 21, statements flattened = 305
[2024-11-23 22:54:35,356 INFO  L131        PluginConnector]: ------------------------ END Boogie Procedure Inliner----------------------------
[2024-11-23 22:54:35,356 INFO  L112        PluginConnector]: ------------------------Boogie Preprocessor----------------------------
[2024-11-23 22:54:35,356 INFO  L270        PluginConnector]: Initializing Boogie Preprocessor...
[2024-11-23 22:54:35,356 INFO  L274        PluginConnector]: Boogie Preprocessor initialized
[2024-11-23 22:54:35,367 INFO  L184        PluginConnector]: Executing the observer EnsureBoogieModelObserver from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,368 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,376 INFO  L184        PluginConnector]: Executing the observer MemorySlicer from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,411 INFO  L175           MemorySlicer]: Split 8 memory accesses to 2 slices as follows [2, 6]. 75 percent of accesses are in the largest equivalence class. The 2 initializations are split as follows [2, 0]. The 2 writes are split as follows [0, 2].
[2024-11-23 22:54:35,411 INFO  L184        PluginConnector]: Executing the observer ConstExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,412 INFO  L184        PluginConnector]: Executing the observer StructExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,429 INFO  L184        PluginConnector]: Executing the observer ReplaceArrayAssignments from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,431 INFO  L184        PluginConnector]: Executing the observer UnstructureCode from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,439 INFO  L184        PluginConnector]: Executing the observer FunctionInliner from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,445 INFO  L184        PluginConnector]: Executing the observer LTLStepAnnotator from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,446 INFO  L184        PluginConnector]: Executing the observer BoogieSymbolTableConstructor from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,453 INFO  L131        PluginConnector]: ------------------------ END Boogie Preprocessor----------------------------
[2024-11-23 22:54:35,454 INFO  L112        PluginConnector]: ------------------------RCFGBuilder----------------------------
[2024-11-23 22:54:35,455 INFO  L270        PluginConnector]: Initializing RCFGBuilder...
[2024-11-23 22:54:35,455 INFO  L274        PluginConnector]: RCFGBuilder initialized
[2024-11-23 22:54:35,456 INFO  L184        PluginConnector]: Executing the observer RCFGBuilderObserver from plugin RCFGBuilder for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (1/1) ...
[2024-11-23 22:54:35,462 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000
[2024-11-23 22:54:35,479 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3
[2024-11-23 22:54:35,493 INFO  L229       MonitoredProcess]: Starting monitored process 1 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000 (exit command is (exit), workingDir is null)
[2024-11-23 22:54:35,500 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000 (1)] Waiting until timeout for monitored process
[2024-11-23 22:54:35,522 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.allocInit
[2024-11-23 22:54:35,522 INFO  L130     BoogieDeclarations]: Found specification of procedure thread1
[2024-11-23 22:54:35,522 INFO  L138     BoogieDeclarations]: Found implementation of procedure thread1
[2024-11-23 22:54:35,523 INFO  L130     BoogieDeclarations]: Found specification of procedure thread2
[2024-11-23 22:54:35,523 INFO  L138     BoogieDeclarations]: Found implementation of procedure thread2
[2024-11-23 22:54:35,523 INFO  L130     BoogieDeclarations]: Found specification of procedure thread3
[2024-11-23 22:54:35,523 INFO  L138     BoogieDeclarations]: Found implementation of procedure thread3
[2024-11-23 22:54:35,523 INFO  L130     BoogieDeclarations]: Found specification of procedure thread4
[2024-11-23 22:54:35,524 INFO  L138     BoogieDeclarations]: Found implementation of procedure thread4
[2024-11-23 22:54:35,524 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int#0
[2024-11-23 22:54:35,524 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int#1
[2024-11-23 22:54:35,524 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int#0
[2024-11-23 22:54:35,524 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int#1
[2024-11-23 22:54:35,524 INFO  L130     BoogieDeclarations]: Found specification of procedure __VERIFIER_atomic_end
[2024-11-23 22:54:35,524 INFO  L130     BoogieDeclarations]: Found specification of procedure __VERIFIER_atomic_begin
[2024-11-23 22:54:35,525 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.allocOnHeap
[2024-11-23 22:54:35,525 INFO  L130     BoogieDeclarations]: Found specification of procedure ULTIMATE.start
[2024-11-23 22:54:35,525 INFO  L138     BoogieDeclarations]: Found implementation of procedure ULTIMATE.start
[2024-11-23 22:54:35,525 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int#0
[2024-11-23 22:54:35,525 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int#1
[2024-11-23 22:54:35,527 WARN  L203             CfgBuilder]: User set CodeBlockSize to SequenceOfStatements but program contains fork statements. Overwriting the user preferences and setting CodeBlockSize to OneNontrivialStatement.
[2024-11-23 22:54:35,692 INFO  L234             CfgBuilder]: Building ICFG
[2024-11-23 22:54:35,694 INFO  L260             CfgBuilder]: Building CFG for each procedure with an implementation
[2024-11-23 22:54:36,352 INFO  L279             CfgBuilder]: Omitted future-live optimization because the input is a concurrent program.
[2024-11-23 22:54:36,352 INFO  L283             CfgBuilder]: Performing block encoding
[2024-11-23 22:54:36,971 INFO  L307             CfgBuilder]: Using the 1 location(s) as analysis (start of procedure ULTIMATE.start)
[2024-11-23 22:54:36,971 INFO  L312             CfgBuilder]: Removed 6 assume(true) statements.
[2024-11-23 22:54:36,971 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 23.11 10:54:36 BoogieIcfgContainer
[2024-11-23 22:54:36,971 INFO  L131        PluginConnector]: ------------------------ END RCFGBuilder----------------------------
[2024-11-23 22:54:36,976 INFO  L112        PluginConnector]: ------------------------TraceAbstraction----------------------------
[2024-11-23 22:54:36,976 INFO  L270        PluginConnector]: Initializing TraceAbstraction...
[2024-11-23 22:54:36,982 INFO  L274        PluginConnector]: TraceAbstraction initialized
[2024-11-23 22:54:36,982 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "CDTParser AST 23.11 10:54:34" (1/3) ...
[2024-11-23 22:54:36,983 INFO  L204        PluginConnector]: Invalid model from TraceAbstraction for observer de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction.TraceAbstractionObserver@10496d5 and model type de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction AST 23.11 10:54:36, skipping insertion in model container
[2024-11-23 22:54:36,983 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 23.11 10:54:35" (2/3) ...
[2024-11-23 22:54:36,983 INFO  L204        PluginConnector]: Invalid model from TraceAbstraction for observer de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction.TraceAbstractionObserver@10496d5 and model type de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction AST 23.11 10:54:36, skipping insertion in model container
[2024-11-23 22:54:36,984 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 23.11 10:54:36" (3/3) ...
[2024-11-23 22:54:36,985 INFO  L128   eAbstractionObserver]: Analyzing ICFG popl20-bad-buffer-mult-alt.wvr.c
[2024-11-23 22:54:37,004 INFO  L216   ceAbstractionStarter]: Automizer settings: Hoare:LoopHeads NWA Interpolation:FPandBP Determinization: PREDICATE_ABSTRACTION
[2024-11-23 22:54:37,006 INFO  L151   ceAbstractionStarter]: Applying trace abstraction to ICFG popl20-bad-buffer-mult-alt.wvr.c that has 5 procedures, 45 locations, 1 initial locations, 6 loop locations, and 1 error locations.
[2024-11-23 22:54:37,007 INFO  L491   ceAbstractionStarter]: Constructing petrified ICFG for 1 thread instances.
[2024-11-23 22:54:37,116 INFO  L143    ThreadInstanceAdder]: Constructed 4 joinOtherThreadTransitions.
[2024-11-23 22:54:37,158 INFO  L73            FinitePrefix]: Start finitePrefix. Operand has 57 places, 50 transitions, 128 flow
[2024-11-23 22:54:37,216 INFO  L124   PetriNetUnfolderBase]: 6/46 cut-off events.
[2024-11-23 22:54:37,221 INFO  L125   PetriNetUnfolderBase]: For 4/4 co-relation queries the response was YES.
[2024-11-23 22:54:37,228 INFO  L83            FinitePrefix]: Finished finitePrefix Result has 63 conditions, 46 events. 6/46 cut-off events. For 4/4 co-relation queries the response was YES. Maximal size of possible extension queue 5. Compared 86 event pairs, 0 based on Foata normal form. 0/39 useless extension candidates. Maximal degree in co-relation 39. Up to 2 conditions per place. 
[2024-11-23 22:54:37,228 INFO  L82        GeneralOperation]: Start removeDead. Operand has 57 places, 50 transitions, 128 flow
[2024-11-23 22:54:37,233 INFO  L88        GeneralOperation]: Finished RemoveDead, result has has 52 places, 45 transitions, 114 flow
[2024-11-23 22:54:37,247 INFO  L332      AbstractCegarLoop]: ======== Iteration 0 == of CEGAR loop == AllErrorsAtOnce ========
[2024-11-23 22:54:37,261 INFO  L333      AbstractCegarLoop]: Settings: SEPARATE_VIOLATION_CHECK=true, mInterprocedural=true, mMaxIterations=1000000, mWatchIteration=1000000, mArtifact=RCFG, mInterpolation=FPandBP, mInterpolantAutomaton=STRAIGHT_LINE, mDumpAutomata=false, mAutomataFormat=ATS_NUMERATE, mDumpPath=., mDeterminiation=PREDICATE_ABSTRACTION, mMinimize=MINIMIZE_SEVPA, mAutomataTypeConcurrency=PETRI_NET, mHoareTripleChecks=INCREMENTAL, mHoareAnnotationPositions=LoopHeads, mDumpOnlyReuseAutomata=false, mLimitTraceHistogram=0, mErrorLocTimeLimit=0, mLimitPathProgramCount=0, mCollectInterpolantStatistics=true, mHeuristicEmptinessCheck=false, mHeuristicEmptinessCheckAStarHeuristic=ZERO, mHeuristicEmptinessCheckAStarHeuristicRandomSeed=1337, mHeuristicEmptinessCheckSmtFeatureScoringMethod=DAGSIZE, mSMTFeatureExtraction=false, mSMTFeatureExtractionDumpPath=., mOverrideInterpolantAutomaton=false, mMcrInterpolantMethod=WP, mPorIndependenceSettings=[Lde.uni_freiburg.informatik.ultimate.lib.tracecheckerutils.partialorder.independence.IndependenceSettings;@1008396a, mLbeIndependenceSettings=[IndependenceType=SEMANTIC, AbstractionType=NONE, UseConditional=false, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2024-11-23 22:54:37,263 INFO  L334      AbstractCegarLoop]: Starting to check reachability of 5 error locations.
[2024-11-23 22:54:37,293 INFO  L185   PetriNetUnfolderBase]: Found word, exiting Unfolder.
[2024-11-23 22:54:37,293 INFO  L124   PetriNetUnfolderBase]: 6/44 cut-off events.
[2024-11-23 22:54:37,293 INFO  L125   PetriNetUnfolderBase]: For 4/4 co-relation queries the response was YES.
[2024-11-23 22:54:37,293 INFO  L198   CegarLoopForPetriNet]: Found error trace
[2024-11-23 22:54:37,296 INFO  L206   CegarLoopForPetriNet]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-11-23 22:54:37,296 INFO  L396      AbstractCegarLoop]: === Iteration 1 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION === [ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION, ULTIMATE.startErr0INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES, ULTIMATE.startErr1INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (and 2 more)] ===
[2024-11-23 22:54:37,332 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-23 22:54:37,333 INFO  L85        PathProgramCache]: Analyzing trace with hash 597815785, now seen corresponding path program 1 times
[2024-11-23 22:54:37,341 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-23 22:54:37,342 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1805063452]
[2024-11-23 22:54:37,343 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-23 22:54:37,344 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-23 22:54:37,562 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-23 22:54:38,409 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-23 22:54:38,410 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-23 22:54:38,413 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1805063452]
[2024-11-23 22:54:38,414 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1805063452] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-23 22:54:38,417 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-23 22:54:38,418 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2024-11-23 22:54:38,420 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [214567520]
[2024-11-23 22:54:38,420 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-23 22:54:38,427 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 5 states
[2024-11-23 22:54:38,433 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-23 22:54:38,459 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 5 interpolants.
[2024-11-23 22:54:38,460 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=10, Invalid=10, Unknown=0, NotChecked=0, Total=20
[2024-11-23 22:54:38,497 INFO  L469   CegarLoopForPetriNet]: Number of universal loopers: 19 out of 50
[2024-11-23 22:54:38,500 INFO  L103   encePairwiseOnDemand]: Start differencePairwiseOnDemand. First operand has 52 places, 45 transitions, 114 flow. Second operand  has 5 states, 5 states have (on average 23.2) internal successors, (116), 5 states have internal predecessors, (116), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:54:38,500 INFO  L112   encePairwiseOnDemand]: Universal subtrahend loopers provided by user.
[2024-11-23 22:54:38,500 INFO  L113   encePairwiseOnDemand]: Number of universal subtrahend loopers: 19 of 50
[2024-11-23 22:54:38,501 INFO  L73            FinitePrefix]: Start finitePrefix. Operand will be constructed on-demand
[2024-11-23 22:54:39,661 INFO  L124   PetriNetUnfolderBase]: 2293/3391 cut-off events.
[2024-11-23 22:54:39,662 INFO  L125   PetriNetUnfolderBase]: For 155/155 co-relation queries the response was YES.
[2024-11-23 22:54:39,693 INFO  L83            FinitePrefix]: Finished finitePrefix Result has 6761 conditions, 3391 events. 2293/3391 cut-off events. For 155/155 co-relation queries the response was YES. Maximal size of possible extension queue 251. Compared 19720 event pairs, 155 based on Foata normal form. 106/3433 useless extension candidates. Maximal degree in co-relation 6597. Up to 1928 conditions per place. 
[2024-11-23 22:54:39,725 INFO  L140   encePairwiseOnDemand]: 45/50 looper letters, 56 selfloop transitions, 4 changer transitions 0/75 dead transitions.
[2024-11-23 22:54:39,725 INFO  L145   encePairwiseOnDemand]: Finished differencePairwiseOnDemand. Result has 56 places, 75 transitions, 312 flow
[2024-11-23 22:54:39,728 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 5 states. 
[2024-11-23 22:54:39,731 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand 5 states.
[2024-11-23 22:54:39,743 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 5 states to 5 states and 156 transitions.
[2024-11-23 22:54:39,745 INFO  L514   CegarLoopForPetriNet]: DFA transition density 0.624
[2024-11-23 22:54:39,749 INFO  L175             Difference]: Start difference. First operand has 52 places, 45 transitions, 114 flow. Second operand 5 states and 156 transitions.
[2024-11-23 22:54:39,750 INFO  L82        GeneralOperation]: Start removeRedundantFlow. Operand has 56 places, 75 transitions, 312 flow
[2024-11-23 22:54:39,769 INFO  L88        GeneralOperation]: Finished removeRedundantFlow, result has has 48 places, 75 transitions, 284 flow, removed 0 selfloop flow, removed 8 redundant places.
[2024-11-23 22:54:39,776 INFO  L231             Difference]: Finished difference. Result has 49 places, 46 transitions, 114 flow
[2024-11-23 22:54:39,779 INFO  L262   CegarLoopForPetriNet]: {PETRI_ALPHABET=50, PETRI_DIFFERENCE_MINUEND_FLOW=98, PETRI_DIFFERENCE_MINUEND_PLACES=44, PETRI_DIFFERENCE_MINUEND_TRANSITIONS=45, PETRI_DIFFERENCE_SUBTRAHEND_LETTERS_WITH_MORE_CHANGERS_THAN_LOOPERS=3, PETRI_DIFFERENCE_SUBTRAHEND_LOOPER_ONLY_LETTERS=41, PETRI_DIFFERENCE_SUBTRAHEND_STATES=5, PETRI_FLOW=114, PETRI_PLACES=49, PETRI_TRANSITIONS=46}
[2024-11-23 22:54:39,785 INFO  L279   CegarLoopForPetriNet]: 52 programPoint places, -3 predicate places.
[2024-11-23 22:54:39,785 INFO  L471      AbstractCegarLoop]: Abstraction has has 49 places, 46 transitions, 114 flow
[2024-11-23 22:54:39,786 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 5 states, 5 states have (on average 23.2) internal successors, (116), 5 states have internal predecessors, (116), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:54:39,786 INFO  L198   CegarLoopForPetriNet]: Found error trace
[2024-11-23 22:54:39,787 INFO  L206   CegarLoopForPetriNet]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-11-23 22:54:39,787 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable0
[2024-11-23 22:54:39,787 INFO  L396      AbstractCegarLoop]: === Iteration 2 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION === [ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION, ULTIMATE.startErr0INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES, ULTIMATE.startErr1INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (and 2 more)] ===
[2024-11-23 22:54:39,789 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-23 22:54:39,789 INFO  L85        PathProgramCache]: Analyzing trace with hash 2029641710, now seen corresponding path program 1 times
[2024-11-23 22:54:39,789 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-23 22:54:39,789 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [99268309]
[2024-11-23 22:54:39,789 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-23 22:54:39,789 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-23 22:54:39,857 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-23 22:54:40,369 INFO  L134       CoverageAnalysis]: Checked inductivity of 1 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 1 trivial. 0 not checked.
[2024-11-23 22:54:40,371 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-23 22:54:40,371 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [99268309]
[2024-11-23 22:54:40,371 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [99268309] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-23 22:54:40,371 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-23 22:54:40,371 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2024-11-23 22:54:40,372 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [530819794]
[2024-11-23 22:54:40,372 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-23 22:54:40,373 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 5 states
[2024-11-23 22:54:40,374 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-23 22:54:40,375 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 5 interpolants.
[2024-11-23 22:54:40,375 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=8, Invalid=12, Unknown=0, NotChecked=0, Total=20
[2024-11-23 22:54:40,396 INFO  L469   CegarLoopForPetriNet]: Number of universal loopers: 19 out of 50
[2024-11-23 22:54:40,397 INFO  L103   encePairwiseOnDemand]: Start differencePairwiseOnDemand. First operand has 49 places, 46 transitions, 114 flow. Second operand  has 5 states, 5 states have (on average 23.6) internal successors, (118), 5 states have internal predecessors, (118), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:54:40,397 INFO  L112   encePairwiseOnDemand]: Universal subtrahend loopers provided by user.
[2024-11-23 22:54:40,397 INFO  L113   encePairwiseOnDemand]: Number of universal subtrahend loopers: 19 of 50
[2024-11-23 22:54:40,397 INFO  L73            FinitePrefix]: Start finitePrefix. Operand will be constructed on-demand
[2024-11-23 22:54:41,378 INFO  L124   PetriNetUnfolderBase]: 3583/5197 cut-off events.
[2024-11-23 22:54:41,382 INFO  L125   PetriNetUnfolderBase]: For 536/735 co-relation queries the response was YES.
[2024-11-23 22:54:41,405 INFO  L83            FinitePrefix]: Finished finitePrefix Result has 10841 conditions, 5197 events. 3583/5197 cut-off events. For 536/735 co-relation queries the response was YES. Maximal size of possible extension queue 360. Compared 30940 event pairs, 348 based on Foata normal form. 374/5513 useless extension candidates. Maximal degree in co-relation 3329. Up to 3049 conditions per place. 
[2024-11-23 22:54:41,442 INFO  L140   encePairwiseOnDemand]: 43/50 looper letters, 66 selfloop transitions, 7 changer transitions 0/88 dead transitions.
[2024-11-23 22:54:41,442 INFO  L145   encePairwiseOnDemand]: Finished differencePairwiseOnDemand. Result has 54 places, 88 transitions, 364 flow
[2024-11-23 22:54:41,443 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2024-11-23 22:54:41,443 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand 6 states.
[2024-11-23 22:54:41,444 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 6 states to 6 states and 187 transitions.
[2024-11-23 22:54:41,444 INFO  L514   CegarLoopForPetriNet]: DFA transition density 0.6233333333333333
[2024-11-23 22:54:41,444 INFO  L175             Difference]: Start difference. First operand has 49 places, 46 transitions, 114 flow. Second operand 6 states and 187 transitions.
[2024-11-23 22:54:41,444 INFO  L82        GeneralOperation]: Start removeRedundantFlow. Operand has 54 places, 88 transitions, 364 flow
[2024-11-23 22:54:41,445 INFO  L88        GeneralOperation]: Finished removeRedundantFlow, result has has 51 places, 88 transitions, 355 flow, removed 0 selfloop flow, removed 3 redundant places.
[2024-11-23 22:54:41,449 INFO  L231             Difference]: Finished difference. Result has 54 places, 51 transitions, 159 flow
[2024-11-23 22:54:41,449 INFO  L262   CegarLoopForPetriNet]: {PETRI_ALPHABET=50, PETRI_DIFFERENCE_MINUEND_FLOW=108, PETRI_DIFFERENCE_MINUEND_PLACES=46, PETRI_DIFFERENCE_MINUEND_TRANSITIONS=46, PETRI_DIFFERENCE_SUBTRAHEND_LETTERS_WITH_MORE_CHANGERS_THAN_LOOPERS=2, PETRI_DIFFERENCE_SUBTRAHEND_LOOPER_ONLY_LETTERS=40, PETRI_DIFFERENCE_SUBTRAHEND_STATES=6, PETRI_FLOW=159, PETRI_PLACES=54, PETRI_TRANSITIONS=51}
[2024-11-23 22:54:41,451 INFO  L279   CegarLoopForPetriNet]: 52 programPoint places, 2 predicate places.
[2024-11-23 22:54:41,451 INFO  L471      AbstractCegarLoop]: Abstraction has has 54 places, 51 transitions, 159 flow
[2024-11-23 22:54:41,453 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 5 states, 5 states have (on average 23.6) internal successors, (118), 5 states have internal predecessors, (118), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:54:41,453 INFO  L198   CegarLoopForPetriNet]: Found error trace
[2024-11-23 22:54:41,453 INFO  L206   CegarLoopForPetriNet]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-11-23 22:54:41,453 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable1
[2024-11-23 22:54:41,454 INFO  L396      AbstractCegarLoop]: === Iteration 3 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION === [ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION, ULTIMATE.startErr0INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES, ULTIMATE.startErr1INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (and 2 more)] ===
[2024-11-23 22:54:41,454 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-23 22:54:41,458 INFO  L85        PathProgramCache]: Analyzing trace with hash -1208072846, now seen corresponding path program 2 times
[2024-11-23 22:54:41,458 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-23 22:54:41,458 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1896364073]
[2024-11-23 22:54:41,458 INFO  L95    rtionOrderModulation]: Changing assertion order to OUTSIDE_LOOP_FIRST1
[2024-11-23 22:54:41,458 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-23 22:54:41,525 INFO  L229   tOrderPrioritization]: Assert order OUTSIDE_LOOP_FIRST1 issued 1 check-sat command(s)
[2024-11-23 22:54:41,525 INFO  L230   tOrderPrioritization]: Conjunction of SSA is unsat
[2024-11-23 22:54:41,785 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-23 22:54:41,786 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-23 22:54:41,786 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1896364073]
[2024-11-23 22:54:41,786 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1896364073] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-23 22:54:41,786 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-23 22:54:41,786 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [3] imperfect sequences [] total 3
[2024-11-23 22:54:41,786 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [820046010]
[2024-11-23 22:54:41,787 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-23 22:54:41,787 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 4 states
[2024-11-23 22:54:41,787 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-23 22:54:41,788 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 4 interpolants.
[2024-11-23 22:54:41,788 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=5, Invalid=7, Unknown=0, NotChecked=0, Total=12
[2024-11-23 22:54:41,788 INFO  L469   CegarLoopForPetriNet]: Number of universal loopers: 21 out of 50
[2024-11-23 22:54:41,788 INFO  L103   encePairwiseOnDemand]: Start differencePairwiseOnDemand. First operand has 54 places, 51 transitions, 159 flow. Second operand  has 4 states, 4 states have (on average 26.5) internal successors, (106), 4 states have internal predecessors, (106), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:54:41,789 INFO  L112   encePairwiseOnDemand]: Universal subtrahend loopers provided by user.
[2024-11-23 22:54:41,789 INFO  L113   encePairwiseOnDemand]: Number of universal subtrahend loopers: 21 of 50
[2024-11-23 22:54:41,789 INFO  L73            FinitePrefix]: Start finitePrefix. Operand will be constructed on-demand
[2024-11-23 22:54:42,551 INFO  L124   PetriNetUnfolderBase]: 2934/4422 cut-off events.
[2024-11-23 22:54:42,552 INFO  L125   PetriNetUnfolderBase]: For 2843/3215 co-relation queries the response was YES.
[2024-11-23 22:54:42,570 INFO  L83            FinitePrefix]: Finished finitePrefix Result has 10464 conditions, 4422 events. 2934/4422 cut-off events. For 2843/3215 co-relation queries the response was YES. Maximal size of possible extension queue 296. Compared 26770 event pairs, 1805 based on Foata normal form. 401/4426 useless extension candidates. Maximal degree in co-relation 3352. Up to 3687 conditions per place. 
[2024-11-23 22:54:42,601 INFO  L140   encePairwiseOnDemand]: 45/50 looper letters, 31 selfloop transitions, 2 changer transitions 16/68 dead transitions.
[2024-11-23 22:54:42,601 INFO  L145   encePairwiseOnDemand]: Finished differencePairwiseOnDemand. Result has 57 places, 68 transitions, 298 flow
[2024-11-23 22:54:42,602 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2024-11-23 22:54:42,602 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand 4 states.
[2024-11-23 22:54:42,603 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 4 states to 4 states and 131 transitions.
[2024-11-23 22:54:42,604 INFO  L514   CegarLoopForPetriNet]: DFA transition density 0.655
[2024-11-23 22:54:42,604 INFO  L175             Difference]: Start difference. First operand has 54 places, 51 transitions, 159 flow. Second operand 4 states and 131 transitions.
[2024-11-23 22:54:42,604 INFO  L82        GeneralOperation]: Start removeRedundantFlow. Operand has 57 places, 68 transitions, 298 flow
[2024-11-23 22:54:42,609 INFO  L88        GeneralOperation]: Finished removeRedundantFlow, result has has 55 places, 68 transitions, 292 flow, removed 0 selfloop flow, removed 2 redundant places.
[2024-11-23 22:54:42,611 INFO  L231             Difference]: Finished difference. Result has 57 places, 52 transitions, 170 flow
[2024-11-23 22:54:42,611 INFO  L262   CegarLoopForPetriNet]: {PETRI_ALPHABET=50, PETRI_DIFFERENCE_MINUEND_FLOW=154, PETRI_DIFFERENCE_MINUEND_PLACES=52, PETRI_DIFFERENCE_MINUEND_TRANSITIONS=51, PETRI_DIFFERENCE_SUBTRAHEND_LETTERS_WITH_MORE_CHANGERS_THAN_LOOPERS=1, PETRI_DIFFERENCE_SUBTRAHEND_LOOPER_ONLY_LETTERS=49, PETRI_DIFFERENCE_SUBTRAHEND_STATES=4, PETRI_FLOW=170, PETRI_PLACES=57, PETRI_TRANSITIONS=52}
[2024-11-23 22:54:42,612 INFO  L279   CegarLoopForPetriNet]: 52 programPoint places, 5 predicate places.
[2024-11-23 22:54:42,612 INFO  L471      AbstractCegarLoop]: Abstraction has has 57 places, 52 transitions, 170 flow
[2024-11-23 22:54:42,612 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 4 states, 4 states have (on average 26.5) internal successors, (106), 4 states have internal predecessors, (106), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:54:42,612 INFO  L198   CegarLoopForPetriNet]: Found error trace
[2024-11-23 22:54:42,613 INFO  L206   CegarLoopForPetriNet]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-11-23 22:54:42,613 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable2
[2024-11-23 22:54:42,613 INFO  L396      AbstractCegarLoop]: === Iteration 4 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION === [ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION, ULTIMATE.startErr0INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES, ULTIMATE.startErr1INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (and 2 more)] ===
[2024-11-23 22:54:42,614 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-23 22:54:42,614 INFO  L85        PathProgramCache]: Analyzing trace with hash 81949086, now seen corresponding path program 1 times
[2024-11-23 22:54:42,614 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-23 22:54:42,614 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [525919311]
[2024-11-23 22:54:42,614 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-23 22:54:42,615 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-23 22:54:42,671 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-23 22:54:43,052 INFO  L134       CoverageAnalysis]: Checked inductivity of 1 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 1 trivial. 0 not checked.
[2024-11-23 22:54:43,053 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-23 22:54:43,053 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [525919311]
[2024-11-23 22:54:43,053 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [525919311] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-23 22:54:43,053 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-23 22:54:43,053 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [6] imperfect sequences [] total 6
[2024-11-23 22:54:43,053 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [235423881]
[2024-11-23 22:54:43,053 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-23 22:54:43,053 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2024-11-23 22:54:43,054 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-23 22:54:43,054 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2024-11-23 22:54:43,054 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=11, Invalid=19, Unknown=0, NotChecked=0, Total=30
[2024-11-23 22:54:43,073 INFO  L469   CegarLoopForPetriNet]: Number of universal loopers: 19 out of 50
[2024-11-23 22:54:43,073 INFO  L103   encePairwiseOnDemand]: Start differencePairwiseOnDemand. First operand has 57 places, 52 transitions, 170 flow. Second operand  has 6 states, 6 states have (on average 23.0) internal successors, (138), 6 states have internal predecessors, (138), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:54:43,073 INFO  L112   encePairwiseOnDemand]: Universal subtrahend loopers provided by user.
[2024-11-23 22:54:43,074 INFO  L113   encePairwiseOnDemand]: Number of universal subtrahend loopers: 19 of 50
[2024-11-23 22:54:43,074 INFO  L73            FinitePrefix]: Start finitePrefix. Operand will be constructed on-demand
[2024-11-23 22:54:44,918 INFO  L124   PetriNetUnfolderBase]: 8118/11852 cut-off events.
[2024-11-23 22:54:44,919 INFO  L125   PetriNetUnfolderBase]: For 5947/6146 co-relation queries the response was YES.
[2024-11-23 22:54:45,063 INFO  L83            FinitePrefix]: Finished finitePrefix Result has 28817 conditions, 11852 events. 8118/11852 cut-off events. For 5947/6146 co-relation queries the response was YES. Maximal size of possible extension queue 768. Compared 76834 event pairs, 1373 based on Foata normal form. 342/11945 useless extension candidates. Maximal degree in co-relation 28801. Up to 3579 conditions per place. 
[2024-11-23 22:54:45,118 INFO  L140   encePairwiseOnDemand]: 44/50 looper letters, 86 selfloop transitions, 13 changer transitions 0/114 dead transitions.
[2024-11-23 22:54:45,118 INFO  L145   encePairwiseOnDemand]: Finished differencePairwiseOnDemand. Result has 61 places, 114 transitions, 583 flow
[2024-11-23 22:54:45,119 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2024-11-23 22:54:45,119 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand 6 states.
[2024-11-23 22:54:45,120 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 6 states to 6 states and 198 transitions.
[2024-11-23 22:54:45,121 INFO  L514   CegarLoopForPetriNet]: DFA transition density 0.66
[2024-11-23 22:54:45,121 INFO  L175             Difference]: Start difference. First operand has 57 places, 52 transitions, 170 flow. Second operand 6 states and 198 transitions.
[2024-11-23 22:54:45,121 INFO  L82        GeneralOperation]: Start removeRedundantFlow. Operand has 61 places, 114 transitions, 583 flow
[2024-11-23 22:54:45,132 INFO  L88        GeneralOperation]: Finished removeRedundantFlow, result has has 60 places, 114 transitions, 579 flow, removed 1 selfloop flow, removed 1 redundant places.
[2024-11-23 22:54:45,134 INFO  L231             Difference]: Finished difference. Result has 64 places, 63 transitions, 291 flow
[2024-11-23 22:54:45,134 INFO  L262   CegarLoopForPetriNet]: {PETRI_ALPHABET=50, PETRI_DIFFERENCE_MINUEND_FLOW=166, PETRI_DIFFERENCE_MINUEND_PLACES=55, PETRI_DIFFERENCE_MINUEND_TRANSITIONS=52, PETRI_DIFFERENCE_SUBTRAHEND_LETTERS_WITH_MORE_CHANGERS_THAN_LOOPERS=4, PETRI_DIFFERENCE_SUBTRAHEND_LOOPER_ONLY_LETTERS=44, PETRI_DIFFERENCE_SUBTRAHEND_STATES=6, PETRI_FLOW=291, PETRI_PLACES=64, PETRI_TRANSITIONS=63}
[2024-11-23 22:54:45,136 INFO  L279   CegarLoopForPetriNet]: 52 programPoint places, 12 predicate places.
[2024-11-23 22:54:45,136 INFO  L471      AbstractCegarLoop]: Abstraction has has 64 places, 63 transitions, 291 flow
[2024-11-23 22:54:45,136 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 6 states have (on average 23.0) internal successors, (138), 6 states have internal predecessors, (138), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:54:45,137 INFO  L198   CegarLoopForPetriNet]: Found error trace
[2024-11-23 22:54:45,137 INFO  L206   CegarLoopForPetriNet]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-11-23 22:54:45,137 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable3
[2024-11-23 22:54:45,137 INFO  L396      AbstractCegarLoop]: === Iteration 5 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION === [ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION, ULTIMATE.startErr0INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES, ULTIMATE.startErr1INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (and 2 more)] ===
[2024-11-23 22:54:45,137 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-23 22:54:45,138 INFO  L85        PathProgramCache]: Analyzing trace with hash -1389430031, now seen corresponding path program 1 times
[2024-11-23 22:54:45,138 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-23 22:54:45,138 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1619014464]
[2024-11-23 22:54:45,138 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-23 22:54:45,138 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-23 22:54:45,205 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-23 22:54:46,397 INFO  L134       CoverageAnalysis]: Checked inductivity of 3 backedges. 0 proven. 3 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-23 22:54:46,397 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-23 22:54:46,397 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1619014464]
[2024-11-23 22:54:46,397 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1619014464] provided 0 perfect and 1 imperfect interpolant sequences
[2024-11-23 22:54:46,397 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [518806854]
[2024-11-23 22:54:46,398 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-23 22:54:46,399 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-23 22:54:46,399 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3
[2024-11-23 22:54:46,403 INFO  L229       MonitoredProcess]: Starting monitored process 2 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-11-23 22:54:46,405 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3 -smt2 -in SMTLIB2_COMPLIANT=true (2)] Waiting until timeout for monitored process
[2024-11-23 22:54:46,560 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-23 22:54:46,564 INFO  L256         TraceCheckSpWp]: Trace formula consists of 285 conjuncts, 21 conjuncts are in the unsatisfiable core
[2024-11-23 22:54:46,571 INFO  L279         TraceCheckSpWp]: Computing forward predicates...
[2024-11-23 22:54:46,713 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 23 treesize of output 1
[2024-11-23 22:54:47,360 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2024-11-23 22:54:47,378 INFO  L134       CoverageAnalysis]: Checked inductivity of 3 backedges. 0 proven. 3 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-23 22:54:47,378 INFO  L312         TraceCheckSpWp]: Computing backward predicates...
[2024-11-23 22:54:48,385 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 39 treesize of output 35
[2024-11-23 22:54:48,392 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 47 treesize of output 35
[2024-11-23 22:54:48,488 INFO  L134       CoverageAnalysis]: Checked inductivity of 3 backedges. 0 proven. 3 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-23 22:54:48,488 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [518806854] provided 0 perfect and 2 imperfect interpolant sequences
[2024-11-23 22:54:48,488 INFO  L185   FreeRefinementEngine]: Found 0 perfect and 3 imperfect interpolant sequences.
[2024-11-23 22:54:48,489 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [] imperfect sequences [7, 7, 7] total 17
[2024-11-23 22:54:48,489 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1869211719]
[2024-11-23 22:54:48,489 INFO  L85    oduleStraightlineAll]: Using 3 imperfect interpolants to construct interpolant automaton
[2024-11-23 22:54:48,490 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 18 states
[2024-11-23 22:54:48,490 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-23 22:54:48,491 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 18 interpolants.
[2024-11-23 22:54:48,491 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=73, Invalid=233, Unknown=0, NotChecked=0, Total=306
[2024-11-23 22:54:48,638 INFO  L469   CegarLoopForPetriNet]: Number of universal loopers: 21 out of 50
[2024-11-23 22:54:48,640 INFO  L103   encePairwiseOnDemand]: Start differencePairwiseOnDemand. First operand has 64 places, 63 transitions, 291 flow. Second operand  has 18 states, 18 states have (on average 24.555555555555557) internal successors, (442), 18 states have internal predecessors, (442), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:54:48,640 INFO  L112   encePairwiseOnDemand]: Universal subtrahend loopers provided by user.
[2024-11-23 22:54:48,640 INFO  L113   encePairwiseOnDemand]: Number of universal subtrahend loopers: 21 of 50
[2024-11-23 22:54:48,640 INFO  L73            FinitePrefix]: Start finitePrefix. Operand will be constructed on-demand
[2024-11-23 22:54:52,447 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 6#L147-4true, 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), Black: 79#(<= ~n1~0 0), 17#L96true, 96#true, 31#L114true, 22#$Ultimate##0true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:52,448 INFO  L294   olderBase$Statistics]: this new event has 31 ancestors and is cut-off event
[2024-11-23 22:54:52,448 INFO  L297   olderBase$Statistics]:   existing Event has 28 ancestors and is cut-off event
[2024-11-23 22:54:52,448 INFO  L297   olderBase$Statistics]:   existing Event has 30 ancestors and is cut-off event
[2024-11-23 22:54:52,448 INFO  L297   olderBase$Statistics]:   existing Event has 24 ancestors and is cut-off event
[2024-11-23 22:54:52,891 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 6#L147-4true, 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, Black: 79#(<= ~n1~0 0), 96#true, 31#L114true, 22#$Ultimate##0true, 13#thread1EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:52,892 INFO  L294   olderBase$Statistics]: this new event has 33 ancestors and is cut-off event
[2024-11-23 22:54:52,892 INFO  L297   olderBase$Statistics]:   existing Event has 26 ancestors and is cut-off event
[2024-11-23 22:54:52,892 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:54:52,892 INFO  L297   olderBase$Statistics]:   existing Event has 30 ancestors and is cut-off event
[2024-11-23 22:54:52,893 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), Black: 79#(<= ~n1~0 0), 17#L96true, 25#L148true, 96#true, 31#L114true, 22#$Ultimate##0true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:52,893 INFO  L294   olderBase$Statistics]: this new event has 32 ancestors and is cut-off event
[2024-11-23 22:54:52,893 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:54:52,894 INFO  L297   olderBase$Statistics]:   existing Event has 25 ancestors and is cut-off event
[2024-11-23 22:54:52,894 INFO  L297   olderBase$Statistics]:   existing Event has 29 ancestors and is cut-off event
[2024-11-23 22:54:53,068 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), Black: 79#(<= ~n1~0 0), 17#L96true, 25#L148true, 96#true, 31#L114true, 22#$Ultimate##0true, 13#thread1EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,068 INFO  L294   olderBase$Statistics]: this new event has 34 ancestors and is cut-off event
[2024-11-23 22:54:53,068 INFO  L297   olderBase$Statistics]:   existing Event has 27 ancestors and is cut-off event
[2024-11-23 22:54:53,068 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:54:53,068 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:54:53,196 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, 41#thread2EXITtrue, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 6#L147-4true, 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, Black: 79#(<= ~n1~0 0), 96#true, 31#L114true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,196 INFO  L294   olderBase$Statistics]: this new event has 34 ancestors and is cut-off event
[2024-11-23 22:54:53,196 INFO  L297   olderBase$Statistics]:   existing Event has 27 ancestors and is cut-off event
[2024-11-23 22:54:53,197 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:54:53,197 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:54:53,234 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, Black: 79#(<= ~n1~0 0), 96#true, 31#L114true, 22#$Ultimate##0true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,235 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:54:53,235 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:54:53,235 INFO  L297   olderBase$Statistics]:   existing Event has 28 ancestors and is cut-off event
[2024-11-23 22:54:53,235 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:54:53,316 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 6#L147-4true, 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), Black: 79#(<= ~n1~0 0), 34#L75true, 17#L96true, 96#true, 31#L114true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,316 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:54:53,316 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:54:53,317 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:54:53,317 INFO  L297   olderBase$Statistics]:   existing Event has 28 ancestors and is cut-off event
[2024-11-23 22:54:53,339 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 41#thread2EXITtrue, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 6#L147-4true, 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, Black: 79#(<= ~n1~0 0), 96#true, 31#L114true, 13#thread1EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,339 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:54:53,340 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:54:53,340 INFO  L297   olderBase$Statistics]:   existing Event has 29 ancestors and is cut-off event
[2024-11-23 22:54:53,340 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:54:53,342 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, 41#thread2EXITtrue, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, Black: 79#(<= ~n1~0 0), 25#L148true, 96#true, 31#L114true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,342 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:54:53,342 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:54:53,343 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:54:53,343 INFO  L297   olderBase$Statistics]:   existing Event has 28 ancestors and is cut-off event
[2024-11-23 22:54:53,519 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 6#L147-4true, Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, Black: 79#(<= ~n1~0 0), 34#L75true, 96#true, 31#L114true, 13#thread1EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,520 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:54:53,520 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:54:53,520 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:54:53,520 INFO  L297   olderBase$Statistics]:   existing Event has 30 ancestors and is cut-off event
[2024-11-23 22:54:53,523 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 34#L75true, 17#L96true, Black: 79#(<= ~n1~0 0), 25#L148true, 96#true, 31#L114true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,523 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:54:53,523 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:54:53,523 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:54:53,523 INFO  L297   olderBase$Statistics]:   existing Event has 29 ancestors and is cut-off event
[2024-11-23 22:54:53,524 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 6#L147-4true, Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, Black: 79#(<= ~n1~0 0), 96#true, 12#L78true, 31#L114true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,524 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:54:53,524 INFO  L297   olderBase$Statistics]:   existing Event has 29 ancestors and is cut-off event
[2024-11-23 22:54:53,525 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:54:53,525 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:54:53,537 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 41#thread2EXITtrue, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), Black: 79#(<= ~n1~0 0), 17#L96true, 25#L148true, 96#true, 31#L114true, 13#thread1EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,537 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:54:53,537 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:54:53,537 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:54:53,537 INFO  L297   olderBase$Statistics]:   existing Event has 30 ancestors and is cut-off event
[2024-11-23 22:54:53,583 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, 34#L75true, Black: 79#(<= ~n1~0 0), 25#L148true, 96#true, 31#L114true, 13#thread1EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,583 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:54:53,583 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:54:53,583 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:54:53,583 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:54:53,584 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 6#L147-4true, Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, Black: 79#(<= ~n1~0 0), 96#true, 12#L78true, 31#L114true, 13#thread1EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,585 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:54:53,585 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:54:53,585 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:54:53,585 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:54:53,587 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), Black: 79#(<= ~n1~0 0), 17#L96true, 25#L148true, 96#true, 12#L78true, 31#L114true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,587 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:54:53,587 INFO  L297   olderBase$Statistics]:   existing Event has 30 ancestors and is cut-off event
[2024-11-23 22:54:53,587 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:54:53,587 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:54:53,593 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, 41#thread2EXITtrue, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), Black: 79#(<= ~n1~0 0), 17#L96true, 96#true, 31#L114true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,593 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:54:53,593 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:54:53,593 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:54:53,593 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:54:53,613 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, Black: 79#(<= ~n1~0 0), 25#L148true, 12#L78true, 96#true, 31#L114true, 13#thread1EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,613 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:54:53,613 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:54:53,613 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:54:53,613 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:54:53,615 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, 34#L75true, Black: 79#(<= ~n1~0 0), 96#true, 31#L114true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,615 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:54:53,615 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:54:53,615 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:54:53,615 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:54:53,619 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, Black: 79#(<= ~n1~0 0), 96#true, 31#L114true, 21#L149true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,619 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:54:53,619 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:54:53,619 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:54:53,619 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:54:53,631 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][214], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, Black: 79#(<= ~n1~0 0), 12#L78true, 96#true, 31#L114true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:54:53,632 INFO  L294   olderBase$Statistics]: this new event has 40 ancestors and is cut-off event
[2024-11-23 22:54:53,632 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:54:53,632 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:54:53,632 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:54:53,640 INFO  L124   PetriNetUnfolderBase]: 19702/29118 cut-off events.
[2024-11-23 22:54:53,640 INFO  L125   PetriNetUnfolderBase]: For 42572/44559 co-relation queries the response was YES.
[2024-11-23 22:54:53,735 INFO  L83            FinitePrefix]: Finished finitePrefix Result has 82272 conditions, 29118 events. 19702/29118 cut-off events. For 42572/44559 co-relation queries the response was YES. Maximal size of possible extension queue 1729. Compared 210632 event pairs, 588 based on Foata normal form. 1463/29936 useless extension candidates. Maximal degree in co-relation 45295. Up to 11417 conditions per place. 
[2024-11-23 22:54:53,896 INFO  L140   encePairwiseOnDemand]: 41/50 looper letters, 204 selfloop transitions, 54 changer transitions 2/284 dead transitions.
[2024-11-23 22:54:53,896 INFO  L145   encePairwiseOnDemand]: Finished differencePairwiseOnDemand. Result has 80 places, 284 transitions, 1679 flow
[2024-11-23 22:54:53,897 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 17 states. 
[2024-11-23 22:54:53,897 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand 17 states.
[2024-11-23 22:54:53,899 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 17 states to 17 states and 585 transitions.
[2024-11-23 22:54:53,900 INFO  L514   CegarLoopForPetriNet]: DFA transition density 0.6882352941176471
[2024-11-23 22:54:53,900 INFO  L175             Difference]: Start difference. First operand has 64 places, 63 transitions, 291 flow. Second operand 17 states and 585 transitions.
[2024-11-23 22:54:53,900 INFO  L82        GeneralOperation]: Start removeRedundantFlow. Operand has 80 places, 284 transitions, 1679 flow
[2024-11-23 22:54:54,057 INFO  L88        GeneralOperation]: Finished removeRedundantFlow, result has has 79 places, 284 transitions, 1646 flow, removed 14 selfloop flow, removed 1 redundant places.
[2024-11-23 22:54:54,063 INFO  L231             Difference]: Finished difference. Result has 85 places, 119 transitions, 817 flow
[2024-11-23 22:54:54,067 INFO  L262   CegarLoopForPetriNet]: {PETRI_ALPHABET=50, PETRI_DIFFERENCE_MINUEND_FLOW=284, PETRI_DIFFERENCE_MINUEND_PLACES=63, PETRI_DIFFERENCE_MINUEND_TRANSITIONS=63, PETRI_DIFFERENCE_SUBTRAHEND_LETTERS_WITH_MORE_CHANGERS_THAN_LOOPERS=12, PETRI_DIFFERENCE_SUBTRAHEND_LOOPER_ONLY_LETTERS=48, PETRI_DIFFERENCE_SUBTRAHEND_STATES=17, PETRI_FLOW=817, PETRI_PLACES=85, PETRI_TRANSITIONS=119}
[2024-11-23 22:54:54,068 INFO  L279   CegarLoopForPetriNet]: 52 programPoint places, 33 predicate places.
[2024-11-23 22:54:54,068 INFO  L471      AbstractCegarLoop]: Abstraction has has 85 places, 119 transitions, 817 flow
[2024-11-23 22:54:54,068 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 18 states, 18 states have (on average 24.555555555555557) internal successors, (442), 18 states have internal predecessors, (442), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:54:54,068 INFO  L198   CegarLoopForPetriNet]: Found error trace
[2024-11-23 22:54:54,068 INFO  L206   CegarLoopForPetriNet]: trace histogram [2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-11-23 22:54:54,084 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3 -smt2 -in SMTLIB2_COMPLIANT=true (2)] Forceful destruction successful, exit code 0
[2024-11-23 22:54:54,275 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable4,2 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-23 22:54:54,276 INFO  L396      AbstractCegarLoop]: === Iteration 6 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION === [ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION, ULTIMATE.startErr0INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES, ULTIMATE.startErr1INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (and 2 more)] ===
[2024-11-23 22:54:54,279 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-23 22:54:54,279 INFO  L85        PathProgramCache]: Analyzing trace with hash 1641786770, now seen corresponding path program 1 times
[2024-11-23 22:54:54,279 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-23 22:54:54,279 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1086244113]
[2024-11-23 22:54:54,279 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-23 22:54:54,280 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-23 22:54:54,419 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-23 22:54:55,964 INFO  L134       CoverageAnalysis]: Checked inductivity of 4 backedges. 0 proven. 3 refuted. 0 times theorem prover too weak. 1 trivial. 0 not checked.
[2024-11-23 22:54:55,965 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-23 22:54:55,965 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1086244113]
[2024-11-23 22:54:55,965 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1086244113] provided 0 perfect and 1 imperfect interpolant sequences
[2024-11-23 22:54:55,965 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [954397568]
[2024-11-23 22:54:55,965 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-23 22:54:55,965 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-23 22:54:55,966 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3
[2024-11-23 22:54:55,968 INFO  L229       MonitoredProcess]: Starting monitored process 3 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-11-23 22:54:55,974 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3 -smt2 -in SMTLIB2_COMPLIANT=true (3)] Waiting until timeout for monitored process
[2024-11-23 22:54:56,147 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-23 22:54:56,150 INFO  L256         TraceCheckSpWp]: Trace formula consists of 303 conjuncts, 14 conjuncts are in the unsatisfiable core
[2024-11-23 22:54:56,154 INFO  L279         TraceCheckSpWp]: Computing forward predicates...
[2024-11-23 22:54:56,641 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 25 treesize of output 7
[2024-11-23 22:54:56,662 INFO  L134       CoverageAnalysis]: Checked inductivity of 4 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 4 trivial. 0 not checked.
[2024-11-23 22:54:56,663 INFO  L308         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2024-11-23 22:54:56,663 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [954397568] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-23 22:54:56,663 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 1 imperfect interpolant sequences.
[2024-11-23 22:54:56,663 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [8] total 11
[2024-11-23 22:54:56,663 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1887208555]
[2024-11-23 22:54:56,664 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-23 22:54:56,665 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2024-11-23 22:54:56,666 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-23 22:54:56,666 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2024-11-23 22:54:56,666 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=34, Invalid=98, Unknown=0, NotChecked=0, Total=132
[2024-11-23 22:54:56,684 INFO  L469   CegarLoopForPetriNet]: Number of universal loopers: 21 out of 50
[2024-11-23 22:54:56,685 INFO  L103   encePairwiseOnDemand]: Start differencePairwiseOnDemand. First operand has 85 places, 119 transitions, 817 flow. Second operand  has 6 states, 6 states have (on average 25.166666666666668) internal successors, (151), 6 states have internal predecessors, (151), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:54:56,685 INFO  L112   encePairwiseOnDemand]: Universal subtrahend loopers provided by user.
[2024-11-23 22:54:56,685 INFO  L113   encePairwiseOnDemand]: Number of universal subtrahend loopers: 21 of 50
[2024-11-23 22:54:56,685 INFO  L73            FinitePrefix]: Start finitePrefix. Operand will be constructed on-demand
[2024-11-23 22:55:02,021 INFO  L124   PetriNetUnfolderBase]: 25271/37581 cut-off events.
[2024-11-23 22:55:02,022 INFO  L125   PetriNetUnfolderBase]: For 88925/91470 co-relation queries the response was YES.
[2024-11-23 22:55:02,161 INFO  L83            FinitePrefix]: Finished finitePrefix Result has 116232 conditions, 37581 events. 25271/37581 cut-off events. For 88925/91470 co-relation queries the response was YES. Maximal size of possible extension queue 2158. Compared 281184 event pairs, 1097 based on Foata normal form. 1776/38753 useless extension candidates. Maximal degree in co-relation 86931. Up to 15722 conditions per place. 
[2024-11-23 22:55:02,351 INFO  L140   encePairwiseOnDemand]: 44/50 looper letters, 116 selfloop transitions, 60 changer transitions 1/201 dead transitions.
[2024-11-23 22:55:02,351 INFO  L145   encePairwiseOnDemand]: Finished differencePairwiseOnDemand. Result has 90 places, 201 transitions, 1576 flow
[2024-11-23 22:55:02,351 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2024-11-23 22:55:02,351 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand 6 states.
[2024-11-23 22:55:02,353 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 6 states to 6 states and 218 transitions.
[2024-11-23 22:55:02,356 INFO  L514   CegarLoopForPetriNet]: DFA transition density 0.7266666666666667
[2024-11-23 22:55:02,356 INFO  L175             Difference]: Start difference. First operand has 85 places, 119 transitions, 817 flow. Second operand 6 states and 218 transitions.
[2024-11-23 22:55:02,356 INFO  L82        GeneralOperation]: Start removeRedundantFlow. Operand has 90 places, 201 transitions, 1576 flow
[2024-11-23 22:55:03,262 INFO  L88        GeneralOperation]: Finished removeRedundantFlow, result has has 88 places, 201 transitions, 1512 flow, removed 31 selfloop flow, removed 2 redundant places.
[2024-11-23 22:55:03,397 INFO  L231             Difference]: Finished difference. Result has 91 places, 142 transitions, 1177 flow
[2024-11-23 22:55:03,397 INFO  L262   CegarLoopForPetriNet]: {PETRI_ALPHABET=50, PETRI_DIFFERENCE_MINUEND_FLOW=741, PETRI_DIFFERENCE_MINUEND_PLACES=83, PETRI_DIFFERENCE_MINUEND_TRANSITIONS=117, PETRI_DIFFERENCE_SUBTRAHEND_LETTERS_WITH_MORE_CHANGERS_THAN_LOOPERS=38, PETRI_DIFFERENCE_SUBTRAHEND_LOOPER_ONLY_LETTERS=66, PETRI_DIFFERENCE_SUBTRAHEND_STATES=6, PETRI_FLOW=1177, PETRI_PLACES=91, PETRI_TRANSITIONS=142}
[2024-11-23 22:55:03,397 INFO  L279   CegarLoopForPetriNet]: 52 programPoint places, 39 predicate places.
[2024-11-23 22:55:03,398 INFO  L471      AbstractCegarLoop]: Abstraction has has 91 places, 142 transitions, 1177 flow
[2024-11-23 22:55:03,398 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 6 states have (on average 25.166666666666668) internal successors, (151), 6 states have internal predecessors, (151), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:55:03,398 INFO  L198   CegarLoopForPetriNet]: Found error trace
[2024-11-23 22:55:03,398 INFO  L206   CegarLoopForPetriNet]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-11-23 22:55:03,404 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3 -smt2 -in SMTLIB2_COMPLIANT=true (3)] Ended with exit code 0
[2024-11-23 22:55:03,598 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable5,3 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_fbe72a61-3ebb-426d-98ac-7eef9576ebf8/bin/uautomizer-verify-LYvppIcaGC/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-23 22:55:03,599 INFO  L396      AbstractCegarLoop]: === Iteration 7 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION === [ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION, ULTIMATE.startErr0INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES, ULTIMATE.startErr1INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (and 2 more)] ===
[2024-11-23 22:55:03,599 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-23 22:55:03,599 INFO  L85        PathProgramCache]: Analyzing trace with hash 1582135718, now seen corresponding path program 1 times
[2024-11-23 22:55:03,599 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-23 22:55:03,599 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [2049049344]
[2024-11-23 22:55:03,599 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-23 22:55:03,600 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-23 22:55:03,626 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-23 22:55:03,757 INFO  L134       CoverageAnalysis]: Checked inductivity of 2 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 2 trivial. 0 not checked.
[2024-11-23 22:55:03,757 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-23 22:55:03,757 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [2049049344]
[2024-11-23 22:55:03,757 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [2049049344] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-23 22:55:03,757 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-23 22:55:03,757 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [3] imperfect sequences [] total 3
[2024-11-23 22:55:03,758 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [578010812]
[2024-11-23 22:55:03,758 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-23 22:55:03,758 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 3 states
[2024-11-23 22:55:03,758 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-23 22:55:03,759 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 3 interpolants.
[2024-11-23 22:55:03,759 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2024-11-23 22:55:03,766 INFO  L469   CegarLoopForPetriNet]: Number of universal loopers: 21 out of 50
[2024-11-23 22:55:03,766 INFO  L103   encePairwiseOnDemand]: Start differencePairwiseOnDemand. First operand has 91 places, 142 transitions, 1177 flow. Second operand  has 3 states, 3 states have (on average 29.333333333333332) internal successors, (88), 3 states have internal predecessors, (88), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:55:03,767 INFO  L112   encePairwiseOnDemand]: Universal subtrahend loopers provided by user.
[2024-11-23 22:55:03,767 INFO  L113   encePairwiseOnDemand]: Number of universal subtrahend loopers: 21 of 50
[2024-11-23 22:55:03,767 INFO  L73            FinitePrefix]: Start finitePrefix. Operand will be constructed on-demand
[2024-11-23 22:55:07,640 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([848] L51-->L55: Formula: (let ((.cse1 (not |v_thread1_#t~short2#1_46|))) (and (or (and (let ((.cse0 (= |v_thread1_#t~mem1#1_32| v_~C~0_121))) (or (and .cse0 |v_thread1_#t~short2#1_45|) (and (not .cse0) (not |v_thread1_#t~short2#1_45|)))) (= |v_thread1_#t~mem1#1_32| (select (select |v_#memory_int#1_91| v_~q1~0.base_123) (+ (* v_~q1_back~0_100 4) v_~q1~0.offset_123))) |v_thread1_#t~short2#1_46|) (and (= |v_thread1_#t~short2#1_45| |v_thread1_#t~short2#1_46|) (= |v_thread1_#t~mem1#1_32| |v_thread1Thread1of1ForFork2_#t~mem1#1_1|) .cse1)) (= (+ v_~q1_back~0_100 1) v_~q1_back~0_99) (or (and (or (< v_~q1_back~0_100 0) (<= v_~n1~0_84 v_~q1_back~0_100)) .cse1) (and (<= 0 v_~q1_back~0_100) |v_thread1_#t~short2#1_46| (< v_~q1_back~0_100 v_~n1~0_84))) (not (= 0 (ite |v_thread1_#t~short2#1_45| 1 0)))))  InVars {~q1~0.offset=v_~q1~0.offset_123, ~q1_back~0=v_~q1_back~0_100, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_#t~mem1#1=|v_thread1Thread1of1ForFork2_#t~mem1#1_1|}  OutVars{~q1~0.offset=v_~q1~0.offset_123, thread1Thread1of1ForFork2_#t~post3#1=|v_thread1Thread1of1ForFork2_#t~post3#1_1|, thread1Thread1of1ForFork2_#t~short2#1=|v_thread1Thread1of1ForFork2_#t~short2#1_1|, ~q1_back~0=v_~q1_back~0_99, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1_1|, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1_1|}  AuxVars[|v_thread1_#t~mem1#1_32|, |v_thread1_#t~short2#1_46|, |v_thread1_#t~short2#1_45|]  AssignedVars[thread1Thread1of1ForFork2_#t~post3#1, thread1Thread1of1ForFork2_#t~short2#1, ~q1_back~0, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1, thread1Thread1of1ForFork2_#t~mem1#1][133], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 5#L55true, 40#L99true, 34#L75true, 85#(<= (+ ~q1_front~0 1) ~q1_back~0), 31#L114true])
[2024-11-23 22:55:07,640 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:55:07,640 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:07,640 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:07,640 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:07,640 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 17#L96true, 34#L75true, 31#L114true])
[2024-11-23 22:55:07,641 INFO  L294   olderBase$Statistics]: this new event has 34 ancestors and is cut-off event
[2024-11-23 22:55:07,641 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:07,641 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:07,641 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:07,641 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 34#L75true, 31#L114true])
[2024-11-23 22:55:07,641 INFO  L294   olderBase$Statistics]: this new event has 33 ancestors and is cut-off event
[2024-11-23 22:55:07,641 INFO  L297   olderBase$Statistics]:   existing Event has 30 ancestors and is cut-off event
[2024-11-23 22:55:07,641 INFO  L297   olderBase$Statistics]:   existing Event has 30 ancestors and is cut-off event
[2024-11-23 22:55:07,641 INFO  L297   olderBase$Statistics]:   existing Event has 30 ancestors and is cut-off event
[2024-11-23 22:55:07,974 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 34#L75true, 17#L96true])
[2024-11-23 22:55:07,974 INFO  L294   olderBase$Statistics]: this new event has 34 ancestors and is cut-off event
[2024-11-23 22:55:07,974 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:07,974 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:07,974 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:07,975 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 34#L75true])
[2024-11-23 22:55:07,975 INFO  L294   olderBase$Statistics]: this new event has 33 ancestors and is cut-off event
[2024-11-23 22:55:07,975 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:07,975 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:07,975 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,168 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([848] L51-->L55: Formula: (let ((.cse1 (not |v_thread1_#t~short2#1_46|))) (and (or (and (let ((.cse0 (= |v_thread1_#t~mem1#1_32| v_~C~0_121))) (or (and .cse0 |v_thread1_#t~short2#1_45|) (and (not .cse0) (not |v_thread1_#t~short2#1_45|)))) (= |v_thread1_#t~mem1#1_32| (select (select |v_#memory_int#1_91| v_~q1~0.base_123) (+ (* v_~q1_back~0_100 4) v_~q1~0.offset_123))) |v_thread1_#t~short2#1_46|) (and (= |v_thread1_#t~short2#1_45| |v_thread1_#t~short2#1_46|) (= |v_thread1_#t~mem1#1_32| |v_thread1Thread1of1ForFork2_#t~mem1#1_1|) .cse1)) (= (+ v_~q1_back~0_100 1) v_~q1_back~0_99) (or (and (or (< v_~q1_back~0_100 0) (<= v_~n1~0_84 v_~q1_back~0_100)) .cse1) (and (<= 0 v_~q1_back~0_100) |v_thread1_#t~short2#1_46| (< v_~q1_back~0_100 v_~n1~0_84))) (not (= 0 (ite |v_thread1_#t~short2#1_45| 1 0)))))  InVars {~q1~0.offset=v_~q1~0.offset_123, ~q1_back~0=v_~q1_back~0_100, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_#t~mem1#1=|v_thread1Thread1of1ForFork2_#t~mem1#1_1|}  OutVars{~q1~0.offset=v_~q1~0.offset_123, thread1Thread1of1ForFork2_#t~post3#1=|v_thread1Thread1of1ForFork2_#t~post3#1_1|, thread1Thread1of1ForFork2_#t~short2#1=|v_thread1Thread1of1ForFork2_#t~short2#1_1|, ~q1_back~0=v_~q1_back~0_99, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1_1|, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1_1|}  AuxVars[|v_thread1_#t~mem1#1_32|, |v_thread1_#t~short2#1_46|, |v_thread1_#t~short2#1_45|]  AssignedVars[thread1Thread1of1ForFork2_#t~post3#1, thread1Thread1of1ForFork2_#t~short2#1, ~q1_back~0, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1, thread1Thread1of1ForFork2_#t~mem1#1][133], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 5#L55true, 40#L99true, 34#L75true, 25#L148true, 85#(<= (+ ~q1_front~0 1) ~q1_back~0), 31#L114true])
[2024-11-23 22:55:08,168 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,168 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,168 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,168 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,168 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 34#L75true, 17#L96true, 25#L148true, 31#L114true])
[2024-11-23 22:55:08,168 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,168 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,168 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,169 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,169 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 34#L75true, 25#L148true, 31#L114true])
[2024-11-23 22:55:08,169 INFO  L294   olderBase$Statistics]: this new event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,169 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:08,169 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:08,169 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:08,171 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([848] L51-->L55: Formula: (let ((.cse1 (not |v_thread1_#t~short2#1_46|))) (and (or (and (let ((.cse0 (= |v_thread1_#t~mem1#1_32| v_~C~0_121))) (or (and .cse0 |v_thread1_#t~short2#1_45|) (and (not .cse0) (not |v_thread1_#t~short2#1_45|)))) (= |v_thread1_#t~mem1#1_32| (select (select |v_#memory_int#1_91| v_~q1~0.base_123) (+ (* v_~q1_back~0_100 4) v_~q1~0.offset_123))) |v_thread1_#t~short2#1_46|) (and (= |v_thread1_#t~short2#1_45| |v_thread1_#t~short2#1_46|) (= |v_thread1_#t~mem1#1_32| |v_thread1Thread1of1ForFork2_#t~mem1#1_1|) .cse1)) (= (+ v_~q1_back~0_100 1) v_~q1_back~0_99) (or (and (or (< v_~q1_back~0_100 0) (<= v_~n1~0_84 v_~q1_back~0_100)) .cse1) (and (<= 0 v_~q1_back~0_100) |v_thread1_#t~short2#1_46| (< v_~q1_back~0_100 v_~n1~0_84))) (not (= 0 (ite |v_thread1_#t~short2#1_45| 1 0)))))  InVars {~q1~0.offset=v_~q1~0.offset_123, ~q1_back~0=v_~q1_back~0_100, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_#t~mem1#1=|v_thread1Thread1of1ForFork2_#t~mem1#1_1|}  OutVars{~q1~0.offset=v_~q1~0.offset_123, thread1Thread1of1ForFork2_#t~post3#1=|v_thread1Thread1of1ForFork2_#t~post3#1_1|, thread1Thread1of1ForFork2_#t~short2#1=|v_thread1Thread1of1ForFork2_#t~short2#1_1|, ~q1_back~0=v_~q1_back~0_99, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1_1|, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1_1|}  AuxVars[|v_thread1_#t~mem1#1_32|, |v_thread1_#t~short2#1_46|, |v_thread1_#t~short2#1_45|]  AssignedVars[thread1Thread1of1ForFork2_#t~post3#1, thread1Thread1of1ForFork2_#t~short2#1, ~q1_back~0, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1, thread1Thread1of1ForFork2_#t~mem1#1][133], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 5#L55true, 40#L99true, 85#(<= (+ ~q1_front~0 1) ~q1_back~0), 12#L78true, 31#L114true])
[2024-11-23 22:55:08,171 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,171 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,171 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,171 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,171 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 17#L96true, 12#L78true, 31#L114true])
[2024-11-23 22:55:08,171 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,171 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,171 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,171 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,172 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 12#L78true, 31#L114true])
[2024-11-23 22:55:08,172 INFO  L294   olderBase$Statistics]: this new event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,172 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:08,172 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:08,172 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:08,394 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 17#L96true, 34#L75true, 25#L148true])
[2024-11-23 22:55:08,394 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,394 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,394 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,394 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,394 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 34#L75true, 25#L148true])
[2024-11-23 22:55:08,394 INFO  L294   olderBase$Statistics]: this new event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,394 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,395 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,395 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,396 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 17#L96true, 12#L78true])
[2024-11-23 22:55:08,396 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,396 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,396 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,396 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,396 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 12#L78true])
[2024-11-23 22:55:08,396 INFO  L294   olderBase$Statistics]: this new event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,396 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,396 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,396 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,510 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([848] L51-->L55: Formula: (let ((.cse1 (not |v_thread1_#t~short2#1_46|))) (and (or (and (let ((.cse0 (= |v_thread1_#t~mem1#1_32| v_~C~0_121))) (or (and .cse0 |v_thread1_#t~short2#1_45|) (and (not .cse0) (not |v_thread1_#t~short2#1_45|)))) (= |v_thread1_#t~mem1#1_32| (select (select |v_#memory_int#1_91| v_~q1~0.base_123) (+ (* v_~q1_back~0_100 4) v_~q1~0.offset_123))) |v_thread1_#t~short2#1_46|) (and (= |v_thread1_#t~short2#1_45| |v_thread1_#t~short2#1_46|) (= |v_thread1_#t~mem1#1_32| |v_thread1Thread1of1ForFork2_#t~mem1#1_1|) .cse1)) (= (+ v_~q1_back~0_100 1) v_~q1_back~0_99) (or (and (or (< v_~q1_back~0_100 0) (<= v_~n1~0_84 v_~q1_back~0_100)) .cse1) (and (<= 0 v_~q1_back~0_100) |v_thread1_#t~short2#1_46| (< v_~q1_back~0_100 v_~n1~0_84))) (not (= 0 (ite |v_thread1_#t~short2#1_45| 1 0)))))  InVars {~q1~0.offset=v_~q1~0.offset_123, ~q1_back~0=v_~q1_back~0_100, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_#t~mem1#1=|v_thread1Thread1of1ForFork2_#t~mem1#1_1|}  OutVars{~q1~0.offset=v_~q1~0.offset_123, thread1Thread1of1ForFork2_#t~post3#1=|v_thread1Thread1of1ForFork2_#t~post3#1_1|, thread1Thread1of1ForFork2_#t~short2#1=|v_thread1Thread1of1ForFork2_#t~short2#1_1|, ~q1_back~0=v_~q1_back~0_99, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1_1|, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1_1|}  AuxVars[|v_thread1_#t~mem1#1_32|, |v_thread1_#t~short2#1_46|, |v_thread1_#t~short2#1_45|]  AssignedVars[thread1Thread1of1ForFork2_#t~post3#1, thread1Thread1of1ForFork2_#t~short2#1, ~q1_back~0, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1, thread1Thread1of1ForFork2_#t~mem1#1][133], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 5#L55true, 40#L99true, 85#(<= (+ ~q1_front~0 1) ~q1_back~0), 12#L78true])
[2024-11-23 22:55:08,510 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,510 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,510 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,510 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,510 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([848] L51-->L55: Formula: (let ((.cse1 (not |v_thread1_#t~short2#1_46|))) (and (or (and (let ((.cse0 (= |v_thread1_#t~mem1#1_32| v_~C~0_121))) (or (and .cse0 |v_thread1_#t~short2#1_45|) (and (not .cse0) (not |v_thread1_#t~short2#1_45|)))) (= |v_thread1_#t~mem1#1_32| (select (select |v_#memory_int#1_91| v_~q1~0.base_123) (+ (* v_~q1_back~0_100 4) v_~q1~0.offset_123))) |v_thread1_#t~short2#1_46|) (and (= |v_thread1_#t~short2#1_45| |v_thread1_#t~short2#1_46|) (= |v_thread1_#t~mem1#1_32| |v_thread1Thread1of1ForFork2_#t~mem1#1_1|) .cse1)) (= (+ v_~q1_back~0_100 1) v_~q1_back~0_99) (or (and (or (< v_~q1_back~0_100 0) (<= v_~n1~0_84 v_~q1_back~0_100)) .cse1) (and (<= 0 v_~q1_back~0_100) |v_thread1_#t~short2#1_46| (< v_~q1_back~0_100 v_~n1~0_84))) (not (= 0 (ite |v_thread1_#t~short2#1_45| 1 0)))))  InVars {~q1~0.offset=v_~q1~0.offset_123, ~q1_back~0=v_~q1_back~0_100, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_#t~mem1#1=|v_thread1Thread1of1ForFork2_#t~mem1#1_1|}  OutVars{~q1~0.offset=v_~q1~0.offset_123, thread1Thread1of1ForFork2_#t~post3#1=|v_thread1Thread1of1ForFork2_#t~post3#1_1|, thread1Thread1of1ForFork2_#t~short2#1=|v_thread1Thread1of1ForFork2_#t~short2#1_1|, ~q1_back~0=v_~q1_back~0_99, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1_1|, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1_1|}  AuxVars[|v_thread1_#t~mem1#1_32|, |v_thread1_#t~short2#1_46|, |v_thread1_#t~short2#1_45|]  AssignedVars[thread1Thread1of1ForFork2_#t~post3#1, thread1Thread1of1ForFork2_#t~short2#1, ~q1_back~0, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1, thread1Thread1of1ForFork2_#t~mem1#1][133], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 5#L55true, 34#L75true, 40#L99true, 85#(<= (+ ~q1_front~0 1) ~q1_back~0)])
[2024-11-23 22:55:08,510 INFO  L294   olderBase$Statistics]: this new event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,510 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,511 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,511 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,560 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 17#L96true, 34#L75true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:08,560 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,560 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,560 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,560 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,561 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 34#L75true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:08,561 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,561 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,561 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,561 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,570 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([848] L51-->L55: Formula: (let ((.cse1 (not |v_thread1_#t~short2#1_46|))) (and (or (and (let ((.cse0 (= |v_thread1_#t~mem1#1_32| v_~C~0_121))) (or (and .cse0 |v_thread1_#t~short2#1_45|) (and (not .cse0) (not |v_thread1_#t~short2#1_45|)))) (= |v_thread1_#t~mem1#1_32| (select (select |v_#memory_int#1_91| v_~q1~0.base_123) (+ (* v_~q1_back~0_100 4) v_~q1~0.offset_123))) |v_thread1_#t~short2#1_46|) (and (= |v_thread1_#t~short2#1_45| |v_thread1_#t~short2#1_46|) (= |v_thread1_#t~mem1#1_32| |v_thread1Thread1of1ForFork2_#t~mem1#1_1|) .cse1)) (= (+ v_~q1_back~0_100 1) v_~q1_back~0_99) (or (and (or (< v_~q1_back~0_100 0) (<= v_~n1~0_84 v_~q1_back~0_100)) .cse1) (and (<= 0 v_~q1_back~0_100) |v_thread1_#t~short2#1_46| (< v_~q1_back~0_100 v_~n1~0_84))) (not (= 0 (ite |v_thread1_#t~short2#1_45| 1 0)))))  InVars {~q1~0.offset=v_~q1~0.offset_123, ~q1_back~0=v_~q1_back~0_100, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_#t~mem1#1=|v_thread1Thread1of1ForFork2_#t~mem1#1_1|}  OutVars{~q1~0.offset=v_~q1~0.offset_123, thread1Thread1of1ForFork2_#t~post3#1=|v_thread1Thread1of1ForFork2_#t~post3#1_1|, thread1Thread1of1ForFork2_#t~short2#1=|v_thread1Thread1of1ForFork2_#t~short2#1_1|, ~q1_back~0=v_~q1_back~0_99, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1_1|, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1_1|}  AuxVars[|v_thread1_#t~mem1#1_32|, |v_thread1_#t~short2#1_46|, |v_thread1_#t~short2#1_45|]  AssignedVars[thread1Thread1of1ForFork2_#t~post3#1, thread1Thread1of1ForFork2_#t~short2#1, ~q1_back~0, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1, thread1Thread1of1ForFork2_#t~mem1#1][133], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 5#L55true, 40#L99true, 25#L148true, 85#(<= (+ ~q1_front~0 1) ~q1_back~0), 12#L78true, 31#L114true])
[2024-11-23 22:55:08,570 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:08,570 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,570 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,570 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,570 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 17#L96true, 25#L148true, 12#L78true, 31#L114true])
[2024-11-23 22:55:08,570 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,570 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,570 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,570 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,571 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 25#L148true, 12#L78true, 31#L114true])
[2024-11-23 22:55:08,571 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,571 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,571 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,571 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:08,758 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 17#L96true, 34#L75true, 13#thread1EXITtrue])
[2024-11-23 22:55:08,758 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,758 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,759 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,759 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,759 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 34#L75true, 13#thread1EXITtrue])
[2024-11-23 22:55:08,759 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,759 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,759 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,759 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,764 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 17#L96true, 25#L148true, 12#L78true])
[2024-11-23 22:55:08,765 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,765 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,765 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,765 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,765 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 25#L148true, 12#L78true])
[2024-11-23 22:55:08,765 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,765 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,765 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,765 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,859 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([848] L51-->L55: Formula: (let ((.cse1 (not |v_thread1_#t~short2#1_46|))) (and (or (and (let ((.cse0 (= |v_thread1_#t~mem1#1_32| v_~C~0_121))) (or (and .cse0 |v_thread1_#t~short2#1_45|) (and (not .cse0) (not |v_thread1_#t~short2#1_45|)))) (= |v_thread1_#t~mem1#1_32| (select (select |v_#memory_int#1_91| v_~q1~0.base_123) (+ (* v_~q1_back~0_100 4) v_~q1~0.offset_123))) |v_thread1_#t~short2#1_46|) (and (= |v_thread1_#t~short2#1_45| |v_thread1_#t~short2#1_46|) (= |v_thread1_#t~mem1#1_32| |v_thread1Thread1of1ForFork2_#t~mem1#1_1|) .cse1)) (= (+ v_~q1_back~0_100 1) v_~q1_back~0_99) (or (and (or (< v_~q1_back~0_100 0) (<= v_~n1~0_84 v_~q1_back~0_100)) .cse1) (and (<= 0 v_~q1_back~0_100) |v_thread1_#t~short2#1_46| (< v_~q1_back~0_100 v_~n1~0_84))) (not (= 0 (ite |v_thread1_#t~short2#1_45| 1 0)))))  InVars {~q1~0.offset=v_~q1~0.offset_123, ~q1_back~0=v_~q1_back~0_100, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_#t~mem1#1=|v_thread1Thread1of1ForFork2_#t~mem1#1_1|}  OutVars{~q1~0.offset=v_~q1~0.offset_123, thread1Thread1of1ForFork2_#t~post3#1=|v_thread1Thread1of1ForFork2_#t~post3#1_1|, thread1Thread1of1ForFork2_#t~short2#1=|v_thread1Thread1of1ForFork2_#t~short2#1_1|, ~q1_back~0=v_~q1_back~0_99, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1_1|, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1_1|}  AuxVars[|v_thread1_#t~mem1#1_32|, |v_thread1_#t~short2#1_46|, |v_thread1_#t~short2#1_45|]  AssignedVars[thread1Thread1of1ForFork2_#t~post3#1, thread1Thread1of1ForFork2_#t~short2#1, ~q1_back~0, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1, thread1Thread1of1ForFork2_#t~mem1#1][133], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 5#L55true, 34#L75true, 40#L99true, 25#L148true, 85#(<= (+ ~q1_front~0 1) ~q1_back~0)])
[2024-11-23 22:55:08,859 INFO  L294   olderBase$Statistics]: this new event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,859 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,860 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,860 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,860 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([848] L51-->L55: Formula: (let ((.cse1 (not |v_thread1_#t~short2#1_46|))) (and (or (and (let ((.cse0 (= |v_thread1_#t~mem1#1_32| v_~C~0_121))) (or (and .cse0 |v_thread1_#t~short2#1_45|) (and (not .cse0) (not |v_thread1_#t~short2#1_45|)))) (= |v_thread1_#t~mem1#1_32| (select (select |v_#memory_int#1_91| v_~q1~0.base_123) (+ (* v_~q1_back~0_100 4) v_~q1~0.offset_123))) |v_thread1_#t~short2#1_46|) (and (= |v_thread1_#t~short2#1_45| |v_thread1_#t~short2#1_46|) (= |v_thread1_#t~mem1#1_32| |v_thread1Thread1of1ForFork2_#t~mem1#1_1|) .cse1)) (= (+ v_~q1_back~0_100 1) v_~q1_back~0_99) (or (and (or (< v_~q1_back~0_100 0) (<= v_~n1~0_84 v_~q1_back~0_100)) .cse1) (and (<= 0 v_~q1_back~0_100) |v_thread1_#t~short2#1_46| (< v_~q1_back~0_100 v_~n1~0_84))) (not (= 0 (ite |v_thread1_#t~short2#1_45| 1 0)))))  InVars {~q1~0.offset=v_~q1~0.offset_123, ~q1_back~0=v_~q1_back~0_100, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_#t~mem1#1=|v_thread1Thread1of1ForFork2_#t~mem1#1_1|}  OutVars{~q1~0.offset=v_~q1~0.offset_123, thread1Thread1of1ForFork2_#t~post3#1=|v_thread1Thread1of1ForFork2_#t~post3#1_1|, thread1Thread1of1ForFork2_#t~short2#1=|v_thread1Thread1of1ForFork2_#t~short2#1_1|, ~q1_back~0=v_~q1_back~0_99, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1_1|, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1_1|}  AuxVars[|v_thread1_#t~mem1#1_32|, |v_thread1_#t~short2#1_46|, |v_thread1_#t~short2#1_45|]  AssignedVars[thread1Thread1of1ForFork2_#t~post3#1, thread1Thread1of1ForFork2_#t~short2#1, ~q1_back~0, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1, thread1Thread1of1ForFork2_#t~mem1#1][133], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 5#L55true, 40#L99true, 25#L148true, 85#(<= (+ ~q1_front~0 1) ~q1_back~0), 12#L78true])
[2024-11-23 22:55:08,860 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,860 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,860 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:08,860 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,914 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 17#L96true, 34#L75true, 25#L148true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:08,915 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:08,915 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,915 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,915 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,915 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 34#L75true, 25#L148true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:08,915 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,915 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,915 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,915 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,917 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 17#L96true, 12#L78true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:08,917 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:08,917 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,917 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,917 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,917 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 12#L78true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:08,917 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,917 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,917 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,917 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,928 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([848] L51-->L55: Formula: (let ((.cse1 (not |v_thread1_#t~short2#1_46|))) (and (or (and (let ((.cse0 (= |v_thread1_#t~mem1#1_32| v_~C~0_121))) (or (and .cse0 |v_thread1_#t~short2#1_45|) (and (not .cse0) (not |v_thread1_#t~short2#1_45|)))) (= |v_thread1_#t~mem1#1_32| (select (select |v_#memory_int#1_91| v_~q1~0.base_123) (+ (* v_~q1_back~0_100 4) v_~q1~0.offset_123))) |v_thread1_#t~short2#1_46|) (and (= |v_thread1_#t~short2#1_45| |v_thread1_#t~short2#1_46|) (= |v_thread1_#t~mem1#1_32| |v_thread1Thread1of1ForFork2_#t~mem1#1_1|) .cse1)) (= (+ v_~q1_back~0_100 1) v_~q1_back~0_99) (or (and (or (< v_~q1_back~0_100 0) (<= v_~n1~0_84 v_~q1_back~0_100)) .cse1) (and (<= 0 v_~q1_back~0_100) |v_thread1_#t~short2#1_46| (< v_~q1_back~0_100 v_~n1~0_84))) (not (= 0 (ite |v_thread1_#t~short2#1_45| 1 0)))))  InVars {~q1~0.offset=v_~q1~0.offset_123, ~q1_back~0=v_~q1_back~0_100, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_#t~mem1#1=|v_thread1Thread1of1ForFork2_#t~mem1#1_1|}  OutVars{~q1~0.offset=v_~q1~0.offset_123, thread1Thread1of1ForFork2_#t~post3#1=|v_thread1Thread1of1ForFork2_#t~post3#1_1|, thread1Thread1of1ForFork2_#t~short2#1=|v_thread1Thread1of1ForFork2_#t~short2#1_1|, ~q1_back~0=v_~q1_back~0_99, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1_1|, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1_1|}  AuxVars[|v_thread1_#t~mem1#1_32|, |v_thread1_#t~short2#1_46|, |v_thread1_#t~short2#1_45|]  AssignedVars[thread1Thread1of1ForFork2_#t~post3#1, thread1Thread1of1ForFork2_#t~short2#1, ~q1_back~0, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1, thread1Thread1of1ForFork2_#t~mem1#1][133], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 6#L147-4true, 5#L55true, 40#L99true, 85#(<= (+ ~q1_front~0 1) ~q1_back~0), 31#L114true])
[2024-11-23 22:55:08,929 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:08,929 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,929 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,929 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:08,929 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 6#L147-4true, 17#L96true, 31#L114true])
[2024-11-23 22:55:08,929 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:08,929 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,930 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,930 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:08,930 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 6#L147-4true, 31#L114true])
[2024-11-23 22:55:08,930 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:08,930 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,930 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:08,930 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:09,099 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 34#L75true, 17#L96true, 25#L148true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,099 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,099 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,099 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,099 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,099 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 34#L75true, 25#L148true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,100 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,100 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,100 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,100 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,100 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 17#L96true, 12#L78true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,100 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,100 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,100 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,101 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,101 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 12#L78true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,101 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,101 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,101 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,101 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,106 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 41#thread2EXITtrue, 6#L147-4true, 17#L96true])
[2024-11-23 22:55:09,106 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,106 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,106 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,106 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,106 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 41#thread2EXITtrue, 6#L147-4true])
[2024-11-23 22:55:09,106 INFO  L294   olderBase$Statistics]: this new event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,106 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,106 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,106 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,195 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([848] L51-->L55: Formula: (let ((.cse1 (not |v_thread1_#t~short2#1_46|))) (and (or (and (let ((.cse0 (= |v_thread1_#t~mem1#1_32| v_~C~0_121))) (or (and .cse0 |v_thread1_#t~short2#1_45|) (and (not .cse0) (not |v_thread1_#t~short2#1_45|)))) (= |v_thread1_#t~mem1#1_32| (select (select |v_#memory_int#1_91| v_~q1~0.base_123) (+ (* v_~q1_back~0_100 4) v_~q1~0.offset_123))) |v_thread1_#t~short2#1_46|) (and (= |v_thread1_#t~short2#1_45| |v_thread1_#t~short2#1_46|) (= |v_thread1_#t~mem1#1_32| |v_thread1Thread1of1ForFork2_#t~mem1#1_1|) .cse1)) (= (+ v_~q1_back~0_100 1) v_~q1_back~0_99) (or (and (or (< v_~q1_back~0_100 0) (<= v_~n1~0_84 v_~q1_back~0_100)) .cse1) (and (<= 0 v_~q1_back~0_100) |v_thread1_#t~short2#1_46| (< v_~q1_back~0_100 v_~n1~0_84))) (not (= 0 (ite |v_thread1_#t~short2#1_45| 1 0)))))  InVars {~q1~0.offset=v_~q1~0.offset_123, ~q1_back~0=v_~q1_back~0_100, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_#t~mem1#1=|v_thread1Thread1of1ForFork2_#t~mem1#1_1|}  OutVars{~q1~0.offset=v_~q1~0.offset_123, thread1Thread1of1ForFork2_#t~post3#1=|v_thread1Thread1of1ForFork2_#t~post3#1_1|, thread1Thread1of1ForFork2_#t~short2#1=|v_thread1Thread1of1ForFork2_#t~short2#1_1|, ~q1_back~0=v_~q1_back~0_99, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1_1|, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1_1|}  AuxVars[|v_thread1_#t~mem1#1_32|, |v_thread1_#t~short2#1_46|, |v_thread1_#t~short2#1_45|]  AssignedVars[thread1Thread1of1ForFork2_#t~post3#1, thread1Thread1of1ForFork2_#t~short2#1, ~q1_back~0, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1, thread1Thread1of1ForFork2_#t~mem1#1][133], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 41#thread2EXITtrue, 6#L147-4true, 5#L55true, 40#L99true, 85#(<= (+ ~q1_front~0 1) ~q1_back~0)])
[2024-11-23 22:55:09,196 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,196 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,196 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,196 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,236 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 17#L96true, 25#L148true, 12#L78true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,236 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,237 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,237 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,237 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,237 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 25#L148true, 12#L78true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,237 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,237 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:09,237 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:09,237 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:09,239 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 17#L96true, 34#L75true, 31#L114true])
[2024-11-23 22:55:09,239 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,239 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,239 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,239 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,239 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 34#L75true, 31#L114true])
[2024-11-23 22:55:09,239 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,239 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:09,239 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:09,239 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:09,248 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([848] L51-->L55: Formula: (let ((.cse1 (not |v_thread1_#t~short2#1_46|))) (and (or (and (let ((.cse0 (= |v_thread1_#t~mem1#1_32| v_~C~0_121))) (or (and .cse0 |v_thread1_#t~short2#1_45|) (and (not .cse0) (not |v_thread1_#t~short2#1_45|)))) (= |v_thread1_#t~mem1#1_32| (select (select |v_#memory_int#1_91| v_~q1~0.base_123) (+ (* v_~q1_back~0_100 4) v_~q1~0.offset_123))) |v_thread1_#t~short2#1_46|) (and (= |v_thread1_#t~short2#1_45| |v_thread1_#t~short2#1_46|) (= |v_thread1_#t~mem1#1_32| |v_thread1Thread1of1ForFork2_#t~mem1#1_1|) .cse1)) (= (+ v_~q1_back~0_100 1) v_~q1_back~0_99) (or (and (or (< v_~q1_back~0_100 0) (<= v_~n1~0_84 v_~q1_back~0_100)) .cse1) (and (<= 0 v_~q1_back~0_100) |v_thread1_#t~short2#1_46| (< v_~q1_back~0_100 v_~n1~0_84))) (not (= 0 (ite |v_thread1_#t~short2#1_45| 1 0)))))  InVars {~q1~0.offset=v_~q1~0.offset_123, ~q1_back~0=v_~q1_back~0_100, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_#t~mem1#1=|v_thread1Thread1of1ForFork2_#t~mem1#1_1|}  OutVars{~q1~0.offset=v_~q1~0.offset_123, thread1Thread1of1ForFork2_#t~post3#1=|v_thread1Thread1of1ForFork2_#t~post3#1_1|, thread1Thread1of1ForFork2_#t~short2#1=|v_thread1Thread1of1ForFork2_#t~short2#1_1|, ~q1_back~0=v_~q1_back~0_99, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1_1|, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1_1|}  AuxVars[|v_thread1_#t~mem1#1_32|, |v_thread1_#t~short2#1_46|, |v_thread1_#t~short2#1_45|]  AssignedVars[thread1Thread1of1ForFork2_#t~post3#1, thread1Thread1of1ForFork2_#t~short2#1, ~q1_back~0, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1, thread1Thread1of1ForFork2_#t~mem1#1][133], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 5#L55true, 40#L99true, 25#L148true, 85#(<= (+ ~q1_front~0 1) ~q1_back~0), 31#L114true])
[2024-11-23 22:55:09,248 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,248 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,248 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,248 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,248 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 17#L96true, 25#L148true, 31#L114true])
[2024-11-23 22:55:09,248 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,248 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,249 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,249 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,249 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 25#L148true, 31#L114true])
[2024-11-23 22:55:09,249 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,249 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:09,249 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:09,249 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:09,537 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 17#L96true, 25#L148true, 12#L78true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,537 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,537 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,537 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,537 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,538 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 25#L148true, 12#L78true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,538 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,538 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,538 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,538 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,538 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 34#L75true, 17#L96true])
[2024-11-23 22:55:09,539 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,539 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,539 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,539 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,539 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 34#L75true])
[2024-11-23 22:55:09,539 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,539 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,539 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,539 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,542 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 41#thread2EXITtrue, 17#L96true, 25#L148true])
[2024-11-23 22:55:09,542 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,542 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,542 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,542 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,542 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 41#thread2EXITtrue, 25#L148true])
[2024-11-23 22:55:09,543 INFO  L294   olderBase$Statistics]: this new event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,543 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,543 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,543 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,563 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 5#L55true, 34#L75true, 17#L96true, 31#L114true])
[2024-11-23 22:55:09,563 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,563 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:09,563 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:09,563 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,595 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([848] L51-->L55: Formula: (let ((.cse1 (not |v_thread1_#t~short2#1_46|))) (and (or (and (let ((.cse0 (= |v_thread1_#t~mem1#1_32| v_~C~0_121))) (or (and .cse0 |v_thread1_#t~short2#1_45|) (and (not .cse0) (not |v_thread1_#t~short2#1_45|)))) (= |v_thread1_#t~mem1#1_32| (select (select |v_#memory_int#1_91| v_~q1~0.base_123) (+ (* v_~q1_back~0_100 4) v_~q1~0.offset_123))) |v_thread1_#t~short2#1_46|) (and (= |v_thread1_#t~short2#1_45| |v_thread1_#t~short2#1_46|) (= |v_thread1_#t~mem1#1_32| |v_thread1Thread1of1ForFork2_#t~mem1#1_1|) .cse1)) (= (+ v_~q1_back~0_100 1) v_~q1_back~0_99) (or (and (or (< v_~q1_back~0_100 0) (<= v_~n1~0_84 v_~q1_back~0_100)) .cse1) (and (<= 0 v_~q1_back~0_100) |v_thread1_#t~short2#1_46| (< v_~q1_back~0_100 v_~n1~0_84))) (not (= 0 (ite |v_thread1_#t~short2#1_45| 1 0)))))  InVars {~q1~0.offset=v_~q1~0.offset_123, ~q1_back~0=v_~q1_back~0_100, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_#t~mem1#1=|v_thread1Thread1of1ForFork2_#t~mem1#1_1|}  OutVars{~q1~0.offset=v_~q1~0.offset_123, thread1Thread1of1ForFork2_#t~post3#1=|v_thread1Thread1of1ForFork2_#t~post3#1_1|, thread1Thread1of1ForFork2_#t~short2#1=|v_thread1Thread1of1ForFork2_#t~short2#1_1|, ~q1_back~0=v_~q1_back~0_99, ~C~0=v_~C~0_121, ~n1~0=v_~n1~0_84, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1_1|, ~q1~0.base=v_~q1~0.base_123, #memory_int#1=|v_#memory_int#1_91|, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1=|v_thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1_1|}  AuxVars[|v_thread1_#t~mem1#1_32|, |v_thread1_#t~short2#1_46|, |v_thread1_#t~short2#1_45|]  AssignedVars[thread1Thread1of1ForFork2_#t~post3#1, thread1Thread1of1ForFork2_#t~short2#1, ~q1_back~0, thread1Thread1of1ForFork2_assume_abort_if_not_#in~cond#1, thread1Thread1of1ForFork2_assume_abort_if_not_~cond#1, thread1Thread1of1ForFork2_#t~mem1#1][133], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 41#thread2EXITtrue, 5#L55true, 40#L99true, 25#L148true, 85#(<= (+ ~q1_front~0 1) ~q1_back~0)])
[2024-11-23 22:55:09,595 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,595 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,595 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,595 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,616 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 17#L96true, 12#L78true, 31#L114true])
[2024-11-23 22:55:09,616 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,616 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,616 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,616 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,616 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 12#L78true, 31#L114true])
[2024-11-23 22:55:09,616 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,617 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,617 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,617 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,618 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 6#L147-4true, 17#L96true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,618 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,618 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,618 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,618 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,619 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 6#L147-4true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,619 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,619 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,619 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,619 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,685 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 17#L96true, 12#L78true])
[2024-11-23 22:55:09,685 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,685 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,685 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,685 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,685 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 12#L78true])
[2024-11-23 22:55:09,685 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,685 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,685 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,685 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,686 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 41#thread2EXITtrue, 6#L147-4true, 17#L96true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,686 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,686 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,686 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,686 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,686 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 41#thread2EXITtrue, 6#L147-4true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,686 INFO  L294   olderBase$Statistics]: this new event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,686 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,686 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,686 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,705 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 5#L55true, 34#L75true, 17#L96true, 25#L148true, 31#L114true])
[2024-11-23 22:55:09,705 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,705 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,705 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:09,705 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,707 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 5#L55true, 17#L96true, 12#L78true, 31#L114true])
[2024-11-23 22:55:09,707 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,707 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:09,707 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,707 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,708 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 34#L75true, 17#L96true, 31#L114true])
[2024-11-23 22:55:09,708 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,708 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:09,708 INFO  L297   olderBase$Statistics]:   existing Event has 28 ancestors and is cut-off event
[2024-11-23 22:55:09,709 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:09,739 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 17#L96true, 25#L148true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,739 INFO  L294   olderBase$Statistics]: this new event has 40 ancestors and is cut-off event
[2024-11-23 22:55:09,739 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,739 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,739 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,739 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 25#L148true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,739 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,739 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,739 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,739 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,789 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 41#thread2EXITtrue, 17#L96true, 25#L148true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,789 INFO  L294   olderBase$Statistics]: this new event has 40 ancestors and is cut-off event
[2024-11-23 22:55:09,789 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,789 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,789 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,789 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 41#thread2EXITtrue, 25#L148true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,789 INFO  L294   olderBase$Statistics]: this new event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,789 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,789 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,789 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,799 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 5#L55true, 17#L96true, 25#L148true, 12#L78true, 31#L114true])
[2024-11-23 22:55:09,799 INFO  L294   olderBase$Statistics]: this new event has 40 ancestors and is cut-off event
[2024-11-23 22:55:09,800 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,800 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:09,800 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,800 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 34#L75true, 17#L96true, 25#L148true, 31#L114true])
[2024-11-23 22:55:09,801 INFO  L294   olderBase$Statistics]: this new event has 40 ancestors and is cut-off event
[2024-11-23 22:55:09,801 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:09,801 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,801 INFO  L297   olderBase$Statistics]:   existing Event has 29 ancestors and is cut-off event
[2024-11-23 22:55:09,802 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 17#L96true, 12#L78true, 31#L114true])
[2024-11-23 22:55:09,802 INFO  L294   olderBase$Statistics]: this new event has 40 ancestors and is cut-off event
[2024-11-23 22:55:09,802 INFO  L297   olderBase$Statistics]:   existing Event has 29 ancestors and is cut-off event
[2024-11-23 22:55:09,802 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,802 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:09,803 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 5#L55true, 34#L75true, 17#L96true])
[2024-11-23 22:55:09,803 INFO  L294   olderBase$Statistics]: this new event has 40 ancestors and is cut-off event
[2024-11-23 22:55:09,803 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:09,803 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:09,803 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,824 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 17#L96true, 31#L114true])
[2024-11-23 22:55:09,825 INFO  L294   olderBase$Statistics]: this new event has 41 ancestors and is cut-off event
[2024-11-23 22:55:09,825 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,825 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,825 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:09,825 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 31#L114true])
[2024-11-23 22:55:09,825 INFO  L294   olderBase$Statistics]: this new event has 40 ancestors and is cut-off event
[2024-11-23 22:55:09,825 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,825 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,825 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,858 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 41#thread2EXITtrue, 17#L96true])
[2024-11-23 22:55:09,858 INFO  L294   olderBase$Statistics]: this new event has 41 ancestors and is cut-off event
[2024-11-23 22:55:09,858 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:09,858 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:09,858 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:09,858 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 41#thread2EXITtrue])
[2024-11-23 22:55:09,858 INFO  L294   olderBase$Statistics]: this new event has 40 ancestors and is cut-off event
[2024-11-23 22:55:09,858 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,858 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,858 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:09,868 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 34#L75true, 17#L96true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:09,868 INFO  L294   olderBase$Statistics]: this new event has 41 ancestors and is cut-off event
[2024-11-23 22:55:09,868 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:09,868 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:09,868 INFO  L297   olderBase$Statistics]:   existing Event has 30 ancestors and is cut-off event
[2024-11-23 22:55:10,041 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 17#L96true, 25#L148true, 12#L78true, 31#L114true])
[2024-11-23 22:55:10,041 INFO  L294   olderBase$Statistics]: this new event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,041 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:10,041 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:10,041 INFO  L297   olderBase$Statistics]:   existing Event has 30 ancestors and is cut-off event
[2024-11-23 22:55:10,042 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 5#L55true, 34#L75true, 17#L96true, 25#L148true])
[2024-11-23 22:55:10,042 INFO  L294   olderBase$Statistics]: this new event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,042 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:10,042 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:10,042 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,043 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 6#L147-4true, 5#L55true, 17#L96true, 31#L114true])
[2024-11-23 22:55:10,043 INFO  L294   olderBase$Statistics]: this new event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,043 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:10,043 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,043 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:10,044 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 5#L55true, 17#L96true, 12#L78true])
[2024-11-23 22:55:10,044 INFO  L294   olderBase$Statistics]: this new event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,044 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:10,044 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,045 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:10,046 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 34#L75true, 17#L96true])
[2024-11-23 22:55:10,046 INFO  L294   olderBase$Statistics]: this new event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,046 INFO  L297   olderBase$Statistics]:   existing Event has 30 ancestors and is cut-off event
[2024-11-23 22:55:10,046 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:10,046 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:10,060 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, 483#true, 96#true, 354#true, 31#L114true, 21#L149true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:55:10,060 INFO  L294   olderBase$Statistics]: this new event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,060 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,060 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,060 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,060 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, 31#L114true, 21#L149true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1))))])
[2024-11-23 22:55:10,060 INFO  L294   olderBase$Statistics]: this new event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,060 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,060 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,061 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,080 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][170], [Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, 483#true, 96#true, 354#true, 21#L149true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:55:10,080 INFO  L294   olderBase$Statistics]: this new event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,080 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,080 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,080 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,080 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([861] L99-->thread3EXIT: Formula: (and (= |v_thread3Thread1of1ForFork1_#res#1.base_1| 0) (= (mod |v_thread3Thread1of1ForFork1_~cond~2#1_5| 256) 0) (= |v_thread3Thread1of1ForFork1_#res#1.offset_1| 0))  InVars {thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  OutVars{thread3Thread1of1ForFork1_#res#1.offset=|v_thread3Thread1of1ForFork1_#res#1.offset_1|, thread3Thread1of1ForFork1_#res#1.base=|v_thread3Thread1of1ForFork1_#res#1.base_1|, thread3Thread1of1ForFork1_~cond~2#1=|v_thread3Thread1of1ForFork1_~cond~2#1_5|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_#res#1.offset, thread3Thread1of1ForFork1_#res#1.base][139], [Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 84#(<= ~q1_front~0 ~q1_back~0), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, 21#L149true, 19#thread3EXITtrue, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1))))])
[2024-11-23 22:55:10,080 INFO  L294   olderBase$Statistics]: this new event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,080 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,080 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,080 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,086 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 17#L96true, 34#L75true, 25#L148true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:10,086 INFO  L294   olderBase$Statistics]: this new event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,086 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,086 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:10,086 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:10,088 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 6#L147-4true, 17#L96true, 12#L78true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:10,088 INFO  L294   olderBase$Statistics]: this new event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,088 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:10,088 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,088 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:10,089 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 5#L55true, 17#L96true, 25#L148true, 31#L114true])
[2024-11-23 22:55:10,089 INFO  L294   olderBase$Statistics]: this new event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,089 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,089 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:10,089 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,090 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 5#L55true, 17#L96true, 25#L148true, 12#L78true])
[2024-11-23 22:55:10,090 INFO  L294   olderBase$Statistics]: this new event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,090 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,090 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,090 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:10,091 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 17#L96true, 34#L75true, 25#L148true])
[2024-11-23 22:55:10,091 INFO  L294   olderBase$Statistics]: this new event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,091 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:10,091 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,091 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:10,092 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 6#L147-4true, 17#L96true, 31#L114true])
[2024-11-23 22:55:10,092 INFO  L294   olderBase$Statistics]: this new event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,092 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,092 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:10,092 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:10,093 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 17#L96true, 12#L78true])
[2024-11-23 22:55:10,093 INFO  L294   olderBase$Statistics]: this new event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,093 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,093 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:10,093 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:10,115 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 17#L96true, 25#L148true, 12#L78true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:10,115 INFO  L294   olderBase$Statistics]: this new event has 43 ancestors and is cut-off event
[2024-11-23 22:55:10,115 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:10,115 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:10,115 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,116 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 34#L75true, 17#L96true, 31#L114true])
[2024-11-23 22:55:10,116 INFO  L294   olderBase$Statistics]: this new event has 43 ancestors and is cut-off event
[2024-11-23 22:55:10,117 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:10,117 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:10,117 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,118 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 17#L96true, 34#L75true, 13#thread1EXITtrue])
[2024-11-23 22:55:10,118 INFO  L294   olderBase$Statistics]: this new event has 43 ancestors and is cut-off event
[2024-11-23 22:55:10,118 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:10,118 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,118 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:10,119 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 17#L96true, 25#L148true, 31#L114true])
[2024-11-23 22:55:10,119 INFO  L294   olderBase$Statistics]: this new event has 43 ancestors and is cut-off event
[2024-11-23 22:55:10,119 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,119 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:10,119 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:10,120 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 17#L96true, 25#L148true, 12#L78true])
[2024-11-23 22:55:10,120 INFO  L294   olderBase$Statistics]: this new event has 43 ancestors and is cut-off event
[2024-11-23 22:55:10,120 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:10,120 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:10,120 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,121 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 3#thread4EXITtrue, 6#L147-4true, 5#L55true, 17#L96true])
[2024-11-23 22:55:10,121 INFO  L294   olderBase$Statistics]: this new event has 43 ancestors and is cut-off event
[2024-11-23 22:55:10,121 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:10,121 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,121 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,139 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 17#L96true, 12#L78true, 31#L114true])
[2024-11-23 22:55:10,139 INFO  L294   olderBase$Statistics]: this new event has 44 ancestors and is cut-off event
[2024-11-23 22:55:10,139 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,139 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:10,139 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:10,140 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 17#L96true, 34#L75true, 25#L148true, 13#thread1EXITtrue])
[2024-11-23 22:55:10,140 INFO  L294   olderBase$Statistics]: this new event has 44 ancestors and is cut-off event
[2024-11-23 22:55:10,141 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:10,141 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:10,141 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,141 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 6#L147-4true, 17#L96true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:10,141 INFO  L294   olderBase$Statistics]: this new event has 44 ancestors and is cut-off event
[2024-11-23 22:55:10,141 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:10,142 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,142 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:10,143 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 6#L147-4true, 17#L96true, 12#L78true, 13#thread1EXITtrue])
[2024-11-23 22:55:10,143 INFO  L294   olderBase$Statistics]: this new event has 44 ancestors and is cut-off event
[2024-11-23 22:55:10,144 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,144 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:10,144 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:10,145 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 3#thread4EXITtrue, 5#L55true, 17#L96true, 25#L148true])
[2024-11-23 22:55:10,145 INFO  L294   olderBase$Statistics]: this new event has 44 ancestors and is cut-off event
[2024-11-23 22:55:10,145 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:10,145 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,145 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,147 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 3#thread4EXITtrue, 6#L147-4true, 17#L96true])
[2024-11-23 22:55:10,147 INFO  L294   olderBase$Statistics]: this new event has 44 ancestors and is cut-off event
[2024-11-23 22:55:10,147 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:10,147 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,147 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:10,162 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 17#L96true, 25#L148true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:10,162 INFO  L294   olderBase$Statistics]: this new event has 45 ancestors and is cut-off event
[2024-11-23 22:55:10,162 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,162 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,162 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:10,164 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 17#L96true, 25#L148true, 12#L78true, 13#thread1EXITtrue])
[2024-11-23 22:55:10,164 INFO  L294   olderBase$Statistics]: this new event has 45 ancestors and is cut-off event
[2024-11-23 22:55:10,164 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:10,165 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,165 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,165 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 17#L96true, 34#L75true])
[2024-11-23 22:55:10,166 INFO  L294   olderBase$Statistics]: this new event has 45 ancestors and is cut-off event
[2024-11-23 22:55:10,166 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:10,166 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,166 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,167 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 3#thread4EXITtrue, 17#L96true, 25#L148true])
[2024-11-23 22:55:10,168 INFO  L294   olderBase$Statistics]: this new event has 45 ancestors and is cut-off event
[2024-11-23 22:55:10,168 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,168 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,168 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:10,172 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 17#L96true, 31#L114true])
[2024-11-23 22:55:10,172 INFO  L294   olderBase$Statistics]: this new event has 46 ancestors and is cut-off event
[2024-11-23 22:55:10,172 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:10,172 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,173 INFO  L297   olderBase$Statistics]:   existing Event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,173 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, 17#L96true, 12#L78true])
[2024-11-23 22:55:10,173 INFO  L294   olderBase$Statistics]: this new event has 46 ancestors and is cut-off event
[2024-11-23 22:55:10,173 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:10,173 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,173 INFO  L297   olderBase$Statistics]:   existing Event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,174 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 483#true, 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 3#thread4EXITtrue, 6#L147-4true, 17#L96true, 13#thread1EXITtrue])
[2024-11-23 22:55:10,174 INFO  L294   olderBase$Statistics]: this new event has 46 ancestors and is cut-off event
[2024-11-23 22:55:10,174 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:10,174 INFO  L297   olderBase$Statistics]:   existing Event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,174 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:10,176 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 3#thread4EXITtrue, 17#L96true, 25#L148true, 13#thread1EXITtrue])
[2024-11-23 22:55:10,176 INFO  L294   olderBase$Statistics]: this new event has 47 ancestors and is cut-off event
[2024-11-23 22:55:10,176 INFO  L297   olderBase$Statistics]:   existing Event has 43 ancestors and is cut-off event
[2024-11-23 22:55:10,176 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:10,177 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,177 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, 96#true, 483#true, 354#true, 31#L114true, 21#L149true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:55:10,177 INFO  L294   olderBase$Statistics]: this new event has 47 ancestors and is cut-off event
[2024-11-23 22:55:10,177 INFO  L297   olderBase$Statistics]:   existing Event has 43 ancestors and is cut-off event
[2024-11-23 22:55:10,177 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:10,177 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:10,178 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 483#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 41#thread2EXITtrue, 3#thread4EXITtrue, 17#L96true])
[2024-11-23 22:55:10,179 INFO  L294   olderBase$Statistics]: this new event has 48 ancestors and is cut-off event
[2024-11-23 22:55:10,179 INFO  L297   olderBase$Statistics]:   existing Event has 44 ancestors and is cut-off event
[2024-11-23 22:55:10,179 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:10,179 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:10,179 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][171], [Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), 3#thread4EXITtrue, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 17#L96true, 96#true, 483#true, 21#L149true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 103#(<= 1 ~total~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|))])
[2024-11-23 22:55:10,179 INFO  L294   olderBase$Statistics]: this new event has 49 ancestors and is cut-off event
[2024-11-23 22:55:10,179 INFO  L297   olderBase$Statistics]:   existing Event has 45 ancestors and is cut-off event
[2024-11-23 22:55:10,179 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:10,180 INFO  L297   olderBase$Statistics]:   existing Event has 42 ancestors and is cut-off event
[2024-11-23 22:55:10,180 INFO  L124   PetriNetUnfolderBase]: 27357/42470 cut-off events.
[2024-11-23 22:55:10,180 INFO  L125   PetriNetUnfolderBase]: For 171984/176954 co-relation queries the response was YES.
[2024-11-23 22:55:10,330 INFO  L83            FinitePrefix]: Finished finitePrefix Result has 142702 conditions, 42470 events. 27357/42470 cut-off events. For 171984/176954 co-relation queries the response was YES. Maximal size of possible extension queue 2345. Compared 347493 event pairs, 6280 based on Foata normal form. 3827/45289 useless extension candidates. Maximal degree in co-relation 98818. Up to 25485 conditions per place. 
[2024-11-23 22:55:10,526 INFO  L140   encePairwiseOnDemand]: 47/50 looper letters, 180 selfloop transitions, 6 changer transitions 0/210 dead transitions.
[2024-11-23 22:55:10,526 INFO  L145   encePairwiseOnDemand]: Finished differencePairwiseOnDemand. Result has 93 places, 210 transitions, 2257 flow
[2024-11-23 22:55:10,526 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2024-11-23 22:55:10,526 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand 3 states.
[2024-11-23 22:55:10,527 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 3 states to 3 states and 110 transitions.
[2024-11-23 22:55:10,527 INFO  L514   CegarLoopForPetriNet]: DFA transition density 0.7333333333333333
[2024-11-23 22:55:10,527 INFO  L175             Difference]: Start difference. First operand has 91 places, 142 transitions, 1177 flow. Second operand 3 states and 110 transitions.
[2024-11-23 22:55:10,527 INFO  L82        GeneralOperation]: Start removeRedundantFlow. Operand has 93 places, 210 transitions, 2257 flow
[2024-11-23 22:55:10,782 INFO  L88        GeneralOperation]: Finished removeRedundantFlow, result has has 93 places, 210 transitions, 2225 flow, removed 16 selfloop flow, removed 0 redundant places.
[2024-11-23 22:55:10,785 INFO  L231             Difference]: Finished difference. Result has 94 places, 143 transitions, 1217 flow
[2024-11-23 22:55:10,785 INFO  L262   CegarLoopForPetriNet]: {PETRI_ALPHABET=50, PETRI_DIFFERENCE_MINUEND_FLOW=1161, PETRI_DIFFERENCE_MINUEND_PLACES=91, PETRI_DIFFERENCE_MINUEND_TRANSITIONS=142, PETRI_DIFFERENCE_SUBTRAHEND_LETTERS_WITH_MORE_CHANGERS_THAN_LOOPERS=5, PETRI_DIFFERENCE_SUBTRAHEND_LOOPER_ONLY_LETTERS=136, PETRI_DIFFERENCE_SUBTRAHEND_STATES=3, PETRI_FLOW=1217, PETRI_PLACES=94, PETRI_TRANSITIONS=143}
[2024-11-23 22:55:10,786 INFO  L279   CegarLoopForPetriNet]: 52 programPoint places, 42 predicate places.
[2024-11-23 22:55:10,786 INFO  L471      AbstractCegarLoop]: Abstraction has has 94 places, 143 transitions, 1217 flow
[2024-11-23 22:55:10,786 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 3 states, 3 states have (on average 29.333333333333332) internal successors, (88), 3 states have internal predecessors, (88), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:55:10,786 INFO  L198   CegarLoopForPetriNet]: Found error trace
[2024-11-23 22:55:10,786 INFO  L206   CegarLoopForPetriNet]: trace histogram [2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-11-23 22:55:10,786 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable6
[2024-11-23 22:55:10,786 INFO  L396      AbstractCegarLoop]: === Iteration 8 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION === [ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION, ULTIMATE.startErr0INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES, ULTIMATE.startErr1INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (and 2 more)] ===
[2024-11-23 22:55:10,787 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-23 22:55:10,787 INFO  L85        PathProgramCache]: Analyzing trace with hash 1299249490, now seen corresponding path program 2 times
[2024-11-23 22:55:10,787 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-23 22:55:10,787 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [557075056]
[2024-11-23 22:55:10,787 INFO  L95    rtionOrderModulation]: Changing assertion order to OUTSIDE_LOOP_FIRST1
[2024-11-23 22:55:10,787 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-23 22:55:10,851 INFO  L229   tOrderPrioritization]: Assert order OUTSIDE_LOOP_FIRST1 issued 2 check-sat command(s)
[2024-11-23 22:55:10,851 INFO  L230   tOrderPrioritization]: Conjunction of SSA is unsat
[2024-11-23 22:55:10,971 INFO  L134       CoverageAnalysis]: Checked inductivity of 8 backedges. 5 proven. 0 refuted. 0 times theorem prover too weak. 3 trivial. 0 not checked.
[2024-11-23 22:55:10,971 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-23 22:55:10,971 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [557075056]
[2024-11-23 22:55:10,971 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [557075056] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-23 22:55:10,971 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-23 22:55:10,972 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2024-11-23 22:55:10,972 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [764453421]
[2024-11-23 22:55:10,972 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-23 22:55:10,972 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 4 states
[2024-11-23 22:55:10,973 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-23 22:55:10,973 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 4 interpolants.
[2024-11-23 22:55:10,974 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=6, Invalid=6, Unknown=0, NotChecked=0, Total=12
[2024-11-23 22:55:10,982 INFO  L469   CegarLoopForPetriNet]: Number of universal loopers: 21 out of 50
[2024-11-23 22:55:10,982 INFO  L103   encePairwiseOnDemand]: Start differencePairwiseOnDemand. First operand has 94 places, 143 transitions, 1217 flow. Second operand  has 4 states, 4 states have (on average 27.25) internal successors, (109), 4 states have internal predecessors, (109), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:55:10,982 INFO  L112   encePairwiseOnDemand]: Universal subtrahend loopers provided by user.
[2024-11-23 22:55:10,983 INFO  L113   encePairwiseOnDemand]: Number of universal subtrahend loopers: 21 of 50
[2024-11-23 22:55:10,983 INFO  L73            FinitePrefix]: Start finitePrefix. Operand will be constructed on-demand
[2024-11-23 22:55:18,050 INFO  L124   PetriNetUnfolderBase]: 34444/55107 cut-off events.
[2024-11-23 22:55:18,051 INFO  L125   PetriNetUnfolderBase]: For 162670/165368 co-relation queries the response was YES.
[2024-11-23 22:55:18,307 INFO  L83            FinitePrefix]: Finished finitePrefix Result has 181311 conditions, 55107 events. 34444/55107 cut-off events. For 162670/165368 co-relation queries the response was YES. Maximal size of possible extension queue 2708. Compared 483715 event pairs, 4951 based on Foata normal form. 2409/56040 useless extension candidates. Maximal degree in co-relation 138502. Up to 23021 conditions per place. 
[2024-11-23 22:55:18,513 INFO  L140   encePairwiseOnDemand]: 47/50 looper letters, 129 selfloop transitions, 46 changer transitions 0/199 dead transitions.
[2024-11-23 22:55:18,513 INFO  L145   encePairwiseOnDemand]: Finished differencePairwiseOnDemand. Result has 97 places, 199 transitions, 1865 flow
[2024-11-23 22:55:18,514 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2024-11-23 22:55:18,514 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand 4 states.
[2024-11-23 22:55:18,515 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 4 states to 4 states and 156 transitions.
[2024-11-23 22:55:18,515 INFO  L514   CegarLoopForPetriNet]: DFA transition density 0.78
[2024-11-23 22:55:18,515 INFO  L175             Difference]: Start difference. First operand has 94 places, 143 transitions, 1217 flow. Second operand 4 states and 156 transitions.
[2024-11-23 22:55:18,515 INFO  L82        GeneralOperation]: Start removeRedundantFlow. Operand has 97 places, 199 transitions, 1865 flow
[2024-11-23 22:55:19,592 INFO  L88        GeneralOperation]: Finished removeRedundantFlow, result has has 95 places, 199 transitions, 1834 flow, removed 4 selfloop flow, removed 2 redundant places.
[2024-11-23 22:55:19,596 INFO  L231             Difference]: Finished difference. Result has 97 places, 149 transitions, 1469 flow
[2024-11-23 22:55:19,596 INFO  L262   CegarLoopForPetriNet]: {PETRI_ALPHABET=50, PETRI_DIFFERENCE_MINUEND_FLOW=1108, PETRI_DIFFERENCE_MINUEND_PLACES=92, PETRI_DIFFERENCE_MINUEND_TRANSITIONS=135, PETRI_DIFFERENCE_SUBTRAHEND_LETTERS_WITH_MORE_CHANGERS_THAN_LOOPERS=32, PETRI_DIFFERENCE_SUBTRAHEND_LOOPER_ONLY_LETTERS=89, PETRI_DIFFERENCE_SUBTRAHEND_STATES=4, PETRI_FLOW=1469, PETRI_PLACES=97, PETRI_TRANSITIONS=149}
[2024-11-23 22:55:19,597 INFO  L279   CegarLoopForPetriNet]: 52 programPoint places, 45 predicate places.
[2024-11-23 22:55:19,597 INFO  L471      AbstractCegarLoop]: Abstraction has has 97 places, 149 transitions, 1469 flow
[2024-11-23 22:55:19,597 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 4 states, 4 states have (on average 27.25) internal successors, (109), 4 states have internal predecessors, (109), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:55:19,597 INFO  L198   CegarLoopForPetriNet]: Found error trace
[2024-11-23 22:55:19,597 INFO  L206   CegarLoopForPetriNet]: trace histogram [2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-11-23 22:55:19,598 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable7
[2024-11-23 22:55:19,598 INFO  L396      AbstractCegarLoop]: === Iteration 9 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION === [ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION, ULTIMATE.startErr0INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES, ULTIMATE.startErr1INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (and 2 more)] ===
[2024-11-23 22:55:19,598 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-23 22:55:19,598 INFO  L85        PathProgramCache]: Analyzing trace with hash -1504850088, now seen corresponding path program 3 times
[2024-11-23 22:55:19,598 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-23 22:55:19,598 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1993658940]
[2024-11-23 22:55:19,598 INFO  L95    rtionOrderModulation]: Changing assertion order to OUTSIDE_LOOP_FIRST2
[2024-11-23 22:55:19,599 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-23 22:55:19,640 INFO  L229   tOrderPrioritization]: Assert order OUTSIDE_LOOP_FIRST2 issued 1 check-sat command(s)
[2024-11-23 22:55:19,640 INFO  L230   tOrderPrioritization]: Conjunction of SSA is unsat
[2024-11-23 22:55:20,112 INFO  L134       CoverageAnalysis]: Checked inductivity of 5 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 5 trivial. 0 not checked.
[2024-11-23 22:55:20,112 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-23 22:55:20,112 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1993658940]
[2024-11-23 22:55:20,112 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1993658940] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-23 22:55:20,113 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-23 22:55:20,113 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [6] imperfect sequences [] total 6
[2024-11-23 22:55:20,113 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1605764386]
[2024-11-23 22:55:20,113 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-23 22:55:20,114 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 7 states
[2024-11-23 22:55:20,114 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-23 22:55:20,116 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 7 interpolants.
[2024-11-23 22:55:20,116 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=14, Invalid=28, Unknown=0, NotChecked=0, Total=42
[2024-11-23 22:55:20,139 INFO  L469   CegarLoopForPetriNet]: Number of universal loopers: 21 out of 50
[2024-11-23 22:55:20,140 INFO  L103   encePairwiseOnDemand]: Start differencePairwiseOnDemand. First operand has 97 places, 149 transitions, 1469 flow. Second operand  has 7 states, 7 states have (on average 24.571428571428573) internal successors, (172), 7 states have internal predecessors, (172), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:55:20,140 INFO  L112   encePairwiseOnDemand]: Universal subtrahend loopers provided by user.
[2024-11-23 22:55:20,140 INFO  L113   encePairwiseOnDemand]: Number of universal subtrahend loopers: 21 of 50
[2024-11-23 22:55:20,140 INFO  L73            FinitePrefix]: Start finitePrefix. Operand will be constructed on-demand
[2024-11-23 22:55:26,722 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 6#L147-4true, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 5#L55true, 17#L96true, 34#L75true, 487#true, 31#L114true])
[2024-11-23 22:55:26,722 INFO  L294   olderBase$Statistics]: this new event has 41 ancestors and is cut-off event
[2024-11-23 22:55:26,722 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:26,722 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:26,723 INFO  L297   olderBase$Statistics]:   existing Event has 31 ancestors and is cut-off event
[2024-11-23 22:55:26,993 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 5#L55true, 17#L96true, 34#L75true, 25#L148true, 487#true, 31#L114true])
[2024-11-23 22:55:26,993 INFO  L294   olderBase$Statistics]: this new event has 42 ancestors and is cut-off event
[2024-11-23 22:55:26,993 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:26,993 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:26,993 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:26,996 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 6#L147-4true, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 5#L55true, 17#L96true, 487#true, 12#L78true, 31#L114true])
[2024-11-23 22:55:26,997 INFO  L294   olderBase$Statistics]: this new event has 42 ancestors and is cut-off event
[2024-11-23 22:55:26,997 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:26,997 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:26,997 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:27,001 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 6#L147-4true, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 34#L75true, 487#true, 31#L114true])
[2024-11-23 22:55:27,001 INFO  L294   olderBase$Statistics]: this new event has 42 ancestors and is cut-off event
[2024-11-23 22:55:27,002 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:27,002 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:27,002 INFO  L297   olderBase$Statistics]:   existing Event has 32 ancestors and is cut-off event
[2024-11-23 22:55:27,217 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 5#L55true, 17#L96true, 25#L148true, 487#true, 12#L78true, 31#L114true])
[2024-11-23 22:55:27,217 INFO  L294   olderBase$Statistics]: this new event has 43 ancestors and is cut-off event
[2024-11-23 22:55:27,217 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:27,217 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:27,217 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:27,221 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 34#L75true, 17#L96true, 25#L148true, 487#true, 31#L114true])
[2024-11-23 22:55:27,221 INFO  L294   olderBase$Statistics]: this new event has 43 ancestors and is cut-off event
[2024-11-23 22:55:27,221 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:27,221 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:27,221 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:27,224 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 6#L147-4true, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 487#true, 12#L78true, 31#L114true])
[2024-11-23 22:55:27,224 INFO  L294   olderBase$Statistics]: this new event has 43 ancestors and is cut-off event
[2024-11-23 22:55:27,224 INFO  L297   olderBase$Statistics]:   existing Event has 33 ancestors and is cut-off event
[2024-11-23 22:55:27,224 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:27,224 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:27,608 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 41#thread2EXITtrue, 6#L147-4true, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 5#L55true, 17#L96true, 487#true, 31#L114true])
[2024-11-23 22:55:27,609 INFO  L294   olderBase$Statistics]: this new event has 44 ancestors and is cut-off event
[2024-11-23 22:55:27,609 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:27,609 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:27,609 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:27,624 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 6#L147-4true, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 34#L75true, 487#true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:27,624 INFO  L294   olderBase$Statistics]: this new event has 44 ancestors and is cut-off event
[2024-11-23 22:55:27,624 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:27,624 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:27,625 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:27,639 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 25#L148true, 487#true, 12#L78true, 31#L114true])
[2024-11-23 22:55:27,639 INFO  L294   olderBase$Statistics]: this new event has 44 ancestors and is cut-off event
[2024-11-23 22:55:27,639 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:27,639 INFO  L297   olderBase$Statistics]:   existing Event has 41 ancestors and is cut-off event
[2024-11-23 22:55:27,639 INFO  L297   olderBase$Statistics]:   existing Event has 34 ancestors and is cut-off event
[2024-11-23 22:55:27,747 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 41#thread2EXITtrue, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 5#L55true, 17#L96true, 25#L148true, 487#true, 31#L114true])
[2024-11-23 22:55:27,747 INFO  L294   olderBase$Statistics]: this new event has 45 ancestors and is cut-off event
[2024-11-23 22:55:27,747 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:27,747 INFO  L297   olderBase$Statistics]:   existing Event has 42 ancestors and is cut-off event
[2024-11-23 22:55:27,748 INFO  L297   olderBase$Statistics]:   existing Event has 42 ancestors and is cut-off event
[2024-11-23 22:55:27,751 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 41#thread2EXITtrue, 6#L147-4true, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 487#true, 31#L114true])
[2024-11-23 22:55:27,751 INFO  L294   olderBase$Statistics]: this new event has 45 ancestors and is cut-off event
[2024-11-23 22:55:27,751 INFO  L297   olderBase$Statistics]:   existing Event has 42 ancestors and is cut-off event
[2024-11-23 22:55:27,751 INFO  L297   olderBase$Statistics]:   existing Event has 42 ancestors and is cut-off event
[2024-11-23 22:55:27,751 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:27,763 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 34#L75true, 25#L148true, 487#true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:27,763 INFO  L294   olderBase$Statistics]: this new event has 45 ancestors and is cut-off event
[2024-11-23 22:55:27,763 INFO  L297   olderBase$Statistics]:   existing Event has 42 ancestors and is cut-off event
[2024-11-23 22:55:27,763 INFO  L297   olderBase$Statistics]:   existing Event has 42 ancestors and is cut-off event
[2024-11-23 22:55:27,763 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:27,766 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 6#L147-4true, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 487#true, 12#L78true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:27,767 INFO  L294   olderBase$Statistics]: this new event has 45 ancestors and is cut-off event
[2024-11-23 22:55:27,767 INFO  L297   olderBase$Statistics]:   existing Event has 42 ancestors and is cut-off event
[2024-11-23 22:55:27,767 INFO  L297   olderBase$Statistics]:   existing Event has 42 ancestors and is cut-off event
[2024-11-23 22:55:27,767 INFO  L297   olderBase$Statistics]:   existing Event has 35 ancestors and is cut-off event
[2024-11-23 22:55:27,856 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, 44#L58true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 41#thread2EXITtrue, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 25#L148true, 487#true, 31#L114true])
[2024-11-23 22:55:27,856 INFO  L294   olderBase$Statistics]: this new event has 46 ancestors and is cut-off event
[2024-11-23 22:55:27,856 INFO  L297   olderBase$Statistics]:   existing Event has 43 ancestors and is cut-off event
[2024-11-23 22:55:27,857 INFO  L297   olderBase$Statistics]:   existing Event has 43 ancestors and is cut-off event
[2024-11-23 22:55:27,857 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:27,864 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 25#L148true, 487#true, 12#L78true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:27,864 INFO  L294   olderBase$Statistics]: this new event has 46 ancestors and is cut-off event
[2024-11-23 22:55:27,864 INFO  L297   olderBase$Statistics]:   existing Event has 43 ancestors and is cut-off event
[2024-11-23 22:55:27,864 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:27,864 INFO  L297   olderBase$Statistics]:   existing Event has 43 ancestors and is cut-off event
[2024-11-23 22:55:27,869 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 34#L75true, 487#true, 31#L114true])
[2024-11-23 22:55:27,869 INFO  L294   olderBase$Statistics]: this new event has 46 ancestors and is cut-off event
[2024-11-23 22:55:27,869 INFO  L297   olderBase$Statistics]:   existing Event has 36 ancestors and is cut-off event
[2024-11-23 22:55:27,869 INFO  L297   olderBase$Statistics]:   existing Event has 43 ancestors and is cut-off event
[2024-11-23 22:55:27,869 INFO  L297   olderBase$Statistics]:   existing Event has 43 ancestors and is cut-off event
[2024-11-23 22:55:27,919 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 41#thread2EXITtrue, 6#L147-4true, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 487#true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:27,919 INFO  L294   olderBase$Statistics]: this new event has 47 ancestors and is cut-off event
[2024-11-23 22:55:27,919 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:27,919 INFO  L297   olderBase$Statistics]:   existing Event has 44 ancestors and is cut-off event
[2024-11-23 22:55:27,919 INFO  L297   olderBase$Statistics]:   existing Event has 44 ancestors and is cut-off event
[2024-11-23 22:55:27,931 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 362#(<= 1 ~total~0), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 487#true, 12#L78true, 31#L114true])
[2024-11-23 22:55:27,931 INFO  L294   olderBase$Statistics]: this new event has 47 ancestors and is cut-off event
[2024-11-23 22:55:27,931 INFO  L297   olderBase$Statistics]:   existing Event has 44 ancestors and is cut-off event
[2024-11-23 22:55:27,931 INFO  L297   olderBase$Statistics]:   existing Event has 37 ancestors and is cut-off event
[2024-11-23 22:55:27,931 INFO  L297   olderBase$Statistics]:   existing Event has 44 ancestors and is cut-off event
[2024-11-23 22:55:27,977 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 41#thread2EXITtrue, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 25#L148true, 487#true, 31#L114true, 13#thread1EXITtrue])
[2024-11-23 22:55:27,977 INFO  L294   olderBase$Statistics]: this new event has 48 ancestors and is cut-off event
[2024-11-23 22:55:27,977 INFO  L297   olderBase$Statistics]:   existing Event has 45 ancestors and is cut-off event
[2024-11-23 22:55:27,977 INFO  L297   olderBase$Statistics]:   existing Event has 45 ancestors and is cut-off event
[2024-11-23 22:55:27,977 INFO  L297   olderBase$Statistics]:   existing Event has 38 ancestors and is cut-off event
[2024-11-23 22:55:28,000 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, 33#L148-1true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), 41#thread2EXITtrue, Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 487#true, 31#L114true])
[2024-11-23 22:55:28,000 INFO  L294   olderBase$Statistics]: this new event has 49 ancestors and is cut-off event
[2024-11-23 22:55:28,001 INFO  L297   olderBase$Statistics]:   existing Event has 46 ancestors and is cut-off event
[2024-11-23 22:55:28,001 INFO  L297   olderBase$Statistics]:   existing Event has 39 ancestors and is cut-off event
[2024-11-23 22:55:28,001 INFO  L297   olderBase$Statistics]:   existing Event has 46 ancestors and is cut-off event
[2024-11-23 22:55:28,013 INFO  L292   olderBase$Statistics]: inserting event number 4 for the transition-marking pair ([862] L91-->L96: Formula: (and (not (= (ite (or (<= v_~total~0_124 |v_thread3Thread1of1ForFork1_plus_#res#1_1|) (<= 0 (+ |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483648))) 1 0) 0)) (= v_~q1_front~0_108 (+ v_~q1_front~0_109 1)) (= |v_thread3Thread1of1ForFork1_plus_#res#1_1| (+ v_~total~0_124 (select (select |v_#memory_int#1_87| v_~q1~0.base_115) (+ (* v_~q1_front~0_109 4) v_~q1~0.offset_115)))) (not (= (ite (or (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| 2147483647) (<= |v_thread3Thread1of1ForFork1_plus_#res#1_1| v_~total~0_124)) 1 0) 0)) (<= 0 (+ v_~total~0_123 2147483648)) (<= v_~total~0_123 2147483647) (not (= (ite (and (< v_~q1_front~0_109 v_~n1~0_80) (<= 0 v_~q1_front~0_109) (< v_~q1_front~0_109 v_~q1_back~0_95)) 1 0) 0)) (= v_~total~0_123 |v_thread3Thread1of1ForFork1_plus_#res#1_1|))  InVars {~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_109, ~q1_back~0=v_~q1_back~0_95, ~n1~0=v_~n1~0_80, ~q1~0.base=v_~q1~0.base_115, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_124}  OutVars{thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1_1|, ~q1~0.offset=v_~q1~0.offset_115, ~q1_front~0=v_~q1_front~0_108, ~n1~0=v_~n1~0_80, thread3Thread1of1ForFork1_plus_#res#1=|v_thread3Thread1of1ForFork1_plus_#res#1_1|, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1=|v_thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1_1|, thread3Thread1of1ForFork1_plus_#in~a#1=|v_thread3Thread1of1ForFork1_plus_#in~a#1_1|, thread3Thread1of1ForFork1_#t~ret10#1=|v_thread3Thread1of1ForFork1_#t~ret10#1_1|, thread3Thread1of1ForFork1_#t~mem9#1=|v_thread3Thread1of1ForFork1_#t~mem9#1_1|, #memory_int#1=|v_#memory_int#1_87|, ~total~0=v_~total~0_123, thread3Thread1of1ForFork1_plus_~a#1=|v_thread3Thread1of1ForFork1_plus_~a#1_1|, ~q1_back~0=v_~q1_back~0_95, thread3Thread1of1ForFork1_plus_#in~b#1=|v_thread3Thread1of1ForFork1_plus_#in~b#1_1|, ~q1~0.base=v_~q1~0.base_115, thread3Thread1of1ForFork1_#t~post11#1=|v_thread3Thread1of1ForFork1_#t~post11#1_1|, thread3Thread1of1ForFork1_plus_~b#1=|v_thread3Thread1of1ForFork1_plus_~b#1_1|}  AuxVars[]  AssignedVars[thread3Thread1of1ForFork1_assume_abort_if_not_#in~cond#1, thread3Thread1of1ForFork1_plus_~a#1, ~q1_front~0, thread3Thread1of1ForFork1_plus_#res#1, thread3Thread1of1ForFork1_assume_abort_if_not_~cond#1, thread3Thread1of1ForFork1_plus_#in~b#1, thread3Thread1of1ForFork1_#t~post11#1, thread3Thread1of1ForFork1_plus_#in~a#1, thread3Thread1of1ForFork1_#t~ret10#1, thread3Thread1of1ForFork1_#t~mem9#1, thread3Thread1of1ForFork1_plus_~b#1, ~total~0][177], [Black: 64#(and (= |thread1Thread1of1ForFork2_~cond~0#1| 1) (<= (+ ~i~0 1) ~N~0)), 493#true, Black: 69#(or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)), Black: 72#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (or (< ~i~0 ~N~0) (< ~q1_front~0 ~q1_back~0)) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), 91#(and (<= ~q1_front~0 ~q1_back~0) (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 70#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 78#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 0)), 96#true, 354#true, 21#L149true, Black: 99#(and (= |ULTIMATE.start_create_fresh_int_array_~size#1| ~n1~0) (<= 0 ~total~0) (<= |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) (= |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset| 0)), Black: 85#(<= (+ ~q1_front~0 1) ~q1_back~0), Black: 347#(and (<= 1 ~total~0) (= ~q1~0.offset 0) (<= ~n1~0 1) (or (< 0 (select (select |#memory_int#1| ~q1~0.base) 0)) (not (= ~q1_front~0 0)) (< ~n1~0 1))), Black: 84#(<= ~q1_front~0 ~q1_back~0), Black: 325#(or (< |ULTIMATE.start_create_fresh_int_array_~i~1#1| |ULTIMATE.start_create_fresh_int_array_~size#1|) (forall ((~q1_front~0 Int)) (or (< ~q1_front~0 0) (< 0 (+ (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) ~total~0)) (< ~n1~0 (+ ~q1_front~0 1)) (< (select (select |#memory_int#1| |ULTIMATE.start_create_fresh_int_array_~arr~0#1.base|) (+ (* ~q1_front~0 4) |ULTIMATE.start_create_fresh_int_array_~arr~0#1.offset|)) 1)))), Black: 89#(and (<= (div |thread3Thread1of1ForFork1_~cond~2#1| 256) 0) (<= (+ ~q1_front~0 1) ~q1_back~0) (<= 1 |thread3Thread1of1ForFork1_~cond~2#1|)), Black: 345#(and (forall ((v_subst_4 Int)) (or (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) ~total~0)) (< v_subst_4 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ (* 4 v_subst_4) ~q1~0.offset)) 1) (< ~n1~0 (+ v_subst_4 1)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 382#(and (<= 0 ~total~0) (= ~q1_back~0 ~q1_front~0) (<= 1 ~C~0)), Black: 362#(<= 1 ~total~0), Black: 343#(and (or (< 0 (+ ~total~0 1)) (< ~n1~0 1) (< (+ |ULTIMATE.start_create_fresh_int_array_~i~1#1| 1) |ULTIMATE.start_create_fresh_int_array_~size#1|)) (forall ((v_subst_3 Int)) (or (< ~n1~0 (+ v_subst_3 1)) (< v_subst_3 0) (< (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) 1) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* 4 v_subst_3))) ~total~0)))) (or (< ~q1_front~0 0) (< ~n1~0 (+ ~q1_front~0 1)) (< ~q1_back~0 (+ ~q1_front~0 1)) (< 0 (+ (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4))) ~total~0)))), Black: 443#(and (<= 0 ~total~0) (<= 0 ~q1_front~0) (<= (+ ~q1_front~0 1) ~n1~0) (<= 1 (select (select |#memory_int#1| ~q1~0.base) (+ ~q1~0.offset (* ~q1_front~0 4)))) (<= ~q1_back~0 (+ ~q1_front~0 1))), Black: 485#(<= ~q2_back~0 ~q2_front~0), Black: 489#(<= ~q1_back~0 ~q1_front~0), Black: 490#(<= ~q1_back~0 (+ ~q1_front~0 1)), 17#L96true, 487#true, 31#L114true])
[2024-11-23 22:55:28,013 INFO  L294   olderBase$Statistics]: this new event has 50 ancestors and is cut-off event
[2024-11-23 22:55:28,013 INFO  L297   olderBase$Statistics]:   existing Event has 47 ancestors and is cut-off event
[2024-11-23 22:55:28,013 INFO  L297   olderBase$Statistics]:   existing Event has 40 ancestors and is cut-off event
[2024-11-23 22:55:28,013 INFO  L297   olderBase$Statistics]:   existing Event has 47 ancestors and is cut-off event
[2024-11-23 22:55:28,023 INFO  L124   PetriNetUnfolderBase]: 38611/61003 cut-off events.
[2024-11-23 22:55:28,023 INFO  L125   PetriNetUnfolderBase]: For 230635/233447 co-relation queries the response was YES.
[2024-11-23 22:55:28,281 INFO  L83            FinitePrefix]: Finished finitePrefix Result has 213981 conditions, 61003 events. 38611/61003 cut-off events. For 230635/233447 co-relation queries the response was YES. Maximal size of possible extension queue 2896. Compared 526609 event pairs, 1464 based on Foata normal form. 1720/61625 useless extension candidates. Maximal degree in co-relation 153049. Up to 22072 conditions per place. 
[2024-11-23 22:55:28,480 INFO  L140   encePairwiseOnDemand]: 44/50 looper letters, 114 selfloop transitions, 68 changer transitions 1/207 dead transitions.
[2024-11-23 22:55:28,481 INFO  L145   encePairwiseOnDemand]: Finished differencePairwiseOnDemand. Result has 102 places, 207 transitions, 2148 flow
[2024-11-23 22:55:28,481 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2024-11-23 22:55:28,481 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand 6 states.
[2024-11-23 22:55:28,482 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 6 states to 6 states and 199 transitions.
[2024-11-23 22:55:28,482 INFO  L514   CegarLoopForPetriNet]: DFA transition density 0.6633333333333333
[2024-11-23 22:55:28,482 INFO  L175             Difference]: Start difference. First operand has 97 places, 149 transitions, 1469 flow. Second operand 6 states and 199 transitions.
[2024-11-23 22:55:28,482 INFO  L82        GeneralOperation]: Start removeRedundantFlow. Operand has 102 places, 207 transitions, 2148 flow
[2024-11-23 22:55:29,482 INFO  L88        GeneralOperation]: Finished removeRedundantFlow, result has has 101 places, 207 transitions, 2128 flow, removed 5 selfloop flow, removed 1 redundant places.
[2024-11-23 22:55:29,484 INFO  L231             Difference]: Finished difference. Result has 102 places, 156 transitions, 1737 flow
[2024-11-23 22:55:29,484 INFO  L262   CegarLoopForPetriNet]: {PETRI_ALPHABET=50, PETRI_DIFFERENCE_MINUEND_FLOW=1456, PETRI_DIFFERENCE_MINUEND_PLACES=96, PETRI_DIFFERENCE_MINUEND_TRANSITIONS=149, PETRI_DIFFERENCE_SUBTRAHEND_LETTERS_WITH_MORE_CHANGERS_THAN_LOOPERS=61, PETRI_DIFFERENCE_SUBTRAHEND_LOOPER_ONLY_LETTERS=81, PETRI_DIFFERENCE_SUBTRAHEND_STATES=6, PETRI_FLOW=1737, PETRI_PLACES=102, PETRI_TRANSITIONS=156}
[2024-11-23 22:55:29,485 INFO  L279   CegarLoopForPetriNet]: 52 programPoint places, 50 predicate places.
[2024-11-23 22:55:29,485 INFO  L471      AbstractCegarLoop]: Abstraction has has 102 places, 156 transitions, 1737 flow
[2024-11-23 22:55:29,485 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 7 states, 7 states have (on average 24.571428571428573) internal successors, (172), 7 states have internal predecessors, (172), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:55:29,485 INFO  L198   CegarLoopForPetriNet]: Found error trace
[2024-11-23 22:55:29,486 INFO  L206   CegarLoopForPetriNet]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-11-23 22:55:29,486 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable8
[2024-11-23 22:55:29,486 INFO  L396      AbstractCegarLoop]: === Iteration 10 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION === [ULTIMATE.startErr0ASSERT_VIOLATIONERROR_FUNCTION, ULTIMATE.startErr0INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES, ULTIMATE.startErr1INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (and 2 more)] ===
[2024-11-23 22:55:29,486 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-23 22:55:29,486 INFO  L85        PathProgramCache]: Analyzing trace with hash -880867655, now seen corresponding path program 1 times
[2024-11-23 22:55:29,486 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-23 22:55:29,486 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [446738301]
[2024-11-23 22:55:29,487 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-23 22:55:29,487 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-23 22:55:29,511 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-23 22:55:29,631 INFO  L134       CoverageAnalysis]: Checked inductivity of 1 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 1 trivial. 0 not checked.
[2024-11-23 22:55:29,631 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-23 22:55:29,631 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [446738301]
[2024-11-23 22:55:29,631 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [446738301] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-23 22:55:29,631 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-23 22:55:29,631 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2024-11-23 22:55:29,632 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [270890789]
[2024-11-23 22:55:29,632 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-23 22:55:29,632 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 4 states
[2024-11-23 22:55:29,632 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-23 22:55:29,633 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 4 interpolants.
[2024-11-23 22:55:29,633 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=5, Invalid=7, Unknown=0, NotChecked=0, Total=12
[2024-11-23 22:55:29,633 INFO  L469   CegarLoopForPetriNet]: Number of universal loopers: 21 out of 50
[2024-11-23 22:55:29,633 INFO  L103   encePairwiseOnDemand]: Start differencePairwiseOnDemand. First operand has 102 places, 156 transitions, 1737 flow. Second operand  has 4 states, 4 states have (on average 27.75) internal successors, (111), 4 states have internal predecessors, (111), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-23 22:55:29,633 INFO  L112   encePairwiseOnDemand]: Universal subtrahend loopers provided by user.
[2024-11-23 22:55:29,634 INFO  L113   encePairwiseOnDemand]: Number of universal subtrahend loopers: 21 of 50
[2024-11-23 22:55:29,634 INFO  L73            FinitePrefix]: Start finitePrefix. Operand will be constructed on-demand