/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, 175 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: false visibilityType: DEFAULT callingConvention: ccc *BasicFunctionTypename: "insertionSort" linkageType: EXTERNALLY_VISIBLE returnParam: BasicVoidType parameters: (a *i32, array_size i32) variableLength: false visibilityType: DEFAULT callingConvention: ccc 0: %1 = alloca *i32, align 8 %2 = alloca i32, align 4 %i = alloca i32, align 4 %j = alloca i32, align 4 %index = alloca i32, align 4 store %a, %1 store %array_size, %2 store 1, %i br %3 3: %4 = load %i %5 = load %2 %6 = icmp slt %4 %5 br %6, %7, %51 7: %8 = load %i %9 = sext i32 %8 to i64 %10 = load %1 %11 = getelementptr %10, %9 %12 = load %11 store %12, %index %13 = load %i store %13, %j br %14 14: %15 = load %j %16 = icmp sgt %15 0 br %16, %17, %26 17: %18 = load %j %19 = sub %18 1 %20 = sext i32 %19 to i64 %21 = load %1 %22 = getelementptr %21, %20 %23 = load %22 %24 = load %index %25 = icmp sgt %23 %24 br %26 26: %27 = phi [0, %14], [%25, %17] br %27, %28, %42 28: %29 = load %j %30 = sub %29 1 %31 = sext i32 %30 to i64 %32 = load %1 %33 = getelementptr %32, %31 %34 = load %33 %35 = load %j %36 = sext i32 %35 to i64 %37 = load %1 %38 = getelementptr %37, %36 store %34, %38 br %39 39: %40 = load %j %41 = add %40 -1 store %41, %j br %14 42: %43 = load %index %44 = load %j %45 = sext i32 %44 to i64 %46 = load %1 %47 = getelementptr %46, %45 store %43, %47 br %48 48: %49 = load %i %50 = add %49 1 store %50, %i br %3 51: ret void *BasicFunctionTypename: "main" linkageType: EXTERNALLY_VISIBLE returnParam: i32 parameters: () variableLength: false visibilityType: DEFAULT callingConvention: ccc 0: %1 = alloca i32, align 4 %a = alloca *i32, align 8 %array_size = alloca i32, align 4 store 0, %1 %2 = call i32 @__VERIFIER_nondet_int() store %2, %array_size %3 = load %a %4 = load %array_size Unnamed Call-Instruction = call BasicVoidType @insertionSort(*i32 %3, i32 %4) ret 0 Analyze Termination of all function calls matching the pattern: main()