./Ultimate.py --spec ../../sv-benchmarks/c/properties/no-overflow.prp --file ../../sv-benchmarks/c/termination-crafted-lit/BrockschmidtCookFuhs-CAV2013-Introduction.c --full-output --architecture 64bit


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


Checking for overflows
Using default analysis
Version a0165632
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_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/data/config -Xmx15G -Xms4m -jar /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar -data @noDefault -ultimatedata /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/data -tc /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/config/AutomizerReach.xml -i ../../sv-benchmarks/c/termination-crafted-lit/BrockschmidtCookFuhs-CAV2013-Introduction.c -s /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/config/svcomp-Overflow-64bit-Automizer_Default.epf --cacsl2boogietranslator.entry.function main --witnessprinter.witness.directory /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX --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 64bit --witnessprinter.graph.data.programhash cf5951cf7c939342bb5d014c8a7a12e4f95042e50c8d2f477b21d0a3234d49fe
--- Real Ultimate output ---
This is Ultimate 0.2.5-dev-a016563
[2024-11-08 16:20:00,400 INFO  L188        SettingsManager]: Resetting all preferences to default values...
[2024-11-08 16:20:00,488 INFO  L114        SettingsManager]: Loading settings from /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/config/svcomp-Overflow-64bit-Automizer_Default.epf
[2024-11-08 16:20:00,493 WARN  L101        SettingsManager]: Preference file contains the following unknown settings:
[2024-11-08 16:20:00,494 WARN  L103        SettingsManager]:   * de.uni_freiburg.informatik.ultimate.core.Log level for class
[2024-11-08 16:20:00,523 INFO  L130        SettingsManager]: Preferences different from defaults after loading the file:
[2024-11-08 16:20:00,524 INFO  L151        SettingsManager]: Preferences of UltimateCore differ from their defaults:
[2024-11-08 16:20:00,525 INFO  L153        SettingsManager]:  * Log level for class=de.uni_freiburg.informatik.ultimate.lib.smtlibutils.quantifier.QuantifierPusher=ERROR;
[2024-11-08 16:20:00,526 INFO  L151        SettingsManager]: Preferences of Boogie Preprocessor differ from their defaults:
[2024-11-08 16:20:00,526 INFO  L153        SettingsManager]:  * Use memory slicer=true
[2024-11-08 16:20:00,527 INFO  L151        SettingsManager]: Preferences of Boogie Procedure Inliner differ from their defaults:
[2024-11-08 16:20:00,527 INFO  L153        SettingsManager]:  * Ignore calls to procedures called more than once=ONLY_FOR_SEQUENTIAL_PROGRAMS
[2024-11-08 16:20:00,528 INFO  L151        SettingsManager]: Preferences of BlockEncodingV2 differ from their defaults:
[2024-11-08 16:20:00,529 INFO  L153        SettingsManager]:  * Create parallel compositions if possible=false
[2024-11-08 16:20:00,529 INFO  L153        SettingsManager]:  * Use SBE=true
[2024-11-08 16:20:00,530 INFO  L151        SettingsManager]: Preferences of CACSL2BoogieTranslator differ from their defaults:
[2024-11-08 16:20:00,530 INFO  L153        SettingsManager]:  * Pointer base address is valid at dereference=IGNORE
[2024-11-08 16:20:00,531 INFO  L153        SettingsManager]:  * Overapproximate operations on floating types=true
[2024-11-08 16:20:00,531 INFO  L153        SettingsManager]:  * Check division by zero=IGNORE
[2024-11-08 16:20:00,532 INFO  L153        SettingsManager]:  * Pointer to allocated memory at dereference=IGNORE
[2024-11-08 16:20:00,532 INFO  L153        SettingsManager]:  * If two pointers are subtracted or compared they have the same base address=IGNORE
[2024-11-08 16:20:00,535 INFO  L153        SettingsManager]:  * Check array bounds for arrays that are off heap=IGNORE
[2024-11-08 16:20:00,536 INFO  L153        SettingsManager]:  * Allow undefined functions=false
[2024-11-08 16:20:00,536 INFO  L153        SettingsManager]:  * Check absence of signed integer overflows=ASSERTandASSUME
[2024-11-08 16:20:00,536 INFO  L153        SettingsManager]:  * Check unreachability of reach_error function=false
[2024-11-08 16:20:00,537 INFO  L153        SettingsManager]:  * Check if freed pointer was valid=false
[2024-11-08 16:20:00,537 INFO  L153        SettingsManager]:  * Use constant arrays=true
[2024-11-08 16:20:00,538 INFO  L151        SettingsManager]: Preferences of RCFGBuilder differ from their defaults:
[2024-11-08 16:20:00,538 INFO  L153        SettingsManager]:  * Size of a code block=SequenceOfStatements
[2024-11-08 16:20:00,538 INFO  L153        SettingsManager]:  * Only consider context switches at boundaries of atomic blocks=true
[2024-11-08 16:20:00,541 INFO  L153        SettingsManager]:  * SMT solver=External_DefaultMode
[2024-11-08 16:20:00,542 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000
[2024-11-08 16:20:00,542 INFO  L151        SettingsManager]: Preferences of TraceAbstraction differ from their defaults:
[2024-11-08 16:20:00,543 INFO  L153        SettingsManager]:  * Compute Interpolants along a Counterexample=FPandBP
[2024-11-08 16:20:00,543 INFO  L153        SettingsManager]:  * Positions where we compute the Hoare Annotation=LoopHeads
[2024-11-08 16:20:00,544 INFO  L153        SettingsManager]:  * Trace refinement strategy=CAMEL
[2024-11-08 16:20:00,544 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in
[2024-11-08 16:20:00,544 INFO  L153        SettingsManager]:  * Apply one-shot large block encoding in concurrent analysis=false
[2024-11-08 16:20:00,549 INFO  L153        SettingsManager]:  * Automaton type used in concurrency analysis=PETRI_NET
[2024-11-08 16:20:00,549 INFO  L153        SettingsManager]:  * Order on configurations for Petri net unfoldings=DBO
[2024-11-08 16:20:00,550 INFO  L153        SettingsManager]:  * SMT solver=External_ModelsAndUnsatCoreMode
[2024-11-08 16:20:00,554 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_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/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_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX
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 -> 64bit
Applying setting for plugin de.uni_freiburg.informatik.ultimate.witnessprinter: Graph data programhash -> cf5951cf7c939342bb5d014c8a7a12e4f95042e50c8d2f477b21d0a3234d49fe
[2024-11-08 16:20:00,881 INFO  L75    nceAwareModelManager]: Repository-Root is: /tmp
[2024-11-08 16:20:00,921 INFO  L261   ainManager$Toolchain]: [Toolchain 1]: Applicable parser(s) successfully (re)initialized
[2024-11-08 16:20:00,924 INFO  L217   ainManager$Toolchain]: [Toolchain 1]: Toolchain selected.
[2024-11-08 16:20:00,926 INFO  L270        PluginConnector]: Initializing CDTParser...
[2024-11-08 16:20:00,928 INFO  L274        PluginConnector]: CDTParser initialized
[2024-11-08 16:20:00,931 INFO  L431   ainManager$Toolchain]: [Toolchain 1]: Parsing single file: /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/../../sv-benchmarks/c/termination-crafted-lit/BrockschmidtCookFuhs-CAV2013-Introduction.c
Unable to find full path for "g++"
[2024-11-08 16:20:03,540 INFO  L533              CDTParser]: Created temporary CDT project at NULL
[2024-11-08 16:20:03,821 INFO  L384              CDTParser]: Found 1 translation units.
[2024-11-08 16:20:03,822 INFO  L180              CDTParser]: Scanning /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/sv-benchmarks/c/termination-crafted-lit/BrockschmidtCookFuhs-CAV2013-Introduction.c
[2024-11-08 16:20:03,832 INFO  L427              CDTParser]: About to delete temporary CDT project at /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/data/80fa300da/d251576f27314226b6ec310b26192035/FLAG059f21cbf
[2024-11-08 16:20:04,156 INFO  L435              CDTParser]: Successfully deleted /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/data/80fa300da/d251576f27314226b6ec310b26192035
[2024-11-08 16:20:04,160 INFO  L299   ainManager$Toolchain]: ####################### [Toolchain 1] #######################
[2024-11-08 16:20:04,162 INFO  L133        ToolchainWalker]: Walking toolchain with 6 elements.
[2024-11-08 16:20:04,164 INFO  L112        PluginConnector]: ------------------------CACSL2BoogieTranslator----------------------------
[2024-11-08 16:20:04,164 INFO  L270        PluginConnector]: Initializing CACSL2BoogieTranslator...
[2024-11-08 16:20:04,176 INFO  L274        PluginConnector]: CACSL2BoogieTranslator initialized
[2024-11-08 16:20:04,177 INFO  L184        PluginConnector]: Executing the observer ACSLObjectContainerObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,182 INFO  L204        PluginConnector]: Invalid model from CACSL2BoogieTranslator for observer de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator.ACSLObjectContainerObserver@651492cb and model type de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04, skipping insertion in model container
[2024-11-08 16:20:04,182 INFO  L184        PluginConnector]: Executing the observer CACSL2BoogieTranslatorObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,209 INFO  L175         MainTranslator]: Built tables and reachable declarations
[2024-11-08 16:20:04,436 INFO  L210          PostProcessor]: Analyzing one entry point: main
[2024-11-08 16:20:04,443 INFO  L200         MainTranslator]: Completed pre-run
[2024-11-08 16:20:04,460 INFO  L210          PostProcessor]: Analyzing one entry point: main
[2024-11-08 16:20:04,481 INFO  L204         MainTranslator]: Completed translation
[2024-11-08 16:20:04,482 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04 WrapperNode
[2024-11-08 16:20:04,482 INFO  L131        PluginConnector]: ------------------------ END CACSL2BoogieTranslator----------------------------
[2024-11-08 16:20:04,483 INFO  L112        PluginConnector]: ------------------------Boogie Procedure Inliner----------------------------
[2024-11-08 16:20:04,483 INFO  L270        PluginConnector]: Initializing Boogie Procedure Inliner...
[2024-11-08 16:20:04,483 INFO  L274        PluginConnector]: Boogie Procedure Inliner initialized
[2024-11-08 16:20:04,495 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,500 INFO  L184        PluginConnector]: Executing the observer Inliner from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,523 INFO  L138                Inliner]: procedures = 4, calls = 2, calls flagged for inlining = 2, calls inlined = 2, statements flattened = 20
[2024-11-08 16:20:04,524 INFO  L131        PluginConnector]: ------------------------ END Boogie Procedure Inliner----------------------------
[2024-11-08 16:20:04,525 INFO  L112        PluginConnector]: ------------------------Boogie Preprocessor----------------------------
[2024-11-08 16:20:04,526 INFO  L270        PluginConnector]: Initializing Boogie Preprocessor...
[2024-11-08 16:20:04,526 INFO  L274        PluginConnector]: Boogie Preprocessor initialized
[2024-11-08 16:20:04,541 INFO  L184        PluginConnector]: Executing the observer EnsureBoogieModelObserver from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,541 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,542 INFO  L184        PluginConnector]: Executing the observer MemorySlicer from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,550 INFO  L175           MemorySlicer]: No memory access in input program.
[2024-11-08 16:20:04,551 INFO  L184        PluginConnector]: Executing the observer ConstExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,551 INFO  L184        PluginConnector]: Executing the observer StructExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,553 INFO  L184        PluginConnector]: Executing the observer UnstructureCode from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,559 INFO  L184        PluginConnector]: Executing the observer FunctionInliner from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,560 INFO  L184        PluginConnector]: Executing the observer LTLStepAnnotator from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,561 INFO  L184        PluginConnector]: Executing the observer BoogieSymbolTableConstructor from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,563 INFO  L131        PluginConnector]: ------------------------ END Boogie Preprocessor----------------------------
[2024-11-08 16:20:04,564 INFO  L112        PluginConnector]: ------------------------RCFGBuilder----------------------------
[2024-11-08 16:20:04,564 INFO  L270        PluginConnector]: Initializing RCFGBuilder...
[2024-11-08 16:20:04,565 INFO  L274        PluginConnector]: RCFGBuilder initialized
[2024-11-08 16:20:04,566 INFO  L184        PluginConnector]: Executing the observer RCFGBuilderObserver from plugin RCFGBuilder for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (1/1) ...
[2024-11-08 16:20:04,575 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000
[2024-11-08 16:20:04,591 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3
[2024-11-08 16:20:04,610 INFO  L229       MonitoredProcess]: Starting monitored process 1 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000 (exit command is (exit), workingDir is null)
[2024-11-08 16:20:04,618 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000 (1)] Waiting until timeout for monitored process
[2024-11-08 16:20:04,654 INFO  L130     BoogieDeclarations]: Found specification of procedure ULTIMATE.start
[2024-11-08 16:20:04,654 INFO  L138     BoogieDeclarations]: Found implementation of procedure ULTIMATE.start
[2024-11-08 16:20:04,755 INFO  L238             CfgBuilder]: Building ICFG
[2024-11-08 16:20:04,758 INFO  L264             CfgBuilder]: Building CFG for each procedure with an implementation
[2024-11-08 16:20:04,880 INFO  L?                        ?]: Removed 10 outVars from TransFormulas that were not future-live.
[2024-11-08 16:20:04,881 INFO  L287             CfgBuilder]: Performing block encoding
[2024-11-08 16:20:04,897 INFO  L311             CfgBuilder]: Using the 1 location(s) as analysis (start of procedure ULTIMATE.start)
[2024-11-08 16:20:04,897 INFO  L316             CfgBuilder]: Removed 0 assume(true) statements.
[2024-11-08 16:20:04,898 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 08.11 04:20:04 BoogieIcfgContainer
[2024-11-08 16:20:04,898 INFO  L131        PluginConnector]: ------------------------ END RCFGBuilder----------------------------
[2024-11-08 16:20:04,906 INFO  L112        PluginConnector]: ------------------------TraceAbstraction----------------------------
[2024-11-08 16:20:04,906 INFO  L270        PluginConnector]: Initializing TraceAbstraction...
[2024-11-08 16:20:04,911 INFO  L274        PluginConnector]: TraceAbstraction initialized
[2024-11-08 16:20:04,911 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "CDTParser AST 08.11 04:20:04" (1/3) ...
[2024-11-08 16:20:04,912 INFO  L204        PluginConnector]: Invalid model from TraceAbstraction for observer de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction.TraceAbstractionObserver@44b6b24 and model type de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction AST 08.11 04:20:04, skipping insertion in model container
[2024-11-08 16:20:04,913 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 08.11 04:20:04" (2/3) ...
[2024-11-08 16:20:04,913 INFO  L204        PluginConnector]: Invalid model from TraceAbstraction for observer de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction.TraceAbstractionObserver@44b6b24 and model type de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction AST 08.11 04:20:04, skipping insertion in model container
[2024-11-08 16:20:04,914 INFO  L184        PluginConnector]: Executing the observer TraceAbstractionObserver from plugin TraceAbstraction for "de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 08.11 04:20:04" (3/3) ...
[2024-11-08 16:20:04,916 INFO  L112   eAbstractionObserver]: Analyzing ICFG BrockschmidtCookFuhs-CAV2013-Introduction.c
[2024-11-08 16:20:04,943 INFO  L214   ceAbstractionStarter]: Automizer settings: Hoare:LoopHeads NWA Interpolation:FPandBP Determinization: PREDICATE_ABSTRACTION
[2024-11-08 16:20:04,943 INFO  L154   ceAbstractionStarter]: Applying trace abstraction to program that has 4 error locations.
[2024-11-08 16:20:05,030 INFO  L332      AbstractCegarLoop]: ======== Iteration 0 == of CEGAR loop == AllErrorsAtOnce ========
[2024-11-08 16:20:05,039 INFO  L333      AbstractCegarLoop]: Settings: SEPARATE_VIOLATION_CHECK=true, mInterprocedural=true, mMaxIterations=1000000, mWatchIteration=1000000, mArtifact=RCFG, mInterpolation=FPandBP, mInterpolantAutomaton=STRAIGHT_LINE, mDumpAutomata=false, mAutomataFormat=ATS_NUMERATE, mDumpPath=., mDeterminiation=PREDICATE_ABSTRACTION, mMinimize=MINIMIZE_SEVPA, mAutomataTypeConcurrency=PETRI_NET, mHoareTripleChecks=INCREMENTAL, mHoareAnnotationPositions=LoopHeads, mDumpOnlyReuseAutomata=false, mLimitTraceHistogram=0, mErrorLocTimeLimit=0, mLimitPathProgramCount=0, mCollectInterpolantStatistics=true, mHeuristicEmptinessCheck=false, mHeuristicEmptinessCheckAStarHeuristic=ZERO, mHeuristicEmptinessCheckAStarHeuristicRandomSeed=1337, mHeuristicEmptinessCheckSmtFeatureScoringMethod=DAGSIZE, mSMTFeatureExtraction=false, mSMTFeatureExtractionDumpPath=., mOverrideInterpolantAutomaton=false, mMcrInterpolantMethod=WP, mPorIndependenceSettings=[Lde.uni_freiburg.informatik.ultimate.lib.tracecheckerutils.partialorder.independence.IndependenceSettings;@41328074, mLbeIndependenceSettings=[IndependenceType=SEMANTIC, AbstractionType=NONE, UseConditional=false, UseSemiCommutativity=true, Solver=Z3, SolverTimeout=1000ms]
[2024-11-08 16:20:05,040 INFO  L334      AbstractCegarLoop]: Starting to check reachability of 4 error locations.
[2024-11-08 16:20:05,046 INFO  L276                IsEmpty]: Start isEmpty. Operand  has 16 states, 11 states have (on average 1.5454545454545454) internal successors, (17), 15 states have internal predecessors, (17), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:05,053 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 6
[2024-11-08 16:20:05,053 INFO  L207           NwaCegarLoop]: Found error trace
[2024-11-08 16:20:05,054 INFO  L215           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1]
[2024-11-08 16:20:05,055 INFO  L396      AbstractCegarLoop]: === Iteration 1 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 1 more)] ===
[2024-11-08 16:20:05,062 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-08 16:20:05,063 INFO  L85        PathProgramCache]: Analyzing trace with hash 28694852, now seen corresponding path program 1 times
[2024-11-08 16:20:05,076 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-08 16:20:05,077 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [457785921]
[2024-11-08 16:20:05,078 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-08 16:20:05,078 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-08 16:20:05,187 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-08 16:20:05,297 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:05,298 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-08 16:20:05,299 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [457785921]
[2024-11-08 16:20:05,300 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [457785921] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-08 16:20:05,300 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-08 16:20:05,300 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [3] imperfect sequences [] total 3
[2024-11-08 16:20:05,302 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [317889226]
[2024-11-08 16:20:05,303 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-08 16:20:05,308 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 4 states
[2024-11-08 16:20:05,309 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-08 16:20:05,335 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 4 interpolants.
[2024-11-08 16:20:05,335 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=5, Invalid=7, Unknown=0, NotChecked=0, Total=12
[2024-11-08 16:20:05,337 INFO  L87              Difference]: Start difference. First operand  has 16 states, 11 states have (on average 1.5454545454545454) internal successors, (17), 15 states have internal predecessors, (17), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Second operand  has 4 states, 3 states have (on average 1.6666666666666667) internal successors, (5), 4 states have internal predecessors, (5), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:05,442 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-11-08 16:20:05,443 INFO  L93              Difference]: Finished difference Result 26 states and 31 transitions.
[2024-11-08 16:20:05,445 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 4 states. 
[2024-11-08 16:20:05,447 INFO  L78                 Accepts]: Start accepts. Automaton has  has 4 states, 3 states have (on average 1.6666666666666667) internal successors, (5), 4 states have internal predecessors, (5), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 5
[2024-11-08 16:20:05,447 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-11-08 16:20:05,456 INFO  L225             Difference]: With dead ends: 26
[2024-11-08 16:20:05,456 INFO  L226             Difference]: Without dead ends: 18
[2024-11-08 16:20:05,473 INFO  L431           NwaCegarLoop]: 0 DeclaredPredicates, 4 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 3 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=9, Invalid=11, Unknown=0, NotChecked=0, Total=20
[2024-11-08 16:20:05,478 INFO  L432           NwaCegarLoop]: 9 mSDtfsCounter, 9 mSDsluCounter, 10 mSDsCounter, 0 mSdLazyCounter, 31 mSolverCounterSat, 1 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 9 SdHoareTripleChecker+Valid, 19 SdHoareTripleChecker+Invalid, 32 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 1 IncrementalHoareTripleChecker+Valid, 31 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2024-11-08 16:20:05,480 INFO  L433           NwaCegarLoop]: SdHoareTripleChecker [9 Valid, 19 Invalid, 32 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [1 Valid, 31 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2024-11-08 16:20:05,497 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 18 states.
[2024-11-08 16:20:05,524 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 18 to 18.
[2024-11-08 16:20:05,526 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 18 states, 14 states have (on average 1.4285714285714286) internal successors, (20), 17 states have internal predecessors, (20), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:05,527 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 18 states to 18 states and 20 transitions.
[2024-11-08 16:20:05,529 INFO  L78                 Accepts]: Start accepts. Automaton has 18 states and 20 transitions. Word has length 5
[2024-11-08 16:20:05,530 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-11-08 16:20:05,530 INFO  L471      AbstractCegarLoop]: Abstraction has 18 states and 20 transitions.
[2024-11-08 16:20:05,531 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 4 states, 3 states have (on average 1.6666666666666667) internal successors, (5), 4 states have internal predecessors, (5), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:05,531 INFO  L276                IsEmpty]: Start isEmpty. Operand 18 states and 20 transitions.
[2024-11-08 16:20:05,532 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 7
[2024-11-08 16:20:05,532 INFO  L207           NwaCegarLoop]: Found error trace
[2024-11-08 16:20:05,533 INFO  L215           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1]
[2024-11-08 16:20:05,533 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable0
[2024-11-08 16:20:05,534 INFO  L396      AbstractCegarLoop]: === Iteration 2 === Targeting ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 1 more)] ===
[2024-11-08 16:20:05,535 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-08 16:20:05,536 INFO  L85        PathProgramCache]: Analyzing trace with hash 889540457, now seen corresponding path program 1 times
[2024-11-08 16:20:05,536 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-08 16:20:05,536 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1352759809]
[2024-11-08 16:20:05,537 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-08 16:20:05,537 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-08 16:20:05,553 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-08 16:20:05,615 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:05,615 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-08 16:20:05,615 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1352759809]
[2024-11-08 16:20:05,616 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1352759809] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-08 16:20:05,616 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-08 16:20:05,616 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2024-11-08 16:20:05,617 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [893341493]
[2024-11-08 16:20:05,617 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-08 16:20:05,625 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 3 states
[2024-11-08 16:20:05,626 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-08 16:20:05,627 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 3 interpolants.
[2024-11-08 16:20:05,627 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2024-11-08 16:20:05,627 INFO  L87              Difference]: Start difference. First operand 18 states and 20 transitions. Second operand  has 3 states, 2 states have (on average 3.0) internal successors, (6), 3 states have internal predecessors, (6), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:05,676 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-11-08 16:20:05,676 INFO  L93              Difference]: Finished difference Result 19 states and 20 transitions.
[2024-11-08 16:20:05,677 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2024-11-08 16:20:05,677 INFO  L78                 Accepts]: Start accepts. Automaton has  has 3 states, 2 states have (on average 3.0) internal successors, (6), 3 states have internal predecessors, (6), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 6
[2024-11-08 16:20:05,677 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-11-08 16:20:05,678 INFO  L225             Difference]: With dead ends: 19
[2024-11-08 16:20:05,678 INFO  L226             Difference]: Without dead ends: 18
[2024-11-08 16:20:05,679 INFO  L431           NwaCegarLoop]: 0 DeclaredPredicates, 2 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 1 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2024-11-08 16:20:05,681 INFO  L432           NwaCegarLoop]: 8 mSDtfsCounter, 0 mSDsluCounter, 1 mSDsCounter, 0 mSdLazyCounter, 14 mSolverCounterSat, 0 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.0s Time, 0 mProtectedPredicate, 0 mProtectedAction, 0 SdHoareTripleChecker+Valid, 9 SdHoareTripleChecker+Invalid, 14 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 0 IncrementalHoareTripleChecker+Valid, 14 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.0s IncrementalHoareTripleChecker+Time
[2024-11-08 16:20:05,682 INFO  L433           NwaCegarLoop]: SdHoareTripleChecker [0 Valid, 9 Invalid, 14 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [0 Valid, 14 Invalid, 0 Unknown, 0 Unchecked, 0.0s Time]
[2024-11-08 16:20:05,683 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 18 states.
[2024-11-08 16:20:05,686 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 18 to 18.
[2024-11-08 16:20:05,687 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 18 states, 14 states have (on average 1.3571428571428572) internal successors, (19), 17 states have internal predecessors, (19), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:05,687 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 18 states to 18 states and 19 transitions.
[2024-11-08 16:20:05,688 INFO  L78                 Accepts]: Start accepts. Automaton has 18 states and 19 transitions. Word has length 6
[2024-11-08 16:20:05,688 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-11-08 16:20:05,688 INFO  L471      AbstractCegarLoop]: Abstraction has 18 states and 19 transitions.
[2024-11-08 16:20:05,688 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 3 states, 2 states have (on average 3.0) internal successors, (6), 3 states have internal predecessors, (6), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:05,689 INFO  L276                IsEmpty]: Start isEmpty. Operand 18 states and 19 transitions.
[2024-11-08 16:20:05,689 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 8
[2024-11-08 16:20:05,689 INFO  L207           NwaCegarLoop]: Found error trace
[2024-11-08 16:20:05,690 INFO  L215           NwaCegarLoop]: trace histogram [1, 1, 1, 1, 1, 1, 1]
[2024-11-08 16:20:05,690 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable1
[2024-11-08 16:20:05,690 INFO  L396      AbstractCegarLoop]: === Iteration 3 === Targeting ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 1 more)] ===
[2024-11-08 16:20:05,691 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-08 16:20:05,691 INFO  L85        PathProgramCache]: Analyzing trace with hash 1805950438, now seen corresponding path program 1 times
[2024-11-08 16:20:05,692 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-08 16:20:05,692 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1614273552]
[2024-11-08 16:20:05,692 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-08 16:20:05,692 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-08 16:20:05,705 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-08 16:20:05,765 INFO  L134       CoverageAnalysis]: Checked inductivity of 0 backedges. 0 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:05,765 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-08 16:20:05,766 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1614273552]
[2024-11-08 16:20:05,766 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1614273552] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-08 16:20:05,766 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 0 imperfect interpolant sequences.
[2024-11-08 16:20:05,766 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [2] imperfect sequences [] total 2
[2024-11-08 16:20:05,767 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1749969956]
[2024-11-08 16:20:05,767 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-08 16:20:05,769 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 3 states
[2024-11-08 16:20:05,771 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-08 16:20:05,772 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 3 interpolants.
[2024-11-08 16:20:05,773 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2024-11-08 16:20:05,773 INFO  L87              Difference]: Start difference. First operand 18 states and 19 transitions. Second operand  has 3 states, 2 states have (on average 3.5) internal successors, (7), 3 states have internal predecessors, (7), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:05,815 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-11-08 16:20:05,815 INFO  L93              Difference]: Finished difference Result 18 states and 19 transitions.
[2024-11-08 16:20:05,816 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 3 states. 
[2024-11-08 16:20:05,816 INFO  L78                 Accepts]: Start accepts. Automaton has  has 3 states, 2 states have (on average 3.5) internal successors, (7), 3 states have internal predecessors, (7), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 7
[2024-11-08 16:20:05,817 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-11-08 16:20:05,817 INFO  L225             Difference]: With dead ends: 18
[2024-11-08 16:20:05,817 INFO  L226             Difference]: Without dead ends: 17
[2024-11-08 16:20:05,818 INFO  L431           NwaCegarLoop]: 0 DeclaredPredicates, 2 GetRequests, 1 SyntacticMatches, 0 SemanticMatches, 1 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=3, Invalid=3, Unknown=0, NotChecked=0, Total=6
[2024-11-08 16:20:05,820 INFO  L432           NwaCegarLoop]: 4 mSDtfsCounter, 1 mSDsluCounter, 1 mSDsCounter, 0 mSdLazyCounter, 10 mSolverCounterSat, 1 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.0s Time, 0 mProtectedPredicate, 0 mProtectedAction, 1 SdHoareTripleChecker+Valid, 5 SdHoareTripleChecker+Invalid, 11 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 1 IncrementalHoareTripleChecker+Valid, 10 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.0s IncrementalHoareTripleChecker+Time
[2024-11-08 16:20:05,821 INFO  L433           NwaCegarLoop]: SdHoareTripleChecker [1 Valid, 5 Invalid, 11 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [1 Valid, 10 Invalid, 0 Unknown, 0 Unchecked, 0.0s Time]
[2024-11-08 16:20:05,822 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 17 states.
[2024-11-08 16:20:05,826 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 17 to 17.
[2024-11-08 16:20:05,826 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 17 states, 14 states have (on average 1.2142857142857142) internal successors, (17), 16 states have internal predecessors, (17), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:05,827 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 17 states to 17 states and 17 transitions.
[2024-11-08 16:20:05,827 INFO  L78                 Accepts]: Start accepts. Automaton has 17 states and 17 transitions. Word has length 7
[2024-11-08 16:20:05,828 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-11-08 16:20:05,828 INFO  L471      AbstractCegarLoop]: Abstraction has 17 states and 17 transitions.
[2024-11-08 16:20:05,829 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 3 states, 2 states have (on average 3.5) internal successors, (7), 3 states have internal predecessors, (7), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:05,829 INFO  L276                IsEmpty]: Start isEmpty. Operand 17 states and 17 transitions.
[2024-11-08 16:20:05,829 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 12
[2024-11-08 16:20:05,830 INFO  L207           NwaCegarLoop]: Found error trace
[2024-11-08 16:20:05,830 INFO  L215           NwaCegarLoop]: trace histogram [2, 2, 1, 1, 1, 1, 1, 1, 1]
[2024-11-08 16:20:05,830 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable2
[2024-11-08 16:20:05,831 INFO  L396      AbstractCegarLoop]: === Iteration 4 === Targeting ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 1 more)] ===
[2024-11-08 16:20:05,832 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-08 16:20:05,832 INFO  L85        PathProgramCache]: Analyzing trace with hash -1429336741, now seen corresponding path program 1 times
[2024-11-08 16:20:05,832 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-08 16:20:05,833 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [804100497]
[2024-11-08 16:20:05,833 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-08 16:20:05,833 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-08 16:20:05,849 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-08 16:20:05,995 INFO  L134       CoverageAnalysis]: Checked inductivity of 3 backedges. 0 proven. 3 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:05,996 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-08 16:20:05,996 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [804100497]
[2024-11-08 16:20:05,996 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [804100497] provided 0 perfect and 1 imperfect interpolant sequences
[2024-11-08 16:20:05,997 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [459218300]
[2024-11-08 16:20:05,997 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-08 16:20:05,997 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-08 16:20:06,000 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3
[2024-11-08 16:20:06,004 INFO  L229       MonitoredProcess]: Starting monitored process 2 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-11-08 16:20:06,008 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (2)] Waiting until timeout for monitored process
[2024-11-08 16:20:06,064 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-08 16:20:06,068 INFO  L255         TraceCheckSpWp]: Trace formula consists of 20 conjuncts, 4 conjuncts are in the unsatisfiable core
[2024-11-08 16:20:06,076 INFO  L278         TraceCheckSpWp]: Computing forward predicates...
[2024-11-08 16:20:06,186 INFO  L134       CoverageAnalysis]: Checked inductivity of 3 backedges. 0 proven. 3 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:06,186 INFO  L311         TraceCheckSpWp]: Computing backward predicates...
[2024-11-08 16:20:06,299 INFO  L134       CoverageAnalysis]: Checked inductivity of 3 backedges. 0 proven. 3 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:06,300 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [459218300] provided 0 perfect and 2 imperfect interpolant sequences
[2024-11-08 16:20:06,300 INFO  L185   FreeRefinementEngine]: Found 0 perfect and 3 imperfect interpolant sequences.
[2024-11-08 16:20:06,300 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [] imperfect sequences [4, 4, 4] total 8
[2024-11-08 16:20:06,305 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [114059803]
[2024-11-08 16:20:06,305 INFO  L85    oduleStraightlineAll]: Using 3 imperfect interpolants to construct interpolant automaton
[2024-11-08 16:20:06,306 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 9 states
[2024-11-08 16:20:06,306 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-08 16:20:06,307 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 9 interpolants.
[2024-11-08 16:20:06,307 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=27, Invalid=45, Unknown=0, NotChecked=0, Total=72
[2024-11-08 16:20:06,307 INFO  L87              Difference]: Start difference. First operand 17 states and 17 transitions. Second operand  has 9 states, 8 states have (on average 3.0) internal successors, (24), 9 states have internal predecessors, (24), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:06,450 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-11-08 16:20:06,450 INFO  L93              Difference]: Finished difference Result 24 states and 26 transitions.
[2024-11-08 16:20:06,450 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 9 states. 
[2024-11-08 16:20:06,450 INFO  L78                 Accepts]: Start accepts. Automaton has  has 9 states, 8 states have (on average 3.0) internal successors, (24), 9 states have internal predecessors, (24), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 11
[2024-11-08 16:20:06,451 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-11-08 16:20:06,451 INFO  L225             Difference]: With dead ends: 24
[2024-11-08 16:20:06,451 INFO  L226             Difference]: Without dead ends: 22
[2024-11-08 16:20:06,452 INFO  L431           NwaCegarLoop]: 0 DeclaredPredicates, 28 GetRequests, 17 SyntacticMatches, 0 SemanticMatches, 11 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 21 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=63, Invalid=93, Unknown=0, NotChecked=0, Total=156
[2024-11-08 16:20:06,453 INFO  L432           NwaCegarLoop]: 3 mSDtfsCounter, 10 mSDsluCounter, 4 mSDsCounter, 0 mSdLazyCounter, 41 mSolverCounterSat, 7 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 10 SdHoareTripleChecker+Valid, 7 SdHoareTripleChecker+Invalid, 48 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 7 IncrementalHoareTripleChecker+Valid, 41 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2024-11-08 16:20:06,456 INFO  L433           NwaCegarLoop]: SdHoareTripleChecker [10 Valid, 7 Invalid, 48 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [7 Valid, 41 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2024-11-08 16:20:06,457 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 22 states.
[2024-11-08 16:20:06,460 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 22 to 22.
[2024-11-08 16:20:06,461 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 22 states, 20 states have (on average 1.15) internal successors, (23), 21 states have internal predecessors, (23), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:06,461 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 22 states to 22 states and 23 transitions.
[2024-11-08 16:20:06,462 INFO  L78                 Accepts]: Start accepts. Automaton has 22 states and 23 transitions. Word has length 11
[2024-11-08 16:20:06,462 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-11-08 16:20:06,462 INFO  L471      AbstractCegarLoop]: Abstraction has 22 states and 23 transitions.
[2024-11-08 16:20:06,462 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 9 states, 8 states have (on average 3.0) internal successors, (24), 9 states have internal predecessors, (24), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:06,462 INFO  L276                IsEmpty]: Start isEmpty. Operand 22 states and 23 transitions.
[2024-11-08 16:20:06,463 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 13
[2024-11-08 16:20:06,463 INFO  L207           NwaCegarLoop]: Found error trace
[2024-11-08 16:20:06,463 INFO  L215           NwaCegarLoop]: trace histogram [2, 2, 2, 1, 1, 1, 1, 1, 1]
[2024-11-08 16:20:06,489 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (2)] Ended with exit code 0
[2024-11-08 16:20:06,669 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable3,2 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-08 16:20:06,669 INFO  L396      AbstractCegarLoop]: === Iteration 5 === Targeting ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 1 more)] ===
[2024-11-08 16:20:06,670 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-08 16:20:06,670 INFO  L85        PathProgramCache]: Analyzing trace with hash -1359765966, now seen corresponding path program 1 times
[2024-11-08 16:20:06,671 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-08 16:20:06,671 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [541905694]
[2024-11-08 16:20:06,671 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-08 16:20:06,671 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-08 16:20:06,683 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-08 16:20:06,778 INFO  L134       CoverageAnalysis]: Checked inductivity of 4 backedges. 0 proven. 4 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:06,779 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-08 16:20:06,780 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [541905694]
[2024-11-08 16:20:06,780 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [541905694] provided 0 perfect and 1 imperfect interpolant sequences
[2024-11-08 16:20:06,780 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [219440281]
[2024-11-08 16:20:06,780 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-08 16:20:06,781 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-08 16:20:06,781 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3
[2024-11-08 16:20:06,784 INFO  L229       MonitoredProcess]: Starting monitored process 3 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-11-08 16:20:06,785 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (3)] Waiting until timeout for monitored process
[2024-11-08 16:20:06,823 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-08 16:20:06,824 INFO  L255         TraceCheckSpWp]: Trace formula consists of 21 conjuncts, 5 conjuncts are in the unsatisfiable core
[2024-11-08 16:20:06,825 INFO  L278         TraceCheckSpWp]: Computing forward predicates...
[2024-11-08 16:20:06,986 INFO  L134       CoverageAnalysis]: Checked inductivity of 4 backedges. 4 proven. 0 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:06,987 INFO  L307         TraceCheckSpWp]: Omiting computation of backward sequence because forward sequence was already perfect
[2024-11-08 16:20:06,987 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [219440281] provided 1 perfect and 0 imperfect interpolant sequences
[2024-11-08 16:20:06,987 INFO  L185   FreeRefinementEngine]: Found 1 perfect and 1 imperfect interpolant sequences.
[2024-11-08 16:20:06,987 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [4] imperfect sequences [4] total 7
[2024-11-08 16:20:06,988 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1523966419]
[2024-11-08 16:20:06,988 INFO  L85    oduleStraightlineAll]: Using 1 perfect interpolants to construct interpolant automaton
[2024-11-08 16:20:06,988 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 5 states
[2024-11-08 16:20:06,989 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-08 16:20:06,989 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 5 interpolants.
[2024-11-08 16:20:06,994 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=22, Invalid=34, Unknown=0, NotChecked=0, Total=56
[2024-11-08 16:20:06,994 INFO  L87              Difference]: Start difference. First operand 22 states and 23 transitions. Second operand  has 5 states, 4 states have (on average 3.0) internal successors, (12), 5 states have internal predecessors, (12), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:07,064 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-11-08 16:20:07,065 INFO  L93              Difference]: Finished difference Result 22 states and 23 transitions.
[2024-11-08 16:20:07,065 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 6 states. 
[2024-11-08 16:20:07,065 INFO  L78                 Accepts]: Start accepts. Automaton has  has 5 states, 4 states have (on average 3.0) internal successors, (12), 5 states have internal predecessors, (12), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 12
[2024-11-08 16:20:07,066 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-11-08 16:20:07,066 INFO  L225             Difference]: With dead ends: 22
[2024-11-08 16:20:07,066 INFO  L226             Difference]: Without dead ends: 21
[2024-11-08 16:20:07,067 INFO  L431           NwaCegarLoop]: 0 DeclaredPredicates, 16 GetRequests, 9 SyntacticMatches, 0 SemanticMatches, 7 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 1 ImplicationChecksByTransitivity, 0.1s TimeCoverageRelationStatistics Valid=30, Invalid=42, Unknown=0, NotChecked=0, Total=72
[2024-11-08 16:20:07,068 INFO  L432           NwaCegarLoop]: 2 mSDtfsCounter, 1 mSDsluCounter, 2 mSDsCounter, 0 mSdLazyCounter, 30 mSolverCounterSat, 1 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.0s Time, 0 mProtectedPredicate, 0 mProtectedAction, 1 SdHoareTripleChecker+Valid, 4 SdHoareTripleChecker+Invalid, 31 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 1 IncrementalHoareTripleChecker+Valid, 30 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.0s IncrementalHoareTripleChecker+Time
[2024-11-08 16:20:07,068 INFO  L433           NwaCegarLoop]: SdHoareTripleChecker [1 Valid, 4 Invalid, 31 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [1 Valid, 30 Invalid, 0 Unknown, 0 Unchecked, 0.0s Time]
[2024-11-08 16:20:07,072 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 21 states.
[2024-11-08 16:20:07,079 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 21 to 21.
[2024-11-08 16:20:07,079 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 21 states, 20 states have (on average 1.05) internal successors, (21), 20 states have internal predecessors, (21), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:07,081 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 21 states to 21 states and 21 transitions.
[2024-11-08 16:20:07,081 INFO  L78                 Accepts]: Start accepts. Automaton has 21 states and 21 transitions. Word has length 12
[2024-11-08 16:20:07,083 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-11-08 16:20:07,083 INFO  L471      AbstractCegarLoop]: Abstraction has 21 states and 21 transitions.
[2024-11-08 16:20:07,083 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 5 states, 4 states have (on average 3.0) internal successors, (12), 5 states have internal predecessors, (12), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:07,084 INFO  L276                IsEmpty]: Start isEmpty. Operand 21 states and 21 transitions.
[2024-11-08 16:20:07,085 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 21
[2024-11-08 16:20:07,085 INFO  L207           NwaCegarLoop]: Found error trace
[2024-11-08 16:20:07,086 INFO  L215           NwaCegarLoop]: trace histogram [3, 3, 3, 3, 3, 2, 1, 1, 1]
[2024-11-08 16:20:07,111 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (3)] Forceful destruction successful, exit code 0
[2024-11-08 16:20:07,290 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable4,3 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-08 16:20:07,291 INFO  L396      AbstractCegarLoop]: === Iteration 6 === Targeting ULTIMATE.startErr3ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 1 more)] ===
[2024-11-08 16:20:07,292 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-08 16:20:07,292 INFO  L85        PathProgramCache]: Analyzing trace with hash -1342155427, now seen corresponding path program 1 times
[2024-11-08 16:20:07,292 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-08 16:20:07,292 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [680088604]
[2024-11-08 16:20:07,293 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-08 16:20:07,293 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-08 16:20:07,305 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-08 16:20:07,438 INFO  L134       CoverageAnalysis]: Checked inductivity of 18 backedges. 0 proven. 18 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:07,438 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-08 16:20:07,440 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [680088604]
[2024-11-08 16:20:07,441 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [680088604] provided 0 perfect and 1 imperfect interpolant sequences
[2024-11-08 16:20:07,441 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1296718333]
[2024-11-08 16:20:07,441 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-08 16:20:07,441 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-08 16:20:07,442 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3
[2024-11-08 16:20:07,447 INFO  L229       MonitoredProcess]: Starting monitored process 4 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-11-08 16:20:07,456 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (4)] Waiting until timeout for monitored process
[2024-11-08 16:20:07,499 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-08 16:20:07,499 INFO  L255         TraceCheckSpWp]: Trace formula consists of 35 conjuncts, 4 conjuncts are in the unsatisfiable core
[2024-11-08 16:20:07,501 INFO  L278         TraceCheckSpWp]: Computing forward predicates...
[2024-11-08 16:20:07,548 INFO  L134       CoverageAnalysis]: Checked inductivity of 18 backedges. 0 proven. 18 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:07,549 INFO  L311         TraceCheckSpWp]: Computing backward predicates...
[2024-11-08 16:20:07,627 INFO  L134       CoverageAnalysis]: Checked inductivity of 18 backedges. 0 proven. 18 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:07,628 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1296718333] provided 0 perfect and 2 imperfect interpolant sequences
[2024-11-08 16:20:07,628 INFO  L185   FreeRefinementEngine]: Found 0 perfect and 3 imperfect interpolant sequences.
[2024-11-08 16:20:07,628 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [] imperfect sequences [4, 4, 4] total 7
[2024-11-08 16:20:07,628 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [2033287504]
[2024-11-08 16:20:07,629 INFO  L85    oduleStraightlineAll]: Using 3 imperfect interpolants to construct interpolant automaton
[2024-11-08 16:20:07,629 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 8 states
[2024-11-08 16:20:07,630 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-08 16:20:07,630 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 8 interpolants.
[2024-11-08 16:20:07,631 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=28, Invalid=28, Unknown=0, NotChecked=0, Total=56
[2024-11-08 16:20:07,631 INFO  L87              Difference]: Start difference. First operand 21 states and 21 transitions. Second operand  has 8 states, 7 states have (on average 5.571428571428571) internal successors, (39), 8 states have internal predecessors, (39), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:07,704 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-11-08 16:20:07,704 INFO  L93              Difference]: Finished difference Result 46 states and 49 transitions.
[2024-11-08 16:20:07,705 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 8 states. 
[2024-11-08 16:20:07,705 INFO  L78                 Accepts]: Start accepts. Automaton has  has 8 states, 7 states have (on average 5.571428571428571) internal successors, (39), 8 states have internal predecessors, (39), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 20
[2024-11-08 16:20:07,705 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-11-08 16:20:07,706 INFO  L225             Difference]: With dead ends: 46
[2024-11-08 16:20:07,706 INFO  L226             Difference]: Without dead ends: 45
[2024-11-08 16:20:07,707 INFO  L431           NwaCegarLoop]: 0 DeclaredPredicates, 42 GetRequests, 36 SyntacticMatches, 0 SemanticMatches, 6 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.0s TimeCoverageRelationStatistics Valid=28, Invalid=28, Unknown=0, NotChecked=0, Total=56
[2024-11-08 16:20:07,708 INFO  L432           NwaCegarLoop]: 5 mSDtfsCounter, 0 mSDsluCounter, 15 mSDsCounter, 0 mSdLazyCounter, 31 mSolverCounterSat, 1 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.0s Time, 0 mProtectedPredicate, 0 mProtectedAction, 0 SdHoareTripleChecker+Valid, 20 SdHoareTripleChecker+Invalid, 32 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 1 IncrementalHoareTripleChecker+Valid, 31 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2024-11-08 16:20:07,708 INFO  L433           NwaCegarLoop]: SdHoareTripleChecker [0 Valid, 20 Invalid, 32 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [1 Valid, 31 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2024-11-08 16:20:07,709 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 45 states.
[2024-11-08 16:20:07,715 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 45 to 45.
[2024-11-08 16:20:07,715 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 45 states, 44 states have (on average 1.0227272727272727) internal successors, (45), 44 states have internal predecessors, (45), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:07,716 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 45 states to 45 states and 45 transitions.
[2024-11-08 16:20:07,716 INFO  L78                 Accepts]: Start accepts. Automaton has 45 states and 45 transitions. Word has length 20
[2024-11-08 16:20:07,717 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-11-08 16:20:07,717 INFO  L471      AbstractCegarLoop]: Abstraction has 45 states and 45 transitions.
[2024-11-08 16:20:07,717 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 8 states, 7 states have (on average 5.571428571428571) internal successors, (39), 8 states have internal predecessors, (39), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:07,717 INFO  L276                IsEmpty]: Start isEmpty. Operand 45 states and 45 transitions.
[2024-11-08 16:20:07,718 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 45
[2024-11-08 16:20:07,719 INFO  L207           NwaCegarLoop]: Found error trace
[2024-11-08 16:20:07,719 INFO  L215           NwaCegarLoop]: trace histogram [7, 7, 7, 7, 7, 6, 1, 1, 1]
[2024-11-08 16:20:07,741 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (4)] Ended with exit code 0
[2024-11-08 16:20:07,919 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 4 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable5
[2024-11-08 16:20:07,920 INFO  L396      AbstractCegarLoop]: === Iteration 7 === Targeting ULTIMATE.startErr3ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 1 more)] ===
[2024-11-08 16:20:07,921 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-08 16:20:07,921 INFO  L85        PathProgramCache]: Analyzing trace with hash -1699708671, now seen corresponding path program 2 times
[2024-11-08 16:20:07,921 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-08 16:20:07,921 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [1807765267]
[2024-11-08 16:20:07,921 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-08 16:20:07,922 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-08 16:20:07,947 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-08 16:20:08,222 INFO  L134       CoverageAnalysis]: Checked inductivity of 126 backedges. 0 proven. 126 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:08,223 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-08 16:20:08,223 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [1807765267]
[2024-11-08 16:20:08,223 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [1807765267] provided 0 perfect and 1 imperfect interpolant sequences
[2024-11-08 16:20:08,223 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [1750944520]
[2024-11-08 16:20:08,223 INFO  L93    rtionOrderModulation]: Changing assertion order to OUTSIDE_LOOP_FIRST1
[2024-11-08 16:20:08,224 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-08 16:20:08,224 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3
[2024-11-08 16:20:08,229 INFO  L229       MonitoredProcess]: Starting monitored process 5 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-11-08 16:20:08,232 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (5)] Waiting until timeout for monitored process
[2024-11-08 16:20:08,297 INFO  L227   tOrderPrioritization]: Assert order OUTSIDE_LOOP_FIRST1 issued 2 check-sat command(s)
[2024-11-08 16:20:08,297 INFO  L228   tOrderPrioritization]: Conjunction of SSA is unsat
[2024-11-08 16:20:08,298 INFO  L255         TraceCheckSpWp]: Trace formula consists of 75 conjuncts, 8 conjuncts are in the unsatisfiable core
[2024-11-08 16:20:08,301 INFO  L278         TraceCheckSpWp]: Computing forward predicates...
[2024-11-08 16:20:08,407 INFO  L134       CoverageAnalysis]: Checked inductivity of 126 backedges. 0 proven. 126 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:08,407 INFO  L311         TraceCheckSpWp]: Computing backward predicates...
[2024-11-08 16:20:08,650 INFO  L134       CoverageAnalysis]: Checked inductivity of 126 backedges. 0 proven. 126 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:08,651 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [1750944520] provided 0 perfect and 2 imperfect interpolant sequences
[2024-11-08 16:20:08,651 INFO  L185   FreeRefinementEngine]: Found 0 perfect and 3 imperfect interpolant sequences.
[2024-11-08 16:20:08,651 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [] imperfect sequences [8, 8, 8] total 15
[2024-11-08 16:20:08,651 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1927051885]
[2024-11-08 16:20:08,651 INFO  L85    oduleStraightlineAll]: Using 3 imperfect interpolants to construct interpolant automaton
[2024-11-08 16:20:08,652 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 16 states
[2024-11-08 16:20:08,652 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-08 16:20:08,656 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 16 interpolants.
[2024-11-08 16:20:08,656 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=120, Invalid=120, Unknown=0, NotChecked=0, Total=240
[2024-11-08 16:20:08,656 INFO  L87              Difference]: Start difference. First operand 45 states and 45 transitions. Second operand  has 16 states, 15 states have (on average 5.8) internal successors, (87), 16 states have internal predecessors, (87), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:08,780 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-11-08 16:20:08,780 INFO  L93              Difference]: Finished difference Result 94 states and 101 transitions.
[2024-11-08 16:20:08,780 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 16 states. 
[2024-11-08 16:20:08,781 INFO  L78                 Accepts]: Start accepts. Automaton has  has 16 states, 15 states have (on average 5.8) internal successors, (87), 16 states have internal predecessors, (87), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 44
[2024-11-08 16:20:08,781 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-11-08 16:20:08,782 INFO  L225             Difference]: With dead ends: 94
[2024-11-08 16:20:08,782 INFO  L226             Difference]: Without dead ends: 93
[2024-11-08 16:20:08,783 INFO  L431           NwaCegarLoop]: 0 DeclaredPredicates, 94 GetRequests, 80 SyntacticMatches, 0 SemanticMatches, 14 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 0 ImplicationChecksByTransitivity, 0.2s TimeCoverageRelationStatistics Valid=120, Invalid=120, Unknown=0, NotChecked=0, Total=240
[2024-11-08 16:20:08,784 INFO  L432           NwaCegarLoop]: 5 mSDtfsCounter, 0 mSDsluCounter, 32 mSDsCounter, 0 mSdLazyCounter, 64 mSolverCounterSat, 1 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.1s Time, 0 mProtectedPredicate, 0 mProtectedAction, 0 SdHoareTripleChecker+Valid, 37 SdHoareTripleChecker+Invalid, 65 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 1 IncrementalHoareTripleChecker+Valid, 64 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.1s IncrementalHoareTripleChecker+Time
[2024-11-08 16:20:08,784 INFO  L433           NwaCegarLoop]: SdHoareTripleChecker [0 Valid, 37 Invalid, 65 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [1 Valid, 64 Invalid, 0 Unknown, 0 Unchecked, 0.1s Time]
[2024-11-08 16:20:08,785 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 93 states.
[2024-11-08 16:20:08,794 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 93 to 93.
[2024-11-08 16:20:08,794 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 93 states, 92 states have (on average 1.0108695652173914) internal successors, (93), 92 states have internal predecessors, (93), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:08,795 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 93 states to 93 states and 93 transitions.
[2024-11-08 16:20:08,796 INFO  L78                 Accepts]: Start accepts. Automaton has 93 states and 93 transitions. Word has length 44
[2024-11-08 16:20:08,796 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-11-08 16:20:08,796 INFO  L471      AbstractCegarLoop]: Abstraction has 93 states and 93 transitions.
[2024-11-08 16:20:08,796 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 16 states, 15 states have (on average 5.8) internal successors, (87), 16 states have internal predecessors, (87), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:08,797 INFO  L276                IsEmpty]: Start isEmpty. Operand 93 states and 93 transitions.
[2024-11-08 16:20:08,798 INFO  L282                IsEmpty]: Finished isEmpty. Found accepting run of length 93
[2024-11-08 16:20:08,799 INFO  L207           NwaCegarLoop]: Found error trace
[2024-11-08 16:20:08,799 INFO  L215           NwaCegarLoop]: trace histogram [15, 15, 15, 15, 15, 14, 1, 1, 1]
[2024-11-08 16:20:08,823 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (5)] Ended with exit code 0
[2024-11-08 16:20:08,999 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: 5 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true,SelfDestructingSolverStorable6
[2024-11-08 16:20:09,000 INFO  L396      AbstractCegarLoop]: === Iteration 8 === Targeting ULTIMATE.startErr3ASSERT_VIOLATIONINTEGER_OVERFLOW === [ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW, ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (and 1 more)] ===
[2024-11-08 16:20:09,000 INFO  L157       PredicateUnifier]: Initialized classic predicate unifier
[2024-11-08 16:20:09,000 INFO  L85        PathProgramCache]: Analyzing trace with hash -587869111, now seen corresponding path program 3 times
[2024-11-08 16:20:09,001 INFO  L118   FreeRefinementEngine]: Executing refinement strategy CAMEL
[2024-11-08 16:20:09,001 INFO  L334   FreeRefinementEngine]: Using trace check IpTcStrategyModuleSmtInterpolCraig [997680580]
[2024-11-08 16:20:09,001 INFO  L95    rtionOrderModulation]: Keeping assertion order NOT_INCREMENTALLY
[2024-11-08 16:20:09,001 INFO  L127          SolverBuilder]: Constructing new instance of SMTInterpol with explicit timeout -1 ms and remaining time -1 ms
[2024-11-08 16:20:09,044 INFO  L136    AnnotateAndAsserter]: Conjunction of SSA is unsat
[2024-11-08 16:20:09,610 INFO  L134       CoverageAnalysis]: Checked inductivity of 630 backedges. 0 proven. 630 refuted. 0 times theorem prover too weak. 0 trivial. 0 not checked.
[2024-11-08 16:20:09,612 INFO  L136   FreeRefinementEngine]: Strategy CAMEL found an infeasible trace
[2024-11-08 16:20:09,612 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleSmtInterpolCraig [997680580]
[2024-11-08 16:20:09,613 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleSmtInterpolCraig [997680580] provided 0 perfect and 1 imperfect interpolant sequences
[2024-11-08 16:20:09,613 INFO  L334   FreeRefinementEngine]: Using interpolant generator IpTcStrategyModuleZ3 [976209500]
[2024-11-08 16:20:09,613 INFO  L93    rtionOrderModulation]: Changing assertion order to OUTSIDE_LOOP_FIRST2
[2024-11-08 16:20:09,613 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-08 16:20:09,614 INFO  L189       MonitoredProcess]: No working directory specified, using /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3
[2024-11-08 16:20:09,619 INFO  L229       MonitoredProcess]: Starting monitored process 6 with /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (exit command is (exit), workingDir is null)
[2024-11-08 16:20:09,621 INFO  L327       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (6)] Waiting until timeout for monitored process
[2024-11-08 16:20:09,677 INFO  L227   tOrderPrioritization]: Assert order OUTSIDE_LOOP_FIRST2 issued 4 check-sat command(s)
[2024-11-08 16:20:09,677 INFO  L228   tOrderPrioritization]: Conjunction of SSA is unsat
[2024-11-08 16:20:09,678 INFO  L255         TraceCheckSpWp]: Trace formula consists of 45 conjuncts, 8 conjuncts are in the unsatisfiable core
[2024-11-08 16:20:09,681 INFO  L278         TraceCheckSpWp]: Computing forward predicates...
[2024-11-08 16:20:09,890 INFO  L134       CoverageAnalysis]: Checked inductivity of 630 backedges. 232 proven. 24 refuted. 0 times theorem prover too weak. 374 trivial. 0 not checked.
[2024-11-08 16:20:09,890 INFO  L311         TraceCheckSpWp]: Computing backward predicates...
[2024-11-08 16:20:10,178 INFO  L134       CoverageAnalysis]: Checked inductivity of 630 backedges. 232 proven. 24 refuted. 0 times theorem prover too weak. 374 trivial. 0 not checked.
[2024-11-08 16:20:10,179 INFO  L158   FreeRefinementEngine]: IpTcStrategyModuleZ3 [976209500] provided 0 perfect and 2 imperfect interpolant sequences
[2024-11-08 16:20:10,179 INFO  L185   FreeRefinementEngine]: Found 0 perfect and 3 imperfect interpolant sequences.
[2024-11-08 16:20:10,180 INFO  L198   FreeRefinementEngine]: Number of different interpolants: perfect sequences [] imperfect sequences [16, 7, 7] total 28
[2024-11-08 16:20:10,182 INFO  L121   tionRefinementEngine]: Using interpolant automaton builder IpAbStrategyModuleStraightlineAll [1768899467]
[2024-11-08 16:20:10,182 INFO  L85    oduleStraightlineAll]: Using 3 imperfect interpolants to construct interpolant automaton
[2024-11-08 16:20:10,183 INFO  L548      AbstractCegarLoop]: INTERPOLANT automaton has 29 states
[2024-11-08 16:20:10,183 INFO  L100   FreeRefinementEngine]: Using predicate unifier PredicateUnifier provided by strategy CAMEL
[2024-11-08 16:20:10,184 INFO  L143   InterpolantAutomaton]: Constructing interpolant automaton starting with 29 interpolants.
[2024-11-08 16:20:10,188 INFO  L145   InterpolantAutomaton]: CoverageRelationStatistics Valid=275, Invalid=537, Unknown=0, NotChecked=0, Total=812
[2024-11-08 16:20:10,189 INFO  L87              Difference]: Start difference. First operand 93 states and 93 transitions. Second operand  has 29 states, 28 states have (on average 5.035714285714286) internal successors, (141), 29 states have internal predecessors, (141), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:11,275 INFO  L144             Difference]: Subtrahend was deterministic. Have not used determinization.
[2024-11-08 16:20:11,276 INFO  L93              Difference]: Finished difference Result 100 states and 101 transitions.
[2024-11-08 16:20:11,276 INFO  L141   InterpolantAutomaton]: Switched to read-only mode: deterministic interpolant automaton has 35 states. 
[2024-11-08 16:20:11,276 INFO  L78                 Accepts]: Start accepts. Automaton has  has 29 states, 28 states have (on average 5.035714285714286) internal successors, (141), 29 states have internal predecessors, (141), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0) Word has length 92
[2024-11-08 16:20:11,277 INFO  L84                 Accepts]: Finished accepts. some prefix is accepted.
[2024-11-08 16:20:11,279 INFO  L225             Difference]: With dead ends: 100
[2024-11-08 16:20:11,280 INFO  L226             Difference]: Without dead ends: 0
[2024-11-08 16:20:11,281 INFO  L431           NwaCegarLoop]: 0 DeclaredPredicates, 231 GetRequests, 171 SyntacticMatches, 0 SemanticMatches, 60 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 755 ImplicationChecksByTransitivity, 1.4s TimeCoverageRelationStatistics Valid=1350, Invalid=2432, Unknown=0, NotChecked=0, Total=3782
[2024-11-08 16:20:11,283 INFO  L432           NwaCegarLoop]: 2 mSDtfsCounter, 49 mSDsluCounter, 7 mSDsCounter, 0 mSdLazyCounter, 107 mSolverCounterSat, 6 mSolverCounterUnsat, 0 mSolverCounterUnknown, 0 mSolverCounterNotChecked, 0.2s Time, 0 mProtectedPredicate, 0 mProtectedAction, 49 SdHoareTripleChecker+Valid, 9 SdHoareTripleChecker+Invalid, 113 SdHoareTripleChecker+Unknown, 0 SdHoareTripleChecker+Unchecked, 0.0s SdHoareTripleChecker+Time, 6 IncrementalHoareTripleChecker+Valid, 107 IncrementalHoareTripleChecker+Invalid, 0 IncrementalHoareTripleChecker+Unknown, 0 IncrementalHoareTripleChecker+Unchecked, 0.2s IncrementalHoareTripleChecker+Time
[2024-11-08 16:20:11,283 INFO  L433           NwaCegarLoop]: SdHoareTripleChecker [49 Valid, 9 Invalid, 113 Unknown, 0 Unchecked, 0.0s Time], IncrementalHoareTripleChecker [6 Valid, 107 Invalid, 0 Unknown, 0 Unchecked, 0.2s Time]
[2024-11-08 16:20:11,287 INFO  L82        GeneralOperation]: Start minimizeSevpa. Operand 0 states.
[2024-11-08 16:20:11,287 INFO  L88        GeneralOperation]: Finished minimizeSevpa. Reduced states from 0 to 0.
[2024-11-08 16:20:11,288 INFO  L82        GeneralOperation]: Start removeUnreachable. Operand  has 0 states, 0 states have (on average 0.0) internal successors, (0), 0 states have internal predecessors, (0), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:11,288 INFO  L88        GeneralOperation]: Finished removeUnreachable. Reduced from 0 states to 0 states and 0 transitions.
[2024-11-08 16:20:11,288 INFO  L78                 Accepts]: Start accepts. Automaton has 0 states and 0 transitions. Word has length 92
[2024-11-08 16:20:11,288 INFO  L84                 Accepts]: Finished accepts. word is rejected.
[2024-11-08 16:20:11,288 INFO  L471      AbstractCegarLoop]: Abstraction has 0 states and 0 transitions.
[2024-11-08 16:20:11,288 INFO  L472      AbstractCegarLoop]: INTERPOLANT automaton has  has 29 states, 28 states have (on average 5.035714285714286) internal successors, (141), 29 states have internal predecessors, (141), 0 states have call successors, (0), 0 states have call predecessors, (0), 0 states have return successors, (0), 0 states have call predecessors, (0), 0 states have call successors, (0)
[2024-11-08 16:20:11,289 INFO  L276                IsEmpty]: Start isEmpty. Operand 0 states and 0 transitions.
[2024-11-08 16:20:11,289 INFO  L282                IsEmpty]: Finished isEmpty. No accepting run.
[2024-11-08 16:20:11,293 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr0ASSERT_VIOLATIONINTEGER_OVERFLOW (3 of 4 remaining)
[2024-11-08 16:20:11,294 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr1ASSERT_VIOLATIONINTEGER_OVERFLOW (2 of 4 remaining)
[2024-11-08 16:20:11,294 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr2ASSERT_VIOLATIONINTEGER_OVERFLOW (1 of 4 remaining)
[2024-11-08 16:20:11,294 INFO  L782   garLoopResultBuilder]: Registering result SAFE for location ULTIMATE.startErr3ASSERT_VIOLATIONINTEGER_OVERFLOW (0 of 4 remaining)
[2024-11-08 16:20:11,318 INFO  L540       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true (6)] Forceful destruction successful, exit code 0
[2024-11-08 16:20:11,495 WARN  L453      AbstractCegarLoop]: Destroyed unattended storables created during the last iteration: SelfDestructingSolverStorable7,6 /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-08 16:20:11,498 INFO  L407         BasicCegarLoop]: Path program histogram: [3, 1, 1, 1, 1, 1]
[2024-11-08 16:20:11,500 INFO  L343    DoubleDeckerVisitor]: Before removal of dead ends 0 states and 0 transitions.
[2024-11-08 16:20:11,676 INFO  L170   ceAbstractionStarter]: Computing trace abstraction results
[2024-11-08 16:20:11,697 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction CFG 08.11 04:20:11 BoogieIcfgContainer
[2024-11-08 16:20:11,697 INFO  L131        PluginConnector]: ------------------------ END TraceAbstraction----------------------------
[2024-11-08 16:20:11,698 INFO  L112        PluginConnector]: ------------------------Witness Printer----------------------------
[2024-11-08 16:20:11,698 INFO  L270        PluginConnector]: Initializing Witness Printer...
[2024-11-08 16:20:11,698 INFO  L274        PluginConnector]: Witness Printer initialized
[2024-11-08 16:20:11,699 INFO  L184        PluginConnector]: Executing the observer RCFGCatcher from plugin Witness Printer for "de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder CFG 08.11 04:20:04" (3/4) ...
[2024-11-08 16:20:11,702 INFO  L142         WitnessPrinter]: Generating witness for correct program
[2024-11-08 16:20:11,711 INFO  L925   BoogieBacktranslator]: Reduced CFG by removing 5 nodes and edges
[2024-11-08 16:20:11,711 INFO  L925   BoogieBacktranslator]: Reduced CFG by removing 3 nodes and edges
[2024-11-08 16:20:11,714 INFO  L925   BoogieBacktranslator]: Reduced CFG by removing 2 nodes and edges
[2024-11-08 16:20:11,811 INFO  L149         WitnessManager]: Wrote witness to /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/witness.graphml
[2024-11-08 16:20:11,812 INFO  L149         WitnessManager]: Wrote witness to /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/witness.yml
[2024-11-08 16:20:11,812 INFO  L131        PluginConnector]: ------------------------ END Witness Printer----------------------------
[2024-11-08 16:20:11,813 INFO  L158              Benchmark]: Toolchain (without parser) took 7650.92ms. Allocated memory was 151.0MB in the beginning and 188.7MB in the end (delta: 37.7MB). Free memory was 116.4MB in the beginning and 118.1MB in the end (delta: -1.7MB). Peak memory consumption was 37.3MB. Max. memory is 16.1GB.
[2024-11-08 16:20:11,813 INFO  L158              Benchmark]: CDTParser took 0.43ms. Allocated memory is still 100.7MB. Free memory is still 50.3MB. There was no memory consumed. Max. memory is 16.1GB.
[2024-11-08 16:20:11,814 INFO  L158              Benchmark]: CACSL2BoogieTranslator took 318.21ms. Allocated memory is still 151.0MB. Free memory was 116.4MB in the beginning and 105.2MB in the end (delta: 11.2MB). Peak memory consumption was 10.5MB. Max. memory is 16.1GB.
[2024-11-08 16:20:11,814 INFO  L158              Benchmark]: Boogie Procedure Inliner took 41.34ms. Allocated memory is still 151.0MB. Free memory was 105.1MB in the beginning and 103.6MB in the end (delta: 1.5MB). Peak memory consumption was 2.1MB. Max. memory is 16.1GB.
[2024-11-08 16:20:11,814 INFO  L158              Benchmark]: Boogie Preprocessor took 37.90ms. Allocated memory is still 151.0MB. Free memory was 103.6MB in the beginning and 102.2MB in the end (delta: 1.4MB). Peak memory consumption was 2.1MB. Max. memory is 16.1GB.
[2024-11-08 16:20:11,815 INFO  L158              Benchmark]: RCFGBuilder took 334.02ms. Allocated memory is still 151.0MB. Free memory was 102.2MB in the beginning and 93.5MB in the end (delta: 8.7MB). Peak memory consumption was 8.4MB. Max. memory is 16.1GB.
[2024-11-08 16:20:11,815 INFO  L158              Benchmark]: TraceAbstraction took 6791.23ms. Allocated memory was 151.0MB in the beginning and 188.7MB in the end (delta: 37.7MB). Free memory was 92.7MB in the beginning and 123.3MB in the end (delta: -30.6MB). Peak memory consumption was 10.0MB. Max. memory is 16.1GB.
[2024-11-08 16:20:11,816 INFO  L158              Benchmark]: Witness Printer took 114.52ms. Allocated memory is still 188.7MB. Free memory was 123.3MB in the beginning and 118.1MB in the end (delta: 5.2MB). Peak memory consumption was 4.2MB. Max. memory is 16.1GB.
[2024-11-08 16:20:11,818 INFO  L338   ainManager$Toolchain]: #######################  End [Toolchain 1] #######################
 --- Results ---
 * Results from de.uni_freiburg.informatik.ultimate.core:
  - StatisticsResult: Toolchain Benchmarks
    Benchmark results are:
 * CDTParser took 0.43ms. Allocated memory is still 100.7MB. Free memory is still 50.3MB. There was no memory consumed. Max. memory is 16.1GB.
 * CACSL2BoogieTranslator took 318.21ms. Allocated memory is still 151.0MB. Free memory was 116.4MB in the beginning and 105.2MB in the end (delta: 11.2MB). Peak memory consumption was 10.5MB. Max. memory is 16.1GB.
 * Boogie Procedure Inliner took 41.34ms. Allocated memory is still 151.0MB. Free memory was 105.1MB in the beginning and 103.6MB in the end (delta: 1.5MB). Peak memory consumption was 2.1MB. Max. memory is 16.1GB.
 * Boogie Preprocessor took 37.90ms. Allocated memory is still 151.0MB. Free memory was 103.6MB in the beginning and 102.2MB in the end (delta: 1.4MB). Peak memory consumption was 2.1MB. Max. memory is 16.1GB.
 * RCFGBuilder took 334.02ms. Allocated memory is still 151.0MB. Free memory was 102.2MB in the beginning and 93.5MB in the end (delta: 8.7MB). Peak memory consumption was 8.4MB. Max. memory is 16.1GB.
 * TraceAbstraction took 6791.23ms. Allocated memory was 151.0MB in the beginning and 188.7MB in the end (delta: 37.7MB). Free memory was 92.7MB in the beginning and 123.3MB in the end (delta: -30.6MB). Peak memory consumption was 10.0MB. Max. memory is 16.1GB.
 * Witness Printer took 114.52ms. Allocated memory is still 188.7MB. Free memory was 123.3MB in the beginning and 118.1MB in the end (delta: 5.2MB). Peak memory consumption was 4.2MB. Max. memory is 16.1GB.
 * Results from de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction:
  - StatisticsResult: ErrorAutomatonStatistics
    NumberErrorTraces: 0, NumberStatementsAllTraces: 0, NumberRelevantStatements: 0, 0.0s ErrorAutomatonConstructionTimeTotal, 0.0s FaulLocalizationTime, NumberStatementsFirstTrace: -1, TraceLengthAvg: 0, 0.0s ErrorAutomatonConstructionTimeAvg, 0.0s ErrorAutomatonDifferenceTimeAvg, 0.0s ErrorAutomatonDifferenceTimeTotal, NumberOfNoEnhancement: 0, NumberOfFiniteEnhancement: 0, NumberOfInfiniteEnhancement: 0
  - PositiveResult [Line: 19]: integer overflow can never occur
    For all program executions holds that integer overflow can never occur at this location
  - PositiveResult [Line: 19]: integer overflow can never occur
    For all program executions holds that integer overflow can never occur at this location
  - PositiveResult [Line: 20]: integer overflow can never occur
    For all program executions holds that integer overflow can never occur at this location
  - PositiveResult [Line: 20]: integer overflow can never occur
    For all program executions holds that integer overflow can never occur at this location
  - StatisticsResult: Ultimate Automizer benchmark data
    CFG has 1 procedures, 16 locations, 4 error locations. Started 1 CEGAR loops. OverallTime: 6.5s, OverallIterations: 8, TraceHistogramMax: 15, PathProgramHistogramMax: 3, EmptinessCheckTime: 0.0s, AutomataDifference: 1.8s, DeadEndRemovalTime: 0.0s, HoareAnnotationTime: 0.0s, InitialAbstractionConstructionTime: 0.0s, HoareTripleCheckerStatistics: 0 mSolverCounterUnknown, 70 SdHoareTripleChecker+Valid, 0.6s IncrementalHoareTripleChecker+Time, 0 mSdLazyCounter, 70 mSDsluCounter, 110 SdHoareTripleChecker+Invalid, 0.5s Time, 0 mProtectedAction, 0 SdHoareTripleChecker+Unchecked, 0 IncrementalHoareTripleChecker+Unchecked, 72 mSDsCounter, 18 IncrementalHoareTripleChecker+Valid, 0 mProtectedPredicate, 328 IncrementalHoareTripleChecker+Invalid, 346 SdHoareTripleChecker+Unknown, 0 mSolverCounterNotChecked, 18 mSolverCounterUnsat, 38 mSDtfsCounter, 328 mSolverCounterSat, 0.0s SdHoareTripleChecker+Time, 0 IncrementalHoareTripleChecker+Unknown, PredicateUnifierStatistics: 0 DeclaredPredicates, 419 GetRequests, 316 SyntacticMatches, 0 SemanticMatches, 103 ConstructedPredicates, 0 IntricatePredicates, 0 DeprecatedPredicates, 777 ImplicationChecksByTransitivity, 1.9s Time, 0.0s BasicInterpolantAutomatonTime, BiggestAbstraction: size=93occurred in iteration=7, InterpolantAutomatonStates: 84, traceCheckStatistics: No data available, InterpolantConsolidationStatistics: No data available, PathInvariantsStatistics: No data available, 0/0 InterpolantCoveringCapability, TotalInterpolationStatistics: No data available, 0.0s DumpTime, AutomataMinimizationStatistics: 0.1s AutomataMinimizationTime, 8 MinimizatonAttempts, 0 StatesRemovedByMinimization, 0 NontrivialMinimizations, HoareAnnotationStatistics: No data available, RefinementEngineStatistics: TRACE_CHECK: 0.0s SsaConstructionTime, 0.2s SatisfiabilityAnalysisTime, 2.8s InterpolantComputationTime, 376 NumberOfCodeBlocks, 310 NumberOfCodeBlocksAsserted, 17 NumberOfCheckSat, 526 ConstructedInterpolants, 0 QuantifiedInterpolants, 1428 SizeOfPredicates, 3 NumberOfNonLiveVariables, 196 ConjunctsInSsa, 29 ConjunctsInUnsatCore, 17 InterpolantComputations, 4 PerfectInterpolantSequences, 1216/2339 InterpolantCoveringCapability, INVARIANT_SYNTHESIS: No data available, INTERPOLANT_CONSOLIDATION: No data available, ABSTRACT_INTERPRETATION: No data available, PDR: No data available, ACCELERATED_INTERPOLATION: No data available, SIFA: No data available, ReuseStatistics: No data available
  - AllSpecificationsHoldResult: All specifications hold
    4 specifications checked. All of them hold
  - InvariantResult [Line: 18]: Loop Invariant
    Derived loop invariant: (((x <= 2147483647) && (y == 1)) || (((y <= 2147483646) && ((((long) 2 * y) + x) <= 2147483650)) && (2 <= y)))
RESULT: Ultimate proved your program to be correct!
[2024-11-08 16:20:11,853 INFO  L552       MonitoredProcess]: [MP /tmp/vcloud_worker_vcloud-master_on_vcloud-master/run_dir_8b9b324b-136b-448e-bb7c-bb3298a86d9f/bin/uautomizer-verify-jihMAELWvX/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000 (1)] Ended with exit code 0
Received shutdown request...
--- End real Ultimate output ---

Execution finished normally
Writing output log to file Ultimate.log
Result:
TRUE