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

View Problem - Process Solution

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

% Computer : n032.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:10:57 EDT 2022

% Result   : Unsatisfiable 154.21s 154.41s
% Output   : CNFRefutation 154.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   39
% Syntax   : Number of formulae    :  255 (  43 unt;   0 def)
%            Number of atoms       :  745 (   0 equ)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  967 ( 477   ~; 490   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   5 avg)
%            Maximal term depth    :    2 (   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,
    ~ product(multiplicative_identity,a,b),
    file('<stdin>',not_product_4) ).

fof(c_0_1_002,hypothesis,
    sum(additive_identity,a,b),
    file('<stdin>',sum_3) ).

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,
    ~ product(multiplicative_identity,a,b),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_5_006,hypothesis,
    sum(additive_identity,a,b),
    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,
    ~ product(multiplicative_identity,a,b),
    c_0_4 ).

fof(c_0_9_010,hypothesis,
    sum(additive_identity,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,
    ~ product(multiplicative_identity,a,b),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

cnf(c_0_13_014,hypothesis,
    sum(additive_identity,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,
    ~ product(multiplicative_identity,a,b),
    c_0_12,
    [final] ).

cnf(c_0_17_018,hypothesis,
    sum(additive_identity,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_72,plain,
    ( product(X0,X1,X2)
    | ~ sum(X3,X4,X2)
    | ~ product(X5,X1,X4)
    | ~ product(X6,X1,X3)
    | ~ sum(X6,X5,X0) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_b2a563.p',c_0_104_4) ).

cnf(c_184,plain,
    ( product(X0,X1,X2)
    | ~ sum(X3,X4,X2)
    | ~ product(X5,X1,X4)
    | ~ product(X6,X1,X3)
    | ~ sum(X6,X5,X0) ),
    inference(copy,[status(esa)],[c_72]) ).

cnf(c_25440,plain,
    ( ~ sum(X0,X1,X2)
    | ~ sum(X3,X1,X4)
    | product(X4,multiplicative_identity,X2)
    | ~ product(X1,multiplicative_identity,X1)
    | ~ product(X3,multiplicative_identity,X0) ),
    inference(instantiation,[status(thm)],[c_184]) ).

cnf(c_131426,plain,
    ( ~ sum(X0,X1,a)
    | ~ sum(X2,X1,b)
    | product(a,multiplicative_identity,b)
    | ~ product(X1,multiplicative_identity,X1)
    | ~ product(X0,multiplicative_identity,X2) ),
    inference(instantiation,[status(thm)],[c_25440]) ).

cnf(c_136901,plain,
    ( ~ sum(additive_identity,a,a)
    | ~ sum(X0,a,b)
    | ~ product(additive_identity,multiplicative_identity,X0)
    | ~ product(a,multiplicative_identity,a)
    | product(a,multiplicative_identity,b) ),
    inference(instantiation,[status(thm)],[c_131426]) ).

cnf(c_136902,plain,
    ( ~ sum(additive_identity,a,a)
    | ~ sum(additive_identity,a,b)
    | ~ product(additive_identity,multiplicative_identity,additive_identity)
    | ~ product(a,multiplicative_identity,a)
    | product(a,multiplicative_identity,b) ),
    inference(instantiation,[status(thm)],[c_136901]) ).

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

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

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

cnf(c_45,plain,
    ( product(X0,X1,X2)
    | ~ product(X1,X0,X2) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_b2a563.p',c_0_111_1) ).

cnf(c_157,plain,
    ( product(X0,X1,X2)
    | ~ product(X1,X0,X2) ),
    inference(copy,[status(esa)],[c_45]) ).

cnf(c_25362,plain,
    ( ~ product(multiplicative_identity,X0,X0)
    | product(X0,multiplicative_identity,X0) ),
    inference(instantiation,[status(thm)],[c_157]) ).

cnf(c_25609,plain,
    ( ~ product(multiplicative_identity,a,a)
    | product(a,multiplicative_identity,a) ),
    inference(instantiation,[status(thm)],[c_25362]) ).

cnf(c_60,plain,
    ( ~ product(X0,X1,X2)
    | product(X0,X3,X4)
    | ~ product(X2,X5,X4)
    | ~ product(X1,X5,X3) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_b2a563.p',c_0_107_2) ).

cnf(c_172,plain,
    ( ~ product(X0,X1,X2)
    | product(X0,X3,X4)
    | ~ product(X2,X5,X4)
    | ~ product(X1,X5,X3) ),
    inference(copy,[status(esa)],[c_60]) ).

cnf(c_25369,plain,
    ( ~ product(multiplicative_identity,X0,X0)
    | product(multiplicative_identity,X1,X2)
    | ~ product(X0,X3,X2)
    | ~ product(X0,X3,X1) ),
    inference(instantiation,[status(thm)],[c_172]) ).

cnf(c_25565,plain,
    ( product(multiplicative_identity,a,b)
    | ~ product(multiplicative_identity,X0,X0)
    | ~ product(X0,X1,a)
    | ~ product(X0,X1,b) ),
    inference(instantiation,[status(thm)],[c_25369]) ).

cnf(c_25608,plain,
    ( ~ product(multiplicative_identity,a,a)
    | product(multiplicative_identity,a,b)
    | ~ product(a,multiplicative_identity,a)
    | ~ product(a,multiplicative_identity,b) ),
    inference(instantiation,[status(thm)],[c_25565]) ).

cnf(c_21,plain,
    ( ~ defined(X0)
    | product(multiplicative_identity,X0,X0) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_b2a563.p',c_0_121_0) ).

cnf(c_133,plain,
    ( ~ defined(X0)
    | product(multiplicative_identity,X0,X0) ),
    inference(copy,[status(esa)],[c_21]) ).

cnf(c_25606,plain,
    ( ~ defined(a)
    | product(multiplicative_identity,a,a) ),
    inference(instantiation,[status(thm)],[c_133]) ).

cnf(c_25363,plain,
    ( product(additive_identity,multiplicative_identity,additive_identity)
    | ~ product(multiplicative_identity,additive_identity,additive_identity) ),
    inference(instantiation,[status(thm)],[c_25362]) ).

cnf(c_0,plain,
    defined(additive_identity),
    file('/export/starexec/sandbox/tmp/iprover_modulo_b2a563.p',c_0_129_0) ).

cnf(c_87,plain,
    ( ~ defined(additive_identity)
    | product(multiplicative_identity,additive_identity,additive_identity) ),
    inference(instantiation,[status(thm)],[c_21]) ).

cnf(c_78,plain,
    sum(additive_identity,a,b),
    file('/export/starexec/sandbox/tmp/iprover_modulo_b2a563.p',c_0_17) ).

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

cnf(c_77,negated_conjecture,
    ~ product(multiplicative_identity,a,b),
    file('/export/starexec/sandbox/tmp/iprover_modulo_b2a563.p',c_0_16) ).

cnf(contradiction,plain,
    $false,
    inference(minisat,[status(thm)],[c_136902,c_136878,c_25609,c_25608,c_25606,c_25363,c_0,c_87,c_78,c_80,c_77]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.10  % Problem  : FLD001-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.03/0.10  % Command  : iprover_modulo %s %d
% 0.11/0.29  % Computer : n032.cluster.edu
% 0.11/0.29  % Model    : x86_64 x86_64
% 0.11/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.29  % Memory   : 8042.1875MB
% 0.11/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.29  % CPULimit : 300
% 0.11/0.29  % WCLimit  : 600
% 0.11/0.29  % DateTime : Mon Jun  6 14:26:04 EDT 2022
% 0.11/0.30  % CPUTime  : 
% 0.11/0.30  % Running in mono-core mode
% 0.16/0.35  % Orienting using strategy Equiv(ClausalAll)
% 0.16/0.35  % Orientation found
% 0.16/0.35  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox/tmp/iprover_proof_0cb24f.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox/tmp/iprover_modulo_b2a563.p | tee /export/starexec/sandbox/tmp/iprover_modulo_out_47ca02 | grep -v "SZS"
% 0.16/0.37  
% 0.16/0.37  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.16/0.37  
% 0.16/0.37  % 
% 0.16/0.37  % ------  iProver source info 
% 0.16/0.37  
% 0.16/0.37  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.16/0.37  % git: non_committed_changes: true
% 0.16/0.37  % git: last_make_outside_of_git: true
% 0.16/0.37  
% 0.16/0.37  % 
% 0.16/0.37  % ------ Input Options
% 0.16/0.37  
% 0.16/0.37  % --out_options                         all
% 0.16/0.37  % --tptp_safe_out                       true
% 0.16/0.37  % --problem_path                        ""
% 0.16/0.37  % --include_path                        ""
% 0.16/0.37  % --clausifier                          .//eprover
% 0.16/0.37  % --clausifier_options                  --tstp-format  
% 0.16/0.37  % --stdin                               false
% 0.16/0.37  % --dbg_backtrace                       false
% 0.16/0.37  % --dbg_dump_prop_clauses               false
% 0.16/0.37  % --dbg_dump_prop_clauses_file          -
% 0.16/0.37  % --dbg_out_stat                        false
% 0.16/0.37  
% 0.16/0.37  % ------ General Options
% 0.16/0.37  
% 0.16/0.37  % --fof                                 false
% 0.16/0.37  % --time_out_real                       150.
% 0.16/0.37  % --time_out_prep_mult                  0.2
% 0.16/0.37  % --time_out_virtual                    -1.
% 0.16/0.37  % --schedule                            none
% 0.16/0.37  % --ground_splitting                    input
% 0.16/0.37  % --splitting_nvd                       16
% 0.16/0.37  % --non_eq_to_eq                        false
% 0.16/0.37  % --prep_gs_sim                         true
% 0.16/0.37  % --prep_unflatten                      false
% 0.16/0.37  % --prep_res_sim                        true
% 0.16/0.37  % --prep_upred                          true
% 0.16/0.37  % --res_sim_input                       true
% 0.16/0.37  % --clause_weak_htbl                    true
% 0.16/0.37  % --gc_record_bc_elim                   false
% 0.16/0.37  % --symbol_type_check                   false
% 0.16/0.37  % --clausify_out                        false
% 0.16/0.37  % --large_theory_mode                   false
% 0.16/0.37  % --prep_sem_filter                     none
% 0.16/0.37  % --prep_sem_filter_out                 false
% 0.16/0.37  % --preprocessed_out                    false
% 0.16/0.37  % --sub_typing                          false
% 0.16/0.37  % --brand_transform                     false
% 0.16/0.37  % --pure_diseq_elim                     true
% 0.16/0.37  % --min_unsat_core                      false
% 0.16/0.37  % --pred_elim                           true
% 0.16/0.37  % --add_important_lit                   false
% 0.16/0.37  % --soft_assumptions                    false
% 0.16/0.37  % --reset_solvers                       false
% 0.16/0.37  % --bc_imp_inh                          []
% 0.16/0.37  % --conj_cone_tolerance                 1.5
% 0.16/0.37  % --prolific_symb_bound                 500
% 0.16/0.37  % --lt_threshold                        2000
% 0.16/0.37  
% 0.16/0.37  % ------ SAT Options
% 0.16/0.37  
% 0.16/0.37  % --sat_mode                            false
% 0.16/0.37  % --sat_fm_restart_options              ""
% 0.16/0.37  % --sat_gr_def                          false
% 0.16/0.37  % --sat_epr_types                       true
% 0.16/0.37  % --sat_non_cyclic_types                false
% 0.16/0.37  % --sat_finite_models                   false
% 0.16/0.37  % --sat_fm_lemmas                       false
% 0.16/0.37  % --sat_fm_prep                         false
% 0.16/0.37  % --sat_fm_uc_incr                      true
% 0.16/0.37  % --sat_out_model                       small
% 0.16/0.37  % --sat_out_clauses                     false
% 0.16/0.37  
% 0.16/0.37  % ------ QBF Options
% 0.16/0.37  
% 0.16/0.37  % --qbf_mode                            false
% 0.16/0.37  % --qbf_elim_univ                       true
% 0.16/0.37  % --qbf_sk_in                           true
% 0.16/0.37  % --qbf_pred_elim                       true
% 0.16/0.37  % --qbf_split                           32
% 0.16/0.37  
% 0.16/0.37  % ------ BMC1 Options
% 0.16/0.37  
% 0.16/0.37  % --bmc1_incremental                    false
% 0.16/0.37  % --bmc1_axioms                         reachable_all
% 0.16/0.37  % --bmc1_min_bound                      0
% 0.16/0.37  % --bmc1_max_bound                      -1
% 0.16/0.37  % --bmc1_max_bound_default              -1
% 0.16/0.37  % --bmc1_symbol_reachability            true
% 0.16/0.37  % --bmc1_property_lemmas                false
% 0.16/0.37  % --bmc1_k_induction                    false
% 0.16/0.37  % --bmc1_non_equiv_states               false
% 0.16/0.37  % --bmc1_deadlock                       false
% 0.16/0.37  % --bmc1_ucm                            false
% 0.16/0.37  % --bmc1_add_unsat_core                 none
% 0.16/0.37  % --bmc1_unsat_core_children            false
% 0.16/0.37  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.16/0.37  % --bmc1_out_stat                       full
% 0.16/0.37  % --bmc1_ground_init                    false
% 0.16/0.37  % --bmc1_pre_inst_next_state            false
% 0.16/0.37  % --bmc1_pre_inst_state                 false
% 0.16/0.37  % --bmc1_pre_inst_reach_state           false
% 0.16/0.37  % --bmc1_out_unsat_core                 false
% 0.16/0.37  % --bmc1_aig_witness_out                false
% 0.16/0.37  % --bmc1_verbose                        false
% 0.16/0.37  % --bmc1_dump_clauses_tptp              false
% 0.16/0.38  % --bmc1_dump_unsat_core_tptp           false
% 0.16/0.38  % --bmc1_dump_file                      -
% 0.16/0.38  % --bmc1_ucm_expand_uc_limit            128
% 0.16/0.38  % --bmc1_ucm_n_expand_iterations        6
% 0.16/0.38  % --bmc1_ucm_extend_mode                1
% 0.16/0.38  % --bmc1_ucm_init_mode                  2
% 0.16/0.38  % --bmc1_ucm_cone_mode                  none
% 0.16/0.38  % --bmc1_ucm_reduced_relation_type      0
% 0.16/0.38  % --bmc1_ucm_relax_model                4
% 0.16/0.38  % --bmc1_ucm_full_tr_after_sat          true
% 0.16/0.38  % --bmc1_ucm_expand_neg_assumptions     false
% 0.16/0.38  % --bmc1_ucm_layered_model              none
% 0.16/0.38  % --bmc1_ucm_max_lemma_size             10
% 0.16/0.38  
% 0.16/0.38  % ------ AIG Options
% 0.16/0.38  
% 0.16/0.38  % --aig_mode                            false
% 0.16/0.38  
% 0.16/0.38  % ------ Instantiation Options
% 0.16/0.38  
% 0.16/0.38  % --instantiation_flag                  true
% 0.16/0.38  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.16/0.38  % --inst_solver_per_active              750
% 0.16/0.38  % --inst_solver_calls_frac              0.5
% 0.16/0.38  % --inst_passive_queue_type             priority_queues
% 0.16/0.38  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.16/0.38  % --inst_passive_queues_freq            [25;2]
% 0.16/0.38  % --inst_dismatching                    true
% 0.16/0.38  % --inst_eager_unprocessed_to_passive   true
% 0.16/0.38  % --inst_prop_sim_given                 true
% 0.16/0.38  % --inst_prop_sim_new                   false
% 0.16/0.38  % --inst_orphan_elimination             true
% 0.16/0.38  % --inst_learning_loop_flag             true
% 0.16/0.38  % --inst_learning_start                 3000
% 0.16/0.38  % --inst_learning_factor                2
% 0.16/0.38  % --inst_start_prop_sim_after_learn     3
% 0.16/0.38  % --inst_sel_renew                      solver
% 0.16/0.38  % --inst_lit_activity_flag              true
% 0.16/0.38  % --inst_out_proof                      true
% 0.16/0.38  
% 0.16/0.38  % ------ Resolution Options
% 0.16/0.38  
% 0.16/0.38  % --resolution_flag                     true
% 0.16/0.38  % --res_lit_sel                         kbo_max
% 0.16/0.38  % --res_to_prop_solver                  none
% 0.16/0.38  % --res_prop_simpl_new                  false
% 0.16/0.38  % --res_prop_simpl_given                false
% 0.16/0.38  % --res_passive_queue_type              priority_queues
% 0.16/0.38  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.16/0.38  % --res_passive_queues_freq             [15;5]
% 0.16/0.38  % --res_forward_subs                    full
% 0.16/0.38  % --res_backward_subs                   full
% 0.16/0.38  % --res_forward_subs_resolution         true
% 0.16/0.38  % --res_backward_subs_resolution        true
% 0.16/0.38  % --res_orphan_elimination              false
% 0.16/0.38  % --res_time_limit                      1000.
% 0.16/0.38  % --res_out_proof                       true
% 0.16/0.38  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_0cb24f.s
% 0.16/0.38  % --modulo                              true
% 0.16/0.38  
% 0.16/0.38  % ------ Combination Options
% 0.16/0.38  
% 0.16/0.38  % --comb_res_mult                       1000
% 0.16/0.38  % --comb_inst_mult                      300
% 0.16/0.38  % ------ 
% 0.16/0.38  
% 0.16/0.38  % ------ Parsing...% successful
% 0.16/0.38  
% 0.16/0.38  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe:1:0s pe:2:0s pe_e  snvd_s sp: 0 0s snvd_e % 
% 0.16/0.38  
% 0.16/0.38  % ------ Proving...
% 0.16/0.38  % ------ Problem Properties 
% 0.16/0.38  
% 0.16/0.38  % 
% 0.16/0.38  % EPR                                   false
% 0.16/0.38  % Horn                                  false
% 0.16/0.38  % Has equality                          false
% 0.16/0.38  
% 0.16/0.38  % % ------ Input Options Time Limit: Unbounded
% 0.16/0.38  
% 0.16/0.38  
% 0.16/0.38  % % ------ Current options:
% 0.16/0.38  
% 0.16/0.38  % ------ Input Options
% 0.16/0.38  
% 0.16/0.38  % --out_options                         all
% 0.16/0.38  % --tptp_safe_out                       true
% 0.16/0.38  % --problem_path                        ""
% 0.16/0.38  % --include_path                        ""
% 0.16/0.38  % --clausifier                          .//eprover
% 0.16/0.38  % --clausifier_options                  --tstp-format  
% 0.16/0.38  % --stdin                               false
% 0.16/0.38  % --dbg_backtrace                       false
% 0.16/0.38  % --dbg_dump_prop_clauses               false
% 0.16/0.38  % --dbg_dump_prop_clauses_file          -
% 0.16/0.38  % --dbg_out_stat                        false
% 0.16/0.38  
% 0.16/0.38  % ------ General Options
% 0.16/0.38  
% 0.16/0.38  % --fof                                 false
% 0.16/0.38  % --time_out_real                       150.
% 0.16/0.38  % --time_out_prep_mult                  0.2
% 0.16/0.38  % --time_out_virtual                    -1.
% 0.16/0.38  % --schedule                            none
% 0.16/0.38  % --ground_splitting                    input
% 0.16/0.38  % --splitting_nvd                       16
% 0.16/0.38  % --non_eq_to_eq                        false
% 0.16/0.38  % --prep_gs_sim                         true
% 0.16/0.38  % --prep_unflatten                      false
% 0.16/0.38  % --prep_res_sim                        true
% 0.16/0.38  % --prep_upred                          true
% 0.16/0.38  % --res_sim_input                       true
% 0.16/0.38  % --clause_weak_htbl                    true
% 0.16/0.38  % --gc_record_bc_elim                   false
% 0.16/0.38  % --symbol_type_check                   false
% 0.16/0.38  % --clausify_out                        false
% 0.16/0.38  % --large_theory_mode                   false
% 0.16/0.38  % --prep_sem_filter                     none
% 0.16/0.38  % --prep_sem_filter_out                 false
% 0.16/0.38  % --preprocessed_out                    false
% 0.16/0.38  % --sub_typing                          false
% 0.16/0.38  % --brand_transform                     false
% 0.16/0.38  % --pure_diseq_elim                     true
% 0.16/0.38  % --min_unsat_core                      false
% 0.16/0.38  % --pred_elim                           true
% 0.16/0.38  % --add_important_lit                   false
% 0.16/0.38  % --soft_assumptions                    false
% 0.16/0.38  % --reset_solvers                       false
% 0.16/0.38  % --bc_imp_inh                          []
% 0.16/0.38  % --conj_cone_tolerance                 1.5
% 0.16/0.38  % --prolific_symb_bound                 500
% 0.16/0.38  % --lt_threshold                        2000
% 0.16/0.38  
% 0.16/0.38  % ------ SAT Options
% 0.16/0.38  
% 0.16/0.38  % --sat_mode                            false
% 0.16/0.38  % --sat_fm_restart_options              ""
% 0.16/0.38  % --sat_gr_def                          false
% 0.16/0.38  % --sat_epr_types                       true
% 0.16/0.38  % --sat_non_cyclic_types                false
% 0.16/0.38  % --sat_finite_models                   false
% 0.16/0.38  % --sat_fm_lemmas                       false
% 0.16/0.38  % --sat_fm_prep                         false
% 0.16/0.38  % --sat_fm_uc_incr                      true
% 0.16/0.38  % --sat_out_model                       small
% 0.16/0.38  % --sat_out_clauses                     false
% 0.16/0.38  
% 0.16/0.38  % ------ QBF Options
% 0.16/0.38  
% 0.16/0.38  % --qbf_mode                            false
% 0.16/0.38  % --qbf_elim_univ                       true
% 0.16/0.38  % --qbf_sk_in                           true
% 0.16/0.38  % --qbf_pred_elim                       true
% 0.16/0.38  % --qbf_split                           32
% 0.16/0.38  
% 0.16/0.38  % ------ BMC1 Options
% 0.16/0.38  
% 0.16/0.38  % --bmc1_incremental                    false
% 0.16/0.38  % --bmc1_axioms                         reachable_all
% 0.16/0.38  % --bmc1_min_bound                      0
% 0.16/0.38  % --bmc1_max_bound                      -1
% 0.16/0.38  % --bmc1_max_bound_default              -1
% 0.16/0.38  % --bmc1_symbol_reachability            true
% 0.16/0.38  % --bmc1_property_lemmas                false
% 0.16/0.38  % --bmc1_k_induction                    false
% 0.16/0.38  % --bmc1_non_equiv_states               false
% 0.16/0.38  % --bmc1_deadlock                       false
% 0.16/0.38  % --bmc1_ucm                            false
% 0.16/0.38  % --bmc1_add_unsat_core                 none
% 0.16/0.38  % --bmc1_unsat_core_children            false
% 0.16/0.38  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.16/0.38  % --bmc1_out_stat                       full
% 0.16/0.38  % --bmc1_ground_init                    false
% 0.16/0.38  % --bmc1_pre_inst_next_state            false
% 0.16/0.38  % --bmc1_pre_inst_state                 false
% 0.16/0.38  % --bmc1_pre_inst_reach_state           false
% 0.16/0.38  % --bmc1_out_unsat_core                 false
% 0.16/0.38  % --bmc1_aig_witness_out                false
% 0.16/0.38  % --bmc1_verbose                        false
% 0.16/0.38  % --bmc1_dump_clauses_tptp              false
% 0.16/0.38  % --bmc1_dump_unsat_core_tptp           false
% 0.16/0.38  % --bmc1_dump_file                      -
% 0.16/0.38  % --bmc1_ucm_expand_uc_limit            128
% 0.16/0.38  % --bmc1_ucm_n_expand_iterations        6
% 0.16/0.38  % --bmc1_ucm_extend_mode                1
% 0.16/0.38  % --bmc1_ucm_init_mode                  2
% 0.16/0.38  % --bmc1_ucm_cone_mode                  none
% 0.16/0.38  % --bmc1_ucm_reduced_relation_type      0
% 0.16/0.38  % --bmc1_ucm_relax_model                4
% 0.16/0.38  % --bmc1_ucm_full_tr_after_sat          true
% 0.16/0.38  % --bmc1_ucm_expand_neg_assumptions     false
% 0.16/0.38  % --bmc1_ucm_layered_model              none
% 0.16/0.38  % --bmc1_ucm_max_lemma_size             10
% 0.16/0.38  
% 0.16/0.38  % ------ AIG Options
% 0.16/0.38  
% 0.16/0.38  % --aig_mode                            false
% 0.16/0.38  
% 0.16/0.38  % ------ Instantiation Options
% 0.16/0.38  
% 0.16/0.38  % --instantiation_flag                  true
% 0.16/0.38  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.16/0.38  % --inst_solver_per_active              750
% 0.16/0.38  % --inst_solver_calls_frac              0.5
% 0.16/0.38  % --inst_passive_queue_type             priority_queues
% 0.16/0.38  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.16/0.38  % --inst_passive_queues_freq            [25;2]
% 0.16/0.38  % --inst_dismatching                    true
% 0.16/0.38  % --inst_eager_unprocessed_to_passive   true
% 0.16/0.38  % --inst_prop_sim_given                 true
% 150.14/150.37  % --inst_prop_sim_new                   false
% 150.14/150.37  % --inst_orphan_elimination             true
% 150.14/150.37  % --inst_learning_loop_flag             true
% 150.14/150.37  % --inst_learning_start                 3000
% 150.14/150.37  % --inst_learning_factor                2
% 150.14/150.37  % --inst_start_prop_sim_after_learn     3
% 150.14/150.37  % --inst_sel_renew                      solver
% 150.14/150.37  % --inst_lit_activity_flag              true
% 150.14/150.37  % --inst_out_proof                      true
% 150.14/150.37  
% 150.14/150.37  % ------ Resolution Options
% 150.14/150.37  
% 150.14/150.37  % --resolution_flag                     true
% 150.14/150.37  % --res_lit_sel                         kbo_max
% 150.14/150.37  % --res_to_prop_solver                  none
% 150.14/150.37  % --res_prop_simpl_new                  false
% 150.14/150.37  % --res_prop_simpl_given                false
% 150.14/150.37  % --res_passive_queue_type              priority_queues
% 150.14/150.37  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 150.14/150.37  % --res_passive_queues_freq             [15;5]
% 150.14/150.37  % --res_forward_subs                    full
% 150.14/150.37  % --res_backward_subs                   full
% 150.14/150.37  % --res_forward_subs_resolution         true
% 150.14/150.37  % --res_backward_subs_resolution        true
% 150.14/150.37  % --res_orphan_elimination              false
% 150.14/150.37  % --res_time_limit                      1000.
% 150.14/150.37  % --res_out_proof                       true
% 150.14/150.37  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_0cb24f.s
% 150.14/150.37  % --modulo                              true
% 150.14/150.37  
% 150.14/150.37  % ------ Combination Options
% 150.14/150.37  
% 150.14/150.37  % --comb_res_mult                       1000
% 150.14/150.37  % --comb_inst_mult                      300
% 150.14/150.37  % ------ 
% 150.14/150.37  
% 150.14/150.37  
% 150.14/150.37  
% 150.14/150.37  % ------ Proving...
% 150.14/150.37  % 
% 150.14/150.37  
% 150.14/150.37  
% 150.14/150.37  % Time Out Real
% 150.14/150.37  
% 150.14/150.37  % ------                             Statistics
% 150.14/150.37  
% 150.14/150.37  % ------ General
% 150.14/150.37  
% 150.14/150.37  % num_of_input_clauses:                 81
% 150.14/150.37  % num_of_input_neg_conjectures:         1
% 150.14/150.37  % num_of_splits:                        0
% 150.14/150.37  % num_of_split_atoms:                   0
% 150.14/150.37  % num_of_sem_filtered_clauses:          0
% 150.14/150.37  % num_of_subtypes:                      0
% 150.14/150.37  % monotx_restored_types:                0
% 150.14/150.37  % sat_num_of_epr_types:                 0
% 150.14/150.37  % sat_num_of_non_cyclic_types:          0
% 150.14/150.37  % sat_guarded_non_collapsed_types:      0
% 150.14/150.37  % is_epr:                               0
% 150.14/150.37  % is_horn:                              0
% 150.14/150.37  % has_eq:                               0
% 150.14/150.37  % num_pure_diseq_elim:                  0
% 150.14/150.37  % simp_replaced_by:                     0
% 150.14/150.37  % res_preprocessed:                     5
% 150.14/150.37  % prep_upred:                           0
% 150.14/150.37  % prep_unflattend:                      0
% 150.14/150.37  % pred_elim_cands:                      2
% 150.14/150.37  % pred_elim:                            2
% 150.14/150.37  % pred_elim_cl:                         3
% 150.14/150.37  % pred_elim_cycles:                     3
% 150.14/150.37  % forced_gc_time:                       0
% 150.14/150.37  % gc_basic_clause_elim:                 0
% 150.14/150.37  % parsing_time:                         0.003
% 150.14/150.37  % sem_filter_time:                      0.
% 150.14/150.37  % pred_elim_time:                       0.
% 150.14/150.37  % out_proof_time:                       0.
% 150.14/150.37  % monotx_time:                          0.
% 150.14/150.37  % subtype_inf_time:                     0.
% 150.14/150.37  % unif_index_cands_time:                0.107
% 150.14/150.37  % unif_index_add_time:                  0.04
% 150.14/150.37  % total_time:                           150.014
% 150.14/150.37  % num_of_symbols:                       37
% 150.14/150.37  % num_of_terms:                         85026
% 150.14/150.37  
% 150.14/150.37  % ------ Propositional Solver
% 150.14/150.37  
% 150.14/150.37  % prop_solver_calls:                    27
% 150.14/150.37  % prop_fast_solver_calls:               9
% 150.14/150.37  % prop_num_of_clauses:                  13976
% 150.14/150.37  % prop_preprocess_simplified:           23902
% 150.14/150.37  % prop_fo_subsumed:                     0
% 150.14/150.37  % prop_solver_time:                     0.005
% 150.14/150.37  % prop_fast_solver_time:                0.
% 150.14/150.37  % prop_unsat_core_time:                 0.
% 150.14/150.37  
% 150.14/150.37  % ------ QBF 
% 150.14/150.37  
% 150.14/150.37  % qbf_q_res:                            0
% 150.14/150.37  % qbf_num_tautologies:                  0
% 150.14/150.37  % qbf_prep_cycles:                      0
% 150.14/150.37  
% 150.14/150.37  % ------ BMC1
% 150.14/150.37  
% 150.14/150.37  % bmc1_current_bound:                   -1
% 150.14/150.37  % bmc1_last_solved_bound:               -1
% 150.14/150.37  % bmc1_unsat_core_size:                 -1
% 150.14/150.37  % bmc1_unsat_core_parents_size:         -1
% 150.14/150.37  % bmc1_merge_next_fun:                  0
% 150.14/150.37  % bmc1_unsat_core_clauses_time:         0.
% 150.14/150.37  
% 150.14/150.37  % ------ Instantiation
% 150.14/150.37  
% 150.14/150.37  % inst_num_of_clauses:                  2328
% 150.14/150.37  % inst_num_in_passive:                  1357
% 150.14/150.37  % inst_num_in_active:                   835
% 150.14/150.37  % inst_num_in_unprocessed:              75
% 150.14/150.37  % inst_num_of_loops:                    899
% 150.20/150.38  % inst_num_of_learning_restarts:        1
% 150.20/150.38  % inst_num_moves_active_passive:        1
% 150.20/150.38  % inst_lit_activity:                    616
% 150.20/150.38  % inst_lit_activity_moves:              0
% 150.20/150.38  % inst_num_tautologies:                 61
% 150.20/150.38  % inst_num_prop_implied:                0
% 150.20/150.38  % inst_num_existing_simplified:         0
% 150.20/150.38  % inst_num_eq_res_simplified:           0
% 150.20/150.38  % inst_num_child_elim:                  0
% 150.20/150.38  % inst_num_of_dismatching_blockings:    5770
% 150.20/150.38  % inst_num_of_non_proper_insts:         11365
% 150.20/150.38  % inst_num_of_duplicates:               4387
% 150.20/150.38  % inst_inst_num_from_inst_to_res:       0
% 150.20/150.38  % inst_dismatching_checking_time:       0.143
% 150.20/150.38  
% 150.20/150.38  % ------ Resolution
% 150.20/150.38  
% 150.20/150.38  % res_num_of_clauses:                   664111
% 150.20/150.38  % res_num_in_passive:                   655204
% 150.20/150.38  % res_num_in_active:                    10237
% 150.20/150.38  % res_num_of_loops:                     13890
% 150.20/150.38  % res_forward_subset_subsumed:          82825
% 150.20/150.38  % res_backward_subset_subsumed:         1451
% 150.20/150.38  % res_forward_subsumed:                 3523
% 150.20/150.38  % res_backward_subsumed:                100
% 150.20/150.38  % res_forward_subsumption_resolution:   1076
% 150.20/150.38  % res_backward_subsumption_resolution:  0
% 150.20/150.38  % res_clause_to_clause_subsumption:     22829082
% 150.20/150.38  % res_orphan_elimination:               0
% 150.20/150.38  % res_tautology_del:                    2
% 150.20/150.38  % res_num_eq_res_simplified:            0
% 150.20/150.38  % res_num_sel_changes:                  0
% 150.20/150.38  % res_moves_from_active_to_pass:        0
% 150.20/150.38  
% 150.20/150.38  % Status Unknown
% 150.20/150.41  % Orienting using strategy ClausalAll
% 150.20/150.41  % Orientation found
% 150.20/150.41  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox/tmp/iprover_proof_0cb24f.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox/tmp/iprover_modulo_b2a563.p | tee /export/starexec/sandbox/tmp/iprover_modulo_out_5482cd | grep -v "SZS"
% 150.20/150.43  
% 150.20/150.43  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 150.20/150.43  
% 150.20/150.43  % 
% 150.20/150.43  % ------  iProver source info 
% 150.20/150.43  
% 150.20/150.43  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 150.20/150.43  % git: non_committed_changes: true
% 150.20/150.43  % git: last_make_outside_of_git: true
% 150.20/150.43  
% 150.20/150.43  % 
% 150.20/150.43  % ------ Input Options
% 150.20/150.43  
% 150.20/150.43  % --out_options                         all
% 150.20/150.43  % --tptp_safe_out                       true
% 150.20/150.43  % --problem_path                        ""
% 150.20/150.43  % --include_path                        ""
% 150.20/150.43  % --clausifier                          .//eprover
% 150.20/150.43  % --clausifier_options                  --tstp-format  
% 150.20/150.43  % --stdin                               false
% 150.20/150.43  % --dbg_backtrace                       false
% 150.20/150.43  % --dbg_dump_prop_clauses               false
% 150.20/150.43  % --dbg_dump_prop_clauses_file          -
% 150.20/150.43  % --dbg_out_stat                        false
% 150.20/150.43  
% 150.20/150.43  % ------ General Options
% 150.20/150.43  
% 150.20/150.43  % --fof                                 false
% 150.20/150.43  % --time_out_real                       150.
% 150.20/150.43  % --time_out_prep_mult                  0.2
% 150.20/150.43  % --time_out_virtual                    -1.
% 150.20/150.43  % --schedule                            none
% 150.20/150.43  % --ground_splitting                    input
% 150.20/150.43  % --splitting_nvd                       16
% 150.20/150.43  % --non_eq_to_eq                        false
% 150.20/150.43  % --prep_gs_sim                         true
% 150.20/150.43  % --prep_unflatten                      false
% 150.20/150.43  % --prep_res_sim                        true
% 150.20/150.43  % --prep_upred                          true
% 150.20/150.43  % --res_sim_input                       true
% 150.20/150.43  % --clause_weak_htbl                    true
% 150.20/150.43  % --gc_record_bc_elim                   false
% 150.20/150.43  % --symbol_type_check                   false
% 150.20/150.43  % --clausify_out                        false
% 150.20/150.43  % --large_theory_mode                   false
% 150.20/150.43  % --prep_sem_filter                     none
% 150.20/150.43  % --prep_sem_filter_out                 false
% 150.20/150.43  % --preprocessed_out                    false
% 150.20/150.43  % --sub_typing                          false
% 150.20/150.43  % --brand_transform                     false
% 150.20/150.43  % --pure_diseq_elim                     true
% 150.20/150.43  % --min_unsat_core                      false
% 150.20/150.43  % --pred_elim                           true
% 150.20/150.43  % --add_important_lit                   false
% 150.20/150.43  % --soft_assumptions                    false
% 150.20/150.43  % --reset_solvers                       false
% 150.20/150.43  % --bc_imp_inh                          []
% 150.20/150.43  % --conj_cone_tolerance                 1.5
% 150.20/150.43  % --prolific_symb_bound                 500
% 150.20/150.43  % --lt_threshold                        2000
% 150.20/150.43  
% 150.20/150.43  % ------ SAT Options
% 150.20/150.43  
% 150.20/150.43  % --sat_mode                            false
% 150.20/150.43  % --sat_fm_restart_options              ""
% 150.20/150.43  % --sat_gr_def                          false
% 150.20/150.43  % --sat_epr_types                       true
% 150.20/150.43  % --sat_non_cyclic_types                false
% 150.20/150.43  % --sat_finite_models                   false
% 150.20/150.43  % --sat_fm_lemmas                       false
% 150.20/150.43  % --sat_fm_prep                         false
% 150.20/150.43  % --sat_fm_uc_incr                      true
% 150.20/150.43  % --sat_out_model                       small
% 150.20/150.43  % --sat_out_clauses                     false
% 150.20/150.43  
% 150.20/150.43  % ------ QBF Options
% 150.20/150.43  
% 150.20/150.43  % --qbf_mode                            false
% 150.20/150.43  % --qbf_elim_univ                       true
% 150.20/150.43  % --qbf_sk_in                           true
% 150.20/150.43  % --qbf_pred_elim                       true
% 150.20/150.43  % --qbf_split                           32
% 150.20/150.43  
% 150.20/150.43  % ------ BMC1 Options
% 150.20/150.43  
% 150.20/150.43  % --bmc1_incremental                    false
% 150.20/150.43  % --bmc1_axioms                         reachable_all
% 150.20/150.43  % --bmc1_min_bound                      0
% 150.20/150.43  % --bmc1_max_bound                      -1
% 150.20/150.43  % --bmc1_max_bound_default              -1
% 150.20/150.43  % --bmc1_symbol_reachability            true
% 150.20/150.43  % --bmc1_property_lemmas                false
% 150.20/150.43  % --bmc1_k_induction                    false
% 150.20/150.43  % --bmc1_non_equiv_states               false
% 150.20/150.43  % --bmc1_deadlock                       false
% 150.20/150.43  % --bmc1_ucm                            false
% 150.20/150.43  % --bmc1_add_unsat_core                 none
% 150.20/150.43  % --bmc1_unsat_core_children            false
% 150.20/150.43  % --bmc1_unsat_core_extrapolate_axioms  false
% 150.20/150.43  % --bmc1_out_stat                       full
% 150.20/150.43  % --bmc1_ground_init                    false
% 150.20/150.43  % --bmc1_pre_inst_next_state            false
% 150.20/150.43  % --bmc1_pre_inst_state                 false
% 150.20/150.43  % --bmc1_pre_inst_reach_state           false
% 150.20/150.43  % --bmc1_out_unsat_core                 false
% 150.20/150.43  % --bmc1_aig_witness_out                false
% 150.20/150.43  % --bmc1_verbose                        false
% 150.20/150.43  % --bmc1_dump_clauses_tptp              false
% 150.20/150.44  % --bmc1_dump_unsat_core_tptp           false
% 150.20/150.44  % --bmc1_dump_file                      -
% 150.20/150.44  % --bmc1_ucm_expand_uc_limit            128
% 150.20/150.44  % --bmc1_ucm_n_expand_iterations        6
% 150.20/150.44  % --bmc1_ucm_extend_mode                1
% 150.20/150.44  % --bmc1_ucm_init_mode                  2
% 150.20/150.44  % --bmc1_ucm_cone_mode                  none
% 150.20/150.44  % --bmc1_ucm_reduced_relation_type      0
% 150.20/150.44  % --bmc1_ucm_relax_model                4
% 150.20/150.44  % --bmc1_ucm_full_tr_after_sat          true
% 150.20/150.44  % --bmc1_ucm_expand_neg_assumptions     false
% 150.20/150.44  % --bmc1_ucm_layered_model              none
% 150.20/150.44  % --bmc1_ucm_max_lemma_size             10
% 150.20/150.44  
% 150.20/150.44  % ------ AIG Options
% 150.20/150.44  
% 150.20/150.44  % --aig_mode                            false
% 150.20/150.44  
% 150.20/150.44  % ------ Instantiation Options
% 150.20/150.44  
% 150.20/150.44  % --instantiation_flag                  true
% 150.20/150.44  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 150.20/150.44  % --inst_solver_per_active              750
% 150.20/150.44  % --inst_solver_calls_frac              0.5
% 150.20/150.44  % --inst_passive_queue_type             priority_queues
% 150.20/150.44  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 150.20/150.44  % --inst_passive_queues_freq            [25;2]
% 150.20/150.44  % --inst_dismatching                    true
% 150.20/150.44  % --inst_eager_unprocessed_to_passive   true
% 150.20/150.44  % --inst_prop_sim_given                 true
% 150.20/150.44  % --inst_prop_sim_new                   false
% 150.20/150.44  % --inst_orphan_elimination             true
% 150.20/150.44  % --inst_learning_loop_flag             true
% 150.20/150.44  % --inst_learning_start                 3000
% 150.20/150.44  % --inst_learning_factor                2
% 150.20/150.44  % --inst_start_prop_sim_after_learn     3
% 150.20/150.44  % --inst_sel_renew                      solver
% 150.20/150.44  % --inst_lit_activity_flag              true
% 150.20/150.44  % --inst_out_proof                      true
% 150.20/150.44  
% 150.20/150.44  % ------ Resolution Options
% 150.20/150.44  
% 150.20/150.44  % --resolution_flag                     true
% 150.20/150.44  % --res_lit_sel                         kbo_max
% 150.20/150.44  % --res_to_prop_solver                  none
% 150.20/150.44  % --res_prop_simpl_new                  false
% 150.20/150.44  % --res_prop_simpl_given                false
% 150.20/150.44  % --res_passive_queue_type              priority_queues
% 150.20/150.44  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 150.20/150.44  % --res_passive_queues_freq             [15;5]
% 150.20/150.44  % --res_forward_subs                    full
% 150.20/150.44  % --res_backward_subs                   full
% 150.20/150.44  % --res_forward_subs_resolution         true
% 150.20/150.44  % --res_backward_subs_resolution        true
% 150.20/150.44  % --res_orphan_elimination              false
% 150.20/150.44  % --res_time_limit                      1000.
% 150.20/150.44  % --res_out_proof                       true
% 150.20/150.44  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_0cb24f.s
% 150.20/150.44  % --modulo                              true
% 150.20/150.44  
% 150.20/150.44  % ------ Combination Options
% 150.20/150.44  
% 150.20/150.44  % --comb_res_mult                       1000
% 150.20/150.44  % --comb_inst_mult                      300
% 150.20/150.44  % ------ 
% 150.20/150.44  
% 150.20/150.44  % ------ Parsing...% successful
% 150.20/150.44  
% 150.20/150.44  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe:1:0s pe:2:0s pe_e  snvd_s sp: 0 0s snvd_e % 
% 150.20/150.44  
% 150.20/150.44  % ------ Proving...
% 150.20/150.44  % ------ Problem Properties 
% 150.20/150.44  
% 150.20/150.44  % 
% 150.20/150.44  % EPR                                   false
% 150.20/150.44  % Horn                                  false
% 150.20/150.44  % Has equality                          false
% 150.20/150.44  
% 150.20/150.44  % % ------ Input Options Time Limit: Unbounded
% 150.20/150.44  
% 150.20/150.44  
% 150.20/150.44  % % ------ Current options:
% 150.20/150.44  
% 150.20/150.44  % ------ Input Options
% 150.20/150.44  
% 150.20/150.44  % --out_options                         all
% 150.20/150.44  % --tptp_safe_out                       true
% 150.20/150.44  % --problem_path                        ""
% 150.20/150.44  % --include_path                        ""
% 150.20/150.44  % --clausifier                          .//eprover
% 150.20/150.44  % --clausifier_options                  --tstp-format  
% 150.20/150.44  % --stdin                               false
% 150.20/150.44  % --dbg_backtrace                       false
% 150.20/150.44  % --dbg_dump_prop_clauses               false
% 150.20/150.44  % --dbg_dump_prop_clauses_file          -
% 150.20/150.44  % --dbg_out_stat                        false
% 150.20/150.44  
% 150.20/150.44  % ------ General Options
% 150.20/150.44  
% 150.20/150.44  % --fof                                 false
% 150.20/150.44  % --time_out_real                       150.
% 150.20/150.44  % --time_out_prep_mult                  0.2
% 150.20/150.44  % --time_out_virtual                    -1.
% 150.20/150.44  % --schedule                            none
% 150.20/150.44  % --ground_splitting                    input
% 150.20/150.44  % --splitting_nvd                       16
% 150.20/150.44  % --non_eq_to_eq                        false
% 150.20/150.44  % --prep_gs_sim                         true
% 150.20/150.44  % --prep_unflatten                      false
% 150.20/150.44  % --prep_res_sim                        true
% 150.20/150.44  % --prep_upred                          true
% 150.20/150.44  % --res_sim_input                       true
% 150.20/150.44  % --clause_weak_htbl                    true
% 150.20/150.44  % --gc_record_bc_elim                   false
% 150.20/150.44  % --symbol_type_check                   false
% 150.20/150.44  % --clausify_out                        false
% 150.20/150.44  % --large_theory_mode                   false
% 150.20/150.44  % --prep_sem_filter                     none
% 150.20/150.44  % --prep_sem_filter_out                 false
% 150.20/150.44  % --preprocessed_out                    false
% 150.20/150.44  % --sub_typing                          false
% 150.20/150.44  % --brand_transform                     false
% 150.20/150.44  % --pure_diseq_elim                     true
% 150.20/150.44  % --min_unsat_core                      false
% 150.20/150.44  % --pred_elim                           true
% 150.20/150.44  % --add_important_lit                   false
% 150.20/150.44  % --soft_assumptions                    false
% 150.20/150.44  % --reset_solvers                       false
% 150.20/150.44  % --bc_imp_inh                          []
% 150.20/150.44  % --conj_cone_tolerance                 1.5
% 150.20/150.44  % --prolific_symb_bound                 500
% 150.20/150.44  % --lt_threshold                        2000
% 150.20/150.44  
% 150.20/150.44  % ------ SAT Options
% 150.20/150.44  
% 150.20/150.44  % --sat_mode                            false
% 150.20/150.44  % --sat_fm_restart_options              ""
% 150.20/150.44  % --sat_gr_def                          false
% 150.20/150.44  % --sat_epr_types                       true
% 150.20/150.44  % --sat_non_cyclic_types                false
% 150.20/150.44  % --sat_finite_models                   false
% 150.20/150.44  % --sat_fm_lemmas                       false
% 150.20/150.44  % --sat_fm_prep                         false
% 150.20/150.44  % --sat_fm_uc_incr                      true
% 150.20/150.44  % --sat_out_model                       small
% 150.20/150.44  % --sat_out_clauses                     false
% 150.20/150.44  
% 150.20/150.44  % ------ QBF Options
% 150.20/150.44  
% 150.20/150.44  % --qbf_mode                            false
% 150.20/150.44  % --qbf_elim_univ                       true
% 150.20/150.44  % --qbf_sk_in                           true
% 150.20/150.44  % --qbf_pred_elim                       true
% 150.20/150.44  % --qbf_split                           32
% 150.20/150.44  
% 150.20/150.44  % ------ BMC1 Options
% 150.20/150.44  
% 150.20/150.44  % --bmc1_incremental                    false
% 150.20/150.44  % --bmc1_axioms                         reachable_all
% 150.20/150.44  % --bmc1_min_bound                      0
% 150.20/150.44  % --bmc1_max_bound                      -1
% 150.20/150.44  % --bmc1_max_bound_default              -1
% 150.20/150.44  % --bmc1_symbol_reachability            true
% 150.20/150.44  % --bmc1_property_lemmas                false
% 150.20/150.44  % --bmc1_k_induction                    false
% 150.20/150.44  % --bmc1_non_equiv_states               false
% 150.20/150.44  % --bmc1_deadlock                       false
% 150.20/150.44  % --bmc1_ucm                            false
% 150.20/150.44  % --bmc1_add_unsat_core                 none
% 150.20/150.44  % --bmc1_unsat_core_children            false
% 150.20/150.44  % --bmc1_unsat_core_extrapolate_axioms  false
% 150.20/150.44  % --bmc1_out_stat                       full
% 150.20/150.44  % --bmc1_ground_init                    false
% 150.20/150.44  % --bmc1_pre_inst_next_state            false
% 150.20/150.44  % --bmc1_pre_inst_state                 false
% 150.20/150.44  % --bmc1_pre_inst_reach_state           false
% 150.20/150.44  % --bmc1_out_unsat_core                 false
% 150.20/150.44  % --bmc1_aig_witness_out                false
% 150.20/150.44  % --bmc1_verbose                        false
% 150.20/150.44  % --bmc1_dump_clauses_tptp              false
% 150.20/150.44  % --bmc1_dump_unsat_core_tptp           false
% 150.20/150.44  % --bmc1_dump_file                      -
% 150.20/150.44  % --bmc1_ucm_expand_uc_limit            128
% 150.20/150.44  % --bmc1_ucm_n_expand_iterations        6
% 150.20/150.44  % --bmc1_ucm_extend_mode                1
% 150.20/150.44  % --bmc1_ucm_init_mode                  2
% 150.20/150.44  % --bmc1_ucm_cone_mode                  none
% 150.20/150.44  % --bmc1_ucm_reduced_relation_type      0
% 150.20/150.44  % --bmc1_ucm_relax_model                4
% 150.20/150.44  % --bmc1_ucm_full_tr_after_sat          true
% 150.20/150.44  % --bmc1_ucm_expand_neg_assumptions     false
% 150.20/150.44  % --bmc1_ucm_layered_model              none
% 150.20/150.44  % --bmc1_ucm_max_lemma_size             10
% 150.20/150.44  
% 150.20/150.44  % ------ AIG Options
% 150.20/150.44  
% 150.20/150.44  % --aig_mode                            false
% 150.20/150.44  
% 150.20/150.44  % ------ Instantiation Options
% 150.20/150.44  
% 150.20/150.44  % --instantiation_flag                  true
% 150.20/150.44  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 150.20/150.44  % --inst_solver_per_active              750
% 150.20/150.44  % --inst_solver_calls_frac              0.5
% 150.20/150.44  % --inst_passive_queue_type             priority_queues
% 150.20/150.44  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 150.20/150.44  % --inst_passive_queues_freq            [25;2]
% 150.20/150.44  % --inst_dismatching                    true
% 150.20/150.44  % --inst_eager_unprocessed_to_passive   true
% 150.20/150.44  % --inst_prop_sim_given                 true
% 154.21/154.41  % --inst_prop_sim_new                   false
% 154.21/154.41  % --inst_orphan_elimination             true
% 154.21/154.41  % --inst_learning_loop_flag             true
% 154.21/154.41  % --inst_learning_start                 3000
% 154.21/154.41  % --inst_learning_factor                2
% 154.21/154.41  % --inst_start_prop_sim_after_learn     3
% 154.21/154.41  % --inst_sel_renew                      solver
% 154.21/154.41  % --inst_lit_activity_flag              true
% 154.21/154.41  % --inst_out_proof                      true
% 154.21/154.41  
% 154.21/154.41  % ------ Resolution Options
% 154.21/154.41  
% 154.21/154.41  % --resolution_flag                     true
% 154.21/154.41  % --res_lit_sel                         kbo_max
% 154.21/154.41  % --res_to_prop_solver                  none
% 154.21/154.41  % --res_prop_simpl_new                  false
% 154.21/154.41  % --res_prop_simpl_given                false
% 154.21/154.41  % --res_passive_queue_type              priority_queues
% 154.21/154.41  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 154.21/154.41  % --res_passive_queues_freq             [15;5]
% 154.21/154.41  % --res_forward_subs                    full
% 154.21/154.41  % --res_backward_subs                   full
% 154.21/154.41  % --res_forward_subs_resolution         true
% 154.21/154.41  % --res_backward_subs_resolution        true
% 154.21/154.41  % --res_orphan_elimination              false
% 154.21/154.41  % --res_time_limit                      1000.
% 154.21/154.41  % --res_out_proof                       true
% 154.21/154.41  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_0cb24f.s
% 154.21/154.41  % --modulo                              true
% 154.21/154.41  
% 154.21/154.41  % ------ Combination Options
% 154.21/154.41  
% 154.21/154.41  % --comb_res_mult                       1000
% 154.21/154.41  % --comb_inst_mult                      300
% 154.21/154.41  % ------ 
% 154.21/154.41  
% 154.21/154.41  
% 154.21/154.41  
% 154.21/154.41  % ------ Proving...
% 154.21/154.41  % 
% 154.21/154.41  
% 154.21/154.41  
% 154.21/154.41  % ------                             Statistics
% 154.21/154.41  
% 154.21/154.41  % ------ General
% 154.21/154.41  
% 154.21/154.41  % num_of_input_clauses:                 81
% 154.21/154.41  % num_of_input_neg_conjectures:         1
% 154.21/154.41  % num_of_splits:                        0
% 154.21/154.41  % num_of_split_atoms:                   0
% 154.21/154.41  % num_of_sem_filtered_clauses:          0
% 154.21/154.41  % num_of_subtypes:                      0
% 154.21/154.41  % monotx_restored_types:                0
% 154.21/154.41  % sat_num_of_epr_types:                 0
% 154.21/154.41  % sat_num_of_non_cyclic_types:          0
% 154.21/154.41  % sat_guarded_non_collapsed_types:      0
% 154.21/154.41  % is_epr:                               0
% 154.21/154.41  % is_horn:                              0
% 154.21/154.41  % has_eq:                               0
% 154.21/154.41  % num_pure_diseq_elim:                  0
% 154.21/154.41  % simp_replaced_by:                     0
% 154.21/154.41  % res_preprocessed:                     5
% 154.21/154.41  % prep_upred:                           0
% 154.21/154.41  % prep_unflattend:                      0
% 154.21/154.41  % pred_elim_cands:                      2
% 154.21/154.41  % pred_elim:                            2
% 154.21/154.41  % pred_elim_cl:                         3
% 154.21/154.41  % pred_elim_cycles:                     3
% 154.21/154.41  % forced_gc_time:                       0
% 154.21/154.41  % gc_basic_clause_elim:                 0
% 154.21/154.41  % parsing_time:                         0.003
% 154.21/154.41  % sem_filter_time:                      0.
% 154.21/154.41  % pred_elim_time:                       0.
% 154.21/154.41  % out_proof_time:                       0.001
% 154.21/154.41  % monotx_time:                          0.
% 154.21/154.41  % subtype_inf_time:                     0.
% 154.21/154.41  % unif_index_cands_time:                0.01
% 154.21/154.41  % unif_index_add_time:                  0.005
% 154.21/154.41  % total_time:                           3.996
% 154.21/154.41  % num_of_symbols:                       37
% 154.21/154.41  % num_of_terms:                         11951
% 154.21/154.41  
% 154.21/154.41  % ------ Propositional Solver
% 154.21/154.41  
% 154.21/154.41  % prop_solver_calls:                    13
% 154.21/154.41  % prop_fast_solver_calls:               9
% 154.21/154.41  % prop_num_of_clauses:                  4502
% 154.21/154.41  % prop_preprocess_simplified:           7529
% 154.21/154.41  % prop_fo_subsumed:                     0
% 154.21/154.41  % prop_solver_time:                     0.001
% 154.21/154.41  % prop_fast_solver_time:                0.
% 154.21/154.41  % prop_unsat_core_time:                 0.
% 154.21/154.41  
% 154.21/154.41  % ------ QBF 
% 154.21/154.41  
% 154.21/154.41  % qbf_q_res:                            0
% 154.21/154.41  % qbf_num_tautologies:                  0
% 154.21/154.41  % qbf_prep_cycles:                      0
% 154.21/154.41  
% 154.21/154.41  % ------ BMC1
% 154.21/154.41  
% 154.21/154.41  % bmc1_current_bound:                   -1
% 154.21/154.41  % bmc1_last_solved_bound:               -1
% 154.21/154.41  % bmc1_unsat_core_size:                 -1
% 154.21/154.41  % bmc1_unsat_core_parents_size:         -1
% 154.21/154.41  % bmc1_merge_next_fun:                  0
% 154.21/154.41  % bmc1_unsat_core_clauses_time:         0.
% 154.21/154.41  
% 154.21/154.41  % ------ Instantiation
% 154.21/154.41  
% 154.21/154.41  % inst_num_of_clauses:                  3494
% 154.21/154.41  % inst_num_in_passive:                  2359
% 154.21/154.41  % inst_num_in_active:                   1029
% 154.21/154.41  % inst_num_in_unprocessed:              31
% 154.21/154.41  % inst_num_of_loops:                    1139
% 154.21/154.41  % inst_num_of_learning_restarts:        0
% 154.21/154.41  % inst_num_moves_active_passive:        34
% 154.21/154.41  % inst_lit_activity:                    872
% 154.21/154.41  % inst_lit_activity_moves:              0
% 154.21/154.41  % inst_num_tautologies:                 73
% 154.21/154.41  % inst_num_prop_implied:                0
% 154.21/154.41  % inst_num_existing_simplified:         0
% 154.21/154.41  % inst_num_eq_res_simplified:           0
% 154.21/154.41  % inst_num_child_elim:                  0
% 154.21/154.41  % inst_num_of_dismatching_blockings:    7516
% 154.21/154.41  % inst_num_of_non_proper_insts:         14047
% 154.21/154.41  % inst_num_of_duplicates:               6172
% 154.21/154.41  % inst_inst_num_from_inst_to_res:       0
% 154.21/154.41  % inst_dismatching_checking_time:       0.025
% 154.21/154.41  
% 154.21/154.41  % ------ Resolution
% 154.21/154.41  
% 154.21/154.41  % res_num_of_clauses:                   10811
% 154.21/154.41  % res_num_in_passive:                   6716
% 154.21/154.41  % res_num_in_active:                    4058
% 154.21/154.41  % res_num_of_loops:                     4000
% 154.21/154.41  % res_forward_subset_subsumed:          1304
% 154.21/154.41  % res_backward_subset_subsumed:         0
% 154.21/154.41  % res_forward_subsumed:                 0
% 154.21/154.41  % res_backward_subsumed:                0
% 154.21/154.41  % res_forward_subsumption_resolution:   0
% 154.21/154.41  % res_backward_subsumption_resolution:  0
% 154.21/154.41  % res_clause_to_clause_subsumption:     477602
% 154.21/154.41  % res_orphan_elimination:               0
% 154.21/154.41  % res_tautology_del:                    0
% 154.21/154.41  % res_num_eq_res_simplified:            0
% 154.21/154.41  % res_num_sel_changes:                  0
% 154.21/154.41  % res_moves_from_active_to_pass:        0
% 154.21/154.41  
% 154.21/154.41  % Status Unsatisfiable
% 154.21/154.41  % SZS status Unsatisfiable
% 154.21/154.41  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------