./Ultimate.py --spec ../../sv-benchmarks/c/properties/no-overflow.prp --file ../../sv-benchmarks/c/recursified_nla-digbench/recursified_ps5-ll.c --full-output --architecture 32bit


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


Checking for overflows
Using default analysis
Version d790fecc
Calling Ultimate with: /usr/bin/java -Dosgi.configuration.area=/tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/data/config -Xmx15G -Xms4m -jar /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/plugins/org.eclipse.equinox.launcher_1.6.800.v20240513-1750.jar -data @noDefault -ultimatedata /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/data -tc /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/config/AutomizerReach.xml -i ../../sv-benchmarks/c/recursified_nla-digbench/recursified_ps5-ll.c -s /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/config/svcomp-Overflow-32bit-Automizer_Default.epf --cacsl2boogietranslator.entry.function main --witnessprinter.witness.directory /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1 --witnessprinter.witness.filename witness --witnessprinter.write.witness.besides.input.file false --witnessprinter.graph.data.specification CHECK( init(main()), LTL(G ! overflow) )

 --witnessprinter.graph.data.producer Automizer --witnessprinter.graph.data.architecture 32bit --witnessprinter.graph.data.programhash 02d2a7ecaeb1f9a3fd2c207ee063800bfd7475435ba7bc7e95648b1704092bfe
--- Real Ultimate output ---
This is Ultimate 0.3.0-dev-d790fec
[2024-12-02 06:39:58,153 INFO  L188        SettingsManager]: Resetting all preferences to default values...
[2024-12-02 06:39:58,215 INFO  L114        SettingsManager]: Loading settings from /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/config/svcomp-Overflow-32bit-Automizer_Default.epf
[2024-12-02 06:39:58,221 WARN  L101        SettingsManager]: Preference file contains the following unknown settings:
[2024-12-02 06:39:58,221 WARN  L103        SettingsManager]:   * de.uni_freiburg.informatik.ultimate.core.Log level for class
[2024-12-02 06:39:58,244 INFO  L130        SettingsManager]: Preferences different from defaults after loading the file:
[2024-12-02 06:39:58,245 INFO  L151        SettingsManager]: Preferences of UltimateCore differ from their defaults:
[2024-12-02 06:39:58,245 INFO  L153        SettingsManager]:  * Log level for class=de.uni_freiburg.informatik.ultimate.lib.smtlibutils.quantifier.QuantifierPusher=ERROR;
[2024-12-02 06:39:58,245 INFO  L151        SettingsManager]: Preferences of Boogie Preprocessor differ from their defaults:
[2024-12-02 06:39:58,245 INFO  L153        SettingsManager]:  * Use memory slicer=true
[2024-12-02 06:39:58,246 INFO  L151        SettingsManager]: Preferences of Boogie Procedure Inliner differ from their defaults:
[2024-12-02 06:39:58,246 INFO  L153        SettingsManager]:  * Ignore calls to procedures called more than once=ONLY_FOR_SEQUENTIAL_PROGRAMS
[2024-12-02 06:39:58,246 INFO  L151        SettingsManager]: Preferences of BlockEncodingV2 differ from their defaults:
[2024-12-02 06:39:58,246 INFO  L153        SettingsManager]:  * Create parallel compositions if possible=false
[2024-12-02 06:39:58,246 INFO  L153        SettingsManager]:  * Use SBE=true
[2024-12-02 06:39:58,247 INFO  L151        SettingsManager]: Preferences of CACSL2BoogieTranslator differ from their defaults:
[2024-12-02 06:39:58,247 INFO  L153        SettingsManager]:  * Pointer base address is valid at dereference=IGNORE
[2024-12-02 06:39:58,247 INFO  L153        SettingsManager]:  * sizeof long=4
[2024-12-02 06:39:58,247 INFO  L153        SettingsManager]:  * Overapproximate operations on floating types=true
[2024-12-02 06:39:58,247 INFO  L153        SettingsManager]:  * sizeof POINTER=4
[2024-12-02 06:39:58,247 INFO  L153        SettingsManager]:  * Check division by zero=IGNORE
[2024-12-02 06:39:58,247 INFO  L153        SettingsManager]:  * Pointer to allocated memory at dereference=IGNORE
[2024-12-02 06:39:58,247 INFO  L153        SettingsManager]:  * If two pointers are subtracted or compared they have the same base address=IGNORE
[2024-12-02 06:39:58,247 INFO  L153        SettingsManager]:  * Check array bounds for arrays that are off heap=IGNORE
[2024-12-02 06:39:58,248 INFO  L153        SettingsManager]:  * Check absence of signed integer overflows=ASSERTandASSUME
[2024-12-02 06:39:58,248 INFO  L153        SettingsManager]:  * Check unreachability of reach_error function=false
[2024-12-02 06:39:58,248 INFO  L153        SettingsManager]:  * sizeof long double=12
[2024-12-02 06:39:58,248 INFO  L153        SettingsManager]:  * Check if freed pointer was valid=false
[2024-12-02 06:39:58,248 INFO  L153        SettingsManager]:  * Behaviour of calls to undefined functions=OVERAPPROXIMATE_BEHAVIOUR
[2024-12-02 06:39:58,248 INFO  L153        SettingsManager]:  * Use constant arrays=true
[2024-12-02 06:39:58,248 INFO  L151        SettingsManager]: Preferences of IcfgBuilder differ from their defaults:
[2024-12-02 06:39:58,248 INFO  L153        SettingsManager]:  * Size of a code block=SequenceOfStatements
[2024-12-02 06:39:58,249 INFO  L153        SettingsManager]:  * Only consider context switches at boundaries of atomic blocks=true
[2024-12-02 06:39:58,249 INFO  L153        SettingsManager]:  * SMT solver=External_DefaultMode
[2024-12-02 06:39:58,249 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000
[2024-12-02 06:39:58,249 INFO  L151        SettingsManager]: Preferences of RCFGBuilder differ from their defaults:
[2024-12-02 06:39:58,249 INFO  L153        SettingsManager]:  * Size of a code block=SequenceOfStatements
[2024-12-02 06:39:58,249 INFO  L153        SettingsManager]:  * Only consider context switches at boundaries of atomic blocks=true
[2024-12-02 06:39:58,249 INFO  L153        SettingsManager]:  * SMT solver=External_DefaultMode
[2024-12-02 06:39:58,249 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000
[2024-12-02 06:39:58,249 INFO  L151        SettingsManager]: Preferences of TraceAbstraction differ from their defaults:
[2024-12-02 06:39:58,250 INFO  L153        SettingsManager]:  * Compute Interpolants along a Counterexample=FPandBP
[2024-12-02 06:39:58,250 INFO  L153        SettingsManager]:  * Compute procedure contracts=false
[2024-12-02 06:39:58,250 INFO  L153        SettingsManager]:  * Positions where we compute the Hoare Annotation=LoopHeads
[2024-12-02 06:39:58,250 INFO  L153        SettingsManager]:  * Trace refinement strategy=CAMEL
[2024-12-02 06:39:58,250 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in
[2024-12-02 06:39:58,250 INFO  L153        SettingsManager]:  * Apply one-shot large block encoding in concurrent analysis=false
[2024-12-02 06:39:58,250 INFO  L153        SettingsManager]:  * Automaton type used in concurrency analysis=PETRI_NET
[2024-12-02 06:39:58,250 INFO  L153        SettingsManager]:  * Order on configurations for Petri net unfoldings=DBO
[2024-12-02 06:39:58,251 INFO  L153        SettingsManager]:  * SMT solver=External_ModelsAndUnsatCoreMode
[2024-12-02 06:39:58,251 INFO  L153        SettingsManager]:  * Looper check in Petri net analysis=SEMANTIC
Applying setting for plugin de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator: Entry function -> main
Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Witness directory -> /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1
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 ! overflow) )


Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Graph data producer -> Automizer
Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Graph data architecture -> 32bit
Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Graph data programhash -> 02d2a7ecaeb1f9a3fd2c207ee063800bfd7475435ba7bc7e95648b1704092bfe
[2024-12-02 06:39:58,496 INFO  L75    nceAwareModelManager]: Repository-Root is: /tmp
[2024-12-02 06:39:58,505 INFO  L261   ainManager$Toolchain]: [Toolchain 1]: Applicable parser(s) successfully (re)initialized
[2024-12-02 06:39:58,508 INFO  L217   ainManager$Toolchain]: [Toolchain 1]: Toolchain selected.
[2024-12-02 06:39:58,510 INFO  L270        PluginConnector]: Initializing CDTParser...
[2024-12-02 06:39:58,510 INFO  L274        PluginConnector]: CDTParser initialized
[2024-12-02 06:39:58,511 INFO  L431   ainManager$Toolchain]: [Toolchain 1]: Parsing single file: /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/../../sv-benchmarks/c/recursified_nla-digbench/recursified_ps5-ll.c
[2024-12-02 06:40:01,219 INFO  L533              CDTParser]: Created temporary CDT project at /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/data/a138b37de/df8bb7f69c4d4898b098d23f1a2c4c9e/FLAGa560dc81b
[2024-12-02 06:40:01,422 INFO  L384              CDTParser]: Found 1 translation units.
[2024-12-02 06:40:01,423 INFO  L180              CDTParser]: Scanning /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/sv-benchmarks/c/recursified_nla-digbench/recursified_ps5-ll.c
[2024-12-02 06:40:01,430 INFO  L427              CDTParser]: About to delete temporary CDT project at /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/data/a138b37de/df8bb7f69c4d4898b098d23f1a2c4c9e/FLAGa560dc81b
[2024-12-02 06:40:01,448 INFO  L435              CDTParser]: Successfully deleted /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/data/a138b37de/df8bb7f69c4d4898b098d23f1a2c4c9e
[2024-12-02 06:40:01,451 INFO  L299   ainManager$Toolchain]: ####################### [Toolchain 1] #######################
[2024-12-02 06:40:01,452 INFO  L133        ToolchainWalker]: Walking toolchain with 6 elements.
[2024-12-02 06:40:01,454 INFO  L112        PluginConnector]: ------------------------CACSL2BoogieTranslator----------------------------
[2024-12-02 06:40:01,454 INFO  L270        PluginConnector]: Initializing CACSL2BoogieTranslator...
[2024-12-02 06:40:01,460 INFO  L274        PluginConnector]: CACSL2BoogieTranslator initialized
[2024-12-02 06:40:01,460 INFO  L184        PluginConnector]: Executing the observer ACSLObjectContainerObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,461 INFO  L204        PluginConnector]: Invalid model from CACSL2BoogieTranslator for observer de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator.ACSLObjectContainerObserver@4d15a97c and model type de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01, skipping insertion in model container
[2024-12-02 06:40:01,462 INFO  L184        PluginConnector]: Executing the observer CACSL2BoogieTranslatorObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,480 INFO  L175         MainTranslator]: Built tables and reachable declarations
[2024-12-02 06:40:01,665 INFO  L210          PostProcessor]: Analyzing one entry point: main
[2024-12-02 06:40:01,676 INFO  L200         MainTranslator]: Completed pre-run
[2024-12-02 06:40:01,705 INFO  L210          PostProcessor]: Analyzing one entry point: main
[2024-12-02 06:40:01,721 INFO  L204         MainTranslator]: Completed translation
[2024-12-02 06:40:01,722 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01 WrapperNode
[2024-12-02 06:40:01,722 INFO  L131        PluginConnector]: ------------------------ END CACSL2BoogieTranslator----------------------------
[2024-12-02 06:40:01,723 INFO  L112        PluginConnector]: ------------------------Boogie Procedure Inliner----------------------------
[2024-12-02 06:40:01,723 INFO  L270        PluginConnector]: Initializing Boogie Procedure Inliner...
[2024-12-02 06:40:01,723 INFO  L274        PluginConnector]: Boogie Procedure Inliner initialized
[2024-12-02 06:40:01,731 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,740 INFO  L184        PluginConnector]: Executing the observer Inliner from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,765 INFO  L138                Inliner]: procedures = 16, calls = 75, calls flagged for inlining = 4, calls inlined = 4, statements flattened = 127
[2024-12-02 06:40:01,766 INFO  L131        PluginConnector]: ------------------------ END Boogie Procedure Inliner----------------------------
[2024-12-02 06:40:01,766 INFO  L112        PluginConnector]: ------------------------Boogie Preprocessor----------------------------
[2024-12-02 06:40:01,766 INFO  L270        PluginConnector]: Initializing Boogie Preprocessor...
[2024-12-02 06:40:01,767 INFO  L274        PluginConnector]: Boogie Preprocessor initialized
[2024-12-02 06:40:01,778 INFO  L184        PluginConnector]: Executing the observer EnsureBoogieModelObserver from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,778 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,781 INFO  L184        PluginConnector]: Executing the observer MemorySlicer from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,800 INFO  L175           MemorySlicer]: Split 51 memory accesses to 5 slices as follows [2, 4, 36, 5, 4]. 71 percent of accesses are in the largest equivalence class. The 2 initializations are split as follows [2, 0, 0, 0, 0]. The 7 writes are split as follows [0, 2, 2, 2, 1].
[2024-12-02 06:40:01,801 INFO  L184        PluginConnector]: Executing the observer ConstExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,801 INFO  L184        PluginConnector]: Executing the observer StructExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,809 INFO  L184        PluginConnector]: Executing the observer ReplaceArrayAssignments from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,810 INFO  L184        PluginConnector]: Executing the observer UnstructureCode from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,812 INFO  L184        PluginConnector]: Executing the observer FunctionInliner from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,814 INFO  L184        PluginConnector]: Executing the observer LTLStepAnnotator from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,816 INFO  L184        PluginConnector]: Executing the observer BoogieSymbolTableConstructor from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,819 INFO  L131        PluginConnector]: ------------------------ END Boogie Preprocessor----------------------------
[2024-12-02 06:40:01,820 INFO  L112        PluginConnector]: ------------------------RCFGBuilder----------------------------
[2024-12-02 06:40:01,820 INFO  L270        PluginConnector]: Initializing RCFGBuilder...
[2024-12-02 06:40:01,820 INFO  L274        PluginConnector]: RCFGBuilder initialized
[2024-12-02 06:40:01,821 INFO  L184        PluginConnector]: Executing the observer RCFGBuilderObserver from plugin RCFGBuilder for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (1/1) ...
[2024-12-02 06:40:01,828 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000
[2024-12-02 06:40:01,842 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3
[2024-12-02 06:40:01,857 INFO  L229       MonitoredProcess]: Starting monitored process 1 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000 (exit command is (exit), workingDir is null)
[2024-12-02 06:40:01,860 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000 (1)] Waiting until timeout for monitored process
[2024-12-02 06:40:01,891 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.allocInit
[2024-12-02 06:40:01,892 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int#0
[2024-12-02 06:40:01,892 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int#1
[2024-12-02 06:40:01,892 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int#2
[2024-12-02 06:40:01,892 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int#3
[2024-12-02 06:40:01,892 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int#4
[2024-12-02 06:40:01,892 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.allocOnStack
[2024-12-02 06:40:01,892 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int#0
[2024-12-02 06:40:01,892 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int#1
[2024-12-02 06:40:01,892 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int#2
[2024-12-02 06:40:01,892 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int#3
[2024-12-02 06:40:01,892 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int#4
[2024-12-02 06:40:01,892 INFO  L130     BoogieDeclarations]: Found specification of procedure ULTIMATE.start
[2024-12-02 06:40:01,893 INFO  L138     BoogieDeclarations]: Found implementation of procedure ULTIMATE.start
[2024-12-02 06:40:01,893 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int#0
[2024-12-02 06:40:01,893 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int#1
[2024-12-02 06:40:01,893 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int#2
[2024-12-02 06:40:01,893 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int#3
[2024-12-02 06:40:01,893 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int#4
[2024-12-02 06:40:01,893 INFO  L130     BoogieDeclarations]: Found specification of procedure __VERIFIER_assert
[2024-12-02 06:40:01,893 INFO  L138     BoogieDeclarations]: Found implementation of procedure __VERIFIER_assert
[2024-12-02 06:40:01,893 INFO  L130     BoogieDeclarations]: Found specification of procedure func_to_recursive_line_27_to_35_0
[2024-12-02 06:40:01,893 INFO  L138     BoogieDeclarations]: Found implementation of procedure func_to_recursive_line_27_to_35_0
[2024-12-02 06:40:01,893 INFO  L130     BoogieDeclarations]: Found specification of procedure ULTIMATE.dealloc
[2024-12-02 06:40:02,008 INFO  L234             CfgBuilder]: Building ICFG
[2024-12-02 06:40:02,010 INFO  L260             CfgBuilder]: Building CFG for each procedure with an implementation
[2024-12-02 06:40:02,794 INFO  L?                        ?]: Removed 370 outVars from TransFormulas that were not future-live.
[2024-12-02 06:40:02,794 INFO  L283             CfgBuilder]: Performing block encoding
[2024-12-02 06:40:02,807 INFO  L307             CfgBuilder]: Using the 1 location(s) as analysis (start of procedure ULTIMATE.start)
[2024-12-02 06:40:02,808 INFO  L312             CfgBuilder]: Removed 1 assume(true) statements.
[2024-12-02 06:40:02,808 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 02.12 06:40:02 BoogieIcfgContainer
[2024-12-02 06:40:02,808 INFO  L131        PluginConnector]: ------------------------ END RCFGBuilder----------------------------
[2024-12-02 06:40:02,811 INFO  L112        PluginConnector]: ------------------------TraceAbstraction----------------------------
[2024-12-02 06:40:02,811 INFO  L270        PluginConnector]: Initializing TraceAbstraction...
[2024-12-02 06:40:02,816 INFO  L274        PluginConnector]: TraceAbstraction initialized
[2024-12-02 06:40:02,816 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "CDTParser AST 02.12 06:40:01" (1/3) ...
[2024-12-02 06:40:02,816 INFO  L204        PluginConnector]: Invalid model from TraceAbstraction for observer de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction.TraceAbstractionObserver@1437d8af and model type de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction AST 02.12 06:40:02, skipping insertion in model container
[2024-12-02 06:40:02,816 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 02.12 06:40:01" (2/3) ...
[2024-12-02 06:40:02,817 INFO  L204        PluginConnector]: Invalid model from TraceAbstraction for observer de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction.TraceAbstractionObserver@1437d8af and model type de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction AST 02.12 06:40:02, skipping insertion in model container
[2024-12-02 06:40:02,817 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 02.12 06:40:02" (3/3) ...
[2024-12-02 06:40:02,818 INFO  L128   eAbstractionObserver]: Analyzing ICFG recursified_ps5-ll.c
[2024-12-02 06:40:02,840 INFO  L216   ceAbstractionStarter]: Automizer settings: Hoare:LoopHeads NWA Interpolation:FPandBP Determinization: PREDICATE_ABSTRACTION
[2024-12-02 06:40:02,842 INFO  L151   ceAbstractionStarter]: Applying trace abstraction to ICFG recursified_ps5-ll.c that has 3 procedures, 195 locations, 1 initial locations, 0 loop locations, and 84 error locations.
[2024-12-02 06:40:02,904 INFO  L332      AbstractCegarLoop]: ======== Iteration 0 == of CEGAR loop == AllErrorsAtOnce ========
[2024-12-02 06:40:02,918 INFO  L333      AbstractCegarLoop]: Settings: SEPARATE_VIOLATION_CHECK=true, mInterprocedural=true, mMaxIterations=1000000, mWatchIteration=1000000, mArtifact=RCFG, mInterpolation=FPandBP, mInterpolantAutomaton=STRAIGHT_LINE, mDumpAutomata=false, mAutomataFormat=ATS_NUMERATE, mDumpPath=., mDeterminiation=PREDICATE_ABSTRACTION, mMinimize=MINIMIZE_SEVPA, mAutomataTypeConcurrency=PETRI_NET, mHoareTripleChecks=INCREMENTAL, mHoareAnnotationPositions=LoopHeads, mDumpOnlyReuseAutomata=false, mLimitTraceHistogram=0, mErrorLocTimeLimit=0, mLimitPathProgramCount=0, mCollectInterpolantStatistics=true, mHeuristicEmptinessCheck=false, mHeuristicEmptinessCheckAStarHeuristic=ZERO, mHeuristicEmptinessCheckAStarHeuristicRandomSeed=1337, mHeuristicEmptinessCheckSmtFeatureScoringMethod=DAGSIZE, mSMTFeatureExtraction=false, mSMTFeatureExtractionDumpPath=., mOverrideInterpolantAutomaton=false, mMcrInterpolantMethod=WP, mPorIndependenceSettings=[Lde.uni_freiburg.informatik.ultimate.lib.tracecheckerutils.partialorder.independence.IndependenceSettings;@264d3936, mLbeIndependenceSettings=[IndependenceType=SEMANTIC, AbstractionType=NONE, UseConditional=false, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2024-12-02 06:40:02,918 INFO  L334      AbstractCegarLoop]: Starting to check reachability of 84 error locations.
[2024-12-02 06:40:02,923 INFO  L276                IsEmpty]: Start isEmpty. Operand  has 195 states, 103 states have (on average 1.854368932038835) internal successors, (191), 188 states have internal predecessors, (191), 5 states have call successors, (5), 2 states have call predecessors, (5), 2 states have return successors, (5), 5 states have call predecessors, (5), 5 states have call successors, (5)
[2024-12-02 06:40:02,929 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 9
[2024-12-02 06:40:02,930 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:02,930 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:02,931 INFO  L396      AbstractCegarLoop]: === Iteration 1 === Targeting func_to_recursive_line_27_to_35_0Err0ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:02,936 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:02,936 INFO  L85        PathProgramCache]: Analyzing trace with hash 125491965, now seen corresponding path program 1 times
[2024-12-02 06:40:02,945 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:02,946 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [564934998]
[2024-12-02 06:40:02,946 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:02,947 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:03,047 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:03,110 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:03,111 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:03,111 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [564934998]
[2024-12-02 06:40:03,112 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [564934998] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:03,112 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:03,112 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2024-12-02 06:40:03,113 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [2112800816]
[2024-12-02 06:40:03,114 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:03,117 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 2 states
[2024-12-02 06:40:03,118 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:03,143 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 2 interpolants.
[2024-12-02 06:40:03,143 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=1, Invalid=1, Unknown=0, NotChecked=0, Total=2
[2024-12-02 06:40:03,146 INFO  L87              Difference]: Start difference. First operand  has 195 states, 103 states have (on average 1.854368932038835) internal successors, (191), 188 states have internal predecessors, (191), 5 states have call successors, (5), 2 states have call predecessors, (5), 2 states have return successors, (5), 5 states have call predecessors, (5), 5 states have call successors, (5) Second operand  has 2 states, 2 states have (on average 3.5) internal successors, (7), 2 states have internal predecessors, (7), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:03,184 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:03,185 INFO  L93              Difference]: Finished difference Result 386 states and 402 transitions.
[2024-12-02 06:40:03,186 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 2 states. 
[2024-12-02 06:40:03,187 INFO  L78                 Accepts]: Start accepts. Automaton has  has 2 states, 2 states have (on average 3.5) internal successors, (7), 2 states have internal predecessors, (7), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 8
[2024-12-02 06:40:03,187 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:03,196 INFO  L225             Difference]: With dead ends: 386
[2024-12-02 06:40:03,196 INFO  L226             Difference]: Without dead ends: 188
[2024-12-02 06:40:03,200 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 2 GetRequests, 2 SyntacticMatches, 0 SemanticMatches, 0 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=1, Invalid=1, Unknown=0, NotChecked=0, Total=2
[2024-12-02 06:40:03,204 INFO  L435           NwaCegarLoop]: 197 mSDtfsCounter, 0 mSDsluCounter, 0 mSDsCounter, 0 mSdLazyCounter, 0 mSolverCounterSat, 0 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.0s Time, 0 mProtectedPredicate, 0 mProtectedAction, 0 SdHoareTripleChecker+Valid, 197 SdHoareTripleChecker+Invalid, 0 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 0 IncrementalHoareTripleChecker+Valid, 0 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.0s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:03,205 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [0 Valid, 197 Invalid, 0 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [0 Valid, 0 Invalid, 0 Unknown, 0 Unchecked, 0.0s Time]
[2024-12-02 06:40:03,221 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 188 states.
[2024-12-02 06:40:03,247 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 188 to 188.
[2024-12-02 06:40:03,249 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 188 states, 98 states have (on average 1.8571428571428572) internal successors, (182), 182 states have internal predecessors, (182), 4 states have call successors, (4), 2 states have call predecessors, (4), 2 states have return successors, (4), 4 states have call predecessors, (4), 4 states have call successors, (4)
[2024-12-02 06:40:03,255 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 188 states to 188 states and 190 transitions.
[2024-12-02 06:40:03,257 INFO  L78                 Accepts]: Start accepts. Automaton has 188 states and 190 transitions. Word has length 8
[2024-12-02 06:40:03,257 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:03,258 INFO  L471      AbstractCegarLoop]: Abstraction has 188 states and 190 transitions.
[2024-12-02 06:40:03,258 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 2 states, 2 states have (on average 3.5) internal successors, (7), 2 states have internal predecessors, (7), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:03,258 INFO  L276                IsEmpty]: Start isEmpty. Operand 188 states and 190 transitions.
[2024-12-02 06:40:03,258 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 9
[2024-12-02 06:40:03,258 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:03,259 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:03,259 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable0
[2024-12-02 06:40:03,259 INFO  L396      AbstractCegarLoop]: === Iteration 2 === Targeting func_to_recursive_line_27_to_35_0Err0ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:03,260 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:03,260 INFO  L85        PathProgramCache]: Analyzing trace with hash 182750267, now seen corresponding path program 1 times
[2024-12-02 06:40:03,260 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:03,260 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1486882071]
[2024-12-02 06:40:03,260 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:03,260 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:03,298 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:03,556 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:03,556 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:03,556 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1486882071]
[2024-12-02 06:40:03,556 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1486882071] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:03,557 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:03,557 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2024-12-02 06:40:03,557 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1980544897]
[2024-12-02 06:40:03,557 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:03,558 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2024-12-02 06:40:03,558 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:03,559 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2024-12-02 06:40:03,559 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2024-12-02 06:40:03,559 INFO  L87              Difference]: Start difference. First operand 188 states and 190 transitions. Second operand  has 6 states, 4 states have (on average 1.75) internal successors, (7), 5 states have internal predecessors, (7), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:04,025 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:04,025 INFO  L93              Difference]: Finished difference Result 346 states and 351 transitions.
[2024-12-02 06:40:04,026 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2024-12-02 06:40:04,026 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 1.75) internal successors, (7), 5 states have internal predecessors, (7), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 8
[2024-12-02 06:40:04,026 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:04,028 INFO  L225             Difference]: With dead ends: 346
[2024-12-02 06:40:04,028 INFO  L226             Difference]: Without dead ends: 336
[2024-12-02 06:40:04,029 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 7 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2024-12-02 06:40:04,030 INFO  L435           NwaCegarLoop]: 139 mSDtfsCounter, 264 mSDsluCounter, 565 mSDsCounter, 0 mSdLazyCounter, 244 mSolverCounterSat, 13 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 265 SdHoareTripleChecker+Valid, 704 SdHoareTripleChecker+Invalid, 257 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 13 IncrementalHoareTripleChecker+Valid, 244 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.4s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:04,030 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [265 Valid, 704 Invalid, 257 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [13 Valid, 244 Invalid, 0 Unknown, 0 Unchecked, 0.4s Time]
[2024-12-02 06:40:04,032 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 336 states.
[2024-12-02 06:40:04,048 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 336 to 229.
[2024-12-02 06:40:04,048 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 229 states, 137 states have (on average 1.7956204379562044) internal successors, (246), 221 states have internal predecessors, (246), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:04,051 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 229 states to 229 states and 257 transitions.
[2024-12-02 06:40:04,051 INFO  L78                 Accepts]: Start accepts. Automaton has 229 states and 257 transitions. Word has length 8
[2024-12-02 06:40:04,051 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:04,051 INFO  L471      AbstractCegarLoop]: Abstraction has 229 states and 257 transitions.
[2024-12-02 06:40:04,052 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 1.75) internal successors, (7), 5 states have internal predecessors, (7), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:04,052 INFO  L276                IsEmpty]: Start isEmpty. Operand 229 states and 257 transitions.
[2024-12-02 06:40:04,052 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 19
[2024-12-02 06:40:04,052 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:04,052 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:04,052 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable1
[2024-12-02 06:40:04,053 INFO  L396      AbstractCegarLoop]: === Iteration 3 === Targeting func_to_recursive_line_27_to_35_0Err10ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:04,053 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:04,053 INFO  L85        PathProgramCache]: Analyzing trace with hash 837445765, now seen corresponding path program 1 times
[2024-12-02 06:40:04,053 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:04,054 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1492833866]
[2024-12-02 06:40:04,054 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:04,054 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:04,077 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:04,254 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:04,254 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:04,255 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1492833866]
[2024-12-02 06:40:04,255 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1492833866] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:04,255 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:04,255 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2024-12-02 06:40:04,255 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1611502027]
[2024-12-02 06:40:04,255 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:04,255 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2024-12-02 06:40:04,256 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:04,256 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2024-12-02 06:40:04,256 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2024-12-02 06:40:04,257 INFO  L87              Difference]: Start difference. First operand 229 states and 257 transitions. Second operand  has 6 states, 4 states have (on average 4.25) internal successors, (17), 5 states have internal predecessors, (17), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:04,596 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:04,597 INFO  L93              Difference]: Finished difference Result 336 states and 341 transitions.
[2024-12-02 06:40:04,597 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2024-12-02 06:40:04,597 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 4.25) internal successors, (17), 5 states have internal predecessors, (17), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 18
[2024-12-02 06:40:04,597 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:04,599 INFO  L225             Difference]: With dead ends: 336
[2024-12-02 06:40:04,599 INFO  L226             Difference]: Without dead ends: 328
[2024-12-02 06:40:04,599 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 7 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2024-12-02 06:40:04,600 INFO  L435           NwaCegarLoop]: 139 mSDtfsCounter, 220 mSDsluCounter, 564 mSDsCounter, 0 mSdLazyCounter, 245 mSolverCounterSat, 11 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 221 SdHoareTripleChecker+Valid, 703 SdHoareTripleChecker+Invalid, 256 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 11 IncrementalHoareTripleChecker+Valid, 245 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:04,601 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [221 Valid, 703 Invalid, 256 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [11 Valid, 245 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2024-12-02 06:40:04,602 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 328 states.
[2024-12-02 06:40:04,614 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 328 to 229.
[2024-12-02 06:40:04,615 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 229 states, 137 states have (on average 1.7372262773722629) internal successors, (238), 221 states have internal predecessors, (238), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:04,616 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 229 states to 229 states and 249 transitions.
[2024-12-02 06:40:04,616 INFO  L78                 Accepts]: Start accepts. Automaton has 229 states and 249 transitions. Word has length 18
[2024-12-02 06:40:04,617 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:04,617 INFO  L471      AbstractCegarLoop]: Abstraction has 229 states and 249 transitions.
[2024-12-02 06:40:04,617 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 4.25) internal successors, (17), 5 states have internal predecessors, (17), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:04,617 INFO  L276                IsEmpty]: Start isEmpty. Operand 229 states and 249 transitions.
[2024-12-02 06:40:04,617 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 27
[2024-12-02 06:40:04,618 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:04,618 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:04,618 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable2
[2024-12-02 06:40:04,618 INFO  L396      AbstractCegarLoop]: === Iteration 4 === Targeting func_to_recursive_line_27_to_35_0Err18ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:04,619 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:04,619 INFO  L85        PathProgramCache]: Analyzing trace with hash 2121651597, now seen corresponding path program 1 times
[2024-12-02 06:40:04,619 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:04,619 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1708445908]
[2024-12-02 06:40:04,619 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:04,619 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:04,658 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unknown
[2024-12-02 06:40:04,660 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [226426971]
[2024-12-02 06:40:04,661 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:04,661 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-12-02 06:40:04,661 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3
[2024-12-02 06:40:04,663 INFO  L229       MonitoredProcess]: Starting monitored process 2 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-12-02 06:40:04,665 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (2)] Waiting until timeout for monitored process
[2024-12-02 06:40:04,762 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:04,764 INFO  L256         TraceCheckSpWp]: Trace formula consists of 163 conjuncts, 17 conjuncts are in the unsatisfiable core
[2024-12-02 06:40:04,770 INFO  L279         TraceCheckSpWp]: Computing forward predicates...
[2024-12-02 06:40:04,811 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 11 treesize of output 7
[2024-12-02 06:40:04,969 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:04,969 INFO  L308         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2024-12-02 06:40:04,969 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:04,969 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1708445908]
[2024-12-02 06:40:04,970 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2024-12-02 06:40:04,970 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [226426971]
[2024-12-02 06:40:04,970 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [226426971] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:04,970 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:04,970 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [6] imperfect sequences [] total 6
[2024-12-02 06:40:04,970 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [678096937]
[2024-12-02 06:40:04,970 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:04,971 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 7 states
[2024-12-02 06:40:04,971 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:04,971 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 7 interpolants.
[2024-12-02 06:40:04,971 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=12, Invalid=30, Unknown=0, NotChecked=0, Total=42
[2024-12-02 06:40:04,972 INFO  L87              Difference]: Start difference. First operand 229 states and 249 transitions. Second operand  has 7 states, 5 states have (on average 5.0) internal successors, (25), 6 states have internal predecessors, (25), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:05,285 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:05,285 INFO  L93              Difference]: Finished difference Result 328 states and 333 transitions.
[2024-12-02 06:40:05,285 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 7 states. 
[2024-12-02 06:40:05,285 INFO  L78                 Accepts]: Start accepts. Automaton has  has 7 states, 5 states have (on average 5.0) internal successors, (25), 6 states have internal predecessors, (25), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 26
[2024-12-02 06:40:05,286 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:05,287 INFO  L225             Difference]: With dead ends: 328
[2024-12-02 06:40:05,288 INFO  L226             Difference]: Without dead ends: 326
[2024-12-02 06:40:05,288 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 28 GetRequests, 20 SyntacticMatches, 0 SemanticMatches, 8 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 1 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=30, Invalid=60, Unknown=0, NotChecked=0, Total=90
[2024-12-02 06:40:05,289 INFO  L435           NwaCegarLoop]: 143 mSDtfsCounter, 202 mSDsluCounter, 707 mSDsCounter, 0 mSdLazyCounter, 288 mSolverCounterSat, 5 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 203 SdHoareTripleChecker+Valid, 850 SdHoareTripleChecker+Invalid, 293 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 288 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:05,289 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [203 Valid, 850 Invalid, 293 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 288 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2024-12-02 06:40:05,290 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 326 states.
[2024-12-02 06:40:05,299 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 326 to 229.
[2024-12-02 06:40:05,299 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 229 states, 137 states have (on average 1.7226277372262773) internal successors, (236), 221 states have internal predecessors, (236), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:05,301 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 229 states to 229 states and 247 transitions.
[2024-12-02 06:40:05,301 INFO  L78                 Accepts]: Start accepts. Automaton has 229 states and 247 transitions. Word has length 26
[2024-12-02 06:40:05,301 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:05,302 INFO  L471      AbstractCegarLoop]: Abstraction has 229 states and 247 transitions.
[2024-12-02 06:40:05,302 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 7 states, 5 states have (on average 5.0) internal successors, (25), 6 states have internal predecessors, (25), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:05,302 INFO  L276                IsEmpty]: Start isEmpty. Operand 229 states and 247 transitions.
[2024-12-02 06:40:05,302 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 29
[2024-12-02 06:40:05,302 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:05,302 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:05,311 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (2)] Ended with exit code 0
[2024-12-02 06:40:05,503 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable3,2 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-12-02 06:40:05,503 INFO  L396      AbstractCegarLoop]: === Iteration 5 === Targeting func_to_recursive_line_27_to_35_0Err20ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:05,504 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:05,504 INFO  L85        PathProgramCache]: Analyzing trace with hash -1202275121, now seen corresponding path program 1 times
[2024-12-02 06:40:05,504 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:05,504 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [169333842]
[2024-12-02 06:40:05,504 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:05,504 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:05,526 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:05,704 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:05,704 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:05,705 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [169333842]
[2024-12-02 06:40:05,705 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [169333842] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:05,705 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:05,705 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2024-12-02 06:40:05,705 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1844828939]
[2024-12-02 06:40:05,705 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:05,705 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2024-12-02 06:40:05,705 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:05,706 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2024-12-02 06:40:05,706 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2024-12-02 06:40:05,706 INFO  L87              Difference]: Start difference. First operand 229 states and 247 transitions. Second operand  has 6 states, 4 states have (on average 6.75) internal successors, (27), 5 states have internal predecessors, (27), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:05,957 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:05,957 INFO  L93              Difference]: Finished difference Result 326 states and 331 transitions.
[2024-12-02 06:40:05,958 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2024-12-02 06:40:05,958 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 6.75) internal successors, (27), 5 states have internal predecessors, (27), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 28
[2024-12-02 06:40:05,958 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:05,960 INFO  L225             Difference]: With dead ends: 326
[2024-12-02 06:40:05,960 INFO  L226             Difference]: Without dead ends: 320
[2024-12-02 06:40:05,960 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 7 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2024-12-02 06:40:05,961 INFO  L435           NwaCegarLoop]: 143 mSDtfsCounter, 178 mSDsluCounter, 572 mSDsCounter, 0 mSdLazyCounter, 233 mSolverCounterSat, 9 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 179 SdHoareTripleChecker+Valid, 715 SdHoareTripleChecker+Invalid, 242 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 9 IncrementalHoareTripleChecker+Valid, 233 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.2s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:05,961 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [179 Valid, 715 Invalid, 242 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [9 Valid, 233 Invalid, 0 Unknown, 0 Unchecked, 0.2s Time]
[2024-12-02 06:40:05,962 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 320 states.
[2024-12-02 06:40:05,970 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 320 to 229.
[2024-12-02 06:40:05,970 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 229 states, 137 states have (on average 1.6788321167883211) internal successors, (230), 221 states have internal predecessors, (230), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:05,972 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 229 states to 229 states and 241 transitions.
[2024-12-02 06:40:05,972 INFO  L78                 Accepts]: Start accepts. Automaton has 229 states and 241 transitions. Word has length 28
[2024-12-02 06:40:05,972 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:05,972 INFO  L471      AbstractCegarLoop]: Abstraction has 229 states and 241 transitions.
[2024-12-02 06:40:05,973 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 6.75) internal successors, (27), 5 states have internal predecessors, (27), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:05,973 INFO  L276                IsEmpty]: Start isEmpty. Operand 229 states and 241 transitions.
[2024-12-02 06:40:05,973 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 35
[2024-12-02 06:40:05,973 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:05,973 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:05,974 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable4
[2024-12-02 06:40:05,974 INFO  L396      AbstractCegarLoop]: === Iteration 6 === Targeting func_to_recursive_line_27_to_35_0Err26ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:05,974 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:05,974 INFO  L85        PathProgramCache]: Analyzing trace with hash -1105935723, now seen corresponding path program 1 times
[2024-12-02 06:40:05,974 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:05,974 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [820140638]
[2024-12-02 06:40:05,974 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:05,975 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:06,006 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unknown
[2024-12-02 06:40:06,008 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1601423860]
[2024-12-02 06:40:06,008 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:06,008 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-12-02 06:40:06,008 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3
[2024-12-02 06:40:06,010 INFO  L229       MonitoredProcess]: Starting monitored process 3 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-12-02 06:40:06,012 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (3)] Waiting until timeout for monitored process
[2024-12-02 06:40:06,103 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:06,105 INFO  L256         TraceCheckSpWp]: Trace formula consists of 177 conjuncts, 19 conjuncts are in the unsatisfiable core
[2024-12-02 06:40:06,107 INFO  L279         TraceCheckSpWp]: Computing forward predicates...
[2024-12-02 06:40:06,112 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 11 treesize of output 7
[2024-12-02 06:40:06,330 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:06,331 INFO  L308         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2024-12-02 06:40:06,331 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:06,331 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [820140638]
[2024-12-02 06:40:06,331 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2024-12-02 06:40:06,331 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1601423860]
[2024-12-02 06:40:06,331 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1601423860] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:06,331 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:06,331 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [7] imperfect sequences [] total 7
[2024-12-02 06:40:06,331 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1792455599]
[2024-12-02 06:40:06,331 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:06,332 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 8 states
[2024-12-02 06:40:06,332 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:06,332 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 8 interpolants.
[2024-12-02 06:40:06,332 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=16, Invalid=40, Unknown=0, NotChecked=0, Total=56
[2024-12-02 06:40:06,332 INFO  L87              Difference]: Start difference. First operand 229 states and 241 transitions. Second operand  has 8 states, 6 states have (on average 5.5) internal successors, (33), 7 states have internal predecessors, (33), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:06,689 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:06,689 INFO  L93              Difference]: Finished difference Result 320 states and 325 transitions.
[2024-12-02 06:40:06,690 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 8 states. 
[2024-12-02 06:40:06,690 INFO  L78                 Accepts]: Start accepts. Automaton has  has 8 states, 6 states have (on average 5.5) internal successors, (33), 7 states have internal predecessors, (33), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 34
[2024-12-02 06:40:06,690 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:06,692 INFO  L225             Difference]: With dead ends: 320
[2024-12-02 06:40:06,692 INFO  L226             Difference]: Without dead ends: 318
[2024-12-02 06:40:06,692 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 37 GetRequests, 27 SyntacticMatches, 0 SemanticMatches, 10 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 3 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=44, Invalid=88, Unknown=0, NotChecked=0, Total=132
[2024-12-02 06:40:06,693 INFO  L435           NwaCegarLoop]: 143 mSDtfsCounter, 164 mSDsluCounter, 710 mSDsCounter, 0 mSdLazyCounter, 309 mSolverCounterSat, 5 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 165 SdHoareTripleChecker+Valid, 853 SdHoareTripleChecker+Invalid, 314 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 309 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:06,693 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [165 Valid, 853 Invalid, 314 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 309 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2024-12-02 06:40:06,694 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 318 states.
[2024-12-02 06:40:06,701 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 318 to 229.
[2024-12-02 06:40:06,701 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 229 states, 137 states have (on average 1.6642335766423357) internal successors, (228), 221 states have internal predecessors, (228), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:06,703 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 229 states to 229 states and 239 transitions.
[2024-12-02 06:40:06,703 INFO  L78                 Accepts]: Start accepts. Automaton has 229 states and 239 transitions. Word has length 34
[2024-12-02 06:40:06,703 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:06,703 INFO  L471      AbstractCegarLoop]: Abstraction has 229 states and 239 transitions.
[2024-12-02 06:40:06,703 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 8 states, 6 states have (on average 5.5) internal successors, (33), 7 states have internal predecessors, (33), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:06,704 INFO  L276                IsEmpty]: Start isEmpty. Operand 229 states and 239 transitions.
[2024-12-02 06:40:06,704 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 37
[2024-12-02 06:40:06,704 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:06,704 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:06,715 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (3)] Ended with exit code 0
[2024-12-02 06:40:06,905 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 3 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable5
[2024-12-02 06:40:06,905 INFO  L396      AbstractCegarLoop]: === Iteration 7 === Targeting func_to_recursive_line_27_to_35_0Err28ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:06,905 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:06,906 INFO  L85        PathProgramCache]: Analyzing trace with hash -1947301417, now seen corresponding path program 1 times
[2024-12-02 06:40:06,906 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:06,906 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [272092870]
[2024-12-02 06:40:06,906 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:06,906 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:06,929 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:07,109 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:07,109 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:07,109 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [272092870]
[2024-12-02 06:40:07,109 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [272092870] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:07,109 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:07,109 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2024-12-02 06:40:07,109 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1407014981]
[2024-12-02 06:40:07,109 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:07,109 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2024-12-02 06:40:07,110 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:07,110 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2024-12-02 06:40:07,110 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2024-12-02 06:40:07,110 INFO  L87              Difference]: Start difference. First operand 229 states and 239 transitions. Second operand  has 6 states, 4 states have (on average 8.75) internal successors, (35), 5 states have internal predecessors, (35), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:07,217 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:07,218 INFO  L93              Difference]: Finished difference Result 316 states and 320 transitions.
[2024-12-02 06:40:07,218 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2024-12-02 06:40:07,218 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 8.75) internal successors, (35), 5 states have internal predecessors, (35), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 36
[2024-12-02 06:40:07,218 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:07,220 INFO  L225             Difference]: With dead ends: 316
[2024-12-02 06:40:07,220 INFO  L226             Difference]: Without dead ends: 314
[2024-12-02 06:40:07,220 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 7 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2024-12-02 06:40:07,221 INFO  L435           NwaCegarLoop]: 174 mSDtfsCounter, 167 mSDsluCounter, 701 mSDsCounter, 0 mSdLazyCounter, 73 mSolverCounterSat, 5 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 167 SdHoareTripleChecker+Valid, 875 SdHoareTripleChecker+Invalid, 78 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 73 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:07,221 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [167 Valid, 875 Invalid, 78 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 73 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2024-12-02 06:40:07,222 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 314 states.
[2024-12-02 06:40:07,229 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 314 to 229.
[2024-12-02 06:40:07,229 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 229 states, 137 states have (on average 1.6496350364963503) internal successors, (226), 221 states have internal predecessors, (226), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:07,231 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 229 states to 229 states and 237 transitions.
[2024-12-02 06:40:07,231 INFO  L78                 Accepts]: Start accepts. Automaton has 229 states and 237 transitions. Word has length 36
[2024-12-02 06:40:07,231 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:07,231 INFO  L471      AbstractCegarLoop]: Abstraction has 229 states and 237 transitions.
[2024-12-02 06:40:07,232 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 8.75) internal successors, (35), 5 states have internal predecessors, (35), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:07,232 INFO  L276                IsEmpty]: Start isEmpty. Operand 229 states and 237 transitions.
[2024-12-02 06:40:07,232 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 39
[2024-12-02 06:40:07,232 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:07,232 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:07,233 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable6
[2024-12-02 06:40:07,233 INFO  L396      AbstractCegarLoop]: === Iteration 8 === Targeting func_to_recursive_line_27_to_35_0Err30ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:07,233 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:07,233 INFO  L85        PathProgramCache]: Analyzing trace with hash 1249085721, now seen corresponding path program 1 times
[2024-12-02 06:40:07,233 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:07,233 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [472128846]
[2024-12-02 06:40:07,233 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:07,234 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:07,259 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:07,507 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:07,507 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:07,507 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [472128846]
[2024-12-02 06:40:07,507 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [472128846] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:07,507 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:07,507 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [6] imperfect sequences [] total 6
[2024-12-02 06:40:07,508 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [673583595]
[2024-12-02 06:40:07,508 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:07,508 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 7 states
[2024-12-02 06:40:07,508 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:07,508 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 7 interpolants.
[2024-12-02 06:40:07,508 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=12, Invalid=30, Unknown=0, NotChecked=0, Total=42
[2024-12-02 06:40:07,509 INFO  L87              Difference]: Start difference. First operand 229 states and 237 transitions. Second operand  has 7 states, 5 states have (on average 7.4) internal successors, (37), 6 states have internal predecessors, (37), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:08,039 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:08,039 INFO  L93              Difference]: Finished difference Result 314 states and 318 transitions.
[2024-12-02 06:40:08,040 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 7 states. 
[2024-12-02 06:40:08,040 INFO  L78                 Accepts]: Start accepts. Automaton has  has 7 states, 5 states have (on average 7.4) internal successors, (37), 6 states have internal predecessors, (37), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 38
[2024-12-02 06:40:08,040 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:08,041 INFO  L225             Difference]: With dead ends: 314
[2024-12-02 06:40:08,041 INFO  L226             Difference]: Without dead ends: 313
[2024-12-02 06:40:08,042 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 9 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 8 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 1 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=30, Invalid=60, Unknown=0, NotChecked=0, Total=90
[2024-12-02 06:40:08,042 INFO  L435           NwaCegarLoop]: 175 mSDtfsCounter, 163 mSDsluCounter, 762 mSDsCounter, 0 mSdLazyCounter, 201 mSolverCounterSat, 4 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.4s Time, 0 mProtectedPredicate, 0 mProtectedAction, 163 SdHoareTripleChecker+Valid, 937 SdHoareTripleChecker+Invalid, 205 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 4 IncrementalHoareTripleChecker+Valid, 201 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.5s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:08,043 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [163 Valid, 937 Invalid, 205 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [4 Valid, 201 Invalid, 0 Unknown, 0 Unchecked, 0.5s Time]
[2024-12-02 06:40:08,044 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 313 states.
[2024-12-02 06:40:08,051 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 313 to 229.
[2024-12-02 06:40:08,051 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 229 states, 137 states have (on average 1.6423357664233578) internal successors, (225), 221 states have internal predecessors, (225), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:08,052 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 229 states to 229 states and 236 transitions.
[2024-12-02 06:40:08,053 INFO  L78                 Accepts]: Start accepts. Automaton has 229 states and 236 transitions. Word has length 38
[2024-12-02 06:40:08,053 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:08,053 INFO  L471      AbstractCegarLoop]: Abstraction has 229 states and 236 transitions.
[2024-12-02 06:40:08,053 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 7 states, 5 states have (on average 7.4) internal successors, (37), 6 states have internal predecessors, (37), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:08,053 INFO  L276                IsEmpty]: Start isEmpty. Operand 229 states and 236 transitions.
[2024-12-02 06:40:08,054 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 40
[2024-12-02 06:40:08,054 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:08,054 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:08,054 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable7
[2024-12-02 06:40:08,054 INFO  L396      AbstractCegarLoop]: === Iteration 9 === Targeting func_to_recursive_line_27_to_35_0Err31ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:08,054 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:08,054 INFO  L85        PathProgramCache]: Analyzing trace with hash 66951891, now seen corresponding path program 1 times
[2024-12-02 06:40:08,055 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:08,055 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [2041686953]
[2024-12-02 06:40:08,055 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:08,055 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:08,078 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:08,232 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:08,233 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:08,233 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [2041686953]
[2024-12-02 06:40:08,233 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [2041686953] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:08,233 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:08,233 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2024-12-02 06:40:08,233 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1273154712]
[2024-12-02 06:40:08,233 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:08,233 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2024-12-02 06:40:08,234 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:08,234 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2024-12-02 06:40:08,234 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2024-12-02 06:40:08,234 INFO  L87              Difference]: Start difference. First operand 229 states and 236 transitions. Second operand  has 6 states, 4 states have (on average 9.5) internal successors, (38), 5 states have internal predecessors, (38), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:08,598 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:08,598 INFO  L93              Difference]: Finished difference Result 313 states and 317 transitions.
[2024-12-02 06:40:08,598 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2024-12-02 06:40:08,598 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 9.5) internal successors, (38), 5 states have internal predecessors, (38), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 39
[2024-12-02 06:40:08,599 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:08,600 INFO  L225             Difference]: With dead ends: 313
[2024-12-02 06:40:08,600 INFO  L226             Difference]: Without dead ends: 312
[2024-12-02 06:40:08,600 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 7 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2024-12-02 06:40:08,601 INFO  L435           NwaCegarLoop]: 176 mSDtfsCounter, 160 mSDsluCounter, 647 mSDsCounter, 0 mSdLazyCounter, 125 mSolverCounterSat, 4 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 160 SdHoareTripleChecker+Valid, 823 SdHoareTripleChecker+Invalid, 129 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 4 IncrementalHoareTripleChecker+Valid, 125 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:08,601 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [160 Valid, 823 Invalid, 129 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [4 Valid, 125 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2024-12-02 06:40:08,602 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 312 states.
[2024-12-02 06:40:08,607 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 312 to 229.
[2024-12-02 06:40:08,607 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 229 states, 137 states have (on average 1.635036496350365) internal successors, (224), 221 states have internal predecessors, (224), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:08,608 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 229 states to 229 states and 235 transitions.
[2024-12-02 06:40:08,608 INFO  L78                 Accepts]: Start accepts. Automaton has 229 states and 235 transitions. Word has length 39
[2024-12-02 06:40:08,608 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:08,608 INFO  L471      AbstractCegarLoop]: Abstraction has 229 states and 235 transitions.
[2024-12-02 06:40:08,609 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 9.5) internal successors, (38), 5 states have internal predecessors, (38), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:08,609 INFO  L276                IsEmpty]: Start isEmpty. Operand 229 states and 235 transitions.
[2024-12-02 06:40:08,609 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 41
[2024-12-02 06:40:08,609 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:08,609 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:08,609 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable8
[2024-12-02 06:40:08,609 INFO  L396      AbstractCegarLoop]: === Iteration 10 === Targeting func_to_recursive_line_27_to_35_0Err32ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:08,610 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:08,610 INFO  L85        PathProgramCache]: Analyzing trace with hash 2075508827, now seen corresponding path program 1 times
[2024-12-02 06:40:08,610 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:08,610 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [66364247]
[2024-12-02 06:40:08,610 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:08,610 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:08,633 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:08,802 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:08,802 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:08,802 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [66364247]
[2024-12-02 06:40:08,802 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [66364247] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:08,802 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:08,802 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [6] imperfect sequences [] total 6
[2024-12-02 06:40:08,803 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [343246829]
[2024-12-02 06:40:08,803 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:08,803 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 7 states
[2024-12-02 06:40:08,803 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:08,803 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 7 interpolants.
[2024-12-02 06:40:08,804 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=12, Invalid=30, Unknown=0, NotChecked=0, Total=42
[2024-12-02 06:40:08,804 INFO  L87              Difference]: Start difference. First operand 229 states and 235 transitions. Second operand  has 7 states, 5 states have (on average 7.8) internal successors, (39), 6 states have internal predecessors, (39), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:09,175 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:09,175 INFO  L93              Difference]: Finished difference Result 314 states and 319 transitions.
[2024-12-02 06:40:09,175 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 7 states. 
[2024-12-02 06:40:09,176 INFO  L78                 Accepts]: Start accepts. Automaton has  has 7 states, 5 states have (on average 7.8) internal successors, (39), 6 states have internal predecessors, (39), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 40
[2024-12-02 06:40:09,176 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:09,177 INFO  L225             Difference]: With dead ends: 314
[2024-12-02 06:40:09,177 INFO  L226             Difference]: Without dead ends: 313
[2024-12-02 06:40:09,177 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 9 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 8 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 1 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=30, Invalid=60, Unknown=0, NotChecked=0, Total=90
[2024-12-02 06:40:09,178 INFO  L435           NwaCegarLoop]: 155 mSDtfsCounter, 141 mSDsluCounter, 558 mSDsCounter, 0 mSdLazyCounter, 279 mSolverCounterSat, 5 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 142 SdHoareTripleChecker+Valid, 713 SdHoareTripleChecker+Invalid, 284 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 279 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:09,178 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [142 Valid, 713 Invalid, 284 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 279 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2024-12-02 06:40:09,179 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 313 states.
[2024-12-02 06:40:09,186 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 313 to 229.
[2024-12-02 06:40:09,186 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 229 states, 137 states have (on average 1.6277372262773722) internal successors, (223), 221 states have internal predecessors, (223), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:09,187 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 229 states to 229 states and 234 transitions.
[2024-12-02 06:40:09,188 INFO  L78                 Accepts]: Start accepts. Automaton has 229 states and 234 transitions. Word has length 40
[2024-12-02 06:40:09,188 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:09,188 INFO  L471      AbstractCegarLoop]: Abstraction has 229 states and 234 transitions.
[2024-12-02 06:40:09,188 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 7 states, 5 states have (on average 7.8) internal successors, (39), 6 states have internal predecessors, (39), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:09,188 INFO  L276                IsEmpty]: Start isEmpty. Operand 229 states and 234 transitions.
[2024-12-02 06:40:09,189 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 42
[2024-12-02 06:40:09,189 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:09,189 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:09,189 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable9
[2024-12-02 06:40:09,189 INFO  L396      AbstractCegarLoop]: === Iteration 11 === Targeting func_to_recursive_line_27_to_35_0Err33ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:09,190 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:09,190 INFO  L85        PathProgramCache]: Analyzing trace with hash -83735595, now seen corresponding path program 1 times
[2024-12-02 06:40:09,190 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:09,190 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1321530721]
[2024-12-02 06:40:09,190 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:09,190 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:09,211 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:09,411 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:09,411 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:09,412 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1321530721]
[2024-12-02 06:40:09,412 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1321530721] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:09,412 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:09,412 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2024-12-02 06:40:09,412 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [2020306678]
[2024-12-02 06:40:09,412 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:09,412 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2024-12-02 06:40:09,413 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:09,413 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2024-12-02 06:40:09,413 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2024-12-02 06:40:09,413 INFO  L87              Difference]: Start difference. First operand 229 states and 234 transitions. Second operand  has 6 states, 4 states have (on average 10.0) internal successors, (40), 5 states have internal predecessors, (40), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:09,852 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:09,852 INFO  L93              Difference]: Finished difference Result 313 states and 318 transitions.
[2024-12-02 06:40:09,853 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2024-12-02 06:40:09,853 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 10.0) internal successors, (40), 5 states have internal predecessors, (40), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 41
[2024-12-02 06:40:09,853 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:09,855 INFO  L225             Difference]: With dead ends: 313
[2024-12-02 06:40:09,855 INFO  L226             Difference]: Without dead ends: 312
[2024-12-02 06:40:09,855 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 7 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2024-12-02 06:40:09,856 INFO  L435           NwaCegarLoop]: 156 mSDtfsCounter, 135 mSDsluCounter, 550 mSDsCounter, 0 mSdLazyCounter, 242 mSolverCounterSat, 4 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 136 SdHoareTripleChecker+Valid, 706 SdHoareTripleChecker+Invalid, 246 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 4 IncrementalHoareTripleChecker+Valid, 242 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.4s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:09,856 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [136 Valid, 706 Invalid, 246 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [4 Valid, 242 Invalid, 0 Unknown, 0 Unchecked, 0.4s Time]
[2024-12-02 06:40:09,857 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 312 states.
[2024-12-02 06:40:09,867 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 312 to 229.
[2024-12-02 06:40:09,868 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 229 states, 137 states have (on average 1.6204379562043796) internal successors, (222), 221 states have internal predecessors, (222), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:09,869 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 229 states to 229 states and 233 transitions.
[2024-12-02 06:40:09,870 INFO  L78                 Accepts]: Start accepts. Automaton has 229 states and 233 transitions. Word has length 41
[2024-12-02 06:40:09,870 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:09,870 INFO  L471      AbstractCegarLoop]: Abstraction has 229 states and 233 transitions.
[2024-12-02 06:40:09,870 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 10.0) internal successors, (40), 5 states have internal predecessors, (40), 1 states have call successors, (1), 1 states have call predecessors, (1), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-12-02 06:40:09,870 INFO  L276                IsEmpty]: Start isEmpty. Operand 229 states and 233 transitions.
[2024-12-02 06:40:09,871 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 50
[2024-12-02 06:40:09,871 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:09,871 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:09,871 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable10
[2024-12-02 06:40:09,872 INFO  L396      AbstractCegarLoop]: === Iteration 12 === Targeting func_to_recursive_line_27_to_35_0Err34ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:09,872 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:09,872 INFO  L85        PathProgramCache]: Analyzing trace with hash 1969459027, now seen corresponding path program 1 times
[2024-12-02 06:40:09,872 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:09,872 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [476139832]
[2024-12-02 06:40:09,872 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:09,873 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:09,898 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:10,142 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:10,142 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:10,142 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [476139832]
[2024-12-02 06:40:10,142 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [476139832] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:10,142 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:10,142 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [6] imperfect sequences [] total 6
[2024-12-02 06:40:10,142 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1602794209]
[2024-12-02 06:40:10,143 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:10,143 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 7 states
[2024-12-02 06:40:10,143 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:10,144 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 7 interpolants.
[2024-12-02 06:40:10,144 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=12, Invalid=30, Unknown=0, NotChecked=0, Total=42
[2024-12-02 06:40:10,144 INFO  L87              Difference]: Start difference. First operand 229 states and 233 transitions. Second operand  has 7 states, 5 states have (on average 9.2) internal successors, (46), 6 states have internal predecessors, (46), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:10,243 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:10,243 INFO  L93              Difference]: Finished difference Result 312 states and 316 transitions.
[2024-12-02 06:40:10,243 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 7 states. 
[2024-12-02 06:40:10,244 INFO  L78                 Accepts]: Start accepts. Automaton has  has 7 states, 5 states have (on average 9.2) internal successors, (46), 6 states have internal predecessors, (46), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1) Word has length 49
[2024-12-02 06:40:10,244 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:10,245 INFO  L225             Difference]: With dead ends: 312
[2024-12-02 06:40:10,245 INFO  L226             Difference]: Without dead ends: 311
[2024-12-02 06:40:10,246 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 9 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 8 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 2 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=28, Invalid=62, Unknown=0, NotChecked=0, Total=90
[2024-12-02 06:40:10,246 INFO  L435           NwaCegarLoop]: 182 mSDtfsCounter, 125 mSDsluCounter, 752 mSDsCounter, 0 mSdLazyCounter, 56 mSolverCounterSat, 2 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.0s Time, 0 mProtectedPredicate, 0 mProtectedAction, 126 SdHoareTripleChecker+Valid, 934 SdHoareTripleChecker+Invalid, 58 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 2 IncrementalHoareTripleChecker+Valid, 56 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:10,247 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [126 Valid, 934 Invalid, 58 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [2 Valid, 56 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2024-12-02 06:40:10,248 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 311 states.
[2024-12-02 06:40:10,255 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 311 to 230.
[2024-12-02 06:40:10,255 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 230 states, 138 states have (on average 1.6159420289855073) internal successors, (223), 222 states have internal predecessors, (223), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:10,257 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 230 states to 230 states and 234 transitions.
[2024-12-02 06:40:10,257 INFO  L78                 Accepts]: Start accepts. Automaton has 230 states and 234 transitions. Word has length 49
[2024-12-02 06:40:10,257 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:10,257 INFO  L471      AbstractCegarLoop]: Abstraction has 230 states and 234 transitions.
[2024-12-02 06:40:10,257 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 7 states, 5 states have (on average 9.2) internal successors, (46), 6 states have internal predecessors, (46), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:10,257 INFO  L276                IsEmpty]: Start isEmpty. Operand 230 states and 234 transitions.
[2024-12-02 06:40:10,258 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 51
[2024-12-02 06:40:10,258 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:10,258 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:10,258 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable11
[2024-12-02 06:40:10,258 INFO  L396      AbstractCegarLoop]: === Iteration 13 === Targeting func_to_recursive_line_27_to_35_0Err35ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:10,259 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:10,259 INFO  L85        PathProgramCache]: Analyzing trace with hash 923687911, now seen corresponding path program 1 times
[2024-12-02 06:40:10,259 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:10,259 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1408446542]
[2024-12-02 06:40:10,259 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:10,259 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:10,281 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:10,546 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:10,546 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:10,546 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1408446542]
[2024-12-02 06:40:10,546 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1408446542] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:10,546 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:10,546 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [6] imperfect sequences [] total 6
[2024-12-02 06:40:10,546 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [425433743]
[2024-12-02 06:40:10,546 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:10,547 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 7 states
[2024-12-02 06:40:10,547 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:10,547 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 7 interpolants.
[2024-12-02 06:40:10,547 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=11, Invalid=31, Unknown=0, NotChecked=0, Total=42
[2024-12-02 06:40:10,547 INFO  L87              Difference]: Start difference. First operand 230 states and 234 transitions. Second operand  has 7 states, 6 states have (on average 7.833333333333333) internal successors, (47), 6 states have internal predecessors, (47), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:10,649 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:10,650 INFO  L93              Difference]: Finished difference Result 230 states and 234 transitions.
[2024-12-02 06:40:10,650 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 7 states. 
[2024-12-02 06:40:10,650 INFO  L78                 Accepts]: Start accepts. Automaton has  has 7 states, 6 states have (on average 7.833333333333333) internal successors, (47), 6 states have internal predecessors, (47), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1) Word has length 50
[2024-12-02 06:40:10,650 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:10,653 INFO  L225             Difference]: With dead ends: 230
[2024-12-02 06:40:10,653 INFO  L226             Difference]: Without dead ends: 229
[2024-12-02 06:40:10,654 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 9 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 8 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 1 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=27, Invalid=63, Unknown=0, NotChecked=0, Total=90
[2024-12-02 06:40:10,654 INFO  L435           NwaCegarLoop]: 179 mSDtfsCounter, 227 mSDsluCounter, 620 mSDsCounter, 0 mSdLazyCounter, 58 mSolverCounterSat, 4 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 229 SdHoareTripleChecker+Valid, 799 SdHoareTripleChecker+Invalid, 62 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 4 IncrementalHoareTripleChecker+Valid, 58 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:10,655 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [229 Valid, 799 Invalid, 62 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [4 Valid, 58 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2024-12-02 06:40:10,655 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 229 states.
[2024-12-02 06:40:10,664 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 229 to 229.
[2024-12-02 06:40:10,664 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 229 states, 138 states have (on average 1.608695652173913) internal successors, (222), 221 states have internal predecessors, (222), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:10,666 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 229 states to 229 states and 233 transitions.
[2024-12-02 06:40:10,666 INFO  L78                 Accepts]: Start accepts. Automaton has 229 states and 233 transitions. Word has length 50
[2024-12-02 06:40:10,666 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:10,666 INFO  L471      AbstractCegarLoop]: Abstraction has 229 states and 233 transitions.
[2024-12-02 06:40:10,666 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 7 states, 6 states have (on average 7.833333333333333) internal successors, (47), 6 states have internal predecessors, (47), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:10,666 INFO  L276                IsEmpty]: Start isEmpty. Operand 229 states and 233 transitions.
[2024-12-02 06:40:10,667 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 52
[2024-12-02 06:40:10,667 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:10,667 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:10,667 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable12
[2024-12-02 06:40:10,667 INFO  L396      AbstractCegarLoop]: === Iteration 14 === Targeting func_to_recursive_line_27_to_35_0Err36ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:10,668 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:10,668 INFO  L85        PathProgramCache]: Analyzing trace with hash -1430445611, now seen corresponding path program 1 times
[2024-12-02 06:40:10,668 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:10,668 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1069402146]
[2024-12-02 06:40:10,668 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:10,668 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:10,690 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:10,883 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:10,883 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:10,883 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1069402146]
[2024-12-02 06:40:10,883 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1069402146] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:10,883 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:10,883 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2024-12-02 06:40:10,883 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [599155573]
[2024-12-02 06:40:10,883 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:10,884 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2024-12-02 06:40:10,884 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:10,884 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2024-12-02 06:40:10,884 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2024-12-02 06:40:10,884 INFO  L87              Difference]: Start difference. First operand 229 states and 233 transitions. Second operand  has 6 states, 4 states have (on average 12.0) internal successors, (48), 5 states have internal predecessors, (48), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:11,065 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:11,065 INFO  L93              Difference]: Finished difference Result 309 states and 314 transitions.
[2024-12-02 06:40:11,066 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2024-12-02 06:40:11,066 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 12.0) internal successors, (48), 5 states have internal predecessors, (48), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1) Word has length 51
[2024-12-02 06:40:11,066 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:11,068 INFO  L225             Difference]: With dead ends: 309
[2024-12-02 06:40:11,068 INFO  L226             Difference]: Without dead ends: 307
[2024-12-02 06:40:11,068 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 7 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2024-12-02 06:40:11,069 INFO  L435           NwaCegarLoop]: 156 mSDtfsCounter, 121 mSDsluCounter, 601 mSDsCounter, 0 mSdLazyCounter, 186 mSolverCounterSat, 3 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 122 SdHoareTripleChecker+Valid, 757 SdHoareTripleChecker+Invalid, 189 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 3 IncrementalHoareTripleChecker+Valid, 186 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:11,069 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [122 Valid, 757 Invalid, 189 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [3 Valid, 186 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2024-12-02 06:40:11,070 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 307 states.
[2024-12-02 06:40:11,079 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 307 to 232.
[2024-12-02 06:40:11,080 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 232 states, 141 states have (on average 1.5957446808510638) internal successors, (225), 224 states have internal predecessors, (225), 5 states have call successors, (5), 3 states have call predecessors, (5), 3 states have return successors, (6), 5 states have call predecessors, (6), 5 states have call successors, (6)
[2024-12-02 06:40:11,081 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 232 states to 232 states and 236 transitions.
[2024-12-02 06:40:11,081 INFO  L78                 Accepts]: Start accepts. Automaton has 232 states and 236 transitions. Word has length 51
[2024-12-02 06:40:11,081 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:11,081 INFO  L471      AbstractCegarLoop]: Abstraction has 232 states and 236 transitions.
[2024-12-02 06:40:11,082 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 12.0) internal successors, (48), 5 states have internal predecessors, (48), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:11,082 INFO  L276                IsEmpty]: Start isEmpty. Operand 232 states and 236 transitions.
[2024-12-02 06:40:11,082 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 53
[2024-12-02 06:40:11,082 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:11,082 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:11,083 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable13
[2024-12-02 06:40:11,083 INFO  L396      AbstractCegarLoop]: === Iteration 15 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:11,083 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:11,083 INFO  L85        PathProgramCache]: Analyzing trace with hash -1394239704, now seen corresponding path program 1 times
[2024-12-02 06:40:11,083 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:11,083 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1561278120]
[2024-12-02 06:40:11,083 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:11,083 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:11,107 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:11,245 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:11,245 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:11,245 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1561278120]
[2024-12-02 06:40:11,245 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1561278120] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:11,246 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:11,246 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2024-12-02 06:40:11,246 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [923705797]
[2024-12-02 06:40:11,246 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:11,246 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 5 states
[2024-12-02 06:40:11,246 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:11,247 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 5 interpolants.
[2024-12-02 06:40:11,247 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=7, Invalid=13, Unknown=0, NotChecked=0, Total=20
[2024-12-02 06:40:11,247 INFO  L87              Difference]: Start difference. First operand 232 states and 236 transitions. Second operand  has 5 states, 4 states have (on average 12.0) internal successors, (48), 5 states have internal predecessors, (48), 2 states have call successors, (2), 2 states have call predecessors, (2), 2 states have return successors, (2), 2 states have call predecessors, (2), 2 states have call successors, (2)
[2024-12-02 06:40:11,498 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:11,498 INFO  L93              Difference]: Finished difference Result 309 states and 314 transitions.
[2024-12-02 06:40:11,498 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 5 states. 
[2024-12-02 06:40:11,498 INFO  L78                 Accepts]: Start accepts. Automaton has  has 5 states, 4 states have (on average 12.0) internal successors, (48), 5 states have internal predecessors, (48), 2 states have call successors, (2), 2 states have call predecessors, (2), 2 states have return successors, (2), 2 states have call predecessors, (2), 2 states have call successors, (2) Word has length 52
[2024-12-02 06:40:11,498 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:11,500 INFO  L225             Difference]: With dead ends: 309
[2024-12-02 06:40:11,500 INFO  L226             Difference]: Without dead ends: 299
[2024-12-02 06:40:11,500 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 6 GetRequests, 2 SyntacticMatches, 0 SemanticMatches, 4 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=11, Invalid=19, Unknown=0, NotChecked=0, Total=30
[2024-12-02 06:40:11,501 INFO  L435           NwaCegarLoop]: 134 mSDtfsCounter, 157 mSDsluCounter, 334 mSDsCounter, 0 mSdLazyCounter, 200 mSolverCounterSat, 15 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 157 SdHoareTripleChecker+Valid, 468 SdHoareTripleChecker+Invalid, 215 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 15 IncrementalHoareTripleChecker+Valid, 200 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.2s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:11,501 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [157 Valid, 468 Invalid, 215 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [15 Valid, 200 Invalid, 0 Unknown, 0 Unchecked, 0.2s Time]
[2024-12-02 06:40:11,502 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 299 states.
[2024-12-02 06:40:11,511 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 299 to 245.
[2024-12-02 06:40:11,511 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 245 states, 153 states have (on average 1.5490196078431373) internal successors, (237), 235 states have internal predecessors, (237), 5 states have call successors, (5), 3 states have call predecessors, (5), 4 states have return successors, (7), 6 states have call predecessors, (7), 5 states have call successors, (7)
[2024-12-02 06:40:11,512 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 245 states to 245 states and 249 transitions.
[2024-12-02 06:40:11,513 INFO  L78                 Accepts]: Start accepts. Automaton has 245 states and 249 transitions. Word has length 52
[2024-12-02 06:40:11,513 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:11,513 INFO  L471      AbstractCegarLoop]: Abstraction has 245 states and 249 transitions.
[2024-12-02 06:40:11,513 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 5 states, 4 states have (on average 12.0) internal successors, (48), 5 states have internal predecessors, (48), 2 states have call successors, (2), 2 states have call predecessors, (2), 2 states have return successors, (2), 2 states have call predecessors, (2), 2 states have call successors, (2)
[2024-12-02 06:40:11,513 INFO  L276                IsEmpty]: Start isEmpty. Operand 245 states and 249 transitions.
[2024-12-02 06:40:11,514 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 54
[2024-12-02 06:40:11,514 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:11,514 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:11,514 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable14
[2024-12-02 06:40:11,514 INFO  L396      AbstractCegarLoop]: === Iteration 16 === Targeting func_to_recursive_line_27_to_35_0Err38ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:11,515 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:11,515 INFO  L85        PathProgramCache]: Analyzing trace with hash -268690345, now seen corresponding path program 1 times
[2024-12-02 06:40:11,515 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:11,515 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [303936933]
[2024-12-02 06:40:11,515 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:11,515 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:11,545 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unknown
[2024-12-02 06:40:11,546 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [2091441044]
[2024-12-02 06:40:11,546 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:11,546 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-12-02 06:40:11,546 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3
[2024-12-02 06:40:11,548 INFO  L229       MonitoredProcess]: Starting monitored process 4 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-12-02 06:40:11,550 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (4)] Waiting until timeout for monitored process
[2024-12-02 06:40:11,663 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:11,665 INFO  L256         TraceCheckSpWp]: Trace formula consists of 223 conjuncts, 18 conjuncts are in the unsatisfiable core
[2024-12-02 06:40:11,668 INFO  L279         TraceCheckSpWp]: Computing forward predicates...
[2024-12-02 06:40:11,673 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 11 treesize of output 7
[2024-12-02 06:40:11,864 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:11,864 INFO  L308         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2024-12-02 06:40:11,864 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:11,865 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [303936933]
[2024-12-02 06:40:11,865 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2024-12-02 06:40:11,865 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [2091441044]
[2024-12-02 06:40:11,865 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [2091441044] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:11,865 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:11,865 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [7] imperfect sequences [] total 7
[2024-12-02 06:40:11,865 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1990290985]
[2024-12-02 06:40:11,865 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:11,865 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 8 states
[2024-12-02 06:40:11,865 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:11,866 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 8 interpolants.
[2024-12-02 06:40:11,866 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=18, Invalid=38, Unknown=0, NotChecked=0, Total=56
[2024-12-02 06:40:11,866 INFO  L87              Difference]: Start difference. First operand 245 states and 249 transitions. Second operand  has 8 states, 6 states have (on average 8.333333333333334) internal successors, (50), 7 states have internal predecessors, (50), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:12,219 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:12,219 INFO  L93              Difference]: Finished difference Result 316 states and 326 transitions.
[2024-12-02 06:40:12,219 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 8 states. 
[2024-12-02 06:40:12,220 INFO  L78                 Accepts]: Start accepts. Automaton has  has 8 states, 6 states have (on average 8.333333333333334) internal successors, (50), 7 states have internal predecessors, (50), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1) Word has length 53
[2024-12-02 06:40:12,220 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:12,221 INFO  L225             Difference]: With dead ends: 316
[2024-12-02 06:40:12,221 INFO  L226             Difference]: Without dead ends: 315
[2024-12-02 06:40:12,222 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 54 GetRequests, 45 SyntacticMatches, 1 SemanticMatches, 8 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 6 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=30, Invalid=60, Unknown=0, NotChecked=0, Total=90
[2024-12-02 06:40:12,222 INFO  L435           NwaCegarLoop]: 139 mSDtfsCounter, 183 mSDsluCounter, 586 mSDsCounter, 0 mSdLazyCounter, 276 mSolverCounterSat, 4 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 184 SdHoareTripleChecker+Valid, 725 SdHoareTripleChecker+Invalid, 280 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 4 IncrementalHoareTripleChecker+Valid, 276 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:12,223 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [184 Valid, 725 Invalid, 280 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [4 Valid, 276 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2024-12-02 06:40:12,223 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 315 states.
[2024-12-02 06:40:12,233 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 315 to 275.
[2024-12-02 06:40:12,233 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 275 states, 181 states have (on average 1.5966850828729282) internal successors, (289), 264 states have internal predecessors, (289), 6 states have call successors, (6), 4 states have call predecessors, (6), 5 states have return successors, (8), 6 states have call predecessors, (8), 6 states have call successors, (8)
[2024-12-02 06:40:12,235 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 275 states to 275 states and 303 transitions.
[2024-12-02 06:40:12,235 INFO  L78                 Accepts]: Start accepts. Automaton has 275 states and 303 transitions. Word has length 53
[2024-12-02 06:40:12,235 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:12,235 INFO  L471      AbstractCegarLoop]: Abstraction has 275 states and 303 transitions.
[2024-12-02 06:40:12,235 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 8 states, 6 states have (on average 8.333333333333334) internal successors, (50), 7 states have internal predecessors, (50), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:12,236 INFO  L276                IsEmpty]: Start isEmpty. Operand 275 states and 303 transitions.
[2024-12-02 06:40:12,236 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 55
[2024-12-02 06:40:12,236 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:12,236 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:12,246 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (4)] Ended with exit code 0
[2024-12-02 06:40:12,437 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 4 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable15
[2024-12-02 06:40:12,437 INFO  L396      AbstractCegarLoop]: === Iteration 17 === Targeting func_to_recursive_line_27_to_35_0Err39ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:12,437 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:12,437 INFO  L85        PathProgramCache]: Analyzing trace with hash 260534123, now seen corresponding path program 1 times
[2024-12-02 06:40:12,437 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:12,437 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [970954055]
[2024-12-02 06:40:12,437 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:12,438 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:12,469 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unknown
[2024-12-02 06:40:12,471 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1134759775]
[2024-12-02 06:40:12,471 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:12,471 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-12-02 06:40:12,471 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3
[2024-12-02 06:40:12,474 INFO  L229       MonitoredProcess]: Starting monitored process 5 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-12-02 06:40:12,475 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (5)] Waiting until timeout for monitored process
[2024-12-02 06:40:12,596 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:12,598 INFO  L256         TraceCheckSpWp]: Trace formula consists of 224 conjuncts, 20 conjuncts are in the unsatisfiable core
[2024-12-02 06:40:12,601 INFO  L279         TraceCheckSpWp]: Computing forward predicates...
[2024-12-02 06:40:12,605 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 11 treesize of output 7
[2024-12-02 06:40:12,789 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:12,789 INFO  L308         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2024-12-02 06:40:12,789 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:12,789 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [970954055]
[2024-12-02 06:40:12,789 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2024-12-02 06:40:12,789 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1134759775]
[2024-12-02 06:40:12,790 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1134759775] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:12,790 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:12,790 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [7] imperfect sequences [] total 7
[2024-12-02 06:40:12,790 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [884780964]
[2024-12-02 06:40:12,790 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:12,790 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 8 states
[2024-12-02 06:40:12,791 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:12,791 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 8 interpolants.
[2024-12-02 06:40:12,791 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=18, Invalid=38, Unknown=0, NotChecked=0, Total=56
[2024-12-02 06:40:12,791 INFO  L87              Difference]: Start difference. First operand 275 states and 303 transitions. Second operand  has 8 states, 6 states have (on average 8.5) internal successors, (51), 7 states have internal predecessors, (51), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:13,105 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:13,105 INFO  L93              Difference]: Finished difference Result 316 states and 325 transitions.
[2024-12-02 06:40:13,105 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 8 states. 
[2024-12-02 06:40:13,105 INFO  L78                 Accepts]: Start accepts. Automaton has  has 8 states, 6 states have (on average 8.5) internal successors, (51), 7 states have internal predecessors, (51), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1) Word has length 54
[2024-12-02 06:40:13,106 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:13,107 INFO  L225             Difference]: With dead ends: 316
[2024-12-02 06:40:13,107 INFO  L226             Difference]: Without dead ends: 315
[2024-12-02 06:40:13,107 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 55 GetRequests, 46 SyntacticMatches, 1 SemanticMatches, 8 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 6 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=30, Invalid=60, Unknown=0, NotChecked=0, Total=90
[2024-12-02 06:40:13,107 INFO  L435           NwaCegarLoop]: 140 mSDtfsCounter, 182 mSDsluCounter, 534 mSDsCounter, 0 mSdLazyCounter, 251 mSolverCounterSat, 4 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 183 SdHoareTripleChecker+Valid, 674 SdHoareTripleChecker+Invalid, 255 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 4 IncrementalHoareTripleChecker+Valid, 251 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:13,108 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [183 Valid, 674 Invalid, 255 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [4 Valid, 251 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2024-12-02 06:40:13,108 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 315 states.
[2024-12-02 06:40:13,116 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 315 to 276.
[2024-12-02 06:40:13,116 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 276 states, 182 states have (on average 1.5934065934065933) internal successors, (290), 265 states have internal predecessors, (290), 6 states have call successors, (6), 4 states have call predecessors, (6), 5 states have return successors, (8), 6 states have call predecessors, (8), 6 states have call successors, (8)
[2024-12-02 06:40:13,117 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 276 states to 276 states and 304 transitions.
[2024-12-02 06:40:13,117 INFO  L78                 Accepts]: Start accepts. Automaton has 276 states and 304 transitions. Word has length 54
[2024-12-02 06:40:13,117 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:13,118 INFO  L471      AbstractCegarLoop]: Abstraction has 276 states and 304 transitions.
[2024-12-02 06:40:13,118 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 8 states, 6 states have (on average 8.5) internal successors, (51), 7 states have internal predecessors, (51), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:13,118 INFO  L276                IsEmpty]: Start isEmpty. Operand 276 states and 304 transitions.
[2024-12-02 06:40:13,118 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 56
[2024-12-02 06:40:13,118 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:13,118 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:13,130 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (5)] Ended with exit code 0
[2024-12-02 06:40:13,319 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 5 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable16
[2024-12-02 06:40:13,319 INFO  L396      AbstractCegarLoop]: === Iteration 18 === Targeting func_to_recursive_line_27_to_35_0Err40ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:13,319 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:13,320 INFO  L85        PathProgramCache]: Analyzing trace with hash -513376551, now seen corresponding path program 1 times
[2024-12-02 06:40:13,320 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:13,320 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1182915937]
[2024-12-02 06:40:13,320 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:13,320 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:13,350 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unknown
[2024-12-02 06:40:13,351 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [999014426]
[2024-12-02 06:40:13,351 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:13,351 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-12-02 06:40:13,351 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3
[2024-12-02 06:40:13,353 INFO  L229       MonitoredProcess]: Starting monitored process 6 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-12-02 06:40:13,355 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (6)] Waiting until timeout for monitored process
[2024-12-02 06:40:13,472 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:13,474 INFO  L256         TraceCheckSpWp]: Trace formula consists of 227 conjuncts, 20 conjuncts are in the unsatisfiable core
[2024-12-02 06:40:13,477 INFO  L279         TraceCheckSpWp]: Computing forward predicates...
[2024-12-02 06:40:13,481 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 11 treesize of output 7
[2024-12-02 06:40:13,645 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 23 treesize of output 3
[2024-12-02 06:40:13,672 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 29 treesize of output 13
[2024-12-02 06:40:13,691 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:13,691 INFO  L308         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2024-12-02 06:40:13,691 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:13,691 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1182915937]
[2024-12-02 06:40:13,691 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2024-12-02 06:40:13,691 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [999014426]
[2024-12-02 06:40:13,691 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [999014426] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:13,691 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:13,691 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [8] imperfect sequences [] total 8
[2024-12-02 06:40:13,691 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [285609104]
[2024-12-02 06:40:13,692 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:13,692 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 9 states
[2024-12-02 06:40:13,692 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:13,692 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 9 interpolants.
[2024-12-02 06:40:13,692 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=20, Invalid=52, Unknown=0, NotChecked=0, Total=72
[2024-12-02 06:40:13,693 INFO  L87              Difference]: Start difference. First operand 276 states and 304 transitions. Second operand  has 9 states, 7 states have (on average 7.428571428571429) internal successors, (52), 8 states have internal predecessors, (52), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:14,080 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:14,080 INFO  L93              Difference]: Finished difference Result 316 states and 324 transitions.
[2024-12-02 06:40:14,080 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 9 states. 
[2024-12-02 06:40:14,080 INFO  L78                 Accepts]: Start accepts. Automaton has  has 9 states, 7 states have (on average 7.428571428571429) internal successors, (52), 8 states have internal predecessors, (52), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1) Word has length 55
[2024-12-02 06:40:14,080 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:14,082 INFO  L225             Difference]: With dead ends: 316
[2024-12-02 06:40:14,082 INFO  L226             Difference]: Without dead ends: 315
[2024-12-02 06:40:14,082 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 57 GetRequests, 46 SyntacticMatches, 1 SemanticMatches, 10 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 11 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=36, Invalid=96, Unknown=0, NotChecked=0, Total=132
[2024-12-02 06:40:14,083 INFO  L435           NwaCegarLoop]: 141 mSDtfsCounter, 189 mSDsluCounter, 586 mSDsCounter, 0 mSdLazyCounter, 274 mSolverCounterSat, 4 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 190 SdHoareTripleChecker+Valid, 727 SdHoareTripleChecker+Invalid, 278 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 4 IncrementalHoareTripleChecker+Valid, 274 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:14,083 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [190 Valid, 727 Invalid, 278 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [4 Valid, 274 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2024-12-02 06:40:14,084 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 315 states.
[2024-12-02 06:40:14,093 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 315 to 277.
[2024-12-02 06:40:14,094 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 277 states, 183 states have (on average 1.5901639344262295) internal successors, (291), 266 states have internal predecessors, (291), 6 states have call successors, (6), 4 states have call predecessors, (6), 5 states have return successors, (8), 6 states have call predecessors, (8), 6 states have call successors, (8)
[2024-12-02 06:40:14,095 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 277 states to 277 states and 305 transitions.
[2024-12-02 06:40:14,095 INFO  L78                 Accepts]: Start accepts. Automaton has 277 states and 305 transitions. Word has length 55
[2024-12-02 06:40:14,096 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:14,096 INFO  L471      AbstractCegarLoop]: Abstraction has 277 states and 305 transitions.
[2024-12-02 06:40:14,096 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 9 states, 7 states have (on average 7.428571428571429) internal successors, (52), 8 states have internal predecessors, (52), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:14,096 INFO  L276                IsEmpty]: Start isEmpty. Operand 277 states and 305 transitions.
[2024-12-02 06:40:14,096 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 57
[2024-12-02 06:40:14,096 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:14,096 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:14,107 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (6)] Ended with exit code 0
[2024-12-02 06:40:14,297 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 6 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable17
[2024-12-02 06:40:14,297 INFO  L396      AbstractCegarLoop]: === Iteration 19 === Targeting func_to_recursive_line_27_to_35_0Err41ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:14,297 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:14,297 INFO  L85        PathProgramCache]: Analyzing trace with hash 1265196333, now seen corresponding path program 1 times
[2024-12-02 06:40:14,297 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:14,297 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1812873877]
[2024-12-02 06:40:14,298 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:14,298 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:14,325 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unknown
[2024-12-02 06:40:14,326 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1158085089]
[2024-12-02 06:40:14,326 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:14,327 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-12-02 06:40:14,327 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3
[2024-12-02 06:40:14,329 INFO  L229       MonitoredProcess]: Starting monitored process 7 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-12-02 06:40:14,331 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (7)] Waiting until timeout for monitored process
[2024-12-02 06:40:14,454 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:14,455 INFO  L256         TraceCheckSpWp]: Trace formula consists of 228 conjuncts, 22 conjuncts are in the unsatisfiable core
[2024-12-02 06:40:14,458 INFO  L279         TraceCheckSpWp]: Computing forward predicates...
[2024-12-02 06:40:14,462 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 11 treesize of output 7
[2024-12-02 06:40:14,604 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 19 treesize of output 11
[2024-12-02 06:40:14,656 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:14,656 INFO  L308         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2024-12-02 06:40:14,656 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:14,656 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1812873877]
[2024-12-02 06:40:14,656 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2024-12-02 06:40:14,656 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1158085089]
[2024-12-02 06:40:14,656 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1158085089] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:14,656 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:14,656 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [8] imperfect sequences [] total 8
[2024-12-02 06:40:14,656 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1210132440]
[2024-12-02 06:40:14,656 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:14,657 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 9 states
[2024-12-02 06:40:14,657 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:14,657 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 9 interpolants.
[2024-12-02 06:40:14,657 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=20, Invalid=52, Unknown=0, NotChecked=0, Total=72
[2024-12-02 06:40:14,657 INFO  L87              Difference]: Start difference. First operand 277 states and 305 transitions. Second operand  has 9 states, 7 states have (on average 7.571428571428571) internal successors, (53), 8 states have internal predecessors, (53), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:14,971 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:14,971 INFO  L93              Difference]: Finished difference Result 316 states and 323 transitions.
[2024-12-02 06:40:14,971 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 9 states. 
[2024-12-02 06:40:14,971 INFO  L78                 Accepts]: Start accepts. Automaton has  has 9 states, 7 states have (on average 7.571428571428571) internal successors, (53), 8 states have internal predecessors, (53), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1) Word has length 56
[2024-12-02 06:40:14,972 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:14,973 INFO  L225             Difference]: With dead ends: 316
[2024-12-02 06:40:14,973 INFO  L226             Difference]: Without dead ends: 315
[2024-12-02 06:40:14,973 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 58 GetRequests, 47 SyntacticMatches, 1 SemanticMatches, 10 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 11 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=36, Invalid=96, Unknown=0, NotChecked=0, Total=132
[2024-12-02 06:40:14,974 INFO  L435           NwaCegarLoop]: 142 mSDtfsCounter, 186 mSDsluCounter, 781 mSDsCounter, 0 mSdLazyCounter, 338 mSolverCounterSat, 4 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 187 SdHoareTripleChecker+Valid, 923 SdHoareTripleChecker+Invalid, 342 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 4 IncrementalHoareTripleChecker+Valid, 338 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:14,974 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [187 Valid, 923 Invalid, 342 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [4 Valid, 338 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2024-12-02 06:40:14,975 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 315 states.
[2024-12-02 06:40:14,983 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 315 to 278.
[2024-12-02 06:40:14,984 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 278 states, 184 states have (on average 1.5869565217391304) internal successors, (292), 267 states have internal predecessors, (292), 6 states have call successors, (6), 4 states have call predecessors, (6), 5 states have return successors, (8), 6 states have call predecessors, (8), 6 states have call successors, (8)
[2024-12-02 06:40:14,985 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 278 states to 278 states and 306 transitions.
[2024-12-02 06:40:14,986 INFO  L78                 Accepts]: Start accepts. Automaton has 278 states and 306 transitions. Word has length 56
[2024-12-02 06:40:14,986 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:14,986 INFO  L471      AbstractCegarLoop]: Abstraction has 278 states and 306 transitions.
[2024-12-02 06:40:14,986 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 9 states, 7 states have (on average 7.571428571428571) internal successors, (53), 8 states have internal predecessors, (53), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:14,986 INFO  L276                IsEmpty]: Start isEmpty. Operand 278 states and 306 transitions.
[2024-12-02 06:40:14,987 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 58
[2024-12-02 06:40:14,987 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:14,987 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:14,998 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (7)] Forceful destruction successful, exit code 0
[2024-12-02 06:40:15,188 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable18,7 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-12-02 06:40:15,188 INFO  L396      AbstractCegarLoop]: === Iteration 20 === Targeting func_to_recursive_line_27_to_35_0Err42ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:15,188 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:15,188 INFO  L85        PathProgramCache]: Analyzing trace with hash 566380891, now seen corresponding path program 1 times
[2024-12-02 06:40:15,188 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:15,189 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [855777488]
[2024-12-02 06:40:15,189 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:15,189 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:15,217 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unknown
[2024-12-02 06:40:15,218 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [2096798768]
[2024-12-02 06:40:15,218 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:15,218 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-12-02 06:40:15,219 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3
[2024-12-02 06:40:15,221 INFO  L229       MonitoredProcess]: Starting monitored process 8 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-12-02 06:40:15,222 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (8)] Waiting until timeout for monitored process
[2024-12-02 06:40:15,344 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:15,345 INFO  L256         TraceCheckSpWp]: Trace formula consists of 231 conjuncts, 21 conjuncts are in the unsatisfiable core
[2024-12-02 06:40:15,348 INFO  L279         TraceCheckSpWp]: Computing forward predicates...
[2024-12-02 06:40:15,352 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 11 treesize of output 7
[2024-12-02 06:40:15,491 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 23 treesize of output 3
[2024-12-02 06:40:15,559 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 36 treesize of output 16
[2024-12-02 06:40:15,584 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:15,584 INFO  L308         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2024-12-02 06:40:15,585 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:15,585 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [855777488]
[2024-12-02 06:40:15,585 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2024-12-02 06:40:15,585 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [2096798768]
[2024-12-02 06:40:15,585 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [2096798768] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:15,585 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:15,585 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [9] imperfect sequences [] total 9
[2024-12-02 06:40:15,585 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [39575694]
[2024-12-02 06:40:15,585 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:15,586 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 10 states
[2024-12-02 06:40:15,586 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:15,586 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 10 interpolants.
[2024-12-02 06:40:15,586 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=23, Invalid=67, Unknown=0, NotChecked=0, Total=90
[2024-12-02 06:40:15,587 INFO  L87              Difference]: Start difference. First operand 278 states and 306 transitions. Second operand  has 10 states, 8 states have (on average 6.75) internal successors, (54), 9 states have internal predecessors, (54), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:15,955 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:15,955 INFO  L93              Difference]: Finished difference Result 316 states and 322 transitions.
[2024-12-02 06:40:15,955 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 10 states. 
[2024-12-02 06:40:15,956 INFO  L78                 Accepts]: Start accepts. Automaton has  has 10 states, 8 states have (on average 6.75) internal successors, (54), 9 states have internal predecessors, (54), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1) Word has length 57
[2024-12-02 06:40:15,956 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:15,957 INFO  L225             Difference]: With dead ends: 316
[2024-12-02 06:40:15,957 INFO  L226             Difference]: Without dead ends: 315
[2024-12-02 06:40:15,958 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 59 GetRequests, 47 SyntacticMatches, 1 SemanticMatches, 11 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 16 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=40, Invalid=116, Unknown=0, NotChecked=0, Total=156
[2024-12-02 06:40:15,958 INFO  L435           NwaCegarLoop]: 143 mSDtfsCounter, 123 mSDsluCounter, 780 mSDsCounter, 0 mSdLazyCounter, 327 mSolverCounterSat, 3 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 124 SdHoareTripleChecker+Valid, 923 SdHoareTripleChecker+Invalid, 330 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 3 IncrementalHoareTripleChecker+Valid, 327 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:15,958 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [124 Valid, 923 Invalid, 330 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [3 Valid, 327 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2024-12-02 06:40:15,959 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 315 states.
[2024-12-02 06:40:15,968 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 315 to 279.
[2024-12-02 06:40:15,969 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 279 states, 185 states have (on average 1.5837837837837838) internal successors, (293), 268 states have internal predecessors, (293), 6 states have call successors, (6), 4 states have call predecessors, (6), 5 states have return successors, (8), 6 states have call predecessors, (8), 6 states have call successors, (8)
[2024-12-02 06:40:15,970 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 279 states to 279 states and 307 transitions.
[2024-12-02 06:40:15,971 INFO  L78                 Accepts]: Start accepts. Automaton has 279 states and 307 transitions. Word has length 57
[2024-12-02 06:40:15,971 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:15,971 INFO  L471      AbstractCegarLoop]: Abstraction has 279 states and 307 transitions.
[2024-12-02 06:40:15,971 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 10 states, 8 states have (on average 6.75) internal successors, (54), 9 states have internal predecessors, (54), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:15,971 INFO  L276                IsEmpty]: Start isEmpty. Operand 279 states and 307 transitions.
[2024-12-02 06:40:15,972 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 59
[2024-12-02 06:40:15,972 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:15,972 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:15,983 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (8)] Forceful destruction successful, exit code 0
[2024-12-02 06:40:16,172 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 8 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable19
[2024-12-02 06:40:16,172 INFO  L396      AbstractCegarLoop]: === Iteration 21 === Targeting func_to_recursive_line_27_to_35_0Err43ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:16,173 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:16,173 INFO  L85        PathProgramCache]: Analyzing trace with hash 377938671, now seen corresponding path program 1 times
[2024-12-02 06:40:16,173 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:16,173 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1035329391]
[2024-12-02 06:40:16,173 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:16,173 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:16,202 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unknown
[2024-12-02 06:40:16,203 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1486281868]
[2024-12-02 06:40:16,203 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:16,203 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-12-02 06:40:16,204 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3
[2024-12-02 06:40:16,206 INFO  L229       MonitoredProcess]: Starting monitored process 9 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-12-02 06:40:16,207 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (9)] Waiting until timeout for monitored process
[2024-12-02 06:40:16,342 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-12-02 06:40:16,344 INFO  L256         TraceCheckSpWp]: Trace formula consists of 232 conjuncts, 24 conjuncts are in the unsatisfiable core
[2024-12-02 06:40:16,347 INFO  L279         TraceCheckSpWp]: Computing forward predicates...
[2024-12-02 06:40:16,352 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 11 treesize of output 7
[2024-12-02 06:40:16,495 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 1 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 19 treesize of output 11
[2024-12-02 06:40:16,585 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-12-02 06:40:16,586 INFO  L308         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2024-12-02 06:40:16,586 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-12-02 06:40:16,586 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1035329391]
[2024-12-02 06:40:16,586 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2024-12-02 06:40:16,586 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1486281868]
[2024-12-02 06:40:16,586 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1486281868] provided 1 perfect and 0 imperfect interpolant sequences
[2024-12-02 06:40:16,586 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-12-02 06:40:16,586 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [9] imperfect sequences [] total 9
[2024-12-02 06:40:16,586 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [419690264]
[2024-12-02 06:40:16,586 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-12-02 06:40:16,587 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 10 states
[2024-12-02 06:40:16,587 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-12-02 06:40:16,587 INFO  L144   InterpolantAutomaton]: Constructing interpolant automaton starting with 10 interpolants.
[2024-12-02 06:40:16,587 INFO  L146   InterpolantAutomaton]: CoverageRelationStatistics Valid=23, Invalid=67, Unknown=0, NotChecked=0, Total=90
[2024-12-02 06:40:16,587 INFO  L87              Difference]: Start difference. First operand 279 states and 307 transitions. Second operand  has 10 states, 8 states have (on average 6.875) internal successors, (55), 9 states have internal predecessors, (55), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:16,869 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-12-02 06:40:16,869 INFO  L93              Difference]: Finished difference Result 316 states and 321 transitions.
[2024-12-02 06:40:16,869 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 10 states. 
[2024-12-02 06:40:16,870 INFO  L78                 Accepts]: Start accepts. Automaton has  has 10 states, 8 states have (on average 6.875) internal successors, (55), 9 states have internal predecessors, (55), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1) Word has length 58
[2024-12-02 06:40:16,870 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-12-02 06:40:16,871 INFO  L225             Difference]: With dead ends: 316
[2024-12-02 06:40:16,871 INFO  L226             Difference]: Without dead ends: 315
[2024-12-02 06:40:16,871 INFO  L434           NwaCegarLoop]: 0 DeclaredPredicates, 60 GetRequests, 48 SyntacticMatches, 1 SemanticMatches, 11 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 16 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=40, Invalid=116, Unknown=0, NotChecked=0, Total=156
[2024-12-02 06:40:16,872 INFO  L435           NwaCegarLoop]: 144 mSDtfsCounter, 186 mSDsluCounter, 762 mSDsCounter, 0 mSdLazyCounter, 323 mSolverCounterSat, 4 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 187 SdHoareTripleChecker+Valid, 906 SdHoareTripleChecker+Invalid, 327 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 4 IncrementalHoareTripleChecker+Valid, 323 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.2s IncrementalHoareTripleChecker+Time
[2024-12-02 06:40:16,872 INFO  L436           NwaCegarLoop]: SdHoareTripleChecker [187 Valid, 906 Invalid, 327 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [4 Valid, 323 Invalid, 0 Unknown, 0 Unchecked, 0.2s Time]
[2024-12-02 06:40:16,873 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 315 states.
[2024-12-02 06:40:16,878 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 315 to 280.
[2024-12-02 06:40:16,878 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 280 states, 186 states have (on average 1.5806451612903225) internal successors, (294), 269 states have internal predecessors, (294), 6 states have call successors, (6), 4 states have call predecessors, (6), 5 states have return successors, (8), 6 states have call predecessors, (8), 6 states have call successors, (8)
[2024-12-02 06:40:16,879 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 280 states to 280 states and 308 transitions.
[2024-12-02 06:40:16,879 INFO  L78                 Accepts]: Start accepts. Automaton has 280 states and 308 transitions. Word has length 58
[2024-12-02 06:40:16,879 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-12-02 06:40:16,879 INFO  L471      AbstractCegarLoop]: Abstraction has 280 states and 308 transitions.
[2024-12-02 06:40:16,879 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 10 states, 8 states have (on average 6.875) internal successors, (55), 9 states have internal predecessors, (55), 2 states have call successors, (2), 2 states have call predecessors, (2), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2024-12-02 06:40:16,880 INFO  L276                IsEmpty]: Start isEmpty. Operand 280 states and 308 transitions.
[2024-12-02 06:40:16,880 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 60
[2024-12-02 06:40:16,880 INFO  L210           NwaCegarLoop]: Found error trace
[2024-12-02 06:40:16,880 INFO  L218           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2024-12-02 06:40:16,888 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true (9)] Ended with exit code 0
[2024-12-02 06:40:17,081 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 9 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_733b92a8-8a5b-469e-8825-fddd8bf3f550/bin/uautomizer-verify-84ZbGMXZE1/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable20
[2024-12-02 06:40:17,081 INFO  L396      AbstractCegarLoop]: === Iteration 22 === Targeting func_to_recursive_line_27_to_35_0Err44ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 81 more)] ===
[2024-12-02 06:40:17,081 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-12-02 06:40:17,081 INFO  L85        PathProgramCache]: Analyzing trace with hash -1168802851, now seen corresponding path program 1 times
[2024-12-02 06:40:17,081 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-12-02 06:40:17,082 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [767402492]
[2024-12-02 06:40:17,082 INFO  L97    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-12-02 06:40:17,082 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-12-02 06:40:17,097 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat