// This file is part of the SV-Benchmarks collection of verification tasks: // https://gitlab.com/sosy-lab/benchmarking/sv-benchmarks // // SPDX-FileCopyrightText: 2022 Jana (Philipp) Berger // // SPDX-License-Identifier: GPL-3.0-or-later extern unsigned long __VERIFIER_nondet_ulong(); extern long __VERIFIER_nondet_long(); extern unsigned char __VERIFIER_nondet_uchar(); extern char __VERIFIER_nondet_char(); extern unsigned short __VERIFIER_nondet_ushort(); extern short __VERIFIER_nondet_short(); extern float __VERIFIER_nondet_float(); extern double __VERIFIER_nondet_double(); extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "Req1_Prop1_Batch51Wrapper_A.c", 13, "reach_error"); } void __VERIFIER_assert(int cond) { if(!(cond)) { ERROR: {reach_error();abort();} } return; } void assume_abort_if_not(int cond) { if(!cond) { abort(); } } unsigned char isInitial = 0; unsigned char BOOL_unsigned_char_Array_0[1] = { 0 }; double double_Array_0[5] = { 127.5, 10.6, 999999999.4, 100.01, 10.8 }; signed short int signed_short_int_Array_0[1] = { -16 }; unsigned long int unsigned_long_int_Array_0[7] = { 2565572511, 500, 1, 2467894503, 2745650083, 8, 2277019112 }; unsigned long int last_1_unsigned_long_int_Array_0_5_ = 8; void initially(void) { } void step(void) { unsigned long int stepLocal_1 = - last_1_unsigned_long_int_Array_0_5_; if ((((((unsigned_long_int_Array_0[3]) > (unsigned_long_int_Array_0[0])) ? (unsigned_long_int_Array_0[3]) : (unsigned_long_int_Array_0[0]))) - unsigned_long_int_Array_0[1]) != stepLocal_1) { unsigned_long_int_Array_0[2] = (((((unsigned_long_int_Array_0[6]) < (unsigned_long_int_Array_0[4])) ? (unsigned_long_int_Array_0[6]) : (unsigned_long_int_Array_0[4]))) - unsigned_long_int_Array_0[1]); } else { unsigned_long_int_Array_0[2] = unsigned_long_int_Array_0[6]; } if (unsigned_long_int_Array_0[2] <= unsigned_long_int_Array_0[2]) { if (BOOL_unsigned_char_Array_0[0] && (unsigned_long_int_Array_0[2] == ((((unsigned_long_int_Array_0[4]) > (unsigned_long_int_Array_0[0])) ? (unsigned_long_int_Array_0[4]) : (unsigned_long_int_Array_0[0]))))) { if (unsigned_long_int_Array_0[2] < unsigned_long_int_Array_0[3]) { unsigned_long_int_Array_0[5] = unsigned_long_int_Array_0[6]; } } } else { unsigned_long_int_Array_0[5] = unsigned_long_int_Array_0[4]; } unsigned long int stepLocal_0 = unsigned_long_int_Array_0[2]; if (BOOL_unsigned_char_Array_0[0]) { if (stepLocal_0 >= (unsigned_long_int_Array_0[2] / signed_short_int_Array_0[0])) { double_Array_0[4] = ((((double_Array_0[3]) < 0 ) ? -(double_Array_0[3]) : (double_Array_0[3]))); } else { double_Array_0[4] = (double_Array_0[2] + ((((double_Array_0[1]) > ((double_Array_0[0] + 63.25))) ? (double_Array_0[1]) : ((double_Array_0[0] + 63.25))))); } } else { double_Array_0[4] = double_Array_0[1]; } } void updateVariables() { BOOL_unsigned_char_Array_0[0] = __VERIFIER_nondet_uchar(); assume_abort_if_not(BOOL_unsigned_char_Array_0[0] >= 0); assume_abort_if_not(BOOL_unsigned_char_Array_0[0] <= 1); double_Array_0[0] = __VERIFIER_nondet_double(); assume_abort_if_not((double_Array_0[0] >= -230584.3009213691390e+13F && double_Array_0[0] <= -1.0e-20F) || (double_Array_0[0] <= 2305843.009213691390e+12F && double_Array_0[0] >= 1.0e-20F )); double_Array_0[1] = __VERIFIER_nondet_double(); assume_abort_if_not((double_Array_0[1] >= -461168.6018427382800e+13F && double_Array_0[1] <= -1.0e-20F) || (double_Array_0[1] <= 4611686.018427382800e+12F && double_Array_0[1] >= 1.0e-20F )); double_Array_0[2] = __VERIFIER_nondet_double(); assume_abort_if_not((double_Array_0[2] >= -461168.6018427382800e+13F && double_Array_0[2] <= -1.0e-20F) || (double_Array_0[2] <= 4611686.018427382800e+12F && double_Array_0[2] >= 1.0e-20F )); double_Array_0[3] = __VERIFIER_nondet_double(); assume_abort_if_not((double_Array_0[3] >= -922337.2036854765600e+13F && double_Array_0[3] <= -1.0e-20F) || (double_Array_0[3] <= 9223372.036854765600e+12F && double_Array_0[3] >= 1.0e-20F )); signed_short_int_Array_0[0] = __VERIFIER_nondet_short(); assume_abort_if_not(signed_short_int_Array_0[0] >= -32768); assume_abort_if_not(signed_short_int_Array_0[0] <= 32767); assume_abort_if_not(signed_short_int_Array_0[0] != 0); unsigned_long_int_Array_0[0] = __VERIFIER_nondet_ulong(); assume_abort_if_not(unsigned_long_int_Array_0[0] >= 2147483647); assume_abort_if_not(unsigned_long_int_Array_0[0] <= 4294967295); unsigned_long_int_Array_0[1] = __VERIFIER_nondet_ulong(); assume_abort_if_not(unsigned_long_int_Array_0[1] >= 0); assume_abort_if_not(unsigned_long_int_Array_0[1] <= 2147483647); unsigned_long_int_Array_0[3] = __VERIFIER_nondet_ulong(); assume_abort_if_not(unsigned_long_int_Array_0[3] >= 2147483647); assume_abort_if_not(unsigned_long_int_Array_0[3] <= 4294967295); unsigned_long_int_Array_0[4] = __VERIFIER_nondet_ulong(); assume_abort_if_not(unsigned_long_int_Array_0[4] >= 2147483647); assume_abort_if_not(unsigned_long_int_Array_0[4] <= 4294967294); unsigned_long_int_Array_0[6] = __VERIFIER_nondet_ulong(); assume_abort_if_not(unsigned_long_int_Array_0[6] >= 2147483647); assume_abort_if_not(unsigned_long_int_Array_0[6] <= 4294967294); } void updateLastVariables() { last_1_unsigned_long_int_Array_0_5_ = unsigned_long_int_Array_0[5]; } int property() { return ((BOOL_unsigned_char_Array_0[0] ? ((unsigned_long_int_Array_0[2] >= (unsigned_long_int_Array_0[2] / signed_short_int_Array_0[0])) ? (double_Array_0[4] == ((double) ((((double_Array_0[3]) < 0 ) ? -(double_Array_0[3]) : (double_Array_0[3]))))) : (double_Array_0[4] == ((double) (double_Array_0[2] + ((((double_Array_0[1]) > ((double_Array_0[0] + 63.25))) ? (double_Array_0[1]) : ((double_Array_0[0] + 63.25)))))))) : (double_Array_0[4] == ((double) double_Array_0[1]))) && (((((((unsigned_long_int_Array_0[3]) > (unsigned_long_int_Array_0[0])) ? (unsigned_long_int_Array_0[3]) : (unsigned_long_int_Array_0[0]))) - unsigned_long_int_Array_0[1]) != (- last_1_unsigned_long_int_Array_0_5_)) ? (unsigned_long_int_Array_0[2] == ((unsigned long int) (((((unsigned_long_int_Array_0[6]) < (unsigned_long_int_Array_0[4])) ? (unsigned_long_int_Array_0[6]) : (unsigned_long_int_Array_0[4]))) - unsigned_long_int_Array_0[1]))) : (unsigned_long_int_Array_0[2] == ((unsigned long int) unsigned_long_int_Array_0[6])))) && ((unsigned_long_int_Array_0[2] <= unsigned_long_int_Array_0[2]) ? ((BOOL_unsigned_char_Array_0[0] && (unsigned_long_int_Array_0[2] == ((((unsigned_long_int_Array_0[4]) > (unsigned_long_int_Array_0[0])) ? (unsigned_long_int_Array_0[4]) : (unsigned_long_int_Array_0[0]))))) ? ((unsigned_long_int_Array_0[2] < unsigned_long_int_Array_0[3]) ? (unsigned_long_int_Array_0[5] == ((unsigned long int) unsigned_long_int_Array_0[6])) : 1) : 1) : (unsigned_long_int_Array_0[5] == ((unsigned long int) unsigned_long_int_Array_0[4]))) ; } int main(void) { isInitial = 1; initially(); while (1) { updateLastVariables(); updateVariables(); step(); __VERIFIER_assert(property()); isInitial = 0; } return 0; }