TSTP Solution File: FLD061-3 by iProverMo---2.5-0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProverMo---2.5-0.1
% Problem  : FLD061-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : iprover_modulo %s %d

% Computer : n023.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 : Sat Jul 16 02:11:33 EDT 2022

% Result   : Unsatisfiable 205.64s 205.85s
% Output   : CNFRefutation 205.64s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   44
% Syntax   : Number of formulae    :  275 (  61 unt;   0 def)
%            Number of atoms       :  769 (   0 equ)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  975 ( 481   ~; 494   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :   10 (  10 usr;   6 con; 0-2 aty)
%            Number of variables   :  681 (   0 sgn 219   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
% Axioms transformation by autotheo
% Orienting (remaining) axiom formulas using strategy ClausalAll
% CNF of (remaining) axioms:
% Start CNF derivation
fof(c_0_0,axiom,
    ! [X1,X2,X3,X7,X8,X9,X10] :
      ( product(X10,X1,X9)
      | ~ sum(X3,X2,X10)
      | ~ product(X3,X1,X8)
      | ~ product(X2,X1,X7)
      | ~ sum(X8,X7,X9) ),
    file('<stdin>',distributivity_2) ).

fof(c_0_1,axiom,
    ! [X1,X2,X3,X7,X8,X9,X10] :
      ( sum(X8,X7,X9)
      | ~ sum(X3,X2,X10)
      | ~ product(X10,X1,X9)
      | ~ product(X3,X1,X8)
      | ~ product(X2,X1,X7) ),
    file('<stdin>',distributivity_1) ).

fof(c_0_2,axiom,
    ! [X1,X2,X3,X4,X5,X6] :
      ( product(X6,X1,X4)
      | ~ product(X3,X2,X6)
      | ~ product(X2,X1,X5)
      | ~ product(X3,X5,X4) ),
    file('<stdin>',associativity_multiplication_2) ).

fof(c_0_3,axiom,
    ! [X1,X2,X3,X4,X5,X6] :
      ( product(X3,X5,X4)
      | ~ product(X3,X2,X6)
      | ~ product(X2,X1,X5)
      | ~ product(X6,X1,X4) ),
    file('<stdin>',associativity_multiplication_1) ).

fof(c_0_4,axiom,
    ! [X1,X2,X3,X4,X5,X6] :
      ( sum(X6,X1,X4)
      | ~ sum(X3,X2,X6)
      | ~ sum(X2,X1,X5)
      | ~ sum(X3,X5,X4) ),
    file('<stdin>',associativity_addition_2) ).

fof(c_0_5,axiom,
    ! [X1,X2,X3,X4,X5,X6] :
      ( sum(X3,X5,X4)
      | ~ sum(X3,X2,X6)
      | ~ sum(X2,X1,X5)
      | ~ sum(X6,X1,X4) ),
    file('<stdin>',associativity_addition_1) ).

fof(c_0_6,axiom,
    ! [X1,X2,X3,X5,X6] :
      ( less_or_equal(X6,X5)
      | ~ less_or_equal(X3,X2)
      | ~ sum(X3,X1,X6)
      | ~ sum(X2,X1,X5) ),
    file('<stdin>',compatibility_of_order_relation_and_addition) ).

fof(c_0_7,axiom,
    ! [X1,X2,X3] :
      ( product(X2,X3,X1)
      | ~ product(X3,X2,X1) ),
    file('<stdin>',commutativity_multiplication) ).

fof(c_0_8,axiom,
    ! [X1,X2,X3] :
      ( sum(X2,X3,X1)
      | ~ sum(X3,X2,X1) ),
    file('<stdin>',commutativity_addition) ).

fof(c_0_9,axiom,
    ! [X1,X2,X3] :
      ( less_or_equal(additive_identity,X1)
      | ~ less_or_equal(additive_identity,X3)
      | ~ less_or_equal(additive_identity,X2)
      | ~ product(X3,X2,X1) ),
    file('<stdin>',compatibility_of_order_relation_and_multiplication) ).

fof(c_0_10,axiom,
    ! [X3] :
      ( product(multiplicative_inverse(X3),X3,multiplicative_identity)
      | sum(additive_identity,X3,additive_identity)
      | ~ defined(X3) ),
    file('<stdin>',existence_of_inverse_multiplication) ).

fof(c_0_11,axiom,
    ! [X2,X3] :
      ( sum(additive_identity,X3,X2)
      | ~ less_or_equal(X3,X2)
      | ~ less_or_equal(X2,X3) ),
    file('<stdin>',antisymmetry_of_order_relation) ).

fof(c_0_12,axiom,
    ! [X2,X3] :
      ( product(X3,X2,multiply(X3,X2))
      | ~ defined(X3)
      | ~ defined(X2) ),
    file('<stdin>',totality_of_multiplication) ).

fof(c_0_13,axiom,
    ! [X2,X3] :
      ( sum(X3,X2,add(X3,X2))
      | ~ defined(X3)
      | ~ defined(X2) ),
    file('<stdin>',totality_of_addition) ).

fof(c_0_14,axiom,
    ~ sum(additive_identity,additive_identity,multiplicative_identity),
    file('<stdin>',different_identities) ).

fof(c_0_15,axiom,
    ! [X3] :
      ( defined(multiplicative_inverse(X3))
      | ~ defined(X3)
      | sum(additive_identity,X3,additive_identity) ),
    file('<stdin>',well_definedness_of_multiplicative_inverse) ).

fof(c_0_16,axiom,
    ! [X3] :
      ( sum(additive_inverse(X3),X3,additive_identity)
      | ~ defined(X3) ),
    file('<stdin>',existence_of_inverse_addition) ).

fof(c_0_17,axiom,
    ! [X3] :
      ( product(multiplicative_identity,X3,X3)
      | ~ defined(X3) ),
    file('<stdin>',existence_of_identity_multiplication) ).

fof(c_0_18,axiom,
    ! [X3] :
      ( sum(additive_identity,X3,X3)
      | ~ defined(X3) ),
    file('<stdin>',existence_of_identity_addition) ).

fof(c_0_19,axiom,
    ! [X1,X2,X3] :
      ( less_or_equal(X3,X1)
      | ~ less_or_equal(X3,X2)
      | ~ less_or_equal(X2,X1) ),
    file('<stdin>',transitivity_of_order_relation) ).

fof(c_0_20,axiom,
    ! [X2,X3] :
      ( defined(multiply(X3,X2))
      | ~ defined(X3)
      | ~ defined(X2) ),
    file('<stdin>',well_definedness_of_multiplication) ).

fof(c_0_21,axiom,
    ! [X2,X3] :
      ( defined(add(X3,X2))
      | ~ defined(X3)
      | ~ defined(X2) ),
    file('<stdin>',well_definedness_of_addition) ).

fof(c_0_22,axiom,
    ! [X2,X3] :
      ( less_or_equal(X3,X2)
      | less_or_equal(X2,X3)
      | ~ defined(X3)
      | ~ defined(X2) ),
    file('<stdin>',totality_of_order_relation) ).

fof(c_0_23,axiom,
    ! [X3] :
      ( defined(additive_inverse(X3))
      | ~ defined(X3) ),
    file('<stdin>',well_definedness_of_additive_inverse) ).

fof(c_0_24,axiom,
    defined(multiplicative_identity),
    file('<stdin>',well_definedness_of_multiplicative_identity) ).

fof(c_0_25,axiom,
    defined(additive_identity),
    file('<stdin>',well_definedness_of_additive_identity) ).

fof(c_0_26,plain,
    ! [X1,X2,X3,X7,X8,X9,X10] :
      ( product(X10,X1,X9)
      | ~ sum(X3,X2,X10)
      | ~ product(X3,X1,X8)
      | ~ product(X2,X1,X7)
      | ~ sum(X8,X7,X9) ),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_27,plain,
    ! [X1,X2,X3,X7,X8,X9,X10] :
      ( sum(X8,X7,X9)
      | ~ sum(X3,X2,X10)
      | ~ product(X10,X1,X9)
      | ~ product(X3,X1,X8)
      | ~ product(X2,X1,X7) ),
    inference(fof_simplification,[status(thm)],[c_0_1]) ).

fof(c_0_28,plain,
    ! [X1,X2,X3,X4,X5,X6] :
      ( product(X6,X1,X4)
      | ~ product(X3,X2,X6)
      | ~ product(X2,X1,X5)
      | ~ product(X3,X5,X4) ),
    inference(fof_simplification,[status(thm)],[c_0_2]) ).

fof(c_0_29,plain,
    ! [X1,X2,X3,X4,X5,X6] :
      ( product(X3,X5,X4)
      | ~ product(X3,X2,X6)
      | ~ product(X2,X1,X5)
      | ~ product(X6,X1,X4) ),
    inference(fof_simplification,[status(thm)],[c_0_3]) ).

fof(c_0_30,plain,
    ! [X1,X2,X3,X4,X5,X6] :
      ( sum(X6,X1,X4)
      | ~ sum(X3,X2,X6)
      | ~ sum(X2,X1,X5)
      | ~ sum(X3,X5,X4) ),
    inference(fof_simplification,[status(thm)],[c_0_4]) ).

fof(c_0_31,plain,
    ! [X1,X2,X3,X4,X5,X6] :
      ( sum(X3,X5,X4)
      | ~ sum(X3,X2,X6)
      | ~ sum(X2,X1,X5)
      | ~ sum(X6,X1,X4) ),
    inference(fof_simplification,[status(thm)],[c_0_5]) ).

fof(c_0_32,plain,
    ! [X1,X2,X3,X5,X6] :
      ( less_or_equal(X6,X5)
      | ~ less_or_equal(X3,X2)
      | ~ sum(X3,X1,X6)
      | ~ sum(X2,X1,X5) ),
    inference(fof_simplification,[status(thm)],[c_0_6]) ).

fof(c_0_33,plain,
    ! [X1,X2,X3] :
      ( product(X2,X3,X1)
      | ~ product(X3,X2,X1) ),
    inference(fof_simplification,[status(thm)],[c_0_7]) ).

fof(c_0_34,plain,
    ! [X1,X2,X3] :
      ( sum(X2,X3,X1)
      | ~ sum(X3,X2,X1) ),
    inference(fof_simplification,[status(thm)],[c_0_8]) ).

fof(c_0_35,plain,
    ! [X1,X2,X3] :
      ( less_or_equal(additive_identity,X1)
      | ~ less_or_equal(additive_identity,X3)
      | ~ less_or_equal(additive_identity,X2)
      | ~ product(X3,X2,X1) ),
    inference(fof_simplification,[status(thm)],[c_0_9]) ).

fof(c_0_36,plain,
    ! [X3] :
      ( product(multiplicative_inverse(X3),X3,multiplicative_identity)
      | sum(additive_identity,X3,additive_identity)
      | ~ defined(X3) ),
    inference(fof_simplification,[status(thm)],[c_0_10]) ).

fof(c_0_37,plain,
    ! [X2,X3] :
      ( sum(additive_identity,X3,X2)
      | ~ less_or_equal(X3,X2)
      | ~ less_or_equal(X2,X3) ),
    inference(fof_simplification,[status(thm)],[c_0_11]) ).

fof(c_0_38,plain,
    ! [X2,X3] :
      ( product(X3,X2,multiply(X3,X2))
      | ~ defined(X3)
      | ~ defined(X2) ),
    inference(fof_simplification,[status(thm)],[c_0_12]) ).

fof(c_0_39,plain,
    ! [X2,X3] :
      ( sum(X3,X2,add(X3,X2))
      | ~ defined(X3)
      | ~ defined(X2) ),
    inference(fof_simplification,[status(thm)],[c_0_13]) ).

fof(c_0_40,plain,
    ~ sum(additive_identity,additive_identity,multiplicative_identity),
    inference(fof_simplification,[status(thm)],[c_0_14]) ).

fof(c_0_41,plain,
    ! [X3] :
      ( defined(multiplicative_inverse(X3))
      | ~ defined(X3)
      | sum(additive_identity,X3,additive_identity) ),
    inference(fof_simplification,[status(thm)],[c_0_15]) ).

fof(c_0_42,plain,
    ! [X3] :
      ( sum(additive_inverse(X3),X3,additive_identity)
      | ~ defined(X3) ),
    inference(fof_simplification,[status(thm)],[c_0_16]) ).

fof(c_0_43,plain,
    ! [X3] :
      ( product(multiplicative_identity,X3,X3)
      | ~ defined(X3) ),
    inference(fof_simplification,[status(thm)],[c_0_17]) ).

fof(c_0_44,plain,
    ! [X3] :
      ( sum(additive_identity,X3,X3)
      | ~ defined(X3) ),
    inference(fof_simplification,[status(thm)],[c_0_18]) ).

fof(c_0_45,plain,
    ! [X1,X2,X3] :
      ( less_or_equal(X3,X1)
      | ~ less_or_equal(X3,X2)
      | ~ less_or_equal(X2,X1) ),
    inference(fof_simplification,[status(thm)],[c_0_19]) ).

fof(c_0_46,plain,
    ! [X2,X3] :
      ( defined(multiply(X3,X2))
      | ~ defined(X3)
      | ~ defined(X2) ),
    inference(fof_simplification,[status(thm)],[c_0_20]) ).

fof(c_0_47,plain,
    ! [X2,X3] :
      ( defined(add(X3,X2))
      | ~ defined(X3)
      | ~ defined(X2) ),
    inference(fof_simplification,[status(thm)],[c_0_21]) ).

fof(c_0_48,plain,
    ! [X2,X3] :
      ( less_or_equal(X3,X2)
      | less_or_equal(X2,X3)
      | ~ defined(X3)
      | ~ defined(X2) ),
    inference(fof_simplification,[status(thm)],[c_0_22]) ).

fof(c_0_49,plain,
    ! [X3] :
      ( defined(additive_inverse(X3))
      | ~ defined(X3) ),
    inference(fof_simplification,[status(thm)],[c_0_23]) ).

fof(c_0_50,axiom,
    defined(multiplicative_identity),
    c_0_24 ).

fof(c_0_51,axiom,
    defined(additive_identity),
    c_0_25 ).

fof(c_0_52,plain,
    ! [X11,X12,X13,X14,X15,X16,X17] :
      ( product(X17,X11,X16)
      | ~ sum(X13,X12,X17)
      | ~ product(X13,X11,X15)
      | ~ product(X12,X11,X14)
      | ~ sum(X15,X14,X16) ),
    inference(variable_rename,[status(thm)],[c_0_26]) ).

fof(c_0_53,plain,
    ! [X11,X12,X13,X14,X15,X16,X17] :
      ( sum(X15,X14,X16)
      | ~ sum(X13,X12,X17)
      | ~ product(X17,X11,X16)
      | ~ product(X13,X11,X15)
      | ~ product(X12,X11,X14) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_27])])]) ).

fof(c_0_54,plain,
    ! [X7,X8,X9,X10,X11,X12] :
      ( product(X12,X7,X10)
      | ~ product(X9,X8,X12)
      | ~ product(X8,X7,X11)
      | ~ product(X9,X11,X10) ),
    inference(variable_rename,[status(thm)],[c_0_28]) ).

fof(c_0_55,plain,
    ! [X7,X8,X9,X10,X11,X12] :
      ( product(X9,X11,X10)
      | ~ product(X9,X8,X12)
      | ~ product(X8,X7,X11)
      | ~ product(X12,X7,X10) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_29])])]) ).

fof(c_0_56,plain,
    ! [X7,X8,X9,X10,X11,X12] :
      ( sum(X12,X7,X10)
      | ~ sum(X9,X8,X12)
      | ~ sum(X8,X7,X11)
      | ~ sum(X9,X11,X10) ),
    inference(variable_rename,[status(thm)],[c_0_30]) ).

fof(c_0_57,plain,
    ! [X7,X8,X9,X10,X11,X12] :
      ( sum(X9,X11,X10)
      | ~ sum(X9,X8,X12)
      | ~ sum(X8,X7,X11)
      | ~ sum(X12,X7,X10) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_31])])]) ).

fof(c_0_58,plain,
    ! [X7,X8,X9,X10,X11] :
      ( less_or_equal(X11,X10)
      | ~ less_or_equal(X9,X8)
      | ~ sum(X9,X7,X11)
      | ~ sum(X8,X7,X10) ),
    inference(variable_rename,[status(thm)],[c_0_32]) ).

fof(c_0_59,plain,
    ! [X4,X5,X6] :
      ( product(X5,X6,X4)
      | ~ product(X6,X5,X4) ),
    inference(variable_rename,[status(thm)],[c_0_33]) ).

fof(c_0_60,plain,
    ! [X4,X5,X6] :
      ( sum(X5,X6,X4)
      | ~ sum(X6,X5,X4) ),
    inference(variable_rename,[status(thm)],[c_0_34]) ).

fof(c_0_61,plain,
    ! [X4,X5,X6] :
      ( less_or_equal(additive_identity,X4)
      | ~ less_or_equal(additive_identity,X6)
      | ~ less_or_equal(additive_identity,X5)
      | ~ product(X6,X5,X4) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_35])])]) ).

fof(c_0_62,plain,
    ! [X4] :
      ( product(multiplicative_inverse(X4),X4,multiplicative_identity)
      | sum(additive_identity,X4,additive_identity)
      | ~ defined(X4) ),
    inference(variable_rename,[status(thm)],[c_0_36]) ).

fof(c_0_63,plain,
    ! [X4,X5] :
      ( sum(additive_identity,X5,X4)
      | ~ less_or_equal(X5,X4)
      | ~ less_or_equal(X4,X5) ),
    inference(variable_rename,[status(thm)],[c_0_37]) ).

fof(c_0_64,plain,
    ! [X4,X5] :
      ( product(X5,X4,multiply(X5,X4))
      | ~ defined(X5)
      | ~ defined(X4) ),
    inference(variable_rename,[status(thm)],[c_0_38]) ).

fof(c_0_65,plain,
    ! [X4,X5] :
      ( sum(X5,X4,add(X5,X4))
      | ~ defined(X5)
      | ~ defined(X4) ),
    inference(variable_rename,[status(thm)],[c_0_39]) ).

fof(c_0_66,plain,
    ~ sum(additive_identity,additive_identity,multiplicative_identity),
    c_0_40 ).

fof(c_0_67,plain,
    ! [X4] :
      ( defined(multiplicative_inverse(X4))
      | ~ defined(X4)
      | sum(additive_identity,X4,additive_identity) ),
    inference(variable_rename,[status(thm)],[c_0_41]) ).

fof(c_0_68,plain,
    ! [X4] :
      ( sum(additive_inverse(X4),X4,additive_identity)
      | ~ defined(X4) ),
    inference(variable_rename,[status(thm)],[c_0_42]) ).

fof(c_0_69,plain,
    ! [X4] :
      ( product(multiplicative_identity,X4,X4)
      | ~ defined(X4) ),
    inference(variable_rename,[status(thm)],[c_0_43]) ).

fof(c_0_70,plain,
    ! [X4] :
      ( sum(additive_identity,X4,X4)
      | ~ defined(X4) ),
    inference(variable_rename,[status(thm)],[c_0_44]) ).

fof(c_0_71,plain,
    ! [X4,X5,X6] :
      ( less_or_equal(X6,X4)
      | ~ less_or_equal(X6,X5)
      | ~ less_or_equal(X5,X4) ),
    inference(variable_rename,[status(thm)],[c_0_45]) ).

fof(c_0_72,plain,
    ! [X4,X5] :
      ( defined(multiply(X5,X4))
      | ~ defined(X5)
      | ~ defined(X4) ),
    inference(variable_rename,[status(thm)],[c_0_46]) ).

fof(c_0_73,plain,
    ! [X4,X5] :
      ( defined(add(X5,X4))
      | ~ defined(X5)
      | ~ defined(X4) ),
    inference(variable_rename,[status(thm)],[c_0_47]) ).

fof(c_0_74,plain,
    ! [X4,X5] :
      ( less_or_equal(X5,X4)
      | less_or_equal(X4,X5)
      | ~ defined(X5)
      | ~ defined(X4) ),
    inference(variable_rename,[status(thm)],[c_0_48]) ).

fof(c_0_75,plain,
    ! [X4] :
      ( defined(additive_inverse(X4))
      | ~ defined(X4) ),
    inference(variable_rename,[status(thm)],[c_0_49]) ).

fof(c_0_76,axiom,
    defined(multiplicative_identity),
    c_0_50 ).

fof(c_0_77,axiom,
    defined(additive_identity),
    c_0_51 ).

cnf(c_0_78,plain,
    ( product(X7,X5,X3)
    | ~ sum(X1,X2,X3)
    | ~ product(X4,X5,X2)
    | ~ product(X6,X5,X1)
    | ~ sum(X6,X4,X7) ),
    inference(split_conjunct,[status(thm)],[c_0_52]) ).

cnf(c_0_79,plain,
    ( sum(X5,X3,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ product(X6,X2,X7)
    | ~ sum(X4,X1,X6) ),
    inference(split_conjunct,[status(thm)],[c_0_53]) ).

cnf(c_0_80,plain,
    ( product(X6,X5,X3)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X5,X2)
    | ~ product(X1,X4,X6) ),
    inference(split_conjunct,[status(thm)],[c_0_54]) ).

cnf(c_0_81,plain,
    ( product(X6,X5,X3)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ product(X6,X4,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_55]) ).

cnf(c_0_82,plain,
    ( sum(X6,X5,X3)
    | ~ sum(X1,X2,X3)
    | ~ sum(X4,X5,X2)
    | ~ sum(X1,X4,X6) ),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

cnf(c_0_83,plain,
    ( sum(X6,X5,X3)
    | ~ sum(X1,X2,X3)
    | ~ sum(X4,X2,X5)
    | ~ sum(X6,X4,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_57]) ).

cnf(c_0_84,plain,
    ( less_or_equal(X5,X3)
    | ~ sum(X1,X2,X3)
    | ~ sum(X4,X2,X5)
    | ~ less_or_equal(X4,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_58]) ).

cnf(c_0_85,plain,
    ( product(X2,X1,X3)
    | ~ product(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_86,plain,
    ( sum(X2,X1,X3)
    | ~ sum(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_60]) ).

cnf(c_0_87,plain,
    ( less_or_equal(additive_identity,X3)
    | ~ product(X1,X2,X3)
    | ~ less_or_equal(additive_identity,X2)
    | ~ less_or_equal(additive_identity,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_61]) ).

cnf(c_0_88,plain,
    ( sum(additive_identity,X1,additive_identity)
    | product(multiplicative_inverse(X1),X1,multiplicative_identity)
    | ~ defined(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_62]) ).

cnf(c_0_89,plain,
    ( sum(additive_identity,X2,X1)
    | ~ less_or_equal(X1,X2)
    | ~ less_or_equal(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_63]) ).

cnf(c_0_90,plain,
    ( product(X2,X1,multiply(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_64]) ).

cnf(c_0_91,plain,
    ( sum(X2,X1,add(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_65]) ).

cnf(c_0_92,plain,
    ~ sum(additive_identity,additive_identity,multiplicative_identity),
    inference(split_conjunct,[status(thm)],[c_0_66]) ).

cnf(c_0_93,plain,
    ( sum(additive_identity,X1,additive_identity)
    | defined(multiplicative_inverse(X1))
    | ~ defined(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_67]) ).

cnf(c_0_94,plain,
    ( sum(additive_inverse(X1),X1,additive_identity)
    | ~ defined(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_68]) ).

cnf(c_0_95,plain,
    ( product(multiplicative_identity,X1,X1)
    | ~ defined(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_69]) ).

cnf(c_0_96,plain,
    ( sum(additive_identity,X1,X1)
    | ~ defined(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_70]) ).

cnf(c_0_97,plain,
    ( less_or_equal(X3,X2)
    | ~ less_or_equal(X1,X2)
    | ~ less_or_equal(X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_71]) ).

cnf(c_0_98,plain,
    ( defined(multiply(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_72]) ).

cnf(c_0_99,plain,
    ( defined(add(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_73]) ).

cnf(c_0_100,plain,
    ( less_or_equal(X1,X2)
    | less_or_equal(X2,X1)
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_74]) ).

cnf(c_0_101,plain,
    ( defined(additive_inverse(X1))
    | ~ defined(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_75]) ).

cnf(c_0_102,plain,
    defined(multiplicative_identity),
    inference(split_conjunct,[status(thm)],[c_0_76]) ).

cnf(c_0_103,plain,
    defined(additive_identity),
    inference(split_conjunct,[status(thm)],[c_0_77]) ).

cnf(c_0_104,plain,
    ( product(X7,X5,X3)
    | ~ sum(X1,X2,X3)
    | ~ product(X4,X5,X2)
    | ~ product(X6,X5,X1)
    | ~ sum(X6,X4,X7) ),
    c_0_78,
    [final] ).

cnf(c_0_105,plain,
    ( sum(X5,X3,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ product(X6,X2,X7)
    | ~ sum(X4,X1,X6) ),
    c_0_79,
    [final] ).

cnf(c_0_106,plain,
    ( product(X6,X5,X3)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X5,X2)
    | ~ product(X1,X4,X6) ),
    c_0_80,
    [final] ).

cnf(c_0_107,plain,
    ( product(X6,X5,X3)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ product(X6,X4,X1) ),
    c_0_81,
    [final] ).

cnf(c_0_108,plain,
    ( sum(X6,X5,X3)
    | ~ sum(X1,X2,X3)
    | ~ sum(X4,X5,X2)
    | ~ sum(X1,X4,X6) ),
    c_0_82,
    [final] ).

cnf(c_0_109,plain,
    ( sum(X6,X5,X3)
    | ~ sum(X1,X2,X3)
    | ~ sum(X4,X2,X5)
    | ~ sum(X6,X4,X1) ),
    c_0_83,
    [final] ).

cnf(c_0_110,plain,
    ( less_or_equal(X5,X3)
    | ~ sum(X1,X2,X3)
    | ~ sum(X4,X2,X5)
    | ~ less_or_equal(X4,X1) ),
    c_0_84,
    [final] ).

cnf(c_0_111,plain,
    ( product(X2,X1,X3)
    | ~ product(X1,X2,X3) ),
    c_0_85,
    [final] ).

cnf(c_0_112,plain,
    ( sum(X2,X1,X3)
    | ~ sum(X1,X2,X3) ),
    c_0_86,
    [final] ).

cnf(c_0_113,plain,
    ( less_or_equal(additive_identity,X3)
    | ~ product(X1,X2,X3)
    | ~ less_or_equal(additive_identity,X2)
    | ~ less_or_equal(additive_identity,X1) ),
    c_0_87,
    [final] ).

cnf(c_0_114,plain,
    ( sum(additive_identity,X1,additive_identity)
    | product(multiplicative_inverse(X1),X1,multiplicative_identity)
    | ~ defined(X1) ),
    c_0_88,
    [final] ).

cnf(c_0_115,plain,
    ( sum(additive_identity,X2,X1)
    | ~ less_or_equal(X1,X2)
    | ~ less_or_equal(X2,X1) ),
    c_0_89,
    [final] ).

cnf(c_0_116,plain,
    ( product(X2,X1,multiply(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    c_0_90,
    [final] ).

cnf(c_0_117,plain,
    ( sum(X2,X1,add(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    c_0_91,
    [final] ).

cnf(c_0_118,plain,
    ~ sum(additive_identity,additive_identity,multiplicative_identity),
    c_0_92,
    [final] ).

cnf(c_0_119,plain,
    ( sum(additive_identity,X1,additive_identity)
    | defined(multiplicative_inverse(X1))
    | ~ defined(X1) ),
    c_0_93,
    [final] ).

cnf(c_0_120,plain,
    ( sum(additive_inverse(X1),X1,additive_identity)
    | ~ defined(X1) ),
    c_0_94,
    [final] ).

cnf(c_0_121,plain,
    ( product(multiplicative_identity,X1,X1)
    | ~ defined(X1) ),
    c_0_95,
    [final] ).

cnf(c_0_122,plain,
    ( sum(additive_identity,X1,X1)
    | ~ defined(X1) ),
    c_0_96,
    [final] ).

cnf(c_0_123,plain,
    ( less_or_equal(X3,X2)
    | ~ less_or_equal(X1,X2)
    | ~ less_or_equal(X3,X1) ),
    c_0_97,
    [final] ).

cnf(c_0_124,plain,
    ( defined(multiply(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    c_0_98,
    [final] ).

cnf(c_0_125,plain,
    ( defined(add(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    c_0_99,
    [final] ).

cnf(c_0_126,plain,
    ( less_or_equal(X1,X2)
    | less_or_equal(X2,X1)
    | ~ defined(X1)
    | ~ defined(X2) ),
    c_0_100,
    [final] ).

cnf(c_0_127,plain,
    ( defined(additive_inverse(X1))
    | ~ defined(X1) ),
    c_0_101,
    [final] ).

cnf(c_0_128,plain,
    defined(multiplicative_identity),
    c_0_102,
    [final] ).

cnf(c_0_129,plain,
    defined(additive_identity),
    c_0_103,
    [final] ).

% End CNF derivation
% Generating one_way clauses for all literals in the CNF.
cnf(c_0_104_0,axiom,
    ( product(X7,X5,X3)
    | ~ sum(X1,X2,X3)
    | ~ product(X4,X5,X2)
    | ~ product(X6,X5,X1)
    | ~ sum(X6,X4,X7) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_1,axiom,
    ( ~ sum(X1,X2,X3)
    | product(X7,X5,X3)
    | ~ product(X4,X5,X2)
    | ~ product(X6,X5,X1)
    | ~ sum(X6,X4,X7) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_2,axiom,
    ( ~ product(X4,X5,X2)
    | ~ sum(X1,X2,X3)
    | product(X7,X5,X3)
    | ~ product(X6,X5,X1)
    | ~ sum(X6,X4,X7) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_3,axiom,
    ( ~ product(X6,X5,X1)
    | ~ product(X4,X5,X2)
    | ~ sum(X1,X2,X3)
    | product(X7,X5,X3)
    | ~ sum(X6,X4,X7) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_4,axiom,
    ( ~ sum(X6,X4,X7)
    | ~ product(X6,X5,X1)
    | ~ product(X4,X5,X2)
    | ~ sum(X1,X2,X3)
    | product(X7,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_105_0,axiom,
    ( sum(X5,X3,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ product(X6,X2,X7)
    | ~ sum(X4,X1,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_1,axiom,
    ( ~ product(X1,X2,X3)
    | sum(X5,X3,X7)
    | ~ product(X4,X2,X5)
    | ~ product(X6,X2,X7)
    | ~ sum(X4,X1,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_2,axiom,
    ( ~ product(X4,X2,X5)
    | ~ product(X1,X2,X3)
    | sum(X5,X3,X7)
    | ~ product(X6,X2,X7)
    | ~ sum(X4,X1,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_3,axiom,
    ( ~ product(X6,X2,X7)
    | ~ product(X4,X2,X5)
    | ~ product(X1,X2,X3)
    | sum(X5,X3,X7)
    | ~ sum(X4,X1,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_4,axiom,
    ( ~ sum(X4,X1,X6)
    | ~ product(X6,X2,X7)
    | ~ product(X4,X2,X5)
    | ~ product(X1,X2,X3)
    | sum(X5,X3,X7) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_106_0,axiom,
    ( product(X6,X5,X3)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X5,X2)
    | ~ product(X1,X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_1,axiom,
    ( ~ product(X1,X2,X3)
    | product(X6,X5,X3)
    | ~ product(X4,X5,X2)
    | ~ product(X1,X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_2,axiom,
    ( ~ product(X4,X5,X2)
    | ~ product(X1,X2,X3)
    | product(X6,X5,X3)
    | ~ product(X1,X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_3,axiom,
    ( ~ product(X1,X4,X6)
    | ~ product(X4,X5,X2)
    | ~ product(X1,X2,X3)
    | product(X6,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_107_0,axiom,
    ( product(X6,X5,X3)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ product(X6,X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_107_1,axiom,
    ( ~ product(X1,X2,X3)
    | product(X6,X5,X3)
    | ~ product(X4,X2,X5)
    | ~ product(X6,X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_107_2,axiom,
    ( ~ product(X4,X2,X5)
    | ~ product(X1,X2,X3)
    | product(X6,X5,X3)
    | ~ product(X6,X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_107_3,axiom,
    ( ~ product(X6,X4,X1)
    | ~ product(X4,X2,X5)
    | ~ product(X1,X2,X3)
    | product(X6,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_108_0,axiom,
    ( sum(X6,X5,X3)
    | ~ sum(X1,X2,X3)
    | ~ sum(X4,X5,X2)
    | ~ sum(X1,X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_108_1,axiom,
    ( ~ sum(X1,X2,X3)
    | sum(X6,X5,X3)
    | ~ sum(X4,X5,X2)
    | ~ sum(X1,X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_108_2,axiom,
    ( ~ sum(X4,X5,X2)
    | ~ sum(X1,X2,X3)
    | sum(X6,X5,X3)
    | ~ sum(X1,X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_108_3,axiom,
    ( ~ sum(X1,X4,X6)
    | ~ sum(X4,X5,X2)
    | ~ sum(X1,X2,X3)
    | sum(X6,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_109_0,axiom,
    ( sum(X6,X5,X3)
    | ~ sum(X1,X2,X3)
    | ~ sum(X4,X2,X5)
    | ~ sum(X6,X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_1,axiom,
    ( ~ sum(X1,X2,X3)
    | sum(X6,X5,X3)
    | ~ sum(X4,X2,X5)
    | ~ sum(X6,X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_2,axiom,
    ( ~ sum(X4,X2,X5)
    | ~ sum(X1,X2,X3)
    | sum(X6,X5,X3)
    | ~ sum(X6,X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_3,axiom,
    ( ~ sum(X6,X4,X1)
    | ~ sum(X4,X2,X5)
    | ~ sum(X1,X2,X3)
    | sum(X6,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_110_0,axiom,
    ( less_or_equal(X5,X3)
    | ~ sum(X1,X2,X3)
    | ~ sum(X4,X2,X5)
    | ~ less_or_equal(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_110_1,axiom,
    ( ~ sum(X1,X2,X3)
    | less_or_equal(X5,X3)
    | ~ sum(X4,X2,X5)
    | ~ less_or_equal(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_110_2,axiom,
    ( ~ sum(X4,X2,X5)
    | ~ sum(X1,X2,X3)
    | less_or_equal(X5,X3)
    | ~ less_or_equal(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_110_3,axiom,
    ( ~ less_or_equal(X4,X1)
    | ~ sum(X4,X2,X5)
    | ~ sum(X1,X2,X3)
    | less_or_equal(X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_111_0,axiom,
    ( product(X2,X1,X3)
    | ~ product(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_111]) ).

cnf(c_0_111_1,axiom,
    ( ~ product(X1,X2,X3)
    | product(X2,X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_111]) ).

cnf(c_0_112_0,axiom,
    ( sum(X2,X1,X3)
    | ~ sum(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_112]) ).

cnf(c_0_112_1,axiom,
    ( ~ sum(X1,X2,X3)
    | sum(X2,X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_112]) ).

cnf(c_0_113_0,axiom,
    ( less_or_equal(additive_identity,X3)
    | ~ product(X1,X2,X3)
    | ~ less_or_equal(additive_identity,X2)
    | ~ less_or_equal(additive_identity,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_113]) ).

cnf(c_0_113_1,axiom,
    ( ~ product(X1,X2,X3)
    | less_or_equal(additive_identity,X3)
    | ~ less_or_equal(additive_identity,X2)
    | ~ less_or_equal(additive_identity,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_113]) ).

cnf(c_0_113_2,axiom,
    ( ~ less_or_equal(additive_identity,X2)
    | ~ product(X1,X2,X3)
    | less_or_equal(additive_identity,X3)
    | ~ less_or_equal(additive_identity,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_113]) ).

cnf(c_0_113_3,axiom,
    ( ~ less_or_equal(additive_identity,X1)
    | ~ less_or_equal(additive_identity,X2)
    | ~ product(X1,X2,X3)
    | less_or_equal(additive_identity,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_113]) ).

cnf(c_0_114_0,axiom,
    ( sum(additive_identity,X1,additive_identity)
    | product(multiplicative_inverse(X1),X1,multiplicative_identity)
    | ~ defined(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_114]) ).

cnf(c_0_114_1,axiom,
    ( product(multiplicative_inverse(X1),X1,multiplicative_identity)
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_114]) ).

cnf(c_0_114_2,axiom,
    ( ~ defined(X1)
    | product(multiplicative_inverse(X1),X1,multiplicative_identity)
    | sum(additive_identity,X1,additive_identity) ),
    inference(literals_permutation,[status(thm)],[c_0_114]) ).

cnf(c_0_115_0,axiom,
    ( sum(additive_identity,X2,X1)
    | ~ less_or_equal(X1,X2)
    | ~ less_or_equal(X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_115]) ).

cnf(c_0_115_1,axiom,
    ( ~ less_or_equal(X1,X2)
    | sum(additive_identity,X2,X1)
    | ~ less_or_equal(X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_115]) ).

cnf(c_0_115_2,axiom,
    ( ~ less_or_equal(X2,X1)
    | ~ less_or_equal(X1,X2)
    | sum(additive_identity,X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_115]) ).

cnf(c_0_116_0,axiom,
    ( product(X2,X1,multiply(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_116_1,axiom,
    ( ~ defined(X1)
    | product(X2,X1,multiply(X2,X1))
    | ~ defined(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_116_2,axiom,
    ( ~ defined(X2)
    | ~ defined(X1)
    | product(X2,X1,multiply(X2,X1)) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_117_0,axiom,
    ( sum(X2,X1,add(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_117_1,axiom,
    ( ~ defined(X1)
    | sum(X2,X1,add(X2,X1))
    | ~ defined(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_117_2,axiom,
    ( ~ defined(X2)
    | ~ defined(X1)
    | sum(X2,X1,add(X2,X1)) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_119_0,axiom,
    ( sum(additive_identity,X1,additive_identity)
    | defined(multiplicative_inverse(X1))
    | ~ defined(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_119]) ).

cnf(c_0_119_1,axiom,
    ( defined(multiplicative_inverse(X1))
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_119]) ).

cnf(c_0_119_2,axiom,
    ( ~ defined(X1)
    | defined(multiplicative_inverse(X1))
    | sum(additive_identity,X1,additive_identity) ),
    inference(literals_permutation,[status(thm)],[c_0_119]) ).

cnf(c_0_120_0,axiom,
    ( sum(additive_inverse(X1),X1,additive_identity)
    | ~ defined(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_120]) ).

cnf(c_0_120_1,axiom,
    ( ~ defined(X1)
    | sum(additive_inverse(X1),X1,additive_identity) ),
    inference(literals_permutation,[status(thm)],[c_0_120]) ).

cnf(c_0_121_0,axiom,
    ( product(multiplicative_identity,X1,X1)
    | ~ defined(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_121]) ).

cnf(c_0_121_1,axiom,
    ( ~ defined(X1)
    | product(multiplicative_identity,X1,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_121]) ).

cnf(c_0_122_0,axiom,
    ( sum(additive_identity,X1,X1)
    | ~ defined(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_122]) ).

cnf(c_0_122_1,axiom,
    ( ~ defined(X1)
    | sum(additive_identity,X1,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_122]) ).

cnf(c_0_123_0,axiom,
    ( less_or_equal(X3,X2)
    | ~ less_or_equal(X1,X2)
    | ~ less_or_equal(X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_123]) ).

cnf(c_0_123_1,axiom,
    ( ~ less_or_equal(X1,X2)
    | less_or_equal(X3,X2)
    | ~ less_or_equal(X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_123]) ).

cnf(c_0_123_2,axiom,
    ( ~ less_or_equal(X3,X1)
    | ~ less_or_equal(X1,X2)
    | less_or_equal(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_123]) ).

cnf(c_0_124_0,axiom,
    ( defined(multiply(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_124]) ).

cnf(c_0_124_1,axiom,
    ( ~ defined(X1)
    | defined(multiply(X2,X1))
    | ~ defined(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_124]) ).

cnf(c_0_124_2,axiom,
    ( ~ defined(X2)
    | ~ defined(X1)
    | defined(multiply(X2,X1)) ),
    inference(literals_permutation,[status(thm)],[c_0_124]) ).

cnf(c_0_125_0,axiom,
    ( defined(add(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_125]) ).

cnf(c_0_125_1,axiom,
    ( ~ defined(X1)
    | defined(add(X2,X1))
    | ~ defined(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_125]) ).

cnf(c_0_125_2,axiom,
    ( ~ defined(X2)
    | ~ defined(X1)
    | defined(add(X2,X1)) ),
    inference(literals_permutation,[status(thm)],[c_0_125]) ).

cnf(c_0_126_0,axiom,
    ( less_or_equal(X1,X2)
    | less_or_equal(X2,X1)
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_126]) ).

cnf(c_0_126_1,axiom,
    ( less_or_equal(X2,X1)
    | less_or_equal(X1,X2)
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_126]) ).

cnf(c_0_126_2,axiom,
    ( ~ defined(X1)
    | less_or_equal(X2,X1)
    | less_or_equal(X1,X2)
    | ~ defined(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_126]) ).

cnf(c_0_126_3,axiom,
    ( ~ defined(X2)
    | ~ defined(X1)
    | less_or_equal(X2,X1)
    | less_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_126]) ).

cnf(c_0_127_0,axiom,
    ( defined(additive_inverse(X1))
    | ~ defined(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_127]) ).

cnf(c_0_127_1,axiom,
    ( ~ defined(X1)
    | defined(additive_inverse(X1)) ),
    inference(literals_permutation,[status(thm)],[c_0_127]) ).

cnf(c_0_118_0,axiom,
    ~ sum(additive_identity,additive_identity,multiplicative_identity),
    inference(literals_permutation,[status(thm)],[c_0_118]) ).

cnf(c_0_128_0,axiom,
    defined(multiplicative_identity),
    inference(literals_permutation,[status(thm)],[c_0_128]) ).

cnf(c_0_129_0,axiom,
    defined(additive_identity),
    inference(literals_permutation,[status(thm)],[c_0_129]) ).

% CNF of non-axioms
% Start CNF derivation
fof(c_0_0_001,negated_conjecture,
    ~ less_or_equal(add(a,c),add(d,b)),
    file('<stdin>',not_less_or_equal_7) ).

fof(c_0_1_002,negated_conjecture,
    less_or_equal(c,d),
    file('<stdin>',less_or_equal_6) ).

fof(c_0_2_003,negated_conjecture,
    less_or_equal(a,b),
    file('<stdin>',less_or_equal_5) ).

fof(c_0_3_004,hypothesis,
    defined(d),
    file('<stdin>',d_is_defined) ).

fof(c_0_4_005,hypothesis,
    defined(c),
    file('<stdin>',c_is_defined) ).

fof(c_0_5_006,hypothesis,
    defined(b),
    file('<stdin>',b_is_defined) ).

fof(c_0_6_007,hypothesis,
    defined(a),
    file('<stdin>',a_is_defined) ).

fof(c_0_7_008,negated_conjecture,
    ~ less_or_equal(add(a,c),add(d,b)),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_8_009,negated_conjecture,
    less_or_equal(c,d),
    c_0_1 ).

fof(c_0_9_010,negated_conjecture,
    less_or_equal(a,b),
    c_0_2 ).

fof(c_0_10_011,hypothesis,
    defined(d),
    c_0_3 ).

fof(c_0_11_012,hypothesis,
    defined(c),
    c_0_4 ).

fof(c_0_12_013,hypothesis,
    defined(b),
    c_0_5 ).

fof(c_0_13_014,hypothesis,
    defined(a),
    c_0_6 ).

fof(c_0_14_015,negated_conjecture,
    ~ less_or_equal(add(a,c),add(d,b)),
    c_0_7 ).

fof(c_0_15_016,negated_conjecture,
    less_or_equal(c,d),
    c_0_8 ).

fof(c_0_16_017,negated_conjecture,
    less_or_equal(a,b),
    c_0_9 ).

fof(c_0_17_018,hypothesis,
    defined(d),
    c_0_10 ).

fof(c_0_18_019,hypothesis,
    defined(c),
    c_0_11 ).

fof(c_0_19_020,hypothesis,
    defined(b),
    c_0_12 ).

fof(c_0_20_021,hypothesis,
    defined(a),
    c_0_13 ).

cnf(c_0_21_022,negated_conjecture,
    ~ less_or_equal(add(a,c),add(d,b)),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_22_023,negated_conjecture,
    less_or_equal(c,d),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_23_024,negated_conjecture,
    less_or_equal(a,b),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_24_025,hypothesis,
    defined(d),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

cnf(c_0_25_026,hypothesis,
    defined(c),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_26_027,hypothesis,
    defined(b),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_27_028,hypothesis,
    defined(a),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_28_029,negated_conjecture,
    ~ less_or_equal(add(a,c),add(d,b)),
    c_0_21,
    [final] ).

cnf(c_0_29_030,negated_conjecture,
    less_or_equal(c,d),
    c_0_22,
    [final] ).

cnf(c_0_30_031,negated_conjecture,
    less_or_equal(a,b),
    c_0_23,
    [final] ).

cnf(c_0_31_032,hypothesis,
    defined(d),
    c_0_24,
    [final] ).

cnf(c_0_32_033,hypothesis,
    defined(c),
    c_0_25,
    [final] ).

cnf(c_0_33_034,hypothesis,
    defined(b),
    c_0_26,
    [final] ).

cnf(c_0_34_035,hypothesis,
    defined(a),
    c_0_27,
    [final] ).

% End CNF derivation

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

cnf(c_15,plain,
    ( less_or_equal(X0,X1)
    | ~ less_or_equal(X2,X1)
    | ~ less_or_equal(X0,X2) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_13cc41.p',c_0_123_2) ).

cnf(c_148,plain,
    ( less_or_equal(X0,X1)
    | ~ less_or_equal(X2,X1)
    | ~ less_or_equal(X0,X2) ),
    inference(copy,[status(esa)],[c_15]) ).

cnf(c_79571,plain,
    ( less_or_equal(add(a,c),add(d,b))
    | ~ less_or_equal(add(a,c),X0)
    | ~ less_or_equal(X0,add(d,b)) ),
    inference(instantiation,[status(thm)],[c_148]) ).

cnf(c_1945466,plain,
    ( ~ less_or_equal(add(a,c),add(c,b))
    | less_or_equal(add(a,c),add(d,b))
    | ~ less_or_equal(add(c,b),add(d,b)) ),
    inference(instantiation,[status(thm)],[c_79571]) ).

cnf(c_47,plain,
    ( less_or_equal(X0,X1)
    | ~ sum(X2,X3,X1)
    | ~ sum(X4,X3,X0)
    | ~ less_or_equal(X4,X2) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_13cc41.p',c_0_110_3) ).

cnf(c_180,plain,
    ( less_or_equal(X0,X1)
    | ~ sum(X2,X3,X1)
    | ~ sum(X4,X3,X0)
    | ~ less_or_equal(X4,X2) ),
    inference(copy,[status(esa)],[c_47]) ).

cnf(c_79634,plain,
    ( ~ sum(X0,X1,add(a,c))
    | ~ sum(X2,X1,X3)
    | less_or_equal(add(a,c),X3)
    | ~ less_or_equal(X0,X2) ),
    inference(instantiation,[status(thm)],[c_180]) ).

cnf(c_80041,plain,
    ( ~ sum(a,c,add(a,c))
    | ~ sum(X0,c,X1)
    | less_or_equal(add(a,c),X1)
    | ~ less_or_equal(a,X0) ),
    inference(instantiation,[status(thm)],[c_79634]) ).

cnf(c_249597,plain,
    ( ~ sum(a,c,add(a,c))
    | ~ sum(b,c,X0)
    | less_or_equal(add(a,c),X0)
    | ~ less_or_equal(a,b) ),
    inference(instantiation,[status(thm)],[c_80041]) ).

cnf(c_1623670,plain,
    ( ~ sum(a,c,add(a,c))
    | ~ sum(b,c,add(c,b))
    | less_or_equal(add(a,c),add(c,b))
    | ~ less_or_equal(a,b) ),
    inference(instantiation,[status(thm)],[c_249597]) ).

cnf(c_79736,plain,
    ( ~ sum(X0,X1,add(d,b))
    | ~ sum(X2,X1,X3)
    | less_or_equal(X3,add(d,b))
    | ~ less_or_equal(X2,X0) ),
    inference(instantiation,[status(thm)],[c_180]) ).

cnf(c_81087,plain,
    ( ~ sum(d,b,add(d,b))
    | ~ sum(X0,b,X1)
    | less_or_equal(X1,add(d,b))
    | ~ less_or_equal(X0,d) ),
    inference(instantiation,[status(thm)],[c_79736]) ).

cnf(c_434263,plain,
    ( ~ sum(c,b,X0)
    | ~ sum(d,b,add(d,b))
    | ~ less_or_equal(c,d)
    | less_or_equal(X0,add(d,b)) ),
    inference(instantiation,[status(thm)],[c_81087]) ).

cnf(c_1334957,plain,
    ( ~ sum(c,b,add(c,b))
    | ~ sum(d,b,add(d,b))
    | less_or_equal(add(c,b),add(d,b))
    | ~ less_or_equal(c,d) ),
    inference(instantiation,[status(thm)],[c_434263]) ).

cnf(c_43,plain,
    ( sum(X0,X1,X2)
    | ~ sum(X1,X0,X2) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_13cc41.p',c_0_112_1) ).

cnf(c_176,plain,
    ( sum(X0,X1,X2)
    | ~ sum(X1,X0,X2) ),
    inference(copy,[status(esa)],[c_43]) ).

cnf(c_80551,plain,
    ( sum(b,X0,X1)
    | ~ sum(X0,b,X1) ),
    inference(instantiation,[status(thm)],[c_176]) ).

cnf(c_81749,plain,
    ( sum(b,X0,add(X0,b))
    | ~ sum(X0,b,add(X0,b)) ),
    inference(instantiation,[status(thm)],[c_80551]) ).

cnf(c_1071769,plain,
    ( ~ sum(c,b,add(c,b))
    | sum(b,c,add(c,b)) ),
    inference(instantiation,[status(thm)],[c_81749]) ).

cnf(c_29,plain,
    ( ~ defined(X0)
    | ~ defined(X1)
    | sum(X0,X1,add(X0,X1)) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_13cc41.p',c_0_117_0) ).

cnf(c_162,plain,
    ( ~ defined(X0)
    | ~ defined(X1)
    | sum(X0,X1,add(X0,X1)) ),
    inference(copy,[status(esa)],[c_29]) ).

cnf(c_81750,plain,
    ( ~ defined(b)
    | ~ defined(X0)
    | sum(X0,b,add(X0,b)) ),
    inference(instantiation,[status(thm)],[c_162]) ).

cnf(c_1070773,plain,
    ( ~ defined(c)
    | ~ defined(b)
    | sum(c,b,add(c,b)) ),
    inference(instantiation,[status(thm)],[c_81750]) ).

cnf(c_80696,plain,
    ( ~ defined(d)
    | ~ defined(b)
    | sum(d,b,add(d,b)) ),
    inference(instantiation,[status(thm)],[c_162]) ).

cnf(c_79652,plain,
    ( ~ defined(a)
    | ~ defined(c)
    | sum(a,c,add(a,c)) ),
    inference(instantiation,[status(thm)],[c_162]) ).

cnf(c_80,plain,
    defined(d),
    file('/export/starexec/sandbox/tmp/iprover_modulo_13cc41.p',c_0_31) ).

cnf(c_81,plain,
    defined(c),
    file('/export/starexec/sandbox/tmp/iprover_modulo_13cc41.p',c_0_32) ).

cnf(c_82,plain,
    defined(b),
    file('/export/starexec/sandbox/tmp/iprover_modulo_13cc41.p',c_0_33) ).

cnf(c_83,plain,
    defined(a),
    file('/export/starexec/sandbox/tmp/iprover_modulo_13cc41.p',c_0_34) ).

cnf(c_77,negated_conjecture,
    ~ less_or_equal(add(a,c),add(d,b)),
    file('/export/starexec/sandbox/tmp/iprover_modulo_13cc41.p',c_0_28) ).

cnf(c_78,negated_conjecture,
    less_or_equal(c,d),
    file('/export/starexec/sandbox/tmp/iprover_modulo_13cc41.p',c_0_29) ).

cnf(c_79,negated_conjecture,
    less_or_equal(a,b),
    file('/export/starexec/sandbox/tmp/iprover_modulo_13cc41.p',c_0_30) ).

cnf(contradiction,plain,
    $false,
    inference(minisat,[status(thm)],[c_1945466,c_1623670,c_1334957,c_1071769,c_1070773,c_80696,c_79652,c_80,c_81,c_82,c_83,c_77,c_78,c_79]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : FLD061-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.11/0.12  % Command  : iprover_modulo %s %d
% 0.12/0.33  % Computer : n023.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Mon Jun  6 23:46:54 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  % Running in mono-core mode
% 0.12/0.39  % Orienting using strategy Equiv(ClausalAll)
% 0.12/0.39  % Orientation found
% 0.12/0.39  % 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/sandbox/tmp/iprover_proof_2fa9a9.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox/tmp/iprover_modulo_13cc41.p | tee /export/starexec/sandbox/tmp/iprover_modulo_out_73dfe0 | grep -v "SZS"
% 0.19/0.42  
% 0.19/0.42  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.19/0.42  
% 0.19/0.42  % 
% 0.19/0.42  % ------  iProver source info 
% 0.19/0.42  
% 0.19/0.42  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.19/0.42  % git: non_committed_changes: true
% 0.19/0.42  % git: last_make_outside_of_git: true
% 0.19/0.42  
% 0.19/0.42  % 
% 0.19/0.42  % ------ Input Options
% 0.19/0.42  
% 0.19/0.42  % --out_options                         all
% 0.19/0.42  % --tptp_safe_out                       true
% 0.19/0.42  % --problem_path                        ""
% 0.19/0.42  % --include_path                        ""
% 0.19/0.42  % --clausifier                          .//eprover
% 0.19/0.42  % --clausifier_options                  --tstp-format  
% 0.19/0.42  % --stdin                               false
% 0.19/0.42  % --dbg_backtrace                       false
% 0.19/0.42  % --dbg_dump_prop_clauses               false
% 0.19/0.42  % --dbg_dump_prop_clauses_file          -
% 0.19/0.42  % --dbg_out_stat                        false
% 0.19/0.42  
% 0.19/0.42  % ------ General Options
% 0.19/0.42  
% 0.19/0.42  % --fof                                 false
% 0.19/0.42  % --time_out_real                       150.
% 0.19/0.42  % --time_out_prep_mult                  0.2
% 0.19/0.42  % --time_out_virtual                    -1.
% 0.19/0.42  % --schedule                            none
% 0.19/0.42  % --ground_splitting                    input
% 0.19/0.42  % --splitting_nvd                       16
% 0.19/0.42  % --non_eq_to_eq                        false
% 0.19/0.42  % --prep_gs_sim                         true
% 0.19/0.42  % --prep_unflatten                      false
% 0.19/0.42  % --prep_res_sim                        true
% 0.19/0.42  % --prep_upred                          true
% 0.19/0.42  % --res_sim_input                       true
% 0.19/0.42  % --clause_weak_htbl                    true
% 0.19/0.42  % --gc_record_bc_elim                   false
% 0.19/0.42  % --symbol_type_check                   false
% 0.19/0.42  % --clausify_out                        false
% 0.19/0.42  % --large_theory_mode                   false
% 0.19/0.42  % --prep_sem_filter                     none
% 0.19/0.42  % --prep_sem_filter_out                 false
% 0.19/0.42  % --preprocessed_out                    false
% 0.19/0.42  % --sub_typing                          false
% 0.19/0.42  % --brand_transform                     false
% 0.19/0.42  % --pure_diseq_elim                     true
% 0.19/0.42  % --min_unsat_core                      false
% 0.19/0.42  % --pred_elim                           true
% 0.19/0.42  % --add_important_lit                   false
% 0.19/0.42  % --soft_assumptions                    false
% 0.19/0.42  % --reset_solvers                       false
% 0.19/0.42  % --bc_imp_inh                          []
% 0.19/0.42  % --conj_cone_tolerance                 1.5
% 0.19/0.42  % --prolific_symb_bound                 500
% 0.19/0.42  % --lt_threshold                        2000
% 0.19/0.42  
% 0.19/0.42  % ------ SAT Options
% 0.19/0.42  
% 0.19/0.42  % --sat_mode                            false
% 0.19/0.42  % --sat_fm_restart_options              ""
% 0.19/0.42  % --sat_gr_def                          false
% 0.19/0.42  % --sat_epr_types                       true
% 0.19/0.42  % --sat_non_cyclic_types                false
% 0.19/0.42  % --sat_finite_models                   false
% 0.19/0.42  % --sat_fm_lemmas                       false
% 0.19/0.42  % --sat_fm_prep                         false
% 0.19/0.42  % --sat_fm_uc_incr                      true
% 0.19/0.42  % --sat_out_model                       small
% 0.19/0.42  % --sat_out_clauses                     false
% 0.19/0.42  
% 0.19/0.42  % ------ QBF Options
% 0.19/0.42  
% 0.19/0.42  % --qbf_mode                            false
% 0.19/0.42  % --qbf_elim_univ                       true
% 0.19/0.42  % --qbf_sk_in                           true
% 0.19/0.42  % --qbf_pred_elim                       true
% 0.19/0.42  % --qbf_split                           32
% 0.19/0.42  
% 0.19/0.42  % ------ BMC1 Options
% 0.19/0.42  
% 0.19/0.42  % --bmc1_incremental                    false
% 0.19/0.42  % --bmc1_axioms                         reachable_all
% 0.19/0.42  % --bmc1_min_bound                      0
% 0.19/0.42  % --bmc1_max_bound                      -1
% 0.19/0.42  % --bmc1_max_bound_default              -1
% 0.19/0.42  % --bmc1_symbol_reachability            true
% 0.19/0.42  % --bmc1_property_lemmas                false
% 0.19/0.42  % --bmc1_k_induction                    false
% 0.19/0.42  % --bmc1_non_equiv_states               false
% 0.19/0.42  % --bmc1_deadlock                       false
% 0.19/0.42  % --bmc1_ucm                            false
% 0.19/0.42  % --bmc1_add_unsat_core                 none
% 0.19/0.42  % --bmc1_unsat_core_children            false
% 0.19/0.42  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.19/0.42  % --bmc1_out_stat                       full
% 0.19/0.42  % --bmc1_ground_init                    false
% 0.19/0.42  % --bmc1_pre_inst_next_state            false
% 0.19/0.42  % --bmc1_pre_inst_state                 false
% 0.19/0.42  % --bmc1_pre_inst_reach_state           false
% 0.19/0.42  % --bmc1_out_unsat_core                 false
% 0.19/0.42  % --bmc1_aig_witness_out                false
% 0.19/0.42  % --bmc1_verbose                        false
% 0.19/0.42  % --bmc1_dump_clauses_tptp              false
% 0.19/0.43  % --bmc1_dump_unsat_core_tptp           false
% 0.19/0.43  % --bmc1_dump_file                      -
% 0.19/0.43  % --bmc1_ucm_expand_uc_limit            128
% 0.19/0.43  % --bmc1_ucm_n_expand_iterations        6
% 0.19/0.43  % --bmc1_ucm_extend_mode                1
% 0.19/0.43  % --bmc1_ucm_init_mode                  2
% 0.19/0.43  % --bmc1_ucm_cone_mode                  none
% 0.19/0.43  % --bmc1_ucm_reduced_relation_type      0
% 0.19/0.43  % --bmc1_ucm_relax_model                4
% 0.19/0.43  % --bmc1_ucm_full_tr_after_sat          true
% 0.19/0.43  % --bmc1_ucm_expand_neg_assumptions     false
% 0.19/0.43  % --bmc1_ucm_layered_model              none
% 0.19/0.43  % --bmc1_ucm_max_lemma_size             10
% 0.19/0.43  
% 0.19/0.43  % ------ AIG Options
% 0.19/0.43  
% 0.19/0.43  % --aig_mode                            false
% 0.19/0.43  
% 0.19/0.43  % ------ Instantiation Options
% 0.19/0.43  
% 0.19/0.43  % --instantiation_flag                  true
% 0.19/0.43  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.19/0.43  % --inst_solver_per_active              750
% 0.19/0.43  % --inst_solver_calls_frac              0.5
% 0.19/0.43  % --inst_passive_queue_type             priority_queues
% 0.19/0.43  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.19/0.43  % --inst_passive_queues_freq            [25;2]
% 0.19/0.43  % --inst_dismatching                    true
% 0.19/0.43  % --inst_eager_unprocessed_to_passive   true
% 0.19/0.43  % --inst_prop_sim_given                 true
% 0.19/0.43  % --inst_prop_sim_new                   false
% 0.19/0.43  % --inst_orphan_elimination             true
% 0.19/0.43  % --inst_learning_loop_flag             true
% 0.19/0.43  % --inst_learning_start                 3000
% 0.19/0.43  % --inst_learning_factor                2
% 0.19/0.43  % --inst_start_prop_sim_after_learn     3
% 0.19/0.43  % --inst_sel_renew                      solver
% 0.19/0.43  % --inst_lit_activity_flag              true
% 0.19/0.43  % --inst_out_proof                      true
% 0.19/0.43  
% 0.19/0.43  % ------ Resolution Options
% 0.19/0.43  
% 0.19/0.43  % --resolution_flag                     true
% 0.19/0.43  % --res_lit_sel                         kbo_max
% 0.19/0.43  % --res_to_prop_solver                  none
% 0.19/0.43  % --res_prop_simpl_new                  false
% 0.19/0.43  % --res_prop_simpl_given                false
% 0.19/0.43  % --res_passive_queue_type              priority_queues
% 0.19/0.43  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.19/0.43  % --res_passive_queues_freq             [15;5]
% 0.19/0.43  % --res_forward_subs                    full
% 0.19/0.43  % --res_backward_subs                   full
% 0.19/0.43  % --res_forward_subs_resolution         true
% 0.19/0.43  % --res_backward_subs_resolution        true
% 0.19/0.43  % --res_orphan_elimination              false
% 0.19/0.43  % --res_time_limit                      1000.
% 0.19/0.43  % --res_out_proof                       true
% 0.19/0.43  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_2fa9a9.s
% 0.19/0.43  % --modulo                              true
% 0.19/0.43  
% 0.19/0.43  % ------ Combination Options
% 0.19/0.43  
% 0.19/0.43  % --comb_res_mult                       1000
% 0.19/0.43  % --comb_inst_mult                      300
% 0.19/0.43  % ------ 
% 0.19/0.43  
% 0.19/0.43  % ------ Parsing...% successful
% 0.19/0.43  
% 0.19/0.43  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe:1:0s pe_e  snvd_s sp: 0 0s snvd_e % 
% 0.19/0.43  
% 0.19/0.43  % ------ Proving...
% 0.19/0.43  % ------ Problem Properties 
% 0.19/0.43  
% 0.19/0.43  % 
% 0.19/0.43  % EPR                                   false
% 0.19/0.43  % Horn                                  false
% 0.19/0.43  % Has equality                          false
% 0.19/0.43  
% 0.19/0.43  % % ------ Input Options Time Limit: Unbounded
% 0.19/0.43  
% 0.19/0.43  
% 0.19/0.43  % % ------ Current options:
% 0.19/0.43  
% 0.19/0.43  % ------ Input Options
% 0.19/0.43  
% 0.19/0.43  % --out_options                         all
% 0.19/0.43  % --tptp_safe_out                       true
% 0.19/0.43  % --problem_path                        ""
% 0.19/0.43  % --include_path                        ""
% 0.19/0.43  % --clausifier                          .//eprover
% 0.19/0.43  % --clausifier_options                  --tstp-format  
% 0.19/0.43  % --stdin                               false
% 0.19/0.43  % --dbg_backtrace                       false
% 0.19/0.43  % --dbg_dump_prop_clauses               false
% 0.19/0.43  % --dbg_dump_prop_clauses_file          -
% 0.19/0.43  % --dbg_out_stat                        false
% 0.19/0.43  
% 0.19/0.43  % ------ General Options
% 0.19/0.43  
% 0.19/0.43  % --fof                                 false
% 0.19/0.43  % --time_out_real                       150.
% 0.19/0.43  % --time_out_prep_mult                  0.2
% 0.19/0.43  % --time_out_virtual                    -1.
% 0.19/0.43  % --schedule                            none
% 0.19/0.43  % --ground_splitting                    input
% 0.19/0.43  % --splitting_nvd                       16
% 0.19/0.43  % --non_eq_to_eq                        false
% 0.19/0.43  % --prep_gs_sim                         true
% 0.19/0.43  % --prep_unflatten                      false
% 0.19/0.43  % --prep_res_sim                        true
% 0.19/0.43  % --prep_upred                          true
% 0.19/0.43  % --res_sim_input                       true
% 0.19/0.43  % --clause_weak_htbl                    true
% 0.19/0.43  % --gc_record_bc_elim                   false
% 0.19/0.43  % --symbol_type_check                   false
% 0.19/0.43  % --clausify_out                        false
% 0.19/0.43  % --large_theory_mode                   false
% 0.19/0.43  % --prep_sem_filter                     none
% 0.19/0.43  % --prep_sem_filter_out                 false
% 0.19/0.43  % --preprocessed_out                    false
% 0.19/0.43  % --sub_typing                          false
% 0.19/0.43  % --brand_transform                     false
% 0.19/0.43  % --pure_diseq_elim                     true
% 0.19/0.43  % --min_unsat_core                      false
% 0.19/0.43  % --pred_elim                           true
% 0.19/0.43  % --add_important_lit                   false
% 0.19/0.43  % --soft_assumptions                    false
% 0.19/0.43  % --reset_solvers                       false
% 0.19/0.43  % --bc_imp_inh                          []
% 0.19/0.43  % --conj_cone_tolerance                 1.5
% 0.19/0.43  % --prolific_symb_bound                 500
% 0.19/0.43  % --lt_threshold                        2000
% 0.19/0.43  
% 0.19/0.43  % ------ SAT Options
% 0.19/0.43  
% 0.19/0.43  % --sat_mode                            false
% 0.19/0.43  % --sat_fm_restart_options              ""
% 0.19/0.43  % --sat_gr_def                          false
% 0.19/0.43  % --sat_epr_types                       true
% 0.19/0.43  % --sat_non_cyclic_types                false
% 0.19/0.43  % --sat_finite_models                   false
% 0.19/0.43  % --sat_fm_lemmas                       false
% 0.19/0.43  % --sat_fm_prep                         false
% 0.19/0.43  % --sat_fm_uc_incr                      true
% 0.19/0.43  % --sat_out_model                       small
% 0.19/0.43  % --sat_out_clauses                     false
% 0.19/0.43  
% 0.19/0.43  % ------ QBF Options
% 0.19/0.43  
% 0.19/0.43  % --qbf_mode                            false
% 0.19/0.43  % --qbf_elim_univ                       true
% 0.19/0.43  % --qbf_sk_in                           true
% 0.19/0.43  % --qbf_pred_elim                       true
% 0.19/0.43  % --qbf_split                           32
% 0.19/0.43  
% 0.19/0.43  % ------ BMC1 Options
% 0.19/0.43  
% 0.19/0.43  % --bmc1_incremental                    false
% 0.19/0.43  % --bmc1_axioms                         reachable_all
% 0.19/0.43  % --bmc1_min_bound                      0
% 0.19/0.43  % --bmc1_max_bound                      -1
% 0.19/0.43  % --bmc1_max_bound_default              -1
% 0.19/0.43  % --bmc1_symbol_reachability            true
% 0.19/0.43  % --bmc1_property_lemmas                false
% 0.19/0.43  % --bmc1_k_induction                    false
% 0.19/0.43  % --bmc1_non_equiv_states               false
% 0.19/0.43  % --bmc1_deadlock                       false
% 0.19/0.43  % --bmc1_ucm                            false
% 0.19/0.43  % --bmc1_add_unsat_core                 none
% 0.19/0.43  % --bmc1_unsat_core_children            false
% 0.19/0.43  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.19/0.43  % --bmc1_out_stat                       full
% 0.19/0.43  % --bmc1_ground_init                    false
% 0.19/0.43  % --bmc1_pre_inst_next_state            false
% 0.19/0.43  % --bmc1_pre_inst_state                 false
% 0.19/0.43  % --bmc1_pre_inst_reach_state           false
% 0.19/0.43  % --bmc1_out_unsat_core                 false
% 0.19/0.43  % --bmc1_aig_witness_out                false
% 0.19/0.43  % --bmc1_verbose                        false
% 0.19/0.43  % --bmc1_dump_clauses_tptp              false
% 0.19/0.43  % --bmc1_dump_unsat_core_tptp           false
% 0.19/0.43  % --bmc1_dump_file                      -
% 0.19/0.43  % --bmc1_ucm_expand_uc_limit            128
% 0.19/0.43  % --bmc1_ucm_n_expand_iterations        6
% 0.19/0.43  % --bmc1_ucm_extend_mode                1
% 0.19/0.43  % --bmc1_ucm_init_mode                  2
% 0.19/0.43  % --bmc1_ucm_cone_mode                  none
% 0.19/0.43  % --bmc1_ucm_reduced_relation_type      0
% 0.19/0.43  % --bmc1_ucm_relax_model                4
% 0.19/0.43  % --bmc1_ucm_full_tr_after_sat          true
% 0.19/0.43  % --bmc1_ucm_expand_neg_assumptions     false
% 0.19/0.43  % --bmc1_ucm_layered_model              none
% 0.19/0.43  % --bmc1_ucm_max_lemma_size             10
% 0.19/0.43  
% 0.19/0.43  % ------ AIG Options
% 0.19/0.43  
% 0.19/0.43  % --aig_mode                            false
% 0.19/0.43  
% 0.19/0.43  % ------ Instantiation Options
% 0.19/0.43  
% 0.19/0.43  % --instantiation_flag                  true
% 0.19/0.43  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.19/0.43  % --inst_solver_per_active              750
% 0.19/0.43  % --inst_solver_calls_frac              0.5
% 0.19/0.43  % --inst_passive_queue_type             priority_queues
% 0.19/0.43  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.19/0.43  % --inst_passive_queues_freq            [25;2]
% 0.19/0.43  % --inst_dismatching                    true
% 0.19/0.43  % --inst_eager_unprocessed_to_passive   true
% 0.19/0.43  % --inst_prop_sim_given                 true
% 150.23/150.42  % --inst_prop_sim_new                   false
% 150.23/150.42  % --inst_orphan_elimination             true
% 150.23/150.42  % --inst_learning_loop_flag             true
% 150.23/150.42  % --inst_learning_start                 3000
% 150.23/150.42  % --inst_learning_factor                2
% 150.23/150.42  % --inst_start_prop_sim_after_learn     3
% 150.23/150.42  % --inst_sel_renew                      solver
% 150.23/150.42  % --inst_lit_activity_flag              true
% 150.23/150.42  % --inst_out_proof                      true
% 150.23/150.42  
% 150.23/150.42  % ------ Resolution Options
% 150.23/150.42  
% 150.23/150.42  % --resolution_flag                     true
% 150.23/150.42  % --res_lit_sel                         kbo_max
% 150.23/150.42  % --res_to_prop_solver                  none
% 150.23/150.42  % --res_prop_simpl_new                  false
% 150.23/150.42  % --res_prop_simpl_given                false
% 150.23/150.42  % --res_passive_queue_type              priority_queues
% 150.23/150.42  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 150.23/150.42  % --res_passive_queues_freq             [15;5]
% 150.23/150.42  % --res_forward_subs                    full
% 150.23/150.42  % --res_backward_subs                   full
% 150.23/150.42  % --res_forward_subs_resolution         true
% 150.23/150.42  % --res_backward_subs_resolution        true
% 150.23/150.42  % --res_orphan_elimination              false
% 150.23/150.42  % --res_time_limit                      1000.
% 150.23/150.42  % --res_out_proof                       true
% 150.23/150.42  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_2fa9a9.s
% 150.23/150.42  % --modulo                              true
% 150.23/150.42  
% 150.23/150.42  % ------ Combination Options
% 150.23/150.42  
% 150.23/150.42  % --comb_res_mult                       1000
% 150.23/150.42  % --comb_inst_mult                      300
% 150.23/150.42  % ------ 
% 150.23/150.42  
% 150.23/150.42  
% 150.23/150.42  
% 150.23/150.42  % ------ Proving...
% 150.23/150.42  % 
% 150.23/150.42  
% 150.23/150.42  
% 150.23/150.42  % Time Out Real
% 150.23/150.42  
% 150.23/150.42  % ------                             Statistics
% 150.23/150.42  
% 150.23/150.42  % ------ General
% 150.23/150.42  
% 150.23/150.42  % num_of_input_clauses:                 84
% 150.23/150.42  % num_of_input_neg_conjectures:         3
% 150.23/150.42  % num_of_splits:                        0
% 150.23/150.42  % num_of_split_atoms:                   0
% 150.23/150.42  % num_of_sem_filtered_clauses:          0
% 150.23/150.42  % num_of_subtypes:                      0
% 150.23/150.42  % monotx_restored_types:                0
% 150.23/150.42  % sat_num_of_epr_types:                 0
% 150.23/150.42  % sat_num_of_non_cyclic_types:          0
% 150.23/150.42  % sat_guarded_non_collapsed_types:      0
% 150.23/150.42  % is_epr:                               0
% 150.23/150.42  % is_horn:                              0
% 150.23/150.42  % has_eq:                               0
% 150.23/150.42  % num_pure_diseq_elim:                  0
% 150.23/150.42  % simp_replaced_by:                     0
% 150.23/150.42  % res_preprocessed:                     10
% 150.23/150.42  % prep_upred:                           0
% 150.23/150.42  % prep_unflattend:                      0
% 150.23/150.42  % pred_elim_cands:                      1
% 150.23/150.42  % pred_elim:                            1
% 150.23/150.42  % pred_elim_cl:                         4
% 150.23/150.42  % pred_elim_cycles:                     2
% 150.23/150.42  % forced_gc_time:                       0
% 150.23/150.42  % gc_basic_clause_elim:                 0
% 150.23/150.42  % parsing_time:                         0.004
% 150.23/150.42  % sem_filter_time:                      0.
% 150.23/150.42  % pred_elim_time:                       0.
% 150.23/150.42  % out_proof_time:                       0.
% 150.23/150.42  % monotx_time:                          0.
% 150.23/150.42  % subtype_inf_time:                     0.
% 150.23/150.42  % unif_index_cands_time:                0.152
% 150.23/150.42  % unif_index_add_time:                  0.03
% 150.23/150.42  % total_time:                           150.017
% 150.23/150.42  % num_of_symbols:                       39
% 150.23/150.42  % num_of_terms:                         28643
% 150.23/150.42  
% 150.23/150.42  % ------ Propositional Solver
% 150.23/150.42  
% 150.23/150.42  % prop_solver_calls:                    13
% 150.23/150.42  % prop_fast_solver_calls:               17
% 150.23/150.42  % prop_num_of_clauses:                  6441
% 150.23/150.42  % prop_preprocess_simplified:           10829
% 150.23/150.42  % prop_fo_subsumed:                     0
% 150.23/150.42  % prop_solver_time:                     0.001
% 150.23/150.42  % prop_fast_solver_time:                0.
% 150.23/150.42  % prop_unsat_core_time:                 0.
% 150.23/150.42  
% 150.23/150.42  % ------ QBF 
% 150.23/150.42  
% 150.23/150.42  % qbf_q_res:                            0
% 150.23/150.42  % qbf_num_tautologies:                  0
% 150.23/150.42  % qbf_prep_cycles:                      0
% 150.23/150.42  
% 150.23/150.42  % ------ BMC1
% 150.23/150.42  
% 150.23/150.42  % bmc1_current_bound:                   -1
% 150.23/150.42  % bmc1_last_solved_bound:               -1
% 150.23/150.42  % bmc1_unsat_core_size:                 -1
% 150.23/150.42  % bmc1_unsat_core_parents_size:         -1
% 150.23/150.42  % bmc1_merge_next_fun:                  0
% 150.23/150.42  % bmc1_unsat_core_clauses_time:         0.
% 150.23/150.42  
% 150.23/150.42  % ------ Instantiation
% 150.23/150.42  
% 150.23/150.42  % inst_num_of_clauses:                  4982
% 150.23/150.42  % inst_num_in_passive:                  2989
% 150.23/150.42  % inst_num_in_active:                   1735
% 150.23/150.42  % inst_num_in_unprocessed:              150
% 150.23/150.42  % inst_num_of_loops:                    2700
% 150.23/150.44  % inst_num_of_learning_restarts:        0
% 150.23/150.44  % inst_num_moves_active_passive:        855
% 150.23/150.44  % inst_lit_activity:                    580
% 150.23/150.44  % inst_lit_activity_moves:              0
% 150.23/150.44  % inst_num_tautologies:                 108
% 150.23/150.44  % inst_num_prop_implied:                0
% 150.23/150.44  % inst_num_existing_simplified:         0
% 150.23/150.44  % inst_num_eq_res_simplified:           0
% 150.23/150.44  % inst_num_child_elim:                  0
% 150.23/150.44  % inst_num_of_dismatching_blockings:    10136
% 150.23/150.44  % inst_num_of_non_proper_insts:         25947
% 150.23/150.44  % inst_num_of_duplicates:               14910
% 150.23/150.44  % inst_inst_num_from_inst_to_res:       0
% 150.23/150.44  % inst_dismatching_checking_time:       0.047
% 150.23/150.44  
% 150.23/150.44  % ------ Resolution
% 150.23/150.44  
% 150.23/150.44  % res_num_of_clauses:                   2243988
% 150.23/150.44  % res_num_in_passive:                   2238760
% 150.23/150.44  % res_num_in_active:                    7013
% 150.23/150.44  % res_num_of_loops:                     9632
% 150.23/150.44  % res_forward_subset_subsumed:          73432
% 150.23/150.44  % res_backward_subset_subsumed:         1900
% 150.23/150.44  % res_forward_subsumed:                 2056
% 150.23/150.44  % res_backward_subsumed:                268
% 150.23/150.44  % res_forward_subsumption_resolution:   2370
% 150.23/150.44  % res_backward_subsumption_resolution:  1
% 150.23/150.44  % res_clause_to_clause_subsumption:     3115495
% 150.23/150.44  % res_orphan_elimination:               0
% 150.23/150.44  % res_tautology_del:                    4445
% 150.23/150.44  % res_num_eq_res_simplified:            0
% 150.23/150.44  % res_num_sel_changes:                  0
% 150.23/150.44  % res_moves_from_active_to_pass:        0
% 150.23/150.44  
% 150.23/150.44  % Status Unknown
% 150.23/150.48  % Orienting using strategy ClausalAll
% 150.23/150.48  % Orientation found
% 150.23/150.48  % 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/sandbox/tmp/iprover_proof_2fa9a9.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox/tmp/iprover_modulo_13cc41.p | tee /export/starexec/sandbox/tmp/iprover_modulo_out_95b75f | grep -v "SZS"
% 150.33/150.50  
% 150.33/150.50  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 150.33/150.50  
% 150.33/150.50  % 
% 150.33/150.50  % ------  iProver source info 
% 150.33/150.50  
% 150.33/150.50  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 150.33/150.50  % git: non_committed_changes: true
% 150.33/150.50  % git: last_make_outside_of_git: true
% 150.33/150.50  
% 150.33/150.50  % 
% 150.33/150.50  % ------ Input Options
% 150.33/150.50  
% 150.33/150.50  % --out_options                         all
% 150.33/150.50  % --tptp_safe_out                       true
% 150.33/150.50  % --problem_path                        ""
% 150.33/150.50  % --include_path                        ""
% 150.33/150.50  % --clausifier                          .//eprover
% 150.33/150.50  % --clausifier_options                  --tstp-format  
% 150.33/150.50  % --stdin                               false
% 150.33/150.50  % --dbg_backtrace                       false
% 150.33/150.50  % --dbg_dump_prop_clauses               false
% 150.33/150.50  % --dbg_dump_prop_clauses_file          -
% 150.33/150.50  % --dbg_out_stat                        false
% 150.33/150.50  
% 150.33/150.50  % ------ General Options
% 150.33/150.50  
% 150.33/150.50  % --fof                                 false
% 150.33/150.50  % --time_out_real                       150.
% 150.33/150.50  % --time_out_prep_mult                  0.2
% 150.33/150.50  % --time_out_virtual                    -1.
% 150.33/150.50  % --schedule                            none
% 150.33/150.50  % --ground_splitting                    input
% 150.33/150.50  % --splitting_nvd                       16
% 150.33/150.50  % --non_eq_to_eq                        false
% 150.33/150.50  % --prep_gs_sim                         true
% 150.33/150.50  % --prep_unflatten                      false
% 150.33/150.50  % --prep_res_sim                        true
% 150.33/150.50  % --prep_upred                          true
% 150.33/150.50  % --res_sim_input                       true
% 150.33/150.50  % --clause_weak_htbl                    true
% 150.33/150.50  % --gc_record_bc_elim                   false
% 150.33/150.50  % --symbol_type_check                   false
% 150.33/150.50  % --clausify_out                        false
% 150.33/150.50  % --large_theory_mode                   false
% 150.33/150.50  % --prep_sem_filter                     none
% 150.33/150.50  % --prep_sem_filter_out                 false
% 150.33/150.50  % --preprocessed_out                    false
% 150.33/150.50  % --sub_typing                          false
% 150.33/150.50  % --brand_transform                     false
% 150.33/150.50  % --pure_diseq_elim                     true
% 150.33/150.50  % --min_unsat_core                      false
% 150.33/150.50  % --pred_elim                           true
% 150.33/150.50  % --add_important_lit                   false
% 150.33/150.50  % --soft_assumptions                    false
% 150.33/150.50  % --reset_solvers                       false
% 150.33/150.50  % --bc_imp_inh                          []
% 150.33/150.50  % --conj_cone_tolerance                 1.5
% 150.33/150.50  % --prolific_symb_bound                 500
% 150.33/150.50  % --lt_threshold                        2000
% 150.33/150.50  
% 150.33/150.50  % ------ SAT Options
% 150.33/150.50  
% 150.33/150.50  % --sat_mode                            false
% 150.33/150.50  % --sat_fm_restart_options              ""
% 150.33/150.50  % --sat_gr_def                          false
% 150.33/150.50  % --sat_epr_types                       true
% 150.33/150.50  % --sat_non_cyclic_types                false
% 150.33/150.50  % --sat_finite_models                   false
% 150.33/150.50  % --sat_fm_lemmas                       false
% 150.33/150.50  % --sat_fm_prep                         false
% 150.33/150.50  % --sat_fm_uc_incr                      true
% 150.33/150.50  % --sat_out_model                       small
% 150.33/150.50  % --sat_out_clauses                     false
% 150.33/150.50  
% 150.33/150.50  % ------ QBF Options
% 150.33/150.50  
% 150.33/150.50  % --qbf_mode                            false
% 150.33/150.50  % --qbf_elim_univ                       true
% 150.33/150.50  % --qbf_sk_in                           true
% 150.33/150.50  % --qbf_pred_elim                       true
% 150.33/150.50  % --qbf_split                           32
% 150.33/150.50  
% 150.33/150.50  % ------ BMC1 Options
% 150.33/150.50  
% 150.33/150.50  % --bmc1_incremental                    false
% 150.33/150.50  % --bmc1_axioms                         reachable_all
% 150.33/150.50  % --bmc1_min_bound                      0
% 150.33/150.50  % --bmc1_max_bound                      -1
% 150.33/150.50  % --bmc1_max_bound_default              -1
% 150.33/150.50  % --bmc1_symbol_reachability            true
% 150.33/150.50  % --bmc1_property_lemmas                false
% 150.33/150.50  % --bmc1_k_induction                    false
% 150.33/150.50  % --bmc1_non_equiv_states               false
% 150.33/150.50  % --bmc1_deadlock                       false
% 150.33/150.50  % --bmc1_ucm                            false
% 150.33/150.50  % --bmc1_add_unsat_core                 none
% 150.33/150.50  % --bmc1_unsat_core_children            false
% 150.33/150.50  % --bmc1_unsat_core_extrapolate_axioms  false
% 150.33/150.50  % --bmc1_out_stat                       full
% 150.33/150.50  % --bmc1_ground_init                    false
% 150.33/150.50  % --bmc1_pre_inst_next_state            false
% 150.33/150.50  % --bmc1_pre_inst_state                 false
% 150.33/150.50  % --bmc1_pre_inst_reach_state           false
% 150.33/150.50  % --bmc1_out_unsat_core                 false
% 150.33/150.50  % --bmc1_aig_witness_out                false
% 150.33/150.50  % --bmc1_verbose                        false
% 150.33/150.50  % --bmc1_dump_clauses_tptp              false
% 150.33/150.51  % --bmc1_dump_unsat_core_tptp           false
% 150.33/150.51  % --bmc1_dump_file                      -
% 150.33/150.51  % --bmc1_ucm_expand_uc_limit            128
% 150.33/150.51  % --bmc1_ucm_n_expand_iterations        6
% 150.33/150.51  % --bmc1_ucm_extend_mode                1
% 150.33/150.51  % --bmc1_ucm_init_mode                  2
% 150.33/150.51  % --bmc1_ucm_cone_mode                  none
% 150.33/150.51  % --bmc1_ucm_reduced_relation_type      0
% 150.33/150.51  % --bmc1_ucm_relax_model                4
% 150.33/150.51  % --bmc1_ucm_full_tr_after_sat          true
% 150.33/150.51  % --bmc1_ucm_expand_neg_assumptions     false
% 150.33/150.51  % --bmc1_ucm_layered_model              none
% 150.33/150.51  % --bmc1_ucm_max_lemma_size             10
% 150.33/150.51  
% 150.33/150.51  % ------ AIG Options
% 150.33/150.51  
% 150.33/150.51  % --aig_mode                            false
% 150.33/150.51  
% 150.33/150.51  % ------ Instantiation Options
% 150.33/150.51  
% 150.33/150.51  % --instantiation_flag                  true
% 150.33/150.51  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 150.33/150.51  % --inst_solver_per_active              750
% 150.33/150.51  % --inst_solver_calls_frac              0.5
% 150.33/150.51  % --inst_passive_queue_type             priority_queues
% 150.33/150.51  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 150.33/150.51  % --inst_passive_queues_freq            [25;2]
% 150.33/150.51  % --inst_dismatching                    true
% 150.33/150.51  % --inst_eager_unprocessed_to_passive   true
% 150.33/150.51  % --inst_prop_sim_given                 true
% 150.33/150.51  % --inst_prop_sim_new                   false
% 150.33/150.51  % --inst_orphan_elimination             true
% 150.33/150.51  % --inst_learning_loop_flag             true
% 150.33/150.51  % --inst_learning_start                 3000
% 150.33/150.51  % --inst_learning_factor                2
% 150.33/150.51  % --inst_start_prop_sim_after_learn     3
% 150.33/150.51  % --inst_sel_renew                      solver
% 150.33/150.51  % --inst_lit_activity_flag              true
% 150.33/150.51  % --inst_out_proof                      true
% 150.33/150.51  
% 150.33/150.51  % ------ Resolution Options
% 150.33/150.51  
% 150.33/150.51  % --resolution_flag                     true
% 150.33/150.51  % --res_lit_sel                         kbo_max
% 150.33/150.51  % --res_to_prop_solver                  none
% 150.33/150.51  % --res_prop_simpl_new                  false
% 150.33/150.51  % --res_prop_simpl_given                false
% 150.33/150.51  % --res_passive_queue_type              priority_queues
% 150.33/150.51  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 150.33/150.51  % --res_passive_queues_freq             [15;5]
% 150.33/150.51  % --res_forward_subs                    full
% 150.33/150.51  % --res_backward_subs                   full
% 150.33/150.51  % --res_forward_subs_resolution         true
% 150.33/150.51  % --res_backward_subs_resolution        true
% 150.33/150.51  % --res_orphan_elimination              false
% 150.33/150.51  % --res_time_limit                      1000.
% 150.33/150.51  % --res_out_proof                       true
% 150.33/150.51  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_2fa9a9.s
% 150.33/150.51  % --modulo                              true
% 150.33/150.51  
% 150.33/150.51  % ------ Combination Options
% 150.33/150.51  
% 150.33/150.51  % --comb_res_mult                       1000
% 150.33/150.51  % --comb_inst_mult                      300
% 150.33/150.51  % ------ 
% 150.33/150.51  
% 150.33/150.51  % ------ Parsing...% successful
% 150.33/150.51  
% 150.33/150.51  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe:1:0s pe_e  snvd_s sp: 0 0s snvd_e % 
% 150.33/150.51  
% 150.33/150.51  % ------ Proving...
% 150.33/150.51  % ------ Problem Properties 
% 150.33/150.51  
% 150.33/150.51  % 
% 150.33/150.51  % EPR                                   false
% 150.33/150.51  % Horn                                  false
% 150.33/150.51  % Has equality                          false
% 150.33/150.51  
% 150.33/150.51  % % ------ Input Options Time Limit: Unbounded
% 150.33/150.51  
% 150.33/150.51  
% 150.33/150.51  % % ------ Current options:
% 150.33/150.51  
% 150.33/150.51  % ------ Input Options
% 150.33/150.51  
% 150.33/150.51  % --out_options                         all
% 150.33/150.51  % --tptp_safe_out                       true
% 150.33/150.51  % --problem_path                        ""
% 150.33/150.51  % --include_path                        ""
% 150.33/150.51  % --clausifier                          .//eprover
% 150.33/150.51  % --clausifier_options                  --tstp-format  
% 150.33/150.51  % --stdin                               false
% 150.33/150.51  % --dbg_backtrace                       false
% 150.33/150.51  % --dbg_dump_prop_clauses               false
% 150.33/150.51  % --dbg_dump_prop_clauses_file          -
% 150.33/150.51  % --dbg_out_stat                        false
% 150.33/150.51  
% 150.33/150.51  % ------ General Options
% 150.33/150.51  
% 150.33/150.51  % --fof                                 false
% 150.33/150.51  % --time_out_real                       150.
% 150.33/150.51  % --time_out_prep_mult                  0.2
% 150.33/150.51  % --time_out_virtual                    -1.
% 150.33/150.51  % --schedule                            none
% 150.33/150.51  % --ground_splitting                    input
% 150.33/150.51  % --splitting_nvd                       16
% 150.33/150.51  % --non_eq_to_eq                        false
% 150.33/150.51  % --prep_gs_sim                         true
% 150.33/150.51  % --prep_unflatten                      false
% 150.33/150.51  % --prep_res_sim                        true
% 150.33/150.51  % --prep_upred                          true
% 150.33/150.51  % --res_sim_input                       true
% 150.33/150.51  % --clause_weak_htbl                    true
% 150.33/150.51  % --gc_record_bc_elim                   false
% 150.33/150.51  % --symbol_type_check                   false
% 150.33/150.51  % --clausify_out                        false
% 150.33/150.51  % --large_theory_mode                   false
% 150.33/150.51  % --prep_sem_filter                     none
% 150.33/150.51  % --prep_sem_filter_out                 false
% 150.33/150.51  % --preprocessed_out                    false
% 150.33/150.51  % --sub_typing                          false
% 150.33/150.51  % --brand_transform                     false
% 150.33/150.51  % --pure_diseq_elim                     true
% 150.33/150.51  % --min_unsat_core                      false
% 150.33/150.51  % --pred_elim                           true
% 150.33/150.51  % --add_important_lit                   false
% 150.33/150.51  % --soft_assumptions                    false
% 150.33/150.51  % --reset_solvers                       false
% 150.33/150.51  % --bc_imp_inh                          []
% 150.33/150.51  % --conj_cone_tolerance                 1.5
% 150.33/150.51  % --prolific_symb_bound                 500
% 150.33/150.51  % --lt_threshold                        2000
% 150.33/150.51  
% 150.33/150.51  % ------ SAT Options
% 150.33/150.51  
% 150.33/150.51  % --sat_mode                            false
% 150.33/150.51  % --sat_fm_restart_options              ""
% 150.33/150.51  % --sat_gr_def                          false
% 150.33/150.51  % --sat_epr_types                       true
% 150.33/150.51  % --sat_non_cyclic_types                false
% 150.33/150.51  % --sat_finite_models                   false
% 150.33/150.51  % --sat_fm_lemmas                       false
% 150.33/150.51  % --sat_fm_prep                         false
% 150.33/150.51  % --sat_fm_uc_incr                      true
% 150.33/150.51  % --sat_out_model                       small
% 150.33/150.51  % --sat_out_clauses                     false
% 150.33/150.51  
% 150.33/150.51  % ------ QBF Options
% 150.33/150.51  
% 150.33/150.51  % --qbf_mode                            false
% 150.33/150.51  % --qbf_elim_univ                       true
% 150.33/150.51  % --qbf_sk_in                           true
% 150.33/150.51  % --qbf_pred_elim                       true
% 150.33/150.51  % --qbf_split                           32
% 150.33/150.51  
% 150.33/150.51  % ------ BMC1 Options
% 150.33/150.51  
% 150.33/150.51  % --bmc1_incremental                    false
% 150.33/150.51  % --bmc1_axioms                         reachable_all
% 150.33/150.51  % --bmc1_min_bound                      0
% 150.33/150.51  % --bmc1_max_bound                      -1
% 150.33/150.51  % --bmc1_max_bound_default              -1
% 150.33/150.51  % --bmc1_symbol_reachability            true
% 150.33/150.51  % --bmc1_property_lemmas                false
% 150.33/150.51  % --bmc1_k_induction                    false
% 150.33/150.51  % --bmc1_non_equiv_states               false
% 150.33/150.51  % --bmc1_deadlock                       false
% 150.33/150.51  % --bmc1_ucm                            false
% 150.33/150.51  % --bmc1_add_unsat_core                 none
% 150.33/150.51  % --bmc1_unsat_core_children            false
% 150.33/150.51  % --bmc1_unsat_core_extrapolate_axioms  false
% 150.33/150.51  % --bmc1_out_stat                       full
% 150.33/150.51  % --bmc1_ground_init                    false
% 150.33/150.51  % --bmc1_pre_inst_next_state            false
% 150.33/150.51  % --bmc1_pre_inst_state                 false
% 150.33/150.51  % --bmc1_pre_inst_reach_state           false
% 150.33/150.51  % --bmc1_out_unsat_core                 false
% 150.33/150.51  % --bmc1_aig_witness_out                false
% 150.33/150.51  % --bmc1_verbose                        false
% 150.33/150.51  % --bmc1_dump_clauses_tptp              false
% 150.33/150.51  % --bmc1_dump_unsat_core_tptp           false
% 150.33/150.51  % --bmc1_dump_file                      -
% 150.33/150.51  % --bmc1_ucm_expand_uc_limit            128
% 150.33/150.51  % --bmc1_ucm_n_expand_iterations        6
% 150.33/150.51  % --bmc1_ucm_extend_mode                1
% 150.33/150.51  % --bmc1_ucm_init_mode                  2
% 150.33/150.51  % --bmc1_ucm_cone_mode                  none
% 150.33/150.51  % --bmc1_ucm_reduced_relation_type      0
% 150.33/150.51  % --bmc1_ucm_relax_model                4
% 150.33/150.51  % --bmc1_ucm_full_tr_after_sat          true
% 150.33/150.51  % --bmc1_ucm_expand_neg_assumptions     false
% 150.33/150.51  % --bmc1_ucm_layered_model              none
% 150.33/150.51  % --bmc1_ucm_max_lemma_size             10
% 150.33/150.51  
% 150.33/150.51  % ------ AIG Options
% 150.33/150.51  
% 150.33/150.51  % --aig_mode                            false
% 150.33/150.51  
% 150.33/150.51  % ------ Instantiation Options
% 150.33/150.51  
% 150.33/150.51  % --instantiation_flag                  true
% 150.33/150.51  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 150.33/150.51  % --inst_solver_per_active              750
% 150.33/150.51  % --inst_solver_calls_frac              0.5
% 150.33/150.51  % --inst_passive_queue_type             priority_queues
% 150.33/150.51  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 150.33/150.51  % --inst_passive_queues_freq            [25;2]
% 150.33/150.51  % --inst_dismatching                    true
% 150.33/150.51  % --inst_eager_unprocessed_to_passive   true
% 150.33/150.51  % --inst_prop_sim_given                 true
% 205.64/205.84  % --inst_prop_sim_new                   false
% 205.64/205.84  % --inst_orphan_elimination             true
% 205.64/205.84  % --inst_learning_loop_flag             true
% 205.64/205.84  % --inst_learning_start                 3000
% 205.64/205.84  % --inst_learning_factor                2
% 205.64/205.84  % --inst_start_prop_sim_after_learn     3
% 205.64/205.84  % --inst_sel_renew                      solver
% 205.64/205.84  % --inst_lit_activity_flag              true
% 205.64/205.84  % --inst_out_proof                      true
% 205.64/205.84  
% 205.64/205.84  % ------ Resolution Options
% 205.64/205.84  
% 205.64/205.84  % --resolution_flag                     true
% 205.64/205.84  % --res_lit_sel                         kbo_max
% 205.64/205.84  % --res_to_prop_solver                  none
% 205.64/205.84  % --res_prop_simpl_new                  false
% 205.64/205.84  % --res_prop_simpl_given                false
% 205.64/205.84  % --res_passive_queue_type              priority_queues
% 205.64/205.84  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 205.64/205.84  % --res_passive_queues_freq             [15;5]
% 205.64/205.84  % --res_forward_subs                    full
% 205.64/205.84  % --res_backward_subs                   full
% 205.64/205.84  % --res_forward_subs_resolution         true
% 205.64/205.84  % --res_backward_subs_resolution        true
% 205.64/205.84  % --res_orphan_elimination              false
% 205.64/205.84  % --res_time_limit                      1000.
% 205.64/205.84  % --res_out_proof                       true
% 205.64/205.84  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_2fa9a9.s
% 205.64/205.84  % --modulo                              true
% 205.64/205.84  
% 205.64/205.84  % ------ Combination Options
% 205.64/205.84  
% 205.64/205.84  % --comb_res_mult                       1000
% 205.64/205.84  % --comb_inst_mult                      300
% 205.64/205.84  % ------ 
% 205.64/205.84  
% 205.64/205.84  
% 205.64/205.84  
% 205.64/205.84  % ------ Proving...
% 205.64/205.84  % 
% 205.64/205.84  
% 205.64/205.84  
% 205.64/205.84  % ------                             Statistics
% 205.64/205.84  
% 205.64/205.84  % ------ General
% 205.64/205.84  
% 205.64/205.84  % num_of_input_clauses:                 84
% 205.64/205.84  % num_of_input_neg_conjectures:         3
% 205.64/205.84  % num_of_splits:                        0
% 205.64/205.84  % num_of_split_atoms:                   0
% 205.64/205.84  % num_of_sem_filtered_clauses:          0
% 205.64/205.84  % num_of_subtypes:                      0
% 205.64/205.84  % monotx_restored_types:                0
% 205.64/205.84  % sat_num_of_epr_types:                 0
% 205.64/205.84  % sat_num_of_non_cyclic_types:          0
% 205.64/205.84  % sat_guarded_non_collapsed_types:      0
% 205.64/205.84  % is_epr:                               0
% 205.64/205.84  % is_horn:                              0
% 205.64/205.84  % has_eq:                               0
% 205.64/205.84  % num_pure_diseq_elim:                  0
% 205.64/205.84  % simp_replaced_by:                     0
% 205.64/205.84  % res_preprocessed:                     10
% 205.64/205.84  % prep_upred:                           0
% 205.64/205.84  % prep_unflattend:                      0
% 205.64/205.84  % pred_elim_cands:                      1
% 205.64/205.84  % pred_elim:                            1
% 205.64/205.84  % pred_elim_cl:                         4
% 205.64/205.84  % pred_elim_cycles:                     2
% 205.64/205.84  % forced_gc_time:                       0
% 205.64/205.84  % gc_basic_clause_elim:                 0
% 205.64/205.84  % parsing_time:                         0.002
% 205.64/205.84  % sem_filter_time:                      0.
% 205.64/205.84  % pred_elim_time:                       0.
% 205.64/205.84  % out_proof_time:                       0.001
% 205.64/205.84  % monotx_time:                          0.
% 205.64/205.84  % subtype_inf_time:                     0.
% 205.64/205.84  % unif_index_cands_time:                0.079
% 205.64/205.84  % unif_index_add_time:                  0.023
% 205.64/205.84  % total_time:                           55.351
% 205.64/205.84  % num_of_symbols:                       39
% 205.64/205.84  % num_of_terms:                         13008
% 205.64/205.84  
% 205.64/205.84  % ------ Propositional Solver
% 205.64/205.84  
% 205.64/205.84  % prop_solver_calls:                    13
% 205.64/205.84  % prop_fast_solver_calls:               17
% 205.64/205.84  % prop_num_of_clauses:                  6742
% 205.64/205.84  % prop_preprocess_simplified:           11776
% 205.64/205.84  % prop_fo_subsumed:                     0
% 205.64/205.84  % prop_solver_time:                     0.001
% 205.64/205.84  % prop_fast_solver_time:                0.
% 205.64/205.84  % prop_unsat_core_time:                 0.
% 205.64/205.84  
% 205.64/205.84  % ------ QBF 
% 205.64/205.84  
% 205.64/205.84  % qbf_q_res:                            0
% 205.64/205.84  % qbf_num_tautologies:                  0
% 205.64/205.84  % qbf_prep_cycles:                      0
% 205.64/205.84  
% 205.64/205.84  % ------ BMC1
% 205.64/205.84  
% 205.64/205.84  % bmc1_current_bound:                   -1
% 205.64/205.84  % bmc1_last_solved_bound:               -1
% 205.64/205.84  % bmc1_unsat_core_size:                 -1
% 205.64/205.84  % bmc1_unsat_core_parents_size:         -1
% 205.64/205.84  % bmc1_merge_next_fun:                  0
% 205.64/205.84  % bmc1_unsat_core_clauses_time:         0.
% 205.64/205.84  
% 205.64/205.84  % ------ Instantiation
% 205.64/205.84  
% 205.64/205.84  % inst_num_of_clauses:                  5465
% 205.64/205.84  % inst_num_in_passive:                  3187
% 205.64/205.84  % inst_num_in_active:                   2069
% 205.64/205.84  % inst_num_in_unprocessed:              82
% 205.64/205.84  % inst_num_of_loops:                    2460
% 205.64/205.85  % inst_num_of_learning_restarts:        0
% 205.64/205.85  % inst_num_moves_active_passive:        276
% 205.64/205.85  % inst_lit_activity:                    705
% 205.64/205.85  % inst_lit_activity_moves:              0
% 205.64/205.85  % inst_num_tautologies:                 112
% 205.64/205.85  % inst_num_prop_implied:                0
% 205.64/205.85  % inst_num_existing_simplified:         0
% 205.64/205.85  % inst_num_eq_res_simplified:           0
% 205.64/205.85  % inst_num_child_elim:                  0
% 205.64/205.85  % inst_num_of_dismatching_blockings:    8649
% 205.64/205.85  % inst_num_of_non_proper_insts:         24957
% 205.64/205.85  % inst_num_of_duplicates:               12883
% 205.64/205.85  % inst_inst_num_from_inst_to_res:       0
% 205.64/205.85  % inst_dismatching_checking_time:       0.05
% 205.64/205.85  
% 205.64/205.85  % ------ Resolution
% 205.64/205.85  
% 205.64/205.85  % res_num_of_clauses:                   668863
% 205.64/205.85  % res_num_in_passive:                   665460
% 205.64/205.85  % res_num_in_active:                    6228
% 205.64/205.85  % res_num_of_loops:                     9000
% 205.64/205.85  % res_forward_subset_subsumed:          223515
% 205.64/205.85  % res_backward_subset_subsumed:         2935
% 205.64/205.85  % res_forward_subsumed:                 1908
% 205.64/205.85  % res_backward_subsumed:                212
% 205.64/205.85  % res_forward_subsumption_resolution:   4602
% 205.64/205.85  % res_backward_subsumption_resolution:  100
% 205.64/205.85  % res_clause_to_clause_subsumption:     6623523
% 205.64/205.85  % res_orphan_elimination:               0
% 205.64/205.85  % res_tautology_del:                    12251
% 205.64/205.85  % res_num_eq_res_simplified:            0
% 205.64/205.85  % res_num_sel_changes:                  0
% 205.64/205.85  % res_moves_from_active_to_pass:        0
% 205.64/205.85  
% 205.64/205.85  % Status Unsatisfiable
% 205.64/205.85  % SZS status Unsatisfiable
% 205.64/205.85  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------