./Ultimate.py --spec ../../sv-benchmarks/c/properties/valid-memsafety.prp --file ../../sv-benchmarks/c/ldv-races/race-2_3-container_of.i --full-output --architecture 32bit


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


Checking for memory safety (deref-memtrack)
Using default analysis
Version 0e0057cc
Calling Ultimate with: /usr/lib/jvm/java-11-openjdk-amd64/bin/java -Dosgi.configuration.area=/tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/data/config -Xmx15G -Xms4m -jar /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar -data @noDefault -ultimatedata /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/data -tc /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/config/GemCutterMemDerefMemtrack.xml -i ../../sv-benchmarks/c/ldv-races/race-2_3-container_of.i -s /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/config/svcomp-DerefFreeMemtrack-32bit-GemCutter_Default.epf --cacsl2boogietranslator.entry.function main --witnessprinter.witness.directory /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S --witnessprinter.witness.filename witness --witnessprinter.write.witness.besides.input.file false --witnessprinter.graph.data.specification CHECK( init(main()), LTL(G valid-free) )
CHECK( init(main()), LTL(G valid-deref) )
CHECK( init(main()), LTL(G valid-memtrack) )

 --witnessprinter.graph.data.producer GemCutter --witnessprinter.graph.data.architecture 32bit --witnessprinter.graph.data.programhash 11cd6df53312b6388eb67fa3ddad4ddfe9675663ccf0a1507d8b60fd9abceccc
--- Real Ultimate output ---
This is Ultimate 0.2.4-dev-0e0057c
[2023-11-24 22:09:42,849 INFO  L188        SettingsManager]: Resetting all preferences to default values...
[2023-11-24 22:09:42,972 INFO  L114        SettingsManager]: Loading settings from /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/config/svcomp-DerefFreeMemtrack-32bit-GemCutter_Default.epf
[2023-11-24 22:09:42,985 WARN  L101        SettingsManager]: Preference file contains the following unknown settings:
[2023-11-24 22:09:42,986 WARN  L103        SettingsManager]:   * de.uni_freiburg.informatik.ultimate.core.Log level for class
[2023-11-24 22:09:43,034 INFO  L130        SettingsManager]: Preferences different from defaults after loading the file:
[2023-11-24 22:09:43,036 INFO  L151        SettingsManager]: Preferences of UltimateCore differ from their defaults:
[2023-11-24 22:09:43,036 INFO  L153        SettingsManager]:  * Log level for class=de.uni_freiburg.informatik.ultimate.lib.smtlibutils.quantifier.QuantifierPusher=ERROR;
[2023-11-24 22:09:43,037 INFO  L151        SettingsManager]: Preferences of Boogie Procedure Inliner differ from their defaults:
[2023-11-24 22:09:43,045 INFO  L153        SettingsManager]:  * Ignore calls to procedures called more than once=ONLY_FOR_SEQUENTIAL_PROGRAMS
[2023-11-24 22:09:43,047 INFO  L151        SettingsManager]: Preferences of BlockEncodingV2 differ from their defaults:
[2023-11-24 22:09:43,047 INFO  L153        SettingsManager]:  * Create parallel compositions if possible=false
[2023-11-24 22:09:43,048 INFO  L153        SettingsManager]:  * Use SBE=true
[2023-11-24 22:09:43,050 INFO  L151        SettingsManager]: Preferences of CACSL2BoogieTranslator differ from their defaults:
[2023-11-24 22:09:43,051 INFO  L153        SettingsManager]:  * sizeof long=4
[2023-11-24 22:09:43,051 INFO  L153        SettingsManager]:  * Overapproximate operations on floating types=true
[2023-11-24 22:09:43,052 INFO  L153        SettingsManager]:  * sizeof POINTER=4
[2023-11-24 22:09:43,052 INFO  L153        SettingsManager]:  * Check division by zero=IGNORE
[2023-11-24 22:09:43,053 INFO  L153        SettingsManager]:  * Check for the main procedure if all allocated memory was freed=true
[2023-11-24 22:09:43,053 INFO  L153        SettingsManager]:  * Bitprecise bitfields=true
[2023-11-24 22:09:43,053 INFO  L153        SettingsManager]:  * SV-COMP memtrack compatibility mode=true
[2023-11-24 22:09:43,054 INFO  L153        SettingsManager]:  * If two pointers are subtracted or compared they have the same base address=IGNORE
[2023-11-24 22:09:43,055 INFO  L153        SettingsManager]:  * Adapt memory model on pointer casts if necessary=true
[2023-11-24 22:09:43,055 INFO  L153        SettingsManager]:  * Check unreachability of reach_error function=false
[2023-11-24 22:09:43,056 INFO  L153        SettingsManager]:  * sizeof long double=12
[2023-11-24 22:09:43,056 INFO  L153        SettingsManager]:  * Use constant arrays=true
[2023-11-24 22:09:43,057 INFO  L151        SettingsManager]: Preferences of RCFGBuilder differ from their defaults:
[2023-11-24 22:09:43,058 INFO  L153        SettingsManager]:  * Size of a code block=SequenceOfStatements
[2023-11-24 22:09:43,058 INFO  L153        SettingsManager]:  * Only consider context switches at boundaries of atomic blocks=true
[2023-11-24 22:09:43,059 INFO  L153        SettingsManager]:  * SMT solver=External_DefaultMode
[2023-11-24 22:09:43,060 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:2000
[2023-11-24 22:09:43,060 INFO  L151        SettingsManager]: Preferences of TraceAbstraction differ from their defaults:
[2023-11-24 22:09:43,061 INFO  L153        SettingsManager]:  * Compute Interpolants along a Counterexample=FPandBP
[2023-11-24 22:09:43,061 INFO  L153        SettingsManager]:  * Trace refinement strategy=CAMEL
[2023-11-24 22:09:43,061 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in
[2023-11-24 22:09:43,062 INFO  L153        SettingsManager]:  * Apply one-shot large block encoding in concurrent analysis=false
[2023-11-24 22:09:43,062 INFO  L153        SettingsManager]:  * Abstraction used for commutativity in POR=VARIABLES_GLOBAL
[2023-11-24 22:09:43,062 INFO  L153        SettingsManager]:  * Automaton type used in concurrency analysis=PARTIAL_ORDER_FA
[2023-11-24 22:09:43,062 INFO  L153        SettingsManager]:  * CEGAR restart behaviour=ONE_CEGAR_PER_THREAD_INSTANCE
[2023-11-24 22:09:43,063 INFO  L153        SettingsManager]:  * Partial Order Reduction in concurrent analysis=PERSISTENT_SLEEP_NEW_STATES_FIXEDORDER
[2023-11-24 22:09:43,063 INFO  L153        SettingsManager]:  * SMT solver=External_ModelsAndUnsatCoreMode
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (file:/tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/plugins/com.sun.xml.bind_2.2.0.v201505121915.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
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_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S
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 valid-free) )
CHECK( init(main()), LTL(G valid-deref) )
CHECK( init(main()), LTL(G valid-memtrack) )


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 -> 11cd6df53312b6388eb67fa3ddad4ddfe9675663ccf0a1507d8b60fd9abceccc
[2023-11-24 22:09:43,410 INFO  L75    nceAwareModelManager]: Repository-Root is: /tmp
[2023-11-24 22:09:43,446 INFO  L261   ainManager$Toolchain]: [Toolchain 1]: Applicable parser(s) successfully (re)initialized
[2023-11-24 22:09:43,449 INFO  L217   ainManager$Toolchain]: [Toolchain 1]: Toolchain selected.
[2023-11-24 22:09:43,451 INFO  L270        PluginConnector]: Initializing CDTParser...
[2023-11-24 22:09:43,452 INFO  L274        PluginConnector]: CDTParser initialized
[2023-11-24 22:09:43,453 INFO  L431   ainManager$Toolchain]: [Toolchain 1]: Parsing single file: /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/../../sv-benchmarks/c/ldv-races/race-2_3-container_of.i
[2023-11-24 22:09:46,670 INFO  L533              CDTParser]: Created temporary CDT project at NULL
[2023-11-24 22:09:47,130 INFO  L384              CDTParser]: Found 1 translation units.
[2023-11-24 22:09:47,131 INFO  L180              CDTParser]: Scanning /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/sv-benchmarks/c/ldv-races/race-2_3-container_of.i
[2023-11-24 22:09:47,188 INFO  L427              CDTParser]: About to delete temporary CDT project at /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/data/1c0a163f5/2dfc37142f324762ae749ced13f6a3b5/FLAGd3aec0fbf
[2023-11-24 22:09:47,215 INFO  L435              CDTParser]: Successfully deleted /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/data/1c0a163f5/2dfc37142f324762ae749ced13f6a3b5
[2023-11-24 22:09:47,221 INFO  L299   ainManager$Toolchain]: ####################### [Toolchain 1] #######################
[2023-11-24 22:09:47,224 INFO  L133        ToolchainWalker]: Walking toolchain with 6 elements.
[2023-11-24 22:09:47,226 INFO  L112        PluginConnector]: ------------------------CACSL2BoogieTranslator----------------------------
[2023-11-24 22:09:47,227 INFO  L270        PluginConnector]: Initializing CACSL2BoogieTranslator...
[2023-11-24 22:09:47,232 INFO  L274        PluginConnector]: CACSL2BoogieTranslator initialized
[2023-11-24 22:09:47,233 INFO  L184        PluginConnector]: Executing the observer ACSLObjectContainerObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 24.11 10:09:47" (1/1) ...
[2023-11-24 22:09:47,235 INFO  L204        PluginConnector]: Invalid model from CACSL2BoogieTranslator for observer de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator.ACSLObjectContainerObserver@21b02618 and model type de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:47, skipping insertion in model container
[2023-11-24 22:09:47,235 INFO  L184        PluginConnector]: Executing the observer CACSL2BoogieTranslatorObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 24.11 10:09:47" (1/1) ...
[2023-11-24 22:09:47,374 INFO  L177         MainTranslator]: Built tables and reachable declarations
[2023-11-24 22:09:48,009 INFO  L209          PostProcessor]: Analyzing one entry point: main
[2023-11-24 22:09:48,031 ERROR L324         MainTranslator]: Unsupported Syntax: Found a cast between two array/pointer types of different sizes while using memory model HoenickeLindenmann_Original (while Not using bitvector translation)
[2023-11-24 22:09:48,033 INFO  L204        PluginConnector]: Invalid model from CACSL2BoogieTranslator for observer de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator.CACSL2BoogieTranslatorObserver@27b456f8 and model type de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:48, skipping insertion in model container
[2023-11-24 22:09:48,033 INFO  L131        PluginConnector]: ------------------------ END CACSL2BoogieTranslator----------------------------
[2023-11-24 22:09:48,034 INFO  L186        ToolchainWalker]: Toolchain execution was canceled (user or tool) before executing de.uni_freiburg.informatik.ultimate.boogie.procedureinliner
[2023-11-24 22:09:48,036 INFO  L158              Benchmark]: Toolchain (without parser) took 810.88ms. Allocated memory is still 180.4MB. Free memory was 130.6MB in the beginning and 109.6MB in the end (delta: 21.0MB). Peak memory consumption was 21.0MB. Max. memory is 16.1GB.
[2023-11-24 22:09:48,037 INFO  L158              Benchmark]: CDTParser took 0.33ms. Allocated memory is still 134.2MB. Free memory is still 79.7MB. There was no memory consumed. Max. memory is 16.1GB.
[2023-11-24 22:09:48,039 INFO  L158              Benchmark]: CACSL2BoogieTranslator took 807.26ms. Allocated memory is still 180.4MB. Free memory was 130.6MB in the beginning and 109.6MB in the end (delta: 21.0MB). Peak memory consumption was 21.0MB. Max. memory is 16.1GB.
[2023-11-24 22:09:48,042 INFO  L338   ainManager$Toolchain]: #######################  End [Toolchain 1] #######################
 --- Results ---
 * Results from de.uni_freiburg.informatik.ultimate.core:
  - StatisticsResult: Toolchain Benchmarks
    Benchmark results are:
 * CDTParser took 0.33ms. Allocated memory is still 134.2MB. Free memory is still 79.7MB. There was no memory consumed. Max. memory is 16.1GB.
 * CACSL2BoogieTranslator took 807.26ms. Allocated memory is still 180.4MB. Free memory was 130.6MB in the beginning and 109.6MB in the end (delta: 21.0MB). Peak memory consumption was 21.0MB. Max. memory is 16.1GB.
 * Results from de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator:
  - UnsupportedSyntaxResult [Line: 3904]: Unsupported Syntax
    Found a cast between two array/pointer types of different sizes while using memory model HoenickeLindenmann_Original (while Not using bitvector translation)
RESULT: Ultimate could not prove your program: Toolchain returned no result.
Received shutdown request...
--- End real Ultimate output ---

Execution finished normally
Using bit-precise analysis
Retrying with bit-precise analysis

### Bit-precise run ###
Calling Ultimate with: /usr/lib/jvm/java-11-openjdk-amd64/bin/java -Dosgi.configuration.area=/tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/data/config -Xmx15G -Xms4m -jar /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar -data @noDefault -ultimatedata /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/data -tc /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/config/GemCutterMemDerefMemtrack.xml -i ../../sv-benchmarks/c/ldv-races/race-2_3-container_of.i -s /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/config/svcomp-DerefFreeMemtrack-32bit-GemCutter_Bitvector.epf --cacsl2boogietranslator.entry.function main --witnessprinter.witness.directory /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S --witnessprinter.witness.filename witness --witnessprinter.write.witness.besides.input.file false --witnessprinter.graph.data.specification CHECK( init(main()), LTL(G valid-free) )
CHECK( init(main()), LTL(G valid-deref) )
CHECK( init(main()), LTL(G valid-memtrack) )

 --witnessprinter.graph.data.producer GemCutter --witnessprinter.graph.data.architecture 32bit --witnessprinter.graph.data.programhash 11cd6df53312b6388eb67fa3ddad4ddfe9675663ccf0a1507d8b60fd9abceccc
--- Real Ultimate output ---
This is Ultimate 0.2.4-dev-0e0057c
[2023-11-24 22:09:50,633 INFO  L188        SettingsManager]: Resetting all preferences to default values...
[2023-11-24 22:09:50,772 INFO  L114        SettingsManager]: Loading settings from /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/config/svcomp-DerefFreeMemtrack-32bit-GemCutter_Bitvector.epf
[2023-11-24 22:09:50,782 WARN  L101        SettingsManager]: Preference file contains the following unknown settings:
[2023-11-24 22:09:50,783 WARN  L103        SettingsManager]:   * de.uni_freiburg.informatik.ultimate.core.Log level for class
[2023-11-24 22:09:50,830 INFO  L130        SettingsManager]: Preferences different from defaults after loading the file:
[2023-11-24 22:09:50,831 INFO  L151        SettingsManager]: Preferences of UltimateCore differ from their defaults:
[2023-11-24 22:09:50,832 INFO  L153        SettingsManager]:  * Log level for class=de.uni_freiburg.informatik.ultimate.lib.smtlibutils.quantifier.QuantifierPusher=ERROR;
[2023-11-24 22:09:50,833 INFO  L151        SettingsManager]: Preferences of Boogie Procedure Inliner differ from their defaults:
[2023-11-24 22:09:50,838 INFO  L153        SettingsManager]:  * Ignore calls to procedures called more than once=ONLY_FOR_SEQUENTIAL_PROGRAMS
[2023-11-24 22:09:50,839 INFO  L151        SettingsManager]: Preferences of BlockEncodingV2 differ from their defaults:
[2023-11-24 22:09:50,839 INFO  L153        SettingsManager]:  * Create parallel compositions if possible=false
[2023-11-24 22:09:50,840 INFO  L153        SettingsManager]:  * Use SBE=true
[2023-11-24 22:09:50,842 INFO  L151        SettingsManager]: Preferences of CACSL2BoogieTranslator differ from their defaults:
[2023-11-24 22:09:50,842 INFO  L153        SettingsManager]:  * sizeof long=4
[2023-11-24 22:09:50,843 INFO  L153        SettingsManager]:  * Overapproximate operations on floating types=true
[2023-11-24 22:09:50,843 INFO  L153        SettingsManager]:  * sizeof POINTER=4
[2023-11-24 22:09:50,844 INFO  L153        SettingsManager]:  * Check division by zero=IGNORE
[2023-11-24 22:09:50,844 INFO  L153        SettingsManager]:  * Check for the main procedure if all allocated memory was freed=true
[2023-11-24 22:09:50,846 INFO  L153        SettingsManager]:  * Bitprecise bitfields=true
[2023-11-24 22:09:50,846 INFO  L153        SettingsManager]:  * SV-COMP memtrack compatibility mode=true
[2023-11-24 22:09:50,847 INFO  L153        SettingsManager]:  * If two pointers are subtracted or compared they have the same base address=IGNORE
[2023-11-24 22:09:50,847 INFO  L153        SettingsManager]:  * Adapt memory model on pointer casts if necessary=true
[2023-11-24 22:09:50,848 INFO  L153        SettingsManager]:  * Use bitvectors instead of ints=true
[2023-11-24 22:09:50,848 INFO  L153        SettingsManager]:  * Memory model=HoenickeLindenmann_4ByteResolution
[2023-11-24 22:09:50,849 INFO  L153        SettingsManager]:  * Check unreachability of reach_error function=false
[2023-11-24 22:09:50,849 INFO  L153        SettingsManager]:  * sizeof long double=12
[2023-11-24 22:09:50,849 INFO  L153        SettingsManager]:  * Use constant arrays=true
[2023-11-24 22:09:50,850 INFO  L151        SettingsManager]: Preferences of RCFGBuilder differ from their defaults:
[2023-11-24 22:09:50,851 INFO  L153        SettingsManager]:  * Size of a code block=SequenceOfStatements
[2023-11-24 22:09:50,852 INFO  L153        SettingsManager]:  * Only consider context switches at boundaries of atomic blocks=true
[2023-11-24 22:09:50,853 INFO  L153        SettingsManager]:  * SMT solver=External_DefaultMode
[2023-11-24 22:09:50,853 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:2000
[2023-11-24 22:09:50,854 INFO  L151        SettingsManager]: Preferences of TraceAbstraction differ from their defaults:
[2023-11-24 22:09:50,854 INFO  L153        SettingsManager]:  * Compute Interpolants along a Counterexample=FPandBP
[2023-11-24 22:09:50,854 INFO  L153        SettingsManager]:  * Trace refinement strategy=WOLF
[2023-11-24 22:09:50,855 INFO  L153        SettingsManager]:  * Command for external solver=cvc4 --incremental --print-success --lang smt
[2023-11-24 22:09:50,855 INFO  L153        SettingsManager]:  * Apply one-shot large block encoding in concurrent analysis=false
[2023-11-24 22:09:50,855 INFO  L153        SettingsManager]:  * Abstraction used for commutativity in POR=VARIABLES_GLOBAL
[2023-11-24 22:09:50,856 INFO  L153        SettingsManager]:  * Automaton type used in concurrency analysis=PARTIAL_ORDER_FA
[2023-11-24 22:09:50,857 INFO  L153        SettingsManager]:  * CEGAR restart behaviour=ONE_CEGAR_PER_THREAD_INSTANCE
[2023-11-24 22:09:50,857 INFO  L153        SettingsManager]:  * Partial Order Reduction in concurrent analysis=PERSISTENT_SLEEP_NEW_STATES_FIXEDORDER
[2023-11-24 22:09:50,858 INFO  L153        SettingsManager]:  * SMT solver=External_ModelsAndUnsatCoreMode
[2023-11-24 22:09:50,858 INFO  L153        SettingsManager]:  * Logic for external solver=AUFBV
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (file:/tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/plugins/com.sun.xml.bind_2.2.0.v201505121915.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
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_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S
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 valid-free) )
CHECK( init(main()), LTL(G valid-deref) )
CHECK( init(main()), LTL(G valid-memtrack) )


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 -> 11cd6df53312b6388eb67fa3ddad4ddfe9675663ccf0a1507d8b60fd9abceccc
[2023-11-24 22:09:51,293 INFO  L75    nceAwareModelManager]: Repository-Root is: /tmp
[2023-11-24 22:09:51,318 INFO  L261   ainManager$Toolchain]: [Toolchain 1]: Applicable parser(s) successfully (re)initialized
[2023-11-24 22:09:51,321 INFO  L217   ainManager$Toolchain]: [Toolchain 1]: Toolchain selected.
[2023-11-24 22:09:51,322 INFO  L270        PluginConnector]: Initializing CDTParser...
[2023-11-24 22:09:51,323 INFO  L274        PluginConnector]: CDTParser initialized
[2023-11-24 22:09:51,325 INFO  L431   ainManager$Toolchain]: [Toolchain 1]: Parsing single file: /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/../../sv-benchmarks/c/ldv-races/race-2_3-container_of.i
[2023-11-24 22:09:54,608 INFO  L533              CDTParser]: Created temporary CDT project at NULL
[2023-11-24 22:09:55,125 INFO  L384              CDTParser]: Found 1 translation units.
[2023-11-24 22:09:55,126 INFO  L180              CDTParser]: Scanning /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/sv-benchmarks/c/ldv-races/race-2_3-container_of.i
[2023-11-24 22:09:55,176 INFO  L427              CDTParser]: About to delete temporary CDT project at /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/data/8f9fa8199/0c2e05261c524fd5ae3ad2f7b335c5ac/FLAGc7b3eda00
[2023-11-24 22:09:55,198 INFO  L435              CDTParser]: Successfully deleted /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/data/8f9fa8199/0c2e05261c524fd5ae3ad2f7b335c5ac
[2023-11-24 22:09:55,204 INFO  L299   ainManager$Toolchain]: ####################### [Toolchain 1] #######################
[2023-11-24 22:09:55,206 INFO  L133        ToolchainWalker]: Walking toolchain with 6 elements.
[2023-11-24 22:09:55,209 INFO  L112        PluginConnector]: ------------------------CACSL2BoogieTranslator----------------------------
[2023-11-24 22:09:55,210 INFO  L270        PluginConnector]: Initializing CACSL2BoogieTranslator...
[2023-11-24 22:09:55,215 INFO  L274        PluginConnector]: CACSL2BoogieTranslator initialized
[2023-11-24 22:09:55,216 INFO  L184        PluginConnector]: Executing the observer ACSLObjectContainerObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 24.11 10:09:55" (1/1) ...
[2023-11-24 22:09:55,217 INFO  L204        PluginConnector]: Invalid model from CACSL2BoogieTranslator for observer de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator.ACSLObjectContainerObserver@162cc90b and model type de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:55, skipping insertion in model container
[2023-11-24 22:09:55,218 INFO  L184        PluginConnector]: Executing the observer CACSL2BoogieTranslatorObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 24.11 10:09:55" (1/1) ...
[2023-11-24 22:09:55,349 INFO  L177         MainTranslator]: Built tables and reachable declarations
[2023-11-24 22:09:56,093 INFO  L209          PostProcessor]: Analyzing one entry point: main
[2023-11-24 22:09:56,113 INFO  L199         MainTranslator]: Restarting translation with changed settings: SettingsChange [mNewPreferredMemoryModel=HoenickeLindenmann_1ByteResolution]
[2023-11-24 22:09:56,143 INFO  L177         MainTranslator]: Built tables and reachable declarations
[2023-11-24 22:09:56,217 INFO  L209          PostProcessor]: Analyzing one entry point: main
[2023-11-24 22:09:56,222 INFO  L202         MainTranslator]: Completed pre-run
[2023-11-24 22:09:56,273 INFO  L209          PostProcessor]: Analyzing one entry point: main
[2023-11-24 22:09:56,340 WARN  L675               CHandler]: The function __VERIFIER_atomic_begin is called, but not defined or handled by StandardFunctionHandler.
[2023-11-24 22:09:56,341 WARN  L675               CHandler]: The function __VERIFIER_atomic_end is called, but not defined or handled by StandardFunctionHandler.
[2023-11-24 22:09:56,350 INFO  L206         MainTranslator]: Completed translation
[2023-11-24 22:09:56,351 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56 WrapperNode
[2023-11-24 22:09:56,351 INFO  L131        PluginConnector]: ------------------------ END CACSL2BoogieTranslator----------------------------
[2023-11-24 22:09:56,352 INFO  L112        PluginConnector]: ------------------------Boogie Procedure Inliner----------------------------
[2023-11-24 22:09:56,353 INFO  L270        PluginConnector]: Initializing Boogie Procedure Inliner...
[2023-11-24 22:09:56,354 INFO  L274        PluginConnector]: Boogie Procedure Inliner initialized
[2023-11-24 22:09:56,362 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56" (1/1) ...
[2023-11-24 22:09:56,424 INFO  L184        PluginConnector]: Executing the observer Inliner from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56" (1/1) ...
[2023-11-24 22:09:56,474 INFO  L138                Inliner]: procedures = 252, calls = 64, calls flagged for inlining = 13, calls inlined = 18, statements flattened = 160
[2023-11-24 22:09:56,475 INFO  L131        PluginConnector]: ------------------------ END Boogie Procedure Inliner----------------------------
[2023-11-24 22:09:56,475 INFO  L112        PluginConnector]: ------------------------Boogie Preprocessor----------------------------
[2023-11-24 22:09:56,476 INFO  L270        PluginConnector]: Initializing Boogie Preprocessor...
[2023-11-24 22:09:56,476 INFO  L274        PluginConnector]: Boogie Preprocessor initialized
[2023-11-24 22:09:56,486 INFO  L184        PluginConnector]: Executing the observer EnsureBoogieModelObserver from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56" (1/1) ...
[2023-11-24 22:09:56,486 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56" (1/1) ...
[2023-11-24 22:09:56,508 INFO  L184        PluginConnector]: Executing the observer ConstExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56" (1/1) ...
[2023-11-24 22:09:56,510 INFO  L184        PluginConnector]: Executing the observer StructExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56" (1/1) ...
[2023-11-24 22:09:56,554 INFO  L184        PluginConnector]: Executing the observer UnstructureCode from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56" (1/1) ...
[2023-11-24 22:09:56,557 INFO  L184        PluginConnector]: Executing the observer FunctionInliner from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56" (1/1) ...
[2023-11-24 22:09:56,563 INFO  L184        PluginConnector]: Executing the observer LTLStepAnnotator from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56" (1/1) ...
[2023-11-24 22:09:56,567 INFO  L184        PluginConnector]: Executing the observer BoogieSymbolTableConstructor from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56" (1/1) ...
[2023-11-24 22:09:56,574 INFO  L131        PluginConnector]: ------------------------ END Boogie Preprocessor----------------------------
[2023-11-24 22:09:56,588 INFO  L112        PluginConnector]: ------------------------RCFGBuilder----------------------------
[2023-11-24 22:09:56,588 INFO  L270        PluginConnector]: Initializing RCFGBuilder...
[2023-11-24 22:09:56,589 INFO  L274        PluginConnector]: RCFGBuilder initialized
[2023-11-24 22:09:56,590 INFO  L184        PluginConnector]: Executing the observer RCFGBuilderObserver from plugin RCFGBuilder for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56" (1/1) ...
[2023-11-24 22:09:56,603 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:2000
[2023-11-24 22:09:56,629 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/z3
[2023-11-24 22:09:56,645 INFO  L229       MonitoredProcess]: Starting monitored process 1 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:2000 (exit command is (exit), workingDir is null)
[2023-11-24 22:09:56,661 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:2000 (1)] Waiting until timeout for monitored process
[2023-11-24 22:09:56,692 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4
[2023-11-24 22:09:56,692 INFO  L130     BoogieDeclarations]: Found specification of procedure my_callback
[2023-11-24 22:09:56,692 INFO  L138     BoogieDeclarations]: Found implementation of procedure my_callback
[2023-11-24 22:09:56,692 INFO  L130     BoogieDeclarations]: Found specification of procedure __VERIFIER_atomic_begin
[2023-11-24 22:09:56,693 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.allocOnStack
[2023-11-24 22:09:56,693 INFO  L130     BoogieDeclarations]: Found specification of procedure ULTIMATE.dealloc
[2023-11-24 22:09:56,693 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4
[2023-11-24 22:09:56,693 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1
[2023-11-24 22:09:56,693 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE4
[2023-11-24 22:09:56,694 INFO  L130     BoogieDeclarations]: Found specification of procedure __VERIFIER_atomic_end
[2023-11-24 22:09:56,694 INFO  L130     BoogieDeclarations]: Found specification of procedure #PthreadsMutexUnlock
[2023-11-24 22:09:56,694 INFO  L130     BoogieDeclarations]: Found specification of procedure #PthreadsMutexLock
[2023-11-24 22:09:56,694 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.allocInit
[2023-11-24 22:09:56,694 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$
[2023-11-24 22:09:56,694 INFO  L130     BoogieDeclarations]: Found specification of procedure ULTIMATE.start
[2023-11-24 22:09:56,695 INFO  L138     BoogieDeclarations]: Found implementation of procedure ULTIMATE.start
[2023-11-24 22:09:56,697 WARN  L213             CfgBuilder]: User set CodeBlockSize to SequenceOfStatements but program contains fork statements. Overwriting the user preferences and setting CodeBlockSize to OneNontrivialStatement
[2023-11-24 22:09:57,064 INFO  L241             CfgBuilder]: Building ICFG
[2023-11-24 22:09:57,067 INFO  L267             CfgBuilder]: Building CFG for each procedure with an implementation
[2023-11-24 22:09:57,890 INFO  L282             CfgBuilder]: Performing block encoding
[2023-11-24 22:09:58,146 INFO  L304             CfgBuilder]: Using the 1 location(s) as analysis (start of procedure ULTIMATE.start)
[2023-11-24 22:09:58,146 INFO  L309             CfgBuilder]: Removed 0 assume(true) statements.
[2023-11-24 22:09:58,147 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 24.11 10:09:58 BoogieIcfgContainer
[2023-11-24 22:09:58,147 INFO  L131        PluginConnector]: ------------------------ END RCFGBuilder----------------------------
[2023-11-24 22:09:58,150 INFO  L112        PluginConnector]: ------------------------TraceAbstraction----------------------------
[2023-11-24 22:09:58,151 INFO  L270        PluginConnector]: Initializing TraceAbstraction...
[2023-11-24 22:09:58,154 INFO  L274        PluginConnector]: TraceAbstraction initialized
[2023-11-24 22:09:58,155 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "CDTParser AST 24.11 10:09:55" (1/3) ...
[2023-11-24 22:09:58,156 INFO  L204        PluginConnector]: Invalid model from TraceAbstraction for observer de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction.TraceAbstractionObserver@3dc2e02a and model type de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction AST 24.11 10:09:58, skipping insertion in model container
[2023-11-24 22:09:58,156 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 24.11 10:09:56" (2/3) ...
[2023-11-24 22:09:58,156 INFO  L204        PluginConnector]: Invalid model from TraceAbstraction for observer de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction.TraceAbstractionObserver@3dc2e02a and model type de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction AST 24.11 10:09:58, skipping insertion in model container
[2023-11-24 22:09:58,157 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 24.11 10:09:58" (3/3) ...
[2023-11-24 22:09:58,158 INFO  L112   eAbstractionObserver]: Analyzing ICFG race-2_3-container_of.i
[2023-11-24 22:09:58,183 INFO  L203   ceAbstractionStarter]: Automizer settings: Hoare:false NWA Interpolation:FPandBP Determinization: PREDICATE_ABSTRACTION
[2023-11-24 22:09:58,184 INFO  L162   ceAbstractionStarter]: Applying trace abstraction to program that has 49 error locations.
[2023-11-24 22:09:58,184 INFO  L514   ceAbstractionStarter]: Constructing petrified ICFG for 1 thread instances.
[2023-11-24 22:09:58,311 INFO  L144    ThreadInstanceAdder]: Constructed 2 joinOtherThreadTransitions.
[2023-11-24 22:09:58,394 INFO  L100   denceProviderFactory]: Independence Relation #1: [IndependenceType=SEMANTIC, AbstractionType=VARIABLES_GLOBAL, UseConditional=true, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2023-11-24 22:09:58,395 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true -t:1000
[2023-11-24 22:09:58,395 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/z3
[2023-11-24 22:09:58,400 INFO  L229       MonitoredProcess]: Starting monitored process 2 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/z3 -smt2 -in SMTLIB2_COMPLIANT=true -t:1000 (exit command is (exit), workingDir is null)
[2023-11-24 22:09:58,414 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/z3 -smt2 -in SMTLIB2_COMPLIANT=true -t:1000 (2)] Waiting until timeout for monitored process
[2023-11-24 22:09:58,478 INFO  L159   artialOrderCegarLoop]: Running PartialOrderCegarLoop with 1 independence relations.
[2023-11-24 22:09:58,492 INFO  L356      AbstractCegarLoop]: ======== Iteration 0 == of CEGAR loop == my_callbackThread1of1ForFork0 ========
[2023-11-24 22:09:58,500 INFO  L357      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, mHoare=false, mAutomataTypeConcurrency=PARTIAL_ORDER_FA, mHoareTripleChecks=INCREMENTAL, mHoareAnnotationPositions=All, 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;@641dc293, mLbeIndependenceSettings=[IndependenceType=SEMANTIC, AbstractionType=NONE, UseConditional=false, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2023-11-24 22:09:58,500 INFO  L358      AbstractCegarLoop]: Starting to check reachability of 6 error locations.
[2023-11-24 22:09:59,085 INFO  L420      AbstractCegarLoop]: === Iteration 1 === Targeting my_callbackErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE === [my_callbackErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, my_callbackErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, my_callbackErr2REQUIRES_VIOLATIONMEMORY_DEREFERENCE (and 3 more)] ===
[2023-11-24 22:09:59,091 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:09:59,092 INFO  L85        PathProgramCache]: Analyzing trace with hash -2066362513, now seen corresponding path program 1 times
[2023-11-24 22:09:59,113 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:09:59,114 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [958819249]
[2023-11-24 22:09:59,114 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:09:59,114 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:09:59,115 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:09:59,148 INFO  L229       MonitoredProcess]: Starting monitored process 3 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:09:59,214 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (3)] Waiting until timeout for monitored process
[2023-11-24 22:09:59,432 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:09:59,439 INFO  L262         TraceCheckSpWp]: Trace formula consists of 134 conjuncts, 10 conjunts are in the unsatisfiable core
[2023-11-24 22:09:59,445 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:09:59,482 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 6 treesize of output 7
[2023-11-24 22:09:59,563 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:09:59,564 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:09:59,565 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:09:59,565 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [958819249]
[2023-11-24 22:09:59,566 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [958819249] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:09:59,566 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:09:59,567 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-24 22:09:59,569 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1762718366]
[2023-11-24 22:09:59,569 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:09:59,574 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 5 states
[2023-11-24 22:09:59,575 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:09:59,606 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 5 interpolants.
[2023-11-24 22:09:59,607 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=7, Invalid=13, Unknown=0, NotChecked=0, Total=20
[2023-11-24 22:09:59,608 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:09:59,612 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:09:59,613 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 5 states, 4 states have (on average 2.75) internal successors, (11), 5 states have internal predecessors, (11), 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)
[2023-11-24 22:09:59,613 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:00,035 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:00,049 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (3)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:00,235 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 3 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:00,236 INFO  L420      AbstractCegarLoop]: === Iteration 2 === Targeting my_callbackErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE === [my_callbackErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, my_callbackErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, my_callbackErr2REQUIRES_VIOLATIONMEMORY_DEREFERENCE (and 3 more)] ===
[2023-11-24 22:10:00,236 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:00,236 INFO  L85        PathProgramCache]: Analyzing trace with hash -2066362512, now seen corresponding path program 1 times
[2023-11-24 22:10:00,237 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:00,237 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [459706285]
[2023-11-24 22:10:00,238 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:00,238 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:00,238 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:00,244 INFO  L229       MonitoredProcess]: Starting monitored process 4 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:00,248 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (4)] Waiting until timeout for monitored process
[2023-11-24 22:10:00,474 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:00,481 INFO  L262         TraceCheckSpWp]: Trace formula consists of 134 conjuncts, 18 conjunts are in the unsatisfiable core
[2023-11-24 22:10:00,483 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:00,527 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 6 treesize of output 5
[2023-11-24 22:10:00,632 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:00,632 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:00,632 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:00,633 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [459706285]
[2023-11-24 22:10:00,633 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [459706285] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:00,633 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:00,633 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-24 22:10:00,634 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [65352616]
[2023-11-24 22:10:00,634 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:00,635 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 5 states
[2023-11-24 22:10:00,636 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:00,636 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 5 interpolants.
[2023-11-24 22:10:00,637 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=7, Invalid=13, Unknown=0, NotChecked=0, Total=20
[2023-11-24 22:10:00,637 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:00,639 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:00,639 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 5 states, 4 states have (on average 2.75) internal successors, (11), 5 states have internal predecessors, (11), 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)
[2023-11-24 22:10:00,639 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:00,640 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:01,982 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:01,983 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:01,994 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (4)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:02,188 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 4 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:02,189 INFO  L420      AbstractCegarLoop]: === Iteration 3 === Targeting my_callbackErr4REQUIRES_VIOLATIONMEMORY_DEREFERENCE === [my_callbackErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, my_callbackErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, my_callbackErr2REQUIRES_VIOLATIONMEMORY_DEREFERENCE (and 3 more)] ===
[2023-11-24 22:10:02,189 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:02,189 INFO  L85        PathProgramCache]: Analyzing trace with hash 1648215283, now seen corresponding path program 1 times
[2023-11-24 22:10:02,191 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:02,191 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [1025009502]
[2023-11-24 22:10:02,191 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:02,192 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:02,192 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:02,194 INFO  L229       MonitoredProcess]: Starting monitored process 5 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:02,234 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (5)] Waiting until timeout for monitored process
[2023-11-24 22:10:02,574 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:02,590 INFO  L262         TraceCheckSpWp]: Trace formula consists of 316 conjuncts, 3 conjunts are in the unsatisfiable core
[2023-11-24 22:10:02,592 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:02,616 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:02,617 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:02,617 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:02,617 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [1025009502]
[2023-11-24 22:10:02,618 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [1025009502] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:02,618 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:02,620 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-24 22:10:02,620 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1413813791]
[2023-11-24 22:10:02,621 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:02,623 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 4 states
[2023-11-24 22:10:02,623 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:02,625 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 4 interpolants.
[2023-11-24 22:10:02,626 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=5, Invalid=7, Unknown=0, NotChecked=0, Total=12
[2023-11-24 22:10:02,626 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:02,628 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:02,629 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 4 states, 4 states have (on average 8.25) internal successors, (33), 4 states have internal predecessors, (33), 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)
[2023-11-24 22:10:02,629 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:02,631 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:02,632 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:03,135 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:03,136 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:03,136 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:03,149 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (5)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:03,336 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 5 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:03,337 INFO  L420      AbstractCegarLoop]: === Iteration 4 === Targeting my_callbackErr5REQUIRES_VIOLATIONMEMORY_DEREFERENCE === [my_callbackErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, my_callbackErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, my_callbackErr2REQUIRES_VIOLATIONMEMORY_DEREFERENCE (and 3 more)] ===
[2023-11-24 22:10:03,337 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:03,337 INFO  L85        PathProgramCache]: Analyzing trace with hash -331028742, now seen corresponding path program 1 times
[2023-11-24 22:10:03,338 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:03,338 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [1691264245]
[2023-11-24 22:10:03,338 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:03,338 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:03,339 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:03,340 INFO  L229       MonitoredProcess]: Starting monitored process 6 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:03,363 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (6)] Waiting until timeout for monitored process
[2023-11-24 22:10:03,769 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:03,786 INFO  L262         TraceCheckSpWp]: Trace formula consists of 264 conjuncts, 22 conjunts are in the unsatisfiable core
[2023-11-24 22:10:03,791 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:03,808 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 6 treesize of output 7
[2023-11-24 22:10:03,818 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 6 treesize of output 5
[2023-11-24 22:10:04,132 INFO  L190   IndexEqualityManager]: detected not equals via solver
[2023-11-24 22:10:04,137 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 1 stores, 1 select indices, 1 select index equivalence classes, 1 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 14 treesize of output 9
[2023-11-24 22:10:04,162 INFO  L349             Elim1Store]: treesize reduction 6, result has 40.0 percent of original size
[2023-11-24 22:10:04,162 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 0 stores, 2 select indices, 2 select index equivalence classes, 0 disjoint index pairs (out of 1 index pairs), introduced 2 new quantified variables, introduced 1 case distinctions, treesize of input 13 treesize of output 13
[2023-11-24 22:10:04,182 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:04,183 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:04,183 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:04,183 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [1691264245]
[2023-11-24 22:10:04,184 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [1691264245] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:04,184 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:04,184 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2023-11-24 22:10:04,184 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1964226869]
[2023-11-24 22:10:04,185 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:04,186 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2023-11-24 22:10:04,186 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:04,187 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2023-11-24 22:10:04,187 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=10, Invalid=20, Unknown=0, NotChecked=0, Total=30
[2023-11-24 22:10:04,187 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:04,189 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:04,190 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 5 states have (on average 4.8) internal successors, (24), 6 states have internal predecessors, (24), 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)
[2023-11-24 22:10:04,190 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:04,190 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:04,190 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:04,190 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:06,379 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:06,379 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:06,379 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:06,380 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:06,382 INFO  L805   garLoopResultBuilder]: Registering result SAFE for location my_callbackErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE (5 of 6 remaining)
[2023-11-24 22:10:06,383 INFO  L805   garLoopResultBuilder]: Registering result SAFE for location my_callbackErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE (4 of 6 remaining)
[2023-11-24 22:10:06,383 INFO  L805   garLoopResultBuilder]: Registering result SAFE for location my_callbackErr2REQUIRES_VIOLATIONMEMORY_DEREFERENCE (3 of 6 remaining)
[2023-11-24 22:10:06,383 INFO  L805   garLoopResultBuilder]: Registering result SAFE for location my_callbackErr3REQUIRES_VIOLATIONMEMORY_DEREFERENCE (2 of 6 remaining)
[2023-11-24 22:10:06,383 INFO  L805   garLoopResultBuilder]: Registering result SAFE for location my_callbackErr4REQUIRES_VIOLATIONMEMORY_DEREFERENCE (1 of 6 remaining)
[2023-11-24 22:10:06,384 INFO  L805   garLoopResultBuilder]: Registering result SAFE for location my_callbackErr5REQUIRES_VIOLATIONMEMORY_DEREFERENCE (0 of 6 remaining)
[2023-11-24 22:10:06,408 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (6)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:06,601 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 6 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:06,622 INFO  L445         BasicCegarLoop]: Path program histogram: [1, 1, 1, 1]
[2023-11-24 22:10:06,633 INFO  L307   ceAbstractionStarter]: Result for error location my_callbackThread1of1ForFork0 was SAFE,SAFE,SAFE,SAFE,SAFE,SAFE (1/3)
[2023-11-24 22:10:06,642 INFO  L100   denceProviderFactory]: Independence Relation #1: [IndependenceType=SEMANTIC, AbstractionType=VARIABLES_GLOBAL, UseConditional=true, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2023-11-24 22:10:06,642 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true -t:1000
[2023-11-24 22:10:06,642 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/z3
[2023-11-24 22:10:06,643 INFO  L229       MonitoredProcess]: Starting monitored process 7 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/z3 -smt2 -in SMTLIB2_COMPLIANT=true -t:1000 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:06,649 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/z3 -smt2 -in SMTLIB2_COMPLIANT=true -t:1000 (7)] Waiting until timeout for monitored process
[2023-11-24 22:10:06,651 INFO  L159   artialOrderCegarLoop]: Running PartialOrderCegarLoop with 1 independence relations.
[2023-11-24 22:10:06,652 INFO  L356      AbstractCegarLoop]: ======== Iteration 0 == of CEGAR loop == ULTIMATE.start ========
[2023-11-24 22:10:06,652 INFO  L357      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, mHoare=false, mAutomataTypeConcurrency=PARTIAL_ORDER_FA, mHoareTripleChecks=INCREMENTAL, mHoareAnnotationPositions=All, 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;@641dc293, mLbeIndependenceSettings=[IndependenceType=SEMANTIC, AbstractionType=NONE, UseConditional=false, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2023-11-24 22:10:06,653 INFO  L358      AbstractCegarLoop]: Starting to check reachability of 45 error locations.
[2023-11-24 22:10:06,694 INFO  L420      AbstractCegarLoop]: === Iteration 1 === Targeting ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:06,695 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:06,695 INFO  L85        PathProgramCache]: Analyzing trace with hash 18054209, now seen corresponding path program 1 times
[2023-11-24 22:10:06,696 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:06,697 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [1587432066]
[2023-11-24 22:10:06,697 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:06,697 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:06,697 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:06,702 INFO  L229       MonitoredProcess]: Starting monitored process 8 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:06,708 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (8)] Waiting until timeout for monitored process
[2023-11-24 22:10:06,847 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:06,848 INFO  L262         TraceCheckSpWp]: Trace formula consists of 33 conjuncts, 3 conjunts are in the unsatisfiable core
[2023-11-24 22:10:06,849 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:06,856 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:06,856 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:06,856 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:06,856 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [1587432066]
[2023-11-24 22:10:06,857 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [1587432066] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:06,857 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:06,857 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2023-11-24 22:10:06,857 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [2011433845]
[2023-11-24 22:10:06,857 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:06,857 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 3 states
[2023-11-24 22:10:06,858 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:06,858 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 3 interpolants.
[2023-11-24 22:10:06,858 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2023-11-24 22:10:06,858 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:06,859 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:06,859 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 3 states, 3 states have (on average 1.3333333333333333) internal successors, (4), 2 states have internal predecessors, (4), 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)
[2023-11-24 22:10:06,859 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:06,897 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:06,907 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (8)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:07,101 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 8 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:07,102 INFO  L420      AbstractCegarLoop]: === Iteration 2 === Targeting ULTIMATE.startErr2REQUIRES_VIOLATIONMEMORY_DEREFERENCE === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:07,102 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:07,102 INFO  L85        PathProgramCache]: Analyzing trace with hash 18056462, now seen corresponding path program 1 times
[2023-11-24 22:10:07,103 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:07,103 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [687105924]
[2023-11-24 22:10:07,104 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:07,105 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:07,105 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:07,106 INFO  L229       MonitoredProcess]: Starting monitored process 9 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:07,141 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (9)] Waiting until timeout for monitored process
[2023-11-24 22:10:07,288 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:07,291 INFO  L262         TraceCheckSpWp]: Trace formula consists of 71 conjuncts, 5 conjunts are in the unsatisfiable core
[2023-11-24 22:10:07,292 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:07,297 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 6 treesize of output 7
[2023-11-24 22:10:07,306 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:07,306 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:07,306 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:07,307 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [687105924]
[2023-11-24 22:10:07,307 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [687105924] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:07,307 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:07,307 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2023-11-24 22:10:07,307 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1121669952]
[2023-11-24 22:10:07,307 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:07,308 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 3 states
[2023-11-24 22:10:07,308 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:07,308 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 3 interpolants.
[2023-11-24 22:10:07,309 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2023-11-24 22:10:07,309 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:07,309 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:07,309 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 3 states, 2 states have (on average 2.0) internal successors, (4), 3 states have internal predecessors, (4), 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)
[2023-11-24 22:10:07,310 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:07,310 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:07,372 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:07,374 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:07,385 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (9)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:07,575 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 9 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:07,575 INFO  L420      AbstractCegarLoop]: === Iteration 3 === Targeting ULTIMATE.startErr3REQUIRES_VIOLATIONMEMORY_DEREFERENCE === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:07,576 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:07,576 INFO  L85        PathProgramCache]: Analyzing trace with hash 18056463, now seen corresponding path program 1 times
[2023-11-24 22:10:07,577 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:07,577 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [2045915436]
[2023-11-24 22:10:07,577 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:07,577 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:07,577 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:07,578 INFO  L229       MonitoredProcess]: Starting monitored process 10 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:07,580 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (10)] Waiting until timeout for monitored process
[2023-11-24 22:10:07,744 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:07,748 INFO  L262         TraceCheckSpWp]: Trace formula consists of 71 conjuncts, 8 conjunts are in the unsatisfiable core
[2023-11-24 22:10:07,749 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:07,758 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 6 treesize of output 5
[2023-11-24 22:10:07,775 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:07,775 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:07,775 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:07,775 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [2045915436]
[2023-11-24 22:10:07,776 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [2045915436] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:07,776 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:07,776 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2023-11-24 22:10:07,776 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1908999650]
[2023-11-24 22:10:07,776 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:07,776 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 3 states
[2023-11-24 22:10:07,777 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:07,777 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 3 interpolants.
[2023-11-24 22:10:07,777 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2023-11-24 22:10:07,777 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:07,778 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:07,778 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 3 states, 2 states have (on average 2.0) internal successors, (4), 3 states have internal predecessors, (4), 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)
[2023-11-24 22:10:07,778 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:07,778 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:07,778 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:08,005 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:08,005 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:08,007 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:08,012 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (10)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:08,211 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 10 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:08,212 INFO  L420      AbstractCegarLoop]: === Iteration 4 === Targeting ULTIMATE.startErr36REQUIRES_VIOLATIONMEMORY_DEREFERENCE === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:08,212 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:08,212 INFO  L85        PathProgramCache]: Analyzing trace with hash -1984073496, now seen corresponding path program 1 times
[2023-11-24 22:10:08,213 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:08,213 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [1339616334]
[2023-11-24 22:10:08,214 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:08,214 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:08,214 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:08,215 INFO  L229       MonitoredProcess]: Starting monitored process 11 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:08,249 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (11)] Waiting until timeout for monitored process
[2023-11-24 22:10:08,424 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:08,429 INFO  L262         TraceCheckSpWp]: Trace formula consists of 142 conjuncts, 3 conjunts are in the unsatisfiable core
[2023-11-24 22:10:08,431 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:08,435 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 6 treesize of output 7
[2023-11-24 22:10:08,468 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:08,469 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:08,469 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:08,469 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [1339616334]
[2023-11-24 22:10:08,469 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [1339616334] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:08,469 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:08,470 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2023-11-24 22:10:08,470 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [264212616]
[2023-11-24 22:10:08,470 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:08,470 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 3 states
[2023-11-24 22:10:08,471 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:08,471 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 3 interpolants.
[2023-11-24 22:10:08,471 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2023-11-24 22:10:08,471 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:08,472 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:08,472 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 3 states, 2 states have (on average 5.5) internal successors, (11), 3 states have internal predecessors, (11), 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)
[2023-11-24 22:10:08,472 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:08,473 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:08,473 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:08,473 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:08,596 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:08,596 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:08,597 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:08,599 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:08,611 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (11)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:08,806 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 11 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:08,806 INFO  L420      AbstractCegarLoop]: === Iteration 5 === Targeting ULTIMATE.startErr37REQUIRES_VIOLATIONMEMORY_DEREFERENCE === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:08,806 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:08,807 INFO  L85        PathProgramCache]: Analyzing trace with hash -1984073495, now seen corresponding path program 1 times
[2023-11-24 22:10:08,807 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:08,807 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [1829828787]
[2023-11-24 22:10:08,808 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:08,808 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:08,808 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:08,809 INFO  L229       MonitoredProcess]: Starting monitored process 12 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:08,810 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (12)] Waiting until timeout for monitored process
[2023-11-24 22:10:09,020 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:09,027 INFO  L262         TraceCheckSpWp]: Trace formula consists of 142 conjuncts, 4 conjunts are in the unsatisfiable core
[2023-11-24 22:10:09,028 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:09,033 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 6 treesize of output 5
[2023-11-24 22:10:09,095 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:09,095 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:09,095 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:09,095 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [1829828787]
[2023-11-24 22:10:09,096 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [1829828787] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:09,096 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:09,096 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2023-11-24 22:10:09,096 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1882412740]
[2023-11-24 22:10:09,096 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:09,097 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 3 states
[2023-11-24 22:10:09,097 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:09,097 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 3 interpolants.
[2023-11-24 22:10:09,098 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2023-11-24 22:10:09,098 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:09,098 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:09,099 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 3 states, 2 states have (on average 5.5) internal successors, (11), 3 states have internal predecessors, (11), 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)
[2023-11-24 22:10:09,099 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:09,099 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:09,099 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:09,099 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:09,099 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:09,304 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:09,304 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:09,304 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:09,304 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:09,305 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:09,312 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (12)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:09,505 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 12 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:09,505 INFO  L420      AbstractCegarLoop]: === Iteration 6 === Targeting ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:09,506 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:09,506 INFO  L85        PathProgramCache]: Analyzing trace with hash -1652290984, now seen corresponding path program 1 times
[2023-11-24 22:10:09,506 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:09,507 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [2102955268]
[2023-11-24 22:10:09,507 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:09,507 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:09,507 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:09,508 INFO  L229       MonitoredProcess]: Starting monitored process 13 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:09,512 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (13)] Waiting until timeout for monitored process
[2023-11-24 22:10:09,857 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:09,868 INFO  L262         TraceCheckSpWp]: Trace formula consists of 162 conjuncts, 6 conjunts are in the unsatisfiable core
[2023-11-24 22:10:09,877 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:10,033 WARN  L876   $PredicateComparison]: unable to prove that (exists ((|v_ULTIMATE.start_main_~#data~1#1.base_85| (_ BitVec 32))) (and (= (select |c_ULTIMATE.start_main_old_#valid#1| |v_ULTIMATE.start_main_~#data~1#1.base_85|) (_ bv0 1)) (= (store |c_ULTIMATE.start_main_old_#valid#1| |v_ULTIMATE.start_main_~#data~1#1.base_85| (_ bv0 1)) |c_#valid|))) is different from true
[2023-11-24 22:10:10,043 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:10,043 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:10,043 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:10,044 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [2102955268]
[2023-11-24 22:10:10,044 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [2102955268] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:10,044 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:10,044 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [3] imperfect sequences [] total 3
[2023-11-24 22:10:10,044 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [401001574]
[2023-11-24 22:10:10,045 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:10,045 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 5 states
[2023-11-24 22:10:10,045 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:10,046 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 5 interpolants.
[2023-11-24 22:10:10,046 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=7, Invalid=8, Unknown=1, NotChecked=4, Total=20
[2023-11-24 22:10:10,046 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:10,047 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:10,047 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 5 states, 4 states have (on average 4.5) internal successors, (18), 4 states have internal predecessors, (18), 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)
[2023-11-24 22:10:10,047 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,047 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,048 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,048 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,048 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,048 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:10,264 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,265 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,265 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,265 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,265 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,265 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:10,271 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (13)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:10,465 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 13 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:10,466 INFO  L420      AbstractCegarLoop]: === Iteration 7 === Targeting ULTIMATE.startErr41ASSERT_VIOLATIONMEMORY_LEAK === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:10,466 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:10,466 INFO  L85        PathProgramCache]: Analyzing trace with hash -53296263, now seen corresponding path program 1 times
[2023-11-24 22:10:10,467 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:10,467 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [354151013]
[2023-11-24 22:10:10,467 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:10,467 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:10,467 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:10,469 INFO  L229       MonitoredProcess]: Starting monitored process 14 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:10,472 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (14)] Waiting until timeout for monitored process
[2023-11-24 22:10:10,767 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:10,778 INFO  L262         TraceCheckSpWp]: Trace formula consists of 160 conjuncts, 6 conjunts are in the unsatisfiable core
[2023-11-24 22:10:10,780 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:10,785 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:10,786 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:10,787 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:10,792 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 32 treesize of output 41
[2023-11-24 22:10:10,957 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2023-11-24 22:10:10,957 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 121 treesize of output 49
[2023-11-24 22:10:10,975 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:10,975 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:10,975 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:10,976 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [354151013]
[2023-11-24 22:10:10,976 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [354151013] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:10,976 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:10,976 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-24 22:10:10,976 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1450105914]
[2023-11-24 22:10:10,976 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:10,977 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 4 states
[2023-11-24 22:10:10,977 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:10,978 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 4 interpolants.
[2023-11-24 22:10:10,978 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=5, Invalid=7, Unknown=0, NotChecked=0, Total=12
[2023-11-24 22:10:10,978 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:10,978 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:10,979 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 4 states, 4 states have (on average 4.25) internal successors, (17), 4 states have internal predecessors, (17), 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)
[2023-11-24 22:10:10,979 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,979 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,979 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,979 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,979 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:10,980 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:10,980 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:11,260 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:11,260 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:11,260 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:11,260 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:11,260 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:11,261 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:11,262 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:11,276 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (14)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:11,462 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 14 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:11,463 INFO  L420      AbstractCegarLoop]: === Iteration 8 === Targeting ULTIMATE.startErr38ASSERT_VIOLATIONMEMORY_LEAK === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:11,463 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:11,463 INFO  L85        PathProgramCache]: Analyzing trace with hash -192897297, now seen corresponding path program 1 times
[2023-11-24 22:10:11,464 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:11,464 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [20814370]
[2023-11-24 22:10:11,464 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:11,464 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:11,464 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:11,465 INFO  L229       MonitoredProcess]: Starting monitored process 15 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:11,470 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (15)] Waiting until timeout for monitored process
[2023-11-24 22:10:11,758 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:11,767 INFO  L262         TraceCheckSpWp]: Trace formula consists of 151 conjuncts, 12 conjunts are in the unsatisfiable core
[2023-11-24 22:10:11,773 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:11,782 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:11,783 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:11,783 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:11,789 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 32 treesize of output 41
[2023-11-24 22:10:11,850 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:11,851 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:11,851 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:11,862 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2023-11-24 22:10:11,863 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 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 73 treesize of output 93
[2023-11-24 22:10:12,036 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2023-11-24 22:10:12,037 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 8 select indices, 8 select index equivalence classes, 0 disjoint index pairs (out of 28 index pairs), introduced 8 new quantified variables, introduced 28 case distinctions, treesize of input 161 treesize of output 65
[2023-11-24 22:10:12,059 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:12,059 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:12,060 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:12,060 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [20814370]
[2023-11-24 22:10:12,060 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [20814370] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:12,060 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:12,060 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2023-11-24 22:10:12,061 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [529047591]
[2023-11-24 22:10:12,061 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:12,061 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 5 states
[2023-11-24 22:10:12,061 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:12,062 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 5 interpolants.
[2023-11-24 22:10:12,062 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=8, Invalid=12, Unknown=0, NotChecked=0, Total=20
[2023-11-24 22:10:12,062 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:12,063 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:12,063 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 5 states, 5 states have (on average 2.8) internal successors, (14), 5 states have internal predecessors, (14), 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)
[2023-11-24 22:10:12,063 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,063 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,063 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,063 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,064 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,064 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:12,064 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:12,064 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:12,408 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,408 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,408 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,408 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,409 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,409 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:12,409 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:12,409 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:12,417 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (15)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:12,616 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 15 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:12,617 INFO  L420      AbstractCegarLoop]: === Iteration 9 === Targeting ULTIMATE.startErr18REQUIRES_VIOLATIONMEMORY_DEREFERENCE === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:12,617 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:12,617 INFO  L85        PathProgramCache]: Analyzing trace with hash -1816608124, now seen corresponding path program 1 times
[2023-11-24 22:10:12,618 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:12,618 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [2088381087]
[2023-11-24 22:10:12,618 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:12,618 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:12,618 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:12,619 INFO  L229       MonitoredProcess]: Starting monitored process 16 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:12,620 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (16)] Waiting until timeout for monitored process
[2023-11-24 22:10:12,824 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:12,828 INFO  L262         TraceCheckSpWp]: Trace formula consists of 109 conjuncts, 3 conjunts are in the unsatisfiable core
[2023-11-24 22:10:12,829 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:12,859 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:12,859 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:12,859 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:12,860 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [2088381087]
[2023-11-24 22:10:12,860 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [2088381087] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:12,860 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:12,860 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-24 22:10:12,860 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [446570940]
[2023-11-24 22:10:12,860 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:12,861 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 4 states
[2023-11-24 22:10:12,861 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:12,861 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 4 interpolants.
[2023-11-24 22:10:12,862 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=5, Invalid=7, Unknown=0, NotChecked=0, Total=12
[2023-11-24 22:10:12,862 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:12,862 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:12,863 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 4 states, 4 states have (on average 2.0) internal successors, (8), 4 states have internal predecessors, (8), 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)
[2023-11-24 22:10:12,863 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,863 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,863 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,863 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,863 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:12,863 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:12,863 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:12,864 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:12,864 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:19,684 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:19,684 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:19,685 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:19,685 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:19,685 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:19,685 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:19,685 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:19,685 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:19,686 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:19,691 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (16)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:19,886 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 16 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:19,887 INFO  L420      AbstractCegarLoop]: === Iteration 10 === Targeting ULTIMATE.startErr14ASSERT_VIOLATIONMEMORY_LEAK === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:19,887 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:19,887 INFO  L85        PathProgramCache]: Analyzing trace with hash 1739951284, now seen corresponding path program 1 times
[2023-11-24 22:10:19,888 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:19,888 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [455509659]
[2023-11-24 22:10:19,888 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:19,888 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:19,888 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:19,889 INFO  L229       MonitoredProcess]: Starting monitored process 17 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:19,890 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (17)] Waiting until timeout for monitored process
[2023-11-24 22:10:20,166 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:20,176 INFO  L262         TraceCheckSpWp]: Trace formula consists of 203 conjuncts, 11 conjunts are in the unsatisfiable core
[2023-11-24 22:10:20,178 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:20,206 INFO  L190   IndexEqualityManager]: detected not equals via solver
[2023-11-24 22:10:20,206 INFO  L190   IndexEqualityManager]: detected not equals via solver
[2023-11-24 22:10:20,207 INFO  L190   IndexEqualityManager]: detected not equals via solver
[2023-11-24 22:10:20,208 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:20,208 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:20,211 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 1 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 32 treesize of output 41
[2023-11-24 22:10:20,267 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:20,279 INFO  L349             Elim1Store]: treesize reduction 0, result has 100.0 percent of original size
[2023-11-24 22:10:20,280 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 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 83 treesize of output 73
[2023-11-24 22:10:20,363 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:20,364 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:20,364 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:20,364 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [455509659]
[2023-11-24 22:10:20,364 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [455509659] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:20,364 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:20,364 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [3] imperfect sequences [] total 3
[2023-11-24 22:10:20,364 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [743336265]
[2023-11-24 22:10:20,364 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:20,365 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 4 states
[2023-11-24 22:10:20,365 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:20,365 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 4 interpolants.
[2023-11-24 22:10:20,365 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=6, Invalid=6, Unknown=0, NotChecked=0, Total=12
[2023-11-24 22:10:20,365 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:20,366 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:20,366 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 4 states, 3 states have (on average 4.666666666666667) internal successors, (14), 4 states have internal predecessors, (14), 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)
[2023-11-24 22:10:20,367 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:20,367 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:20,367 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:20,367 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:20,367 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:20,367 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:20,367 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:20,367 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:20,367 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:20,367 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:21,158 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:21,158 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:21,159 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:21,159 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:21,159 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:21,159 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:21,159 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:21,159 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:21,159 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:21,161 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:21,174 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (17)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:21,361 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 17 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:21,361 INFO  L420      AbstractCegarLoop]: === Iteration 11 === Targeting ULTIMATE.startErr17ASSERT_VIOLATIONMEMORY_LEAK === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:21,362 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:21,362 INFO  L85        PathProgramCache]: Analyzing trace with hash -1896084414, now seen corresponding path program 1 times
[2023-11-24 22:10:21,362 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:21,362 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [1986966509]
[2023-11-24 22:10:21,362 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:21,363 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:21,363 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:21,363 INFO  L229       MonitoredProcess]: Starting monitored process 18 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:21,365 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (18)] Waiting until timeout for monitored process
[2023-11-24 22:10:21,696 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:21,709 INFO  L262         TraceCheckSpWp]: Trace formula consists of 210 conjuncts, 8 conjunts are in the unsatisfiable core
[2023-11-24 22:10:21,711 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:21,723 INFO  L190   IndexEqualityManager]: detected not equals via solver
[2023-11-24 22:10:21,724 INFO  L190   IndexEqualityManager]: detected not equals via solver
[2023-11-24 22:10:21,725 INFO  L190   IndexEqualityManager]: detected not equals via solver
[2023-11-24 22:10:21,725 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:21,726 INFO  L173   IndexEqualityManager]: detected equality via solver
[2023-11-24 22:10:21,728 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 0 select indices, 0 select index equivalence classes, 1 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 32 treesize of output 41
[2023-11-24 22:10:21,794 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:21,794 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:21,794 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:21,794 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [1986966509]
[2023-11-24 22:10:21,794 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [1986966509] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:21,794 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:21,795 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2023-11-24 22:10:21,795 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1339172256]
[2023-11-24 22:10:21,795 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:21,795 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 3 states
[2023-11-24 22:10:21,795 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:21,796 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 3 interpolants.
[2023-11-24 22:10:21,796 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2023-11-24 22:10:21,796 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:21,797 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:21,797 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 3 states, 2 states have (on average 7.5) internal successors, (15), 3 states have internal predecessors, (15), 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)
[2023-11-24 22:10:21,797 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:21,797 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:21,797 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:21,797 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:21,797 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:21,797 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:21,797 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:21,797 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:21,797 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:21,798 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:21,798 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:37,481 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:37,482 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:37,482 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:37,482 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:37,482 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:37,482 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:37,482 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:37,488 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:37,488 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:37,488 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:37,489 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:37,499 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (18)] Forceful destruction successful, exit code 0
[2023-11-24 22:10:37,696 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 18 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:37,696 INFO  L420      AbstractCegarLoop]: === Iteration 12 === Targeting ULTIMATE.startErr41ASSERT_VIOLATIONMEMORY_LEAK === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:37,696 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:37,696 INFO  L85        PathProgramCache]: Analyzing trace with hash 1376128091, now seen corresponding path program 1 times
[2023-11-24 22:10:37,697 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:37,697 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [1900019005]
[2023-11-24 22:10:37,697 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:37,697 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:37,697 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:37,698 INFO  L229       MonitoredProcess]: Starting monitored process 19 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:37,699 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (19)] Waiting until timeout for monitored process
[2023-11-24 22:10:38,004 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:38,019 INFO  L262         TraceCheckSpWp]: Trace formula consists of 323 conjuncts, 3 conjunts are in the unsatisfiable core
[2023-11-24 22:10:38,020 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:38,038 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:38,039 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:38,039 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:38,039 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [1900019005]
[2023-11-24 22:10:38,039 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [1900019005] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:38,039 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:38,040 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-24 22:10:38,040 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1814132837]
[2023-11-24 22:10:38,040 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:38,040 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 4 states
[2023-11-24 22:10:38,041 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:38,041 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 4 interpolants.
[2023-11-24 22:10:38,041 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=5, Invalid=7, Unknown=0, NotChecked=0, Total=12
[2023-11-24 22:10:38,042 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:38,042 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:38,042 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 4 states, 4 states have (on average 9.0) internal successors, (36), 4 states have internal predecessors, (36), 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)
[2023-11-24 22:10:38,043 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:38,043 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:38,043 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:38,043 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:38,043 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:38,043 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:38,043 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:38,044 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:38,044 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:38,044 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:38,044 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:38,044 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:39,803 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:39,803 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:39,803 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:39,803 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:39,803 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:39,803 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:39,803 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:39,803 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:39,803 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:39,804 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:39,804 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:39,805 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:39,811 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (19)] Ended with exit code 0
[2023-11-24 22:10:40,005 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 19 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:40,005 INFO  L420      AbstractCegarLoop]: === Iteration 13 === Targeting ULTIMATE.startErr20REQUIRES_VIOLATIONMEMORY_DEREFERENCE === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:40,006 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:40,006 INFO  L85        PathProgramCache]: Analyzing trace with hash 481248832, now seen corresponding path program 1 times
[2023-11-24 22:10:40,007 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:40,007 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [773466065]
[2023-11-24 22:10:40,007 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:40,007 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:40,007 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:40,008 INFO  L229       MonitoredProcess]: Starting monitored process 20 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:40,010 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (20)] Waiting until timeout for monitored process
[2023-11-24 22:10:40,335 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:40,346 INFO  L262         TraceCheckSpWp]: Trace formula consists of 301 conjuncts, 3 conjunts are in the unsatisfiable core
[2023-11-24 22:10:40,348 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:40,355 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 6 treesize of output 7
[2023-11-24 22:10:40,390 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-24 22:10:40,390 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-24 22:10:40,390 INFO  L136   FreeRefinementEngine]: Strategy WOLF found an infeasible trace
[2023-11-24 22:10:40,390 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleMathsat [773466065]
[2023-11-24 22:10:40,390 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleMathsat [773466065] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-24 22:10:40,390 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-24 22:10:40,391 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2023-11-24 22:10:40,391 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [658979001]
[2023-11-24 22:10:40,391 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-24 22:10:40,391 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 3 states
[2023-11-24 22:10:40,391 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy WOLF
[2023-11-24 22:10:40,392 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 3 interpolants.
[2023-11-24 22:10:40,392 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2023-11-24 22:10:40,392 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:40,393 INFO  L495      AbstractCegarLoop]: Abstraction has currently 0 states, but on-demand construction may add more states
[2023-11-24 22:10:40,393 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 3 states, 2 states have (on average 14.5) internal successors, (29), 3 states have internal predecessors, (29), 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)
[2023-11-24 22:10:40,393 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:40,393 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:40,394 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:40,394 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:40,394 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:40,394 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:40,394 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:40,394 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:40,394 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:40,394 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:40,394 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:40,395 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:40,395 INFO  L154   InterpolantAutomaton]: Switched to On-DemandConstruction mode: deterministic interpolant automaton has 2 states. 
[2023-11-24 22:10:42,073 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:42,073 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:42,073 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:42,073 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:42,073 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:42,073 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:42,073 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:42,073 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-24 22:10:42,073 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:42,073 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2023-11-24 22:10:42,073 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:42,074 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 5 states. 
[2023-11-24 22:10:42,074 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2023-11-24 22:10:42,084 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (20)] Ended with exit code 0
[2023-11-24 22:10:42,275 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 20 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:42,275 INFO  L420      AbstractCegarLoop]: === Iteration 14 === Targeting ULTIMATE.startErr21REQUIRES_VIOLATIONMEMORY_DEREFERENCE === [ULTIMATE.startErr0REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr1REQUIRES_VIOLATIONMEMORY_DEREFERENCE, ULTIMATE.startErr42ASSERT_VIOLATIONMEMORY_LEAK (and 42 more)] ===
[2023-11-24 22:10:42,275 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-24 22:10:42,276 INFO  L85        PathProgramCache]: Analyzing trace with hash 481248833, now seen corresponding path program 1 times
[2023-11-24 22:10:42,276 INFO  L118   FreeRefinementEngine]: Executing refinement strategy WOLF
[2023-11-24 22:10:42,276 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleMathsat [1279556471]
[2023-11-24 22:10:42,276 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-24 22:10:42,276 INFO  L173          SolverBuilder]: Constructing external solver with command: mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3
[2023-11-24 22:10:42,276 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat
[2023-11-24 22:10:42,277 INFO  L229       MonitoredProcess]: Starting monitored process 21 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (exit command is (exit), workingDir is null)
[2023-11-24 22:10:42,278 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_407bcd3e-073e-47c4-b168-ff0a40ccbf8b/bin/ugemcutter-verify-oI9GxRtH0S/mathsat -theory.fp.to_bv_overflow_mode=1 -theory.fp.minmax_zero_mode=4 -theory.bv.div_by_zero_mode=1 -unsat_core_generation=3 (21)] Waiting until timeout for monitored process
[2023-11-24 22:10:42,590 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-24 22:10:42,600 INFO  L262         TraceCheckSpWp]: Trace formula consists of 301 conjuncts, 4 conjunts are in the unsatisfiable core
[2023-11-24 22:10:42,601 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-24 22:10:42,609 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 1, 1 stores, 0 select indices, 0 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 0 new quantified variables, introduced 0 case distinctions, treesize of input 6 treesize of output 5