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

View Problem - Process Solution

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

% Computer : n018.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:37 EDT 2022

% Result   : Unsatisfiable 172.08s 172.31s
% Output   : CNFRefutation 172.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   41
% Syntax   : Number of formulae    :  261 (  43 unt;   0 def)
%            Number of atoms       :  756 (   0 equ)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  977 ( 482   ~; 495   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :    8 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :  688 (   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(additive_identity,add(b,additive_inverse(a))),
    file('<stdin>',less_or_equal_3) ).

fof(c_0_1_002,negated_conjecture,
    ~ less_or_equal(a,b),
    file('<stdin>',not_less_or_equal_4) ).

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

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

fof(c_0_4_005,negated_conjecture,
    less_or_equal(additive_identity,add(b,additive_inverse(a))),
    c_0_0 ).

fof(c_0_5_006,negated_conjecture,
    ~ less_or_equal(a,b),
    inference(fof_simplification,[status(thm)],[c_0_1]) ).

fof(c_0_6_007,hypothesis,
    defined(b),
    c_0_2 ).

fof(c_0_7_008,hypothesis,
    defined(a),
    c_0_3 ).

fof(c_0_8_009,negated_conjecture,
    less_or_equal(additive_identity,add(b,additive_inverse(a))),
    c_0_4 ).

fof(c_0_9_010,negated_conjecture,
    ~ less_or_equal(a,b),
    c_0_5 ).

fof(c_0_10_011,hypothesis,
    defined(b),
    c_0_6 ).

fof(c_0_11_012,hypothesis,
    defined(a),
    c_0_7 ).

cnf(c_0_12_013,negated_conjecture,
    less_or_equal(additive_identity,add(b,additive_inverse(a))),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

cnf(c_0_13_014,negated_conjecture,
    ~ less_or_equal(a,b),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_14_015,hypothesis,
    defined(b),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_15_016,hypothesis,
    defined(a),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

cnf(c_0_16_017,negated_conjecture,
    less_or_equal(additive_identity,add(b,additive_inverse(a))),
    c_0_12,
    [final] ).

cnf(c_0_17_018,negated_conjecture,
    ~ less_or_equal(a,b),
    c_0_13,
    [final] ).

cnf(c_0_18_019,hypothesis,
    defined(b),
    c_0_14,
    [final] ).

cnf(c_0_19_020,hypothesis,
    defined(a),
    c_0_15,
    [final] ).

% End CNF derivation

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

cnf(c_4,plain,
    ( ~ defined(X0)
    | defined(additive_inverse(X0)) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_996db7.p',c_0_127_0) ).

cnf(c_119,plain,
    ( ~ defined(X0)
    | defined(additive_inverse(X0)) ),
    inference(copy,[status(esa)],[c_4]) ).

cnf(c_534607,plain,
    ( defined(additive_inverse(a))
    | ~ defined(a) ),
    inference(instantiation,[status(thm)],[c_119]) ).

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/sandbox2/tmp/iprover_modulo_996db7.p',c_0_110_3) ).

cnf(c_162,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_41233,plain,
    ( ~ sum(X0,X1,a)
    | ~ sum(X2,X1,b)
    | less_or_equal(a,b)
    | ~ less_or_equal(X0,X2) ),
    inference(instantiation,[status(thm)],[c_162]) ).

cnf(c_41299,plain,
    ( ~ sum(additive_identity,a,a)
    | ~ sum(X0,a,b)
    | ~ less_or_equal(additive_identity,X0)
    | less_or_equal(a,b) ),
    inference(instantiation,[status(thm)],[c_41233]) ).

cnf(c_272251,plain,
    ( ~ sum(additive_identity,a,a)
    | ~ sum(add(b,X0),a,b)
    | ~ less_or_equal(additive_identity,add(b,X0))
    | less_or_equal(a,b) ),
    inference(instantiation,[status(thm)],[c_41299]) ).

cnf(c_324432,plain,
    ( ~ sum(additive_identity,a,a)
    | ~ sum(add(b,additive_inverse(a)),a,b)
    | ~ less_or_equal(additive_identity,add(b,additive_inverse(a)))
    | less_or_equal(a,b) ),
    inference(instantiation,[status(thm)],[c_272251]) ).

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

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

cnf(c_165316,plain,
    ( ~ defined(additive_inverse(a))
    | ~ defined(b)
    | sum(b,additive_inverse(a),add(b,additive_inverse(a))) ),
    inference(instantiation,[status(thm)],[c_144]) ).

cnf(c_55,plain,
    ( sum(X0,X1,X2)
    | ~ sum(X3,X4,X2)
    | ~ sum(X5,X1,X4)
    | ~ sum(X3,X5,X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_996db7.p',c_0_108_3) ).

cnf(c_170,plain,
    ( sum(X0,X1,X2)
    | ~ sum(X3,X4,X2)
    | ~ sum(X5,X1,X4)
    | ~ sum(X3,X5,X0) ),
    inference(copy,[status(esa)],[c_55]) ).

cnf(c_41346,plain,
    ( sum(X0,a,b)
    | ~ sum(X1,a,X2)
    | ~ sum(X3,X2,b)
    | ~ sum(X3,X1,X0) ),
    inference(instantiation,[status(thm)],[c_170]) ).

cnf(c_42505,plain,
    ( ~ sum(additive_inverse(a),a,additive_identity)
    | ~ sum(X0,additive_identity,b)
    | ~ sum(X0,additive_inverse(a),X1)
    | sum(X1,a,b) ),
    inference(instantiation,[status(thm)],[c_41346]) ).

cnf(c_113218,plain,
    ( ~ sum(additive_inverse(a),a,additive_identity)
    | ~ sum(b,additive_identity,b)
    | ~ sum(b,additive_inverse(a),X0)
    | sum(X0,a,b) ),
    inference(instantiation,[status(thm)],[c_42505]) ).

cnf(c_165315,plain,
    ( ~ sum(additive_inverse(a),a,additive_identity)
    | sum(add(b,additive_inverse(a)),a,b)
    | ~ sum(b,additive_identity,b)
    | ~ sum(b,additive_inverse(a),add(b,additive_inverse(a))) ),
    inference(instantiation,[status(thm)],[c_113218]) ).

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

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

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

cnf(c_43050,plain,
    ( ~ sum(additive_identity,b,b)
    | sum(b,additive_identity,b) ),
    inference(instantiation,[status(thm)],[c_42234]) ).

cnf(c_19,plain,
    ( ~ defined(X0)
    | sum(additive_identity,X0,X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_996db7.p',c_0_122_0) ).

cnf(c_134,plain,
    ( ~ defined(X0)
    | sum(additive_identity,X0,X0) ),
    inference(copy,[status(esa)],[c_19]) ).

cnf(c_42224,plain,
    ( ~ defined(b)
    | sum(additive_identity,b,b) ),
    inference(instantiation,[status(thm)],[c_134]) ).

cnf(c_23,plain,
    ( ~ defined(X0)
    | sum(additive_inverse(X0),X0,additive_identity) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_996db7.p',c_0_120_0) ).

cnf(c_138,plain,
    ( ~ defined(X0)
    | sum(additive_inverse(X0),X0,additive_identity) ),
    inference(copy,[status(esa)],[c_23]) ).

cnf(c_41782,plain,
    ( ~ defined(a)
    | sum(additive_inverse(a),a,additive_identity) ),
    inference(instantiation,[status(thm)],[c_138]) ).

cnf(c_41300,plain,
    ( ~ defined(a)
    | sum(additive_identity,a,a) ),
    inference(instantiation,[status(thm)],[c_134]) ).

cnf(c_79,plain,
    defined(b),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_996db7.p',c_0_18) ).

cnf(c_80,plain,
    defined(a),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_996db7.p',c_0_19) ).

cnf(c_77,negated_conjecture,
    ~ less_or_equal(a,b),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_996db7.p',c_0_17) ).

cnf(c_78,negated_conjecture,
    less_or_equal(additive_identity,add(b,additive_inverse(a))),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_996db7.p',c_0_16) ).

cnf(contradiction,plain,
    $false,
    inference(minisat,[status(thm)],[c_534607,c_324432,c_165316,c_165315,c_43050,c_42224,c_41782,c_41300,c_79,c_80,c_77,c_78]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : FLD068-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.03/0.12  % Command  : iprover_modulo %s %d
% 0.12/0.33  % Computer : n018.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 19:38:05 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  % Running in mono-core mode
% 0.19/0.39  % Orienting using strategy Equiv(ClausalAll)
% 0.19/0.39  % Orientation found
% 0.19/0.40  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox2/tmp/iprover_proof_128f58.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox2/tmp/iprover_modulo_996db7.p | tee /export/starexec/sandbox2/tmp/iprover_modulo_out_66bbaf | 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/sandbox2/tmp/iprover_proof_128f58.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.20/150.42  % --inst_prop_sim_new                   false
% 150.20/150.42  % --inst_orphan_elimination             true
% 150.20/150.42  % --inst_learning_loop_flag             true
% 150.20/150.42  % --inst_learning_start                 3000
% 150.20/150.42  % --inst_learning_factor                2
% 150.20/150.42  % --inst_start_prop_sim_after_learn     3
% 150.20/150.42  % --inst_sel_renew                      solver
% 150.20/150.42  % --inst_lit_activity_flag              true
% 150.20/150.42  % --inst_out_proof                      true
% 150.20/150.42  
% 150.20/150.42  % ------ Resolution Options
% 150.20/150.42  
% 150.20/150.42  % --resolution_flag                     true
% 150.20/150.42  % --res_lit_sel                         kbo_max
% 150.20/150.42  % --res_to_prop_solver                  none
% 150.20/150.42  % --res_prop_simpl_new                  false
% 150.20/150.42  % --res_prop_simpl_given                false
% 150.20/150.42  % --res_passive_queue_type              priority_queues
% 150.20/150.42  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 150.20/150.42  % --res_passive_queues_freq             [15;5]
% 150.20/150.42  % --res_forward_subs                    full
% 150.20/150.42  % --res_backward_subs                   full
% 150.20/150.42  % --res_forward_subs_resolution         true
% 150.20/150.42  % --res_backward_subs_resolution        true
% 150.20/150.42  % --res_orphan_elimination              false
% 150.20/150.42  % --res_time_limit                      1000.
% 150.20/150.42  % --res_out_proof                       true
% 150.20/150.42  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_128f58.s
% 150.20/150.42  % --modulo                              true
% 150.20/150.42  
% 150.20/150.42  % ------ Combination Options
% 150.20/150.42  
% 150.20/150.42  % --comb_res_mult                       1000
% 150.20/150.42  % --comb_inst_mult                      300
% 150.20/150.42  % ------ 
% 150.20/150.42  
% 150.20/150.42  
% 150.20/150.42  
% 150.20/150.42  % ------ Proving...
% 150.20/150.42  % 
% 150.20/150.42  
% 150.20/150.42  
% 150.20/150.42  % Time Out Real
% 150.20/150.42  
% 150.20/150.42  % ------                             Statistics
% 150.20/150.42  
% 150.20/150.42  % ------ General
% 150.20/150.42  
% 150.20/150.42  % num_of_input_clauses:                 81
% 150.20/150.42  % num_of_input_neg_conjectures:         2
% 150.20/150.42  % num_of_splits:                        0
% 150.20/150.42  % num_of_split_atoms:                   0
% 150.20/150.42  % num_of_sem_filtered_clauses:          0
% 150.20/150.42  % num_of_subtypes:                      0
% 150.20/150.42  % monotx_restored_types:                0
% 150.20/150.42  % sat_num_of_epr_types:                 0
% 150.20/150.42  % sat_num_of_non_cyclic_types:          0
% 150.20/150.42  % sat_guarded_non_collapsed_types:      0
% 150.20/150.42  % is_epr:                               0
% 150.20/150.42  % is_horn:                              0
% 150.20/150.42  % has_eq:                               0
% 150.20/150.42  % num_pure_diseq_elim:                  0
% 150.20/150.42  % simp_replaced_by:                     0
% 150.20/150.42  % res_preprocessed:                     6
% 150.20/150.42  % prep_upred:                           0
% 150.20/150.42  % prep_unflattend:                      0
% 150.20/150.42  % pred_elim_cands:                      1
% 150.20/150.42  % pred_elim:                            1
% 150.20/150.42  % pred_elim_cl:                         2
% 150.20/150.42  % pred_elim_cycles:                     2
% 150.20/150.42  % forced_gc_time:                       0
% 150.20/150.42  % gc_basic_clause_elim:                 0
% 150.20/150.42  % parsing_time:                         0.002
% 150.20/150.42  % sem_filter_time:                      0.
% 150.20/150.42  % pred_elim_time:                       0.
% 150.20/150.42  % out_proof_time:                       0.
% 150.20/150.42  % monotx_time:                          0.
% 150.20/150.42  % subtype_inf_time:                     0.
% 150.20/150.42  % unif_index_cands_time:                0.417
% 150.20/150.42  % unif_index_add_time:                  0.033
% 150.20/150.42  % total_time:                           150.016
% 150.20/150.42  % num_of_symbols:                       37
% 150.20/150.42  % num_of_terms:                         94293
% 150.20/150.42  
% 150.20/150.42  % ------ Propositional Solver
% 150.20/150.42  
% 150.20/150.42  % prop_solver_calls:                    15
% 150.20/150.42  % prop_fast_solver_calls:               10
% 150.20/150.42  % prop_num_of_clauses:                  9249
% 150.20/150.42  % prop_preprocess_simplified:           16421
% 150.20/150.42  % prop_fo_subsumed:                     0
% 150.20/150.42  % prop_solver_time:                     0.001
% 150.20/150.42  % prop_fast_solver_time:                0.
% 150.20/150.42  % prop_unsat_core_time:                 0.
% 150.20/150.42  
% 150.20/150.42  % ------ QBF 
% 150.20/150.42  
% 150.20/150.42  % qbf_q_res:                            0
% 150.20/150.42  % qbf_num_tautologies:                  0
% 150.20/150.42  % qbf_prep_cycles:                      0
% 150.20/150.42  
% 150.20/150.42  % ------ BMC1
% 150.20/150.42  
% 150.20/150.42  % bmc1_current_bound:                   -1
% 150.20/150.42  % bmc1_last_solved_bound:               -1
% 150.20/150.42  % bmc1_unsat_core_size:                 -1
% 150.20/150.42  % bmc1_unsat_core_parents_size:         -1
% 150.20/150.42  % bmc1_merge_next_fun:                  0
% 150.20/150.42  % bmc1_unsat_core_clauses_time:         0.
% 150.20/150.42  
% 150.20/150.42  % ------ Instantiation
% 150.20/150.42  
% 150.20/150.42  % inst_num_of_clauses:                  6919
% 150.20/150.42  % inst_num_in_passive:                  4385
% 150.20/150.42  % inst_num_in_active:                   2398
% 150.20/150.42  % inst_num_in_unprocessed:              20
% 150.20/150.42  % inst_num_of_loops:                    3000
% 150.21/150.44  % inst_num_of_learning_restarts:        0
% 150.21/150.44  % inst_num_moves_active_passive:        484
% 150.21/150.44  % inst_lit_activity:                    703
% 150.21/150.44  % inst_lit_activity_moves:              0
% 150.21/150.44  % inst_num_tautologies:                 116
% 150.21/150.44  % inst_num_prop_implied:                0
% 150.21/150.44  % inst_num_existing_simplified:         0
% 150.21/150.44  % inst_num_eq_res_simplified:           0
% 150.21/150.44  % inst_num_child_elim:                  0
% 150.21/150.44  % inst_num_of_dismatching_blockings:    12042
% 150.21/150.44  % inst_num_of_non_proper_insts:         37941
% 150.21/150.44  % inst_num_of_duplicates:               18251
% 150.21/150.44  % inst_inst_num_from_inst_to_res:       0
% 150.21/150.44  % inst_dismatching_checking_time:       0.057
% 150.21/150.44  
% 150.21/150.44  % ------ Resolution
% 150.21/150.44  
% 150.21/150.44  % res_num_of_clauses:                   2081701
% 150.21/150.44  % res_num_in_passive:                   2081319
% 150.21/150.44  % res_num_in_active:                    7038
% 150.21/150.44  % res_num_of_loops:                     10558
% 150.21/150.44  % res_forward_subset_subsumed:          324342
% 150.21/150.44  % res_backward_subset_subsumed:         6902
% 150.21/150.44  % res_forward_subsumed:                 2686
% 150.21/150.44  % res_backward_subsumed:                305
% 150.21/150.44  % res_forward_subsumption_resolution:   2942
% 150.21/150.44  % res_backward_subsumption_resolution:  68
% 150.21/150.44  % res_clause_to_clause_subsumption:     4373356
% 150.21/150.44  % res_orphan_elimination:               0
% 150.21/150.44  % res_tautology_del:                    18603
% 150.21/150.44  % res_num_eq_res_simplified:            0
% 150.21/150.44  % res_num_sel_changes:                  0
% 150.21/150.44  % res_moves_from_active_to_pass:        0
% 150.21/150.44  
% 150.21/150.44  % Status Unknown
% 150.21/150.46  % Orienting using strategy ClausalAll
% 150.21/150.46  % Orientation found
% 150.21/150.46  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox2/tmp/iprover_proof_128f58.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox2/tmp/iprover_modulo_996db7.p | tee /export/starexec/sandbox2/tmp/iprover_modulo_out_0ab7ce | grep -v "SZS"
% 150.21/150.48  
% 150.21/150.48  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 150.21/150.48  
% 150.21/150.48  % 
% 150.21/150.48  % ------  iProver source info 
% 150.21/150.48  
% 150.21/150.48  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 150.21/150.48  % git: non_committed_changes: true
% 150.21/150.48  % git: last_make_outside_of_git: true
% 150.21/150.48  
% 150.21/150.48  % 
% 150.21/150.48  % ------ Input Options
% 150.21/150.48  
% 150.21/150.48  % --out_options                         all
% 150.21/150.48  % --tptp_safe_out                       true
% 150.21/150.48  % --problem_path                        ""
% 150.21/150.48  % --include_path                        ""
% 150.21/150.48  % --clausifier                          .//eprover
% 150.21/150.48  % --clausifier_options                  --tstp-format  
% 150.21/150.48  % --stdin                               false
% 150.21/150.48  % --dbg_backtrace                       false
% 150.21/150.48  % --dbg_dump_prop_clauses               false
% 150.21/150.48  % --dbg_dump_prop_clauses_file          -
% 150.21/150.48  % --dbg_out_stat                        false
% 150.21/150.48  
% 150.21/150.48  % ------ General Options
% 150.21/150.48  
% 150.21/150.48  % --fof                                 false
% 150.21/150.48  % --time_out_real                       150.
% 150.21/150.48  % --time_out_prep_mult                  0.2
% 150.21/150.48  % --time_out_virtual                    -1.
% 150.21/150.48  % --schedule                            none
% 150.21/150.48  % --ground_splitting                    input
% 150.21/150.48  % --splitting_nvd                       16
% 150.21/150.48  % --non_eq_to_eq                        false
% 150.21/150.48  % --prep_gs_sim                         true
% 150.21/150.48  % --prep_unflatten                      false
% 150.21/150.48  % --prep_res_sim                        true
% 150.21/150.48  % --prep_upred                          true
% 150.21/150.48  % --res_sim_input                       true
% 150.21/150.48  % --clause_weak_htbl                    true
% 150.21/150.48  % --gc_record_bc_elim                   false
% 150.21/150.48  % --symbol_type_check                   false
% 150.21/150.48  % --clausify_out                        false
% 150.21/150.48  % --large_theory_mode                   false
% 150.21/150.48  % --prep_sem_filter                     none
% 150.21/150.48  % --prep_sem_filter_out                 false
% 150.21/150.48  % --preprocessed_out                    false
% 150.21/150.48  % --sub_typing                          false
% 150.21/150.48  % --brand_transform                     false
% 150.21/150.48  % --pure_diseq_elim                     true
% 150.21/150.48  % --min_unsat_core                      false
% 150.21/150.48  % --pred_elim                           true
% 150.21/150.48  % --add_important_lit                   false
% 150.21/150.48  % --soft_assumptions                    false
% 150.21/150.48  % --reset_solvers                       false
% 150.21/150.48  % --bc_imp_inh                          []
% 150.21/150.48  % --conj_cone_tolerance                 1.5
% 150.21/150.48  % --prolific_symb_bound                 500
% 150.21/150.48  % --lt_threshold                        2000
% 150.21/150.48  
% 150.21/150.48  % ------ SAT Options
% 150.21/150.48  
% 150.21/150.48  % --sat_mode                            false
% 150.21/150.48  % --sat_fm_restart_options              ""
% 150.21/150.48  % --sat_gr_def                          false
% 150.21/150.48  % --sat_epr_types                       true
% 150.21/150.48  % --sat_non_cyclic_types                false
% 150.21/150.48  % --sat_finite_models                   false
% 150.21/150.48  % --sat_fm_lemmas                       false
% 150.21/150.48  % --sat_fm_prep                         false
% 150.21/150.48  % --sat_fm_uc_incr                      true
% 150.21/150.48  % --sat_out_model                       small
% 150.21/150.48  % --sat_out_clauses                     false
% 150.21/150.48  
% 150.21/150.48  % ------ QBF Options
% 150.21/150.48  
% 150.21/150.48  % --qbf_mode                            false
% 150.21/150.48  % --qbf_elim_univ                       true
% 150.21/150.48  % --qbf_sk_in                           true
% 150.21/150.48  % --qbf_pred_elim                       true
% 150.21/150.48  % --qbf_split                           32
% 150.21/150.48  
% 150.21/150.48  % ------ BMC1 Options
% 150.21/150.48  
% 150.21/150.48  % --bmc1_incremental                    false
% 150.21/150.48  % --bmc1_axioms                         reachable_all
% 150.21/150.48  % --bmc1_min_bound                      0
% 150.21/150.48  % --bmc1_max_bound                      -1
% 150.21/150.48  % --bmc1_max_bound_default              -1
% 150.21/150.48  % --bmc1_symbol_reachability            true
% 150.21/150.48  % --bmc1_property_lemmas                false
% 150.21/150.48  % --bmc1_k_induction                    false
% 150.21/150.48  % --bmc1_non_equiv_states               false
% 150.21/150.48  % --bmc1_deadlock                       false
% 150.21/150.48  % --bmc1_ucm                            false
% 150.21/150.48  % --bmc1_add_unsat_core                 none
% 150.21/150.48  % --bmc1_unsat_core_children            false
% 150.21/150.48  % --bmc1_unsat_core_extrapolate_axioms  false
% 150.21/150.48  % --bmc1_out_stat                       full
% 150.21/150.48  % --bmc1_ground_init                    false
% 150.21/150.48  % --bmc1_pre_inst_next_state            false
% 150.21/150.48  % --bmc1_pre_inst_state                 false
% 150.21/150.48  % --bmc1_pre_inst_reach_state           false
% 150.21/150.48  % --bmc1_out_unsat_core                 false
% 150.21/150.48  % --bmc1_aig_witness_out                false
% 150.21/150.48  % --bmc1_verbose                        false
% 150.21/150.48  % --bmc1_dump_clauses_tptp              false
% 150.21/150.49  % --bmc1_dump_unsat_core_tptp           false
% 150.21/150.49  % --bmc1_dump_file                      -
% 150.21/150.49  % --bmc1_ucm_expand_uc_limit            128
% 150.21/150.49  % --bmc1_ucm_n_expand_iterations        6
% 150.21/150.49  % --bmc1_ucm_extend_mode                1
% 150.21/150.49  % --bmc1_ucm_init_mode                  2
% 150.21/150.49  % --bmc1_ucm_cone_mode                  none
% 150.21/150.49  % --bmc1_ucm_reduced_relation_type      0
% 150.21/150.49  % --bmc1_ucm_relax_model                4
% 150.21/150.49  % --bmc1_ucm_full_tr_after_sat          true
% 150.21/150.49  % --bmc1_ucm_expand_neg_assumptions     false
% 150.21/150.49  % --bmc1_ucm_layered_model              none
% 150.21/150.49  % --bmc1_ucm_max_lemma_size             10
% 150.21/150.49  
% 150.21/150.49  % ------ AIG Options
% 150.21/150.49  
% 150.21/150.49  % --aig_mode                            false
% 150.21/150.49  
% 150.21/150.49  % ------ Instantiation Options
% 150.21/150.49  
% 150.21/150.49  % --instantiation_flag                  true
% 150.21/150.49  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 150.21/150.49  % --inst_solver_per_active              750
% 150.21/150.49  % --inst_solver_calls_frac              0.5
% 150.21/150.49  % --inst_passive_queue_type             priority_queues
% 150.21/150.49  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 150.21/150.49  % --inst_passive_queues_freq            [25;2]
% 150.21/150.49  % --inst_dismatching                    true
% 150.21/150.49  % --inst_eager_unprocessed_to_passive   true
% 150.21/150.49  % --inst_prop_sim_given                 true
% 150.21/150.49  % --inst_prop_sim_new                   false
% 150.21/150.49  % --inst_orphan_elimination             true
% 150.21/150.49  % --inst_learning_loop_flag             true
% 150.21/150.49  % --inst_learning_start                 3000
% 150.21/150.49  % --inst_learning_factor                2
% 150.21/150.49  % --inst_start_prop_sim_after_learn     3
% 150.21/150.49  % --inst_sel_renew                      solver
% 150.21/150.49  % --inst_lit_activity_flag              true
% 150.21/150.49  % --inst_out_proof                      true
% 150.21/150.49  
% 150.21/150.49  % ------ Resolution Options
% 150.21/150.49  
% 150.21/150.49  % --resolution_flag                     true
% 150.21/150.49  % --res_lit_sel                         kbo_max
% 150.21/150.49  % --res_to_prop_solver                  none
% 150.21/150.49  % --res_prop_simpl_new                  false
% 150.21/150.49  % --res_prop_simpl_given                false
% 150.21/150.49  % --res_passive_queue_type              priority_queues
% 150.21/150.49  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 150.21/150.49  % --res_passive_queues_freq             [15;5]
% 150.21/150.49  % --res_forward_subs                    full
% 150.21/150.49  % --res_backward_subs                   full
% 150.21/150.49  % --res_forward_subs_resolution         true
% 150.21/150.49  % --res_backward_subs_resolution        true
% 150.21/150.49  % --res_orphan_elimination              false
% 150.21/150.49  % --res_time_limit                      1000.
% 150.21/150.49  % --res_out_proof                       true
% 150.21/150.49  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_128f58.s
% 150.21/150.49  % --modulo                              true
% 150.21/150.49  
% 150.21/150.49  % ------ Combination Options
% 150.21/150.49  
% 150.21/150.49  % --comb_res_mult                       1000
% 150.21/150.49  % --comb_inst_mult                      300
% 150.21/150.49  % ------ 
% 150.21/150.49  
% 150.21/150.49  % ------ Parsing...% successful
% 150.21/150.49  
% 150.21/150.49  % ------ 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.21/150.49  
% 150.21/150.49  % ------ Proving...
% 150.21/150.49  % ------ Problem Properties 
% 150.21/150.49  
% 150.21/150.49  % 
% 150.21/150.49  % EPR                                   false
% 150.21/150.49  % Horn                                  false
% 150.21/150.49  % Has equality                          false
% 150.21/150.49  
% 150.21/150.49  % % ------ Input Options Time Limit: Unbounded
% 150.21/150.49  
% 150.21/150.49  
% 150.21/150.49  % % ------ Current options:
% 150.21/150.49  
% 150.21/150.49  % ------ Input Options
% 150.21/150.49  
% 150.21/150.49  % --out_options                         all
% 150.21/150.49  % --tptp_safe_out                       true
% 150.21/150.49  % --problem_path                        ""
% 150.21/150.49  % --include_path                        ""
% 150.21/150.49  % --clausifier                          .//eprover
% 150.21/150.49  % --clausifier_options                  --tstp-format  
% 150.21/150.49  % --stdin                               false
% 150.21/150.49  % --dbg_backtrace                       false
% 150.21/150.49  % --dbg_dump_prop_clauses               false
% 150.21/150.49  % --dbg_dump_prop_clauses_file          -
% 150.21/150.49  % --dbg_out_stat                        false
% 150.21/150.49  
% 150.21/150.49  % ------ General Options
% 150.21/150.49  
% 150.21/150.49  % --fof                                 false
% 150.21/150.49  % --time_out_real                       150.
% 150.21/150.49  % --time_out_prep_mult                  0.2
% 150.21/150.49  % --time_out_virtual                    -1.
% 150.21/150.49  % --schedule                            none
% 150.21/150.49  % --ground_splitting                    input
% 150.21/150.49  % --splitting_nvd                       16
% 150.21/150.49  % --non_eq_to_eq                        false
% 150.21/150.49  % --prep_gs_sim                         true
% 150.21/150.49  % --prep_unflatten                      false
% 150.21/150.49  % --prep_res_sim                        true
% 150.21/150.49  % --prep_upred                          true
% 150.21/150.49  % --res_sim_input                       true
% 150.21/150.49  % --clause_weak_htbl                    true
% 150.21/150.49  % --gc_record_bc_elim                   false
% 150.21/150.49  % --symbol_type_check                   false
% 150.21/150.49  % --clausify_out                        false
% 150.21/150.49  % --large_theory_mode                   false
% 150.21/150.49  % --prep_sem_filter                     none
% 150.21/150.49  % --prep_sem_filter_out                 false
% 150.21/150.49  % --preprocessed_out                    false
% 150.21/150.49  % --sub_typing                          false
% 150.21/150.49  % --brand_transform                     false
% 150.21/150.49  % --pure_diseq_elim                     true
% 150.21/150.49  % --min_unsat_core                      false
% 150.21/150.49  % --pred_elim                           true
% 150.21/150.49  % --add_important_lit                   false
% 150.21/150.49  % --soft_assumptions                    false
% 150.21/150.49  % --reset_solvers                       false
% 150.21/150.49  % --bc_imp_inh                          []
% 150.21/150.49  % --conj_cone_tolerance                 1.5
% 150.21/150.49  % --prolific_symb_bound                 500
% 150.21/150.49  % --lt_threshold                        2000
% 150.21/150.49  
% 150.21/150.49  % ------ SAT Options
% 150.21/150.49  
% 150.21/150.49  % --sat_mode                            false
% 150.21/150.49  % --sat_fm_restart_options              ""
% 150.21/150.49  % --sat_gr_def                          false
% 150.21/150.49  % --sat_epr_types                       true
% 150.21/150.49  % --sat_non_cyclic_types                false
% 150.21/150.49  % --sat_finite_models                   false
% 150.21/150.49  % --sat_fm_lemmas                       false
% 150.21/150.49  % --sat_fm_prep                         false
% 150.21/150.49  % --sat_fm_uc_incr                      true
% 150.21/150.49  % --sat_out_model                       small
% 150.21/150.49  % --sat_out_clauses                     false
% 150.21/150.49  
% 150.21/150.49  % ------ QBF Options
% 150.21/150.49  
% 150.21/150.49  % --qbf_mode                            false
% 150.21/150.49  % --qbf_elim_univ                       true
% 150.21/150.49  % --qbf_sk_in                           true
% 150.21/150.49  % --qbf_pred_elim                       true
% 150.21/150.49  % --qbf_split                           32
% 150.21/150.49  
% 150.21/150.49  % ------ BMC1 Options
% 150.21/150.49  
% 150.21/150.49  % --bmc1_incremental                    false
% 150.21/150.49  % --bmc1_axioms                         reachable_all
% 150.21/150.49  % --bmc1_min_bound                      0
% 150.21/150.49  % --bmc1_max_bound                      -1
% 150.21/150.49  % --bmc1_max_bound_default              -1
% 150.21/150.49  % --bmc1_symbol_reachability            true
% 150.21/150.49  % --bmc1_property_lemmas                false
% 150.21/150.49  % --bmc1_k_induction                    false
% 150.21/150.49  % --bmc1_non_equiv_states               false
% 150.21/150.49  % --bmc1_deadlock                       false
% 150.21/150.49  % --bmc1_ucm                            false
% 150.21/150.49  % --bmc1_add_unsat_core                 none
% 150.21/150.49  % --bmc1_unsat_core_children            false
% 150.21/150.49  % --bmc1_unsat_core_extrapolate_axioms  false
% 150.21/150.49  % --bmc1_out_stat                       full
% 150.21/150.49  % --bmc1_ground_init                    false
% 150.21/150.49  % --bmc1_pre_inst_next_state            false
% 150.21/150.49  % --bmc1_pre_inst_state                 false
% 150.21/150.49  % --bmc1_pre_inst_reach_state           false
% 150.21/150.49  % --bmc1_out_unsat_core                 false
% 150.21/150.49  % --bmc1_aig_witness_out                false
% 150.21/150.49  % --bmc1_verbose                        false
% 150.21/150.49  % --bmc1_dump_clauses_tptp              false
% 150.21/150.49  % --bmc1_dump_unsat_core_tptp           false
% 150.21/150.49  % --bmc1_dump_file                      -
% 150.21/150.49  % --bmc1_ucm_expand_uc_limit            128
% 150.21/150.49  % --bmc1_ucm_n_expand_iterations        6
% 150.21/150.49  % --bmc1_ucm_extend_mode                1
% 150.21/150.49  % --bmc1_ucm_init_mode                  2
% 150.21/150.49  % --bmc1_ucm_cone_mode                  none
% 150.21/150.49  % --bmc1_ucm_reduced_relation_type      0
% 150.21/150.49  % --bmc1_ucm_relax_model                4
% 150.21/150.49  % --bmc1_ucm_full_tr_after_sat          true
% 150.21/150.49  % --bmc1_ucm_expand_neg_assumptions     false
% 150.21/150.49  % --bmc1_ucm_layered_model              none
% 150.21/150.49  % --bmc1_ucm_max_lemma_size             10
% 150.21/150.49  
% 150.21/150.49  % ------ AIG Options
% 150.21/150.49  
% 150.21/150.49  % --aig_mode                            false
% 150.21/150.49  
% 150.21/150.49  % ------ Instantiation Options
% 150.21/150.49  
% 150.21/150.49  % --instantiation_flag                  true
% 150.21/150.49  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 150.21/150.49  % --inst_solver_per_active              750
% 150.21/150.49  % --inst_solver_calls_frac              0.5
% 150.21/150.49  % --inst_passive_queue_type             priority_queues
% 150.21/150.49  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 150.21/150.49  % --inst_passive_queues_freq            [25;2]
% 150.21/150.49  % --inst_dismatching                    true
% 150.21/150.49  % --inst_eager_unprocessed_to_passive   true
% 150.21/150.49  % --inst_prop_sim_given                 true
% 172.08/172.31  % --inst_prop_sim_new                   false
% 172.08/172.31  % --inst_orphan_elimination             true
% 172.08/172.31  % --inst_learning_loop_flag             true
% 172.08/172.31  % --inst_learning_start                 3000
% 172.08/172.31  % --inst_learning_factor                2
% 172.08/172.31  % --inst_start_prop_sim_after_learn     3
% 172.08/172.31  % --inst_sel_renew                      solver
% 172.08/172.31  % --inst_lit_activity_flag              true
% 172.08/172.31  % --inst_out_proof                      true
% 172.08/172.31  
% 172.08/172.31  % ------ Resolution Options
% 172.08/172.31  
% 172.08/172.31  % --resolution_flag                     true
% 172.08/172.31  % --res_lit_sel                         kbo_max
% 172.08/172.31  % --res_to_prop_solver                  none
% 172.08/172.31  % --res_prop_simpl_new                  false
% 172.08/172.31  % --res_prop_simpl_given                false
% 172.08/172.31  % --res_passive_queue_type              priority_queues
% 172.08/172.31  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 172.08/172.31  % --res_passive_queues_freq             [15;5]
% 172.08/172.31  % --res_forward_subs                    full
% 172.08/172.31  % --res_backward_subs                   full
% 172.08/172.31  % --res_forward_subs_resolution         true
% 172.08/172.31  % --res_backward_subs_resolution        true
% 172.08/172.31  % --res_orphan_elimination              false
% 172.08/172.31  % --res_time_limit                      1000.
% 172.08/172.31  % --res_out_proof                       true
% 172.08/172.31  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_128f58.s
% 172.08/172.31  % --modulo                              true
% 172.08/172.31  
% 172.08/172.31  % ------ Combination Options
% 172.08/172.31  
% 172.08/172.31  % --comb_res_mult                       1000
% 172.08/172.31  % --comb_inst_mult                      300
% 172.08/172.31  % ------ 
% 172.08/172.31  
% 172.08/172.31  
% 172.08/172.31  
% 172.08/172.31  % ------ Proving...
% 172.08/172.31  % 
% 172.08/172.31  
% 172.08/172.31  
% 172.08/172.31  % ------                             Statistics
% 172.08/172.31  
% 172.08/172.31  % ------ General
% 172.08/172.31  
% 172.08/172.31  % num_of_input_clauses:                 81
% 172.08/172.31  % num_of_input_neg_conjectures:         2
% 172.08/172.31  % num_of_splits:                        0
% 172.08/172.31  % num_of_split_atoms:                   0
% 172.08/172.31  % num_of_sem_filtered_clauses:          0
% 172.08/172.31  % num_of_subtypes:                      0
% 172.08/172.31  % monotx_restored_types:                0
% 172.08/172.31  % sat_num_of_epr_types:                 0
% 172.08/172.31  % sat_num_of_non_cyclic_types:          0
% 172.08/172.31  % sat_guarded_non_collapsed_types:      0
% 172.08/172.31  % is_epr:                               0
% 172.08/172.31  % is_horn:                              0
% 172.08/172.31  % has_eq:                               0
% 172.08/172.31  % num_pure_diseq_elim:                  0
% 172.08/172.31  % simp_replaced_by:                     0
% 172.08/172.31  % res_preprocessed:                     6
% 172.08/172.31  % prep_upred:                           0
% 172.08/172.31  % prep_unflattend:                      0
% 172.08/172.31  % pred_elim_cands:                      1
% 172.08/172.31  % pred_elim:                            1
% 172.08/172.31  % pred_elim_cl:                         2
% 172.08/172.31  % pred_elim_cycles:                     2
% 172.08/172.31  % forced_gc_time:                       0
% 172.08/172.31  % gc_basic_clause_elim:                 0
% 172.08/172.31  % parsing_time:                         0.003
% 172.08/172.31  % sem_filter_time:                      0.
% 172.08/172.31  % pred_elim_time:                       0.
% 172.08/172.31  % out_proof_time:                       0.001
% 172.08/172.31  % monotx_time:                          0.
% 172.08/172.31  % subtype_inf_time:                     0.
% 172.08/172.31  % unif_index_cands_time:                0.031
% 172.08/172.31  % unif_index_add_time:                  0.013
% 172.08/172.31  % total_time:                           21.836
% 172.08/172.31  % num_of_symbols:                       37
% 172.08/172.31  % num_of_terms:                         18293
% 172.08/172.31  
% 172.08/172.31  % ------ Propositional Solver
% 172.08/172.31  
% 172.08/172.31  % prop_solver_calls:                    15
% 172.08/172.31  % prop_fast_solver_calls:               10
% 172.08/172.31  % prop_num_of_clauses:                  9850
% 172.08/172.31  % prop_preprocess_simplified:           17755
% 172.08/172.31  % prop_fo_subsumed:                     0
% 172.08/172.31  % prop_solver_time:                     0.002
% 172.08/172.31  % prop_fast_solver_time:                0.
% 172.08/172.31  % prop_unsat_core_time:                 0.001
% 172.08/172.31  
% 172.08/172.31  % ------ QBF 
% 172.08/172.31  
% 172.08/172.31  % qbf_q_res:                            0
% 172.08/172.31  % qbf_num_tautologies:                  0
% 172.08/172.31  % qbf_prep_cycles:                      0
% 172.08/172.31  
% 172.08/172.31  % ------ BMC1
% 172.08/172.31  
% 172.08/172.31  % bmc1_current_bound:                   -1
% 172.08/172.31  % bmc1_last_solved_bound:               -1
% 172.08/172.31  % bmc1_unsat_core_size:                 -1
% 172.08/172.31  % bmc1_unsat_core_parents_size:         -1
% 172.08/172.31  % bmc1_merge_next_fun:                  0
% 172.08/172.31  % bmc1_unsat_core_clauses_time:         0.
% 172.08/172.31  
% 172.08/172.31  % ------ Instantiation
% 172.08/172.31  
% 172.08/172.31  % inst_num_of_clauses:                  7293
% 172.08/172.31  % inst_num_in_passive:                  4722
% 172.08/172.31  % inst_num_in_active:                   2406
% 172.08/172.31  % inst_num_in_unprocessed:              4
% 172.08/172.31  % inst_num_of_loops:                    2893
% 172.08/172.31  % inst_num_of_learning_restarts:        0
% 172.08/172.31  % inst_num_moves_active_passive:        325
% 172.08/172.31  % inst_lit_activity:                    830
% 172.08/172.31  % inst_lit_activity_moves:              0
% 172.08/172.31  % inst_num_tautologies:                 159
% 172.08/172.31  % inst_num_prop_implied:                0
% 172.08/172.31  % inst_num_existing_simplified:         0
% 172.08/172.31  % inst_num_eq_res_simplified:           0
% 172.08/172.31  % inst_num_child_elim:                  0
% 172.08/172.31  % inst_num_of_dismatching_blockings:    11431
% 172.08/172.31  % inst_num_of_non_proper_insts:         38769
% 172.08/172.31  % inst_num_of_duplicates:               19841
% 172.08/172.31  % inst_inst_num_from_inst_to_res:       0
% 172.08/172.31  % inst_dismatching_checking_time:       0.052
% 172.08/172.31  
% 172.08/172.31  % ------ Resolution
% 172.08/172.31  
% 172.08/172.31  % res_num_of_clauses:                   112478
% 172.08/172.31  % res_num_in_passive:                   109930
% 172.08/172.31  % res_num_in_active:                    5404
% 172.08/172.31  % res_num_of_loops:                     10000
% 172.08/172.31  % res_forward_subset_subsumed:          81928
% 172.08/172.31  % res_backward_subset_subsumed:         3151
% 172.08/172.31  % res_forward_subsumed:                 4211
% 172.08/172.31  % res_backward_subsumed:                89
% 172.08/172.31  % res_forward_subsumption_resolution:   1966
% 172.08/172.31  % res_backward_subsumption_resolution:  18
% 172.08/172.31  % res_clause_to_clause_subsumption:     7934934
% 172.08/172.31  % res_orphan_elimination:               0
% 172.08/172.31  % res_tautology_del:                    6828
% 172.08/172.31  % res_num_eq_res_simplified:            0
% 172.08/172.31  % res_num_sel_changes:                  0
% 172.08/172.31  % res_moves_from_active_to_pass:        0
% 172.08/172.31  
% 172.08/172.31  % Status Unsatisfiable
% 172.08/172.31  % SZS status Unsatisfiable
% 172.08/172.31  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------