/export/starexec/sandbox2/solver/bin/starexec_run_c /export/starexec/sandbox2/benchmark/theBenchmark.c /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE proof of /export/starexec/sandbox2/benchmark/theBenchmark.c # AProVE Commit ID: 794c25de1cacf0d048858bcd21c9a779e1221865 marcel 20200619 unpublished dirty Termination of the given C Problem could not be shown: (0) C Problem (1) CToLLVMProof [EQUIVALENT, 141 ms] (2) LLVM problem ---------------------------------------- (0) Obligation: c file /export/starexec/sandbox2/benchmark/theBenchmark.c ---------------------------------------- (1) CToLLVMProof (EQUIVALENT) Compiled c-file /export/starexec/sandbox2/benchmark/theBenchmark.c to LLVM. ---------------------------------------- (2) Obligation: LLVM Problem Aliases: Data layout: "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" Machine: "x86_64-pc-linux-gnu" Type definitions: Global variables: Function declarations and definitions: *BasicFunctionTypename: "__VERIFIER_nondet_int" returnParam: i32 parameters: () variableLength: true visibilityType: DEFAULT callingConvention: ccc *BasicFunctionTypename: "main" linkageType: EXTERNALLY_VISIBLE returnParam: i32 parameters: () variableLength: false visibilityType: DEFAULT callingConvention: ccc 0: %1 = alloca i32, align 4 %i = alloca i32, align 4 %a = alloca [10 x i32], align 16 store 0, %1 %2 = call i32 (...)* @__VERIFIER_nondet_int() store %2, %i br %3 3: %4 = load %i %5 = icmp sle 0 %4 br %5, %6, %15 6: %7 = load %i %8 = icmp slt %7 10 br %8, %9, %15 9: %10 = load %i %11 = sext i32 %10 to i64 %12 = getelementptr %a, 0, %11 %13 = load %12 %14 = icmp sge %13 0 br %15 15: %16 = phi [0, %6], [0, %3], [%14, %9] br %16, %17, %22 17: %18 = call i32 (...)* @__VERIFIER_nondet_int() store %18, %i %19 = load %i %20 = sext i32 %19 to i64 %21 = getelementptr %a, 0, %20 store 0, %21 br %3 22: ret 0 Analyze Termination of all function calls matching the pattern: main()