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


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


Checking for overflows
Using default analysis
Version 0e0057cc
Calling Ultimate with: /usr/lib/jvm/java-1.11.0-openjdk-amd64/bin/java -Dosgi.configuration.area=/tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/data/config -Xmx15G -Xms4m -jar /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar -data @noDefault -ultimatedata /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/data -tc /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/config/AutomizerReach.xml -i ../../sv-benchmarks/c/recursified_nla-digbench/recursified_ps3-ll.c -s /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/config/svcomp-Overflow-32bit-Automizer_Default.epf --cacsl2boogietranslator.entry.function main --witnessprinter.witness.directory /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme --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 e4b995352c2aa614292d7ca8e2ab060aead2140bac61fbd718d54a02f08e13c4
--- Real Ultimate output ---
This is Ultimate 0.2.4-dev-0e0057c
[2023-11-26 11:43:43,514 INFO  L188        SettingsManager]: Resetting all preferences to default values...
[2023-11-26 11:43:43,641 INFO  L114        SettingsManager]: Loading settings from /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/config/svcomp-Overflow-32bit-Automizer_Default.epf
[2023-11-26 11:43:43,651 WARN  L101        SettingsManager]: Preference file contains the following unknown settings:
[2023-11-26 11:43:43,652 WARN  L103        SettingsManager]:   * de.uni_freiburg.informatik.ultimate.core.Log level for class
[2023-11-26 11:43:43,690 INFO  L130        SettingsManager]: Preferences different from defaults after loading the file:
[2023-11-26 11:43:43,691 INFO  L151        SettingsManager]: Preferences of UltimateCore differ from their defaults:
[2023-11-26 11:43:43,692 INFO  L153        SettingsManager]:  * Log level for class=de.uni_freiburg.informatik.ultimate.lib.smtlibutils.quantifier.QuantifierPusher=ERROR;
[2023-11-26 11:43:43,693 INFO  L151        SettingsManager]: Preferences of Boogie Preprocessor differ from their defaults:
[2023-11-26 11:43:43,696 INFO  L153        SettingsManager]:  * Use memory slicer=true
[2023-11-26 11:43:43,697 INFO  L151        SettingsManager]: Preferences of Boogie Procedure Inliner differ from their defaults:
[2023-11-26 11:43:43,698 INFO  L153        SettingsManager]:  * Ignore calls to procedures called more than once=ONLY_FOR_SEQUENTIAL_PROGRAMS
[2023-11-26 11:43:43,699 INFO  L151        SettingsManager]: Preferences of BlockEncodingV2 differ from their defaults:
[2023-11-26 11:43:43,699 INFO  L153        SettingsManager]:  * Create parallel compositions if possible=false
[2023-11-26 11:43:43,700 INFO  L153        SettingsManager]:  * Use SBE=true
[2023-11-26 11:43:43,700 INFO  L151        SettingsManager]: Preferences of CACSL2BoogieTranslator differ from their defaults:
[2023-11-26 11:43:43,701 INFO  L153        SettingsManager]:  * Pointer base address is valid at dereference=IGNORE
[2023-11-26 11:43:43,702 INFO  L153        SettingsManager]:  * sizeof long=4
[2023-11-26 11:43:43,702 INFO  L153        SettingsManager]:  * Overapproximate operations on floating types=true
[2023-11-26 11:43:43,703 INFO  L153        SettingsManager]:  * sizeof POINTER=4
[2023-11-26 11:43:43,703 INFO  L153        SettingsManager]:  * Check division by zero=IGNORE
[2023-11-26 11:43:43,704 INFO  L153        SettingsManager]:  * Pointer to allocated memory at dereference=IGNORE
[2023-11-26 11:43:43,704 INFO  L153        SettingsManager]:  * If two pointers are subtracted or compared they have the same base address=IGNORE
[2023-11-26 11:43:43,705 INFO  L153        SettingsManager]:  * Check array bounds for arrays that are off heap=IGNORE
[2023-11-26 11:43:43,705 INFO  L153        SettingsManager]:  * Check absence of signed integer overflows=true
[2023-11-26 11:43:43,706 INFO  L153        SettingsManager]:  * Check unreachability of reach_error function=false
[2023-11-26 11:43:43,706 INFO  L153        SettingsManager]:  * sizeof long double=12
[2023-11-26 11:43:43,707 INFO  L153        SettingsManager]:  * Check if freed pointer was valid=false
[2023-11-26 11:43:43,707 INFO  L153        SettingsManager]:  * Use constant arrays=true
[2023-11-26 11:43:43,708 INFO  L151        SettingsManager]: Preferences of RCFGBuilder differ from their defaults:
[2023-11-26 11:43:43,710 INFO  L153        SettingsManager]:  * Size of a code block=SequenceOfStatements
[2023-11-26 11:43:43,710 INFO  L153        SettingsManager]:  * Only consider context switches at boundaries of atomic blocks=true
[2023-11-26 11:43:43,710 INFO  L153        SettingsManager]:  * SMT solver=External_DefaultMode
[2023-11-26 11:43:43,711 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000
[2023-11-26 11:43:43,712 INFO  L151        SettingsManager]: Preferences of TraceAbstraction differ from their defaults:
[2023-11-26 11:43:43,712 INFO  L153        SettingsManager]:  * Compute Interpolants along a Counterexample=FPandBP
[2023-11-26 11:43:43,713 INFO  L153        SettingsManager]:  * Positions where we compute the Hoare Annotation=LoopHeads
[2023-11-26 11:43:43,713 INFO  L153        SettingsManager]:  * Trace refinement strategy=CAMEL
[2023-11-26 11:43:43,714 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in
[2023-11-26 11:43:43,714 INFO  L153        SettingsManager]:  * Apply one-shot large block encoding in concurrent analysis=false
[2023-11-26 11:43:43,714 INFO  L153        SettingsManager]:  * Automaton type used in concurrency analysis=PETRI_NET
[2023-11-26 11:43:43,715 INFO  L153        SettingsManager]:  * Compute Hoare Annotation of negated interpolant automaton, abstraction and CFG=true
[2023-11-26 11:43:43,715 INFO  L153        SettingsManager]:  * Order on configurations for Petri net unfoldings=DBO
[2023-11-26 11:43:43,715 INFO  L153        SettingsManager]:  * SMT solver=External_ModelsAndUnsatCoreMode
[2023-11-26 11:43:43,716 INFO  L153        SettingsManager]:  * Looper check in Petri net analysis=SEMANTIC
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (file:/tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/plugins/com.sun.xml.bind_2.2.0.v201505121915.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Applying setting for plugin de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator: Entry function -> main
Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Witness directory -> /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme
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 -> e4b995352c2aa614292d7ca8e2ab060aead2140bac61fbd718d54a02f08e13c4
[2023-11-26 11:43:44,013 INFO  L75    nceAwareModelManager]: Repository-Root is: /tmp
[2023-11-26 11:43:44,035 INFO  L261   ainManager$Toolchain]: [Toolchain 1]: Applicable parser(s) successfully (re)initialized
[2023-11-26 11:43:44,038 INFO  L217   ainManager$Toolchain]: [Toolchain 1]: Toolchain selected.
[2023-11-26 11:43:44,039 INFO  L270        PluginConnector]: Initializing CDTParser...
[2023-11-26 11:43:44,040 INFO  L274        PluginConnector]: CDTParser initialized
[2023-11-26 11:43:44,041 INFO  L431   ainManager$Toolchain]: [Toolchain 1]: Parsing single file: /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/../../sv-benchmarks/c/recursified_nla-digbench/recursified_ps3-ll.c
[2023-11-26 11:43:47,213 INFO  L533              CDTParser]: Created temporary CDT project at NULL
[2023-11-26 11:43:47,508 INFO  L384              CDTParser]: Found 1 translation units.
[2023-11-26 11:43:47,509 INFO  L180              CDTParser]: Scanning /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/sv-benchmarks/c/recursified_nla-digbench/recursified_ps3-ll.c
[2023-11-26 11:43:47,517 INFO  L427              CDTParser]: About to delete temporary CDT project at /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/data/fb2465b99/889c6bcc943945f1b700cf389f4a5911/FLAGf1e03efa2
[2023-11-26 11:43:47,532 INFO  L435              CDTParser]: Successfully deleted /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/data/fb2465b99/889c6bcc943945f1b700cf389f4a5911
[2023-11-26 11:43:47,534 INFO  L299   ainManager$Toolchain]: ####################### [Toolchain 1] #######################
[2023-11-26 11:43:47,536 INFO  L133        ToolchainWalker]: Walking toolchain with 6 elements.
[2023-11-26 11:43:47,538 INFO  L112        PluginConnector]: ------------------------CACSL2BoogieTranslator----------------------------
[2023-11-26 11:43:47,538 INFO  L270        PluginConnector]: Initializing CACSL2BoogieTranslator...
[2023-11-26 11:43:47,543 INFO  L274        PluginConnector]: CACSL2BoogieTranslator initialized
[2023-11-26 11:43:47,544 INFO  L184        PluginConnector]: Executing the observer ACSLObjectContainerObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,545 INFO  L204        PluginConnector]: Invalid model from CACSL2BoogieTranslator for observer de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator.ACSLObjectContainerObserver@570e5cde and model type de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47, skipping insertion in model container
[2023-11-26 11:43:47,546 INFO  L184        PluginConnector]: Executing the observer CACSL2BoogieTranslatorObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,569 INFO  L177         MainTranslator]: Built tables and reachable declarations
[2023-11-26 11:43:47,752 INFO  L209          PostProcessor]: Analyzing one entry point: main
[2023-11-26 11:43:47,762 INFO  L202         MainTranslator]: Completed pre-run
[2023-11-26 11:43:47,788 INFO  L209          PostProcessor]: Analyzing one entry point: main
[2023-11-26 11:43:47,802 INFO  L206         MainTranslator]: Completed translation
[2023-11-26 11:43:47,802 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47 WrapperNode
[2023-11-26 11:43:47,803 INFO  L131        PluginConnector]: ------------------------ END CACSL2BoogieTranslator----------------------------
[2023-11-26 11:43:47,803 INFO  L112        PluginConnector]: ------------------------Boogie Procedure Inliner----------------------------
[2023-11-26 11:43:47,804 INFO  L270        PluginConnector]: Initializing Boogie Procedure Inliner...
[2023-11-26 11:43:47,804 INFO  L274        PluginConnector]: Boogie Procedure Inliner initialized
[2023-11-26 11:43:47,812 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,820 INFO  L184        PluginConnector]: Executing the observer Inliner from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,844 INFO  L138                Inliner]: procedures = 16, calls = 52, calls flagged for inlining = 3, calls inlined = 3, statements flattened = 78
[2023-11-26 11:43:47,844 INFO  L131        PluginConnector]: ------------------------ END Boogie Procedure Inliner----------------------------
[2023-11-26 11:43:47,845 INFO  L112        PluginConnector]: ------------------------Boogie Preprocessor----------------------------
[2023-11-26 11:43:47,845 INFO  L270        PluginConnector]: Initializing Boogie Preprocessor...
[2023-11-26 11:43:47,846 INFO  L274        PluginConnector]: Boogie Preprocessor initialized
[2023-11-26 11:43:47,857 INFO  L184        PluginConnector]: Executing the observer EnsureBoogieModelObserver from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,857 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,861 INFO  L184        PluginConnector]: Executing the observer MemorySlicer from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,878 INFO  L175           MemorySlicer]: Split 30 memory accesses to 5 slices as follows [2, 2, 4, 5, 17]. 57 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, 1, 2, 2, 2].
[2023-11-26 11:43:47,879 INFO  L184        PluginConnector]: Executing the observer ConstExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,879 INFO  L184        PluginConnector]: Executing the observer StructExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,886 INFO  L184        PluginConnector]: Executing the observer UnstructureCode from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,888 INFO  L184        PluginConnector]: Executing the observer FunctionInliner from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,890 INFO  L184        PluginConnector]: Executing the observer LTLStepAnnotator from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,892 INFO  L184        PluginConnector]: Executing the observer BoogieSymbolTableConstructor from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,896 INFO  L131        PluginConnector]: ------------------------ END Boogie Preprocessor----------------------------
[2023-11-26 11:43:47,897 INFO  L112        PluginConnector]: ------------------------RCFGBuilder----------------------------
[2023-11-26 11:43:47,897 INFO  L270        PluginConnector]: Initializing RCFGBuilder...
[2023-11-26 11:43:47,897 INFO  L274        PluginConnector]: RCFGBuilder initialized
[2023-11-26 11:43:47,898 INFO  L184        PluginConnector]: Executing the observer RCFGBuilderObserver from plugin RCFGBuilder for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (1/1) ...
[2023-11-26 11:43:47,905 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000
[2023-11-26 11:43:47,920 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:47,941 INFO  L229       MonitoredProcess]: Starting monitored process 1 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000 (exit command is (exit), workingDir is null)
[2023-11-26 11:43:47,958 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000 (1)] Waiting until timeout for monitored process
[2023-11-26 11:43:47,988 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.allocInit
[2023-11-26 11:43:47,989 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int#0
[2023-11-26 11:43:47,989 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int#1
[2023-11-26 11:43:47,989 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int#2
[2023-11-26 11:43:47,989 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int#3
[2023-11-26 11:43:47,989 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~int#4
[2023-11-26 11:43:47,990 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.allocOnStack
[2023-11-26 11:43:47,990 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int#0
[2023-11-26 11:43:47,990 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int#1
[2023-11-26 11:43:47,992 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int#2
[2023-11-26 11:43:47,993 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int#3
[2023-11-26 11:43:47,993 INFO  L130     BoogieDeclarations]: Found specification of procedure write~int#4
[2023-11-26 11:43:47,994 INFO  L130     BoogieDeclarations]: Found specification of procedure ULTIMATE.start
[2023-11-26 11:43:47,994 INFO  L138     BoogieDeclarations]: Found implementation of procedure ULTIMATE.start
[2023-11-26 11:43:47,994 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int#0
[2023-11-26 11:43:47,994 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int#1
[2023-11-26 11:43:47,994 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int#2
[2023-11-26 11:43:47,994 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int#3
[2023-11-26 11:43:47,995 INFO  L130     BoogieDeclarations]: Found specification of procedure read~int#4
[2023-11-26 11:43:47,995 INFO  L130     BoogieDeclarations]: Found specification of procedure func_to_recursive_line_26_to_34_0
[2023-11-26 11:43:47,996 INFO  L138     BoogieDeclarations]: Found implementation of procedure func_to_recursive_line_26_to_34_0
[2023-11-26 11:43:47,996 INFO  L130     BoogieDeclarations]: Found specification of procedure __VERIFIER_assert
[2023-11-26 11:43:47,997 INFO  L138     BoogieDeclarations]: Found implementation of procedure __VERIFIER_assert
[2023-11-26 11:43:47,997 INFO  L130     BoogieDeclarations]: Found specification of procedure ULTIMATE.dealloc
[2023-11-26 11:43:48,154 INFO  L241             CfgBuilder]: Building ICFG
[2023-11-26 11:43:48,158 INFO  L267             CfgBuilder]: Building CFG for each procedure with an implementation
[2023-11-26 11:43:48,659 INFO  L282             CfgBuilder]: Performing block encoding
[2023-11-26 11:43:48,694 INFO  L304             CfgBuilder]: Using the 1 location(s) as analysis (start of procedure ULTIMATE.start)
[2023-11-26 11:43:48,694 INFO  L309             CfgBuilder]: Removed 1 assume(true) statements.
[2023-11-26 11:43:48,695 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 26.11 11:43:48 BoogieIcfgContainer
[2023-11-26 11:43:48,695 INFO  L131        PluginConnector]: ------------------------ END RCFGBuilder----------------------------
[2023-11-26 11:43:48,698 INFO  L112        PluginConnector]: ------------------------TraceAbstraction----------------------------
[2023-11-26 11:43:48,698 INFO  L270        PluginConnector]: Initializing TraceAbstraction...
[2023-11-26 11:43:48,702 INFO  L274        PluginConnector]: TraceAbstraction initialized
[2023-11-26 11:43:48,702 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "CDTParser AST 26.11 11:43:47" (1/3) ...
[2023-11-26 11:43:48,703 INFO  L204        PluginConnector]: Invalid model from TraceAbstraction for observer de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction.TraceAbstractionObserver@5b8d0242 and model type de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction AST 26.11 11:43:48, skipping insertion in model container
[2023-11-26 11:43:48,704 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 26.11 11:43:47" (2/3) ...
[2023-11-26 11:43:48,704 INFO  L204        PluginConnector]: Invalid model from TraceAbstraction for observer de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction.TraceAbstractionObserver@5b8d0242 and model type de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction AST 26.11 11:43:48, skipping insertion in model container
[2023-11-26 11:43:48,704 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 26.11 11:43:48" (3/3) ...
[2023-11-26 11:43:48,706 INFO  L112   eAbstractionObserver]: Analyzing ICFG recursified_ps3-ll.c
[2023-11-26 11:43:48,728 INFO  L203   ceAbstractionStarter]: Automizer settings: Hoare:true NWA Interpolation:FPandBP Determinization: PREDICATE_ABSTRACTION
[2023-11-26 11:43:48,728 INFO  L162   ceAbstractionStarter]: Applying trace abstraction to program that has 44 error locations.
[2023-11-26 11:43:48,781 INFO  L356      AbstractCegarLoop]: ======== Iteration 0 == of CEGAR loop == AllErrorsAtOnce ========
[2023-11-26 11:43:48,788 INFO  L357      AbstractCegarLoop]: Settings: SEPARATE_VIOLATION_CHECK=true, mInterprocedural=true, mMaxIterations=1000000, mWatchIteration=1000000, mArtifact=RCFG, mInterpolation=FPandBP, mInterpolantAutomaton=STRAIGHT_LINE, mDumpAutomata=false, mAutomataFormat=ATS_NUMERATE, mDumpPath=., mDeterminiation=PREDICATE_ABSTRACTION, mMinimize=MINIMIZE_SEVPA, mHoare=true, 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;@6f93523b, mLbeIndependenceSettings=[IndependenceType=SEMANTIC, AbstractionType=NONE, UseConditional=false, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2023-11-26 11:43:48,789 INFO  L358      AbstractCegarLoop]: Starting to check reachability of 44 error locations.
[2023-11-26 11:43:48,814 INFO  L276                IsEmpty]: Start isEmpty. Operand  has 106 states, 55 states have (on average 1.8545454545454545) internal successors, (102), 100 states have internal predecessors, (102), 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)
[2023-11-26 11:43:48,820 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 6
[2023-11-26 11:43:48,821 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:48,821 INFO  L195           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1]
[2023-11-26 11:43:48,822 INFO  L420      AbstractCegarLoop]: === Iteration 1 === Targeting func_to_recursive_line_26_to_34_0Err0ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:48,827 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:48,828 INFO  L85        PathProgramCache]: Analyzing trace with hash 156150615, now seen corresponding path program 1 times
[2023-11-26 11:43:48,839 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:48,839 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1998677000]
[2023-11-26 11:43:48,840 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:48,840 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:49,067 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:49,490 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:49,491 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:49,492 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1998677000]
[2023-11-26 11:43:49,493 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1998677000] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:49,493 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:49,493 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-26 11:43:49,495 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1428342005]
[2023-11-26 11:43:49,496 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:49,504 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2023-11-26 11:43:49,505 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:49,546 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2023-11-26 11:43:49,547 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:43:49,550 INFO  L87              Difference]: Start difference. First operand  has 106 states, 55 states have (on average 1.8545454545454545) internal successors, (102), 100 states have internal predecessors, (102), 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) Second operand  has 6 states, 4 states have (on average 1.0) internal successors, (4), 4 states have internal predecessors, (4), 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)
[2023-11-26 11:43:49,899 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:49,901 INFO  L93              Difference]: Finished difference Result 306 states and 325 transitions.
[2023-11-26 11:43:49,903 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-26 11:43:49,904 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 1.0) internal successors, (4), 4 states have internal predecessors, (4), 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 5
[2023-11-26 11:43:49,905 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:49,917 INFO  L225             Difference]: With dead ends: 306
[2023-11-26 11:43:49,918 INFO  L226             Difference]: Without dead ends: 197
[2023-11-26 11:43:49,923 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 6 GetRequests, 0 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2023-11-26 11:43:49,928 INFO  L413           NwaCegarLoop]: 86 mSDtfsCounter, 180 mSDsluCounter, 356 mSDsCounter, 0 mSdLazyCounter, 96 mSolverCounterSat, 5 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 181 SdHoareTripleChecker+Valid, 442 SdHoareTripleChecker+Invalid, 101 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 96 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.2s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:49,930 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [181 Valid, 442 Invalid, 101 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 96 Invalid, 0 Unknown, 0 Unchecked, 0.2s Time]
[2023-11-26 11:43:49,951 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 197 states.
[2023-11-26 11:43:50,002 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 197 to 128.
[2023-11-26 11:43:50,004 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 128 states, 77 states have (on average 1.7922077922077921) internal successors, (138), 121 states have internal predecessors, (138), 4 states have call successors, (4), 3 states have call predecessors, (4), 3 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:50,011 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 128 states to 128 states and 147 transitions.
[2023-11-26 11:43:50,013 INFO  L78                 Accepts]: Start accepts. Automaton has 128 states and 147 transitions. Word has length 5
[2023-11-26 11:43:50,013 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:50,014 INFO  L495      AbstractCegarLoop]: Abstraction has 128 states and 147 transitions.
[2023-11-26 11:43:50,015 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 1.0) internal successors, (4), 4 states have internal predecessors, (4), 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)
[2023-11-26 11:43:50,015 INFO  L276                IsEmpty]: Start isEmpty. Operand 128 states and 147 transitions.
[2023-11-26 11:43:50,016 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 8
[2023-11-26 11:43:50,016 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:50,016 INFO  L195           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1]
[2023-11-26 11:43:50,017 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable0
[2023-11-26 11:43:50,018 INFO  L420      AbstractCegarLoop]: === Iteration 2 === Targeting func_to_recursive_line_26_to_34_0Err2ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:50,019 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:50,019 INFO  L85        PathProgramCache]: Analyzing trace with hash -263111687, now seen corresponding path program 1 times
[2023-11-26 11:43:50,019 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:50,019 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1465027321]
[2023-11-26 11:43:50,020 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:50,021 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:50,066 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:50,353 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:50,354 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:50,354 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1465027321]
[2023-11-26 11:43:50,354 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1465027321] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:50,355 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:50,355 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-26 11:43:50,355 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [611459701]
[2023-11-26 11:43:50,356 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:50,357 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2023-11-26 11:43:50,357 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:50,358 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2023-11-26 11:43:50,363 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:43:50,363 INFO  L87              Difference]: Start difference. First operand 128 states and 147 transitions. Second operand  has 6 states, 4 states have (on average 1.5) internal successors, (6), 4 states have internal predecessors, (6), 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)
[2023-11-26 11:43:50,605 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:50,605 INFO  L93              Difference]: Finished difference Result 189 states and 191 transitions.
[2023-11-26 11:43:50,607 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-26 11:43:50,608 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 1.5) internal successors, (6), 4 states have internal predecessors, (6), 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 7
[2023-11-26 11:43:50,609 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:50,613 INFO  L225             Difference]: With dead ends: 189
[2023-11-26 11:43:50,613 INFO  L226             Difference]: Without dead ends: 183
[2023-11-26 11:43:50,615 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 6 GetRequests, 0 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2023-11-26 11:43:50,618 INFO  L413           NwaCegarLoop]: 73 mSDtfsCounter, 141 mSDsluCounter, 306 mSDsCounter, 0 mSdLazyCounter, 139 mSolverCounterSat, 9 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 141 SdHoareTripleChecker+Valid, 379 SdHoareTripleChecker+Invalid, 148 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 9 IncrementalHoareTripleChecker+Valid, 139 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.2s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:50,619 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [141 Valid, 379 Invalid, 148 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [9 Valid, 139 Invalid, 0 Unknown, 0 Unchecked, 0.2s Time]
[2023-11-26 11:43:50,623 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 183 states.
[2023-11-26 11:43:50,644 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 183 to 128.
[2023-11-26 11:43:50,649 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 128 states, 77 states have (on average 1.7142857142857142) internal successors, (132), 121 states have internal predecessors, (132), 4 states have call successors, (4), 3 states have call predecessors, (4), 3 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:50,650 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 128 states to 128 states and 141 transitions.
[2023-11-26 11:43:50,651 INFO  L78                 Accepts]: Start accepts. Automaton has 128 states and 141 transitions. Word has length 7
[2023-11-26 11:43:50,651 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:50,652 INFO  L495      AbstractCegarLoop]: Abstraction has 128 states and 141 transitions.
[2023-11-26 11:43:50,652 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 1.5) internal successors, (6), 4 states have internal predecessors, (6), 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)
[2023-11-26 11:43:50,652 INFO  L276                IsEmpty]: Start isEmpty. Operand 128 states and 141 transitions.
[2023-11-26 11:43:50,653 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 14
[2023-11-26 11:43:50,653 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:50,654 INFO  L195           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2023-11-26 11:43:50,654 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable1
[2023-11-26 11:43:50,655 INFO  L420      AbstractCegarLoop]: === Iteration 3 === Targeting func_to_recursive_line_26_to_34_0Err8ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:50,656 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:50,656 INFO  L85        PathProgramCache]: Analyzing trace with hash -860934689, now seen corresponding path program 1 times
[2023-11-26 11:43:50,656 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:50,656 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1187167424]
[2023-11-26 11:43:50,656 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:50,657 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:50,690 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:50,691 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [255114534]
[2023-11-26 11:43:50,692 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:50,693 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:50,696 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:50,700 INFO  L229       MonitoredProcess]: Starting monitored process 2 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:50,732 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (2)] Waiting until timeout for monitored process
[2023-11-26 11:43:50,833 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:50,837 INFO  L262         TraceCheckSpWp]: Trace formula consists of 136 conjuncts, 18 conjunts are in the unsatisfiable core
[2023-11-26 11:43:50,843 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:43:50,922 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 15 treesize of output 1
[2023-11-26 11:43:50,979 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:43:51,022 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:51,022 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:43:51,022 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:51,023 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1187167424]
[2023-11-26 11:43:51,023 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:43:51,023 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [255114534]
[2023-11-26 11:43:51,023 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [255114534] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:51,024 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:51,024 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2023-11-26 11:43:51,024 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1993448522]
[2023-11-26 11:43:51,024 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:51,025 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 7 states
[2023-11-26 11:43:51,025 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:51,026 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 7 interpolants.
[2023-11-26 11:43:51,026 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=12, Invalid=30, Unknown=0, NotChecked=0, Total=42
[2023-11-26 11:43:51,026 INFO  L87              Difference]: Start difference. First operand 128 states and 141 transitions. Second operand  has 7 states, 5 states have (on average 2.4) internal successors, (12), 5 states have internal predecessors, (12), 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)
[2023-11-26 11:43:51,241 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:51,241 INFO  L93              Difference]: Finished difference Result 191 states and 193 transitions.
[2023-11-26 11:43:51,242 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 8 states. 
[2023-11-26 11:43:51,242 INFO  L78                 Accepts]: Start accepts. Automaton has  has 7 states, 5 states have (on average 2.4) internal successors, (12), 5 states have internal predecessors, (12), 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 13
[2023-11-26 11:43:51,242 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:51,243 INFO  L225             Difference]: With dead ends: 191
[2023-11-26 11:43:51,244 INFO  L226             Difference]: Without dead ends: 190
[2023-11-26 11:43:51,244 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 15 GetRequests, 7 SyntacticMatches, 0 SemanticMatches, 8 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 1 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=30, Invalid=60, Unknown=0, NotChecked=0, Total=90
[2023-11-26 11:43:51,246 INFO  L413           NwaCegarLoop]: 84 mSDtfsCounter, 169 mSDsluCounter, 350 mSDsCounter, 0 mSdLazyCounter, 92 mSolverCounterSat, 6 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 169 SdHoareTripleChecker+Valid, 434 SdHoareTripleChecker+Invalid, 98 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 6 IncrementalHoareTripleChecker+Valid, 92 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:51,246 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [169 Valid, 434 Invalid, 98 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [6 Valid, 92 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2023-11-26 11:43:51,247 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 190 states.
[2023-11-26 11:43:51,256 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 190 to 128.
[2023-11-26 11:43:51,257 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 128 states, 77 states have (on average 1.7012987012987013) internal successors, (131), 121 states have internal predecessors, (131), 4 states have call successors, (4), 3 states have call predecessors, (4), 3 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:51,258 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 128 states to 128 states and 140 transitions.
[2023-11-26 11:43:51,258 INFO  L78                 Accepts]: Start accepts. Automaton has 128 states and 140 transitions. Word has length 13
[2023-11-26 11:43:51,258 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:51,259 INFO  L495      AbstractCegarLoop]: Abstraction has 128 states and 140 transitions.
[2023-11-26 11:43:51,259 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 7 states, 5 states have (on average 2.4) internal successors, (12), 5 states have internal predecessors, (12), 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)
[2023-11-26 11:43:51,259 INFO  L276                IsEmpty]: Start isEmpty. Operand 128 states and 140 transitions.
[2023-11-26 11:43:51,260 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 15
[2023-11-26 11:43:51,260 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:51,260 INFO  L195           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2023-11-26 11:43:51,267 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (2)] Forceful destruction successful, exit code 0
[2023-11-26 11:43:51,466 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable2,2 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:51,467 INFO  L420      AbstractCegarLoop]: === Iteration 4 === Targeting func_to_recursive_line_26_to_34_0Err9ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:51,467 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:51,467 INFO  L85        PathProgramCache]: Analyzing trace with hash -919171484, now seen corresponding path program 1 times
[2023-11-26 11:43:51,468 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:51,468 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [178748167]
[2023-11-26 11:43:51,468 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:51,468 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:51,492 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:51,492 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1458161767]
[2023-11-26 11:43:51,492 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:51,492 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:51,493 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:51,494 INFO  L229       MonitoredProcess]: Starting monitored process 3 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:51,516 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (3)] Waiting until timeout for monitored process
[2023-11-26 11:43:51,603 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:51,605 INFO  L262         TraceCheckSpWp]: Trace formula consists of 137 conjuncts, 22 conjunts are in the unsatisfiable core
[2023-11-26 11:43:51,609 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:43:51,626 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
[2023-11-26 11:43:51,821 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:51,821 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:43:51,822 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:51,823 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [178748167]
[2023-11-26 11:43:51,823 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:43:51,823 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1458161767]
[2023-11-26 11:43:51,823 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1458161767] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:51,825 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:51,825 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2023-11-26 11:43:51,826 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [151302000]
[2023-11-26 11:43:51,826 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:51,826 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 7 states
[2023-11-26 11:43:51,827 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:51,827 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 7 interpolants.
[2023-11-26 11:43:51,827 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=12, Invalid=30, Unknown=0, NotChecked=0, Total=42
[2023-11-26 11:43:51,828 INFO  L87              Difference]: Start difference. First operand 128 states and 140 transitions. Second operand  has 7 states, 5 states have (on average 2.6) internal successors, (13), 5 states have internal predecessors, (13), 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)
[2023-11-26 11:43:52,081 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:52,081 INFO  L93              Difference]: Finished difference Result 182 states and 184 transitions.
[2023-11-26 11:43:52,081 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 7 states. 
[2023-11-26 11:43:52,082 INFO  L78                 Accepts]: Start accepts. Automaton has  has 7 states, 5 states have (on average 2.6) internal successors, (13), 5 states have internal predecessors, (13), 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 14
[2023-11-26 11:43:52,082 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:52,083 INFO  L225             Difference]: With dead ends: 182
[2023-11-26 11:43:52,083 INFO  L226             Difference]: Without dead ends: 181
[2023-11-26 11:43:52,084 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 16 GetRequests, 8 SyntacticMatches, 0 SemanticMatches, 8 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 1 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=30, Invalid=60, Unknown=0, NotChecked=0, Total=90
[2023-11-26 11:43:52,085 INFO  L413           NwaCegarLoop]: 75 mSDtfsCounter, 145 mSDsluCounter, 313 mSDsCounter, 0 mSdLazyCounter, 144 mSolverCounterSat, 5 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 145 SdHoareTripleChecker+Valid, 388 SdHoareTripleChecker+Invalid, 149 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 144 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.2s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:52,085 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [145 Valid, 388 Invalid, 149 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 144 Invalid, 0 Unknown, 0 Unchecked, 0.2s Time]
[2023-11-26 11:43:52,086 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 181 states.
[2023-11-26 11:43:52,094 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 181 to 128.
[2023-11-26 11:43:52,094 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 128 states, 77 states have (on average 1.6883116883116882) internal successors, (130), 121 states have internal predecessors, (130), 4 states have call successors, (4), 3 states have call predecessors, (4), 3 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:52,095 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 128 states to 128 states and 139 transitions.
[2023-11-26 11:43:52,096 INFO  L78                 Accepts]: Start accepts. Automaton has 128 states and 139 transitions. Word has length 14
[2023-11-26 11:43:52,096 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:52,096 INFO  L495      AbstractCegarLoop]: Abstraction has 128 states and 139 transitions.
[2023-11-26 11:43:52,096 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 7 states, 5 states have (on average 2.6) internal successors, (13), 5 states have internal predecessors, (13), 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)
[2023-11-26 11:43:52,096 INFO  L276                IsEmpty]: Start isEmpty. Operand 128 states and 139 transitions.
[2023-11-26 11:43:52,097 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 16
[2023-11-26 11:43:52,097 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:52,097 INFO  L195           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2023-11-26 11:43:52,107 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (3)] Forceful destruction successful, exit code 0
[2023-11-26 11:43:52,308 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable3,3 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:52,308 INFO  L420      AbstractCegarLoop]: === Iteration 5 === Targeting func_to_recursive_line_26_to_34_0Err10ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:52,309 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:52,309 INFO  L85        PathProgramCache]: Analyzing trace with hash 1570455169, now seen corresponding path program 1 times
[2023-11-26 11:43:52,309 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:52,309 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [561416481]
[2023-11-26 11:43:52,310 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:52,310 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:52,344 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:52,345 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [340576391]
[2023-11-26 11:43:52,345 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:52,345 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:52,345 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:52,346 INFO  L229       MonitoredProcess]: Starting monitored process 4 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:52,364 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (4)] Waiting until timeout for monitored process
[2023-11-26 11:43:52,445 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:52,446 INFO  L262         TraceCheckSpWp]: Trace formula consists of 140 conjuncts, 17 conjunts are in the unsatisfiable core
[2023-11-26 11:43:52,449 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:43:52,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 15 treesize of output 1
[2023-11-26 11:43:52,565 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:43:52,575 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:52,575 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:43:52,575 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:52,576 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [561416481]
[2023-11-26 11:43:52,576 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:43:52,576 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [340576391]
[2023-11-26 11:43:52,576 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [340576391] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:52,576 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:52,576 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-26 11:43:52,576 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1015064441]
[2023-11-26 11:43:52,577 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:52,577 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2023-11-26 11:43:52,577 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:52,577 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2023-11-26 11:43:52,578 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:43:52,578 INFO  L87              Difference]: Start difference. First operand 128 states and 139 transitions. Second operand  has 6 states, 4 states have (on average 3.5) internal successors, (14), 4 states have internal predecessors, (14), 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)
[2023-11-26 11:43:52,774 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:52,774 INFO  L93              Difference]: Finished difference Result 181 states and 183 transitions.
[2023-11-26 11:43:52,775 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 7 states. 
[2023-11-26 11:43:52,775 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 3.5) internal successors, (14), 4 states have internal predecessors, (14), 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 15
[2023-11-26 11:43:52,775 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:52,777 INFO  L225             Difference]: With dead ends: 181
[2023-11-26 11:43:52,777 INFO  L226             Difference]: Without dead ends: 180
[2023-11-26 11:43:52,777 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 16 GetRequests, 10 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2023-11-26 11:43:52,778 INFO  L413           NwaCegarLoop]: 74 mSDtfsCounter, 116 mSDsluCounter, 312 mSDsCounter, 0 mSdLazyCounter, 131 mSolverCounterSat, 5 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 116 SdHoareTripleChecker+Valid, 386 SdHoareTripleChecker+Invalid, 136 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 131 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.2s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:52,778 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [116 Valid, 386 Invalid, 136 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 131 Invalid, 0 Unknown, 0 Unchecked, 0.2s Time]
[2023-11-26 11:43:52,779 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 180 states.
[2023-11-26 11:43:52,786 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 180 to 128.
[2023-11-26 11:43:52,787 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 128 states, 77 states have (on average 1.6753246753246753) internal successors, (129), 121 states have internal predecessors, (129), 4 states have call successors, (4), 3 states have call predecessors, (4), 3 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:52,788 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 128 states to 128 states and 138 transitions.
[2023-11-26 11:43:52,788 INFO  L78                 Accepts]: Start accepts. Automaton has 128 states and 138 transitions. Word has length 15
[2023-11-26 11:43:52,789 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:52,789 INFO  L495      AbstractCegarLoop]: Abstraction has 128 states and 138 transitions.
[2023-11-26 11:43:52,789 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 3.5) internal successors, (14), 4 states have internal predecessors, (14), 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)
[2023-11-26 11:43:52,789 INFO  L276                IsEmpty]: Start isEmpty. Operand 128 states and 138 transitions.
[2023-11-26 11:43:52,790 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 17
[2023-11-26 11:43:52,790 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:52,790 INFO  L195           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2023-11-26 11:43:52,800 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (4)] Forceful destruction successful, exit code 0
[2023-11-26 11:43:53,000 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable4,4 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:53,001 INFO  L420      AbstractCegarLoop]: === Iteration 6 === Targeting func_to_recursive_line_26_to_34_0Err11ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:53,001 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:53,001 INFO  L85        PathProgramCache]: Analyzing trace with hash 1439470086, now seen corresponding path program 1 times
[2023-11-26 11:43:53,001 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:53,001 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1732442374]
[2023-11-26 11:43:53,002 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:53,002 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:53,018 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:53,018 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1073715026]
[2023-11-26 11:43:53,018 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:53,018 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:53,019 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:53,020 INFO  L229       MonitoredProcess]: Starting monitored process 5 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:53,024 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (5)] Waiting until timeout for monitored process
[2023-11-26 11:43:53,115 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:53,117 INFO  L262         TraceCheckSpWp]: Trace formula consists of 141 conjuncts, 17 conjunts are in the unsatisfiable core
[2023-11-26 11:43:53,119 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:43:53,129 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 15 treesize of output 1
[2023-11-26 11:43:53,212 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:43:53,222 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:53,222 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:43:53,222 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:53,222 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1732442374]
[2023-11-26 11:43:53,223 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:43:53,223 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1073715026]
[2023-11-26 11:43:53,223 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1073715026] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:53,223 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:53,223 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-26 11:43:53,223 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [896721935]
[2023-11-26 11:43:53,224 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:53,224 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2023-11-26 11:43:53,224 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:53,225 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2023-11-26 11:43:53,225 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:43:53,225 INFO  L87              Difference]: Start difference. First operand 128 states and 138 transitions. Second operand  has 6 states, 4 states have (on average 3.75) internal successors, (15), 4 states have internal predecessors, (15), 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)
[2023-11-26 11:43:53,414 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:53,414 INFO  L93              Difference]: Finished difference Result 180 states and 182 transitions.
[2023-11-26 11:43:53,415 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 7 states. 
[2023-11-26 11:43:53,415 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 3.75) internal successors, (15), 4 states have internal predecessors, (15), 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 16
[2023-11-26 11:43:53,415 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:53,417 INFO  L225             Difference]: With dead ends: 180
[2023-11-26 11:43:53,417 INFO  L226             Difference]: Without dead ends: 179
[2023-11-26 11:43:53,417 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 17 GetRequests, 11 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2023-11-26 11:43:53,418 INFO  L413           NwaCegarLoop]: 75 mSDtfsCounter, 112 mSDsluCounter, 313 mSDsCounter, 0 mSdLazyCounter, 129 mSolverCounterSat, 5 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 112 SdHoareTripleChecker+Valid, 388 SdHoareTripleChecker+Invalid, 134 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 129 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:53,418 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [112 Valid, 388 Invalid, 134 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 129 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2023-11-26 11:43:53,419 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 179 states.
[2023-11-26 11:43:53,425 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 179 to 128.
[2023-11-26 11:43:53,425 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 128 states, 77 states have (on average 1.6623376623376624) internal successors, (128), 121 states have internal predecessors, (128), 4 states have call successors, (4), 3 states have call predecessors, (4), 3 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:53,427 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 128 states to 128 states and 137 transitions.
[2023-11-26 11:43:53,427 INFO  L78                 Accepts]: Start accepts. Automaton has 128 states and 137 transitions. Word has length 16
[2023-11-26 11:43:53,427 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:53,427 INFO  L495      AbstractCegarLoop]: Abstraction has 128 states and 137 transitions.
[2023-11-26 11:43:53,428 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 3.75) internal successors, (15), 4 states have internal predecessors, (15), 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)
[2023-11-26 11:43:53,428 INFO  L276                IsEmpty]: Start isEmpty. Operand 128 states and 137 transitions.
[2023-11-26 11:43:53,428 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 18
[2023-11-26 11:43:53,428 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:53,429 INFO  L195           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2023-11-26 11:43:53,440 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (5)] Forceful destruction successful, exit code 0
[2023-11-26 11:43:53,634 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 5 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable5
[2023-11-26 11:43:53,635 INFO  L420      AbstractCegarLoop]: === Iteration 7 === Targeting func_to_recursive_line_26_to_34_0Err12ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:53,635 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:53,635 INFO  L85        PathProgramCache]: Analyzing trace with hash 1673899811, now seen corresponding path program 1 times
[2023-11-26 11:43:53,636 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:53,636 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [749197529]
[2023-11-26 11:43:53,636 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:53,636 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:53,656 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:53,657 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [2129599163]
[2023-11-26 11:43:53,658 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:53,658 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:53,658 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:53,659 INFO  L229       MonitoredProcess]: Starting monitored process 6 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:53,684 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (6)] Waiting until timeout for monitored process
[2023-11-26 11:43:53,760 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:53,762 INFO  L262         TraceCheckSpWp]: Trace formula consists of 144 conjuncts, 21 conjunts are in the unsatisfiable core
[2023-11-26 11:43:53,764 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:43:53,771 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
[2023-11-26 11:43:53,870 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:53,870 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:43:53,871 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:53,871 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [749197529]
[2023-11-26 11:43:53,871 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:43:53,871 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [2129599163]
[2023-11-26 11:43:53,871 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [2129599163] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:53,872 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:53,872 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-26 11:43:53,872 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1936071043]
[2023-11-26 11:43:53,872 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:53,872 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2023-11-26 11:43:53,873 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:53,873 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2023-11-26 11:43:53,873 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:43:53,874 INFO  L87              Difference]: Start difference. First operand 128 states and 137 transitions. Second operand  has 6 states, 4 states have (on average 4.0) internal successors, (16), 4 states have internal predecessors, (16), 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)
[2023-11-26 11:43:54,036 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:54,037 INFO  L93              Difference]: Finished difference Result 179 states and 181 transitions.
[2023-11-26 11:43:54,037 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-26 11:43:54,037 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 4.0) internal successors, (16), 4 states have internal predecessors, (16), 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 17
[2023-11-26 11:43:54,038 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:54,039 INFO  L225             Difference]: With dead ends: 179
[2023-11-26 11:43:54,039 INFO  L226             Difference]: Without dead ends: 177
[2023-11-26 11:43:54,041 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 18 GetRequests, 12 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2023-11-26 11:43:54,042 INFO  L413           NwaCegarLoop]: 78 mSDtfsCounter, 103 mSDsluCounter, 319 mSDsCounter, 0 mSdLazyCounter, 121 mSolverCounterSat, 5 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 103 SdHoareTripleChecker+Valid, 397 SdHoareTripleChecker+Invalid, 126 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 121 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:54,042 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [103 Valid, 397 Invalid, 126 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 121 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2023-11-26 11:43:54,044 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 177 states.
[2023-11-26 11:43:54,050 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 177 to 128.
[2023-11-26 11:43:54,050 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 128 states, 77 states have (on average 1.6363636363636365) internal successors, (126), 121 states have internal predecessors, (126), 4 states have call successors, (4), 3 states have call predecessors, (4), 3 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:54,052 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 128 states to 128 states and 135 transitions.
[2023-11-26 11:43:54,052 INFO  L78                 Accepts]: Start accepts. Automaton has 128 states and 135 transitions. Word has length 17
[2023-11-26 11:43:54,052 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:54,052 INFO  L495      AbstractCegarLoop]: Abstraction has 128 states and 135 transitions.
[2023-11-26 11:43:54,053 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 4.0) internal successors, (16), 4 states have internal predecessors, (16), 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)
[2023-11-26 11:43:54,053 INFO  L276                IsEmpty]: Start isEmpty. Operand 128 states and 135 transitions.
[2023-11-26 11:43:54,053 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 20
[2023-11-26 11:43:54,053 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:54,054 INFO  L195           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2023-11-26 11:43:54,070 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (6)] Forceful destruction successful, exit code 0
[2023-11-26 11:43:54,259 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable6,6 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:54,260 INFO  L420      AbstractCegarLoop]: === Iteration 8 === Targeting func_to_recursive_line_26_to_34_0Err14ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:54,260 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:54,260 INFO  L85        PathProgramCache]: Analyzing trace with hash -1995014203, now seen corresponding path program 1 times
[2023-11-26 11:43:54,260 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:54,260 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [442113711]
[2023-11-26 11:43:54,261 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:54,261 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:54,280 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:54,281 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [864520701]
[2023-11-26 11:43:54,281 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:54,281 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:54,281 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:54,282 INFO  L229       MonitoredProcess]: Starting monitored process 7 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:54,308 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (7)] Waiting until timeout for monitored process
[2023-11-26 11:43:54,385 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:54,387 INFO  L262         TraceCheckSpWp]: Trace formula consists of 146 conjuncts, 38 conjunts are in the unsatisfiable core
[2023-11-26 11:43:54,390 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:43:54,403 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 15 treesize of output 1
[2023-11-26 11:43:54,413 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
[2023-11-26 11:43:54,494 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:43:54,672 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:54,673 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:43:54,673 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:54,673 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [442113711]
[2023-11-26 11:43:54,673 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:43:54,673 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [864520701]
[2023-11-26 11:43:54,673 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [864520701] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:54,674 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:54,674 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [7] imperfect sequences [] total 7
[2023-11-26 11:43:54,674 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1581462764]
[2023-11-26 11:43:54,674 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:54,674 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 9 states
[2023-11-26 11:43:54,675 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:54,675 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 9 interpolants.
[2023-11-26 11:43:54,675 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=17, Invalid=55, Unknown=0, NotChecked=0, Total=72
[2023-11-26 11:43:54,676 INFO  L87              Difference]: Start difference. First operand 128 states and 135 transitions. Second operand  has 9 states, 7 states have (on average 2.5714285714285716) internal successors, (18), 7 states have internal predecessors, (18), 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)
[2023-11-26 11:43:55,130 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:55,130 INFO  L93              Difference]: Finished difference Result 177 states and 179 transitions.
[2023-11-26 11:43:55,131 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 9 states. 
[2023-11-26 11:43:55,131 INFO  L78                 Accepts]: Start accepts. Automaton has  has 9 states, 7 states have (on average 2.5714285714285716) internal successors, (18), 7 states have internal predecessors, (18), 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 19
[2023-11-26 11:43:55,131 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:55,132 INFO  L225             Difference]: With dead ends: 177
[2023-11-26 11:43:55,132 INFO  L226             Difference]: Without dead ends: 176
[2023-11-26 11:43:55,133 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 23 GetRequests, 11 SyntacticMatches, 0 SemanticMatches, 12 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 6 ImplicationChecksByTransitivity, 0.3s TimeCoverageRelationStatistics Valid=57, Invalid=125, Unknown=0, NotChecked=0, Total=182
[2023-11-26 11:43:55,133 INFO  L413           NwaCegarLoop]: 70 mSDtfsCounter, 151 mSDsluCounter, 357 mSDsCounter, 0 mSdLazyCounter, 201 mSolverCounterSat, 9 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 151 SdHoareTripleChecker+Valid, 427 SdHoareTripleChecker+Invalid, 210 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 9 IncrementalHoareTripleChecker+Valid, 201 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.2s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:55,134 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [151 Valid, 427 Invalid, 210 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [9 Valid, 201 Invalid, 0 Unknown, 0 Unchecked, 0.2s Time]
[2023-11-26 11:43:55,135 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 176 states.
[2023-11-26 11:43:55,140 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 176 to 128.
[2023-11-26 11:43:55,140 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 128 states, 77 states have (on average 1.6233766233766234) internal successors, (125), 121 states have internal predecessors, (125), 4 states have call successors, (4), 3 states have call predecessors, (4), 3 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:55,141 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 128 states to 128 states and 134 transitions.
[2023-11-26 11:43:55,141 INFO  L78                 Accepts]: Start accepts. Automaton has 128 states and 134 transitions. Word has length 19
[2023-11-26 11:43:55,142 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:55,142 INFO  L495      AbstractCegarLoop]: Abstraction has 128 states and 134 transitions.
[2023-11-26 11:43:55,142 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 9 states, 7 states have (on average 2.5714285714285716) internal successors, (18), 7 states have internal predecessors, (18), 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)
[2023-11-26 11:43:55,142 INFO  L276                IsEmpty]: Start isEmpty. Operand 128 states and 134 transitions.
[2023-11-26 11:43:55,142 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 21
[2023-11-26 11:43:55,143 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:55,143 INFO  L195           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2023-11-26 11:43:55,154 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (7)] Forceful destruction successful, exit code 0
[2023-11-26 11:43:55,349 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable7,7 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:55,350 INFO  L420      AbstractCegarLoop]: === Iteration 9 === Targeting func_to_recursive_line_26_to_34_0Err15ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:55,350 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:55,350 INFO  L85        PathProgramCache]: Analyzing trace with hash -1715898038, now seen corresponding path program 1 times
[2023-11-26 11:43:55,350 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:55,350 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [808461394]
[2023-11-26 11:43:55,350 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:55,350 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:55,368 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:55,369 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1744269433]
[2023-11-26 11:43:55,369 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:55,369 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:55,369 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:55,370 INFO  L229       MonitoredProcess]: Starting monitored process 8 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:55,400 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (8)] Waiting until timeout for monitored process
[2023-11-26 11:43:55,486 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:55,488 INFO  L262         TraceCheckSpWp]: Trace formula consists of 147 conjuncts, 39 conjunts are in the unsatisfiable core
[2023-11-26 11:43:55,491 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:43:55,499 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
[2023-11-26 11:43:55,507 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
[2023-11-26 11:43:55,731 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:55,731 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:43:55,731 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:55,731 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [808461394]
[2023-11-26 11:43:55,732 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:43:55,732 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1744269433]
[2023-11-26 11:43:55,732 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1744269433] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:55,732 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:55,732 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [6] imperfect sequences [] total 6
[2023-11-26 11:43:55,733 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1853109817]
[2023-11-26 11:43:55,733 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:55,733 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 8 states
[2023-11-26 11:43:55,733 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:55,734 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 8 interpolants.
[2023-11-26 11:43:55,734 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=14, Invalid=42, Unknown=0, NotChecked=0, Total=56
[2023-11-26 11:43:55,734 INFO  L87              Difference]: Start difference. First operand 128 states and 134 transitions. Second operand  has 8 states, 6 states have (on average 3.1666666666666665) internal successors, (19), 6 states have internal predecessors, (19), 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)
[2023-11-26 11:43:56,127 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:56,127 INFO  L93              Difference]: Finished difference Result 176 states and 178 transitions.
[2023-11-26 11:43:56,128 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 8 states. 
[2023-11-26 11:43:56,128 INFO  L78                 Accepts]: Start accepts. Automaton has  has 8 states, 6 states have (on average 3.1666666666666665) internal successors, (19), 6 states have internal predecessors, (19), 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 20
[2023-11-26 11:43:56,128 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:56,129 INFO  L225             Difference]: With dead ends: 176
[2023-11-26 11:43:56,129 INFO  L226             Difference]: Without dead ends: 175
[2023-11-26 11:43:56,130 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 23 GetRequests, 13 SyntacticMatches, 0 SemanticMatches, 10 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 2 ImplicationChecksByTransitivity, 0.2s TimeCoverageRelationStatistics Valid=42, Invalid=90, Unknown=0, NotChecked=0, Total=132
[2023-11-26 11:43:56,130 INFO  L413           NwaCegarLoop]: 71 mSDtfsCounter, 117 mSDsluCounter, 409 mSDsCounter, 0 mSdLazyCounter, 246 mSolverCounterSat, 5 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 117 SdHoareTripleChecker+Valid, 480 SdHoareTripleChecker+Invalid, 251 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 246 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:56,131 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [117 Valid, 480 Invalid, 251 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 246 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2023-11-26 11:43:56,132 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 175 states.
[2023-11-26 11:43:56,137 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 175 to 128.
[2023-11-26 11:43:56,137 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 128 states, 77 states have (on average 1.6103896103896105) internal successors, (124), 121 states have internal predecessors, (124), 4 states have call successors, (4), 3 states have call predecessors, (4), 3 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:56,138 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 128 states to 128 states and 133 transitions.
[2023-11-26 11:43:56,138 INFO  L78                 Accepts]: Start accepts. Automaton has 128 states and 133 transitions. Word has length 20
[2023-11-26 11:43:56,138 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:56,138 INFO  L495      AbstractCegarLoop]: Abstraction has 128 states and 133 transitions.
[2023-11-26 11:43:56,139 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 8 states, 6 states have (on average 3.1666666666666665) internal successors, (19), 6 states have internal predecessors, (19), 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)
[2023-11-26 11:43:56,139 INFO  L276                IsEmpty]: Start isEmpty. Operand 128 states and 133 transitions.
[2023-11-26 11:43:56,139 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 22
[2023-11-26 11:43:56,139 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:56,139 INFO  L195           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2023-11-26 11:43:56,158 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (8)] Forceful destruction successful, exit code 0
[2023-11-26 11:43:56,348 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable8,8 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:56,349 INFO  L420      AbstractCegarLoop]: === Iteration 10 === Targeting func_to_recursive_line_26_to_34_0Err16ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:56,349 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:56,349 INFO  L85        PathProgramCache]: Analyzing trace with hash -1653231513, now seen corresponding path program 1 times
[2023-11-26 11:43:56,349 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:56,349 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [63927623]
[2023-11-26 11:43:56,349 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:56,350 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:56,372 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:56,372 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [321035771]
[2023-11-26 11:43:56,372 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:56,372 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:56,372 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:56,373 INFO  L229       MonitoredProcess]: Starting monitored process 9 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:56,400 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (9)] Waiting until timeout for monitored process
[2023-11-26 11:43:56,484 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:56,486 INFO  L262         TraceCheckSpWp]: Trace formula consists of 150 conjuncts, 18 conjunts are in the unsatisfiable core
[2023-11-26 11:43:56,490 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:43:56,502 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 15 treesize of output 1
[2023-11-26 11:43:56,621 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:43:56,637 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:56,638 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:43:56,638 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:56,638 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [63927623]
[2023-11-26 11:43:56,638 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:43:56,638 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [321035771]
[2023-11-26 11:43:56,639 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [321035771] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:56,639 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:56,639 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2023-11-26 11:43:56,642 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [993641619]
[2023-11-26 11:43:56,642 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:56,643 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 7 states
[2023-11-26 11:43:56,643 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:56,643 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 7 interpolants.
[2023-11-26 11:43:56,644 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=12, Invalid=30, Unknown=0, NotChecked=0, Total=42
[2023-11-26 11:43:56,644 INFO  L87              Difference]: Start difference. First operand 128 states and 133 transitions. Second operand  has 7 states, 5 states have (on average 4.0) internal successors, (20), 5 states have internal predecessors, (20), 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)
[2023-11-26 11:43:57,016 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:57,016 INFO  L93              Difference]: Finished difference Result 175 states and 177 transitions.
[2023-11-26 11:43:57,017 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 7 states. 
[2023-11-26 11:43:57,017 INFO  L78                 Accepts]: Start accepts. Automaton has  has 7 states, 5 states have (on average 4.0) internal successors, (20), 5 states have internal predecessors, (20), 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 21
[2023-11-26 11:43:57,017 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:57,018 INFO  L225             Difference]: With dead ends: 175
[2023-11-26 11:43:57,019 INFO  L226             Difference]: Without dead ends: 174
[2023-11-26 11:43:57,019 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 23 GetRequests, 15 SyntacticMatches, 0 SemanticMatches, 8 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 1 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=30, Invalid=60, Unknown=0, NotChecked=0, Total=90
[2023-11-26 11:43:57,020 INFO  L413           NwaCegarLoop]: 84 mSDtfsCounter, 90 mSDsluCounter, 314 mSDsCounter, 0 mSdLazyCounter, 147 mSolverCounterSat, 5 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 90 SdHoareTripleChecker+Valid, 398 SdHoareTripleChecker+Invalid, 152 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 147 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:57,020 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [90 Valid, 398 Invalid, 152 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 147 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2023-11-26 11:43:57,021 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 174 states.
[2023-11-26 11:43:57,026 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 174 to 128.
[2023-11-26 11:43:57,027 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 128 states, 77 states have (on average 1.5974025974025974) internal successors, (123), 121 states have internal predecessors, (123), 4 states have call successors, (4), 3 states have call predecessors, (4), 3 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:57,028 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 128 states to 128 states and 132 transitions.
[2023-11-26 11:43:57,028 INFO  L78                 Accepts]: Start accepts. Automaton has 128 states and 132 transitions. Word has length 21
[2023-11-26 11:43:57,028 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:57,029 INFO  L495      AbstractCegarLoop]: Abstraction has 128 states and 132 transitions.
[2023-11-26 11:43:57,029 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 7 states, 5 states have (on average 4.0) internal successors, (20), 5 states have internal predecessors, (20), 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)
[2023-11-26 11:43:57,029 INFO  L276                IsEmpty]: Start isEmpty. Operand 128 states and 132 transitions.
[2023-11-26 11:43:57,030 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 23
[2023-11-26 11:43:57,030 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:57,030 INFO  L195           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]
[2023-11-26 11:43:57,037 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (9)] Forceful destruction successful, exit code 0
[2023-11-26 11:43:57,235 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 9 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable9
[2023-11-26 11:43:57,236 INFO  L420      AbstractCegarLoop]: === Iteration 11 === Targeting func_to_recursive_line_26_to_34_0Err17ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:57,236 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:57,236 INFO  L85        PathProgramCache]: Analyzing trace with hash 289430764, now seen corresponding path program 1 times
[2023-11-26 11:43:57,237 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:57,237 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1017120422]
[2023-11-26 11:43:57,237 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:57,237 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:57,256 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:57,256 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [563960432]
[2023-11-26 11:43:57,256 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:57,256 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:57,257 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:57,258 INFO  L229       MonitoredProcess]: Starting monitored process 10 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:57,261 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (10)] Waiting until timeout for monitored process
[2023-11-26 11:43:57,359 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:57,360 INFO  L262         TraceCheckSpWp]: Trace formula consists of 151 conjuncts, 18 conjunts are in the unsatisfiable core
[2023-11-26 11:43:57,363 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:43:57,374 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 15 treesize of output 1
[2023-11-26 11:43:57,477 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:43:57,504 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:57,504 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:43:57,504 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:57,505 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1017120422]
[2023-11-26 11:43:57,505 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:43:57,505 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [563960432]
[2023-11-26 11:43:57,505 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [563960432] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:57,505 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:57,505 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-26 11:43:57,506 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [2126421053]
[2023-11-26 11:43:57,506 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:57,506 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2023-11-26 11:43:57,507 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:57,507 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2023-11-26 11:43:57,507 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=9, Invalid=21, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:43:57,508 INFO  L87              Difference]: Start difference. First operand 128 states and 132 transitions. Second operand  has 6 states, 4 states have (on average 5.25) internal successors, (21), 4 states have internal predecessors, (21), 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)
[2023-11-26 11:43:57,736 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:57,736 INFO  L93              Difference]: Finished difference Result 174 states and 176 transitions.
[2023-11-26 11:43:57,737 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-26 11:43:57,737 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 4 states have (on average 5.25) internal successors, (21), 4 states have internal predecessors, (21), 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 22
[2023-11-26 11:43:57,737 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:57,738 INFO  L225             Difference]: With dead ends: 174
[2023-11-26 11:43:57,738 INFO  L226             Difference]: Without dead ends: 173
[2023-11-26 11:43:57,738 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 23 GetRequests, 17 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=19, Invalid=37, Unknown=0, NotChecked=0, Total=56
[2023-11-26 11:43:57,739 INFO  L413           NwaCegarLoop]: 85 mSDtfsCounter, 82 mSDsluCounter, 306 mSDsCounter, 0 mSdLazyCounter, 127 mSolverCounterSat, 4 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 82 SdHoareTripleChecker+Valid, 391 SdHoareTripleChecker+Invalid, 131 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 4 IncrementalHoareTripleChecker+Valid, 127 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.2s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:57,739 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [82 Valid, 391 Invalid, 131 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [4 Valid, 127 Invalid, 0 Unknown, 0 Unchecked, 0.2s Time]
[2023-11-26 11:43:57,740 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 173 states.
[2023-11-26 11:43:57,746 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 173 to 128.
[2023-11-26 11:43:57,747 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 128 states, 77 states have (on average 1.5844155844155845) internal successors, (122), 121 states have internal predecessors, (122), 4 states have call successors, (4), 3 states have call predecessors, (4), 3 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:57,748 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 128 states to 128 states and 131 transitions.
[2023-11-26 11:43:57,748 INFO  L78                 Accepts]: Start accepts. Automaton has 128 states and 131 transitions. Word has length 22
[2023-11-26 11:43:57,752 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:57,753 INFO  L495      AbstractCegarLoop]: Abstraction has 128 states and 131 transitions.
[2023-11-26 11:43:57,753 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 4 states have (on average 5.25) internal successors, (21), 4 states have internal predecessors, (21), 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)
[2023-11-26 11:43:57,753 INFO  L276                IsEmpty]: Start isEmpty. Operand 128 states and 131 transitions.
[2023-11-26 11:43:57,754 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 31
[2023-11-26 11:43:57,754 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:57,754 INFO  L195           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]
[2023-11-26 11:43:57,764 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (10)] Forceful destruction successful, exit code 0
[2023-11-26 11:43:57,961 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 10 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable10
[2023-11-26 11:43:57,961 INFO  L420      AbstractCegarLoop]: === Iteration 12 === Targeting func_to_recursive_line_26_to_34_0Err18ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:57,962 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:57,962 INFO  L85        PathProgramCache]: Analyzing trace with hash 903212149, now seen corresponding path program 1 times
[2023-11-26 11:43:57,962 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:57,962 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1896325879]
[2023-11-26 11:43:57,962 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:57,962 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:57,982 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:57,983 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [325999997]
[2023-11-26 11:43:57,983 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:57,983 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:57,983 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:57,984 INFO  L229       MonitoredProcess]: Starting monitored process 11 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:58,012 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (11)] Waiting until timeout for monitored process
[2023-11-26 11:43:58,100 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:58,101 INFO  L262         TraceCheckSpWp]: Trace formula consists of 168 conjuncts, 16 conjunts are in the unsatisfiable core
[2023-11-26 11:43:58,108 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:43:58,114 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
[2023-11-26 11:43:58,283 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:58,283 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:43:58,283 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:58,284 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1896325879]
[2023-11-26 11:43:58,284 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:43:58,284 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [325999997]
[2023-11-26 11:43:58,284 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [325999997] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:58,284 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:58,284 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2023-11-26 11:43:58,285 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1768863051]
[2023-11-26 11:43:58,285 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:58,285 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 7 states
[2023-11-26 11:43:58,285 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:58,286 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 7 interpolants.
[2023-11-26 11:43:58,286 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=14, Invalid=28, Unknown=0, NotChecked=0, Total=42
[2023-11-26 11:43:58,287 INFO  L87              Difference]: Start difference. First operand 128 states and 131 transitions. Second operand  has 7 states, 5 states have (on average 5.4) internal successors, (27), 5 states have internal predecessors, (27), 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)
[2023-11-26 11:43:58,390 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:58,391 INFO  L93              Difference]: Finished difference Result 173 states and 174 transitions.
[2023-11-26 11:43:58,391 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 8 states. 
[2023-11-26 11:43:58,391 INFO  L78                 Accepts]: Start accepts. Automaton has  has 7 states, 5 states have (on average 5.4) internal successors, (27), 5 states have internal predecessors, (27), 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 30
[2023-11-26 11:43:58,392 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:58,393 INFO  L225             Difference]: With dead ends: 173
[2023-11-26 11:43:58,393 INFO  L226             Difference]: Without dead ends: 172
[2023-11-26 11:43:58,393 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 31 GetRequests, 23 SyntacticMatches, 1 SemanticMatches, 7 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 3 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=26, Invalid=46, Unknown=0, NotChecked=0, Total=72
[2023-11-26 11:43:58,394 INFO  L413           NwaCegarLoop]: 95 mSDtfsCounter, 69 mSDsluCounter, 477 mSDsCounter, 0 mSdLazyCounter, 47 mSolverCounterSat, 3 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 69 SdHoareTripleChecker+Valid, 572 SdHoareTripleChecker+Invalid, 50 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 3 IncrementalHoareTripleChecker+Valid, 47 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:58,395 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [69 Valid, 572 Invalid, 50 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [3 Valid, 47 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2023-11-26 11:43:58,395 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 172 states.
[2023-11-26 11:43:58,405 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 172 to 133.
[2023-11-26 11:43:58,405 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 133 states, 81 states have (on average 1.5555555555555556) internal successors, (126), 125 states have internal predecessors, (126), 4 states have call successors, (4), 4 states have call predecessors, (4), 4 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:58,406 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 133 states to 133 states and 135 transitions.
[2023-11-26 11:43:58,407 INFO  L78                 Accepts]: Start accepts. Automaton has 133 states and 135 transitions. Word has length 30
[2023-11-26 11:43:58,407 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:58,407 INFO  L495      AbstractCegarLoop]: Abstraction has 133 states and 135 transitions.
[2023-11-26 11:43:58,407 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 7 states, 5 states have (on average 5.4) internal successors, (27), 5 states have internal predecessors, (27), 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)
[2023-11-26 11:43:58,407 INFO  L276                IsEmpty]: Start isEmpty. Operand 133 states and 135 transitions.
[2023-11-26 11:43:58,412 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 32
[2023-11-26 11:43:58,412 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:58,412 INFO  L195           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]
[2023-11-26 11:43:58,425 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (11)] Forceful destruction successful, exit code 0
[2023-11-26 11:43:58,625 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 11 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable11
[2023-11-26 11:43:58,625 INFO  L420      AbstractCegarLoop]: === Iteration 13 === Targeting func_to_recursive_line_26_to_34_0Err19ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:58,625 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:58,626 INFO  L85        PathProgramCache]: Analyzing trace with hash -2065194328, now seen corresponding path program 1 times
[2023-11-26 11:43:58,626 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:58,626 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [856210699]
[2023-11-26 11:43:58,626 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:58,626 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:58,640 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:58,640 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [2147476760]
[2023-11-26 11:43:58,640 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:58,640 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:58,640 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:58,641 INFO  L229       MonitoredProcess]: Starting monitored process 12 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:58,662 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (12)] Waiting until timeout for monitored process
[2023-11-26 11:43:58,751 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:58,752 INFO  L262         TraceCheckSpWp]: Trace formula consists of 169 conjuncts, 16 conjunts are in the unsatisfiable core
[2023-11-26 11:43:58,754 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:43:58,759 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
[2023-11-26 11:43:58,899 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:58,899 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:43:58,899 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:58,899 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [856210699]
[2023-11-26 11:43:58,899 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:43:58,899 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [2147476760]
[2023-11-26 11:43:58,899 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [2147476760] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:58,900 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:58,900 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2023-11-26 11:43:58,900 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1320013996]
[2023-11-26 11:43:58,900 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:58,900 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 7 states
[2023-11-26 11:43:58,901 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:58,901 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 7 interpolants.
[2023-11-26 11:43:58,901 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=14, Invalid=28, Unknown=0, NotChecked=0, Total=42
[2023-11-26 11:43:58,902 INFO  L87              Difference]: Start difference. First operand 133 states and 135 transitions. Second operand  has 7 states, 5 states have (on average 5.6) internal successors, (28), 5 states have internal predecessors, (28), 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)
[2023-11-26 11:43:59,014 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:59,014 INFO  L93              Difference]: Finished difference Result 172 states and 173 transitions.
[2023-11-26 11:43:59,015 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 8 states. 
[2023-11-26 11:43:59,015 INFO  L78                 Accepts]: Start accepts. Automaton has  has 7 states, 5 states have (on average 5.6) internal successors, (28), 5 states have internal predecessors, (28), 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 31
[2023-11-26 11:43:59,015 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:59,017 INFO  L225             Difference]: With dead ends: 172
[2023-11-26 11:43:59,017 INFO  L226             Difference]: Without dead ends: 171
[2023-11-26 11:43:59,017 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 32 GetRequests, 24 SyntacticMatches, 1 SemanticMatches, 7 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 3 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=26, Invalid=46, Unknown=0, NotChecked=0, Total=72
[2023-11-26 11:43:59,018 INFO  L413           NwaCegarLoop]: 96 mSDtfsCounter, 69 mSDsluCounter, 365 mSDsCounter, 0 mSdLazyCounter, 36 mSolverCounterSat, 3 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 69 SdHoareTripleChecker+Valid, 461 SdHoareTripleChecker+Invalid, 39 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 3 IncrementalHoareTripleChecker+Valid, 36 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:59,018 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [69 Valid, 461 Invalid, 39 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [3 Valid, 36 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2023-11-26 11:43:59,019 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 171 states.
[2023-11-26 11:43:59,025 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 171 to 134.
[2023-11-26 11:43:59,025 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 134 states, 82 states have (on average 1.548780487804878) internal successors, (127), 126 states have internal predecessors, (127), 4 states have call successors, (4), 4 states have call predecessors, (4), 4 states have return successors, (5), 4 states have call predecessors, (5), 4 states have call successors, (5)
[2023-11-26 11:43:59,026 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 134 states to 134 states and 136 transitions.
[2023-11-26 11:43:59,026 INFO  L78                 Accepts]: Start accepts. Automaton has 134 states and 136 transitions. Word has length 31
[2023-11-26 11:43:59,027 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:59,027 INFO  L495      AbstractCegarLoop]: Abstraction has 134 states and 136 transitions.
[2023-11-26 11:43:59,027 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 7 states, 5 states have (on average 5.6) internal successors, (28), 5 states have internal predecessors, (28), 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)
[2023-11-26 11:43:59,027 INFO  L276                IsEmpty]: Start isEmpty. Operand 134 states and 136 transitions.
[2023-11-26 11:43:59,028 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 33
[2023-11-26 11:43:59,028 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:59,028 INFO  L195           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]
[2023-11-26 11:43:59,037 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (12)] Forceful destruction successful, exit code 0
[2023-11-26 11:43:59,235 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 12 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable12
[2023-11-26 11:43:59,236 INFO  L420      AbstractCegarLoop]: === Iteration 14 === Targeting func_to_recursive_line_26_to_34_0Err20ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:59,236 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:59,236 INFO  L85        PathProgramCache]: Analyzing trace with hash 403485399, now seen corresponding path program 1 times
[2023-11-26 11:43:59,237 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:59,237 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [225500851]
[2023-11-26 11:43:59,237 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:59,238 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:59,265 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:59,266 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [941884129]
[2023-11-26 11:43:59,266 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:59,266 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:59,266 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:59,267 INFO  L229       MonitoredProcess]: Starting monitored process 13 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:59,292 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (13)] Waiting until timeout for monitored process
[2023-11-26 11:43:59,382 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:43:59,383 INFO  L262         TraceCheckSpWp]: Trace formula consists of 176 conjuncts, 4 conjunts are in the unsatisfiable core
[2023-11-26 11:43:59,385 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:43:59,480 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 17 treesize of output 9
[2023-11-26 11:43:59,490 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:43:59,490 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:43:59,491 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:43:59,491 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [225500851]
[2023-11-26 11:43:59,491 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:43:59,491 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [941884129]
[2023-11-26 11:43:59,491 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [941884129] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:43:59,491 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:43:59,491 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2023-11-26 11:43:59,492 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1728711107]
[2023-11-26 11:43:59,492 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:43:59,492 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2023-11-26 11:43:59,492 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:43:59,493 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2023-11-26 11:43:59,493 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=10, Invalid=20, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:43:59,493 INFO  L87              Difference]: Start difference. First operand 134 states and 136 transitions. Second operand  has 6 states, 5 states have (on average 5.8) internal successors, (29), 6 states have internal predecessors, (29), 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)
[2023-11-26 11:43:59,679 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:43:59,679 INFO  L93              Difference]: Finished difference Result 136 states and 138 transitions.
[2023-11-26 11:43:59,680 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 7 states. 
[2023-11-26 11:43:59,680 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 5 states have (on average 5.8) internal successors, (29), 6 states have internal predecessors, (29), 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 32
[2023-11-26 11:43:59,680 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:43:59,683 INFO  L225             Difference]: With dead ends: 136
[2023-11-26 11:43:59,683 INFO  L226             Difference]: Without dead ends: 135
[2023-11-26 11:43:59,683 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 34 GetRequests, 26 SyntacticMatches, 1 SemanticMatches, 7 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 4 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=25, Invalid=47, Unknown=0, NotChecked=0, Total=72
[2023-11-26 11:43:59,684 INFO  L413           NwaCegarLoop]: 65 mSDtfsCounter, 141 mSDsluCounter, 154 mSDsCounter, 0 mSdLazyCounter, 106 mSolverCounterSat, 7 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 141 SdHoareTripleChecker+Valid, 219 SdHoareTripleChecker+Invalid, 113 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 7 IncrementalHoareTripleChecker+Valid, 106 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2023-11-26 11:43:59,684 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [141 Valid, 219 Invalid, 113 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [7 Valid, 106 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2023-11-26 11:43:59,685 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 135 states.
[2023-11-26 11:43:59,692 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 135 to 135.
[2023-11-26 11:43:59,692 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 135 states, 83 states have (on average 1.5301204819277108) internal successors, (127), 126 states have internal predecessors, (127), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 4 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:43:59,693 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 135 states to 135 states and 137 transitions.
[2023-11-26 11:43:59,693 INFO  L78                 Accepts]: Start accepts. Automaton has 135 states and 137 transitions. Word has length 32
[2023-11-26 11:43:59,693 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:43:59,694 INFO  L495      AbstractCegarLoop]: Abstraction has 135 states and 137 transitions.
[2023-11-26 11:43:59,694 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 5 states have (on average 5.8) internal successors, (29), 6 states have internal predecessors, (29), 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)
[2023-11-26 11:43:59,694 INFO  L276                IsEmpty]: Start isEmpty. Operand 135 states and 137 transitions.
[2023-11-26 11:43:59,694 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 34
[2023-11-26 11:43:59,694 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:43:59,695 INFO  L195           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]
[2023-11-26 11:43:59,701 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (13)] Ended with exit code 0
[2023-11-26 11:43:59,901 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable13,13 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:59,901 INFO  L420      AbstractCegarLoop]: === Iteration 15 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:43:59,901 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:43:59,901 INFO  L85        PathProgramCache]: Analyzing trace with hash -377185067, now seen corresponding path program 1 times
[2023-11-26 11:43:59,902 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:43:59,902 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [760159138]
[2023-11-26 11:43:59,902 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:59,902 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:43:59,915 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:43:59,915 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [603694973]
[2023-11-26 11:43:59,915 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:43:59,916 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:43:59,916 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:43:59,917 INFO  L229       MonitoredProcess]: Starting monitored process 14 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:43:59,922 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (14)] Waiting until timeout for monitored process
[2023-11-26 11:44:00,028 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:00,029 INFO  L262         TraceCheckSpWp]: Trace formula consists of 170 conjuncts, 7 conjunts are in the unsatisfiable core
[2023-11-26 11:44:00,031 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:00,037 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 15 treesize of output 1
[2023-11-26 11:44:00,084 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:44:00,090 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:00,090 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:00,091 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:00,091 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [760159138]
[2023-11-26 11:44:00,091 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:00,091 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [603694973]
[2023-11-26 11:44:00,091 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [603694973] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:00,091 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:00,091 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-26 11:44:00,091 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [2000464229]
[2023-11-26 11:44:00,091 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:00,092 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 5 states
[2023-11-26 11:44:00,092 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:00,092 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 5 interpolants.
[2023-11-26 11:44:00,093 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=7, Invalid=13, Unknown=0, NotChecked=0, Total=20
[2023-11-26 11:44:00,093 INFO  L87              Difference]: Start difference. First operand 135 states and 137 transitions. Second operand  has 5 states, 4 states have (on average 7.25) internal successors, (29), 5 states have internal predecessors, (29), 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)
[2023-11-26 11:44:00,206 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:00,206 INFO  L93              Difference]: Finished difference Result 172 states and 173 transitions.
[2023-11-26 11:44:00,206 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-26 11:44:00,206 INFO  L78                 Accepts]: Start accepts. Automaton has  has 5 states, 4 states have (on average 7.25) internal successors, (29), 5 states have internal predecessors, (29), 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 33
[2023-11-26 11:44:00,207 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:00,208 INFO  L225             Difference]: With dead ends: 172
[2023-11-26 11:44:00,208 INFO  L226             Difference]: Without dead ends: 171
[2023-11-26 11:44:00,208 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 33 GetRequests, 29 SyntacticMatches, 0 SemanticMatches, 4 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=11, Invalid=19, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:44:00,209 INFO  L413           NwaCegarLoop]: 79 mSDtfsCounter, 105 mSDsluCounter, 190 mSDsCounter, 0 mSdLazyCounter, 79 mSolverCounterSat, 3 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 105 SdHoareTripleChecker+Valid, 269 SdHoareTripleChecker+Invalid, 82 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 3 IncrementalHoareTripleChecker+Valid, 79 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:00,209 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [105 Valid, 269 Invalid, 82 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [3 Valid, 79 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2023-11-26 11:44:00,210 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 171 states.
[2023-11-26 11:44:00,217 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 171 to 137.
[2023-11-26 11:44:00,218 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 137 states, 85 states have (on average 1.5176470588235293) internal successors, (129), 127 states have internal predecessors, (129), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:00,219 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 137 states to 137 states and 139 transitions.
[2023-11-26 11:44:00,219 INFO  L78                 Accepts]: Start accepts. Automaton has 137 states and 139 transitions. Word has length 33
[2023-11-26 11:44:00,219 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:00,219 INFO  L495      AbstractCegarLoop]: Abstraction has 137 states and 139 transitions.
[2023-11-26 11:44:00,219 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 5 states, 4 states have (on average 7.25) internal successors, (29), 5 states have internal predecessors, (29), 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)
[2023-11-26 11:44:00,219 INFO  L276                IsEmpty]: Start isEmpty. Operand 137 states and 139 transitions.
[2023-11-26 11:44:00,220 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 34
[2023-11-26 11:44:00,220 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:00,220 INFO  L195           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]
[2023-11-26 11:44:00,231 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (14)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:00,426 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 14 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable14
[2023-11-26 11:44:00,426 INFO  L420      AbstractCegarLoop]: === Iteration 16 === Targeting func_to_recursive_line_26_to_34_0Err21ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:00,427 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:00,427 INFO  L85        PathProgramCache]: Analyzing trace with hash -376854390, now seen corresponding path program 1 times
[2023-11-26 11:44:00,427 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:00,427 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [314395677]
[2023-11-26 11:44:00,427 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:00,427 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:00,445 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:00,445 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [129594921]
[2023-11-26 11:44:00,445 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:00,446 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:00,446 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:00,447 INFO  L229       MonitoredProcess]: Starting monitored process 15 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:00,478 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (15)] Waiting until timeout for monitored process
[2023-11-26 11:44:00,568 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:00,570 INFO  L262         TraceCheckSpWp]: Trace formula consists of 177 conjuncts, 4 conjunts are in the unsatisfiable core
[2023-11-26 11:44:00,571 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:00,654 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:44:00,665 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:00,665 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:00,665 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:00,665 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [314395677]
[2023-11-26 11:44:00,665 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:00,666 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [129594921]
[2023-11-26 11:44:00,666 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [129594921] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:00,666 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:00,666 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2023-11-26 11:44:00,666 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1104023118]
[2023-11-26 11:44:00,666 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:00,667 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2023-11-26 11:44:00,667 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:00,667 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2023-11-26 11:44:00,668 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=10, Invalid=20, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:44:00,668 INFO  L87              Difference]: Start difference. First operand 137 states and 139 transitions. Second operand  has 6 states, 5 states have (on average 6.0) internal successors, (30), 6 states have internal predecessors, (30), 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)
[2023-11-26 11:44:04,769 WARN  L539   Checker$ProtectedHtc]: IncrementalHoareTripleChecker took 4.00s for a HTC check with result UNKNOWN. Formula has sorts [Array, Bool, Int], hasArrays=true, hasNonlinArith=false, quantifiers [0]
[2023-11-26 11:44:04,914 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:04,915 INFO  L93              Difference]: Finished difference Result 137 states and 139 transitions.
[2023-11-26 11:44:04,915 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 8 states. 
[2023-11-26 11:44:04,915 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 5 states have (on average 6.0) internal successors, (30), 6 states have internal predecessors, (30), 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 33
[2023-11-26 11:44:04,915 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:04,916 INFO  L225             Difference]: With dead ends: 137
[2023-11-26 11:44:04,917 INFO  L226             Difference]: Without dead ends: 136
[2023-11-26 11:44:04,917 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 35 GetRequests, 27 SyntacticMatches, 1 SemanticMatches, 7 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 4 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=25, Invalid=47, Unknown=0, NotChecked=0, Total=72
[2023-11-26 11:44:04,917 INFO  L413           NwaCegarLoop]: 65 mSDtfsCounter, 97 mSDsluCounter, 178 mSDsCounter, 0 mSdLazyCounter, 107 mSolverCounterSat, 5 mSolverCounterUnsat, 1 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 4.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 97 SdHoareTripleChecker+Valid, 243 SdHoareTripleChecker+Invalid, 113 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 107 IncrementalHoareTripleChecker+Invalid, 1 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 4.2s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:04,918 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [97 Valid, 243 Invalid, 113 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 107 Invalid, 1 Unknown, 0 Unchecked, 4.2s Time]
[2023-11-26 11:44:04,918 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 136 states.
[2023-11-26 11:44:04,925 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 136 to 136.
[2023-11-26 11:44:04,926 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 136 states, 85 states have (on average 1.5058823529411764) internal successors, (128), 126 states have internal predecessors, (128), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:04,927 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 136 states to 136 states and 138 transitions.
[2023-11-26 11:44:04,927 INFO  L78                 Accepts]: Start accepts. Automaton has 136 states and 138 transitions. Word has length 33
[2023-11-26 11:44:04,927 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:04,927 INFO  L495      AbstractCegarLoop]: Abstraction has 136 states and 138 transitions.
[2023-11-26 11:44:04,927 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 5 states have (on average 6.0) internal successors, (30), 6 states have internal predecessors, (30), 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)
[2023-11-26 11:44:04,927 INFO  L276                IsEmpty]: Start isEmpty. Operand 136 states and 138 transitions.
[2023-11-26 11:44:04,928 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 35
[2023-11-26 11:44:04,928 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:04,928 INFO  L195           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]
[2023-11-26 11:44:04,936 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (15)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:05,136 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 15 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable15
[2023-11-26 11:44:05,136 INFO  L420      AbstractCegarLoop]: === Iteration 17 === Targeting ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:05,136 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:05,137 INFO  L85        PathProgramCache]: Analyzing trace with hash 1192164849, now seen corresponding path program 1 times
[2023-11-26 11:44:05,137 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:05,137 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1408760533]
[2023-11-26 11:44:05,137 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:05,137 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:05,151 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:05,151 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1569935548]
[2023-11-26 11:44:05,151 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:05,151 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:05,151 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:05,153 INFO  L229       MonitoredProcess]: Starting monitored process 16 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:05,172 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (16)] Waiting until timeout for monitored process
[2023-11-26 11:44:05,268 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:05,270 INFO  L262         TraceCheckSpWp]: Trace formula consists of 171 conjuncts, 7 conjunts are in the unsatisfiable core
[2023-11-26 11:44:05,271 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:05,276 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 15 treesize of output 1
[2023-11-26 11:44:05,327 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:44:05,335 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:05,336 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:05,336 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:05,336 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1408760533]
[2023-11-26 11:44:05,336 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:05,336 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1569935548]
[2023-11-26 11:44:05,336 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1569935548] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:05,336 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:05,336 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-26 11:44:05,337 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1707445197]
[2023-11-26 11:44:05,337 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:05,337 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 5 states
[2023-11-26 11:44:05,337 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:05,338 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 5 interpolants.
[2023-11-26 11:44:05,338 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=7, Invalid=13, Unknown=0, NotChecked=0, Total=20
[2023-11-26 11:44:05,338 INFO  L87              Difference]: Start difference. First operand 136 states and 138 transitions. Second operand  has 5 states, 4 states have (on average 7.5) internal successors, (30), 5 states have internal predecessors, (30), 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)
[2023-11-26 11:44:05,453 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:05,453 INFO  L93              Difference]: Finished difference Result 170 states and 171 transitions.
[2023-11-26 11:44:05,453 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-26 11:44:05,454 INFO  L78                 Accepts]: Start accepts. Automaton has  has 5 states, 4 states have (on average 7.5) internal successors, (30), 5 states have internal predecessors, (30), 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 34
[2023-11-26 11:44:05,454 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:05,455 INFO  L225             Difference]: With dead ends: 170
[2023-11-26 11:44:05,455 INFO  L226             Difference]: Without dead ends: 169
[2023-11-26 11:44:05,456 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 34 GetRequests, 30 SyntacticMatches, 0 SemanticMatches, 4 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=11, Invalid=19, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:44:05,456 INFO  L413           NwaCegarLoop]: 79 mSDtfsCounter, 101 mSDsluCounter, 189 mSDsCounter, 0 mSdLazyCounter, 77 mSolverCounterSat, 3 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 101 SdHoareTripleChecker+Valid, 268 SdHoareTripleChecker+Invalid, 80 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 3 IncrementalHoareTripleChecker+Valid, 77 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:05,456 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [101 Valid, 268 Invalid, 80 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [3 Valid, 77 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2023-11-26 11:44:05,457 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 169 states.
[2023-11-26 11:44:05,464 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 169 to 137.
[2023-11-26 11:44:05,464 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 137 states, 86 states have (on average 1.5) internal successors, (129), 127 states have internal predecessors, (129), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:05,465 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 137 states to 137 states and 139 transitions.
[2023-11-26 11:44:05,466 INFO  L78                 Accepts]: Start accepts. Automaton has 137 states and 139 transitions. Word has length 34
[2023-11-26 11:44:05,466 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:05,466 INFO  L495      AbstractCegarLoop]: Abstraction has 137 states and 139 transitions.
[2023-11-26 11:44:05,466 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 5 states, 4 states have (on average 7.5) internal successors, (30), 5 states have internal predecessors, (30), 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)
[2023-11-26 11:44:05,466 INFO  L276                IsEmpty]: Start isEmpty. Operand 137 states and 139 transitions.
[2023-11-26 11:44:05,467 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 35
[2023-11-26 11:44:05,467 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:05,467 INFO  L195           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]
[2023-11-26 11:44:05,478 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (16)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:05,673 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 16 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable16
[2023-11-26 11:44:05,673 INFO  L420      AbstractCegarLoop]: === Iteration 18 === Targeting func_to_recursive_line_26_to_34_0Err22ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:05,673 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:05,674 INFO  L85        PathProgramCache]: Analyzing trace with hash 1202415929, now seen corresponding path program 1 times
[2023-11-26 11:44:05,674 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:05,674 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [908244327]
[2023-11-26 11:44:05,674 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:05,674 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:05,688 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:05,688 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [2103703341]
[2023-11-26 11:44:05,688 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:05,688 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:05,688 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:05,689 INFO  L229       MonitoredProcess]: Starting monitored process 17 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:05,708 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (17)] Waiting until timeout for monitored process
[2023-11-26 11:44:05,813 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:05,815 INFO  L262         TraceCheckSpWp]: Trace formula consists of 186 conjuncts, 22 conjunts are in the unsatisfiable core
[2023-11-26 11:44:05,817 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:05,828 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 15 treesize of output 1
[2023-11-26 11:44:06,032 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 36 treesize of output 13
[2023-11-26 11:44:06,043 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 22 treesize of output 10
[2023-11-26 11:44:06,060 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:06,061 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:06,061 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:06,061 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [908244327]
[2023-11-26 11:44:06,061 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:06,061 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [2103703341]
[2023-11-26 11:44:06,061 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [2103703341] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:06,062 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:06,062 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [6] imperfect sequences [] total 6
[2023-11-26 11:44:06,062 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1993715404]
[2023-11-26 11:44:06,062 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:06,062 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 8 states
[2023-11-26 11:44:06,063 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:06,063 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 8 interpolants.
[2023-11-26 11:44:06,063 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=18, Invalid=38, Unknown=0, NotChecked=0, Total=56
[2023-11-26 11:44:06,064 INFO  L87              Difference]: Start difference. First operand 137 states and 139 transitions. Second operand  has 8 states, 6 states have (on average 5.166666666666667) internal successors, (31), 6 states have internal predecessors, (31), 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)
[2023-11-26 11:44:06,429 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:06,429 INFO  L93              Difference]: Finished difference Result 171 states and 173 transitions.
[2023-11-26 11:44:06,429 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 9 states. 
[2023-11-26 11:44:06,430 INFO  L78                 Accepts]: Start accepts. Automaton has  has 8 states, 6 states have (on average 5.166666666666667) internal successors, (31), 6 states have internal predecessors, (31), 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 34
[2023-11-26 11:44:06,430 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:06,431 INFO  L225             Difference]: With dead ends: 171
[2023-11-26 11:44:06,431 INFO  L226             Difference]: Without dead ends: 170
[2023-11-26 11:44:06,432 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 36 GetRequests, 26 SyntacticMatches, 1 SemanticMatches, 9 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 7 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=37, Invalid=73, Unknown=0, NotChecked=0, Total=110
[2023-11-26 11:44:06,432 INFO  L413           NwaCegarLoop]: 74 mSDtfsCounter, 227 mSDsluCounter, 283 mSDsCounter, 0 mSdLazyCounter, 127 mSolverCounterSat, 12 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 227 SdHoareTripleChecker+Valid, 357 SdHoareTripleChecker+Invalid, 139 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 12 IncrementalHoareTripleChecker+Valid, 127 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:06,432 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [227 Valid, 357 Invalid, 139 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [12 Valid, 127 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2023-11-26 11:44:06,433 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 170 states.
[2023-11-26 11:44:06,441 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 170 to 136.
[2023-11-26 11:44:06,441 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 136 states, 86 states have (on average 1.4883720930232558) internal successors, (128), 126 states have internal predecessors, (128), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:06,442 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 136 states to 136 states and 138 transitions.
[2023-11-26 11:44:06,442 INFO  L78                 Accepts]: Start accepts. Automaton has 136 states and 138 transitions. Word has length 34
[2023-11-26 11:44:06,443 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:06,443 INFO  L495      AbstractCegarLoop]: Abstraction has 136 states and 138 transitions.
[2023-11-26 11:44:06,443 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 8 states, 6 states have (on average 5.166666666666667) internal successors, (31), 6 states have internal predecessors, (31), 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)
[2023-11-26 11:44:06,443 INFO  L276                IsEmpty]: Start isEmpty. Operand 136 states and 138 transitions.
[2023-11-26 11:44:06,444 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 36
[2023-11-26 11:44:06,444 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:06,444 INFO  L195           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]
[2023-11-26 11:44:06,453 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (17)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:06,653 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 17 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable17
[2023-11-26 11:44:06,653 INFO  L420      AbstractCegarLoop]: === Iteration 19 === Targeting ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:06,654 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:06,654 INFO  L85        PathProgramCache]: Analyzing trace with hash -1697595305, now seen corresponding path program 1 times
[2023-11-26 11:44:06,654 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:06,654 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1762460190]
[2023-11-26 11:44:06,654 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:06,654 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:06,675 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:06,676 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [693911769]
[2023-11-26 11:44:06,676 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:06,676 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:06,676 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:06,677 INFO  L229       MonitoredProcess]: Starting monitored process 18 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:06,700 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (18)] Waiting until timeout for monitored process
[2023-11-26 11:44:06,798 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:06,800 INFO  L262         TraceCheckSpWp]: Trace formula consists of 174 conjuncts, 7 conjunts are in the unsatisfiable core
[2023-11-26 11:44:06,801 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:06,833 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 15 treesize of output 1
[2023-11-26 11:44:06,901 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:44:06,908 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:06,909 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:06,909 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:06,909 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1762460190]
[2023-11-26 11:44:06,909 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:06,909 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [693911769]
[2023-11-26 11:44:06,909 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [693911769] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:06,910 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:06,910 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-26 11:44:06,910 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1256574239]
[2023-11-26 11:44:06,910 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:06,910 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 5 states
[2023-11-26 11:44:06,911 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:06,911 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 5 interpolants.
[2023-11-26 11:44:06,911 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=7, Invalid=13, Unknown=0, NotChecked=0, Total=20
[2023-11-26 11:44:06,912 INFO  L87              Difference]: Start difference. First operand 136 states and 138 transitions. Second operand  has 5 states, 4 states have (on average 7.75) internal successors, (31), 5 states have internal predecessors, (31), 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)
[2023-11-26 11:44:07,248 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:07,248 INFO  L93              Difference]: Finished difference Result 168 states and 169 transitions.
[2023-11-26 11:44:07,248 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-26 11:44:07,249 INFO  L78                 Accepts]: Start accepts. Automaton has  has 5 states, 4 states have (on average 7.75) internal successors, (31), 5 states have internal predecessors, (31), 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 35
[2023-11-26 11:44:07,249 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:07,250 INFO  L225             Difference]: With dead ends: 168
[2023-11-26 11:44:07,250 INFO  L226             Difference]: Without dead ends: 167
[2023-11-26 11:44:07,250 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 35 GetRequests, 31 SyntacticMatches, 0 SemanticMatches, 4 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=11, Invalid=19, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:44:07,251 INFO  L413           NwaCegarLoop]: 63 mSDtfsCounter, 88 mSDsluCounter, 161 mSDsCounter, 0 mSdLazyCounter, 125 mSolverCounterSat, 3 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 88 SdHoareTripleChecker+Valid, 224 SdHoareTripleChecker+Invalid, 128 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 3 IncrementalHoareTripleChecker+Valid, 125 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:07,251 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [88 Valid, 224 Invalid, 128 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [3 Valid, 125 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2023-11-26 11:44:07,252 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 167 states.
[2023-11-26 11:44:07,258 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 167 to 137.
[2023-11-26 11:44:07,259 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 137 states, 87 states have (on average 1.4827586206896552) internal successors, (129), 127 states have internal predecessors, (129), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:07,260 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 137 states to 137 states and 139 transitions.
[2023-11-26 11:44:07,260 INFO  L78                 Accepts]: Start accepts. Automaton has 137 states and 139 transitions. Word has length 35
[2023-11-26 11:44:07,260 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:07,260 INFO  L495      AbstractCegarLoop]: Abstraction has 137 states and 139 transitions.
[2023-11-26 11:44:07,260 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 5 states, 4 states have (on average 7.75) internal successors, (31), 5 states have internal predecessors, (31), 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)
[2023-11-26 11:44:07,261 INFO  L276                IsEmpty]: Start isEmpty. Operand 137 states and 139 transitions.
[2023-11-26 11:44:07,261 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 36
[2023-11-26 11:44:07,261 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:07,261 INFO  L195           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]
[2023-11-26 11:44:07,273 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (18)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:07,468 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable18,18 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:07,469 INFO  L420      AbstractCegarLoop]: === Iteration 20 === Targeting func_to_recursive_line_26_to_34_0Err23ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:07,469 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:07,469 INFO  L85        PathProgramCache]: Analyzing trace with hash -1379811732, now seen corresponding path program 1 times
[2023-11-26 11:44:07,469 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:07,470 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [256822015]
[2023-11-26 11:44:07,470 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:07,470 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:07,493 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:07,493 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [433642476]
[2023-11-26 11:44:07,493 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:07,494 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:07,494 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:07,495 INFO  L229       MonitoredProcess]: Starting monitored process 19 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:07,499 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (19)] Waiting until timeout for monitored process
[2023-11-26 11:44:07,619 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:07,620 INFO  L262         TraceCheckSpWp]: Trace formula consists of 187 conjuncts, 25 conjunts are in the unsatisfiable core
[2023-11-26 11:44:07,623 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:07,640 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
[2023-11-26 11:44:07,827 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:07,828 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:07,828 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:07,828 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [256822015]
[2023-11-26 11:44:07,828 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:07,828 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [433642476]
[2023-11-26 11:44:07,828 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [433642476] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:07,829 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:07,829 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [6] imperfect sequences [] total 6
[2023-11-26 11:44:07,829 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [80977487]
[2023-11-26 11:44:07,829 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:07,829 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 8 states
[2023-11-26 11:44:07,829 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:07,830 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 8 interpolants.
[2023-11-26 11:44:07,830 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=18, Invalid=38, Unknown=0, NotChecked=0, Total=56
[2023-11-26 11:44:07,830 INFO  L87              Difference]: Start difference. First operand 137 states and 139 transitions. Second operand  has 8 states, 6 states have (on average 5.333333333333333) internal successors, (32), 6 states have internal predecessors, (32), 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)
[2023-11-26 11:44:08,033 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:08,034 INFO  L93              Difference]: Finished difference Result 176 states and 177 transitions.
[2023-11-26 11:44:08,034 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 8 states. 
[2023-11-26 11:44:08,034 INFO  L78                 Accepts]: Start accepts. Automaton has  has 8 states, 6 states have (on average 5.333333333333333) internal successors, (32), 6 states have internal predecessors, (32), 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 35
[2023-11-26 11:44:08,034 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:08,035 INFO  L225             Difference]: With dead ends: 176
[2023-11-26 11:44:08,036 INFO  L226             Difference]: Without dead ends: 175
[2023-11-26 11:44:08,036 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 36 GetRequests, 27 SyntacticMatches, 1 SemanticMatches, 8 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 6 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=30, Invalid=60, Unknown=0, NotChecked=0, Total=90
[2023-11-26 11:44:08,036 INFO  L413           NwaCegarLoop]: 76 mSDtfsCounter, 66 mSDsluCounter, 351 mSDsCounter, 0 mSdLazyCounter, 140 mSolverCounterSat, 2 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 66 SdHoareTripleChecker+Valid, 427 SdHoareTripleChecker+Invalid, 142 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 2 IncrementalHoareTripleChecker+Valid, 140 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.2s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:08,037 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [66 Valid, 427 Invalid, 142 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [2 Valid, 140 Invalid, 0 Unknown, 0 Unchecked, 0.2s Time]
[2023-11-26 11:44:08,037 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 175 states.
[2023-11-26 11:44:08,043 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 175 to 141.
[2023-11-26 11:44:08,043 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 141 states, 91 states have (on average 1.4615384615384615) internal successors, (133), 131 states have internal predecessors, (133), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:08,044 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 141 states to 141 states and 143 transitions.
[2023-11-26 11:44:08,044 INFO  L78                 Accepts]: Start accepts. Automaton has 141 states and 143 transitions. Word has length 35
[2023-11-26 11:44:08,045 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:08,045 INFO  L495      AbstractCegarLoop]: Abstraction has 141 states and 143 transitions.
[2023-11-26 11:44:08,045 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 8 states, 6 states have (on average 5.333333333333333) internal successors, (32), 6 states have internal predecessors, (32), 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)
[2023-11-26 11:44:08,045 INFO  L276                IsEmpty]: Start isEmpty. Operand 141 states and 143 transitions.
[2023-11-26 11:44:08,045 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 37
[2023-11-26 11:44:08,046 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:08,046 INFO  L195           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]
[2023-11-26 11:44:08,057 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (19)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:08,252 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable19,19 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:08,252 INFO  L420      AbstractCegarLoop]: === Iteration 21 === Targeting ULTIMATE.startErr3ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:08,252 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:08,252 INFO  L85        PathProgramCache]: Analyzing trace with hash -1085846861, now seen corresponding path program 1 times
[2023-11-26 11:44:08,252 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:08,253 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1717082305]
[2023-11-26 11:44:08,253 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:08,253 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:08,281 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:08,281 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1090272945]
[2023-11-26 11:44:08,282 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:08,282 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:08,282 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:08,283 INFO  L229       MonitoredProcess]: Starting monitored process 20 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:08,312 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (20)] Waiting until timeout for monitored process
[2023-11-26 11:44:08,423 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:08,425 INFO  L262         TraceCheckSpWp]: Trace formula consists of 175 conjuncts, 7 conjunts are in the unsatisfiable core
[2023-11-26 11:44:08,426 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:08,441 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 15 treesize of output 1
[2023-11-26 11:44:08,495 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:44:08,506 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:08,506 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:08,506 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:08,506 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1717082305]
[2023-11-26 11:44:08,506 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:08,506 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1090272945]
[2023-11-26 11:44:08,507 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1090272945] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:08,507 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:08,507 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [] total 4
[2023-11-26 11:44:08,507 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [444456688]
[2023-11-26 11:44:08,507 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:08,507 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 5 states
[2023-11-26 11:44:08,507 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:08,508 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 5 interpolants.
[2023-11-26 11:44:08,508 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=7, Invalid=13, Unknown=0, NotChecked=0, Total=20
[2023-11-26 11:44:08,508 INFO  L87              Difference]: Start difference. First operand 141 states and 143 transitions. Second operand  has 5 states, 4 states have (on average 8.0) internal successors, (32), 5 states have internal predecessors, (32), 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)
[2023-11-26 11:44:08,845 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:08,845 INFO  L93              Difference]: Finished difference Result 171 states and 172 transitions.
[2023-11-26 11:44:08,845 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2023-11-26 11:44:08,845 INFO  L78                 Accepts]: Start accepts. Automaton has  has 5 states, 4 states have (on average 8.0) internal successors, (32), 5 states have internal predecessors, (32), 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 36
[2023-11-26 11:44:08,845 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:08,847 INFO  L225             Difference]: With dead ends: 171
[2023-11-26 11:44:08,847 INFO  L226             Difference]: Without dead ends: 170
[2023-11-26 11:44:08,847 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 36 GetRequests, 32 SyntacticMatches, 0 SemanticMatches, 4 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=11, Invalid=19, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:44:08,848 INFO  L413           NwaCegarLoop]: 64 mSDtfsCounter, 85 mSDsluCounter, 162 mSDsCounter, 0 mSdLazyCounter, 123 mSolverCounterSat, 3 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 85 SdHoareTripleChecker+Valid, 226 SdHoareTripleChecker+Invalid, 126 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 3 IncrementalHoareTripleChecker+Valid, 123 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.3s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:08,848 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [85 Valid, 226 Invalid, 126 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [3 Valid, 123 Invalid, 0 Unknown, 0 Unchecked, 0.3s Time]
[2023-11-26 11:44:08,849 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 170 states.
[2023-11-26 11:44:08,856 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 170 to 142.
[2023-11-26 11:44:08,856 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 142 states, 92 states have (on average 1.4565217391304348) internal successors, (134), 132 states have internal predecessors, (134), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:08,857 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 142 states to 142 states and 144 transitions.
[2023-11-26 11:44:08,857 INFO  L78                 Accepts]: Start accepts. Automaton has 142 states and 144 transitions. Word has length 36
[2023-11-26 11:44:08,858 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:08,858 INFO  L495      AbstractCegarLoop]: Abstraction has 142 states and 144 transitions.
[2023-11-26 11:44:08,858 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 5 states, 4 states have (on average 8.0) internal successors, (32), 5 states have internal predecessors, (32), 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)
[2023-11-26 11:44:08,858 INFO  L276                IsEmpty]: Start isEmpty. Operand 142 states and 144 transitions.
[2023-11-26 11:44:08,859 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 37
[2023-11-26 11:44:08,859 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:08,859 INFO  L195           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]
[2023-11-26 11:44:08,869 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (20)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:09,065 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 20 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable20
[2023-11-26 11:44:09,065 INFO  L420      AbstractCegarLoop]: === Iteration 22 === Targeting func_to_recursive_line_26_to_34_0Err24ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:09,066 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:09,066 INFO  L85        PathProgramCache]: Analyzing trace with hash 175509403, now seen corresponding path program 1 times
[2023-11-26 11:44:09,066 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:09,066 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1577061207]
[2023-11-26 11:44:09,066 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:09,066 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:09,079 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:09,079 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1018408943]
[2023-11-26 11:44:09,079 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:09,079 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:09,079 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:09,080 INFO  L229       MonitoredProcess]: Starting monitored process 21 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:09,089 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (21)] Waiting until timeout for monitored process
[2023-11-26 11:44:09,215 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:09,216 INFO  L262         TraceCheckSpWp]: Trace formula consists of 190 conjuncts, 18 conjunts are in the unsatisfiable core
[2023-11-26 11:44:09,218 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:09,227 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 15 treesize of output 1
[2023-11-26 11:44:09,430 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:44:09,457 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:09,457 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:09,458 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:09,458 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1577061207]
[2023-11-26 11:44:09,458 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:09,458 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1018408943]
[2023-11-26 11:44:09,458 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1018408943] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:09,458 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:09,458 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [6] imperfect sequences [] total 6
[2023-11-26 11:44:09,458 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [379789109]
[2023-11-26 11:44:09,458 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:09,459 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 8 states
[2023-11-26 11:44:09,459 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:09,459 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 8 interpolants.
[2023-11-26 11:44:09,459 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=18, Invalid=38, Unknown=0, NotChecked=0, Total=56
[2023-11-26 11:44:09,460 INFO  L87              Difference]: Start difference. First operand 142 states and 144 transitions. Second operand  has 8 states, 6 states have (on average 5.5) internal successors, (33), 6 states have internal predecessors, (33), 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)
[2023-11-26 11:44:13,588 WARN  L539   Checker$ProtectedHtc]: IncrementalHoareTripleChecker took 4.00s for a HTC check with result UNKNOWN. Formula has sorts [Array, Bool, Int], hasArrays=true, hasNonlinArith=true, quantifiers [0]
[2023-11-26 11:44:17,616 WARN  L539   Checker$ProtectedHtc]: IncrementalHoareTripleChecker took 4.00s for a HTC check with result UNKNOWN. Formula has sorts [Array, Bool, Int], hasArrays=true, hasNonlinArith=true, quantifiers [0]
[2023-11-26 11:44:17,617 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:17,617 INFO  L93              Difference]: Finished difference Result 174 states and 175 transitions.
[2023-11-26 11:44:17,635 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 8 states. 
[2023-11-26 11:44:17,636 INFO  L78                 Accepts]: Start accepts. Automaton has  has 8 states, 6 states have (on average 5.5) internal successors, (33), 6 states have internal predecessors, (33), 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 36
[2023-11-26 11:44:17,636 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:17,637 INFO  L225             Difference]: With dead ends: 174
[2023-11-26 11:44:17,637 INFO  L226             Difference]: Without dead ends: 173
[2023-11-26 11:44:17,638 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 38 GetRequests, 28 SyntacticMatches, 1 SemanticMatches, 9 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 6 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=39, Invalid=71, Unknown=0, NotChecked=0, Total=110
[2023-11-26 11:44:17,638 INFO  L413           NwaCegarLoop]: 90 mSDtfsCounter, 108 mSDsluCounter, 338 mSDsCounter, 0 mSdLazyCounter, 58 mSolverCounterSat, 4 mSolverCounterUnsat, 2 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 8.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 108 SdHoareTripleChecker+Valid, 428 SdHoareTripleChecker+Invalid, 64 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 4 IncrementalHoareTripleChecker+Valid, 58 IncrementalHoareTripleChecker+Invalid, 2 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 8.1s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:17,638 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [108 Valid, 428 Invalid, 64 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [4 Valid, 58 Invalid, 2 Unknown, 0 Unchecked, 8.1s Time]
[2023-11-26 11:44:17,639 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 173 states.
[2023-11-26 11:44:17,646 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 173 to 143.
[2023-11-26 11:44:17,646 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 143 states, 93 states have (on average 1.4516129032258065) internal successors, (135), 133 states have internal predecessors, (135), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:17,647 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 143 states to 143 states and 145 transitions.
[2023-11-26 11:44:17,647 INFO  L78                 Accepts]: Start accepts. Automaton has 143 states and 145 transitions. Word has length 36
[2023-11-26 11:44:17,647 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:17,648 INFO  L495      AbstractCegarLoop]: Abstraction has 143 states and 145 transitions.
[2023-11-26 11:44:17,648 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 8 states, 6 states have (on average 5.5) internal successors, (33), 6 states have internal predecessors, (33), 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)
[2023-11-26 11:44:17,648 INFO  L276                IsEmpty]: Start isEmpty. Operand 143 states and 145 transitions.
[2023-11-26 11:44:17,648 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 38
[2023-11-26 11:44:17,649 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:17,649 INFO  L195           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]
[2023-11-26 11:44:17,657 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (21)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:17,857 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable21,21 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:17,858 INFO  L420      AbstractCegarLoop]: === Iteration 23 === Targeting ULTIMATE.startErr4ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:17,858 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:17,858 INFO  L85        PathProgramCache]: Analyzing trace with hash 698485721, now seen corresponding path program 1 times
[2023-11-26 11:44:17,858 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:17,859 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [755936582]
[2023-11-26 11:44:17,859 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:17,859 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:17,871 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:17,871 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1187002009]
[2023-11-26 11:44:17,871 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:17,871 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:17,871 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:17,872 INFO  L229       MonitoredProcess]: Starting monitored process 22 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:17,877 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (22)] Waiting until timeout for monitored process
[2023-11-26 11:44:18,015 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:18,017 INFO  L262         TraceCheckSpWp]: Trace formula consists of 178 conjuncts, 26 conjunts are in the unsatisfiable core
[2023-11-26 11:44:18,019 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:18,025 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 15 treesize of output 1
[2023-11-26 11:44:18,235 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:44:18,246 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:18,246 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:18,246 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:18,246 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [755936582]
[2023-11-26 11:44:18,246 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:18,246 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1187002009]
[2023-11-26 11:44:18,246 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1187002009] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:18,246 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:18,247 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [8] imperfect sequences [] total 8
[2023-11-26 11:44:18,247 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1259667734]
[2023-11-26 11:44:18,247 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:18,247 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 9 states
[2023-11-26 11:44:18,247 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:18,248 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 9 interpolants.
[2023-11-26 11:44:18,248 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=20, Invalid=52, Unknown=0, NotChecked=0, Total=72
[2023-11-26 11:44:18,248 INFO  L87              Difference]: Start difference. First operand 143 states and 145 transitions. Second operand  has 9 states, 8 states have (on average 4.125) internal successors, (33), 9 states have internal predecessors, (33), 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)
[2023-11-26 11:44:18,532 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:18,532 INFO  L93              Difference]: Finished difference Result 143 states and 145 transitions.
[2023-11-26 11:44:18,532 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 9 states. 
[2023-11-26 11:44:18,533 INFO  L78                 Accepts]: Start accepts. Automaton has  has 9 states, 8 states have (on average 4.125) internal successors, (33), 9 states have internal predecessors, (33), 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 37
[2023-11-26 11:44:18,533 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:18,534 INFO  L225             Difference]: With dead ends: 143
[2023-11-26 11:44:18,534 INFO  L226             Difference]: Without dead ends: 141
[2023-11-26 11:44:18,534 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 38 GetRequests, 29 SyntacticMatches, 0 SemanticMatches, 9 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 13 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=31, Invalid=79, Unknown=0, NotChecked=0, Total=110
[2023-11-26 11:44:18,535 INFO  L413           NwaCegarLoop]: 47 mSDtfsCounter, 133 mSDsluCounter, 202 mSDsCounter, 0 mSdLazyCounter, 258 mSolverCounterSat, 5 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 134 SdHoareTripleChecker+Valid, 249 SdHoareTripleChecker+Invalid, 263 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 5 IncrementalHoareTripleChecker+Valid, 258 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.2s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:18,535 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [134 Valid, 249 Invalid, 263 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [5 Valid, 258 Invalid, 0 Unknown, 0 Unchecked, 0.2s Time]
[2023-11-26 11:44:18,536 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 141 states.
[2023-11-26 11:44:18,543 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 141 to 141.
[2023-11-26 11:44:18,543 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 141 states, 93 states have (on average 1.4301075268817205) internal successors, (133), 131 states have internal predecessors, (133), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:18,544 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 141 states to 141 states and 143 transitions.
[2023-11-26 11:44:18,545 INFO  L78                 Accepts]: Start accepts. Automaton has 141 states and 143 transitions. Word has length 37
[2023-11-26 11:44:18,545 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:18,545 INFO  L495      AbstractCegarLoop]: Abstraction has 141 states and 143 transitions.
[2023-11-26 11:44:18,545 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 9 states, 8 states have (on average 4.125) internal successors, (33), 9 states have internal predecessors, (33), 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)
[2023-11-26 11:44:18,545 INFO  L276                IsEmpty]: Start isEmpty. Operand 141 states and 143 transitions.
[2023-11-26 11:44:18,546 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 38
[2023-11-26 11:44:18,546 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:18,546 INFO  L195           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]
[2023-11-26 11:44:18,552 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (22)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:18,752 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable22,22 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:18,752 INFO  L420      AbstractCegarLoop]: === Iteration 24 === Targeting func_to_recursive_line_26_to_34_0Err25ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:18,752 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:18,753 INFO  L85        PathProgramCache]: Analyzing trace with hash 1145824334, now seen corresponding path program 1 times
[2023-11-26 11:44:18,753 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:18,753 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1528517608]
[2023-11-26 11:44:18,753 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:18,753 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:18,775 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:18,775 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1272448941]
[2023-11-26 11:44:18,776 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:18,776 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:18,776 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:18,777 INFO  L229       MonitoredProcess]: Starting monitored process 23 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:18,803 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (23)] Waiting until timeout for monitored process
[2023-11-26 11:44:18,911 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:18,912 INFO  L262         TraceCheckSpWp]: Trace formula consists of 191 conjuncts, 18 conjunts are in the unsatisfiable core
[2023-11-26 11:44:18,914 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:18,922 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 15 treesize of output 1
[2023-11-26 11:44:19,126 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:44:19,150 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:19,151 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:19,151 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:19,151 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1528517608]
[2023-11-26 11:44:19,151 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:19,151 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1272448941]
[2023-11-26 11:44:19,151 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1272448941] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:19,151 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:19,151 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2023-11-26 11:44:19,152 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1052469341]
[2023-11-26 11:44:19,152 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:19,152 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 7 states
[2023-11-26 11:44:19,152 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:19,153 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 7 interpolants.
[2023-11-26 11:44:19,153 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=14, Invalid=28, Unknown=0, NotChecked=0, Total=42
[2023-11-26 11:44:19,153 INFO  L87              Difference]: Start difference. First operand 141 states and 143 transitions. Second operand  has 7 states, 5 states have (on average 6.8) internal successors, (34), 5 states have internal predecessors, (34), 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)
[2023-11-26 11:44:19,283 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:19,284 INFO  L93              Difference]: Finished difference Result 170 states and 171 transitions.
[2023-11-26 11:44:19,284 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 7 states. 
[2023-11-26 11:44:19,284 INFO  L78                 Accepts]: Start accepts. Automaton has  has 7 states, 5 states have (on average 6.8) internal successors, (34), 5 states have internal predecessors, (34), 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 37
[2023-11-26 11:44:19,285 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:19,286 INFO  L225             Difference]: With dead ends: 170
[2023-11-26 11:44:19,286 INFO  L226             Difference]: Without dead ends: 169
[2023-11-26 11:44:19,286 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 38 GetRequests, 30 SyntacticMatches, 1 SemanticMatches, 7 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 3 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=26, Invalid=46, Unknown=0, NotChecked=0, Total=72
[2023-11-26 11:44:19,286 INFO  L413           NwaCegarLoop]: 90 mSDtfsCounter, 97 mSDsluCounter, 387 mSDsCounter, 0 mSdLazyCounter, 52 mSolverCounterSat, 3 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 97 SdHoareTripleChecker+Valid, 477 SdHoareTripleChecker+Invalid, 55 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 3 IncrementalHoareTripleChecker+Valid, 52 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:19,287 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [97 Valid, 477 Invalid, 55 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [3 Valid, 52 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2023-11-26 11:44:19,287 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 169 states.
[2023-11-26 11:44:19,313 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 169 to 142.
[2023-11-26 11:44:19,314 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 142 states, 94 states have (on average 1.425531914893617) internal successors, (134), 132 states have internal predecessors, (134), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:19,315 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 142 states to 142 states and 144 transitions.
[2023-11-26 11:44:19,316 INFO  L78                 Accepts]: Start accepts. Automaton has 142 states and 144 transitions. Word has length 37
[2023-11-26 11:44:19,317 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:19,317 INFO  L495      AbstractCegarLoop]: Abstraction has 142 states and 144 transitions.
[2023-11-26 11:44:19,317 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 7 states, 5 states have (on average 6.8) internal successors, (34), 5 states have internal predecessors, (34), 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)
[2023-11-26 11:44:19,317 INFO  L276                IsEmpty]: Start isEmpty. Operand 142 states and 144 transitions.
[2023-11-26 11:44:19,318 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 39
[2023-11-26 11:44:19,318 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:19,318 INFO  L195           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]
[2023-11-26 11:44:19,324 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (23)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:19,524 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable23,23 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:19,524 INFO  L420      AbstractCegarLoop]: === Iteration 25 === Targeting ULTIMATE.startErr5ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:19,525 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:19,525 INFO  L85        PathProgramCache]: Analyzing trace with hash 178220917, now seen corresponding path program 1 times
[2023-11-26 11:44:19,525 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:19,525 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1308045221]
[2023-11-26 11:44:19,525 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:19,525 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:19,537 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:19,537 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [632687231]
[2023-11-26 11:44:19,537 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:19,538 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:19,538 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:19,539 INFO  L229       MonitoredProcess]: Starting monitored process 24 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:19,555 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (24)] Waiting until timeout for monitored process
[2023-11-26 11:44:19,682 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:19,684 INFO  L262         TraceCheckSpWp]: Trace formula consists of 179 conjuncts, 26 conjunts are in the unsatisfiable core
[2023-11-26 11:44:19,686 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:19,692 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 15 treesize of output 1
[2023-11-26 11:44:20,067 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 28 treesize of output 12
[2023-11-26 11:44:20,091 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:20,091 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:20,091 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:20,091 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1308045221]
[2023-11-26 11:44:20,091 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:20,091 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [632687231]
[2023-11-26 11:44:20,091 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [632687231] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:20,091 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:20,091 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [10] imperfect sequences [] total 10
[2023-11-26 11:44:20,092 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [774946493]
[2023-11-26 11:44:20,092 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:20,092 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 12 states
[2023-11-26 11:44:20,092 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:20,093 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 12 interpolants.
[2023-11-26 11:44:20,093 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=32, Invalid=100, Unknown=0, NotChecked=0, Total=132
[2023-11-26 11:44:20,093 INFO  L87              Difference]: Start difference. First operand 142 states and 144 transitions. Second operand  has 12 states, 10 states have (on average 3.4) internal successors, (34), 10 states have internal predecessors, (34), 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)
[2023-11-26 11:44:24,315 WARN  L539   Checker$ProtectedHtc]: IncrementalHoareTripleChecker took 4.00s for a HTC check with result UNKNOWN. Formula has sorts [Array, Bool, Int], hasArrays=true, hasNonlinArith=true, quantifiers [0]
[2023-11-26 11:44:29,202 WARN  L539   Checker$ProtectedHtc]: IncrementalHoareTripleChecker took 1.03s for a HTC check with result INVALID. Formula has sorts [Array, Bool, Int], hasArrays=true, hasNonlinArith=true, quantifiers [0]
[2023-11-26 11:44:29,203 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:29,203 INFO  L93              Difference]: Finished difference Result 169 states and 170 transitions.
[2023-11-26 11:44:29,204 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 16 states. 
[2023-11-26 11:44:29,204 INFO  L78                 Accepts]: Start accepts. Automaton has  has 12 states, 10 states have (on average 3.4) internal successors, (34), 10 states have internal predecessors, (34), 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 38
[2023-11-26 11:44:29,204 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:29,205 INFO  L225             Difference]: With dead ends: 169
[2023-11-26 11:44:29,205 INFO  L226             Difference]: Without dead ends: 168
[2023-11-26 11:44:29,205 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 44 GetRequests, 26 SyntacticMatches, 1 SemanticMatches, 17 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 68 ImplicationChecksByTransitivity, 0.3s TimeCoverageRelationStatistics Valid=85, Invalid=257, Unknown=0, NotChecked=0, Total=342
[2023-11-26 11:44:29,206 INFO  L413           NwaCegarLoop]: 49 mSDtfsCounter, 249 mSDsluCounter, 320 mSDsCounter, 0 mSdLazyCounter, 341 mSolverCounterSat, 9 mSolverCounterUnsat, 2 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 8.9s Time, 0 mProtectedPredicate, 0 mProtectedAction, 249 SdHoareTripleChecker+Valid, 369 SdHoareTripleChecker+Invalid, 352 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 9 IncrementalHoareTripleChecker+Valid, 341 IncrementalHoareTripleChecker+Invalid, 2 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 9.0s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:29,206 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [249 Valid, 369 Invalid, 352 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [9 Valid, 341 Invalid, 2 Unknown, 0 Unchecked, 9.0s Time]
[2023-11-26 11:44:29,207 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 168 states.
[2023-11-26 11:44:29,214 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 168 to 144.
[2023-11-26 11:44:29,215 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 144 states, 96 states have (on average 1.4166666666666667) internal successors, (136), 134 states have internal predecessors, (136), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:29,216 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 144 states to 144 states and 146 transitions.
[2023-11-26 11:44:29,216 INFO  L78                 Accepts]: Start accepts. Automaton has 144 states and 146 transitions. Word has length 38
[2023-11-26 11:44:29,216 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:29,216 INFO  L495      AbstractCegarLoop]: Abstraction has 144 states and 146 transitions.
[2023-11-26 11:44:29,217 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 12 states, 10 states have (on average 3.4) internal successors, (34), 10 states have internal predecessors, (34), 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)
[2023-11-26 11:44:29,217 INFO  L276                IsEmpty]: Start isEmpty. Operand 144 states and 146 transitions.
[2023-11-26 11:44:29,217 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 40
[2023-11-26 11:44:29,217 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:29,218 INFO  L195           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]
[2023-11-26 11:44:29,228 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (24)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:29,424 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable24,24 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:29,424 INFO  L420      AbstractCegarLoop]: === Iteration 26 === Targeting ULTIMATE.startErr6ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:29,424 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:29,425 INFO  L85        PathProgramCache]: Analyzing trace with hash 1229881179, now seen corresponding path program 1 times
[2023-11-26 11:44:29,425 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:29,425 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1291780576]
[2023-11-26 11:44:29,425 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:29,425 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:29,437 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:29,437 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [982915744]
[2023-11-26 11:44:29,437 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:29,437 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:29,437 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:29,438 INFO  L229       MonitoredProcess]: Starting monitored process 25 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:29,465 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (25)] Waiting until timeout for monitored process
[2023-11-26 11:44:29,595 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:29,597 INFO  L262         TraceCheckSpWp]: Trace formula consists of 182 conjuncts, 28 conjunts are in the unsatisfiable core
[2023-11-26 11:44:29,601 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:29,606 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 15 treesize of output 1
[2023-11-26 11:44:30,057 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 42 treesize of output 18
[2023-11-26 11:44:30,088 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:30,088 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:30,088 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:30,089 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1291780576]
[2023-11-26 11:44:30,089 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:30,089 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [982915744]
[2023-11-26 11:44:30,089 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [982915744] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:30,089 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:30,089 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [12] imperfect sequences [] total 12
[2023-11-26 11:44:30,089 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1338461174]
[2023-11-26 11:44:30,089 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:30,090 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 14 states
[2023-11-26 11:44:30,090 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:30,090 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 14 interpolants.
[2023-11-26 11:44:30,091 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=43, Invalid=139, Unknown=0, NotChecked=0, Total=182
[2023-11-26 11:44:30,091 INFO  L87              Difference]: Start difference. First operand 144 states and 146 transitions. Second operand  has 14 states, 12 states have (on average 2.9166666666666665) internal successors, (35), 12 states have internal predecessors, (35), 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)
[2023-11-26 11:44:34,403 WARN  L539   Checker$ProtectedHtc]: IncrementalHoareTripleChecker took 4.00s for a HTC check with result UNKNOWN. Formula has sorts [Array, Bool, Int], hasArrays=true, hasNonlinArith=true, quantifiers [0]
[2023-11-26 11:44:34,803 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:34,803 INFO  L93              Difference]: Finished difference Result 168 states and 169 transitions.
[2023-11-26 11:44:34,804 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 19 states. 
[2023-11-26 11:44:34,804 INFO  L78                 Accepts]: Start accepts. Automaton has  has 14 states, 12 states have (on average 2.9166666666666665) internal successors, (35), 12 states have internal predecessors, (35), 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 39
[2023-11-26 11:44:34,804 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:34,805 INFO  L225             Difference]: With dead ends: 168
[2023-11-26 11:44:34,805 INFO  L226             Difference]: Without dead ends: 166
[2023-11-26 11:44:34,806 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 46 GetRequests, 25 SyntacticMatches, 1 SemanticMatches, 20 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 102 ImplicationChecksByTransitivity, 0.4s TimeCoverageRelationStatistics Valid=112, Invalid=350, Unknown=0, NotChecked=0, Total=462
[2023-11-26 11:44:34,806 INFO  L413           NwaCegarLoop]: 43 mSDtfsCounter, 261 mSDsluCounter, 288 mSDsCounter, 0 mSdLazyCounter, 403 mSolverCounterSat, 11 mSolverCounterUnsat, 3 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 4.5s Time, 0 mProtectedPredicate, 0 mProtectedAction, 261 SdHoareTripleChecker+Valid, 331 SdHoareTripleChecker+Invalid, 417 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 11 IncrementalHoareTripleChecker+Valid, 403 IncrementalHoareTripleChecker+Invalid, 3 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 4.5s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:34,807 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [261 Valid, 331 Invalid, 417 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [11 Valid, 403 Invalid, 3 Unknown, 0 Unchecked, 4.5s Time]
[2023-11-26 11:44:34,807 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 166 states.
[2023-11-26 11:44:34,815 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 166 to 144.
[2023-11-26 11:44:34,815 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 144 states, 97 states have (on average 1.402061855670103) internal successors, (136), 134 states have internal predecessors, (136), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:34,817 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 144 states to 144 states and 146 transitions.
[2023-11-26 11:44:34,817 INFO  L78                 Accepts]: Start accepts. Automaton has 144 states and 146 transitions. Word has length 39
[2023-11-26 11:44:34,817 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:34,817 INFO  L495      AbstractCegarLoop]: Abstraction has 144 states and 146 transitions.
[2023-11-26 11:44:34,817 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 14 states, 12 states have (on average 2.9166666666666665) internal successors, (35), 12 states have internal predecessors, (35), 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)
[2023-11-26 11:44:34,818 INFO  L276                IsEmpty]: Start isEmpty. Operand 144 states and 146 transitions.
[2023-11-26 11:44:34,818 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 41
[2023-11-26 11:44:34,818 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:34,818 INFO  L195           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]
[2023-11-26 11:44:34,824 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (25)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:35,024 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 25 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable25
[2023-11-26 11:44:35,025 INFO  L420      AbstractCegarLoop]: === Iteration 27 === Targeting ULTIMATE.startErr7ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:35,025 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:35,025 INFO  L85        PathProgramCache]: Analyzing trace with hash -528389065, now seen corresponding path program 1 times
[2023-11-26 11:44:35,025 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:35,025 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1553058934]
[2023-11-26 11:44:35,025 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:35,025 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:35,040 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:35,041 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1906573432]
[2023-11-26 11:44:35,041 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:35,041 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:35,041 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:35,042 INFO  L229       MonitoredProcess]: Starting monitored process 26 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:35,049 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (26)] Waiting until timeout for monitored process
[2023-11-26 11:44:35,182 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:35,183 INFO  L262         TraceCheckSpWp]: Trace formula consists of 183 conjuncts, 28 conjunts are in the unsatisfiable core
[2023-11-26 11:44:35,185 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:35,192 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 15 treesize of output 1
[2023-11-26 11:44:35,654 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 40 treesize of output 16
[2023-11-26 11:44:35,687 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:35,687 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:35,688 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:35,688 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1553058934]
[2023-11-26 11:44:35,689 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:35,689 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1906573432]
[2023-11-26 11:44:35,689 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1906573432] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:35,689 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:35,690 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [12] imperfect sequences [] total 12
[2023-11-26 11:44:35,690 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1763920498]
[2023-11-26 11:44:35,690 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:35,692 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 14 states
[2023-11-26 11:44:35,692 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:35,693 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 14 interpolants.
[2023-11-26 11:44:35,693 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=43, Invalid=139, Unknown=0, NotChecked=0, Total=182
[2023-11-26 11:44:35,693 INFO  L87              Difference]: Start difference. First operand 144 states and 146 transitions. Second operand  has 14 states, 12 states have (on average 3.0) internal successors, (36), 12 states have internal predecessors, (36), 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)
[2023-11-26 11:44:39,984 WARN  L539   Checker$ProtectedHtc]: IncrementalHoareTripleChecker took 4.00s for a HTC check with result UNKNOWN. Formula has sorts [Array, Bool, Int], hasArrays=true, hasNonlinArith=true, quantifiers [0]
[2023-11-26 11:44:40,313 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:40,313 INFO  L93              Difference]: Finished difference Result 166 states and 167 transitions.
[2023-11-26 11:44:40,313 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 19 states. 
[2023-11-26 11:44:40,314 INFO  L78                 Accepts]: Start accepts. Automaton has  has 14 states, 12 states have (on average 3.0) internal successors, (36), 12 states have internal predecessors, (36), 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 40
[2023-11-26 11:44:40,314 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:40,315 INFO  L225             Difference]: With dead ends: 166
[2023-11-26 11:44:40,315 INFO  L226             Difference]: Without dead ends: 165
[2023-11-26 11:44:40,315 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 47 GetRequests, 26 SyntacticMatches, 1 SemanticMatches, 20 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 101 ImplicationChecksByTransitivity, 0.3s TimeCoverageRelationStatistics Valid=112, Invalid=350, Unknown=0, NotChecked=0, Total=462
[2023-11-26 11:44:40,316 INFO  L413           NwaCegarLoop]: 44 mSDtfsCounter, 286 mSDsluCounter, 224 mSDsCounter, 0 mSdLazyCounter, 327 mSolverCounterSat, 12 mSolverCounterUnsat, 1 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 4.4s Time, 0 mProtectedPredicate, 0 mProtectedAction, 286 SdHoareTripleChecker+Valid, 268 SdHoareTripleChecker+Invalid, 340 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 12 IncrementalHoareTripleChecker+Valid, 327 IncrementalHoareTripleChecker+Invalid, 1 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 4.4s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:40,316 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [286 Valid, 268 Invalid, 340 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [12 Valid, 327 Invalid, 1 Unknown, 0 Unchecked, 4.4s Time]
[2023-11-26 11:44:40,317 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 165 states.
[2023-11-26 11:44:40,326 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 165 to 145.
[2023-11-26 11:44:40,326 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 145 states, 98 states have (on average 1.3979591836734695) internal successors, (137), 135 states have internal predecessors, (137), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:40,327 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 145 states to 145 states and 147 transitions.
[2023-11-26 11:44:40,327 INFO  L78                 Accepts]: Start accepts. Automaton has 145 states and 147 transitions. Word has length 40
[2023-11-26 11:44:40,328 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:40,328 INFO  L495      AbstractCegarLoop]: Abstraction has 145 states and 147 transitions.
[2023-11-26 11:44:40,328 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 14 states, 12 states have (on average 3.0) internal successors, (36), 12 states have internal predecessors, (36), 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)
[2023-11-26 11:44:40,328 INFO  L276                IsEmpty]: Start isEmpty. Operand 145 states and 147 transitions.
[2023-11-26 11:44:40,329 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 42
[2023-11-26 11:44:40,329 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:40,329 INFO  L195           NwaCegarLoop]: trace histogram [2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2023-11-26 11:44:40,335 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (26)] Ended with exit code 0
[2023-11-26 11:44:40,535 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 26 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable26
[2023-11-26 11:44:40,535 INFO  L420      AbstractCegarLoop]: === Iteration 28 === Targeting func_to_recursive_line_26_to_34_0Err0ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:40,536 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:40,536 INFO  L85        PathProgramCache]: Analyzing trace with hash -1202756549, now seen corresponding path program 1 times
[2023-11-26 11:44:40,536 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:40,536 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1353257533]
[2023-11-26 11:44:40,536 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:40,536 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:40,550 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:40,551 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [1415057648]
[2023-11-26 11:44:40,551 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:40,551 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:40,551 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:40,552 INFO  L229       MonitoredProcess]: Starting monitored process 27 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:40,563 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (27)] Waiting until timeout for monitored process
[2023-11-26 11:44:40,702 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:40,704 INFO  L262         TraceCheckSpWp]: Trace formula consists of 236 conjuncts, 39 conjunts are in the unsatisfiable core
[2023-11-26 11:44:40,707 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:40,715 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 15 treesize of output 1
[2023-11-26 11:44:41,089 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 36 treesize of output 13
[2023-11-26 11:44:41,094 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 22 treesize of output 10
[2023-11-26 11:44:41,189 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 40 treesize of output 17
[2023-11-26 11:44:41,363 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 19 treesize of output 11
[2023-11-26 11:44:41,423 INFO  L134       CoverageAnalysis]: Checked inductivity of 3 backedges. 0 proven. 3 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:41,423 INFO  L327         TraceCheckSpWp]: Computing backward predicates...
[2023-11-26 11:44:41,972 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:41,972 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1353257533]
[2023-11-26 11:44:41,972 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:41,972 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1415057648]
[2023-11-26 11:44:41,972 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1415057648] provided 0 perfect and 1 imperfect interpolant sequences
[2023-11-26 11:44:41,973 INFO  L185   FreeRefinementEngine]: Found 0 perfect and 1 imperfect interpolant sequences.
[2023-11-26 11:44:41,973 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [] imperfect sequences [12] total 12
[2023-11-26 11:44:41,973 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1940807516]
[2023-11-26 11:44:41,973 INFO  L85    oduleStraightlineAll]: Using 1 imperfect interpolants to construct interpolant automaton
[2023-11-26 11:44:41,973 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 14 states
[2023-11-26 11:44:41,974 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:41,975 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 14 interpolants.
[2023-11-26 11:44:41,975 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=59, Invalid=361, Unknown=0, NotChecked=0, Total=420
[2023-11-26 11:44:41,976 INFO  L87              Difference]: Start difference. First operand 145 states and 147 transitions. Second operand  has 14 states, 12 states have (on average 3.0833333333333335) internal successors, (37), 11 states have internal predecessors, (37), 3 states have call successors, (3), 3 states have call predecessors, (3), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2023-11-26 11:44:44,691 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:44,691 INFO  L93              Difference]: Finished difference Result 168 states and 173 transitions.
[2023-11-26 11:44:44,691 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 20 states. 
[2023-11-26 11:44:44,691 INFO  L78                 Accepts]: Start accepts. Automaton has  has 14 states, 12 states have (on average 3.0833333333333335) internal successors, (37), 11 states have internal predecessors, (37), 3 states have call successors, (3), 3 states have call predecessors, (3), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1) Word has length 41
[2023-11-26 11:44:44,692 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:44,693 INFO  L225             Difference]: With dead ends: 168
[2023-11-26 11:44:44,693 INFO  L226             Difference]: Without dead ends: 166
[2023-11-26 11:44:44,694 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 72 GetRequests, 35 SyntacticMatches, 1 SemanticMatches, 36 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 189 ImplicationChecksByTransitivity, 1.9s TimeCoverageRelationStatistics Valid=281, Invalid=1125, Unknown=0, NotChecked=0, Total=1406
[2023-11-26 11:44:44,695 INFO  L413           NwaCegarLoop]: 71 mSDtfsCounter, 378 mSDsluCounter, 439 mSDsCounter, 0 mSdLazyCounter, 444 mSolverCounterSat, 26 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 1.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 378 SdHoareTripleChecker+Valid, 510 SdHoareTripleChecker+Invalid, 470 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 26 IncrementalHoareTripleChecker+Valid, 444 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 1.4s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:44,695 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [378 Valid, 510 Invalid, 470 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [26 Valid, 444 Invalid, 0 Unknown, 0 Unchecked, 1.4s Time]
[2023-11-26 11:44:44,696 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 166 states.
[2023-11-26 11:44:44,707 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 166 to 143.
[2023-11-26 11:44:44,707 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 143 states, 98 states have (on average 1.3775510204081634) internal successors, (135), 133 states have internal predecessors, (135), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:44,708 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 143 states to 143 states and 145 transitions.
[2023-11-26 11:44:44,709 INFO  L78                 Accepts]: Start accepts. Automaton has 143 states and 145 transitions. Word has length 41
[2023-11-26 11:44:44,709 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:44,709 INFO  L495      AbstractCegarLoop]: Abstraction has 143 states and 145 transitions.
[2023-11-26 11:44:44,709 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 14 states, 12 states have (on average 3.0833333333333335) internal successors, (37), 11 states have internal predecessors, (37), 3 states have call successors, (3), 3 states have call predecessors, (3), 1 states have return successors, (1), 1 states have call predecessors, (1), 1 states have call successors, (1)
[2023-11-26 11:44:44,710 INFO  L276                IsEmpty]: Start isEmpty. Operand 143 states and 145 transitions.
[2023-11-26 11:44:44,710 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 42
[2023-11-26 11:44:44,710 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:44,710 INFO  L195           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]
[2023-11-26 11:44:44,721 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (27)] Forceful destruction successful, exit code 0
[2023-11-26 11:44:44,917 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 27 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable27
[2023-11-26 11:44:44,917 INFO  L420      AbstractCegarLoop]: === Iteration 29 === Targeting ULTIMATE.startErr8ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:44,917 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:44,918 INFO  L85        PathProgramCache]: Analyzing trace with hash 799808221, now seen corresponding path program 1 times
[2023-11-26 11:44:44,918 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:44,918 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1819337049]
[2023-11-26 11:44:44,918 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:44,918 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:44,930 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:44,930 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [515755242]
[2023-11-26 11:44:44,930 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:44,930 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:44,930 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:44,932 INFO  L229       MonitoredProcess]: Starting monitored process 28 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:44,946 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (28)] Waiting until timeout for monitored process
[2023-11-26 11:44:45,072 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:45,073 INFO  L262         TraceCheckSpWp]: Trace formula consists of 184 conjuncts, 8 conjunts are in the unsatisfiable core
[2023-11-26 11:44:45,075 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:45,082 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 15 treesize of output 1
[2023-11-26 11:44:45,143 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:44:45,176 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:45,176 INFO  L323         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2023-11-26 11:44:45,176 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:45,176 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1819337049]
[2023-11-26 11:44:45,176 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:45,176 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [515755242]
[2023-11-26 11:44:45,176 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [515755242] provided 1 perfect and 0 imperfect interpolant sequences
[2023-11-26 11:44:45,176 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2023-11-26 11:44:45,176 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [5] imperfect sequences [] total 5
[2023-11-26 11:44:45,177 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1754857572]
[2023-11-26 11:44:45,177 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2023-11-26 11:44:45,177 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 6 states
[2023-11-26 11:44:45,177 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:45,178 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 6 interpolants.
[2023-11-26 11:44:45,178 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=10, Invalid=20, Unknown=0, NotChecked=0, Total=30
[2023-11-26 11:44:45,178 INFO  L87              Difference]: Start difference. First operand 143 states and 145 transitions. Second operand  has 6 states, 5 states have (on average 7.4) internal successors, (37), 6 states have internal predecessors, (37), 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)
[2023-11-26 11:44:45,578 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:45,578 INFO  L93              Difference]: Finished difference Result 163 states and 164 transitions.
[2023-11-26 11:44:45,579 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 7 states. 
[2023-11-26 11:44:45,579 INFO  L78                 Accepts]: Start accepts. Automaton has  has 6 states, 5 states have (on average 7.4) internal successors, (37), 6 states have internal predecessors, (37), 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 41
[2023-11-26 11:44:45,579 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:45,580 INFO  L225             Difference]: With dead ends: 163
[2023-11-26 11:44:45,580 INFO  L226             Difference]: Without dead ends: 162
[2023-11-26 11:44:45,581 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 42 GetRequests, 36 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=20, Invalid=36, Unknown=0, NotChecked=0, Total=56
[2023-11-26 11:44:45,581 INFO  L413           NwaCegarLoop]: 74 mSDtfsCounter, 75 mSDsluCounter, 237 mSDsCounter, 0 mSdLazyCounter, 111 mSolverCounterSat, 3 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.3s Time, 0 mProtectedPredicate, 0 mProtectedAction, 75 SdHoareTripleChecker+Valid, 311 SdHoareTripleChecker+Invalid, 114 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 3 IncrementalHoareTripleChecker+Valid, 111 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.4s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:45,581 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [75 Valid, 311 Invalid, 114 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [3 Valid, 111 Invalid, 0 Unknown, 0 Unchecked, 0.4s Time]
[2023-11-26 11:44:45,582 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 162 states.
[2023-11-26 11:44:45,599 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 162 to 144.
[2023-11-26 11:44:45,599 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 144 states, 99 states have (on average 1.3737373737373737) internal successors, (136), 134 states have internal predecessors, (136), 4 states have call successors, (4), 4 states have call predecessors, (4), 5 states have return successors, (6), 5 states have call predecessors, (6), 4 states have call successors, (6)
[2023-11-26 11:44:45,600 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 144 states to 144 states and 146 transitions.
[2023-11-26 11:44:45,600 INFO  L78                 Accepts]: Start accepts. Automaton has 144 states and 146 transitions. Word has length 41
[2023-11-26 11:44:45,600 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:45,601 INFO  L495      AbstractCegarLoop]: Abstraction has 144 states and 146 transitions.
[2023-11-26 11:44:45,601 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 6 states, 5 states have (on average 7.4) internal successors, (37), 6 states have internal predecessors, (37), 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)
[2023-11-26 11:44:45,601 INFO  L276                IsEmpty]: Start isEmpty. Operand 144 states and 146 transitions.
[2023-11-26 11:44:45,601 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 43
[2023-11-26 11:44:45,601 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:45,601 INFO  L195           NwaCegarLoop]: trace histogram [2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[2023-11-26 11:44:45,612 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (28)] Ended with exit code 0
[2023-11-26 11:44:45,802 WARN  L477      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 28 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable28
[2023-11-26 11:44:45,802 INFO  L420      AbstractCegarLoop]: === Iteration 30 === Targeting func_to_recursive_line_26_to_34_0Err1ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 41 more)] ===
[2023-11-26 11:44:45,802 INFO  L160       PredicateUnifier]: Initialized classic predicate unifier
[2023-11-26 11:44:45,802 INFO  L85        PathProgramCache]: Analyzing trace with hash 1369252728, now seen corresponding path program 1 times
[2023-11-26 11:44:45,803 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2023-11-26 11:44:45,803 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [2056451856]
[2023-11-26 11:44:45,803 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:45,803 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2023-11-26 11:44:45,825 ERROR L246   FreeRefinementEngine]: Caught known exception: Unsupported non-linear arithmetic
[2023-11-26 11:44:45,825 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleZ3 [698078306]
[2023-11-26 11:44:45,825 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2023-11-26 11:44:45,826 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2023-11-26 11:44:45,826 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3
[2023-11-26 11:44:45,827 INFO  L229       MonitoredProcess]: Starting monitored process 29 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2023-11-26 11:44:45,855 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (29)] Waiting until timeout for monitored process
[2023-11-26 11:44:45,982 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2023-11-26 11:44:45,984 INFO  L262         TraceCheckSpWp]: Trace formula consists of 237 conjuncts, 55 conjunts are in the unsatisfiable core
[2023-11-26 11:44:45,987 INFO  L285         TraceCheckSpWp]: Computing forward predicates...
[2023-11-26 11:44:45,997 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
[2023-11-26 11:44:46,003 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 15 treesize of output 1
[2023-11-26 11:44:46,537 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 36 treesize of output 13
[2023-11-26 11:44:46,580 INFO  L378             Elim1Store]: Elim1 eliminated variable of array dimension 2, 0 stores, 1 select indices, 1 select index equivalence classes, 0 disjoint index pairs (out of 0 index pairs), introduced 1 new quantified variables, introduced 0 case distinctions, treesize of input 15 treesize of output 7
[2023-11-26 11:44:46,596 INFO  L134       CoverageAnalysis]: Checked inductivity of 4 backedges. 0 proven. 4 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:46,596 INFO  L327         TraceCheckSpWp]: Computing backward predicates...
[2023-11-26 11:44:46,949 INFO  L134       CoverageAnalysis]: Checked inductivity of 4 backedges. 0 proven. 4 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2023-11-26 11:44:46,950 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2023-11-26 11:44:46,950 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [2056451856]
[2023-11-26 11:44:46,950 WARN  L311   FreeRefinementEngine]: Interpolation failed due to KNOWN_IGNORE: SMT_SOLVER_CANNOT_INTERPOLATE_INPUT
[2023-11-26 11:44:46,950 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [698078306]
[2023-11-26 11:44:46,950 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [698078306] provided 0 perfect and 2 imperfect interpolant sequences
[2023-11-26 11:44:46,950 INFO  L185   FreeRefinementEngine]: Found 0 perfect and 2 imperfect interpolant sequences.
[2023-11-26 11:44:46,950 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [] imperfect sequences [10, 10] total 20
[2023-11-26 11:44:46,950 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [463330689]
[2023-11-26 11:44:46,951 INFO  L85    oduleStraightlineAll]: Using 2 imperfect interpolants to construct interpolant automaton
[2023-11-26 11:44:46,951 INFO  L571      AbstractCegarLoop]: INTERPOLANT automaton has 21 states
[2023-11-26 11:44:46,951 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2023-11-26 11:44:46,952 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 21 interpolants.
[2023-11-26 11:44:46,952 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=69, Invalid=351, Unknown=0, NotChecked=0, Total=420
[2023-11-26 11:44:46,953 INFO  L87              Difference]: Start difference. First operand 144 states and 146 transitions. Second operand  has 21 states, 18 states have (on average 4.222222222222222) internal successors, (76), 17 states have internal predecessors, (76), 6 states have call successors, (6), 6 states have call predecessors, (6), 2 states have return successors, (2), 2 states have call predecessors, (2), 2 states have call successors, (2)
[2023-11-26 11:44:48,040 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2023-11-26 11:44:48,040 INFO  L93              Difference]: Finished difference Result 217 states and 221 transitions.
[2023-11-26 11:44:48,041 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 15 states. 
[2023-11-26 11:44:48,041 INFO  L78                 Accepts]: Start accepts. Automaton has  has 21 states, 18 states have (on average 4.222222222222222) internal successors, (76), 17 states have internal predecessors, (76), 6 states have call successors, (6), 6 states have call predecessors, (6), 2 states have return successors, (2), 2 states have call predecessors, (2), 2 states have call successors, (2) Word has length 42
[2023-11-26 11:44:48,041 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2023-11-26 11:44:48,042 INFO  L225             Difference]: With dead ends: 217
[2023-11-26 11:44:48,043 INFO  L226             Difference]: Without dead ends: 216
[2023-11-26 11:44:48,043 INFO  L412           NwaCegarLoop]: 0 DeclaredPredicates, 89 GetRequests, 62 SyntacticMatches, 1 SemanticMatches, 26 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 136 ImplicationChecksByTransitivity, 0.6s TimeCoverageRelationStatistics Valid=152, Invalid=604, Unknown=0, NotChecked=0, Total=756
[2023-11-26 11:44:48,044 INFO  L413           NwaCegarLoop]: 59 mSDtfsCounter, 420 mSDsluCounter, 804 mSDsCounter, 0 mSdLazyCounter, 560 mSolverCounterSat, 18 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.7s Time, 0 mProtectedPredicate, 0 mProtectedAction, 421 SdHoareTripleChecker+Valid, 863 SdHoareTripleChecker+Invalid, 578 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 18 IncrementalHoareTripleChecker+Valid, 560 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.8s IncrementalHoareTripleChecker+Time
[2023-11-26 11:44:48,044 INFO  L414           NwaCegarLoop]: SdHoareTripleChecker [421 Valid, 863 Invalid, 578 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [18 Valid, 560 Invalid, 0 Unknown, 0 Unchecked, 0.8s Time]
[2023-11-26 11:44:48,045 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 216 states.
[2023-11-26 11:44:48,058 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 216 to 172.
[2023-11-26 11:44:48,059 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 172 states, 123 states have (on average 1.4227642276422765) internal successors, (175), 159 states have internal predecessors, (175), 6 states have call successors, (6), 5 states have call predecessors, (6), 7 states have return successors, (10), 7 states have call predecessors, (10), 6 states have call successors, (10)
[2023-11-26 11:44:48,060 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 172 states to 172 states and 191 transitions.
[2023-11-26 11:44:48,060 INFO  L78                 Accepts]: Start accepts. Automaton has 172 states and 191 transitions. Word has length 42
[2023-11-26 11:44:48,060 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2023-11-26 11:44:48,061 INFO  L495      AbstractCegarLoop]: Abstraction has 172 states and 191 transitions.
[2023-11-26 11:44:48,061 INFO  L496      AbstractCegarLoop]: INTERPOLANT automaton has  has 21 states, 18 states have (on average 4.222222222222222) internal successors, (76), 17 states have internal predecessors, (76), 6 states have call successors, (6), 6 states have call predecessors, (6), 2 states have return successors, (2), 2 states have call predecessors, (2), 2 states have call successors, (2)
[2023-11-26 11:44:48,061 INFO  L276                IsEmpty]: Start isEmpty. Operand 172 states and 191 transitions.
[2023-11-26 11:44:48,061 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 43
[2023-11-26 11:44:48,061 INFO  L187           NwaCegarLoop]: Found error trace
[2023-11-26 11:44:48,062 INFO  L195           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]
[2023-11-26 11:44:48,068 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_360ed3b9-922a-4439-82b0-aef42fef7c0d/bin/uautomizer-verify-VRDe98Ueme/z3 -smt2 -in SMTLIB2_COMPLIANT=true (29)] Ended with exit code 0