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

View Problem - Process Solution

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

% Computer : n017.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Sat Jul 16 02:11:01 EDT 2022

% Result   : Unsatisfiable 161.30s 161.51s
% Output   : CNFRefutation 161.30s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   41
% Syntax   : Number of formulae    :  267 (  50 unt;   0 def)
%            Number of atoms       :  756 (   0 equ)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  972 ( 483   ~; 489   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :    8 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :  694 (   9 sgn 222   !;   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,
    ! [X1] : ~ product(a,X1,b),
    file('<stdin>',not_product_4) ).

fof(c_0_1_002,negated_conjecture,
    ~ sum(additive_identity,a,additive_identity),
    file('<stdin>',not_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,
    ! [X1] : ~ product(a,X1,b),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

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

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

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

fof(c_0_8_009,negated_conjecture,
    ! [X2] : ~ product(a,X2,b),
    inference(variable_rename,[status(thm)],[c_0_4]) ).

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

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

cnf(c_0_17_018,negated_conjecture,
    ~ sum(additive_identity,a,additive_identity),
    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_77,negated_conjecture,
    ~ product(a,X0,b),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_68d23d.p',c_0_16) ).

cnf(c_98,negated_conjecture,
    ~ product(a,X0,b),
    inference(copy,[status(esa)],[c_77]) ).

cnf(c_106,negated_conjecture,
    ~ product(a,X0,b),
    inference(copy,[status(esa)],[c_98]) ).

cnf(c_113,negated_conjecture,
    ~ product(a,X0,b),
    inference(copy,[status(esa)],[c_106]) ).

cnf(c_114,negated_conjecture,
    ~ product(a,X0,b),
    inference(copy,[status(esa)],[c_113]) ).

cnf(c_193,negated_conjecture,
    ~ product(a,X0,b),
    inference(copy,[status(esa)],[c_114]) ).

cnf(c_92883,plain,
    ~ product(a,multiply(X0,multiplicative_inverse(a)),b),
    inference(instantiation,[status(thm)],[c_193]) ).

cnf(c_381643,plain,
    ~ product(a,multiply(b,multiplicative_inverse(a)),b),
    inference(instantiation,[status(thm)],[c_92883]) ).

cnf(c_32,plain,
    ( ~ defined(X0)
    | ~ defined(X1)
    | product(X0,X1,multiply(X0,X1)) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_68d23d.p',c_0_116_0) ).

cnf(c_148,plain,
    ( ~ defined(X0)
    | ~ defined(X1)
    | product(X0,X1,multiply(X0,X1)) ),
    inference(copy,[status(esa)],[c_32]) ).

cnf(c_54720,plain,
    ( ~ defined(multiplicative_inverse(a))
    | ~ defined(X0)
    | product(X0,multiplicative_inverse(a),multiply(X0,multiplicative_inverse(a))) ),
    inference(instantiation,[status(thm)],[c_148]) ).

cnf(c_255616,plain,
    ( ~ defined(multiplicative_inverse(a))
    | ~ defined(b)
    | product(b,multiplicative_inverse(a),multiply(b,multiplicative_inverse(a))) ),
    inference(instantiation,[status(thm)],[c_54720]) ).

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

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

cnf(c_169430,plain,
    ( ~ defined(b)
    | product(multiplicative_identity,b,b) ),
    inference(instantiation,[status(thm)],[c_137]) ).

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

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

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

cnf(c_168866,plain,
    ( ~ product(multiplicative_identity,b,b)
    | product(b,multiplicative_identity,b) ),
    inference(instantiation,[status(thm)],[c_23297]) ).

cnf(c_46,plain,
    ( ~ product(X0,X1,X2)
    | product(X1,X0,X2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_68d23d.p',c_0_111_0) ).

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

cnf(c_57922,plain,
    ( ~ product(multiply(X0,multiplicative_inverse(a)),a,X1)
    | product(a,multiply(X0,multiplicative_inverse(a)),X1) ),
    inference(instantiation,[status(thm)],[c_162]) ).

cnf(c_92882,plain,
    ( ~ product(multiply(X0,multiplicative_inverse(a)),a,b)
    | product(a,multiply(X0,multiplicative_inverse(a)),b) ),
    inference(instantiation,[status(thm)],[c_57922]) ).

cnf(c_134140,plain,
    ( ~ product(multiply(b,multiplicative_inverse(a)),a,b)
    | product(a,multiply(b,multiplicative_inverse(a)),b) ),
    inference(instantiation,[status(thm)],[c_92882]) ).

cnf(c_63,plain,
    ( product(X0,X1,X2)
    | ~ product(X3,X4,X2)
    | ~ product(X5,X1,X4)
    | ~ product(X3,X5,X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_68d23d.p',c_0_106_3) ).

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

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

cnf(c_90293,plain,
    ( ~ product(multiplicative_inverse(a),a,multiplicative_identity)
    | ~ product(X0,multiplicative_identity,X0)
    | ~ product(X0,multiplicative_inverse(a),X1)
    | product(X1,a,X0) ),
    inference(instantiation,[status(thm)],[c_23983]) ).

cnf(c_91707,plain,
    ( product(multiply(X0,multiplicative_inverse(a)),a,X0)
    | ~ product(multiplicative_inverse(a),a,multiplicative_identity)
    | ~ product(X0,multiplicative_identity,X0)
    | ~ product(X0,multiplicative_inverse(a),multiply(X0,multiplicative_inverse(a))) ),
    inference(instantiation,[status(thm)],[c_90293]) ).

cnf(c_134139,plain,
    ( product(multiply(b,multiplicative_inverse(a)),a,b)
    | ~ product(multiplicative_inverse(a),a,multiplicative_identity)
    | ~ product(b,multiplicative_identity,b)
    | ~ product(b,multiplicative_inverse(a),multiply(b,multiplicative_inverse(a))) ),
    inference(instantiation,[status(thm)],[c_91707]) ).

cnf(c_36,plain,
    ( sum(additive_identity,X0,additive_identity)
    | product(multiplicative_inverse(X0),X0,multiplicative_identity)
    | ~ defined(X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_68d23d.p',c_0_114_2) ).

cnf(c_152,plain,
    ( sum(additive_identity,X0,additive_identity)
    | product(multiplicative_inverse(X0),X0,multiplicative_identity)
    | ~ defined(X0) ),
    inference(copy,[status(esa)],[c_36]) ).

cnf(c_23284,plain,
    ( ~ defined(a)
    | sum(additive_identity,a,additive_identity)
    | product(multiplicative_inverse(a),a,multiplicative_identity) ),
    inference(instantiation,[status(thm)],[c_152]) ).

cnf(c_24,plain,
    ( sum(additive_identity,X0,additive_identity)
    | defined(multiplicative_inverse(X0))
    | ~ defined(X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_68d23d.p',c_0_119_2) ).

cnf(c_140,plain,
    ( sum(additive_identity,X0,additive_identity)
    | defined(multiplicative_inverse(X0))
    | ~ defined(X0) ),
    inference(copy,[status(esa)],[c_24]) ).

cnf(c_23281,plain,
    ( defined(multiplicative_inverse(a))
    | ~ defined(a)
    | sum(additive_identity,a,additive_identity) ),
    inference(instantiation,[status(thm)],[c_140]) ).

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

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

cnf(c_78,negated_conjecture,
    ~ sum(additive_identity,a,additive_identity),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_68d23d.p',c_0_17) ).

cnf(contradiction,plain,
    $false,
    inference(minisat,[status(thm)],[c_381643,c_255616,c_169430,c_168866,c_134140,c_134139,c_23284,c_23281,c_79,c_80,c_78]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : FLD009-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.04/0.14  % Command  : iprover_modulo %s %d
% 0.13/0.35  % Computer : n017.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 600
% 0.13/0.35  % DateTime : Mon Jun  6 23:17:02 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.36  % Running in mono-core mode
% 0.22/0.43  % Orienting using strategy Equiv(ClausalAll)
% 0.22/0.43  % Orientation found
% 0.22/0.43  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox2/tmp/iprover_proof_53dae0.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox2/tmp/iprover_modulo_68d23d.p | tee /export/starexec/sandbox2/tmp/iprover_modulo_out_f94ad0 | grep -v "SZS"
% 0.22/0.45  
% 0.22/0.45  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.22/0.45  
% 0.22/0.45  % 
% 0.22/0.45  % ------  iProver source info 
% 0.22/0.45  
% 0.22/0.45  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.22/0.45  % git: non_committed_changes: true
% 0.22/0.45  % git: last_make_outside_of_git: true
% 0.22/0.45  
% 0.22/0.45  % 
% 0.22/0.45  % ------ Input Options
% 0.22/0.45  
% 0.22/0.45  % --out_options                         all
% 0.22/0.45  % --tptp_safe_out                       true
% 0.22/0.45  % --problem_path                        ""
% 0.22/0.45  % --include_path                        ""
% 0.22/0.45  % --clausifier                          .//eprover
% 0.22/0.45  % --clausifier_options                  --tstp-format  
% 0.22/0.45  % --stdin                               false
% 0.22/0.45  % --dbg_backtrace                       false
% 0.22/0.45  % --dbg_dump_prop_clauses               false
% 0.22/0.45  % --dbg_dump_prop_clauses_file          -
% 0.22/0.45  % --dbg_out_stat                        false
% 0.22/0.45  
% 0.22/0.45  % ------ General Options
% 0.22/0.45  
% 0.22/0.45  % --fof                                 false
% 0.22/0.45  % --time_out_real                       150.
% 0.22/0.45  % --time_out_prep_mult                  0.2
% 0.22/0.45  % --time_out_virtual                    -1.
% 0.22/0.45  % --schedule                            none
% 0.22/0.45  % --ground_splitting                    input
% 0.22/0.45  % --splitting_nvd                       16
% 0.22/0.45  % --non_eq_to_eq                        false
% 0.22/0.45  % --prep_gs_sim                         true
% 0.22/0.45  % --prep_unflatten                      false
% 0.22/0.45  % --prep_res_sim                        true
% 0.22/0.45  % --prep_upred                          true
% 0.22/0.45  % --res_sim_input                       true
% 0.22/0.45  % --clause_weak_htbl                    true
% 0.22/0.45  % --gc_record_bc_elim                   false
% 0.22/0.45  % --symbol_type_check                   false
% 0.22/0.45  % --clausify_out                        false
% 0.22/0.45  % --large_theory_mode                   false
% 0.22/0.45  % --prep_sem_filter                     none
% 0.22/0.45  % --prep_sem_filter_out                 false
% 0.22/0.45  % --preprocessed_out                    false
% 0.22/0.45  % --sub_typing                          false
% 0.22/0.45  % --brand_transform                     false
% 0.22/0.45  % --pure_diseq_elim                     true
% 0.22/0.45  % --min_unsat_core                      false
% 0.22/0.45  % --pred_elim                           true
% 0.22/0.45  % --add_important_lit                   false
% 0.22/0.45  % --soft_assumptions                    false
% 0.22/0.45  % --reset_solvers                       false
% 0.22/0.45  % --bc_imp_inh                          []
% 0.22/0.45  % --conj_cone_tolerance                 1.5
% 0.22/0.45  % --prolific_symb_bound                 500
% 0.22/0.45  % --lt_threshold                        2000
% 0.22/0.45  
% 0.22/0.45  % ------ SAT Options
% 0.22/0.45  
% 0.22/0.45  % --sat_mode                            false
% 0.22/0.45  % --sat_fm_restart_options              ""
% 0.22/0.45  % --sat_gr_def                          false
% 0.22/0.45  % --sat_epr_types                       true
% 0.22/0.45  % --sat_non_cyclic_types                false
% 0.22/0.45  % --sat_finite_models                   false
% 0.22/0.45  % --sat_fm_lemmas                       false
% 0.22/0.45  % --sat_fm_prep                         false
% 0.22/0.45  % --sat_fm_uc_incr                      true
% 0.22/0.45  % --sat_out_model                       small
% 0.22/0.45  % --sat_out_clauses                     false
% 0.22/0.45  
% 0.22/0.45  % ------ QBF Options
% 0.22/0.45  
% 0.22/0.45  % --qbf_mode                            false
% 0.22/0.45  % --qbf_elim_univ                       true
% 0.22/0.45  % --qbf_sk_in                           true
% 0.22/0.45  % --qbf_pred_elim                       true
% 0.22/0.45  % --qbf_split                           32
% 0.22/0.45  
% 0.22/0.45  % ------ BMC1 Options
% 0.22/0.45  
% 0.22/0.45  % --bmc1_incremental                    false
% 0.22/0.45  % --bmc1_axioms                         reachable_all
% 0.22/0.45  % --bmc1_min_bound                      0
% 0.22/0.45  % --bmc1_max_bound                      -1
% 0.22/0.45  % --bmc1_max_bound_default              -1
% 0.22/0.45  % --bmc1_symbol_reachability            true
% 0.22/0.45  % --bmc1_property_lemmas                false
% 0.22/0.45  % --bmc1_k_induction                    false
% 0.22/0.45  % --bmc1_non_equiv_states               false
% 0.22/0.45  % --bmc1_deadlock                       false
% 0.22/0.45  % --bmc1_ucm                            false
% 0.22/0.45  % --bmc1_add_unsat_core                 none
% 0.22/0.45  % --bmc1_unsat_core_children            false
% 0.22/0.45  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.22/0.45  % --bmc1_out_stat                       full
% 0.22/0.45  % --bmc1_ground_init                    false
% 0.22/0.45  % --bmc1_pre_inst_next_state            false
% 0.22/0.45  % --bmc1_pre_inst_state                 false
% 0.22/0.45  % --bmc1_pre_inst_reach_state           false
% 0.22/0.45  % --bmc1_out_unsat_core                 false
% 0.22/0.45  % --bmc1_aig_witness_out                false
% 0.22/0.45  % --bmc1_verbose                        false
% 0.22/0.45  % --bmc1_dump_clauses_tptp              false
% 0.22/0.46  % --bmc1_dump_unsat_core_tptp           false
% 0.22/0.46  % --bmc1_dump_file                      -
% 0.22/0.46  % --bmc1_ucm_expand_uc_limit            128
% 0.22/0.46  % --bmc1_ucm_n_expand_iterations        6
% 0.22/0.46  % --bmc1_ucm_extend_mode                1
% 0.22/0.46  % --bmc1_ucm_init_mode                  2
% 0.22/0.46  % --bmc1_ucm_cone_mode                  none
% 0.22/0.46  % --bmc1_ucm_reduced_relation_type      0
% 0.22/0.46  % --bmc1_ucm_relax_model                4
% 0.22/0.46  % --bmc1_ucm_full_tr_after_sat          true
% 0.22/0.46  % --bmc1_ucm_expand_neg_assumptions     false
% 0.22/0.46  % --bmc1_ucm_layered_model              none
% 0.22/0.46  % --bmc1_ucm_max_lemma_size             10
% 0.22/0.46  
% 0.22/0.46  % ------ AIG Options
% 0.22/0.46  
% 0.22/0.46  % --aig_mode                            false
% 0.22/0.46  
% 0.22/0.46  % ------ Instantiation Options
% 0.22/0.46  
% 0.22/0.46  % --instantiation_flag                  true
% 0.22/0.46  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.22/0.46  % --inst_solver_per_active              750
% 0.22/0.46  % --inst_solver_calls_frac              0.5
% 0.22/0.46  % --inst_passive_queue_type             priority_queues
% 0.22/0.46  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.22/0.46  % --inst_passive_queues_freq            [25;2]
% 0.22/0.46  % --inst_dismatching                    true
% 0.22/0.46  % --inst_eager_unprocessed_to_passive   true
% 0.22/0.46  % --inst_prop_sim_given                 true
% 0.22/0.46  % --inst_prop_sim_new                   false
% 0.22/0.46  % --inst_orphan_elimination             true
% 0.22/0.46  % --inst_learning_loop_flag             true
% 0.22/0.46  % --inst_learning_start                 3000
% 0.22/0.46  % --inst_learning_factor                2
% 0.22/0.46  % --inst_start_prop_sim_after_learn     3
% 0.22/0.46  % --inst_sel_renew                      solver
% 0.22/0.46  % --inst_lit_activity_flag              true
% 0.22/0.46  % --inst_out_proof                      true
% 0.22/0.46  
% 0.22/0.46  % ------ Resolution Options
% 0.22/0.46  
% 0.22/0.46  % --resolution_flag                     true
% 0.22/0.46  % --res_lit_sel                         kbo_max
% 0.22/0.46  % --res_to_prop_solver                  none
% 0.22/0.46  % --res_prop_simpl_new                  false
% 0.22/0.46  % --res_prop_simpl_given                false
% 0.22/0.46  % --res_passive_queue_type              priority_queues
% 0.22/0.46  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.22/0.46  % --res_passive_queues_freq             [15;5]
% 0.22/0.46  % --res_forward_subs                    full
% 0.22/0.46  % --res_backward_subs                   full
% 0.22/0.46  % --res_forward_subs_resolution         true
% 0.22/0.46  % --res_backward_subs_resolution        true
% 0.22/0.46  % --res_orphan_elimination              false
% 0.22/0.46  % --res_time_limit                      1000.
% 0.22/0.46  % --res_out_proof                       true
% 0.22/0.46  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_53dae0.s
% 0.22/0.46  % --modulo                              true
% 0.22/0.46  
% 0.22/0.46  % ------ Combination Options
% 0.22/0.46  
% 0.22/0.46  % --comb_res_mult                       1000
% 0.22/0.46  % --comb_inst_mult                      300
% 0.22/0.46  % ------ 
% 0.22/0.46  
% 0.22/0.46  % ------ Parsing...% successful
% 0.22/0.46  
% 0.22/0.46  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe:1:0s pe_e  snvd_s sp: 0 0s snvd_e % 
% 0.22/0.46  
% 0.22/0.46  % ------ Proving...
% 0.22/0.46  % ------ Problem Properties 
% 0.22/0.46  
% 0.22/0.46  % 
% 0.22/0.46  % EPR                                   false
% 0.22/0.46  % Horn                                  false
% 0.22/0.46  % Has equality                          false
% 0.22/0.46  
% 0.22/0.46  % % ------ Input Options Time Limit: Unbounded
% 0.22/0.46  
% 0.22/0.46  
% 0.22/0.46  % % ------ Current options:
% 0.22/0.46  
% 0.22/0.46  % ------ Input Options
% 0.22/0.46  
% 0.22/0.46  % --out_options                         all
% 0.22/0.46  % --tptp_safe_out                       true
% 0.22/0.46  % --problem_path                        ""
% 0.22/0.46  % --include_path                        ""
% 0.22/0.46  % --clausifier                          .//eprover
% 0.22/0.46  % --clausifier_options                  --tstp-format  
% 0.22/0.46  % --stdin                               false
% 0.22/0.46  % --dbg_backtrace                       false
% 0.22/0.46  % --dbg_dump_prop_clauses               false
% 0.22/0.46  % --dbg_dump_prop_clauses_file          -
% 0.22/0.46  % --dbg_out_stat                        false
% 0.22/0.46  
% 0.22/0.46  % ------ General Options
% 0.22/0.46  
% 0.22/0.46  % --fof                                 false
% 0.22/0.46  % --time_out_real                       150.
% 0.22/0.46  % --time_out_prep_mult                  0.2
% 0.22/0.46  % --time_out_virtual                    -1.
% 0.22/0.46  % --schedule                            none
% 0.22/0.46  % --ground_splitting                    input
% 0.22/0.46  % --splitting_nvd                       16
% 0.22/0.46  % --non_eq_to_eq                        false
% 0.22/0.46  % --prep_gs_sim                         true
% 0.22/0.46  % --prep_unflatten                      false
% 0.22/0.46  % --prep_res_sim                        true
% 0.22/0.46  % --prep_upred                          true
% 0.22/0.46  % --res_sim_input                       true
% 0.22/0.46  % --clause_weak_htbl                    true
% 0.22/0.46  % --gc_record_bc_elim                   false
% 0.22/0.46  % --symbol_type_check                   false
% 0.22/0.46  % --clausify_out                        false
% 0.22/0.46  % --large_theory_mode                   false
% 0.22/0.46  % --prep_sem_filter                     none
% 0.22/0.46  % --prep_sem_filter_out                 false
% 0.22/0.46  % --preprocessed_out                    false
% 0.22/0.46  % --sub_typing                          false
% 0.22/0.46  % --brand_transform                     false
% 0.22/0.46  % --pure_diseq_elim                     true
% 0.22/0.46  % --min_unsat_core                      false
% 0.22/0.46  % --pred_elim                           true
% 0.22/0.46  % --add_important_lit                   false
% 0.22/0.46  % --soft_assumptions                    false
% 0.22/0.46  % --reset_solvers                       false
% 0.22/0.46  % --bc_imp_inh                          []
% 0.22/0.46  % --conj_cone_tolerance                 1.5
% 0.22/0.46  % --prolific_symb_bound                 500
% 0.22/0.47  % --lt_threshold                        2000
% 0.22/0.47  
% 0.22/0.47  % ------ SAT Options
% 0.22/0.47  
% 0.22/0.47  % --sat_mode                            false
% 0.22/0.47  % --sat_fm_restart_options              ""
% 0.22/0.47  % --sat_gr_def                          false
% 0.22/0.47  % --sat_epr_types                       true
% 0.22/0.47  % --sat_non_cyclic_types                false
% 0.22/0.47  % --sat_finite_models                   false
% 0.22/0.47  % --sat_fm_lemmas                       false
% 0.22/0.47  % --sat_fm_prep                         false
% 0.22/0.47  % --sat_fm_uc_incr                      true
% 0.22/0.47  % --sat_out_model                       small
% 0.22/0.47  % --sat_out_clauses                     false
% 0.22/0.47  
% 0.22/0.47  % ------ QBF Options
% 0.22/0.47  
% 0.22/0.47  % --qbf_mode                            false
% 0.22/0.47  % --qbf_elim_univ                       true
% 0.22/0.47  % --qbf_sk_in                           true
% 0.22/0.47  % --qbf_pred_elim                       true
% 0.22/0.47  % --qbf_split                           32
% 0.22/0.47  
% 0.22/0.47  % ------ BMC1 Options
% 0.22/0.47  
% 0.22/0.47  % --bmc1_incremental                    false
% 0.22/0.47  % --bmc1_axioms                         reachable_all
% 0.22/0.47  % --bmc1_min_bound                      0
% 0.22/0.47  % --bmc1_max_bound                      -1
% 0.22/0.47  % --bmc1_max_bound_default              -1
% 0.22/0.47  % --bmc1_symbol_reachability            true
% 0.22/0.47  % --bmc1_property_lemmas                false
% 0.22/0.47  % --bmc1_k_induction                    false
% 0.22/0.47  % --bmc1_non_equiv_states               false
% 0.22/0.47  % --bmc1_deadlock                       false
% 0.22/0.47  % --bmc1_ucm                            false
% 0.22/0.47  % --bmc1_add_unsat_core                 none
% 0.22/0.47  % --bmc1_unsat_core_children            false
% 0.22/0.47  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.22/0.47  % --bmc1_out_stat                       full
% 0.22/0.47  % --bmc1_ground_init                    false
% 0.22/0.47  % --bmc1_pre_inst_next_state            false
% 0.22/0.47  % --bmc1_pre_inst_state                 false
% 0.22/0.47  % --bmc1_pre_inst_reach_state           false
% 0.22/0.47  % --bmc1_out_unsat_core                 false
% 0.22/0.47  % --bmc1_aig_witness_out                false
% 0.22/0.47  % --bmc1_verbose                        false
% 0.22/0.47  % --bmc1_dump_clauses_tptp              false
% 0.22/0.47  % --bmc1_dump_unsat_core_tptp           false
% 0.22/0.47  % --bmc1_dump_file                      -
% 0.22/0.47  % --bmc1_ucm_expand_uc_limit            128
% 0.22/0.47  % --bmc1_ucm_n_expand_iterations        6
% 0.22/0.47  % --bmc1_ucm_extend_mode                1
% 0.22/0.47  % --bmc1_ucm_init_mode                  2
% 0.22/0.47  % --bmc1_ucm_cone_mode                  none
% 0.22/0.47  % --bmc1_ucm_reduced_relation_type      0
% 0.22/0.47  % --bmc1_ucm_relax_model                4
% 0.22/0.47  % --bmc1_ucm_full_tr_after_sat          true
% 0.22/0.47  % --bmc1_ucm_expand_neg_assumptions     false
% 0.22/0.47  % --bmc1_ucm_layered_model              none
% 0.22/0.47  % --bmc1_ucm_max_lemma_size             10
% 0.22/0.47  
% 0.22/0.47  % ------ AIG Options
% 0.22/0.47  
% 0.22/0.47  % --aig_mode                            false
% 0.22/0.47  
% 0.22/0.47  % ------ Instantiation Options
% 0.22/0.47  
% 0.22/0.47  % --instantiation_flag                  true
% 0.22/0.47  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.22/0.47  % --inst_solver_per_active              750
% 0.22/0.47  % --inst_solver_calls_frac              0.5
% 0.22/0.47  % --inst_passive_queue_type             priority_queues
% 0.22/0.47  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.22/0.47  % --inst_passive_queues_freq            [25;2]
% 0.22/0.47  % --inst_dismatching                    true
% 0.22/0.47  % --inst_eager_unprocessed_to_passive   true
% 0.22/0.47  % --inst_prop_sim_given                 true
% 150.26/150.45  % --inst_prop_sim_new                   false
% 150.26/150.45  % --inst_orphan_elimination             true
% 150.26/150.45  % --inst_learning_loop_flag             true
% 150.26/150.45  % --inst_learning_start                 3000
% 150.26/150.45  % --inst_learning_factor                2
% 150.26/150.45  % --inst_start_prop_sim_after_learn     3
% 150.26/150.45  % --inst_sel_renew                      solver
% 150.26/150.45  % --inst_lit_activity_flag              true
% 150.26/150.45  % --inst_out_proof                      true
% 150.26/150.45  
% 150.26/150.45  % ------ Resolution Options
% 150.26/150.45  
% 150.26/150.45  % --resolution_flag                     true
% 150.26/150.45  % --res_lit_sel                         kbo_max
% 150.26/150.45  % --res_to_prop_solver                  none
% 150.26/150.45  % --res_prop_simpl_new                  false
% 150.26/150.45  % --res_prop_simpl_given                false
% 150.26/150.45  % --res_passive_queue_type              priority_queues
% 150.26/150.45  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 150.26/150.45  % --res_passive_queues_freq             [15;5]
% 150.26/150.45  % --res_forward_subs                    full
% 150.26/150.45  % --res_backward_subs                   full
% 150.26/150.45  % --res_forward_subs_resolution         true
% 150.26/150.45  % --res_backward_subs_resolution        true
% 150.26/150.45  % --res_orphan_elimination              false
% 150.26/150.45  % --res_time_limit                      1000.
% 150.26/150.45  % --res_out_proof                       true
% 150.26/150.45  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_53dae0.s
% 150.26/150.45  % --modulo                              true
% 150.26/150.45  
% 150.26/150.45  % ------ Combination Options
% 150.26/150.45  
% 150.26/150.45  % --comb_res_mult                       1000
% 150.26/150.45  % --comb_inst_mult                      300
% 150.26/150.45  % ------ 
% 150.26/150.45  
% 150.26/150.45  
% 150.26/150.45  
% 150.26/150.45  % ------ Proving...
% 150.26/150.45  % 
% 150.26/150.45  
% 150.26/150.45  
% 150.26/150.45  % Time Out Real
% 150.26/150.45  
% 150.26/150.45  % ------                             Statistics
% 150.26/150.45  
% 150.26/150.45  % ------ General
% 150.26/150.45  
% 150.26/150.45  % num_of_input_clauses:                 81
% 150.26/150.45  % num_of_input_neg_conjectures:         2
% 150.26/150.45  % num_of_splits:                        0
% 150.26/150.45  % num_of_split_atoms:                   0
% 150.26/150.45  % num_of_sem_filtered_clauses:          0
% 150.26/150.45  % num_of_subtypes:                      0
% 150.26/150.45  % monotx_restored_types:                0
% 150.26/150.45  % sat_num_of_epr_types:                 0
% 150.26/150.45  % sat_num_of_non_cyclic_types:          0
% 150.26/150.45  % sat_guarded_non_collapsed_types:      0
% 150.26/150.45  % is_epr:                               0
% 150.26/150.45  % is_horn:                              0
% 150.26/150.45  % has_eq:                               0
% 150.26/150.45  % num_pure_diseq_elim:                  0
% 150.26/150.45  % simp_replaced_by:                     0
% 150.26/150.45  % res_preprocessed:                     6
% 150.26/150.45  % prep_upred:                           0
% 150.26/150.45  % prep_unflattend:                      0
% 150.26/150.45  % pred_elim_cands:                      1
% 150.26/150.45  % pred_elim:                            1
% 150.26/150.45  % pred_elim_cl:                         2
% 150.26/150.45  % pred_elim_cycles:                     2
% 150.26/150.45  % forced_gc_time:                       0
% 150.26/150.45  % gc_basic_clause_elim:                 0
% 150.26/150.45  % parsing_time:                         0.004
% 150.26/150.45  % sem_filter_time:                      0.
% 150.26/150.45  % pred_elim_time:                       0.
% 150.26/150.45  % out_proof_time:                       0.
% 150.26/150.45  % monotx_time:                          0.
% 150.26/150.45  % subtype_inf_time:                     0.
% 150.26/150.45  % unif_index_cands_time:                0.719
% 150.26/150.45  % unif_index_add_time:                  0.06
% 150.26/150.45  % total_time:                           150.017
% 150.26/150.45  % num_of_symbols:                       37
% 150.26/150.45  % num_of_terms:                         291411
% 150.26/150.45  
% 150.26/150.45  % ------ Propositional Solver
% 150.26/150.45  
% 150.26/150.45  % prop_solver_calls:                    33
% 150.26/150.45  % prop_fast_solver_calls:               10
% 150.26/150.45  % prop_num_of_clauses:                  20452
% 150.26/150.45  % prop_preprocess_simplified:           41651
% 150.26/150.45  % prop_fo_subsumed:                     0
% 150.26/150.45  % prop_solver_time:                     0.009
% 150.26/150.45  % prop_fast_solver_time:                0.
% 150.26/150.45  % prop_unsat_core_time:                 0.
% 150.26/150.45  
% 150.26/150.45  % ------ QBF 
% 150.26/150.45  
% 150.26/150.45  % qbf_q_res:                            0
% 150.26/150.45  % qbf_num_tautologies:                  0
% 150.26/150.45  % qbf_prep_cycles:                      0
% 150.26/150.45  
% 150.26/150.45  % ------ BMC1
% 150.26/150.45  
% 150.26/150.45  % bmc1_current_bound:                   -1
% 150.26/150.45  % bmc1_last_solved_bound:               -1
% 150.26/150.45  % bmc1_unsat_core_size:                 -1
% 150.26/150.45  % bmc1_unsat_core_parents_size:         -1
% 150.26/150.45  % bmc1_merge_next_fun:                  0
% 150.26/150.45  % bmc1_unsat_core_clauses_time:         0.
% 150.26/150.45  
% 150.26/150.45  % ------ Instantiation
% 150.26/150.45  
% 150.26/150.45  % inst_num_of_clauses:                  5606
% 150.26/150.45  % inst_num_in_passive:                  4004
% 150.26/150.45  % inst_num_in_active:                   1387
% 150.26/150.45  % inst_num_in_unprocessed:              178
% 150.26/150.45  % inst_num_of_loops:                    1499
% 150.30/150.47  % inst_num_of_learning_restarts:        1
% 150.30/150.47  % inst_num_moves_active_passive:        73
% 150.30/150.47  % inst_lit_activity:                    761
% 150.30/150.47  % inst_lit_activity_moves:              0
% 150.30/150.47  % inst_num_tautologies:                 37
% 150.30/150.47  % inst_num_prop_implied:                0
% 150.30/150.47  % inst_num_existing_simplified:         0
% 150.30/150.47  % inst_num_eq_res_simplified:           0
% 150.30/150.47  % inst_num_child_elim:                  0
% 150.30/150.47  % inst_num_of_dismatching_blockings:    12528
% 150.30/150.47  % inst_num_of_non_proper_insts:         18331
% 150.30/150.47  % inst_num_of_duplicates:               11004
% 150.30/150.47  % inst_inst_num_from_inst_to_res:       0
% 150.30/150.47  % inst_dismatching_checking_time:       0.226
% 150.30/150.47  
% 150.30/150.47  % ------ Resolution
% 150.30/150.47  
% 150.30/150.47  % res_num_of_clauses:                   1955585
% 150.30/150.47  % res_num_in_passive:                   1944086
% 150.30/150.47  % res_num_in_active:                    11573
% 150.30/150.47  % res_num_of_loops:                     15539
% 150.30/150.47  % res_forward_subset_subsumed:          74613
% 150.30/150.47  % res_backward_subset_subsumed:         160
% 150.30/150.47  % res_forward_subsumed:                 3582
% 150.30/150.47  % res_backward_subsumed:                198
% 150.30/150.47  % res_forward_subsumption_resolution:   1334
% 150.30/150.47  % res_backward_subsumption_resolution:  2
% 150.30/150.47  % res_clause_to_clause_subsumption:     5108796
% 150.30/150.47  % res_orphan_elimination:               0
% 150.30/150.47  % res_tautology_del:                    2567
% 150.30/150.47  % res_num_eq_res_simplified:            0
% 150.30/150.47  % res_num_sel_changes:                  0
% 150.30/150.47  % res_moves_from_active_to_pass:        0
% 150.30/150.47  
% 150.30/150.47  % Status Unknown
% 150.30/150.52  % Orienting using strategy ClausalAll
% 150.30/150.52  % Orientation found
% 150.30/150.52  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox2/tmp/iprover_proof_53dae0.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox2/tmp/iprover_modulo_68d23d.p | tee /export/starexec/sandbox2/tmp/iprover_modulo_out_ff5c7d | grep -v "SZS"
% 150.30/150.54  
% 150.30/150.54  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 150.30/150.54  
% 150.30/150.54  % 
% 150.30/150.54  % ------  iProver source info 
% 150.30/150.54  
% 150.30/150.54  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 150.30/150.54  % git: non_committed_changes: true
% 150.30/150.54  % git: last_make_outside_of_git: true
% 150.30/150.54  
% 150.30/150.54  % 
% 150.30/150.54  % ------ Input Options
% 150.30/150.54  
% 150.30/150.54  % --out_options                         all
% 150.30/150.54  % --tptp_safe_out                       true
% 150.30/150.54  % --problem_path                        ""
% 150.30/150.54  % --include_path                        ""
% 150.30/150.54  % --clausifier                          .//eprover
% 150.30/150.54  % --clausifier_options                  --tstp-format  
% 150.30/150.54  % --stdin                               false
% 150.30/150.54  % --dbg_backtrace                       false
% 150.30/150.54  % --dbg_dump_prop_clauses               false
% 150.30/150.54  % --dbg_dump_prop_clauses_file          -
% 150.30/150.54  % --dbg_out_stat                        false
% 150.30/150.54  
% 150.30/150.54  % ------ General Options
% 150.30/150.54  
% 150.30/150.54  % --fof                                 false
% 150.30/150.54  % --time_out_real                       150.
% 150.30/150.54  % --time_out_prep_mult                  0.2
% 150.30/150.54  % --time_out_virtual                    -1.
% 150.30/150.54  % --schedule                            none
% 150.30/150.54  % --ground_splitting                    input
% 150.30/150.54  % --splitting_nvd                       16
% 150.30/150.54  % --non_eq_to_eq                        false
% 150.30/150.54  % --prep_gs_sim                         true
% 150.30/150.54  % --prep_unflatten                      false
% 150.30/150.54  % --prep_res_sim                        true
% 150.30/150.54  % --prep_upred                          true
% 150.30/150.54  % --res_sim_input                       true
% 150.30/150.54  % --clause_weak_htbl                    true
% 150.30/150.54  % --gc_record_bc_elim                   false
% 150.30/150.54  % --symbol_type_check                   false
% 150.30/150.54  % --clausify_out                        false
% 150.30/150.54  % --large_theory_mode                   false
% 150.30/150.54  % --prep_sem_filter                     none
% 150.30/150.54  % --prep_sem_filter_out                 false
% 150.30/150.54  % --preprocessed_out                    false
% 150.30/150.54  % --sub_typing                          false
% 150.30/150.54  % --brand_transform                     false
% 150.30/150.54  % --pure_diseq_elim                     true
% 150.30/150.54  % --min_unsat_core                      false
% 150.30/150.54  % --pred_elim                           true
% 150.30/150.54  % --add_important_lit                   false
% 150.30/150.54  % --soft_assumptions                    false
% 150.30/150.54  % --reset_solvers                       false
% 150.30/150.54  % --bc_imp_inh                          []
% 150.30/150.54  % --conj_cone_tolerance                 1.5
% 150.30/150.54  % --prolific_symb_bound                 500
% 150.30/150.54  % --lt_threshold                        2000
% 150.30/150.54  
% 150.30/150.54  % ------ SAT Options
% 150.30/150.54  
% 150.30/150.54  % --sat_mode                            false
% 150.30/150.54  % --sat_fm_restart_options              ""
% 150.30/150.54  % --sat_gr_def                          false
% 150.30/150.54  % --sat_epr_types                       true
% 150.30/150.54  % --sat_non_cyclic_types                false
% 150.30/150.54  % --sat_finite_models                   false
% 150.30/150.54  % --sat_fm_lemmas                       false
% 150.30/150.54  % --sat_fm_prep                         false
% 150.30/150.54  % --sat_fm_uc_incr                      true
% 150.30/150.54  % --sat_out_model                       small
% 150.30/150.54  % --sat_out_clauses                     false
% 150.30/150.54  
% 150.30/150.54  % ------ QBF Options
% 150.30/150.54  
% 150.30/150.54  % --qbf_mode                            false
% 150.30/150.54  % --qbf_elim_univ                       true
% 150.30/150.54  % --qbf_sk_in                           true
% 150.30/150.54  % --qbf_pred_elim                       true
% 150.30/150.54  % --qbf_split                           32
% 150.30/150.54  
% 150.30/150.54  % ------ BMC1 Options
% 150.30/150.54  
% 150.30/150.54  % --bmc1_incremental                    false
% 150.30/150.54  % --bmc1_axioms                         reachable_all
% 150.30/150.54  % --bmc1_min_bound                      0
% 150.30/150.54  % --bmc1_max_bound                      -1
% 150.30/150.54  % --bmc1_max_bound_default              -1
% 150.30/150.54  % --bmc1_symbol_reachability            true
% 150.30/150.54  % --bmc1_property_lemmas                false
% 150.30/150.54  % --bmc1_k_induction                    false
% 150.30/150.54  % --bmc1_non_equiv_states               false
% 150.30/150.54  % --bmc1_deadlock                       false
% 150.30/150.54  % --bmc1_ucm                            false
% 150.30/150.54  % --bmc1_add_unsat_core                 none
% 150.30/150.54  % --bmc1_unsat_core_children            false
% 150.30/150.54  % --bmc1_unsat_core_extrapolate_axioms  false
% 150.30/150.54  % --bmc1_out_stat                       full
% 150.30/150.54  % --bmc1_ground_init                    false
% 150.30/150.54  % --bmc1_pre_inst_next_state            false
% 150.30/150.54  % --bmc1_pre_inst_state                 false
% 150.30/150.54  % --bmc1_pre_inst_reach_state           false
% 150.30/150.54  % --bmc1_out_unsat_core                 false
% 150.30/150.54  % --bmc1_aig_witness_out                false
% 150.30/150.54  % --bmc1_verbose                        false
% 150.30/150.54  % --bmc1_dump_clauses_tptp              false
% 150.30/150.55  % --bmc1_dump_unsat_core_tptp           false
% 150.30/150.55  % --bmc1_dump_file                      -
% 150.30/150.55  % --bmc1_ucm_expand_uc_limit            128
% 150.30/150.55  % --bmc1_ucm_n_expand_iterations        6
% 150.30/150.55  % --bmc1_ucm_extend_mode                1
% 150.30/150.55  % --bmc1_ucm_init_mode                  2
% 150.30/150.55  % --bmc1_ucm_cone_mode                  none
% 150.30/150.55  % --bmc1_ucm_reduced_relation_type      0
% 150.30/150.55  % --bmc1_ucm_relax_model                4
% 150.30/150.55  % --bmc1_ucm_full_tr_after_sat          true
% 150.30/150.55  % --bmc1_ucm_expand_neg_assumptions     false
% 150.30/150.55  % --bmc1_ucm_layered_model              none
% 150.30/150.55  % --bmc1_ucm_max_lemma_size             10
% 150.30/150.55  
% 150.30/150.55  % ------ AIG Options
% 150.30/150.55  
% 150.30/150.55  % --aig_mode                            false
% 150.30/150.55  
% 150.30/150.55  % ------ Instantiation Options
% 150.30/150.55  
% 150.30/150.55  % --instantiation_flag                  true
% 150.30/150.55  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 150.30/150.55  % --inst_solver_per_active              750
% 150.30/150.55  % --inst_solver_calls_frac              0.5
% 150.30/150.55  % --inst_passive_queue_type             priority_queues
% 150.30/150.55  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 150.30/150.55  % --inst_passive_queues_freq            [25;2]
% 150.30/150.55  % --inst_dismatching                    true
% 150.30/150.55  % --inst_eager_unprocessed_to_passive   true
% 150.30/150.55  % --inst_prop_sim_given                 true
% 150.30/150.55  % --inst_prop_sim_new                   false
% 150.30/150.55  % --inst_orphan_elimination             true
% 150.30/150.55  % --inst_learning_loop_flag             true
% 150.30/150.55  % --inst_learning_start                 3000
% 150.30/150.55  % --inst_learning_factor                2
% 150.30/150.55  % --inst_start_prop_sim_after_learn     3
% 150.30/150.55  % --inst_sel_renew                      solver
% 150.30/150.55  % --inst_lit_activity_flag              true
% 150.30/150.55  % --inst_out_proof                      true
% 150.30/150.55  
% 150.30/150.55  % ------ Resolution Options
% 150.30/150.55  
% 150.30/150.55  % --resolution_flag                     true
% 150.30/150.55  % --res_lit_sel                         kbo_max
% 150.30/150.55  % --res_to_prop_solver                  none
% 150.30/150.55  % --res_prop_simpl_new                  false
% 150.30/150.55  % --res_prop_simpl_given                false
% 150.30/150.55  % --res_passive_queue_type              priority_queues
% 150.30/150.55  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 150.30/150.55  % --res_passive_queues_freq             [15;5]
% 150.30/150.55  % --res_forward_subs                    full
% 150.30/150.55  % --res_backward_subs                   full
% 150.30/150.55  % --res_forward_subs_resolution         true
% 150.30/150.55  % --res_backward_subs_resolution        true
% 150.30/150.55  % --res_orphan_elimination              false
% 150.30/150.55  % --res_time_limit                      1000.
% 150.30/150.55  % --res_out_proof                       true
% 150.30/150.55  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_53dae0.s
% 150.30/150.55  % --modulo                              true
% 150.30/150.55  
% 150.30/150.55  % ------ Combination Options
% 150.30/150.55  
% 150.30/150.55  % --comb_res_mult                       1000
% 150.30/150.55  % --comb_inst_mult                      300
% 150.30/150.55  % ------ 
% 150.30/150.55  
% 150.30/150.55  % ------ Parsing...% successful
% 150.30/150.55  
% 150.30/150.55  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe:1:0s pe_e  snvd_s sp: 0 0s snvd_e % 
% 150.30/150.55  
% 150.30/150.55  % ------ Proving...
% 150.30/150.55  % ------ Problem Properties 
% 150.30/150.55  
% 150.30/150.55  % 
% 150.30/150.55  % EPR                                   false
% 150.30/150.55  % Horn                                  false
% 150.30/150.55  % Has equality                          false
% 150.30/150.55  
% 150.30/150.55  % % ------ Input Options Time Limit: Unbounded
% 150.30/150.55  
% 150.30/150.55  
% 150.30/150.55  % % ------ Current options:
% 150.30/150.55  
% 150.30/150.55  % ------ Input Options
% 150.30/150.55  
% 150.30/150.55  % --out_options                         all
% 150.30/150.55  % --tptp_safe_out                       true
% 150.30/150.55  % --problem_path                        ""
% 150.30/150.55  % --include_path                        ""
% 150.30/150.55  % --clausifier                          .//eprover
% 150.30/150.55  % --clausifier_options                  --tstp-format  
% 150.30/150.55  % --stdin                               false
% 150.30/150.55  % --dbg_backtrace                       false
% 150.30/150.55  % --dbg_dump_prop_clauses               false
% 150.30/150.55  % --dbg_dump_prop_clauses_file          -
% 150.30/150.55  % --dbg_out_stat                        false
% 150.30/150.55  
% 150.30/150.55  % ------ General Options
% 150.30/150.55  
% 150.30/150.55  % --fof                                 false
% 150.30/150.55  % --time_out_real                       150.
% 150.30/150.55  % --time_out_prep_mult                  0.2
% 150.30/150.55  % --time_out_virtual                    -1.
% 150.30/150.55  % --schedule                            none
% 150.30/150.55  % --ground_splitting                    input
% 150.30/150.55  % --splitting_nvd                       16
% 150.30/150.55  % --non_eq_to_eq                        false
% 150.30/150.55  % --prep_gs_sim                         true
% 150.30/150.55  % --prep_unflatten                      false
% 150.30/150.55  % --prep_res_sim                        true
% 150.30/150.55  % --prep_upred                          true
% 150.30/150.55  % --res_sim_input                       true
% 150.30/150.55  % --clause_weak_htbl                    true
% 150.30/150.55  % --gc_record_bc_elim                   false
% 150.30/150.55  % --symbol_type_check                   false
% 150.30/150.55  % --clausify_out                        false
% 150.30/150.55  % --large_theory_mode                   false
% 150.30/150.55  % --prep_sem_filter                     none
% 150.30/150.55  % --prep_sem_filter_out                 false
% 150.30/150.55  % --preprocessed_out                    false
% 150.30/150.55  % --sub_typing                          false
% 150.30/150.55  % --brand_transform                     false
% 150.30/150.55  % --pure_diseq_elim                     true
% 150.30/150.55  % --min_unsat_core                      false
% 150.30/150.55  % --pred_elim                           true
% 150.30/150.55  % --add_important_lit                   false
% 150.30/150.55  % --soft_assumptions                    false
% 150.30/150.55  % --reset_solvers                       false
% 150.30/150.55  % --bc_imp_inh                          []
% 150.30/150.55  % --conj_cone_tolerance                 1.5
% 150.30/150.55  % --prolific_symb_bound                 500
% 150.30/150.55  % --lt_threshold                        2000
% 150.30/150.55  
% 150.30/150.55  % ------ SAT Options
% 150.30/150.55  
% 150.30/150.55  % --sat_mode                            false
% 150.30/150.55  % --sat_fm_restart_options              ""
% 150.30/150.55  % --sat_gr_def                          false
% 150.30/150.55  % --sat_epr_types                       true
% 150.30/150.55  % --sat_non_cyclic_types                false
% 150.30/150.55  % --sat_finite_models                   false
% 150.30/150.55  % --sat_fm_lemmas                       false
% 150.30/150.55  % --sat_fm_prep                         false
% 150.30/150.55  % --sat_fm_uc_incr                      true
% 150.30/150.55  % --sat_out_model                       small
% 150.30/150.55  % --sat_out_clauses                     false
% 150.30/150.55  
% 150.30/150.55  % ------ QBF Options
% 150.30/150.55  
% 150.30/150.55  % --qbf_mode                            false
% 150.30/150.55  % --qbf_elim_univ                       true
% 150.30/150.55  % --qbf_sk_in                           true
% 150.30/150.55  % --qbf_pred_elim                       true
% 150.30/150.55  % --qbf_split                           32
% 150.30/150.55  
% 150.30/150.55  % ------ BMC1 Options
% 150.30/150.55  
% 150.30/150.55  % --bmc1_incremental                    false
% 150.30/150.55  % --bmc1_axioms                         reachable_all
% 150.30/150.55  % --bmc1_min_bound                      0
% 150.30/150.55  % --bmc1_max_bound                      -1
% 150.30/150.55  % --bmc1_max_bound_default              -1
% 150.30/150.55  % --bmc1_symbol_reachability            true
% 150.30/150.55  % --bmc1_property_lemmas                false
% 150.30/150.55  % --bmc1_k_induction                    false
% 150.30/150.55  % --bmc1_non_equiv_states               false
% 150.30/150.55  % --bmc1_deadlock                       false
% 150.30/150.55  % --bmc1_ucm                            false
% 150.30/150.55  % --bmc1_add_unsat_core                 none
% 150.30/150.55  % --bmc1_unsat_core_children            false
% 150.30/150.55  % --bmc1_unsat_core_extrapolate_axioms  false
% 150.30/150.55  % --bmc1_out_stat                       full
% 150.30/150.55  % --bmc1_ground_init                    false
% 150.30/150.55  % --bmc1_pre_inst_next_state            false
% 150.30/150.55  % --bmc1_pre_inst_state                 false
% 150.30/150.55  % --bmc1_pre_inst_reach_state           false
% 150.30/150.55  % --bmc1_out_unsat_core                 false
% 150.30/150.55  % --bmc1_aig_witness_out                false
% 150.30/150.55  % --bmc1_verbose                        false
% 150.30/150.55  % --bmc1_dump_clauses_tptp              false
% 150.30/150.55  % --bmc1_dump_unsat_core_tptp           false
% 150.30/150.55  % --bmc1_dump_file                      -
% 150.30/150.55  % --bmc1_ucm_expand_uc_limit            128
% 150.30/150.55  % --bmc1_ucm_n_expand_iterations        6
% 150.30/150.55  % --bmc1_ucm_extend_mode                1
% 150.30/150.55  % --bmc1_ucm_init_mode                  2
% 150.30/150.55  % --bmc1_ucm_cone_mode                  none
% 150.30/150.55  % --bmc1_ucm_reduced_relation_type      0
% 150.30/150.55  % --bmc1_ucm_relax_model                4
% 150.30/150.55  % --bmc1_ucm_full_tr_after_sat          true
% 150.30/150.55  % --bmc1_ucm_expand_neg_assumptions     false
% 150.30/150.55  % --bmc1_ucm_layered_model              none
% 150.30/150.55  % --bmc1_ucm_max_lemma_size             10
% 150.30/150.55  
% 150.30/150.55  % ------ AIG Options
% 150.30/150.55  
% 150.30/150.55  % --aig_mode                            false
% 150.30/150.55  
% 150.30/150.55  % ------ Instantiation Options
% 150.30/150.55  
% 150.30/150.55  % --instantiation_flag                  true
% 150.30/150.55  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 150.30/150.55  % --inst_solver_per_active              750
% 150.30/150.55  % --inst_solver_calls_frac              0.5
% 150.30/150.55  % --inst_passive_queue_type             priority_queues
% 150.30/150.55  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 150.30/150.55  % --inst_passive_queues_freq            [25;2]
% 150.30/150.55  % --inst_dismatching                    true
% 150.30/150.55  % --inst_eager_unprocessed_to_passive   true
% 150.30/150.55  % --inst_prop_sim_given                 true
% 161.30/161.51  % --inst_prop_sim_new                   false
% 161.30/161.51  % --inst_orphan_elimination             true
% 161.30/161.51  % --inst_learning_loop_flag             true
% 161.30/161.51  % --inst_learning_start                 3000
% 161.30/161.51  % --inst_learning_factor                2
% 161.30/161.51  % --inst_start_prop_sim_after_learn     3
% 161.30/161.51  % --inst_sel_renew                      solver
% 161.30/161.51  % --inst_lit_activity_flag              true
% 161.30/161.51  % --inst_out_proof                      true
% 161.30/161.51  
% 161.30/161.51  % ------ Resolution Options
% 161.30/161.51  
% 161.30/161.51  % --resolution_flag                     true
% 161.30/161.51  % --res_lit_sel                         kbo_max
% 161.30/161.51  % --res_to_prop_solver                  none
% 161.30/161.51  % --res_prop_simpl_new                  false
% 161.30/161.51  % --res_prop_simpl_given                false
% 161.30/161.51  % --res_passive_queue_type              priority_queues
% 161.30/161.51  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 161.30/161.51  % --res_passive_queues_freq             [15;5]
% 161.30/161.51  % --res_forward_subs                    full
% 161.30/161.51  % --res_backward_subs                   full
% 161.30/161.51  % --res_forward_subs_resolution         true
% 161.30/161.51  % --res_backward_subs_resolution        true
% 161.30/161.51  % --res_orphan_elimination              false
% 161.30/161.51  % --res_time_limit                      1000.
% 161.30/161.51  % --res_out_proof                       true
% 161.30/161.51  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_53dae0.s
% 161.30/161.51  % --modulo                              true
% 161.30/161.51  
% 161.30/161.51  % ------ Combination Options
% 161.30/161.51  
% 161.30/161.51  % --comb_res_mult                       1000
% 161.30/161.51  % --comb_inst_mult                      300
% 161.30/161.51  % ------ 
% 161.30/161.51  
% 161.30/161.51  
% 161.30/161.51  
% 161.30/161.51  % ------ Proving...
% 161.30/161.51  % 
% 161.30/161.51  
% 161.30/161.51  
% 161.30/161.51  % ------                             Statistics
% 161.30/161.51  
% 161.30/161.51  % ------ General
% 161.30/161.51  
% 161.30/161.51  % num_of_input_clauses:                 81
% 161.30/161.51  % num_of_input_neg_conjectures:         2
% 161.30/161.51  % num_of_splits:                        0
% 161.30/161.51  % num_of_split_atoms:                   0
% 161.30/161.51  % num_of_sem_filtered_clauses:          0
% 161.30/161.51  % num_of_subtypes:                      0
% 161.30/161.51  % monotx_restored_types:                0
% 161.30/161.51  % sat_num_of_epr_types:                 0
% 161.30/161.51  % sat_num_of_non_cyclic_types:          0
% 161.30/161.51  % sat_guarded_non_collapsed_types:      0
% 161.30/161.51  % is_epr:                               0
% 161.30/161.51  % is_horn:                              0
% 161.30/161.51  % has_eq:                               0
% 161.30/161.51  % num_pure_diseq_elim:                  0
% 161.30/161.51  % simp_replaced_by:                     0
% 161.30/161.51  % res_preprocessed:                     6
% 161.30/161.51  % prep_upred:                           0
% 161.30/161.51  % prep_unflattend:                      0
% 161.30/161.51  % pred_elim_cands:                      1
% 161.30/161.51  % pred_elim:                            1
% 161.30/161.51  % pred_elim_cl:                         2
% 161.30/161.51  % pred_elim_cycles:                     2
% 161.30/161.51  % forced_gc_time:                       0
% 161.30/161.51  % gc_basic_clause_elim:                 0
% 161.30/161.51  % parsing_time:                         0.002
% 161.30/161.51  % sem_filter_time:                      0.
% 161.30/161.51  % pred_elim_time:                       0.
% 161.30/161.51  % out_proof_time:                       0.003
% 161.30/161.51  % monotx_time:                          0.
% 161.30/161.51  % subtype_inf_time:                     0.
% 161.30/161.51  % unif_index_cands_time:                0.027
% 161.30/161.51  % unif_index_add_time:                  0.015
% 161.30/161.51  % total_time:                           10.978
% 161.30/161.51  % num_of_symbols:                       37
% 161.30/161.51  % num_of_terms:                         40345
% 161.30/161.51  
% 161.30/161.51  % ------ Propositional Solver
% 161.30/161.51  
% 161.30/161.51  % prop_solver_calls:                    20
% 161.30/161.51  % prop_fast_solver_calls:               10
% 161.30/161.51  % prop_num_of_clauses:                  16999
% 161.30/161.51  % prop_preprocess_simplified:           24506
% 161.30/161.51  % prop_fo_subsumed:                     0
% 161.30/161.51  % prop_solver_time:                     0.005
% 161.30/161.51  % prop_fast_solver_time:                0.
% 161.30/161.51  % prop_unsat_core_time:                 0.002
% 161.30/161.51  
% 161.30/161.51  % ------ QBF 
% 161.30/161.51  
% 161.30/161.51  % qbf_q_res:                            0
% 161.30/161.51  % qbf_num_tautologies:                  0
% 161.30/161.51  % qbf_prep_cycles:                      0
% 161.30/161.51  
% 161.30/161.51  % ------ BMC1
% 161.30/161.51  
% 161.30/161.51  % bmc1_current_bound:                   -1
% 161.30/161.51  % bmc1_last_solved_bound:               -1
% 161.30/161.51  % bmc1_unsat_core_size:                 -1
% 161.30/161.51  % bmc1_unsat_core_parents_size:         -1
% 161.30/161.51  % bmc1_merge_next_fun:                  0
% 161.30/161.51  % bmc1_unsat_core_clauses_time:         0.
% 161.30/161.51  
% 161.30/161.51  % ------ Instantiation
% 161.30/161.51  
% 161.30/161.51  % inst_num_of_clauses:                  10958
% 161.30/161.51  % inst_num_in_passive:                  8075
% 161.30/161.51  % inst_num_in_active:                   2578
% 161.30/161.51  % inst_num_in_unprocessed:              249
% 161.30/161.51  % inst_num_of_loops:                    2764
% 161.30/161.51  % inst_num_of_learning_restarts:        0
% 161.30/161.51  % inst_num_moves_active_passive:        129
% 161.30/161.51  % inst_lit_activity:                    897
% 161.30/161.51  % inst_lit_activity_moves:              1
% 161.30/161.51  % inst_num_tautologies:                 54
% 161.30/161.51  % inst_num_prop_implied:                0
% 161.30/161.51  % inst_num_existing_simplified:         0
% 161.30/161.51  % inst_num_eq_res_simplified:           0
% 161.30/161.51  % inst_num_child_elim:                  0
% 161.30/161.51  % inst_num_of_dismatching_blockings:    25003
% 161.30/161.51  % inst_num_of_non_proper_insts:         35153
% 161.30/161.51  % inst_num_of_duplicates:               28252
% 161.30/161.51  % inst_inst_num_from_inst_to_res:       0
% 161.30/161.51  % inst_dismatching_checking_time:       0.109
% 161.30/161.51  
% 161.30/161.51  % ------ Resolution
% 161.30/161.51  
% 161.30/161.51  % res_num_of_clauses:                   27307
% 161.30/161.51  % res_num_in_passive:                   17212
% 161.30/161.51  % res_num_in_active:                    10058
% 161.30/161.51  % res_num_of_loops:                     10000
% 161.30/161.51  % res_forward_subset_subsumed:          2809
% 161.30/161.51  % res_backward_subset_subsumed:         0
% 161.30/161.51  % res_forward_subsumed:                 0
% 161.30/161.51  % res_backward_subsumed:                0
% 161.30/161.51  % res_forward_subsumption_resolution:   0
% 161.30/161.51  % res_backward_subsumption_resolution:  0
% 161.30/161.51  % res_clause_to_clause_subsumption:     1325292
% 161.30/161.51  % res_orphan_elimination:               0
% 161.30/161.51  % res_tautology_del:                    0
% 161.30/161.51  % res_num_eq_res_simplified:            0
% 161.30/161.51  % res_num_sel_changes:                  0
% 161.30/161.51  % res_moves_from_active_to_pass:        0
% 161.30/161.51  
% 161.30/161.51  % Status Unsatisfiable
% 161.30/161.51  % SZS status Unsatisfiable
% 161.30/161.51  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------