./Ultimate.py --spec ../../sv-benchmarks/c/properties/no-data-race.prp --file ../../sv-benchmarks/c/pthread-wmm/safe027_power.opt.i --full-output --architecture 32bit


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


Checking for data races
Using default analysis
Version d790fecc
Calling Ultimate with: /usr/bin/java -Dosgi.configuration.area=/tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/data/config -Xmx15G -Xms4m -jar /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/plugins/org.eclipse.equinox.launcher_1.6.800.v20240513-1750.jar -data @noDefault -ultimatedata /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/data -tc /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/config/GemCutterReach.xml -i ../../sv-benchmarks/c/pthread-wmm/safe027_power.opt.i -s /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/config/svcomp-DataRace-32bit-GemCutter_Default.epf --cacsl2boogietranslator.entry.function main --witnessprinter.witness.directory /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco --witnessprinter.witness.filename witness --witnessprinter.write.witness.besides.input.file false --witnessprinter.graph.data.specification CHECK( init(main()), LTL(G ! data-race) )

 --witnessprinter.graph.data.producer GemCutter --witnessprinter.graph.data.architecture 32bit --witnessprinter.graph.data.programhash 3edc5a2d9ce2881b3565fd36253c94b9cf356a0dafd043fa3f9d27823541c09b
--- Real Ultimate output ---
This is Ultimate 0.3.0-dev-d790fec
[2024-11-27 06:20:03,854 INFO  L188        SettingsManager]: Resetting all preferences to default values...
[2024-11-27 06:20:03,930 INFO  L114        SettingsManager]: Loading settings from /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/config/svcomp-DataRace-32bit-GemCutter_Default.epf
[2024-11-27 06:20:03,936 WARN  L101        SettingsManager]: Preference file contains the following unknown settings:
[2024-11-27 06:20:03,936 WARN  L103        SettingsManager]:   * de.uni_freiburg.informatik.ultimate.core.Log level for class
[2024-11-27 06:20:03,978 INFO  L130        SettingsManager]: Preferences different from defaults after loading the file:
[2024-11-27 06:20:03,979 INFO  L151        SettingsManager]: Preferences of UltimateCore differ from their defaults:
[2024-11-27 06:20:03,980 INFO  L153        SettingsManager]:  * Log level for class=de.uni_freiburg.informatik.ultimate.lib.smtlibutils.quantifier.QuantifierPusher=ERROR;
[2024-11-27 06:20:03,980 INFO  L151        SettingsManager]: Preferences of Boogie Procedure Inliner differ from their defaults:
[2024-11-27 06:20:03,981 INFO  L153        SettingsManager]:  * Ignore calls to procedures called more than once=ONLY_FOR_SEQUENTIAL_PROGRAMS
[2024-11-27 06:20:03,982 INFO  L151        SettingsManager]: Preferences of BlockEncodingV2 differ from their defaults:
[2024-11-27 06:20:03,983 INFO  L153        SettingsManager]:  * Create parallel compositions if possible=false
[2024-11-27 06:20:03,983 INFO  L153        SettingsManager]:  * Use SBE=true
[2024-11-27 06:20:03,983 INFO  L151        SettingsManager]: Preferences of CACSL2BoogieTranslator differ from their defaults:
[2024-11-27 06:20:03,983 INFO  L153        SettingsManager]:  * Pointer base address is valid at dereference=IGNORE
[2024-11-27 06:20:03,983 INFO  L153        SettingsManager]:  * sizeof long=4
[2024-11-27 06:20:03,983 INFO  L153        SettingsManager]:  * Overapproximate operations on floating types=true
[2024-11-27 06:20:03,983 INFO  L153        SettingsManager]:  * sizeof POINTER=4
[2024-11-27 06:20:03,983 INFO  L153        SettingsManager]:  * Check division by zero=IGNORE
[2024-11-27 06:20:03,984 INFO  L153        SettingsManager]:  * Pointer to allocated memory at dereference=IGNORE
[2024-11-27 06:20:03,984 INFO  L153        SettingsManager]:  * If two pointers are subtracted or compared they have the same base address=IGNORE
[2024-11-27 06:20:03,984 INFO  L153        SettingsManager]:  * Check array bounds for arrays that are off heap=IGNORE
[2024-11-27 06:20:03,984 INFO  L153        SettingsManager]:  * Check absence of data races in concurrent programs=true
[2024-11-27 06:20:03,984 INFO  L153        SettingsManager]:  * Check unreachability of reach_error function=false
[2024-11-27 06:20:03,984 INFO  L153        SettingsManager]:  * sizeof long double=12
[2024-11-27 06:20:03,984 INFO  L153        SettingsManager]:  * Check if freed pointer was valid=false
[2024-11-27 06:20:03,984 INFO  L153        SettingsManager]:  * Behaviour of calls to undefined functions=OVERAPPROXIMATE_BEHAVIOUR
[2024-11-27 06:20:03,985 INFO  L153        SettingsManager]:  * Use constant arrays=true
[2024-11-27 06:20:03,985 INFO  L151        SettingsManager]: Preferences of RCFGBuilder differ from their defaults:
[2024-11-27 06:20:03,985 INFO  L153        SettingsManager]:  * Size of a code block=SequenceOfStatements
[2024-11-27 06:20:03,986 INFO  L153        SettingsManager]:  * To the following directory=./dump/
[2024-11-27 06:20:03,987 INFO  L153        SettingsManager]:  * SMT solver=External_DefaultMode
[2024-11-27 06:20:03,987 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:2000
[2024-11-27 06:20:03,987 INFO  L151        SettingsManager]: Preferences of TraceAbstraction differ from their defaults:
[2024-11-27 06:20:03,987 INFO  L153        SettingsManager]:  * Compute Interpolants along a Counterexample=FPandBP
[2024-11-27 06:20:03,987 INFO  L153        SettingsManager]:  * Compute procedure contracts=false
[2024-11-27 06:20:03,987 INFO  L153        SettingsManager]:  * Positions where we compute the Hoare Annotation=LoopHeads
[2024-11-27 06:20:03,987 INFO  L153        SettingsManager]:  * Trace refinement strategy=CAMEL
[2024-11-27 06:20:03,987 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in
[2024-11-27 06:20:03,988 INFO  L153        SettingsManager]:  * Apply one-shot large block encoding in concurrent analysis=false
[2024-11-27 06:20:03,988 INFO  L153        SettingsManager]:  * Abstraction used for commutativity in POR=VARIABLES_GLOBAL
[2024-11-27 06:20:03,988 INFO  L153        SettingsManager]:  * Automaton type used in concurrency analysis=PARTIAL_ORDER_FA
[2024-11-27 06:20:03,988 INFO  L153        SettingsManager]:  * CEGAR restart behaviour=ONE_CEGAR_PER_THREAD_INSTANCE
[2024-11-27 06:20:03,988 INFO  L153        SettingsManager]:  * Partial Order Reduction in concurrent analysis=PERSISTENT_SLEEP_NEW_STATES_FIXEDORDER
[2024-11-27 06:20:03,988 INFO  L153        SettingsManager]:  * SMT solver=External_ModelsAndUnsatCoreMode
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_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco
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 ! data-race) )


Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Graph data producer -> GemCutter
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 -> 3edc5a2d9ce2881b3565fd36253c94b9cf356a0dafd043fa3f9d27823541c09b
[2024-11-27 06:20:04,308 INFO  L75    nceAwareModelManager]: Repository-Root is: /tmp
[2024-11-27 06:20:04,317 INFO  L261   ainManager$Toolchain]: [Toolchain 1]: Applicable parser(s) successfully (re)initialized
[2024-11-27 06:20:04,319 INFO  L217   ainManager$Toolchain]: [Toolchain 1]: Toolchain selected.
[2024-11-27 06:20:04,320 INFO  L270        PluginConnector]: Initializing CDTParser...
[2024-11-27 06:20:04,320 INFO  L274        PluginConnector]: CDTParser initialized
[2024-11-27 06:20:04,322 INFO  L431   ainManager$Toolchain]: [Toolchain 1]: Parsing single file: /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/../../sv-benchmarks/c/pthread-wmm/safe027_power.opt.i
[2024-11-27 06:20:07,561 INFO  L533              CDTParser]: Created temporary CDT project at /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/data/3c617454b/ee30d242e557445b8631715741809ffe/FLAG966016169
[2024-11-27 06:20:07,986 INFO  L384              CDTParser]: Found 1 translation units.
[2024-11-27 06:20:07,987 INFO  L180              CDTParser]: Scanning /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/sv-benchmarks/c/pthread-wmm/safe027_power.opt.i
[2024-11-27 06:20:08,015 INFO  L427              CDTParser]: About to delete temporary CDT project at /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/data/3c617454b/ee30d242e557445b8631715741809ffe/FLAG966016169
[2024-11-27 06:20:08,147 INFO  L435              CDTParser]: Successfully deleted /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/data/3c617454b/ee30d242e557445b8631715741809ffe
[2024-11-27 06:20:08,151 INFO  L299   ainManager$Toolchain]: ####################### [Toolchain 1] #######################
[2024-11-27 06:20:08,153 INFO  L133        ToolchainWalker]: Walking toolchain with 6 elements.
[2024-11-27 06:20:08,155 INFO  L112        PluginConnector]: ------------------------CACSL2BoogieTranslator----------------------------
[2024-11-27 06:20:08,155 INFO  L270        PluginConnector]: Initializing CACSL2BoogieTranslator...
[2024-11-27 06:20:08,165 INFO  L274        PluginConnector]: CACSL2BoogieTranslator initialized
[2024-11-27 06:20:08,166 INFO  L184        PluginConnector]: Executing the observer ACSLObjectContainerObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 27.11 06:20:08" (1/1) ...
[2024-11-27 06:20:08,169 INFO  L204        PluginConnector]: Invalid model from CACSL2BoogieTranslator for observer de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator.ACSLObjectContainerObserver@6eeecc44 and model type de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:08, skipping insertion in model container
[2024-11-27 06:20:08,169 INFO  L184        PluginConnector]: Executing the observer CACSL2BoogieTranslatorObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 27.11 06:20:08" (1/1) ...
[2024-11-27 06:20:08,224 INFO  L175         MainTranslator]: Built tables and reachable declarations
[2024-11-27 06:20:08,857 INFO  L210          PostProcessor]: Analyzing one entry point: main
[2024-11-27 06:20:08,869 INFO  L200         MainTranslator]: Completed pre-run
[2024-11-27 06:20:09,028 INFO  L210          PostProcessor]: Analyzing one entry point: main
[2024-11-27 06:20:09,070 INFO  L204         MainTranslator]: Completed translation
[2024-11-27 06:20:09,070 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09 WrapperNode
[2024-11-27 06:20:09,071 INFO  L131        PluginConnector]: ------------------------ END CACSL2BoogieTranslator----------------------------
[2024-11-27 06:20:09,071 INFO  L112        PluginConnector]: ------------------------Boogie Procedure Inliner----------------------------
[2024-11-27 06:20:09,071 INFO  L270        PluginConnector]: Initializing Boogie Procedure Inliner...
[2024-11-27 06:20:09,072 INFO  L274        PluginConnector]: Boogie Procedure Inliner initialized
[2024-11-27 06:20:09,076 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (1/1) ...
[2024-11-27 06:20:09,100 INFO  L184        PluginConnector]: Executing the observer Inliner from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (1/1) ...
[2024-11-27 06:20:09,136 INFO  L138                Inliner]: procedures = 176, calls = 73, calls flagged for inlining = 6, calls inlined = 7, statements flattened = 564
[2024-11-27 06:20:09,136 INFO  L131        PluginConnector]: ------------------------ END Boogie Procedure Inliner----------------------------
[2024-11-27 06:20:09,137 INFO  L112        PluginConnector]: ------------------------Boogie Preprocessor----------------------------
[2024-11-27 06:20:09,137 INFO  L270        PluginConnector]: Initializing Boogie Preprocessor...
[2024-11-27 06:20:09,137 INFO  L274        PluginConnector]: Boogie Preprocessor initialized
[2024-11-27 06:20:09,149 INFO  L184        PluginConnector]: Executing the observer EnsureBoogieModelObserver from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (1/1) ...
[2024-11-27 06:20:09,150 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (1/1) ...
[2024-11-27 06:20:09,165 INFO  L184        PluginConnector]: Executing the observer ConstExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (1/1) ...
[2024-11-27 06:20:09,166 INFO  L184        PluginConnector]: Executing the observer StructExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (1/1) ...
[2024-11-27 06:20:09,204 INFO  L184        PluginConnector]: Executing the observer ReplaceArrayAssignments from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (1/1) ...
[2024-11-27 06:20:09,208 INFO  L184        PluginConnector]: Executing the observer UnstructureCode from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (1/1) ...
[2024-11-27 06:20:09,219 INFO  L184        PluginConnector]: Executing the observer FunctionInliner from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (1/1) ...
[2024-11-27 06:20:09,225 INFO  L184        PluginConnector]: Executing the observer LTLStepAnnotator from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (1/1) ...
[2024-11-27 06:20:09,233 INFO  L184        PluginConnector]: Executing the observer BoogieSymbolTableConstructor from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (1/1) ...
[2024-11-27 06:20:09,251 INFO  L131        PluginConnector]: ------------------------ END Boogie Preprocessor----------------------------
[2024-11-27 06:20:09,252 INFO  L112        PluginConnector]: ------------------------RCFGBuilder----------------------------
[2024-11-27 06:20:09,252 INFO  L270        PluginConnector]: Initializing RCFGBuilder...
[2024-11-27 06:20:09,252 INFO  L274        PluginConnector]: RCFGBuilder initialized
[2024-11-27 06:20:09,253 INFO  L184        PluginConnector]: Executing the observer RCFGBuilderObserver from plugin RCFGBuilder for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (1/1) ...
[2024-11-27 06:20:09,270 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:2000
[2024-11-27 06:20:09,286 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/z3
[2024-11-27 06:20:09,306 INFO  L229       MonitoredProcess]: Starting monitored process 1 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:2000 (exit command is (exit), workingDir is null)
[2024-11-27 06:20:09,310 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:2000 (1)] Waiting until timeout for monitored process
[2024-11-27 06:20:09,338 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int
[2024-11-27 06:20:09,338 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int
[2024-11-27 06:20:09,338 INFO  L130     BoogieDeclarations]: Found specification of procedure __VERIFIER_atomic_begin
[2024-11-27 06:20:09,338 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.allocInit
[2024-11-27 06:20:09,338 INFO  L130     BoogieDeclarations]: Found specification of procedure P0
[2024-11-27 06:20:09,338 INFO  L138     BoogieDeclarations]: Found implementation of procedure P0
[2024-11-27 06:20:09,338 INFO  L130     BoogieDeclarations]: Found specification of procedure P1
[2024-11-27 06:20:09,339 INFO  L138     BoogieDeclarations]: Found implementation of procedure P1
[2024-11-27 06:20:09,339 INFO  L130     BoogieDeclarations]: Found specification of procedure P2
[2024-11-27 06:20:09,339 INFO  L138     BoogieDeclarations]: Found implementation of procedure P2
[2024-11-27 06:20:09,339 INFO  L130     BoogieDeclarations]: Found specification of procedure P3
[2024-11-27 06:20:09,339 INFO  L138     BoogieDeclarations]: Found implementation of procedure P3
[2024-11-27 06:20:09,340 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int
[2024-11-27 06:20:09,340 INFO  L130     BoogieDeclarations]: Found specification of procedure __VERIFIER_atomic_end
[2024-11-27 06:20:09,340 INFO  L130     BoogieDeclarations]: Found specification of procedure ULTIMATE.start
[2024-11-27 06:20:09,340 INFO  L138     BoogieDeclarations]: Found implementation of procedure ULTIMATE.start
[2024-11-27 06:20:09,342 WARN  L203             CfgBuilder]: User set CodeBlockSize to SequenceOfStatements but program contains fork statements. Overwriting the user preferences and setting CodeBlockSize to OneNontrivialStatement.
[2024-11-27 06:20:09,678 INFO  L234             CfgBuilder]: Building ICFG
[2024-11-27 06:20:09,679 INFO  L260             CfgBuilder]: Building CFG for each procedure with an implementation
[2024-11-27 06:20:12,571 INFO  L279             CfgBuilder]: Omitted future-live optimization because the input is a concurrent program.
[2024-11-27 06:20:12,572 INFO  L283             CfgBuilder]: Performing block encoding
[2024-11-27 06:20:25,786 INFO  L307             CfgBuilder]: Using the 1 location(s) as analysis (start of procedure ULTIMATE.start)
[2024-11-27 06:20:25,787 INFO  L312             CfgBuilder]: Removed 0 assume(true) statements.
[2024-11-27 06:20:25,787 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 27.11 06:20:25 BoogieIcfgContainer
[2024-11-27 06:20:25,787 INFO  L131        PluginConnector]: ------------------------ END RCFGBuilder----------------------------
[2024-11-27 06:20:25,794 INFO  L112        PluginConnector]: ------------------------TraceAbstraction----------------------------
[2024-11-27 06:20:25,794 INFO  L270        PluginConnector]: Initializing TraceAbstraction...
[2024-11-27 06:20:25,801 INFO  L274        PluginConnector]: TraceAbstraction initialized
[2024-11-27 06:20:25,801 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "CDTParser AST 27.11 06:20:08" (1/3) ...
[2024-11-27 06:20:25,802 INFO  L204        PluginConnector]: Invalid model from TraceAbstraction for observer de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction.TraceAbstractionObserver@16d65345 and model type de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction AST 27.11 06:20:25, skipping insertion in model container
[2024-11-27 06:20:25,803 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 27.11 06:20:09" (2/3) ...
[2024-11-27 06:20:25,804 INFO  L204        PluginConnector]: Invalid model from TraceAbstraction for observer de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction.TraceAbstractionObserver@16d65345 and model type de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction AST 27.11 06:20:25, skipping insertion in model container
[2024-11-27 06:20:25,804 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 27.11 06:20:25" (3/3) ...
[2024-11-27 06:20:25,805 INFO  L128   eAbstractionObserver]: Analyzing ICFG safe027_power.opt.i
[2024-11-27 06:20:25,823 INFO  L216   ceAbstractionStarter]: Automizer settings: Hoare:LoopHeads NWA Interpolation:FPandBP Determinization: PREDICATE_ABSTRACTION
[2024-11-27 06:20:25,825 INFO  L151   ceAbstractionStarter]: Applying trace abstraction to ICFG safe027_power.opt.i that has 5 procedures, 550 locations, 1 initial locations, 0 loop locations, and 404 error locations.
[2024-11-27 06:20:25,825 INFO  L491   ceAbstractionStarter]: Constructing petrified ICFG for 1 thread instances.
[2024-11-27 06:20:27,021 INFO  L143    ThreadInstanceAdder]: Constructed 0 joinOtherThreadTransitions.
[2024-11-27 06:20:27,104 INFO  L125   denceProviderFactory]: Independence Relation #1: [IndependenceType=SEMANTIC, AbstractionType=VARIABLES_GLOBAL, UseConditional=true, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2024-11-27 06:20:27,107 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true -t:1000
[2024-11-27 06:20:27,107 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/z3
[2024-11-27 06:20:27,110 INFO  L229       MonitoredProcess]: Starting monitored process 2 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/z3 -smt2 -in SMTLIB2_COMPLIANT=true -t:1000 (exit command is (exit), workingDir is null)
[2024-11-27 06:20:27,114 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_6288fb90-6d11-4d10-97e6-baa0cc567f3d/bin/ugemcutter-verify-fG3NtRWMco/z3 -smt2 -in SMTLIB2_COMPLIANT=true -t:1000 (2)] Waiting until timeout for monitored process
[2024-11-27 06:20:27,315 INFO  L177   artialOrderCegarLoop]: Running PartialOrderCegarLoop with 1 independence relations.
[2024-11-27 06:20:27,327 INFO  L332      AbstractCegarLoop]: ======== Iteration 0 == of CEGAR loop == P2Thread1of1ForFork0 ========
[2024-11-27 06:20:27,337 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=PARTIAL_ORDER_FA, 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;@3935d0f7, mLbeIndependenceSettings=[IndependenceType=SEMANTIC, AbstractionType=NONE, UseConditional=false, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2024-11-27 06:20:27,338 INFO  L334      AbstractCegarLoop]: Starting to check reachability of 179 error locations.
[2024-11-27 06:20:44,050 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 187 treesize of output 183
[2024-11-27 06:20:45,787 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 187 treesize of output 183
[2024-11-27 06:20:46,755 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 187 treesize of output 183
[2024-11-27 06:20:52,254 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 1021 treesize of output 895
[2024-11-27 06:20:52,588 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 983 treesize of output 967
[2024-11-27 06:21:33,971 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:21:33,972 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:21:34,028 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 187 treesize of output 183
[2024-11-27 06:21:40,682 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 1021 treesize of output 895
[2024-11-27 06:21:41,009 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 983 treesize of output 967
[2024-11-27 06:22:32,916 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:22:32,917 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:22:38,363 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 1021 treesize of output 895
[2024-11-27 06:22:38,651 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 983 treesize of output 967
[2024-11-27 06:23:13,486 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:23:13,487 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:23:13,520 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 187 treesize of output 183
[2024-11-27 06:23:14,074 INFO  L396      AbstractCegarLoop]: === Iteration 1 === Targeting P2Err0ASSERT_VIOLATIONDATA_RACE === [P2Err0ASSERT_VIOLATIONDATA_RACE, P2Err1ASSERT_VIOLATIONDATA_RACE, P2Err2ASSERT_VIOLATIONDATA_RACE, P2Err3ASSERT_VIOLATIONDATA_RACE (and 175 more)] ===
[2024-11-27 06:23:14,079 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-27 06:23:14,080 INFO  L85        PathProgramCache]: Analyzing trace with hash -1211758054, now seen corresponding path program 1 times
[2024-11-27 06:23:14,087 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-27 06:23:14,088 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1294228514]
[2024-11-27 06:23:14,088 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-27 06:23:14,089 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-27 06:23:14,280 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-27 06:23:14,400 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-27 06:23:14,400 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-27 06:23:14,400 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1294228514]
[2024-11-27 06:23:14,401 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1294228514] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-27 06:23:14,401 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-27 06:23:14,401 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2024-11-27 06:23:14,403 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [953751491]
[2024-11-27 06:23:14,403 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-27 06:23:14,408 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 2 states
[2024-11-27 06:23:14,409 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-27 06:23:14,429 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 2 interpolants.
[2024-11-27 06:23:14,430 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=1, Invalid=1, Unknown=0, NotChecked=0, Total=2
[2024-11-27 06:23:14,432 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:23:14,438 INFO  L471      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2024-11-27 06:23:14,439 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 2 states, 2 states have (on average 41.5) internal successors, (83), 2 states have internal predecessors, (83), 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-27 06:23:14,440 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:23:16,547 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 187 treesize of output 183
[2024-11-27 06:23:17,262 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 207 treesize of output 196
[2024-11-27 06:23:17,497 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 284 treesize of output 276
[2024-11-27 06:23:33,236 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:23:33,236 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:23:35,114 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 187 treesize of output 183
[2024-11-27 06:23:36,115 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 330 treesize of output 322
[2024-11-27 06:23:36,224 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 203 treesize of output 192
[2024-11-27 06:23:54,030 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:23:54,030 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:23:56,249 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 207 treesize of output 196
[2024-11-27 06:23:56,358 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 284 treesize of output 276
[2024-11-27 06:24:10,747 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:24:10,748 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:24:12,771 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 187 treesize of output 183
[2024-11-27 06:24:13,643 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 330 treesize of output 322
[2024-11-27 06:24:13,751 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 203 treesize of output 192
[2024-11-27 06:24:27,106 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:24:27,106 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:24:29,144 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 330 treesize of output 322
[2024-11-27 06:24:29,255 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 203 treesize of output 192
[2024-11-27 06:24:49,759 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:24:49,759 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:24:49,806 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 187 treesize of output 183
[2024-11-27 06:24:56,203 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 1021 treesize of output 895
[2024-11-27 06:24:56,456 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 983 treesize of output 967
[2024-11-27 06:25:24,248 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:25:24,248 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:25:24,354 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 187 treesize of output 183
[2024-11-27 06:25:25,421 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 187 treesize of output 183
[2024-11-27 06:25:27,178 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 187 treesize of output 183
[2024-11-27 06:25:33,242 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 187 treesize of output 183
[2024-11-27 06:25:33,947 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 1021 treesize of output 895
[2024-11-27 06:25:34,294 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 983 treesize of output 967
[2024-11-27 06:26:35,089 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:26:35,089 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:26:35,430 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 187 treesize of output 183
[2024-11-27 06:26:39,568 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 330 treesize of output 322
[2024-11-27 06:26:39,704 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 203 treesize of output 192
[2024-11-27 06:26:59,646 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:26:59,647 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:26:59,707 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 187 treesize of output 183
[2024-11-27 06:27:02,950 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 187 treesize of output 183
[2024-11-27 06:27:03,887 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 330 treesize of output 322
[2024-11-27 06:27:04,056 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 203 treesize of output 192
[2024-11-27 06:27:06,197 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:27:06,198 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:27:06,638 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:27:06,641 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err0ASSERT_VIOLATIONDATA_RACE (178 of 179 remaining)
[2024-11-27 06:27:06,642 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err1ASSERT_VIOLATIONDATA_RACE (177 of 179 remaining)
[2024-11-27 06:27:06,642 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err2ASSERT_VIOLATIONDATA_RACE (176 of 179 remaining)
[2024-11-27 06:27:06,642 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err3ASSERT_VIOLATIONDATA_RACE (175 of 179 remaining)
[2024-11-27 06:27:06,642 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err4ASSERT_VIOLATIONDATA_RACE (174 of 179 remaining)
[2024-11-27 06:27:06,642 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err5ASSERT_VIOLATIONDATA_RACE (173 of 179 remaining)
[2024-11-27 06:27:06,642 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err6ASSERT_VIOLATIONDATA_RACE (172 of 179 remaining)
[2024-11-27 06:27:06,642 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err7ASSERT_VIOLATIONDATA_RACE (171 of 179 remaining)
[2024-11-27 06:27:06,642 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err9ASSERT_VIOLATIONDATA_RACE (170 of 179 remaining)
[2024-11-27 06:27:06,643 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err10ASSERT_VIOLATIONDATA_RACE (169 of 179 remaining)
[2024-11-27 06:27:06,643 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err12ASSERT_VIOLATIONDATA_RACE (168 of 179 remaining)
[2024-11-27 06:27:06,643 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err13ASSERT_VIOLATIONDATA_RACE (167 of 179 remaining)
[2024-11-27 06:27:06,643 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err14ASSERT_VIOLATIONDATA_RACE (166 of 179 remaining)
[2024-11-27 06:27:06,643 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err15ASSERT_VIOLATIONDATA_RACE (165 of 179 remaining)
[2024-11-27 06:27:06,643 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err21ASSERT_VIOLATIONDATA_RACE (164 of 179 remaining)
[2024-11-27 06:27:06,644 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err22ASSERT_VIOLATIONDATA_RACE (163 of 179 remaining)
[2024-11-27 06:27:06,644 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err23ASSERT_VIOLATIONDATA_RACE (162 of 179 remaining)
[2024-11-27 06:27:06,644 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err24ASSERT_VIOLATIONDATA_RACE (161 of 179 remaining)
[2024-11-27 06:27:06,644 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err28ASSERT_VIOLATIONDATA_RACE (160 of 179 remaining)
[2024-11-27 06:27:06,644 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err30ASSERT_VIOLATIONDATA_RACE (159 of 179 remaining)
[2024-11-27 06:27:06,644 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err29ASSERT_VIOLATIONDATA_RACE (158 of 179 remaining)
[2024-11-27 06:27:06,644 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err25ASSERT_VIOLATIONDATA_RACE (157 of 179 remaining)
[2024-11-27 06:27:06,644 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err27ASSERT_VIOLATIONDATA_RACE (156 of 179 remaining)
[2024-11-27 06:27:06,644 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err26ASSERT_VIOLATIONDATA_RACE (155 of 179 remaining)
[2024-11-27 06:27:06,644 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err16ASSERT_VIOLATIONDATA_RACE (154 of 179 remaining)
[2024-11-27 06:27:06,645 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err18ASSERT_VIOLATIONDATA_RACE (153 of 179 remaining)
[2024-11-27 06:27:06,645 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err20ASSERT_VIOLATIONDATA_RACE (152 of 179 remaining)
[2024-11-27 06:27:06,645 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err19ASSERT_VIOLATIONDATA_RACE (151 of 179 remaining)
[2024-11-27 06:27:06,645 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err17ASSERT_VIOLATIONDATA_RACE (150 of 179 remaining)
[2024-11-27 06:27:06,645 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err11ASSERT_VIOLATIONDATA_RACE (149 of 179 remaining)
[2024-11-27 06:27:06,645 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err8ASSERT_VIOLATIONDATA_RACE (148 of 179 remaining)
[2024-11-27 06:27:06,645 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err31ASSERT_VIOLATIONDATA_RACE (147 of 179 remaining)
[2024-11-27 06:27:06,645 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err32ASSERT_VIOLATIONDATA_RACE (146 of 179 remaining)
[2024-11-27 06:27:06,645 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err34ASSERT_VIOLATIONDATA_RACE (145 of 179 remaining)
[2024-11-27 06:27:06,645 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err36ASSERT_VIOLATIONDATA_RACE (144 of 179 remaining)
[2024-11-27 06:27:06,646 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err37ASSERT_VIOLATIONDATA_RACE (143 of 179 remaining)
[2024-11-27 06:27:06,646 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err39ASSERT_VIOLATIONDATA_RACE (142 of 179 remaining)
[2024-11-27 06:27:06,646 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err40ASSERT_VIOLATIONDATA_RACE (141 of 179 remaining)
[2024-11-27 06:27:06,646 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err41ASSERT_VIOLATIONDATA_RACE (140 of 179 remaining)
[2024-11-27 06:27:06,646 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err42ASSERT_VIOLATIONDATA_RACE (139 of 179 remaining)
[2024-11-27 06:27:06,646 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err44ASSERT_VIOLATIONDATA_RACE (138 of 179 remaining)
[2024-11-27 06:27:06,646 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err45ASSERT_VIOLATIONDATA_RACE (137 of 179 remaining)
[2024-11-27 06:27:06,647 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err46ASSERT_VIOLATIONDATA_RACE (136 of 179 remaining)
[2024-11-27 06:27:06,647 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err47ASSERT_VIOLATIONDATA_RACE (135 of 179 remaining)
[2024-11-27 06:27:06,647 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err49ASSERT_VIOLATIONDATA_RACE (134 of 179 remaining)
[2024-11-27 06:27:06,647 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err48ASSERT_VIOLATIONDATA_RACE (133 of 179 remaining)
[2024-11-27 06:27:06,647 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err43ASSERT_VIOLATIONDATA_RACE (132 of 179 remaining)
[2024-11-27 06:27:06,647 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err38ASSERT_VIOLATIONDATA_RACE (131 of 179 remaining)
[2024-11-27 06:27:06,647 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err35ASSERT_VIOLATIONDATA_RACE (130 of 179 remaining)
[2024-11-27 06:27:06,647 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err33ASSERT_VIOLATIONDATA_RACE (129 of 179 remaining)
[2024-11-27 06:27:06,647 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err50ASSERT_VIOLATIONDATA_RACE (128 of 179 remaining)
[2024-11-27 06:27:06,647 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err51ASSERT_VIOLATIONDATA_RACE (127 of 179 remaining)
[2024-11-27 06:27:06,647 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err53ASSERT_VIOLATIONDATA_RACE (126 of 179 remaining)
[2024-11-27 06:27:06,648 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err55ASSERT_VIOLATIONDATA_RACE (125 of 179 remaining)
[2024-11-27 06:27:06,648 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err56ASSERT_VIOLATIONDATA_RACE (124 of 179 remaining)
[2024-11-27 06:27:06,648 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err58ASSERT_VIOLATIONDATA_RACE (123 of 179 remaining)
[2024-11-27 06:27:06,648 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err59ASSERT_VIOLATIONDATA_RACE (122 of 179 remaining)
[2024-11-27 06:27:06,648 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err60ASSERT_VIOLATIONDATA_RACE (121 of 179 remaining)
[2024-11-27 06:27:06,648 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err61ASSERT_VIOLATIONDATA_RACE (120 of 179 remaining)
[2024-11-27 06:27:06,648 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err63ASSERT_VIOLATIONDATA_RACE (119 of 179 remaining)
[2024-11-27 06:27:06,648 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err64ASSERT_VIOLATIONDATA_RACE (118 of 179 remaining)
[2024-11-27 06:27:06,648 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err65ASSERT_VIOLATIONDATA_RACE (117 of 179 remaining)
[2024-11-27 06:27:06,648 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err66ASSERT_VIOLATIONDATA_RACE (116 of 179 remaining)
[2024-11-27 06:27:06,648 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err68ASSERT_VIOLATIONDATA_RACE (115 of 179 remaining)
[2024-11-27 06:27:06,649 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err67ASSERT_VIOLATIONDATA_RACE (114 of 179 remaining)
[2024-11-27 06:27:06,649 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err62ASSERT_VIOLATIONDATA_RACE (113 of 179 remaining)
[2024-11-27 06:27:06,649 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err57ASSERT_VIOLATIONDATA_RACE (112 of 179 remaining)
[2024-11-27 06:27:06,649 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err54ASSERT_VIOLATIONDATA_RACE (111 of 179 remaining)
[2024-11-27 06:27:06,649 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err52ASSERT_VIOLATIONDATA_RACE (110 of 179 remaining)
[2024-11-27 06:27:06,649 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err69ASSERT_VIOLATIONDATA_RACE (109 of 179 remaining)
[2024-11-27 06:27:06,649 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err70ASSERT_VIOLATIONDATA_RACE (108 of 179 remaining)
[2024-11-27 06:27:06,649 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err72ASSERT_VIOLATIONDATA_RACE (107 of 179 remaining)
[2024-11-27 06:27:06,649 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err74ASSERT_VIOLATIONDATA_RACE (106 of 179 remaining)
[2024-11-27 06:27:06,650 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err75ASSERT_VIOLATIONDATA_RACE (105 of 179 remaining)
[2024-11-27 06:27:06,650 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err76ASSERT_VIOLATIONDATA_RACE (104 of 179 remaining)
[2024-11-27 06:27:06,650 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err77ASSERT_VIOLATIONDATA_RACE (103 of 179 remaining)
[2024-11-27 06:27:06,650 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err78ASSERT_VIOLATIONDATA_RACE (102 of 179 remaining)
[2024-11-27 06:27:06,650 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err79ASSERT_VIOLATIONDATA_RACE (101 of 179 remaining)
[2024-11-27 06:27:06,650 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err82ASSERT_VIOLATIONDATA_RACE (100 of 179 remaining)
[2024-11-27 06:27:06,650 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err83ASSERT_VIOLATIONDATA_RACE (99 of 179 remaining)
[2024-11-27 06:27:06,650 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err84ASSERT_VIOLATIONDATA_RACE (98 of 179 remaining)
[2024-11-27 06:27:06,650 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err85ASSERT_VIOLATIONDATA_RACE (97 of 179 remaining)
[2024-11-27 06:27:06,650 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err87ASSERT_VIOLATIONDATA_RACE (96 of 179 remaining)
[2024-11-27 06:27:06,650 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err86ASSERT_VIOLATIONDATA_RACE (95 of 179 remaining)
[2024-11-27 06:27:06,650 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err80ASSERT_VIOLATIONDATA_RACE (94 of 179 remaining)
[2024-11-27 06:27:06,651 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err81ASSERT_VIOLATIONDATA_RACE (93 of 179 remaining)
[2024-11-27 06:27:06,651 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err73ASSERT_VIOLATIONDATA_RACE (92 of 179 remaining)
[2024-11-27 06:27:06,651 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err71ASSERT_VIOLATIONDATA_RACE (91 of 179 remaining)
[2024-11-27 06:27:06,651 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err88ASSERT_VIOLATIONDATA_RACE (90 of 179 remaining)
[2024-11-27 06:27:06,651 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err89ASSERT_VIOLATIONDATA_RACE (89 of 179 remaining)
[2024-11-27 06:27:06,651 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err91ASSERT_VIOLATIONDATA_RACE (88 of 179 remaining)
[2024-11-27 06:27:06,651 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err93ASSERT_VIOLATIONDATA_RACE (87 of 179 remaining)
[2024-11-27 06:27:06,651 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err94ASSERT_VIOLATIONDATA_RACE (86 of 179 remaining)
[2024-11-27 06:27:06,651 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err95ASSERT_VIOLATIONDATA_RACE (85 of 179 remaining)
[2024-11-27 06:27:06,651 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err96ASSERT_VIOLATIONDATA_RACE (84 of 179 remaining)
[2024-11-27 06:27:06,652 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err97ASSERT_VIOLATIONDATA_RACE (83 of 179 remaining)
[2024-11-27 06:27:06,652 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err98ASSERT_VIOLATIONDATA_RACE (82 of 179 remaining)
[2024-11-27 06:27:06,652 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err100ASSERT_VIOLATIONDATA_RACE (81 of 179 remaining)
[2024-11-27 06:27:06,652 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err101ASSERT_VIOLATIONDATA_RACE (80 of 179 remaining)
[2024-11-27 06:27:06,652 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err102ASSERT_VIOLATIONDATA_RACE (79 of 179 remaining)
[2024-11-27 06:27:06,652 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err103ASSERT_VIOLATIONDATA_RACE (78 of 179 remaining)
[2024-11-27 06:27:06,652 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err99ASSERT_VIOLATIONDATA_RACE (77 of 179 remaining)
[2024-11-27 06:27:06,653 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err92ASSERT_VIOLATIONDATA_RACE (76 of 179 remaining)
[2024-11-27 06:27:06,653 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err90ASSERT_VIOLATIONDATA_RACE (75 of 179 remaining)
[2024-11-27 06:27:06,653 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err104ASSERT_VIOLATIONDATA_RACE (74 of 179 remaining)
[2024-11-27 06:27:06,653 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err105ASSERT_VIOLATIONDATA_RACE (73 of 179 remaining)
[2024-11-27 06:27:06,654 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err107ASSERT_VIOLATIONDATA_RACE (72 of 179 remaining)
[2024-11-27 06:27:06,654 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err109ASSERT_VIOLATIONDATA_RACE (71 of 179 remaining)
[2024-11-27 06:27:06,654 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err110ASSERT_VIOLATIONDATA_RACE (70 of 179 remaining)
[2024-11-27 06:27:06,654 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err111ASSERT_VIOLATIONDATA_RACE (69 of 179 remaining)
[2024-11-27 06:27:06,654 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err112ASSERT_VIOLATIONDATA_RACE (68 of 179 remaining)
[2024-11-27 06:27:06,654 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err113ASSERT_VIOLATIONDATA_RACE (67 of 179 remaining)
[2024-11-27 06:27:06,654 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err114ASSERT_VIOLATIONDATA_RACE (66 of 179 remaining)
[2024-11-27 06:27:06,655 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err116ASSERT_VIOLATIONDATA_RACE (65 of 179 remaining)
[2024-11-27 06:27:06,655 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err117ASSERT_VIOLATIONDATA_RACE (64 of 179 remaining)
[2024-11-27 06:27:06,655 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err118ASSERT_VIOLATIONDATA_RACE (63 of 179 remaining)
[2024-11-27 06:27:06,655 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err119ASSERT_VIOLATIONDATA_RACE (62 of 179 remaining)
[2024-11-27 06:27:06,655 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err115ASSERT_VIOLATIONDATA_RACE (61 of 179 remaining)
[2024-11-27 06:27:06,655 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err108ASSERT_VIOLATIONDATA_RACE (60 of 179 remaining)
[2024-11-27 06:27:06,656 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err106ASSERT_VIOLATIONDATA_RACE (59 of 179 remaining)
[2024-11-27 06:27:06,656 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err120ASSERT_VIOLATIONDATA_RACE (58 of 179 remaining)
[2024-11-27 06:27:06,656 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err121ASSERT_VIOLATIONDATA_RACE (57 of 179 remaining)
[2024-11-27 06:27:06,656 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err123ASSERT_VIOLATIONDATA_RACE (56 of 179 remaining)
[2024-11-27 06:27:06,656 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err125ASSERT_VIOLATIONDATA_RACE (55 of 179 remaining)
[2024-11-27 06:27:06,656 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err126ASSERT_VIOLATIONDATA_RACE (54 of 179 remaining)
[2024-11-27 06:27:06,656 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err127ASSERT_VIOLATIONDATA_RACE (53 of 179 remaining)
[2024-11-27 06:27:06,657 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err128ASSERT_VIOLATIONDATA_RACE (52 of 179 remaining)
[2024-11-27 06:27:06,657 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err129ASSERT_VIOLATIONDATA_RACE (51 of 179 remaining)
[2024-11-27 06:27:06,657 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err130ASSERT_VIOLATIONDATA_RACE (50 of 179 remaining)
[2024-11-27 06:27:06,657 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err133ASSERT_VIOLATIONDATA_RACE (49 of 179 remaining)
[2024-11-27 06:27:06,657 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err134ASSERT_VIOLATIONDATA_RACE (48 of 179 remaining)
[2024-11-27 06:27:06,657 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err135ASSERT_VIOLATIONDATA_RACE (47 of 179 remaining)
[2024-11-27 06:27:06,658 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err136ASSERT_VIOLATIONDATA_RACE (46 of 179 remaining)
[2024-11-27 06:27:06,658 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err131ASSERT_VIOLATIONDATA_RACE (45 of 179 remaining)
[2024-11-27 06:27:06,658 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err132ASSERT_VIOLATIONDATA_RACE (44 of 179 remaining)
[2024-11-27 06:27:06,658 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err124ASSERT_VIOLATIONDATA_RACE (43 of 179 remaining)
[2024-11-27 06:27:06,658 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err122ASSERT_VIOLATIONDATA_RACE (42 of 179 remaining)
[2024-11-27 06:27:06,658 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err137ASSERT_VIOLATIONDATA_RACE (41 of 179 remaining)
[2024-11-27 06:27:06,658 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err138ASSERT_VIOLATIONDATA_RACE (40 of 179 remaining)
[2024-11-27 06:27:06,659 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err139ASSERT_VIOLATIONDATA_RACE (39 of 179 remaining)
[2024-11-27 06:27:06,659 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err140ASSERT_VIOLATIONDATA_RACE (38 of 179 remaining)
[2024-11-27 06:27:06,659 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err141ASSERT_VIOLATIONDATA_RACE (37 of 179 remaining)
[2024-11-27 06:27:06,659 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err142ASSERT_VIOLATIONDATA_RACE (36 of 179 remaining)
[2024-11-27 06:27:06,659 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err144ASSERT_VIOLATIONDATA_RACE (35 of 179 remaining)
[2024-11-27 06:27:06,659 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err143ASSERT_VIOLATIONDATA_RACE (34 of 179 remaining)
[2024-11-27 06:27:06,660 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err145ASSERT_VIOLATIONDATA_RACE (33 of 179 remaining)
[2024-11-27 06:27:06,660 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err146ASSERT_VIOLATIONDATA_RACE (32 of 179 remaining)
[2024-11-27 06:27:06,660 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err147ASSERT_VIOLATIONDATA_RACE (31 of 179 remaining)
[2024-11-27 06:27:06,660 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err148ASSERT_VIOLATIONDATA_RACE (30 of 179 remaining)
[2024-11-27 06:27:06,660 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err149ASSERT_VIOLATIONDATA_RACE (29 of 179 remaining)
[2024-11-27 06:27:06,660 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err150ASSERT_VIOLATIONDATA_RACE (28 of 179 remaining)
[2024-11-27 06:27:06,660 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err152ASSERT_VIOLATIONDATA_RACE (27 of 179 remaining)
[2024-11-27 06:27:06,661 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err153ASSERT_VIOLATIONDATA_RACE (26 of 179 remaining)
[2024-11-27 06:27:06,661 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err155ASSERT_VIOLATIONDATA_RACE (25 of 179 remaining)
[2024-11-27 06:27:06,661 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err154ASSERT_VIOLATIONDATA_RACE (24 of 179 remaining)
[2024-11-27 06:27:06,661 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err151ASSERT_VIOLATIONDATA_RACE (23 of 179 remaining)
[2024-11-27 06:27:06,661 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err156ASSERT_VIOLATIONDATA_RACE (22 of 179 remaining)
[2024-11-27 06:27:06,661 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err157ASSERT_VIOLATIONDATA_RACE (21 of 179 remaining)
[2024-11-27 06:27:06,661 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err158ASSERT_VIOLATIONDATA_RACE (20 of 179 remaining)
[2024-11-27 06:27:06,662 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err159ASSERT_VIOLATIONDATA_RACE (19 of 179 remaining)
[2024-11-27 06:27:06,662 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err160ASSERT_VIOLATIONDATA_RACE (18 of 179 remaining)
[2024-11-27 06:27:06,662 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err161ASSERT_VIOLATIONDATA_RACE (17 of 179 remaining)
[2024-11-27 06:27:06,662 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err162ASSERT_VIOLATIONDATA_RACE (16 of 179 remaining)
[2024-11-27 06:27:06,662 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err163ASSERT_VIOLATIONDATA_RACE (15 of 179 remaining)
[2024-11-27 06:27:06,662 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err164ASSERT_VIOLATIONDATA_RACE (14 of 179 remaining)
[2024-11-27 06:27:06,662 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err165ASSERT_VIOLATIONDATA_RACE (13 of 179 remaining)
[2024-11-27 06:27:06,662 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err166ASSERT_VIOLATIONDATA_RACE (12 of 179 remaining)
[2024-11-27 06:27:06,663 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err167ASSERT_VIOLATIONDATA_RACE (11 of 179 remaining)
[2024-11-27 06:27:06,663 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err168ASSERT_VIOLATIONDATA_RACE (10 of 179 remaining)
[2024-11-27 06:27:06,663 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err169ASSERT_VIOLATIONDATA_RACE (9 of 179 remaining)
[2024-11-27 06:27:06,663 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err170ASSERT_VIOLATIONDATA_RACE (8 of 179 remaining)
[2024-11-27 06:27:06,663 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err171ASSERT_VIOLATIONDATA_RACE (7 of 179 remaining)
[2024-11-27 06:27:06,663 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err172ASSERT_VIOLATIONDATA_RACE (6 of 179 remaining)
[2024-11-27 06:27:06,663 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err173ASSERT_VIOLATIONDATA_RACE (5 of 179 remaining)
[2024-11-27 06:27:06,663 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err174ASSERT_VIOLATIONDATA_RACE (4 of 179 remaining)
[2024-11-27 06:27:06,664 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err175ASSERT_VIOLATIONDATA_RACE (3 of 179 remaining)
[2024-11-27 06:27:06,664 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err176ASSERT_VIOLATIONDATA_RACE (2 of 179 remaining)
[2024-11-27 06:27:06,664 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err177ASSERT_VIOLATIONDATA_RACE (1 of 179 remaining)
[2024-11-27 06:27:06,664 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location P2Err178ASSERT_VIOLATIONDATA_RACE (0 of 179 remaining)
[2024-11-27 06:27:06,664 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable0
[2024-11-27 06:27:06,670 INFO  L422         BasicCegarLoop]: Path program histogram: [1]
[2024-11-27 06:27:06,673 INFO  L319   ceAbstractionStarter]: Result for error location P2Thread1of1ForFork0 was SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE (1/5)
[2024-11-27 06:27:06,684 INFO  L125   denceProviderFactory]: Independence Relation #1: [IndependenceType=SEMANTIC, AbstractionType=VARIABLES_GLOBAL, UseConditional=true, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2024-11-27 06:27:06,688 INFO  L177   artialOrderCegarLoop]: Running PartialOrderCegarLoop with 1 independence relations.
[2024-11-27 06:27:06,688 INFO  L332      AbstractCegarLoop]: ======== Iteration 0 == of CEGAR loop == ULTIMATE.start ========
[2024-11-27 06:27:06,689 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=PARTIAL_ORDER_FA, 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;@3935d0f7, mLbeIndependenceSettings=[IndependenceType=SEMANTIC, AbstractionType=NONE, UseConditional=false, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2024-11-27 06:27:06,689 INFO  L334      AbstractCegarLoop]: Starting to check reachability of 49 error locations.
[2024-11-27 06:27:22,185 INFO  L396      AbstractCegarLoop]: === Iteration 1 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONDATA_RACE === [ULTIMATE.startErr0ASSERT_VIOLATIONDATA_RACE, ULTIMATE.startErr1ASSERT_VIOLATIONDATA_RACE, ULTIMATE.startErr2ASSERT_VIOLATIONDATA_RACE (and 46 more)] ===
[2024-11-27 06:27:22,186 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-27 06:27:22,187 INFO  L85        PathProgramCache]: Analyzing trace with hash -41282159, now seen corresponding path program 1 times
[2024-11-27 06:27:22,187 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-27 06:27:22,187 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [664959711]
[2024-11-27 06:27:22,187 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-27 06:27:22,187 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-27 06:27:22,290 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-27 06:27:22,404 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-27 06:27:22,404 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-27 06:27:22,404 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [664959711]
[2024-11-27 06:27:22,404 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [664959711] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-27 06:27:22,404 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-27 06:27:22,405 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [1] imperfect sequences [] total 1
[2024-11-27 06:27:22,405 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [2099563013]
[2024-11-27 06:27:22,405 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-27 06:27:22,405 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 2 states
[2024-11-27 06:27:22,406 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-27 06:27:22,406 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 2 interpolants.
[2024-11-27 06:27:22,407 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=1, Invalid=1, Unknown=0, NotChecked=0, Total=2
[2024-11-27 06:27:22,407 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:27:22,409 INFO  L471      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2024-11-27 06:27:22,409 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 2 states, 1 states have (on average 87.0) internal successors, (87), 2 states have internal predecessors, (87), 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-27 06:27:22,410 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:27:22,472 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:27:22,472 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable1
[2024-11-27 06:27:22,472 INFO  L396      AbstractCegarLoop]: === Iteration 2 === Targeting ULTIMATE.startErr2ASSERT_VIOLATIONDATA_RACE === [ULTIMATE.startErr0ASSERT_VIOLATIONDATA_RACE, ULTIMATE.startErr1ASSERT_VIOLATIONDATA_RACE, ULTIMATE.startErr2ASSERT_VIOLATIONDATA_RACE (and 46 more)] ===
[2024-11-27 06:27:22,473 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-27 06:27:22,473 INFO  L85        PathProgramCache]: Analyzing trace with hash -1017047182, now seen corresponding path program 1 times
[2024-11-27 06:27:22,473 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-27 06:27:22,473 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [628541717]
[2024-11-27 06:27:22,473 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-27 06:27:22,473 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-27 06:27:22,569 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-27 06:27:22,689 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-27 06:27:22,689 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-27 06:27:22,689 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [628541717]
[2024-11-27 06:27:22,689 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [628541717] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-27 06:27:22,690 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-27 06:27:22,690 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2024-11-27 06:27:22,690 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [48332094]
[2024-11-27 06:27:22,690 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-27 06:27:22,691 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 3 states
[2024-11-27 06:27:22,691 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-27 06:27:22,692 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 3 interpolants.
[2024-11-27 06:27:22,692 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2024-11-27 06:27:22,692 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:27:22,697 INFO  L471      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2024-11-27 06:27:22,697 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 3 states, 2 states have (on average 44.5) internal successors, (89), 3 states have internal predecessors, (89), 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-27 06:27:22,697 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:27:22,697 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:27:30,153 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 1021 treesize of output 895
[2024-11-27 06:27:30,550 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 983 treesize of output 967
[2024-11-27 06:27:44,065 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:27:44,066 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:27:44,108 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 187 treesize of output 183
[2024-11-27 06:27:45,118 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 187 treesize of output 183
[2024-11-27 06:27:48,630 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 207 treesize of output 196
[2024-11-27 06:27:48,750 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 284 treesize of output 276
[2024-11-27 06:27:56,248 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:27:56,248 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:27:56,288 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 187 treesize of output 183
[2024-11-27 06:28:03,154 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 1021 treesize of output 895
[2024-11-27 06:28:03,469 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 983 treesize of output 967
[2024-11-27 06:28:40,966 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:28:40,966 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:28:41,793 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 187 treesize of output 183
[2024-11-27 06:28:42,730 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 187 treesize of output 183
[2024-11-27 06:28:43,466 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 187 treesize of output 183
[2024-11-27 06:28:46,276 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 330 treesize of output 322
[2024-11-27 06:28:46,469 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 203 treesize of output 192
[2024-11-27 06:29:04,270 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:29:04,271 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:29:04,358 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:29:04,358 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2024-11-27 06:29:04,359 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable2
[2024-11-27 06:29:04,359 INFO  L396      AbstractCegarLoop]: === Iteration 3 === Targeting ULTIMATE.startErr44ASSERT_VIOLATIONDATA_RACE === [ULTIMATE.startErr0ASSERT_VIOLATIONDATA_RACE, ULTIMATE.startErr1ASSERT_VIOLATIONDATA_RACE, ULTIMATE.startErr2ASSERT_VIOLATIONDATA_RACE (and 46 more)] ===
[2024-11-27 06:29:04,359 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-27 06:29:04,360 INFO  L85        PathProgramCache]: Analyzing trace with hash -2106654819, now seen corresponding path program 1 times
[2024-11-27 06:29:04,360 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-27 06:29:04,360 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1030357510]
[2024-11-27 06:29:04,360 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-27 06:29:04,360 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-27 06:29:04,480 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-27 06:29:04,646 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-27 06:29:04,646 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-27 06:29:04,646 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1030357510]
[2024-11-27 06:29:04,647 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1030357510] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-27 06:29:04,647 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-27 06:29:04,647 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2024-11-27 06:29:04,647 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1595065314]
[2024-11-27 06:29:04,647 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-27 06:29:04,648 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 3 states
[2024-11-27 06:29:04,648 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-27 06:29:04,649 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 3 interpolants.
[2024-11-27 06:29:04,649 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2024-11-27 06:29:04,649 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:29:04,651 INFO  L471      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2024-11-27 06:29:04,651 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 3 states, 2 states have (on average 49.5) internal successors, (99), 3 states have internal predecessors, (99), 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-27 06:29:04,651 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:29:04,651 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2024-11-27 06:29:04,651 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:29:10,983 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 1144 treesize of output 1128
[2024-11-27 06:29:11,293 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 1009 treesize of output 883
[2024-11-27 06:30:04,769 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:30:04,769 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:30:05,407 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 187 treesize of output 183
[2024-11-27 06:30:06,565 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 187 treesize of output 183
[2024-11-27 06:30:07,613 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 187 treesize of output 183
[2024-11-27 06:30:11,522 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 330 treesize of output 322
[2024-11-27 06:30:11,631 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 203 treesize of output 192
[2024-11-27 06:30:23,390 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:30:23,390 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:30:23,573 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:30:23,574 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2024-11-27 06:30:23,575 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2024-11-27 06:30:23,575 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr0ASSERT_VIOLATIONDATA_RACE (48 of 49 remaining)
[2024-11-27 06:30:23,575 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr1ASSERT_VIOLATIONDATA_RACE (47 of 49 remaining)
[2024-11-27 06:30:23,575 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr2ASSERT_VIOLATIONDATA_RACE (46 of 49 remaining)
[2024-11-27 06:30:23,575 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr3ASSERT_VIOLATIONDATA_RACE (45 of 49 remaining)
[2024-11-27 06:30:23,575 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr4ASSERT_VIOLATIONDATA_RACE (44 of 49 remaining)
[2024-11-27 06:30:23,575 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr6ASSERT_VIOLATIONDATA_RACE (43 of 49 remaining)
[2024-11-27 06:30:23,575 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr7ASSERT_VIOLATIONDATA_RACE (42 of 49 remaining)
[2024-11-27 06:30:23,575 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr9ASSERT_VIOLATIONDATA_RACE (41 of 49 remaining)
[2024-11-27 06:30:23,575 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr8ASSERT_VIOLATIONDATA_RACE (40 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr5ASSERT_VIOLATIONDATA_RACE (39 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr10ASSERT_VIOLATIONDATA_RACE (38 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr11ASSERT_VIOLATIONDATA_RACE (37 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr12ASSERT_VIOLATIONDATA_RACE (36 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr13ASSERT_VIOLATIONDATA_RACE (35 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr14ASSERT_VIOLATIONDATA_RACE (34 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr15ASSERT_VIOLATIONDATA_RACE (33 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr16ASSERT_VIOLATIONDATA_RACE (32 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr17ASSERT_VIOLATIONDATA_RACE (31 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr18ASSERT_VIOLATIONDATA_RACE (30 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr19ASSERT_VIOLATIONDATA_RACE (29 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr20ASSERT_VIOLATIONDATA_RACE (28 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr21ASSERT_VIOLATIONDATA_RACE (27 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr22ASSERT_VIOLATIONDATA_RACE (26 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr23ASSERT_VIOLATIONDATA_RACE (25 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr24ASSERT_VIOLATIONDATA_RACE (24 of 49 remaining)
[2024-11-27 06:30:23,576 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr25ASSERT_VIOLATIONDATA_RACE (23 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr26ASSERT_VIOLATIONDATA_RACE (22 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr27ASSERT_VIOLATIONDATA_RACE (21 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr28ASSERT_VIOLATIONDATA_RACE (20 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr29ASSERT_VIOLATIONDATA_RACE (19 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr30ASSERT_VIOLATIONDATA_RACE (18 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr31ASSERT_VIOLATIONDATA_RACE (17 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr32ASSERT_VIOLATIONDATA_RACE (16 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr37ASSERT_VIOLATIONDATA_RACE (15 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr33ASSERT_VIOLATIONDATA_RACE (14 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr36ASSERT_VIOLATIONDATA_RACE (13 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr34ASSERT_VIOLATIONDATA_RACE (12 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr35ASSERT_VIOLATIONDATA_RACE (11 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr38ASSERT_VIOLATIONDATA_RACE (10 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr39ASSERT_VIOLATIONDATA_RACE (9 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr40ASSERT_VIOLATIONDATA_RACE (8 of 49 remaining)
[2024-11-27 06:30:23,577 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr41ASSERT_VIOLATIONDATA_RACE (7 of 49 remaining)
[2024-11-27 06:30:23,578 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr42ASSERT_VIOLATIONDATA_RACE (6 of 49 remaining)
[2024-11-27 06:30:23,578 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr43ASSERT_VIOLATIONDATA_RACE (5 of 49 remaining)
[2024-11-27 06:30:23,578 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr44ASSERT_VIOLATIONDATA_RACE (4 of 49 remaining)
[2024-11-27 06:30:23,578 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr0INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (3 of 49 remaining)
[2024-11-27 06:30:23,578 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr1INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (2 of 49 remaining)
[2024-11-27 06:30:23,578 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr2INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (1 of 49 remaining)
[2024-11-27 06:30:23,578 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr3INUSE_VIOLATIONSUFFICIENT_THREAD_INSTANCES (0 of 49 remaining)
[2024-11-27 06:30:23,578 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable3
[2024-11-27 06:30:23,584 INFO  L422         BasicCegarLoop]: Path program histogram: [1, 1, 1]
[2024-11-27 06:30:23,586 INFO  L319   ceAbstractionStarter]: Result for error location ULTIMATE.start was SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE,SAFE (2/5)
[2024-11-27 06:30:23,596 INFO  L125   denceProviderFactory]: Independence Relation #1: [IndependenceType=SEMANTIC, AbstractionType=VARIABLES_GLOBAL, UseConditional=true, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2024-11-27 06:30:23,601 INFO  L177   artialOrderCegarLoop]: Running PartialOrderCegarLoop with 1 independence relations.
[2024-11-27 06:30:23,602 INFO  L332      AbstractCegarLoop]: ======== Iteration 0 == of CEGAR loop == P3Thread1of1ForFork2 ========
[2024-11-27 06:30:23,602 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=PARTIAL_ORDER_FA, 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;@3935d0f7, mLbeIndependenceSettings=[IndependenceType=SEMANTIC, AbstractionType=NONE, UseConditional=false, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2024-11-27 06:30:23,602 INFO  L334      AbstractCegarLoop]: Starting to check reachability of 31 error locations.
[2024-11-27 06:30:36,339 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 187 treesize of output 183
[2024-11-27 06:30:37,133 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 187 treesize of output 183
[2024-11-27 06:30:37,855 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 187 treesize of output 183
[2024-11-27 06:30:43,081 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 187 treesize of output 183
[2024-11-27 06:30:43,950 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 1021 treesize of output 895
[2024-11-27 06:30:44,198 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 983 treesize of output 967
[2024-11-27 06:31:12,246 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:31:12,247 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:31:16,780 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 1021 treesize of output 895
[2024-11-27 06:31:17,072 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 983 treesize of output 967
[2024-11-27 06:31:42,502 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:31:42,502 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:31:47,781 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 1021 treesize of output 895
[2024-11-27 06:31:48,037 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 983 treesize of output 967
[2024-11-27 06:32:39,428 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:32:39,428 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:32:39,460 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 187 treesize of output 183
[2024-11-27 06:32:39,947 INFO  L396      AbstractCegarLoop]: === Iteration 1 === Targeting P3Err0ASSERT_VIOLATIONDATA_RACE === [P3Err0ASSERT_VIOLATIONDATA_RACE, P3Err1ASSERT_VIOLATIONDATA_RACE, P3Err2ASSERT_VIOLATIONDATA_RACE, P3Err4ASSERT_VIOLATIONDATA_RACE (and 27 more)] ===
[2024-11-27 06:32:39,947 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-27 06:32:39,947 INFO  L85        PathProgramCache]: Analyzing trace with hash -442781747, now seen corresponding path program 1 times
[2024-11-27 06:32:39,947 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-27 06:32:39,947 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1527585396]
[2024-11-27 06:32:39,947 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-27 06:32:39,948 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-27 06:32:39,999 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-27 06:32:40,024 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-27 06:32:40,024 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-27 06:32:40,024 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1527585396]
[2024-11-27 06:32:40,025 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1527585396] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-27 06:32:40,025 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-27 06:32:40,025 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2024-11-27 06:32:40,025 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [721293930]
[2024-11-27 06:32:40,025 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-27 06:32:40,026 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 2 states
[2024-11-27 06:32:40,026 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-27 06:32:40,026 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 2 interpolants.
[2024-11-27 06:32:40,027 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=1, Invalid=1, Unknown=0, NotChecked=0, Total=2
[2024-11-27 06:32:40,027 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:32:40,028 INFO  L471      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2024-11-27 06:32:40,028 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 2 states, 2 states have (on average 46.0) internal successors, (92), 2 states have internal predecessors, (92), 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-27 06:32:40,029 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2024-11-27 06:32:42,091 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 330 treesize of output 322
[2024-11-27 06:32:42,208 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 203 treesize of output 192
[2024-11-27 06:33:09,157 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:33:09,157 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:33:09,223 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 187 treesize of output 183
[2024-11-27 06:33:11,586 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 187 treesize of output 183
[2024-11-27 06:33:12,475 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 330 treesize of output 322
[2024-11-27 06:33:12,582 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 203 treesize of output 192
[2024-11-27 06:33:18,214 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:33:18,214 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:33:19,948 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 330 treesize of output 322
[2024-11-27 06:33:20,083 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 203 treesize of output 192
[2024-11-27 06:33:34,651 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:33:34,651 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:33:36,763 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 330 treesize of output 322
[2024-11-27 06:33:36,867 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 203 treesize of output 192
[2024-11-27 06:33:41,357 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:33:41,357 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:33:41,387 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 187 treesize of output 183
[2024-11-27 06:33:43,894 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 207 treesize of output 196
[2024-11-27 06:33:44,000 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 284 treesize of output 276
[2024-11-27 06:34:01,897 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2024-11-27 06:34:01,898 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 4 select indices, 4 select index equivalence classes, 0 disjoint index pairs (out of 6 index pairs), introduced 4 new quantified variables, introduced 6 case distinctions, treesize of input 35 treesize of output 13
[2024-11-27 06:34:01,977 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 187 treesize of output 183
[2024-11-27 06:34:07,492 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 187 treesize of output 183
[2024-11-27 06:34:08,299 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 6 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 1021 treesize of output 895
[2024-11-27 06:34:08,551 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 983 treesize of output 967