/usr/bin/java -Xmx8000000000 -Xss4m -jar ./plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar -data @noDefault -ultimatedata ./data -tc ../../../trunk/examples/toolchains/AutomizerCInline.xml --traceabstraction.trace.refinement.strategy FIXED_PREFERENCES --cacsl2boogietranslator.allow.undefined.functions true --traceabstraction.smt.solver External_ModelsAndUnsatCoreMode --traceabstraction.command.for.external.solver 'z3 -smt2 -in SMTLIB2_COMPLIANT=true' -s ../../../trunk/examples/settings/default/automizer/svcomp-Reach-64bit-Automizer_Bitvector.epf -i ../../../trunk/examples/svcomp/ldv-linux-4.2-rc1/linux-4.2-rc1.tar.xz-32_7a-drivers--gpu--drm--mgag200--mgag200.ko-entry_point.cil.out.i


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


This is Ultimate 0.2.5-dev-356b6ba-m
[2024-11-01 02:52:51,757 INFO  L188        SettingsManager]: Resetting all preferences to default values...
[2024-11-01 02:52:51,835 INFO  L114        SettingsManager]: Loading settings from /storage/repos/ultimate/releaseScripts/default/UAutomizer-linux/../../../trunk/examples/settings/default/automizer/svcomp-Reach-64bit-Automizer_Bitvector.epf
[2024-11-01 02:52:51,840 WARN  L101        SettingsManager]: Preference file contains the following unknown settings:
[2024-11-01 02:52:51,840 WARN  L103        SettingsManager]:   * de.uni_freiburg.informatik.ultimate.core.Log level for class
[2024-11-01 02:52:51,873 INFO  L130        SettingsManager]: Preferences different from defaults after loading the file:
[2024-11-01 02:52:51,874 INFO  L151        SettingsManager]: Preferences of UltimateCore differ from their defaults:
[2024-11-01 02:52:51,874 INFO  L153        SettingsManager]:  * Log level for class=de.uni_freiburg.informatik.ultimate.lib.smtlibutils.quantifier.QuantifierPusher=ERROR;
[2024-11-01 02:52:51,875 INFO  L151        SettingsManager]: Preferences of Boogie Preprocessor differ from their defaults:
[2024-11-01 02:52:51,875 INFO  L153        SettingsManager]:  * Use memory slicer=true
[2024-11-01 02:52:51,875 INFO  L151        SettingsManager]: Preferences of Boogie Procedure Inliner differ from their defaults:
[2024-11-01 02:52:51,876 INFO  L153        SettingsManager]:  * Ignore calls to procedures called more than once=ONLY_FOR_SEQUENTIAL_PROGRAMS
[2024-11-01 02:52:51,876 INFO  L151        SettingsManager]: Preferences of BlockEncodingV2 differ from their defaults:
[2024-11-01 02:52:51,877 INFO  L153        SettingsManager]:  * Create parallel compositions if possible=false
[2024-11-01 02:52:51,877 INFO  L153        SettingsManager]:  * Use SBE=true
[2024-11-01 02:52:51,879 INFO  L151        SettingsManager]: Preferences of CACSL2BoogieTranslator differ from their defaults:
[2024-11-01 02:52:51,879 INFO  L153        SettingsManager]:  * Pointer base address is valid at dereference=IGNORE
[2024-11-01 02:52:51,880 INFO  L153        SettingsManager]:  * Check division by zero=IGNORE
[2024-11-01 02:52:51,880 INFO  L153        SettingsManager]:  * Pointer to allocated memory at dereference=IGNORE
[2024-11-01 02:52:51,880 INFO  L153        SettingsManager]:  * If two pointers are subtracted or compared they have the same base address=IGNORE
[2024-11-01 02:52:51,881 INFO  L153        SettingsManager]:  * Check array bounds for arrays that are off heap=IGNORE
[2024-11-01 02:52:51,884 INFO  L153        SettingsManager]:  * Adapt memory model on pointer casts if necessary=true
[2024-11-01 02:52:51,884 INFO  L153        SettingsManager]:  * Use bitvectors instead of ints=true
[2024-11-01 02:52:51,885 INFO  L153        SettingsManager]:  * Allow undefined functions=false
[2024-11-01 02:52:51,885 INFO  L153        SettingsManager]:  * Memory model=HoenickeLindenmann_4ByteResolution
[2024-11-01 02:52:51,885 INFO  L153        SettingsManager]:  * Check if freed pointer was valid=false
[2024-11-01 02:52:51,886 INFO  L153        SettingsManager]:  * Use constant arrays=true
[2024-11-01 02:52:51,886 INFO  L151        SettingsManager]: Preferences of RCFGBuilder differ from their defaults:
[2024-11-01 02:52:51,886 INFO  L153        SettingsManager]:  * Size of a code block=SequenceOfStatements
[2024-11-01 02:52:51,886 INFO  L153        SettingsManager]:  * Only consider context switches at boundaries of atomic blocks=true
[2024-11-01 02:52:51,887 INFO  L153        SettingsManager]:  * SMT solver=External_DefaultMode
[2024-11-01 02:52:51,887 INFO  L153        SettingsManager]:  * Command for external solver=z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000
[2024-11-01 02:52:51,888 INFO  L151        SettingsManager]: Preferences of TraceAbstraction differ from their defaults:
[2024-11-01 02:52:51,888 INFO  L153        SettingsManager]:  * Compute Interpolants along a Counterexample=FPandBP
[2024-11-01 02:52:51,888 INFO  L153        SettingsManager]:  * Positions where we compute the Hoare Annotation=LoopHeads
[2024-11-01 02:52:51,889 INFO  L153        SettingsManager]:  * Trace refinement strategy=WOLF
[2024-11-01 02:52:51,889 INFO  L153        SettingsManager]:  * Command for external solver=cvc4 --incremental --print-success --lang smt 
[2024-11-01 02:52:51,889 INFO  L153        SettingsManager]:  * Apply one-shot large block encoding in concurrent analysis=false
[2024-11-01 02:52:51,889 INFO  L153        SettingsManager]:  * Automaton type used in concurrency analysis=PETRI_NET
[2024-11-01 02:52:51,890 INFO  L153        SettingsManager]:  * Order on configurations for Petri net unfoldings=DBO
[2024-11-01 02:52:51,890 INFO  L153        SettingsManager]:  * SMT solver=External_ModelsAndUnsatCoreMode
[2024-11-01 02:52:51,890 INFO  L153        SettingsManager]:  * Logic for external solver=AUFBV
[2024-11-01 02:52:51,890 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:/storage/repos/ultimate/releaseScripts/default/UAutomizer-linux/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.traceabstraction: Trace refinement strategy -> FIXED_PREFERENCES
Applying setting for plugin de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator: Allow undefined functions -> true
Applying setting for plugin de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction: SMT solver -> External_ModelsAndUnsatCoreMode
Applying setting for plugin de.uni_freiburg.informatik.ultimate.plugins.generator.traceabstraction: Command for external solver -> z3 -smt2 -in SMTLIB2_COMPLIANT=true
[2024-11-01 02:52:52,224 INFO  L75    nceAwareModelManager]: Repository-Root is: /tmp
[2024-11-01 02:52:52,248 INFO  L261   ainManager$Toolchain]: [Toolchain 1]: Applicable parser(s) successfully (re)initialized
[2024-11-01 02:52:52,250 INFO  L217   ainManager$Toolchain]: [Toolchain 1]: Toolchain selected.
[2024-11-01 02:52:52,252 INFO  L270        PluginConnector]: Initializing CDTParser...
[2024-11-01 02:52:52,252 INFO  L274        PluginConnector]: CDTParser initialized
[2024-11-01 02:52:52,254 INFO  L431   ainManager$Toolchain]: [Toolchain 1]: Parsing single file: /storage/repos/ultimate/releaseScripts/default/UAutomizer-linux/../../../trunk/examples/svcomp/ldv-linux-4.2-rc1/linux-4.2-rc1.tar.xz-32_7a-drivers--gpu--drm--mgag200--mgag200.ko-entry_point.cil.out.i
[2024-11-01 02:52:53,811 INFO  L533              CDTParser]: Created temporary CDT project at NULL
[2024-11-01 02:52:54,473 INFO  L384              CDTParser]: Found 1 translation units.
[2024-11-01 02:52:54,474 INFO  L180              CDTParser]: Scanning /storage/repos/ultimate/trunk/examples/svcomp/ldv-linux-4.2-rc1/linux-4.2-rc1.tar.xz-32_7a-drivers--gpu--drm--mgag200--mgag200.ko-entry_point.cil.out.i
[2024-11-01 02:52:54,550 INFO  L427              CDTParser]: About to delete temporary CDT project at /storage/repos/ultimate/releaseScripts/default/UAutomizer-linux/data/fee0bcaa8/97f1c3084a434fc886f30e596fffa4ed/FLAG9cec9ab23
[2024-11-01 02:52:54,907 INFO  L435              CDTParser]: Successfully deleted /storage/repos/ultimate/releaseScripts/default/UAutomizer-linux/data/fee0bcaa8/97f1c3084a434fc886f30e596fffa4ed
[2024-11-01 02:52:54,909 INFO  L299   ainManager$Toolchain]: ####################### [Toolchain 1] #######################
[2024-11-01 02:52:54,911 INFO  L133        ToolchainWalker]: Walking toolchain with 5 elements.
[2024-11-01 02:52:54,912 INFO  L112        PluginConnector]: ------------------------CACSL2BoogieTranslator----------------------------
[2024-11-01 02:52:54,912 INFO  L270        PluginConnector]: Initializing CACSL2BoogieTranslator...
[2024-11-01 02:52:54,917 INFO  L274        PluginConnector]: CACSL2BoogieTranslator initialized
[2024-11-01 02:52:54,917 INFO  L184        PluginConnector]: Executing the observer ACSLObjectContainerObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 01.11 02:52:54" (1/1) ...
[2024-11-01 02:52:54,918 INFO  L204        PluginConnector]: Invalid model from CACSL2BoogieTranslator for observer de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator.ACSLObjectContainerObserver@4641bdb7 and model type de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:52:54, skipping insertion in model container
[2024-11-01 02:52:54,918 INFO  L184        PluginConnector]: Executing the observer CACSL2BoogieTranslatorObserver from plugin CACSL2BoogieTranslator for "CDTParser AST 01.11 02:52:54" (1/1) ...
[2024-11-01 02:52:55,073 INFO  L175         MainTranslator]: Built tables and reachable declarations
[2024-11-01 02:52:56,393 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,600 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,616 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,616 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,617 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,618 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,618 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,650 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,664 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,678 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,679 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,693 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,740 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,757 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,757 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:56,758 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,042 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,047 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,053 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,176 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,323 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,341 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,354 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,366 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,381 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,411 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,411 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,424 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,434 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,447 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,447 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,468 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,485 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,558 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,567 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,577 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,578 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,597 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,629 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,636 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,680 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,680 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,681 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,681 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,681 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,682 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,683 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,683 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,690 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,691 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,691 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,691 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,700 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,701 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,701 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,710 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,711 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,711 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,712 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,712 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,713 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,713 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,713 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,714 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,714 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,715 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,715 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,727 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,734 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,743 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,744 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,744 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,744 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,744 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,745 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,746 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,870 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,941 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,945 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,948 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,950 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,951 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:57,954 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,066 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,129 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,142 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,178 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,179 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,179 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,180 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,180 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,213 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,213 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,213 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,214 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,214 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,214 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,214 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,214 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,215 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,215 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,215 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,215 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,215 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,215 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,216 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,216 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,216 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,630 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,631 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,640 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,648 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,656 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,675 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,677 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,679 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,688 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,690 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,692 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,693 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,694 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,694 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,694 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,694 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,695 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,695 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,696 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,697 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,697 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,697 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,698 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,698 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,698 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,698 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,698 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,698 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,834 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,834 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,839 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,839 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,845 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,846 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,851 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,852 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,852 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,853 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,854 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,855 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,856 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,856 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:58,857 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,053 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,060 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,067 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,080 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,127 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,133 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,134 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,145 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,149 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,149 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,149 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,162 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,163 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,170 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,171 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,171 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,171 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,172 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,172 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,172 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,173 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,173 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,173 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,173 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,173 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,173 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,175 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,186 WARN  L251   ndardFunctionHandler]: Function reach_error is already implemented but we override the implementation for the call at /storage/repos/ultimate/trunk/examples/svcomp/ldv-linux-4.2-rc1/linux-4.2-rc1.tar.xz-32_7a-drivers--gpu--drm--mgag200--mgag200.ko-entry_point.cil.out.i[367278,367291]
[2024-11-01 02:52:59,559 WARN  L1053              CHandler]: saw a pointer cast to a type that we could not get a type size for, not adapting memory model
[2024-11-01 02:52:59,561 INFO  L210          PostProcessor]: Analyzing one entry point: main
[2024-11-01 02:52:59,606 INFO  L200         MainTranslator]: Completed pre-run
[2024-11-01 02:52:59,750 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ volatile (".pushsection .smp_locks,\"a\"\n.balign 4\n.long 671f - .\n.popsection\n671:\n\tlock; subl %2, %0; sete %1": "+m" (v->counter),
                       "=qm" (c): "er" (i): "memory"); [5285-5286]
[2024-11-01 02:53:00,047 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ volatile ("1:\tud2\n.pushsection __bug_table,\"a\"\n2:\t.long 1b - 2b, %c0 - 2b\n\t.word %c1, 0\n\t.org 2b+%c2\n.popsection": : "i" ((char *)"/work/ldvuser/mutilin/launch/work/current--X--drivers/--X--defaultlinux-4.2-rc1.tar.xz--X--32_7a--X--cpachecker/linux-4.2-rc1.tar.xz/csd_deg_dscv/10176/dscv_tempdir/dscv/ri/32_7a/drivers/gpu/drm/mgag200/mgag200_cursor.c"),
                         "i" (69), "i" (12UL)); [9527-9528]
[2024-11-01 02:53:00,048 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ volatile ("1:\tud2\n.pushsection __bug_table,\"a\"\n2:\t.long 1b - 2b, %c0 - 2b\n\t.word %c1, 0\n\t.org 2b+%c2\n.popsection": : "i" ((char *)"/work/ldvuser/mutilin/launch/work/current--X--drivers/--X--defaultlinux-4.2-rc1.tar.xz--X--32_7a--X--cpachecker/linux-4.2-rc1.tar.xz/csd_deg_dscv/10176/dscv_tempdir/dscv/ri/32_7a/drivers/gpu/drm/mgag200/mgag200_cursor.c"),
                         "i" (70), "i" (12UL)); [9536-9537]
[2024-11-01 02:53:00,048 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ volatile ("1:\tud2\n.pushsection __bug_table,\"a\"\n2:\t.long 1b - 2b, %c0 - 2b\n\t.word %c1, 0\n\t.org 2b+%c2\n.popsection": : "i" ((char *)"/work/ldvuser/mutilin/launch/work/current--X--drivers/--X--defaultlinux-4.2-rc1.tar.xz--X--32_7a--X--cpachecker/linux-4.2-rc1.tar.xz/csd_deg_dscv/10176/dscv_tempdir/dscv/ri/32_7a/drivers/gpu/drm/mgag200/mgag200_cursor.c"),
                         "i" (71), "i" (12UL)); [9545-9546]
[2024-11-01 02:53:00,053 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ volatile ("1:\tud2\n.pushsection __bug_table,\"a\"\n2:\t.long 1b - 2b, %c0 - 2b\n\t.word %c1, 0\n\t.org 2b+%c2\n.popsection": : "i" ((char *)"/work/ldvuser/mutilin/launch/work/current--X--drivers/--X--defaultlinux-4.2-rc1.tar.xz--X--32_7a--X--cpachecker/linux-4.2-rc1.tar.xz/csd_deg_dscv/10176/dscv_tempdir/dscv/ri/32_7a/drivers/gpu/drm/mgag200/mgag200_cursor.c"),
                         "i" (184), "i" (12UL)); [9693-9694]
[2024-11-01 02:53:00,057 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ volatile ("1:\tud2\n.pushsection __bug_table,\"a\"\n2:\t.long 1b - 2b, %c0 - 2b\n\t.word %c1, 0\n\t.org 2b+%c2\n.popsection": : "i" ((char *)"/work/ldvuser/mutilin/launch/work/current--X--drivers/--X--defaultlinux-4.2-rc1.tar.xz--X--32_7a--X--cpachecker/linux-4.2-rc1.tar.xz/csd_deg_dscv/10176/dscv_tempdir/dscv/ri/32_7a/drivers/gpu/drm/mgag200/mgag200_cursor.c"),
                         "i" (242), "i" (12UL)); [9780-9781]
[2024-11-01 02:53:00,059 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ volatile ("1:\tud2\n.pushsection __bug_table,\"a\"\n2:\t.long 1b - 2b, %c0 - 2b\n\t.word %c1, 0\n\t.org 2b+%c2\n.popsection": : "i" ((char *)"/work/ldvuser/mutilin/launch/work/current--X--drivers/--X--defaultlinux-4.2-rc1.tar.xz--X--32_7a--X--cpachecker/linux-4.2-rc1.tar.xz/csd_deg_dscv/10176/dscv_tempdir/dscv/ri/32_7a/drivers/gpu/drm/mgag200/mgag200_cursor.c"),
                         "i" (266), "i" (12UL)); [9814-9815]
[2024-11-01 02:53:00,060 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ volatile ("1:\tud2\n.pushsection __bug_table,\"a\"\n2:\t.long 1b - 2b, %c0 - 2b\n\t.word %c1, 0\n\t.org 2b+%c2\n.popsection": : "i" ((char *)"/work/ldvuser/mutilin/launch/work/current--X--drivers/--X--defaultlinux-4.2-rc1.tar.xz--X--32_7a--X--cpachecker/linux-4.2-rc1.tar.xz/csd_deg_dscv/10176/dscv_tempdir/dscv/ri/32_7a/drivers/gpu/drm/mgag200/mgag200_cursor.c"),
                         "i" (267), "i" (12UL)); [9822-9823]
[2024-11-01 02:53:00,060 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ volatile ("1:\tud2\n.pushsection __bug_table,\"a\"\n2:\t.long 1b - 2b, %c0 - 2b\n\t.word %c1, 0\n\t.org 2b+%c2\n.popsection": : "i" ((char *)"/work/ldvuser/mutilin/launch/work/current--X--drivers/--X--defaultlinux-4.2-rc1.tar.xz--X--32_7a--X--cpachecker/linux-4.2-rc1.tar.xz/csd_deg_dscv/10176/dscv_tempdir/dscv/ri/32_7a/drivers/gpu/drm/mgag200/mgag200_cursor.c"),
                         "i" (268), "i" (12UL)); [9830-9831]
[2024-11-01 02:53:00,060 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ volatile ("1:\tud2\n.pushsection __bug_table,\"a\"\n2:\t.long 1b - 2b, %c0 - 2b\n\t.word %c1, 0\n\t.org 2b+%c2\n.popsection": : "i" ((char *)"/work/ldvuser/mutilin/launch/work/current--X--drivers/--X--defaultlinux-4.2-rc1.tar.xz--X--32_7a--X--cpachecker/linux-4.2-rc1.tar.xz/csd_deg_dscv/10176/dscv_tempdir/dscv/ri/32_7a/drivers/gpu/drm/mgag200/mgag200_cursor.c"),
                         "i" (269), "i" (12UL)); [9838-9839]
[2024-11-01 02:53:00,076 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ volatile ("1:\tud2\n.pushsection __bug_table,\"a\"\n2:\t.long 1b - 2b, %c0 - 2b\n\t.word %c1, 0\n\t.org 2b+%c2\n.popsection": : "i" ((char *)"./arch/x86/include/asm/paravirt.h"),
                         "i" (831), "i" (12UL)); [10766-10767]
[2024-11-01 02:53:00,076 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ volatile ("771:\n\tcall *%c2;\n772:\n.pushsection .parainstructions,\"a\"\n .balign 8 \n .quad  771b\n  .byte %c1\n  .byte 772b-771b\n  .short %c3\n.popsection\n": "=a" (__eax): [paravirt_typenum] "i" (43UL),
                       [paravirt_opptr] "i" (& pv_irq_ops.save_fl.func), [paravirt_clobber] "i" (1): "memory",
                       "cc"); [10772-10774]
[2024-11-01 02:53:00,077 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movb %%gs:%1,%0": "=q" (pfo_ret__): "m" (__preempt_count)); [10806]
[2024-11-01 02:53:00,077 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movw %%gs:%1,%0": "=r" (pfo_ret__): "m" (__preempt_count)); [10809]
[2024-11-01 02:53:00,077 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movl %%gs:%1,%0": "=r" (pfo_ret__): "m" (__preempt_count)); [10812]
[2024-11-01 02:53:00,078 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movq %%gs:%1,%0": "=r" (pfo_ret__): "m" (__preempt_count)); [10815]
[2024-11-01 02:53:00,080 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movb %%gs:%1,%0": "=q" (pfo_ret__): "m" (cpu_number)); [10913]
[2024-11-01 02:53:00,080 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movw %%gs:%1,%0": "=r" (pfo_ret__): "m" (cpu_number)); [10916]
[2024-11-01 02:53:00,080 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movl %%gs:%1,%0": "=r" (pfo_ret__): "m" (cpu_number)); [10919]
[2024-11-01 02:53:00,080 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movq %%gs:%1,%0": "=r" (pfo_ret__): "m" (cpu_number)); [10922]
[2024-11-01 02:53:00,081 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movb %%gs:%1,%0": "=q" (pfo_ret_____0): "m" (cpu_number)); [10933]
[2024-11-01 02:53:00,081 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movw %%gs:%1,%0": "=r" (pfo_ret_____0): "m" (cpu_number)); [10936]
[2024-11-01 02:53:00,081 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movl %%gs:%1,%0": "=r" (pfo_ret_____0): "m" (cpu_number)); [10939]
[2024-11-01 02:53:00,081 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movq %%gs:%1,%0": "=r" (pfo_ret_____0): "m" (cpu_number)); [10942]
[2024-11-01 02:53:00,082 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movb %%gs:%1,%0": "=q" (pfo_ret_____1): "m" (cpu_number)); [10953]
[2024-11-01 02:53:00,082 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movw %%gs:%1,%0": "=r" (pfo_ret_____1): "m" (cpu_number)); [10956]
[2024-11-01 02:53:00,082 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movl %%gs:%1,%0": "=r" (pfo_ret_____1): "m" (cpu_number)); [10959]
[2024-11-01 02:53:00,082 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movq %%gs:%1,%0": "=r" (pfo_ret_____1): "m" (cpu_number)); [10962]
[2024-11-01 02:53:00,082 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movb %%gs:%1,%0": "=q" (pfo_ret_____2): "m" (cpu_number)); [10973]
[2024-11-01 02:53:00,083 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movw %%gs:%1,%0": "=r" (pfo_ret_____2): "m" (cpu_number)); [10976]
[2024-11-01 02:53:00,083 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movl %%gs:%1,%0": "=r" (pfo_ret_____2): "m" (cpu_number)); [10979]
[2024-11-01 02:53:00,083 WARN  L75    lationResultReporter]: Unsoundness Warning: Ignoring inline assembler instruction C: __asm__ ("movq %%gs:%1,%0": "=r" (pfo_ret_____2): "m" (cpu_number)); [10982]
[2024-11-01 02:53:00,128 WARN  L251   ndardFunctionHandler]: Function reach_error is already implemented but we override the implementation for the call at /storage/repos/ultimate/trunk/examples/svcomp/ldv-linux-4.2-rc1/linux-4.2-rc1.tar.xz-32_7a-drivers--gpu--drm--mgag200--mgag200.ko-entry_point.cil.out.i[367278,367291]
[2024-11-01 02:53:00,148 INFO  L210          PostProcessor]: Analyzing one entry point: main
[2024-11-01 02:53:00,448 WARN  L709               CHandler]: The following functions are not defined or handled internally: __bad_size_call_parameter, __bad_percpu_size
[2024-11-01 02:53:00,456 INFO  L204         MainTranslator]: Completed translation
[2024-11-01 02:53:00,457 INFO  L201        PluginConnector]: Adding new model de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00 WrapperNode
[2024-11-01 02:53:00,457 INFO  L131        PluginConnector]: ------------------------ END CACSL2BoogieTranslator----------------------------
[2024-11-01 02:53:00,458 INFO  L112        PluginConnector]: ------------------------Boogie Procedure Inliner----------------------------
[2024-11-01 02:53:00,458 INFO  L270        PluginConnector]: Initializing Boogie Procedure Inliner...
[2024-11-01 02:53:00,458 INFO  L274        PluginConnector]: Boogie Procedure Inliner initialized
[2024-11-01 02:53:00,465 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00" (1/1) ...
[2024-11-01 02:53:00,579 INFO  L184        PluginConnector]: Executing the observer Inliner from plugin Boogie Procedure Inliner for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00" (1/1) ...
[2024-11-01 02:53:00,891 INFO  L138                Inliner]: procedures = 577, calls = 3179, calls flagged for inlining = 259, calls inlined = 251, statements flattened = 8823
[2024-11-01 02:53:00,892 INFO  L131        PluginConnector]: ------------------------ END Boogie Procedure Inliner----------------------------
[2024-11-01 02:53:00,894 INFO  L112        PluginConnector]: ------------------------Boogie Preprocessor----------------------------
[2024-11-01 02:53:00,894 INFO  L270        PluginConnector]: Initializing Boogie Preprocessor...
[2024-11-01 02:53:00,894 INFO  L274        PluginConnector]: Boogie Preprocessor initialized
[2024-11-01 02:53:00,904 INFO  L184        PluginConnector]: Executing the observer EnsureBoogieModelObserver from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00" (1/1) ...
[2024-11-01 02:53:00,905 INFO  L184        PluginConnector]: Executing the observer TypeChecker from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00" (1/1) ...
[2024-11-01 02:53:00,975 INFO  L184        PluginConnector]: Executing the observer MemorySlicer from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00" (1/1) ...
[2024-11-01 02:53:03,106 INFO  L175           MemorySlicer]: Split 1498 memory accesses to 25 slices as follows [1, 59, 1, 5, 1, 1, 13, 1, 3, 16, 2, 2, 14, 64, 43, 4, 1132, 6, 14, 8, 4, 5, 2, 4, 93]. 76 percent of accesses are in the largest equivalence class. The 48 initializations are split as follows [0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 2, 0, 0, 0, 4, 29, 6, 0, 0, 0, 0, 2, 0, 0]. The 564 writes are split as follows [0, 1, 0, 4, 0, 1, 9, 0, 0, 16, 0, 0, 14, 64, 43, 0, 298, 0, 14, 2, 2, 2, 0, 2, 92].
[2024-11-01 02:53:03,106 INFO  L184        PluginConnector]: Executing the observer ConstExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00" (1/1) ...
[2024-11-01 02:53:03,106 INFO  L184        PluginConnector]: Executing the observer StructExpander from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00" (1/1) ...
[2024-11-01 02:53:03,284 INFO  L184        PluginConnector]: Executing the observer UnstructureCode from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00" (1/1) ...
[2024-11-01 02:53:03,325 INFO  L184        PluginConnector]: Executing the observer FunctionInliner from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00" (1/1) ...
[2024-11-01 02:53:03,390 INFO  L184        PluginConnector]: Executing the observer LTLStepAnnotator from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00" (1/1) ...
[2024-11-01 02:53:03,431 INFO  L184        PluginConnector]: Executing the observer BoogieSymbolTableConstructor from plugin Boogie Preprocessor for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00" (1/1) ...
[2024-11-01 02:53:03,495 INFO  L131        PluginConnector]: ------------------------ END Boogie Preprocessor----------------------------
[2024-11-01 02:53:03,497 INFO  L112        PluginConnector]: ------------------------RCFGBuilder----------------------------
[2024-11-01 02:53:03,497 INFO  L270        PluginConnector]: Initializing RCFGBuilder...
[2024-11-01 02:53:03,497 INFO  L274        PluginConnector]: RCFGBuilder initialized
[2024-11-01 02:53:03,498 INFO  L184        PluginConnector]: Executing the observer RCFGBuilderObserver from plugin RCFGBuilder for "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator AST 01.11 02:53:00" (1/1) ...
[2024-11-01 02:53:03,503 INFO  L173          SolverBuilder]: Constructing external solver with command: z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000
[2024-11-01 02:53:03,513 INFO  L189       MonitoredProcess]: No working directory specified, using /storage/repos/ultimate/releaseScripts/default/UAutomizer-linux/z3
[2024-11-01 02:53:03,536 INFO  L229       MonitoredProcess]: Starting monitored process 1 with /storage/repos/ultimate/releaseScripts/default/UAutomizer-linux/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000 (exit command is (exit), workingDir is null)
[2024-11-01 02:53:03,539 INFO  L327       MonitoredProcess]: [MP /storage/repos/ultimate/releaseScripts/default/UAutomizer-linux/z3 SMTLIB2_COMPLIANT=true -memory:2024 -smt2 -in -t:4000 (1)] Waiting until timeout for monitored process
[2024-11-01 02:53:03,565 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_global_item_ref
[2024-11-01 02:53:03,565 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_global_item_ref
[2024-11-01 02:53:03,566 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_cursor_set
[2024-11-01 02:53:03,566 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_cursor_set
[2024-11-01 02:53:03,566 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.meminit
[2024-11-01 02:53:03,566 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.meminit
[2024-11-01 02:53:03,566 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv_malloc
[2024-11-01 02:53:03,566 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv_malloc
[2024-11-01 02:53:03,566 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_pci_remove
[2024-11-01 02:53:03,566 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_pci_remove
[2024-11-01 02:53:03,567 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_load_lut
[2024-11-01 02:53:03,567 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_load_lut
[2024-11-01 02:53:03,567 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_user_framebuffer_destroy
[2024-11-01 02:53:03,567 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_user_framebuffer_destroy
[2024-11-01 02:53:03,567 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_helper_probe_single_connector_modes
[2024-11-01 02:53:03,567 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_helper_probe_single_connector_modes
[2024-11-01 02:53:03,567 INFO  L130     BoogieDeclarations]: Found specification of procedure lock_release
[2024-11-01 02:53:03,567 INFO  L138     BoogieDeclarations]: Found implementation of procedure lock_release
[2024-11-01 02:53:03,567 INFO  L130     BoogieDeclarations]: Found specification of procedure memcpy_toio
[2024-11-01 02:53:03,568 INFO  L138     BoogieDeclarations]: Found implementation of procedure memcpy_toio
[2024-11-01 02:53:03,568 INFO  L130     BoogieDeclarations]: Found specification of procedure iowrite16
[2024-11-01 02:53:03,568 INFO  L138     BoogieDeclarations]: Found implementation of procedure iowrite16
[2024-11-01 02:53:03,568 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_err
[2024-11-01 02:53:03,568 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_err
[2024-11-01 02:53:03,568 INFO  L130     BoogieDeclarations]: Found specification of procedure iowrite8
[2024-11-01 02:53:03,568 INFO  L138     BoogieDeclarations]: Found implementation of procedure iowrite8
[2024-11-01 02:53:03,568 INFO  L130     BoogieDeclarations]: Found specification of procedure ioread32
[2024-11-01 02:53:03,568 INFO  L138     BoogieDeclarations]: Found implementation of procedure ioread32
[2024-11-01 02:53:03,568 INFO  L130     BoogieDeclarations]: Found specification of procedure spinlock_check
[2024-11-01 02:53:03,568 INFO  L138     BoogieDeclarations]: Found implementation of procedure spinlock_check
[2024-11-01 02:53:03,569 INFO  L130     BoogieDeclarations]: Found specification of procedure __ww_mutex_lock
[2024-11-01 02:53:03,569 INFO  L138     BoogieDeclarations]: Found implementation of procedure __ww_mutex_lock
[2024-11-01 02:53:03,569 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_disable
[2024-11-01 02:53:03,569 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_disable
[2024-11-01 02:53:03,569 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv_mutex_lock_base_of_ww_mutex
[2024-11-01 02:53:03,569 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv_mutex_lock_base_of_ww_mutex
[2024-11-01 02:53:03,569 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv_mutex_lock_struct_mutex_of_drm_device
[2024-11-01 02:53:03,569 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv_mutex_lock_struct_mutex_of_drm_device
[2024-11-01 02:53:03,569 INFO  L130     BoogieDeclarations]: Found specification of procedure iowrite32
[2024-11-01 02:53:03,569 INFO  L138     BoogieDeclarations]: Found implementation of procedure iowrite32
[2024-11-01 02:53:03,569 INFO  L130     BoogieDeclarations]: Found specification of procedure spin_unlock_irqrestore
[2024-11-01 02:53:03,570 INFO  L138     BoogieDeclarations]: Found implementation of procedure spin_unlock_irqrestore
[2024-11-01 02:53:03,570 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_bo_unpin
[2024-11-01 02:53:03,570 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_bo_unpin
[2024-11-01 02:53:03,570 INFO  L130     BoogieDeclarations]: Found specification of procedure ULTIMATE.dealloc
[2024-11-01 02:53:03,570 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#0
[2024-11-01 02:53:03,570 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#1
[2024-11-01 02:53:03,570 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#2
[2024-11-01 02:53:03,570 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#3
[2024-11-01 02:53:03,570 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#4
[2024-11-01 02:53:03,570 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#5
[2024-11-01 02:53:03,570 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#6
[2024-11-01 02:53:03,570 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#7
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#8
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#9
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#10
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#11
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#12
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#13
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#14
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#15
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#16
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#17
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#18
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#19
[2024-11-01 02:53:03,571 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#20
[2024-11-01 02:53:03,572 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#21
[2024-11-01 02:53:03,572 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#22
[2024-11-01 02:53:03,572 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#23
[2024-11-01 02:53:03,572 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~intINTTYPE1#24
[2024-11-01 02:53:03,572 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_dirty_update
[2024-11-01 02:53:03,572 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_dirty_update
[2024-11-01 02:53:03,572 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_fb_helper_fini
[2024-11-01 02:53:03,572 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_fb_helper_fini
[2024-11-01 02:53:03,572 INFO  L130     BoogieDeclarations]: Found specification of procedure ttm_bo_kmap
[2024-11-01 02:53:03,572 INFO  L138     BoogieDeclarations]: Found implementation of procedure ttm_bo_kmap
[2024-11-01 02:53:03,572 INFO  L130     BoogieDeclarations]: Found specification of procedure ttm_bo_del_sub_from_lru
[2024-11-01 02:53:03,572 INFO  L138     BoogieDeclarations]: Found implementation of procedure ttm_bo_del_sub_from_lru
[2024-11-01 02:53:03,573 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_dpms
[2024-11-01 02:53:03,573 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_dpms
[2024-11-01 02:53:03,573 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_driver_unload
[2024-11-01 02:53:03,573 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_driver_unload
[2024-11-01 02:53:03,573 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_ttm_tt_unpopulate
[2024-11-01 02:53:03,573 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_ttm_tt_unpopulate
[2024-11-01 02:53:03,573 INFO  L130     BoogieDeclarations]: Found specification of procedure ttm_bo_kunmap
[2024-11-01 02:53:03,573 INFO  L138     BoogieDeclarations]: Found implementation of procedure ttm_bo_kunmap
[2024-11-01 02:53:03,573 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_encoder_prepare
[2024-11-01 02:53:03,573 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_encoder_prepare
[2024-11-01 02:53:03,573 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_global_item_unref
[2024-11-01 02:53:03,574 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_global_item_unref
[2024-11-01 02:53:03,574 INFO  L130     BoogieDeclarations]: Found specification of procedure _dev_info
[2024-11-01 02:53:03,574 INFO  L138     BoogieDeclarations]: Found implementation of procedure _dev_info
[2024-11-01 02:53:03,574 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#0
[2024-11-01 02:53:03,574 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#1
[2024-11-01 02:53:03,574 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#2
[2024-11-01 02:53:03,574 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#3
[2024-11-01 02:53:03,574 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#4
[2024-11-01 02:53:03,574 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#5
[2024-11-01 02:53:03,574 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#6
[2024-11-01 02:53:03,574 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#7
[2024-11-01 02:53:03,574 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#8
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#9
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#10
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#11
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#12
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#13
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#14
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#15
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#16
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#17
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#18
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#19
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#20
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#21
[2024-11-01 02:53:03,575 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#22
[2024-11-01 02:53:03,576 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#23
[2024-11-01 02:53:03,576 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memcpy#24
[2024-11-01 02:53:03,576 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#0
[2024-11-01 02:53:03,576 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#1
[2024-11-01 02:53:03,576 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#2
[2024-11-01 02:53:03,576 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#3
[2024-11-01 02:53:03,576 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#4
[2024-11-01 02:53:03,576 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#5
[2024-11-01 02:53:03,576 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#6
[2024-11-01 02:53:03,576 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#7
[2024-11-01 02:53:03,576 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#8
[2024-11-01 02:53:03,576 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#9
[2024-11-01 02:53:03,576 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#10
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#11
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#12
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#13
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#14
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#15
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#16
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#17
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#18
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#19
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#20
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#21
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#22
[2024-11-01 02:53:03,577 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#23
[2024-11-01 02:53:03,578 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memcpy#24
[2024-11-01 02:53:03,578 INFO  L130     BoogieDeclarations]: Found specification of procedure alloc_apertures
[2024-11-01 02:53:03,578 INFO  L138     BoogieDeclarations]: Found implementation of procedure alloc_apertures
[2024-11-01 02:53:03,578 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_hide_cursor
[2024-11-01 02:53:03,578 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_hide_cursor
[2024-11-01 02:53:03,578 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_gem_object_unreference
[2024-11-01 02:53:03,578 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_gem_object_unreference
[2024-11-01 02:53:03,578 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_commit
[2024-11-01 02:53:03,578 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_commit
[2024-11-01 02:53:03,578 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv_init_zalloc
[2024-11-01 02:53:03,578 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv_init_zalloc
[2024-11-01 02:53:03,578 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.allocOnHeap
[2024-11-01 02:53:03,578 INFO  L130     BoogieDeclarations]: Found specification of procedure __devm_request_region
[2024-11-01 02:53:03,579 INFO  L138     BoogieDeclarations]: Found implementation of procedure __devm_request_region
[2024-11-01 02:53:03,579 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_gem_free_object
[2024-11-01 02:53:03,579 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_gem_free_object
[2024-11-01 02:53:03,579 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.allocInit
[2024-11-01 02:53:03,579 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_encoder_commit
[2024-11-01 02:53:03,579 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_encoder_commit
[2024-11-01 02:53:03,579 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv_mutex_lock_interruptible_base_of_ww_mutex
[2024-11-01 02:53:03,579 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv_mutex_lock_interruptible_base_of_ww_mutex
[2024-11-01 02:53:03,579 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv_undef_int
[2024-11-01 02:53:03,579 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv_undef_int
[2024-11-01 02:53:03,579 INFO  L130     BoogieDeclarations]: Found specification of procedure __const_udelay
[2024-11-01 02:53:03,579 INFO  L138     BoogieDeclarations]: Found implementation of procedure __const_udelay
[2024-11-01 02:53:03,579 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_gem_create
[2024-11-01 02:53:03,580 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_gem_create
[2024-11-01 02:53:03,580 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#0
[2024-11-01 02:53:03,580 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#1
[2024-11-01 02:53:03,580 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#2
[2024-11-01 02:53:03,580 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#3
[2024-11-01 02:53:03,580 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#4
[2024-11-01 02:53:03,580 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#5
[2024-11-01 02:53:03,580 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#6
[2024-11-01 02:53:03,580 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#7
[2024-11-01 02:53:03,580 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#8
[2024-11-01 02:53:03,580 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#9
[2024-11-01 02:53:03,580 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#10
[2024-11-01 02:53:03,580 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#11
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#12
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#13
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#14
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#15
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#16
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#17
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#18
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#19
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#20
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#21
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#22
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#23
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure write~$Pointer$#24
[2024-11-01 02:53:03,581 INFO  L130     BoogieDeclarations]: Found specification of procedure __bad_percpu_size
[2024-11-01 02:53:03,582 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#0
[2024-11-01 02:53:03,582 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#1
[2024-11-01 02:53:03,582 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#2
[2024-11-01 02:53:03,582 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#3
[2024-11-01 02:53:03,582 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#4
[2024-11-01 02:53:03,582 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#5
[2024-11-01 02:53:03,582 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#6
[2024-11-01 02:53:03,582 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#7
[2024-11-01 02:53:03,582 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#8
[2024-11-01 02:53:03,582 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#9
[2024-11-01 02:53:03,582 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#10
[2024-11-01 02:53:03,582 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#11
[2024-11-01 02:53:03,583 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#12
[2024-11-01 02:53:03,583 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#13
[2024-11-01 02:53:03,583 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#14
[2024-11-01 02:53:03,583 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#15
[2024-11-01 02:53:03,583 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#16
[2024-11-01 02:53:03,583 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#17
[2024-11-01 02:53:03,583 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#18
[2024-11-01 02:53:03,583 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#19
[2024-11-01 02:53:03,583 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#20
[2024-11-01 02:53:03,583 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#21
[2024-11-01 02:53:03,583 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#22
[2024-11-01 02:53:03,583 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#23
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE8#24
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#0
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#1
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#2
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#3
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#4
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#5
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#6
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#7
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#8
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#9
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#10
[2024-11-01 02:53:03,584 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#11
[2024-11-01 02:53:03,585 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#12
[2024-11-01 02:53:03,585 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#13
[2024-11-01 02:53:03,585 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#14
[2024-11-01 02:53:03,585 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#15
[2024-11-01 02:53:03,585 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#16
[2024-11-01 02:53:03,585 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#17
[2024-11-01 02:53:03,585 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#18
[2024-11-01 02:53:03,585 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#19
[2024-11-01 02:53:03,585 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#20
[2024-11-01 02:53:03,585 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#21
[2024-11-01 02:53:03,585 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#22
[2024-11-01 02:53:03,585 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#23
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE2#24
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure ioread16
[2024-11-01 02:53:03,586 INFO  L138     BoogieDeclarations]: Found implementation of procedure ioread16
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#0
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#1
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#2
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#3
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#4
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#5
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#6
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#7
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#8
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#9
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#10
[2024-11-01 02:53:03,586 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#11
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#12
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#13
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#14
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#15
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#16
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#17
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#18
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#19
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#20
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#21
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#22
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#23
[2024-11-01 02:53:03,587 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE4#24
[2024-11-01 02:53:03,588 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_encoder_dpms
[2024-11-01 02:53:03,588 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_encoder_dpms
[2024-11-01 02:53:03,588 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_vga_calculate_mode_bandwidth
[2024-11-01 02:53:03,588 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_vga_calculate_mode_bandwidth
[2024-11-01 02:53:03,588 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_destroy
[2024-11-01 02:53:03,588 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_destroy
[2024-11-01 02:53:03,588 INFO  L130     BoogieDeclarations]: Found specification of procedure ioread8
[2024-11-01 02:53:03,588 INFO  L138     BoogieDeclarations]: Found implementation of procedure ioread8
[2024-11-01 02:53:03,588 INFO  L130     BoogieDeclarations]: Found specification of procedure devm_kzalloc
[2024-11-01 02:53:03,588 INFO  L138     BoogieDeclarations]: Found implementation of procedure devm_kzalloc
[2024-11-01 02:53:03,588 INFO  L130     BoogieDeclarations]: Found specification of procedure ttm_bo_validate
[2024-11-01 02:53:03,588 INFO  L138     BoogieDeclarations]: Found implementation of procedure ttm_bo_validate
[2024-11-01 02:53:03,588 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_bo_pin
[2024-11-01 02:53:03,588 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_bo_pin
[2024-11-01 02:53:03,589 INFO  L130     BoogieDeclarations]: Found specification of procedure warn_slowpath_null
[2024-11-01 02:53:03,589 INFO  L138     BoogieDeclarations]: Found implementation of procedure warn_slowpath_null
[2024-11-01 02:53:03,589 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_ttm_placement
[2024-11-01 02:53:03,589 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_ttm_placement
[2024-11-01 02:53:03,589 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_cursor_move
[2024-11-01 02:53:03,589 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_cursor_move
[2024-11-01 02:53:03,589 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#0
[2024-11-01 02:53:03,589 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#1
[2024-11-01 02:53:03,589 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#2
[2024-11-01 02:53:03,589 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#3
[2024-11-01 02:53:03,589 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#4
[2024-11-01 02:53:03,589 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#5
[2024-11-01 02:53:03,589 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#6
[2024-11-01 02:53:03,590 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#7
[2024-11-01 02:53:03,590 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#8
[2024-11-01 02:53:03,590 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#9
[2024-11-01 02:53:03,590 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#10
[2024-11-01 02:53:03,590 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#11
[2024-11-01 02:53:03,590 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#12
[2024-11-01 02:53:03,590 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#13
[2024-11-01 02:53:03,590 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#14
[2024-11-01 02:53:03,590 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#15
[2024-11-01 02:53:03,591 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#16
[2024-11-01 02:53:03,591 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#17
[2024-11-01 02:53:03,591 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#18
[2024-11-01 02:53:03,591 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#19
[2024-11-01 02:53:03,591 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#20
[2024-11-01 02:53:03,591 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#21
[2024-11-01 02:53:03,591 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#22
[2024-11-01 02:53:03,591 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#23
[2024-11-01 02:53:03,591 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~intINTTYPE1#24
[2024-11-01 02:53:03,591 INFO  L130     BoogieDeclarations]: Found specification of procedure ULTIMATE.start
[2024-11-01 02:53:03,591 INFO  L138     BoogieDeclarations]: Found implementation of procedure ULTIMATE.start
[2024-11-01 02:53:03,591 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_mmap
[2024-11-01 02:53:03,591 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_mmap
[2024-11-01 02:53:03,591 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_bo_unreserve
[2024-11-01 02:53:03,592 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_bo_unreserve
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#0
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#1
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#2
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#3
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#4
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#5
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#6
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#7
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#8
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#9
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#10
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#11
[2024-11-01 02:53:03,592 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#12
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#13
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#14
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#15
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#16
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#17
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#18
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#19
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#20
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#21
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#22
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#23
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE1#24
[2024-11-01 02:53:03,593 INFO  L130     BoogieDeclarations]: Found specification of procedure msleep
[2024-11-01 02:53:03,593 INFO  L138     BoogieDeclarations]: Found implementation of procedure msleep
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_bo_push_sysram
[2024-11-01 02:53:03,594 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_bo_push_sysram
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#0
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#1
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#2
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#3
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#4
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#5
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#6
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#7
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#8
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#9
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#10
[2024-11-01 02:53:03,594 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#11
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#12
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#13
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#14
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#15
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#16
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#17
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#18
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#19
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#20
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#21
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#22
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#23
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE8#24
[2024-11-01 02:53:03,595 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#0
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#1
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#2
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#3
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#4
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#5
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#6
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#7
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#8
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#9
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#10
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#11
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#12
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#13
[2024-11-01 02:53:03,596 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#14
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#15
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#16
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#17
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#18
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#19
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#20
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#21
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#22
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#23
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE4#24
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#0
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#1
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#2
[2024-11-01 02:53:03,597 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#3
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#4
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#5
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#6
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#7
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#8
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#9
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#10
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#11
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#12
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#13
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#14
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#15
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#16
[2024-11-01 02:53:03,598 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#17
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#18
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#19
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#20
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#21
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#22
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#23
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~unchecked~$Pointer$#24
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#0
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#1
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#2
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#3
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#4
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#5
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#6
[2024-11-01 02:53:03,599 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#7
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#8
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#9
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#10
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#11
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#12
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#13
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#14
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#15
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#16
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#17
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#18
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#19
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#20
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#21
[2024-11-01 02:53:03,600 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#22
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#23
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure read~intINTTYPE2#24
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#0
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#1
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#2
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#3
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#4
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#5
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#6
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#7
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#8
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#9
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#10
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#11
[2024-11-01 02:53:03,601 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#12
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#13
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#14
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#15
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#16
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#17
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#18
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#19
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#20
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#21
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#22
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#23
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~$Pointer$#24
[2024-11-01 02:53:03,602 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv_stop
[2024-11-01 02:53:03,603 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv_stop
[2024-11-01 02:53:03,603 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_mode_set
[2024-11-01 02:53:03,603 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_mode_set
[2024-11-01 02:53:03,603 INFO  L130     BoogieDeclarations]: Found specification of procedure __bad_size_call_parameter
[2024-11-01 02:53:03,603 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_bo_gpu_offset
[2024-11-01 02:53:03,603 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_bo_gpu_offset
[2024-11-01 02:53:03,603 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv_mutex_trylock_base_of_ww_mutex
[2024-11-01 02:53:03,603 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv_mutex_trylock_base_of_ww_mutex
[2024-11-01 02:53:03,603 INFO  L130     BoogieDeclarations]: Found specification of procedure mutex_trylock
[2024-11-01 02:53:03,603 INFO  L138     BoogieDeclarations]: Found implementation of procedure mutex_trylock
[2024-11-01 02:53:03,603 INFO  L130     BoogieDeclarations]: Found specification of procedure mutex_unlock
[2024-11-01 02:53:03,603 INFO  L138     BoogieDeclarations]: Found implementation of procedure mutex_unlock
[2024-11-01 02:53:03,603 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv_error
[2024-11-01 02:53:03,603 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv_error
[2024-11-01 02:53:03,603 INFO  L130     BoogieDeclarations]: Found specification of procedure atomic_read
[2024-11-01 02:53:03,604 INFO  L138     BoogieDeclarations]: Found implementation of procedure atomic_read
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#0
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#1
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#2
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#3
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#4
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#5
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#6
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#7
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#8
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#9
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#10
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#11
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#12
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#13
[2024-11-01 02:53:03,604 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#14
[2024-11-01 02:53:03,605 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#15
[2024-11-01 02:53:03,605 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#16
[2024-11-01 02:53:03,605 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#17
[2024-11-01 02:53:03,605 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#18
[2024-11-01 02:53:03,605 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#19
[2024-11-01 02:53:03,605 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#20
[2024-11-01 02:53:03,605 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#21
[2024-11-01 02:53:03,605 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#22
[2024-11-01 02:53:03,605 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#23
[2024-11-01 02:53:03,605 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.C_memset#24
[2024-11-01 02:53:03,605 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#0
[2024-11-01 02:53:03,605 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#1
[2024-11-01 02:53:03,605 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#2
[2024-11-01 02:53:03,605 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#3
[2024-11-01 02:53:03,605 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#4
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#5
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#6
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#7
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#8
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#9
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#10
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#11
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#12
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#13
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#14
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#15
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#16
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#17
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#18
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#19
[2024-11-01 02:53:03,606 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#20
[2024-11-01 02:53:03,607 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#21
[2024-11-01 02:53:03,607 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#22
[2024-11-01 02:53:03,607 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#23
[2024-11-01 02:53:03,607 INFO  L138     BoogieDeclarations]: Found implementation of procedure #Ultimate.C_memset#24
[2024-11-01 02:53:03,607 INFO  L130     BoogieDeclarations]: Found specification of procedure assume_abort_if_not
[2024-11-01 02:53:03,607 INFO  L138     BoogieDeclarations]: Found implementation of procedure assume_abort_if_not
[2024-11-01 02:53:03,607 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_gem_object_unreference_unlocked
[2024-11-01 02:53:03,607 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_gem_object_unreference_unlocked
[2024-11-01 02:53:03,607 INFO  L130     BoogieDeclarations]: Found specification of procedure mutex_lock
[2024-11-01 02:53:03,607 INFO  L138     BoogieDeclarations]: Found implementation of procedure mutex_lock
[2024-11-01 02:53:03,607 INFO  L130     BoogieDeclarations]: Found specification of procedure ERR_PTR
[2024-11-01 02:53:03,607 INFO  L138     BoogieDeclarations]: Found implementation of procedure ERR_PTR
[2024-11-01 02:53:03,607 INFO  L130     BoogieDeclarations]: Found specification of procedure #Ultimate.allocOnStack
[2024-11-01 02:53:03,607 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_gem_object_free
[2024-11-01 02:53:03,607 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_gem_object_free
[2024-11-01 02:53:03,607 INFO  L130     BoogieDeclarations]: Found specification of procedure ttm_bo_global_release
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv_mutex_unlock_struct_mutex_of_drm_device
[2024-11-01 02:53:03,608 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv_mutex_unlock_struct_mutex_of_drm_device
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#0
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#1
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#2
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#3
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#4
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#5
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#6
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#7
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#8
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#9
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#10
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#11
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#12
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#13
[2024-11-01 02:53:03,608 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#14
[2024-11-01 02:53:03,609 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#15
[2024-11-01 02:53:03,609 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#16
[2024-11-01 02:53:03,609 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#17
[2024-11-01 02:53:03,609 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#18
[2024-11-01 02:53:03,609 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#19
[2024-11-01 02:53:03,609 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#20
[2024-11-01 02:53:03,609 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#21
[2024-11-01 02:53:03,609 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#22
[2024-11-01 02:53:03,609 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#23
[2024-11-01 02:53:03,609 INFO  L130     BoogieDeclarations]: Found specification of procedure read~$Pointer$#24
[2024-11-01 02:53:03,609 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_mode_fixup
[2024-11-01 02:53:03,609 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_mode_fixup
[2024-11-01 02:53:03,609 INFO  L130     BoogieDeclarations]: Found specification of procedure __ww_mutex_lock_interruptible
[2024-11-01 02:53:03,609 INFO  L138     BoogieDeclarations]: Found implementation of procedure __ww_mutex_lock_interruptible
[2024-11-01 02:53:03,610 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_ttm_backend_destroy
[2024-11-01 02:53:03,610 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_ttm_backend_destroy
[2024-11-01 02:53:03,610 INFO  L130     BoogieDeclarations]: Found specification of procedure mutex_lock_interruptible
[2024-11-01 02:53:03,610 INFO  L138     BoogieDeclarations]: Found implementation of procedure mutex_lock_interruptible
[2024-11-01 02:53:03,610 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_bo_create
[2024-11-01 02:53:03,610 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_bo_create
[2024-11-01 02:53:03,610 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#0
[2024-11-01 02:53:03,610 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#1
[2024-11-01 02:53:03,610 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#2
[2024-11-01 02:53:03,610 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#3
[2024-11-01 02:53:03,610 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#4
[2024-11-01 02:53:03,610 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#5
[2024-11-01 02:53:03,610 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#6
[2024-11-01 02:53:03,610 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#7
[2024-11-01 02:53:03,610 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#8
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#9
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#10
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#11
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#12
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#13
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#14
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#15
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#16
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#17
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#18
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#19
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#20
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#21
[2024-11-01 02:53:03,611 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#22
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#23
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE8#24
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#0
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#1
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#2
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#3
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#4
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#5
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#6
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#7
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#8
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#9
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#10
[2024-11-01 02:53:03,612 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#11
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#12
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#13
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#14
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#15
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#16
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#17
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#18
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#19
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#20
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#21
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#22
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#23
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE1#24
[2024-11-01 02:53:03,613 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_do_set_base
[2024-11-01 02:53:03,614 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_do_set_base
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#0
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#1
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#2
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#3
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#4
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#5
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#6
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#7
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#8
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#9
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#10
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#11
[2024-11-01 02:53:03,614 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#12
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#13
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#14
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#15
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#16
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#17
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#18
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#19
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#20
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#21
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#22
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#23
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE2#24
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#0
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#1
[2024-11-01 02:53:03,615 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#2
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#3
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#4
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#5
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#6
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#7
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#8
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#9
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#10
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#11
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#12
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#13
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#14
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#15
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#16
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#17
[2024-11-01 02:53:03,616 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#18
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#19
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#20
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#21
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#22
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#23
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~intINTTYPE4#24
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#0
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#1
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#2
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#3
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#4
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#5
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#6
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#7
[2024-11-01 02:53:03,617 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#8
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#9
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#10
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#11
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#12
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#13
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#14
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#15
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#16
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#17
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#18
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#19
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#20
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#21
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#22
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#23
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure write~init~$Pointer$#24
[2024-11-01 02:53:03,618 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_ut_debug_printk
[2024-11-01 02:53:03,619 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_ut_debug_printk
[2024-11-01 02:53:03,619 INFO  L130     BoogieDeclarations]: Found specification of procedure dev_err
[2024-11-01 02:53:03,619 INFO  L138     BoogieDeclarations]: Found implementation of procedure dev_err
[2024-11-01 02:53:03,619 INFO  L130     BoogieDeclarations]: Found specification of procedure kzalloc
[2024-11-01 02:53:03,619 INFO  L138     BoogieDeclarations]: Found implementation of procedure kzalloc
[2024-11-01 02:53:03,619 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_bo_reserve___0
[2024-11-01 02:53:03,619 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_bo_reserve___0
[2024-11-01 02:53:03,619 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_encoder_destroy
[2024-11-01 02:53:03,619 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_encoder_destroy
[2024-11-01 02:53:03,619 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_prepare
[2024-11-01 02:53:03,619 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_prepare
[2024-11-01 02:53:03,619 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_bo
[2024-11-01 02:53:03,619 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_bo
[2024-11-01 02:53:03,619 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_gamma_set
[2024-11-01 02:53:03,619 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_gamma_set
[2024-11-01 02:53:03,619 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_connector_destroy
[2024-11-01 02:53:03,620 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_connector_destroy
[2024-11-01 02:53:03,620 INFO  L130     BoogieDeclarations]: Found specification of procedure pci_write_config_dword
[2024-11-01 02:53:03,620 INFO  L138     BoogieDeclarations]: Found implementation of procedure pci_write_config_dword
[2024-11-01 02:53:03,620 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv_kref_put_mutex_19
[2024-11-01 02:53:03,620 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv_kref_put_mutex_19
[2024-11-01 02:53:03,620 INFO  L130     BoogieDeclarations]: Found specification of procedure remove_conflicting_framebuffers
[2024-11-01 02:53:03,620 INFO  L138     BoogieDeclarations]: Found implementation of procedure remove_conflicting_framebuffers
[2024-11-01 02:53:03,620 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_helper_connector_dpms
[2024-11-01 02:53:03,620 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_helper_connector_dpms
[2024-11-01 02:53:03,620 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_framebuffer_init
[2024-11-01 02:53:03,620 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_framebuffer_init
[2024-11-01 02:53:03,620 INFO  L130     BoogieDeclarations]: Found specification of procedure kfree
[2024-11-01 02:53:03,620 INFO  L138     BoogieDeclarations]: Found implementation of procedure kfree
[2024-11-01 02:53:03,620 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#0
[2024-11-01 02:53:03,620 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#1
[2024-11-01 02:53:03,620 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#2
[2024-11-01 02:53:03,620 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#3
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#4
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#5
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#6
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#7
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#8
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#9
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#10
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#11
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#12
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#13
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#14
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#15
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#16
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#17
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#18
[2024-11-01 02:53:03,621 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#19
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#20
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#21
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#22
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#23
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE4#24
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#0
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#1
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#2
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#3
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#4
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#5
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#6
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#7
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#8
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#9
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#10
[2024-11-01 02:53:03,622 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#11
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#12
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#13
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#14
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#15
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#16
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#17
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#18
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#19
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#20
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#21
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#22
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#23
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE2#24
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#0
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#1
[2024-11-01 02:53:03,623 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#2
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#3
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#4
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#5
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#6
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#7
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#8
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#9
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#10
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#11
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#12
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#13
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#14
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#15
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#16
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#17
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#18
[2024-11-01 02:53:03,624 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#19
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#20
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#21
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#22
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#23
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE1#24
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#0
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#1
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#2
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#3
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#4
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#5
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#6
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#7
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#8
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#9
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#10
[2024-11-01 02:53:03,625 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#11
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#12
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#13
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#14
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#15
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#16
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#17
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#18
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#19
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#20
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#21
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#22
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#23
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure write~unchecked~intINTTYPE8#24
[2024-11-01 02:53:03,626 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv__builtin_expect
[2024-11-01 02:53:03,626 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv__builtin_expect
[2024-11-01 02:53:03,627 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_framebuffer_cleanup
[2024-11-01 02:53:03,627 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_framebuffer_cleanup
[2024-11-01 02:53:03,627 INFO  L130     BoogieDeclarations]: Found specification of procedure mgag200_bo_reserve
[2024-11-01 02:53:03,627 INFO  L138     BoogieDeclarations]: Found implementation of procedure mgag200_bo_reserve
[2024-11-01 02:53:03,627 INFO  L130     BoogieDeclarations]: Found specification of procedure ldv_memset
[2024-11-01 02:53:03,627 INFO  L138     BoogieDeclarations]: Found implementation of procedure ldv_memset
[2024-11-01 02:53:03,627 INFO  L130     BoogieDeclarations]: Found specification of procedure lock_acquire
[2024-11-01 02:53:03,627 INFO  L138     BoogieDeclarations]: Found implementation of procedure lock_acquire
[2024-11-01 02:53:03,627 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_crtc_helper_set_config
[2024-11-01 02:53:03,627 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_crtc_helper_set_config
[2024-11-01 02:53:03,627 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_poll
[2024-11-01 02:53:03,627 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_poll
[2024-11-01 02:53:03,627 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_crtc_mode_set_base
[2024-11-01 02:53:03,627 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_crtc_mode_set_base
[2024-11-01 02:53:03,627 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_vga_detect
[2024-11-01 02:53:03,627 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_vga_detect
[2024-11-01 02:53:03,628 INFO  L130     BoogieDeclarations]: Found specification of procedure drm_gem_object_lookup
[2024-11-01 02:53:03,628 INFO  L138     BoogieDeclarations]: Found implementation of procedure drm_gem_object_lookup
[2024-11-01 02:53:03,628 INFO  L130     BoogieDeclarations]: Found specification of procedure mga_i2c_set
[2024-11-01 02:53:03,628 INFO  L138     BoogieDeclarations]: Found implementation of procedure mga_i2c_set
[2024-11-01 02:53:04,989 INFO  L238             CfgBuilder]: Building ICFG
[2024-11-01 02:53:04,996 INFO  L264             CfgBuilder]: Building CFG for each procedure with an implementation
[2024-11-01 02:53:43,307 INFO  L735   $ProcedureCfgBuilder]: dead code at ProgramPoint ldv_stopFINAL: assume true;