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