TSTP Solution File: NUM025-1 by iProverMo---2.5-0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProverMo---2.5-0.1
% Problem  : NUM025-1 : TPTP v8.1.0. Bugfixed v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : iprover_modulo %s %d

% Computer : n011.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Mon Jul 18 10:53:56 EDT 2022

% Result   : Unsatisfiable 0.20s 0.44s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
% Axioms transformation by autotheo
% Orienting (remaining) axiom formulas using strategy Equiv(ClausalAll)
% Orienting axioms whose shape is orientable
cnf(no_number_less_than_itself,axiom,
    ~ less(A,A),
    input ).

fof(no_number_less_than_itself_0,plain,
    ! [A] :
      ( ~ less(A,A)
      | $false ),
    inference(orientation,[status(thm)],[no_number_less_than_itself]) ).

cnf(zero_is_the_first_number,axiom,
    ~ equalish(successor(A),n0),
    input ).

fof(zero_is_the_first_number_0,plain,
    ! [A] :
      ( ~ equalish(successor(A),n0)
      | $false ),
    inference(orientation,[status(thm)],[zero_is_the_first_number]) ).

cnf(reflexivity,axiom,
    equalish(X,X),
    input ).

fof(reflexivity_0,plain,
    ! [X] :
      ( equalish(X,X)
      | $false ),
    inference(orientation,[status(thm)],[reflexivity]) ).

cnf(times,axiom,
    equalish(multiply(A,successor(B)),add(multiply(A,B),A)),
    input ).

fof(times_0,plain,
    ! [A,B] :
      ( equalish(multiply(A,successor(B)),add(multiply(A,B),A))
      | $false ),
    inference(orientation,[status(thm)],[times]) ).

cnf(times_zero,axiom,
    equalish(multiply(A,n0),n0),
    input ).

fof(times_zero_0,plain,
    ! [A] :
      ( equalish(multiply(A,n0),n0)
      | $false ),
    inference(orientation,[status(thm)],[times_zero]) ).

cnf(addition,axiom,
    equalish(add(A,successor(B)),successor(add(A,B))),
    input ).

fof(addition_0,plain,
    ! [A,B] :
      ( equalish(add(A,successor(B)),successor(add(A,B)))
      | $false ),
    inference(orientation,[status(thm)],[addition]) ).

cnf(adding_zero,axiom,
    equalish(add(A,n0),A),
    input ).

fof(adding_zero_0,plain,
    ! [A] :
      ( equalish(add(A,n0),A)
      | $false ),
    inference(orientation,[status(thm)],[adding_zero]) ).

fof(def_lhs_atom1,axiom,
    ! [A] :
      ( lhs_atom1(A)
    <=> equalish(add(A,n0),A) ),
    inference(definition,[],]) ).

fof(to_be_clausified_0,plain,
    ! [A] :
      ( lhs_atom1(A)
      | $false ),
    inference(fold_definition,[status(thm)],[adding_zero_0,def_lhs_atom1]) ).

fof(def_lhs_atom2,axiom,
    ! [B,A] :
      ( lhs_atom2(B,A)
    <=> equalish(add(A,successor(B)),successor(add(A,B))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_1,plain,
    ! [A,B] :
      ( lhs_atom2(B,A)
      | $false ),
    inference(fold_definition,[status(thm)],[addition_0,def_lhs_atom2]) ).

fof(def_lhs_atom3,axiom,
    ! [A] :
      ( lhs_atom3(A)
    <=> equalish(multiply(A,n0),n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_2,plain,
    ! [A] :
      ( lhs_atom3(A)
      | $false ),
    inference(fold_definition,[status(thm)],[times_zero_0,def_lhs_atom3]) ).

fof(def_lhs_atom4,axiom,
    ! [B,A] :
      ( lhs_atom4(B,A)
    <=> equalish(multiply(A,successor(B)),add(multiply(A,B),A)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_3,plain,
    ! [A,B] :
      ( lhs_atom4(B,A)
      | $false ),
    inference(fold_definition,[status(thm)],[times_0,def_lhs_atom4]) ).

fof(def_lhs_atom5,axiom,
    ! [X] :
      ( lhs_atom5(X)
    <=> equalish(X,X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_4,plain,
    ! [X] :
      ( lhs_atom5(X)
      | $false ),
    inference(fold_definition,[status(thm)],[reflexivity_0,def_lhs_atom5]) ).

fof(def_lhs_atom6,axiom,
    ! [A] :
      ( lhs_atom6(A)
    <=> ~ equalish(successor(A),n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_5,plain,
    ! [A] :
      ( lhs_atom6(A)
      | $false ),
    inference(fold_definition,[status(thm)],[zero_is_the_first_number_0,def_lhs_atom6]) ).

fof(def_lhs_atom7,axiom,
    ! [A] :
      ( lhs_atom7(A)
    <=> ~ less(A,A) ),
    inference(definition,[],]) ).

fof(to_be_clausified_6,plain,
    ! [A] :
      ( lhs_atom7(A)
      | $false ),
    inference(fold_definition,[status(thm)],[no_number_less_than_itself_0,def_lhs_atom7]) ).

% Start CNF derivation
fof(c_0_0,axiom,
    ! [X2,X1] :
      ( lhs_atom4(X2,X1)
      | ~ $true ),
    file('<stdin>',to_be_clausified_3) ).

fof(c_0_1,axiom,
    ! [X2,X1] :
      ( lhs_atom2(X2,X1)
      | ~ $true ),
    file('<stdin>',to_be_clausified_1) ).

fof(c_0_2,axiom,
    ! [X1] :
      ( lhs_atom7(X1)
      | ~ $true ),
    file('<stdin>',to_be_clausified_6) ).

fof(c_0_3,axiom,
    ! [X1] :
      ( lhs_atom6(X1)
      | ~ $true ),
    file('<stdin>',to_be_clausified_5) ).

fof(c_0_4,axiom,
    ! [X3] :
      ( lhs_atom5(X3)
      | ~ $true ),
    file('<stdin>',to_be_clausified_4) ).

fof(c_0_5,axiom,
    ! [X1] :
      ( lhs_atom3(X1)
      | ~ $true ),
    file('<stdin>',to_be_clausified_2) ).

fof(c_0_6,axiom,
    ! [X1] :
      ( lhs_atom1(X1)
      | ~ $true ),
    file('<stdin>',to_be_clausified_0) ).

fof(c_0_7,plain,
    ! [X2,X1] : lhs_atom4(X2,X1),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_8,plain,
    ! [X2,X1] : lhs_atom2(X2,X1),
    inference(fof_simplification,[status(thm)],[c_0_1]) ).

fof(c_0_9,plain,
    ! [X1] : lhs_atom7(X1),
    inference(fof_simplification,[status(thm)],[c_0_2]) ).

fof(c_0_10,plain,
    ! [X1] : lhs_atom6(X1),
    inference(fof_simplification,[status(thm)],[c_0_3]) ).

fof(c_0_11,plain,
    ! [X3] : lhs_atom5(X3),
    inference(fof_simplification,[status(thm)],[c_0_4]) ).

fof(c_0_12,plain,
    ! [X1] : lhs_atom3(X1),
    inference(fof_simplification,[status(thm)],[c_0_5]) ).

fof(c_0_13,plain,
    ! [X1] : lhs_atom1(X1),
    inference(fof_simplification,[status(thm)],[c_0_6]) ).

fof(c_0_14,plain,
    ! [X3,X4] : lhs_atom4(X3,X4),
    inference(variable_rename,[status(thm)],[c_0_7]) ).

fof(c_0_15,plain,
    ! [X3,X4] : lhs_atom2(X3,X4),
    inference(variable_rename,[status(thm)],[c_0_8]) ).

fof(c_0_16,plain,
    ! [X2] : lhs_atom7(X2),
    inference(variable_rename,[status(thm)],[c_0_9]) ).

fof(c_0_17,plain,
    ! [X2] : lhs_atom6(X2),
    inference(variable_rename,[status(thm)],[c_0_10]) ).

fof(c_0_18,plain,
    ! [X4] : lhs_atom5(X4),
    inference(variable_rename,[status(thm)],[c_0_11]) ).

fof(c_0_19,plain,
    ! [X2] : lhs_atom3(X2),
    inference(variable_rename,[status(thm)],[c_0_12]) ).

fof(c_0_20,plain,
    ! [X2] : lhs_atom1(X2),
    inference(variable_rename,[status(thm)],[c_0_13]) ).

cnf(c_0_21,plain,
    lhs_atom4(X1,X2),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_22,plain,
    lhs_atom2(X1,X2),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_23,plain,
    lhs_atom7(X1),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_24,plain,
    lhs_atom6(X1),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

cnf(c_0_25,plain,
    lhs_atom5(X1),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_26,plain,
    lhs_atom3(X1),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_27,plain,
    lhs_atom1(X1),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_28,plain,
    lhs_atom4(X1,X2),
    c_0_21,
    [final] ).

cnf(c_0_29,plain,
    lhs_atom2(X1,X2),
    c_0_22,
    [final] ).

cnf(c_0_30,plain,
    lhs_atom7(X1),
    c_0_23,
    [final] ).

cnf(c_0_31,plain,
    lhs_atom6(X1),
    c_0_24,
    [final] ).

cnf(c_0_32,plain,
    lhs_atom5(X1),
    c_0_25,
    [final] ).

cnf(c_0_33,plain,
    lhs_atom3(X1),
    c_0_26,
    [final] ).

cnf(c_0_34,plain,
    lhs_atom1(X1),
    c_0_27,
    [final] ).

% End CNF derivation
cnf(c_0_28_0,axiom,
    equalish(multiply(X2,successor(X1)),add(multiply(X2,X1),X2)),
    inference(unfold_definition,[status(thm)],[c_0_28,def_lhs_atom4]) ).

cnf(c_0_29_0,axiom,
    equalish(add(X2,successor(X1)),successor(add(X2,X1))),
    inference(unfold_definition,[status(thm)],[c_0_29,def_lhs_atom2]) ).

cnf(c_0_30_0,axiom,
    ~ less(X1,X1),
    inference(unfold_definition,[status(thm)],[c_0_30,def_lhs_atom7]) ).

cnf(c_0_31_0,axiom,
    ~ equalish(successor(X1),n0),
    inference(unfold_definition,[status(thm)],[c_0_31,def_lhs_atom6]) ).

cnf(c_0_32_0,axiom,
    equalish(X1,X1),
    inference(unfold_definition,[status(thm)],[c_0_32,def_lhs_atom5]) ).

cnf(c_0_33_0,axiom,
    equalish(multiply(X1,n0),n0),
    inference(unfold_definition,[status(thm)],[c_0_33,def_lhs_atom3]) ).

cnf(c_0_34_0,axiom,
    equalish(add(X1,n0),X1),
    inference(unfold_definition,[status(thm)],[c_0_34,def_lhs_atom1]) ).

% Orienting (remaining) axiom formulas using strategy ClausalAll
% CNF of (remaining) axioms:
% Start CNF derivation
fof(c_0_0_001,axiom,
    ! [X4,X5] :
      ( ~ less(X5,X4)
      | equalish(add(successor(predecessor_of_1st_minus_2nd(X4,X5)),X5),X4) ),
    file('<stdin>',less_lemma) ).

fof(c_0_1_002,axiom,
    ! [X6,X4,X5] :
      ( ~ equalish(add(successor(X5),X4),X6)
      | less(X4,X6) ),
    file('<stdin>',smaller_number) ).

fof(c_0_2_003,axiom,
    ! [X6,X4,X5] :
      ( ~ less(X5,X4)
      | ~ less(X6,X5)
      | less(X6,X4) ),
    file('<stdin>',transitivity_of_less) ).

fof(c_0_3_004,axiom,
    ! [X1,X2,X3] :
      ( ~ equalish(X3,X2)
      | ~ equalish(X2,X1)
      | equalish(X3,X1) ),
    file('<stdin>',transitivity) ).

fof(c_0_4_005,axiom,
    ! [X4,X5] :
      ( ~ equalish(successor(X5),successor(X4))
      | equalish(X5,X4) ),
    file('<stdin>',successor_equality1) ).

fof(c_0_5_006,axiom,
    ! [X4,X5] :
      ( ~ equalish(X5,X4)
      | equalish(successor(X5),successor(X4)) ),
    file('<stdin>',successor_substitution) ).

fof(c_0_6_007,axiom,
    ! [X2,X3] :
      ( ~ equalish(X3,X2)
      | equalish(X2,X3) ),
    file('<stdin>',symmetry) ).

fof(c_0_7_008,plain,
    ! [X4,X5] :
      ( ~ less(X5,X4)
      | equalish(add(successor(predecessor_of_1st_minus_2nd(X4,X5)),X5),X4) ),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_8_009,plain,
    ! [X6,X4,X5] :
      ( ~ equalish(add(successor(X5),X4),X6)
      | less(X4,X6) ),
    inference(fof_simplification,[status(thm)],[c_0_1]) ).

fof(c_0_9_010,plain,
    ! [X6,X4,X5] :
      ( ~ less(X5,X4)
      | ~ less(X6,X5)
      | less(X6,X4) ),
    inference(fof_simplification,[status(thm)],[c_0_2]) ).

fof(c_0_10_011,plain,
    ! [X1,X2,X3] :
      ( ~ equalish(X3,X2)
      | ~ equalish(X2,X1)
      | equalish(X3,X1) ),
    inference(fof_simplification,[status(thm)],[c_0_3]) ).

fof(c_0_11_012,plain,
    ! [X4,X5] :
      ( ~ equalish(successor(X5),successor(X4))
      | equalish(X5,X4) ),
    inference(fof_simplification,[status(thm)],[c_0_4]) ).

fof(c_0_12_013,plain,
    ! [X4,X5] :
      ( ~ equalish(X5,X4)
      | equalish(successor(X5),successor(X4)) ),
    inference(fof_simplification,[status(thm)],[c_0_5]) ).

fof(c_0_13_014,plain,
    ! [X2,X3] :
      ( ~ equalish(X3,X2)
      | equalish(X2,X3) ),
    inference(fof_simplification,[status(thm)],[c_0_6]) ).

fof(c_0_14_015,plain,
    ! [X6,X7] :
      ( ~ less(X7,X6)
      | equalish(add(successor(predecessor_of_1st_minus_2nd(X6,X7)),X7),X6) ),
    inference(variable_rename,[status(thm)],[c_0_7]) ).

fof(c_0_15_016,plain,
    ! [X7,X8,X9] :
      ( ~ equalish(add(successor(X9),X8),X7)
      | less(X8,X7) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_8])])]) ).

fof(c_0_16_017,plain,
    ! [X7,X8,X9] :
      ( ~ less(X9,X8)
      | ~ less(X7,X9)
      | less(X7,X8) ),
    inference(variable_rename,[status(thm)],[c_0_9]) ).

fof(c_0_17_018,plain,
    ! [X4,X5,X6] :
      ( ~ equalish(X6,X5)
      | ~ equalish(X5,X4)
      | equalish(X6,X4) ),
    inference(variable_rename,[status(thm)],[c_0_10]) ).

fof(c_0_18_019,plain,
    ! [X6,X7] :
      ( ~ equalish(successor(X7),successor(X6))
      | equalish(X7,X6) ),
    inference(variable_rename,[status(thm)],[c_0_11]) ).

fof(c_0_19_020,plain,
    ! [X6,X7] :
      ( ~ equalish(X7,X6)
      | equalish(successor(X7),successor(X6)) ),
    inference(variable_rename,[status(thm)],[c_0_12]) ).

fof(c_0_20_021,plain,
    ! [X4,X5] :
      ( ~ equalish(X5,X4)
      | equalish(X4,X5) ),
    inference(variable_rename,[status(thm)],[c_0_13]) ).

cnf(c_0_21_022,plain,
    ( equalish(add(successor(predecessor_of_1st_minus_2nd(X1,X2)),X2),X1)
    | ~ less(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_22_023,plain,
    ( less(X1,X2)
    | ~ equalish(add(successor(X3),X1),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_23_024,plain,
    ( less(X1,X2)
    | ~ less(X1,X3)
    | ~ less(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_24_025,plain,
    ( equalish(X1,X2)
    | ~ equalish(X3,X2)
    | ~ equalish(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

cnf(c_0_25_026,plain,
    ( equalish(X1,X2)
    | ~ equalish(successor(X1),successor(X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_26_027,plain,
    ( equalish(successor(X1),successor(X2))
    | ~ equalish(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_27_028,plain,
    ( equalish(X1,X2)
    | ~ equalish(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_28_029,plain,
    ( equalish(add(successor(predecessor_of_1st_minus_2nd(X1,X2)),X2),X1)
    | ~ less(X2,X1) ),
    c_0_21,
    [final] ).

cnf(c_0_29_030,plain,
    ( less(X1,X2)
    | ~ equalish(add(successor(X3),X1),X2) ),
    c_0_22,
    [final] ).

cnf(c_0_30_031,plain,
    ( less(X1,X2)
    | ~ less(X1,X3)
    | ~ less(X3,X2) ),
    c_0_23,
    [final] ).

cnf(c_0_31_032,plain,
    ( equalish(X1,X2)
    | ~ equalish(X3,X2)
    | ~ equalish(X1,X3) ),
    c_0_24,
    [final] ).

cnf(c_0_32_033,plain,
    ( equalish(X1,X2)
    | ~ equalish(successor(X1),successor(X2)) ),
    c_0_25,
    [final] ).

cnf(c_0_33_034,plain,
    ( equalish(successor(X1),successor(X2))
    | ~ equalish(X1,X2) ),
    c_0_26,
    [final] ).

cnf(c_0_34_035,plain,
    ( equalish(X1,X2)
    | ~ equalish(X2,X1) ),
    c_0_27,
    [final] ).

% End CNF derivation
% Generating one_way clauses for all literals in the CNF.
cnf(c_0_28_1,axiom,
    ( equalish(add(successor(predecessor_of_1st_minus_2nd(X1,X2)),X2),X1)
    | ~ less(X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_28]) ).

cnf(c_0_28_2,axiom,
    ( ~ less(X2,X1)
    | equalish(add(successor(predecessor_of_1st_minus_2nd(X1,X2)),X2),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_28]) ).

cnf(c_0_29_1,axiom,
    ( less(X1,X2)
    | ~ equalish(add(successor(X3),X1),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_29]) ).

cnf(c_0_29_2,axiom,
    ( ~ equalish(add(successor(X3),X1),X2)
    | less(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_29]) ).

cnf(c_0_30_1,axiom,
    ( less(X1,X2)
    | ~ less(X1,X3)
    | ~ less(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_30]) ).

cnf(c_0_30_2,axiom,
    ( ~ less(X1,X3)
    | less(X1,X2)
    | ~ less(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_30]) ).

cnf(c_0_30_3,axiom,
    ( ~ less(X3,X2)
    | ~ less(X1,X3)
    | less(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_30]) ).

cnf(c_0_31_1,axiom,
    ( equalish(X1,X2)
    | ~ equalish(X3,X2)
    | ~ equalish(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_31]) ).

cnf(c_0_31_2,axiom,
    ( ~ equalish(X3,X2)
    | equalish(X1,X2)
    | ~ equalish(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_31]) ).

cnf(c_0_31_3,axiom,
    ( ~ equalish(X1,X3)
    | ~ equalish(X3,X2)
    | equalish(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_31]) ).

cnf(c_0_32_1,axiom,
    ( equalish(X1,X2)
    | ~ equalish(successor(X1),successor(X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_32]) ).

cnf(c_0_32_2,axiom,
    ( ~ equalish(successor(X1),successor(X2))
    | equalish(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_32]) ).

cnf(c_0_33_1,axiom,
    ( equalish(successor(X1),successor(X2))
    | ~ equalish(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_33]) ).

cnf(c_0_33_2,axiom,
    ( ~ equalish(X1,X2)
    | equalish(successor(X1),successor(X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_33]) ).

cnf(c_0_34_1,axiom,
    ( equalish(X1,X2)
    | ~ equalish(X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_34]) ).

cnf(c_0_34_2,axiom,
    ( ~ equalish(X2,X1)
    | equalish(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_34]) ).

% CNF of non-axioms
% Start CNF derivation
fof(c_0_0_036,negated_conjecture,
    less(b,a),
    file('<stdin>',prove_b_not_less_than_a) ).

fof(c_0_1_037,hypothesis,
    less(a,b),
    file('<stdin>',a_less_than_b) ).

fof(c_0_2_038,negated_conjecture,
    less(b,a),
    c_0_0 ).

fof(c_0_3_039,hypothesis,
    less(a,b),
    c_0_1 ).

fof(c_0_4_040,negated_conjecture,
    less(b,a),
    c_0_2 ).

fof(c_0_5_041,hypothesis,
    less(a,b),
    c_0_3 ).

cnf(c_0_6_042,negated_conjecture,
    less(b,a),
    inference(split_conjunct,[status(thm)],[c_0_4]) ).

cnf(c_0_7_043,hypothesis,
    less(a,b),
    inference(split_conjunct,[status(thm)],[c_0_5]) ).

cnf(c_0_8_044,negated_conjecture,
    less(b,a),
    c_0_6,
    [final] ).

cnf(c_0_9_045,hypothesis,
    less(a,b),
    c_0_7,
    [final] ).

% End CNF derivation

%-------------------------------------------------------------
% Proof by iprover

cnf(c_24,plain,
    less(a,b),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_23c2ce.p',c_0_9) ).

cnf(c_34,plain,
    less(a,b),
    inference(copy,[status(esa)],[c_24]) ).

cnf(c_41,plain,
    less(a,b),
    inference(copy,[status(esa)],[c_34]) ).

cnf(c_42,plain,
    less(a,b),
    inference(copy,[status(esa)],[c_41]) ).

cnf(c_45,plain,
    less(a,b),
    inference(copy,[status(esa)],[c_42]) ).

cnf(c_119,plain,
    less(a,b),
    inference(copy,[status(esa)],[c_45]) ).

cnf(c_23,negated_conjecture,
    less(b,a),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_23c2ce.p',c_0_8) ).

cnf(c_36,negated_conjecture,
    less(b,a),
    inference(copy,[status(esa)],[c_23]) ).

cnf(c_40,negated_conjecture,
    less(b,a),
    inference(copy,[status(esa)],[c_36]) ).

cnf(c_43,negated_conjecture,
    less(b,a),
    inference(copy,[status(esa)],[c_40]) ).

cnf(c_44,negated_conjecture,
    less(b,a),
    inference(copy,[status(esa)],[c_43]) ).

cnf(c_117,plain,
    less(b,a),
    inference(copy,[status(esa)],[c_44]) ).

cnf(c_6,plain,
    ( less(X0,X1)
    | ~ less(X0,X2)
    | ~ less(X2,X1) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_23c2ce.p',c_0_30_3) ).

cnf(c_83,plain,
    ( less(X0,X1)
    | ~ less(X0,X2)
    | ~ less(X2,X1) ),
    inference(copy,[status(esa)],[c_6]) ).

cnf(c_123,plain,
    ( ~ less(X0,b)
    | less(X0,a) ),
    inference(resolution,[status(thm)],[c_117,c_83]) ).

cnf(c_124,plain,
    ( ~ less(X0,b)
    | less(X0,a) ),
    inference(rewriting,[status(thm)],[c_123]) ).

cnf(c_20,plain,
    ~ less(X0,X0),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_23c2ce.p',c_0_30_0) ).

cnf(c_111,plain,
    ~ less(X0,X0),
    inference(copy,[status(esa)],[c_20]) ).

cnf(c_135,plain,
    ~ less(a,b),
    inference(resolution,[status(thm)],[c_124,c_111]) ).

cnf(c_136,plain,
    ~ less(a,b),
    inference(rewriting,[status(thm)],[c_135]) ).

cnf(c_310,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_119,c_136]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : NUM025-1 : TPTP v8.1.0. Bugfixed v4.0.0.
% 0.10/0.13  % Command  : iprover_modulo %s %d
% 0.14/0.34  % Computer : n011.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Tue Jul  5 13:55:37 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.14/0.35  % Running in mono-core mode
% 0.14/0.40  % Orienting using strategy Equiv(ClausalAll)
% 0.14/0.40  % Orientation found
% 0.14/0.40  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox2/tmp/iprover_proof_910455.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox2/tmp/iprover_modulo_23c2ce.p | tee /export/starexec/sandbox2/tmp/iprover_modulo_out_c515a1 | grep -v "SZS"
% 0.20/0.43  
% 0.20/0.43  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.20/0.43  
% 0.20/0.43  % 
% 0.20/0.43  % ------  iProver source info 
% 0.20/0.43  
% 0.20/0.43  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.20/0.43  % git: non_committed_changes: true
% 0.20/0.43  % git: last_make_outside_of_git: true
% 0.20/0.43  
% 0.20/0.43  % 
% 0.20/0.43  % ------ Input Options
% 0.20/0.43  
% 0.20/0.43  % --out_options                         all
% 0.20/0.43  % --tptp_safe_out                       true
% 0.20/0.43  % --problem_path                        ""
% 0.20/0.43  % --include_path                        ""
% 0.20/0.43  % --clausifier                          .//eprover
% 0.20/0.43  % --clausifier_options                  --tstp-format  
% 0.20/0.43  % --stdin                               false
% 0.20/0.43  % --dbg_backtrace                       false
% 0.20/0.43  % --dbg_dump_prop_clauses               false
% 0.20/0.43  % --dbg_dump_prop_clauses_file          -
% 0.20/0.43  % --dbg_out_stat                        false
% 0.20/0.43  
% 0.20/0.43  % ------ General Options
% 0.20/0.43  
% 0.20/0.43  % --fof                                 false
% 0.20/0.43  % --time_out_real                       150.
% 0.20/0.43  % --time_out_prep_mult                  0.2
% 0.20/0.43  % --time_out_virtual                    -1.
% 0.20/0.43  % --schedule                            none
% 0.20/0.43  % --ground_splitting                    input
% 0.20/0.43  % --splitting_nvd                       16
% 0.20/0.43  % --non_eq_to_eq                        false
% 0.20/0.43  % --prep_gs_sim                         true
% 0.20/0.43  % --prep_unflatten                      false
% 0.20/0.43  % --prep_res_sim                        true
% 0.20/0.43  % --prep_upred                          true
% 0.20/0.43  % --res_sim_input                       true
% 0.20/0.43  % --clause_weak_htbl                    true
% 0.20/0.43  % --gc_record_bc_elim                   false
% 0.20/0.43  % --symbol_type_check                   false
% 0.20/0.43  % --clausify_out                        false
% 0.20/0.43  % --large_theory_mode                   false
% 0.20/0.43  % --prep_sem_filter                     none
% 0.20/0.43  % --prep_sem_filter_out                 false
% 0.20/0.43  % --preprocessed_out                    false
% 0.20/0.43  % --sub_typing                          false
% 0.20/0.43  % --brand_transform                     false
% 0.20/0.43  % --pure_diseq_elim                     true
% 0.20/0.43  % --min_unsat_core                      false
% 0.20/0.43  % --pred_elim                           true
% 0.20/0.43  % --add_important_lit                   false
% 0.20/0.43  % --soft_assumptions                    false
% 0.20/0.43  % --reset_solvers                       false
% 0.20/0.43  % --bc_imp_inh                          []
% 0.20/0.43  % --conj_cone_tolerance                 1.5
% 0.20/0.43  % --prolific_symb_bound                 500
% 0.20/0.43  % --lt_threshold                        2000
% 0.20/0.43  
% 0.20/0.43  % ------ SAT Options
% 0.20/0.43  
% 0.20/0.43  % --sat_mode                            false
% 0.20/0.43  % --sat_fm_restart_options              ""
% 0.20/0.43  % --sat_gr_def                          false
% 0.20/0.43  % --sat_epr_types                       true
% 0.20/0.43  % --sat_non_cyclic_types                false
% 0.20/0.43  % --sat_finite_models                   false
% 0.20/0.43  % --sat_fm_lemmas                       false
% 0.20/0.43  % --sat_fm_prep                         false
% 0.20/0.43  % --sat_fm_uc_incr                      true
% 0.20/0.43  % --sat_out_model                       small
% 0.20/0.43  % --sat_out_clauses                     false
% 0.20/0.43  
% 0.20/0.43  % ------ QBF Options
% 0.20/0.43  
% 0.20/0.43  % --qbf_mode                            false
% 0.20/0.43  % --qbf_elim_univ                       true
% 0.20/0.43  % --qbf_sk_in                           true
% 0.20/0.43  % --qbf_pred_elim                       true
% 0.20/0.43  % --qbf_split                           32
% 0.20/0.43  
% 0.20/0.43  % ------ BMC1 Options
% 0.20/0.43  
% 0.20/0.43  % --bmc1_incremental                    false
% 0.20/0.43  % --bmc1_axioms                         reachable_all
% 0.20/0.43  % --bmc1_min_bound                      0
% 0.20/0.43  % --bmc1_max_bound                      -1
% 0.20/0.43  % --bmc1_max_bound_default              -1
% 0.20/0.43  % --bmc1_symbol_reachability            true
% 0.20/0.43  % --bmc1_property_lemmas                false
% 0.20/0.43  % --bmc1_k_induction                    false
% 0.20/0.43  % --bmc1_non_equiv_states               false
% 0.20/0.43  % --bmc1_deadlock                       false
% 0.20/0.43  % --bmc1_ucm                            false
% 0.20/0.43  % --bmc1_add_unsat_core                 none
% 0.20/0.43  % --bmc1_unsat_core_children            false
% 0.20/0.43  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.20/0.43  % --bmc1_out_stat                       full
% 0.20/0.43  % --bmc1_ground_init                    false
% 0.20/0.43  % --bmc1_pre_inst_next_state            false
% 0.20/0.43  % --bmc1_pre_inst_state                 false
% 0.20/0.43  % --bmc1_pre_inst_reach_state           false
% 0.20/0.43  % --bmc1_out_unsat_core                 false
% 0.20/0.43  % --bmc1_aig_witness_out                false
% 0.20/0.43  % --bmc1_verbose                        false
% 0.20/0.43  % --bmc1_dump_clauses_tptp              false
% 0.20/0.43  % --bmc1_dump_unsat_core_tptp           false
% 0.20/0.43  % --bmc1_dump_file                      -
% 0.20/0.43  % --bmc1_ucm_expand_uc_limit            128
% 0.20/0.43  % --bmc1_ucm_n_expand_iterations        6
% 0.20/0.43  % --bmc1_ucm_extend_mode                1
% 0.20/0.43  % --bmc1_ucm_init_mode                  2
% 0.20/0.43  % --bmc1_ucm_cone_mode                  none
% 0.20/0.43  % --bmc1_ucm_reduced_relation_type      0
% 0.20/0.43  % --bmc1_ucm_relax_model                4
% 0.20/0.43  % --bmc1_ucm_full_tr_after_sat          true
% 0.20/0.43  % --bmc1_ucm_expand_neg_assumptions     false
% 0.20/0.43  % --bmc1_ucm_layered_model              none
% 0.20/0.43  % --bmc1_ucm_max_lemma_size             10
% 0.20/0.43  
% 0.20/0.43  % ------ AIG Options
% 0.20/0.43  
% 0.20/0.43  % --aig_mode                            false
% 0.20/0.43  
% 0.20/0.43  % ------ Instantiation Options
% 0.20/0.43  
% 0.20/0.43  % --instantiation_flag                  true
% 0.20/0.43  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.20/0.43  % --inst_solver_per_active              750
% 0.20/0.43  % --inst_solver_calls_frac              0.5
% 0.20/0.43  % --inst_passive_queue_type             priority_queues
% 0.20/0.43  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.20/0.43  % --inst_passive_queues_freq            [25;2]
% 0.20/0.43  % --inst_dismatching                    true
% 0.20/0.43  % --inst_eager_unprocessed_to_passive   true
% 0.20/0.43  % --inst_prop_sim_given                 true
% 0.20/0.43  % --inst_prop_sim_new                   false
% 0.20/0.43  % --inst_orphan_elimination             true
% 0.20/0.43  % --inst_learning_loop_flag             true
% 0.20/0.43  % --inst_learning_start                 3000
% 0.20/0.43  % --inst_learning_factor                2
% 0.20/0.43  % --inst_start_prop_sim_after_learn     3
% 0.20/0.43  % --inst_sel_renew                      solver
% 0.20/0.43  % --inst_lit_activity_flag              true
% 0.20/0.43  % --inst_out_proof                      true
% 0.20/0.43  
% 0.20/0.43  % ------ Resolution Options
% 0.20/0.43  
% 0.20/0.43  % --resolution_flag                     true
% 0.20/0.43  % --res_lit_sel                         kbo_max
% 0.20/0.43  % --res_to_prop_solver                  none
% 0.20/0.43  % --res_prop_simpl_new                  false
% 0.20/0.43  % --res_prop_simpl_given                false
% 0.20/0.43  % --res_passive_queue_type              priority_queues
% 0.20/0.43  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.20/0.43  % --res_passive_queues_freq             [15;5]
% 0.20/0.43  % --res_forward_subs                    full
% 0.20/0.43  % --res_backward_subs                   full
% 0.20/0.43  % --res_forward_subs_resolution         true
% 0.20/0.43  % --res_backward_subs_resolution        true
% 0.20/0.43  % --res_orphan_elimination              false
% 0.20/0.43  % --res_time_limit                      1000.
% 0.20/0.43  % --res_out_proof                       true
% 0.20/0.43  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_910455.s
% 0.20/0.43  % --modulo                              true
% 0.20/0.43  
% 0.20/0.43  % ------ Combination Options
% 0.20/0.43  
% 0.20/0.43  % --comb_res_mult                       1000
% 0.20/0.43  % --comb_inst_mult                      300
% 0.20/0.43  % ------ 
% 0.20/0.43  
% 0.20/0.43  % ------ Parsing...% successful
% 0.20/0.43  
% 0.20/0.43  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe_e  snvd_s sp: 0 0s snvd_e % 
% 0.20/0.43  
% 0.20/0.43  % ------ Proving...
% 0.20/0.43  % ------ Problem Properties 
% 0.20/0.43  
% 0.20/0.43  % 
% 0.20/0.43  % EPR                                   false
% 0.20/0.43  % Horn                                  true
% 0.20/0.43  % Has equality                          false
% 0.20/0.43  
% 0.20/0.43  % % ------ Input Options Time Limit: Unbounded
% 0.20/0.43  
% 0.20/0.43  
% 0.20/0.43  % % ------ Current options:
% 0.20/0.43  
% 0.20/0.43  % ------ Input Options
% 0.20/0.43  
% 0.20/0.43  % --out_options                         all
% 0.20/0.43  % --tptp_safe_out                       true
% 0.20/0.43  % --problem_path                        ""
% 0.20/0.43  % --include_path                        ""
% 0.20/0.43  % --clausifier                          .//eprover
% 0.20/0.43  % --clausifier_options                  --tstp-format  
% 0.20/0.43  % --stdin                               false
% 0.20/0.43  % --dbg_backtrace                       false
% 0.20/0.43  % --dbg_dump_prop_clauses               false
% 0.20/0.43  % --dbg_dump_prop_clauses_file          -
% 0.20/0.43  % --dbg_out_stat                        false
% 0.20/0.43  
% 0.20/0.43  % ------ General Options
% 0.20/0.43  
% 0.20/0.43  % --fof                                 false
% 0.20/0.43  % --time_out_real                       150.
% 0.20/0.43  % --time_out_prep_mult                  0.2
% 0.20/0.43  % --time_out_virtual                    -1.
% 0.20/0.43  % --schedule                            none
% 0.20/0.43  % --ground_splitting                    input
% 0.20/0.43  % --splitting_nvd                       16
% 0.20/0.43  % --non_eq_to_eq                        false
% 0.20/0.43  % --prep_gs_sim                         true
% 0.20/0.43  % --prep_unflatten                      false
% 0.20/0.43  % --prep_res_sim                        true
% 0.20/0.43  % --prep_upred                          true
% 0.20/0.43  % --res_sim_input                       true
% 0.20/0.43  % --clause_weak_htbl                    true
% 0.20/0.43  % --gc_record_bc_elim                   false
% 0.20/0.43  % --symbol_type_check                   false
% 0.20/0.43  % --clausify_out                        false
% 0.20/0.43  % --large_theory_mode                   false
% 0.20/0.43  % --prep_sem_filter                     none
% 0.20/0.43  % --prep_sem_filter_out                 false
% 0.20/0.43  % --preprocessed_out                    false
% 0.20/0.43  % --sub_typing                          false
% 0.20/0.43  % --brand_transform                     false
% 0.20/0.43  % --pure_diseq_elim                     true
% 0.20/0.43  % --min_unsat_core                      false
% 0.20/0.43  % --pred_elim                           true
% 0.20/0.43  % --add_important_lit                   false
% 0.20/0.43  % --soft_assumptions                    false
% 0.20/0.43  % --reset_solvers                       false
% 0.20/0.43  % --bc_imp_inh                          []
% 0.20/0.43  % --conj_cone_tolerance                 1.5
% 0.20/0.43  % --prolific_symb_bound                 500
% 0.20/0.43  % --lt_threshold                        2000
% 0.20/0.43  
% 0.20/0.43  % ------ SAT Options
% 0.20/0.43  
% 0.20/0.43  % --sat_mode                            false
% 0.20/0.43  % --sat_fm_restart_options              ""
% 0.20/0.43  % --sat_gr_def                          false
% 0.20/0.43  % --sat_epr_types                       true
% 0.20/0.43  % --sat_non_cyclic_types                false
% 0.20/0.43  % --sat_finite_models                   false
% 0.20/0.43  % --sat_fm_lemmas                       false
% 0.20/0.43  % --sat_fm_prep                         false
% 0.20/0.43  % --sat_fm_uc_incr                      true
% 0.20/0.43  % --sat_out_model                       small
% 0.20/0.43  % --sat_out_clauses                     false
% 0.20/0.43  
% 0.20/0.43  % ------ QBF Options
% 0.20/0.43  
% 0.20/0.43  % --qbf_mode                            false
% 0.20/0.43  % --qbf_elim_univ                       true
% 0.20/0.43  % --qbf_sk_in                           true
% 0.20/0.43  % --qbf_pred_elim                       true
% 0.20/0.43  % --qbf_split                           32
% 0.20/0.43  
% 0.20/0.43  % ------ BMC1 Options
% 0.20/0.43  
% 0.20/0.43  % --bmc1_incremental                    false
% 0.20/0.43  % --bmc1_axioms                         reachable_all
% 0.20/0.43  % --bmc1_min_bound                      0
% 0.20/0.43  % --bmc1_max_bound                      -1
% 0.20/0.43  % --bmc1_max_bound_default              -1
% 0.20/0.43  % --bmc1_symbol_reachability            true
% 0.20/0.43  % --bmc1_property_lemmas                false
% 0.20/0.43  % --bmc1_k_induction                    false
% 0.20/0.43  % --bmc1_non_equiv_states               false
% 0.20/0.43  % --bmc1_deadlock                       false
% 0.20/0.43  % --bmc1_ucm                            false
% 0.20/0.43  % --bmc1_add_unsat_core                 none
% 0.20/0.43  % --bmc1_unsat_core_children            false
% 0.20/0.43  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.20/0.43  % --bmc1_out_stat                       full
% 0.20/0.43  % --bmc1_ground_init                    false
% 0.20/0.43  % --bmc1_pre_inst_next_state            false
% 0.20/0.43  % --bmc1_pre_inst_state                 false
% 0.20/0.43  % --bmc1_pre_inst_reach_state           false
% 0.20/0.43  % --bmc1_out_unsat_core                 false
% 0.20/0.43  % --bmc1_aig_witness_out                false
% 0.20/0.43  % --bmc1_verbose                        false
% 0.20/0.43  % --bmc1_dump_clauses_tptp              false
% 0.20/0.43  % --bmc1_dump_unsat_core_tptp           false
% 0.20/0.43  % --bmc1_dump_file                      -
% 0.20/0.43  % --bmc1_ucm_expand_uc_limit            128
% 0.20/0.43  % --bmc1_ucm_n_expand_iterations        6
% 0.20/0.43  % --bmc1_ucm_extend_mode                1
% 0.20/0.43  % --bmc1_ucm_init_mode                  2
% 0.20/0.43  % --bmc1_ucm_cone_mode                  none
% 0.20/0.43  % --bmc1_ucm_reduced_relation_type      0
% 0.20/0.43  % --bmc1_ucm_relax_model                4
% 0.20/0.43  % --bmc1_ucm_full_tr_after_sat          true
% 0.20/0.43  % --bmc1_ucm_expand_neg_assumptions     false
% 0.20/0.43  % --bmc1_ucm_layered_model              none
% 0.20/0.43  % --bmc1_ucm_max_lemma_size             10
% 0.20/0.43  
% 0.20/0.43  % ------ AIG Options
% 0.20/0.43  
% 0.20/0.43  % --aig_mode                            false
% 0.20/0.43  
% 0.20/0.43  % ------ Instantiation Options
% 0.20/0.43  
% 0.20/0.43  % --instantiation_flag                  true
% 0.20/0.43  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.20/0.43  % --inst_solver_per_active              750
% 0.20/0.43  % --inst_solver_calls_frac              0.5
% 0.20/0.43  % --inst_passive_queue_type             priority_queues
% 0.20/0.43  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.20/0.43  % --inst_passive_queues_freq            [25;2]
% 0.20/0.43  % --inst_dismatching                    true
% 0.20/0.43  % --inst_eager_unprocessed_to_passive   true
% 0.20/0.43  % --inst_prop_sim_given                 true
% 0.20/0.44  % --inst_prop_sim_new                   false
% 0.20/0.44  % --inst_orphan_elimination             true
% 0.20/0.44  % --inst_learning_loop_flag             true
% 0.20/0.44  % --inst_learning_start                 3000
% 0.20/0.44  % --inst_learning_factor                2
% 0.20/0.44  % --inst_start_prop_sim_after_learn     3
% 0.20/0.44  % --inst_sel_renew                      solver
% 0.20/0.44  % --inst_lit_activity_flag              true
% 0.20/0.44  % --inst_out_proof                      true
% 0.20/0.44  
% 0.20/0.44  % ------ Resolution Options
% 0.20/0.44  
% 0.20/0.44  % --resolution_flag                     true
% 0.20/0.44  % --res_lit_sel                         kbo_max
% 0.20/0.44  % --res_to_prop_solver                  none
% 0.20/0.44  % --res_prop_simpl_new                  false
% 0.20/0.44  % --res_prop_simpl_given                false
% 0.20/0.44  % --res_passive_queue_type              priority_queues
% 0.20/0.44  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.20/0.44  % --res_passive_queues_freq             [15;5]
% 0.20/0.44  % --res_forward_subs                    full
% 0.20/0.44  % --res_backward_subs                   full
% 0.20/0.44  % --res_forward_subs_resolution         true
% 0.20/0.44  % --res_backward_subs_resolution        true
% 0.20/0.44  % --res_orphan_elimination              false
% 0.20/0.44  % --res_time_limit                      1000.
% 0.20/0.44  % --res_out_proof                       true
% 0.20/0.44  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_910455.s
% 0.20/0.44  % --modulo                              true
% 0.20/0.44  
% 0.20/0.44  % ------ Combination Options
% 0.20/0.44  
% 0.20/0.44  % --comb_res_mult                       1000
% 0.20/0.44  % --comb_inst_mult                      300
% 0.20/0.44  % ------ 
% 0.20/0.44  
% 0.20/0.44  
% 0.20/0.44  
% 0.20/0.44  % ------ Proving...
% 0.20/0.44  % 
% 0.20/0.44  
% 0.20/0.44  
% 0.20/0.44  %  Resolution empty clause
% 0.20/0.44  
% 0.20/0.44  % ------                             Statistics
% 0.20/0.44  
% 0.20/0.44  % ------ General
% 0.20/0.44  
% 0.20/0.44  % num_of_input_clauses:                 25
% 0.20/0.44  % num_of_input_neg_conjectures:         1
% 0.20/0.44  % num_of_splits:                        0
% 0.20/0.44  % num_of_split_atoms:                   0
% 0.20/0.44  % num_of_sem_filtered_clauses:          0
% 0.20/0.44  % num_of_subtypes:                      0
% 0.20/0.44  % monotx_restored_types:                0
% 0.20/0.44  % sat_num_of_epr_types:                 0
% 0.20/0.44  % sat_num_of_non_cyclic_types:          0
% 0.20/0.44  % sat_guarded_non_collapsed_types:      0
% 0.20/0.44  % is_epr:                               0
% 0.20/0.44  % is_horn:                              1
% 0.20/0.44  % has_eq:                               0
% 0.20/0.44  % num_pure_diseq_elim:                  0
% 0.20/0.44  % simp_replaced_by:                     0
% 0.20/0.44  % res_preprocessed:                     3
% 0.20/0.44  % prep_upred:                           0
% 0.20/0.44  % prep_unflattend:                      0
% 0.20/0.44  % pred_elim_cands:                      0
% 0.20/0.44  % pred_elim:                            0
% 0.20/0.44  % pred_elim_cl:                         0
% 0.20/0.44  % pred_elim_cycles:                     0
% 0.20/0.44  % forced_gc_time:                       0
% 0.20/0.44  % gc_basic_clause_elim:                 0
% 0.20/0.44  % parsing_time:                         0.
% 0.20/0.44  % sem_filter_time:                      0.
% 0.20/0.44  % pred_elim_time:                       0.
% 0.20/0.44  % out_proof_time:                       0.
% 0.20/0.44  % monotx_time:                          0.
% 0.20/0.44  % subtype_inf_time:                     0.
% 0.20/0.44  % unif_index_cands_time:                0.
% 0.20/0.44  % unif_index_add_time:                  0.
% 0.20/0.44  % total_time:                           0.024
% 0.20/0.44  % num_of_symbols:                       34
% 0.20/0.44  % num_of_terms:                         233
% 0.20/0.44  
% 0.20/0.44  % ------ Propositional Solver
% 0.20/0.44  
% 0.20/0.44  % prop_solver_calls:                    1
% 0.20/0.44  % prop_fast_solver_calls:               5
% 0.20/0.44  % prop_num_of_clauses:                  30
% 0.20/0.44  % prop_preprocess_simplified:           79
% 0.20/0.44  % prop_fo_subsumed:                     0
% 0.20/0.44  % prop_solver_time:                     0.
% 0.20/0.44  % prop_fast_solver_time:                0.
% 0.20/0.44  % prop_unsat_core_time:                 0.
% 0.20/0.44  
% 0.20/0.44  % ------ QBF 
% 0.20/0.44  
% 0.20/0.44  % qbf_q_res:                            0
% 0.20/0.44  % qbf_num_tautologies:                  0
% 0.20/0.44  % qbf_prep_cycles:                      0
% 0.20/0.44  
% 0.20/0.44  % ------ BMC1
% 0.20/0.44  
% 0.20/0.44  % bmc1_current_bound:                   -1
% 0.20/0.44  % bmc1_last_solved_bound:               -1
% 0.20/0.44  % bmc1_unsat_core_size:                 -1
% 0.20/0.44  % bmc1_unsat_core_parents_size:         -1
% 0.20/0.44  % bmc1_merge_next_fun:                  0
% 0.20/0.44  % bmc1_unsat_core_clauses_time:         0.
% 0.20/0.44  
% 0.20/0.44  % ------ Instantiation
% 0.20/0.44  
% 0.20/0.44  % inst_num_of_clauses:                  25
% 0.20/0.44  % inst_num_in_passive:                  0
% 0.20/0.44  % inst_num_in_active:                   0
% 0.20/0.44  % inst_num_in_unprocessed:              25
% 0.20/0.44  % inst_num_of_loops:                    0
% 0.20/0.44  % inst_num_of_learning_restarts:        0
% 0.20/0.44  % inst_num_moves_active_passive:        0
% 0.20/0.44  % inst_lit_activity:                    0
% 0.20/0.44  % inst_lit_activity_moves:              0
% 0.20/0.44  % inst_num_tautologies:                 0
% 0.20/0.44  % inst_num_prop_implied:                0
% 0.20/0.44  % inst_num_existing_simplified:         0
% 0.20/0.44  % inst_num_eq_res_simplified:           0
% 0.20/0.44  % inst_num_child_elim:                  0
% 0.20/0.44  % inst_num_of_dismatching_blockings:    0
% 0.20/0.44  % inst_num_of_non_proper_insts:         0
% 0.20/0.44  % inst_num_of_duplicates:               0
% 0.20/0.44  % inst_inst_num_from_inst_to_res:       0
% 0.20/0.44  % inst_dismatching_checking_time:       0.
% 0.20/0.44  
% 0.20/0.44  % ------ Resolution
% 0.20/0.44  
% 0.20/0.44  % res_num_of_clauses:                   75
% 0.20/0.44  % res_num_in_passive:                   36
% 0.20/0.44  % res_num_in_active:                    34
% 0.20/0.44  % res_num_of_loops:                     16
% 0.20/0.44  % res_forward_subset_subsumed:          17
% 0.20/0.44  % res_backward_subset_subsumed:         0
% 0.20/0.44  % res_forward_subsumed:                 0
% 0.20/0.44  % res_backward_subsumed:                0
% 0.20/0.44  % res_forward_subsumption_resolution:   1
% 0.20/0.44  % res_backward_subsumption_resolution:  0
% 0.20/0.44  % res_clause_to_clause_subsumption:     97
% 0.20/0.44  % res_orphan_elimination:               0
% 0.20/0.44  % res_tautology_del:                    0
% 0.20/0.44  % res_num_eq_res_simplified:            0
% 0.20/0.44  % res_num_sel_changes:                  0
% 0.20/0.44  % res_moves_from_active_to_pass:        0
% 0.20/0.44  
% 0.20/0.44  % Status Unsatisfiable
% 0.20/0.44  % SZS status Unsatisfiable
% 0.20/0.44  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------