TSTP Solution File: REL048+1 by ET---2.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : ET---2.0
% Problem  : REL048+1 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_ET %s %d

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

% Result   : Theorem 0.27s 1.45s
% Output   : CNFRefutation 0.27s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   27
%            Number of leaves      :    7
% Syntax   : Number of formulae    :   85 (  81 unt;   0 def)
%            Number of atoms       :   92 (  91 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   12 (   5   ~;   2   |;   3   &)
%                                         (   0 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   1 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   5 con; 0-2 aty)
%            Number of variables   :   92 (   3 sgn  28   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(def_zero,axiom,
    ! [X1] : zero = meet(X1,complement(X1)),
    file('/export/starexec/sandbox/benchmark/Axioms/REL001+0.ax',def_zero) ).

fof(maddux4_definiton_of_meet,axiom,
    ! [X1,X2] : meet(X1,X2) = complement(join(complement(X1),complement(X2))),
    file('/export/starexec/sandbox/benchmark/Axioms/REL001+0.ax',maddux4_definiton_of_meet) ).

fof(def_top,axiom,
    ! [X1] : top = join(X1,complement(X1)),
    file('/export/starexec/sandbox/benchmark/Axioms/REL001+0.ax',def_top) ).

fof(maddux3_a_kind_of_de_Morgan,axiom,
    ! [X1,X2] : X1 = join(complement(join(complement(X1),complement(X2))),complement(join(complement(X1),X2))),
    file('/export/starexec/sandbox/benchmark/Axioms/REL001+0.ax',maddux3_a_kind_of_de_Morgan) ).

fof(maddux1_join_commutativity,axiom,
    ! [X1,X2] : join(X1,X2) = join(X2,X1),
    file('/export/starexec/sandbox/benchmark/Axioms/REL001+0.ax',maddux1_join_commutativity) ).

fof(maddux2_join_associativity,axiom,
    ! [X1,X2,X3] : join(X1,join(X2,X3)) = join(join(X1,X2),X3),
    file('/export/starexec/sandbox/benchmark/Axioms/REL001+0.ax',maddux2_join_associativity) ).

fof(goals,conjecture,
    ! [X1,X2,X3] :
      ( join(join(X1,X2),X3) = X3
     => ( join(X1,X3) = X3
        & join(X2,X3) = X3 ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',goals) ).

fof(c_0_7,plain,
    ! [X2] : zero = meet(X2,complement(X2)),
    inference(variable_rename,[status(thm)],[def_zero]) ).

fof(c_0_8,plain,
    ! [X3,X4] : meet(X3,X4) = complement(join(complement(X3),complement(X4))),
    inference(variable_rename,[status(thm)],[maddux4_definiton_of_meet]) ).

cnf(c_0_9,plain,
    zero = meet(X1,complement(X1)),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

cnf(c_0_10,plain,
    meet(X1,X2) = complement(join(complement(X1),complement(X2))),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

fof(c_0_11,plain,
    ! [X2] : top = join(X2,complement(X2)),
    inference(variable_rename,[status(thm)],[def_top]) ).

cnf(c_0_12,plain,
    zero = complement(join(complement(X1),complement(complement(X1)))),
    inference(rw,[status(thm)],[c_0_9,c_0_10]) ).

cnf(c_0_13,plain,
    top = join(X1,complement(X1)),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

fof(c_0_14,plain,
    ! [X3,X4] : X3 = join(complement(join(complement(X3),complement(X4))),complement(join(complement(X3),X4))),
    inference(variable_rename,[status(thm)],[maddux3_a_kind_of_de_Morgan]) ).

fof(c_0_15,plain,
    ! [X3,X4] : join(X3,X4) = join(X4,X3),
    inference(variable_rename,[status(thm)],[maddux1_join_commutativity]) ).

fof(c_0_16,plain,
    ! [X4,X5,X6] : join(X4,join(X5,X6)) = join(join(X4,X5),X6),
    inference(variable_rename,[status(thm)],[maddux2_join_associativity]) ).

cnf(c_0_17,plain,
    complement(top) = zero,
    inference(rw,[status(thm)],[c_0_12,c_0_13]) ).

cnf(c_0_18,plain,
    X1 = join(complement(join(complement(X1),complement(X2))),complement(join(complement(X1),X2))),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_19,plain,
    join(X1,X2) = join(X2,X1),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_20,plain,
    join(X1,join(X2,X3)) = join(join(X1,X2),X3),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_21,plain,
    join(top,zero) = top,
    inference(spm,[status(thm)],[c_0_13,c_0_17]) ).

cnf(c_0_22,plain,
    join(complement(join(complement(X1),X2)),complement(join(complement(X1),complement(X2)))) = X1,
    inference(rw,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_23,plain,
    join(top,join(zero,X1)) = join(top,X1),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

fof(c_0_24,negated_conjecture,
    ~ ! [X1,X2,X3] :
        ( join(join(X1,X2),X3) = X3
       => ( join(X1,X3) = X3
          & join(X2,X3) = X3 ) ),
    inference(assume_negation,[status(cth)],[goals]) ).

cnf(c_0_25,plain,
    join(X1,join(X2,complement(join(X1,X2)))) = top,
    inference(spm,[status(thm)],[c_0_13,c_0_20]) ).

cnf(c_0_26,plain,
    join(complement(join(top,complement(X1))),complement(join(zero,complement(X1)))) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_22,c_0_17]),c_0_19]),c_0_19]) ).

cnf(c_0_27,plain,
    join(top,complement(zero)) = join(top,top),
    inference(spm,[status(thm)],[c_0_23,c_0_13]) ).

fof(c_0_28,negated_conjecture,
    ( join(join(esk1_0,esk2_0),esk3_0) = esk3_0
    & ( join(esk1_0,esk3_0) != esk3_0
      | join(esk2_0,esk3_0) != esk3_0 ) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_24])])]) ).

cnf(c_0_29,plain,
    join(X1,join(X2,join(zero,complement(join(X1,X2))))) = top,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_25]),c_0_17]),c_0_20]),c_0_19]) ).

cnf(c_0_30,plain,
    join(zero,complement(join(top,top))) = zero,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_13]),c_0_17]),c_0_27]),c_0_19]) ).

cnf(c_0_31,plain,
    join(top,join(X1,zero)) = join(top,X1),
    inference(spm,[status(thm)],[c_0_23,c_0_19]) ).

cnf(c_0_32,negated_conjecture,
    join(join(esk1_0,esk2_0),esk3_0) = esk3_0,
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_33,plain,
    join(top,top) = top,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_27]),c_0_30]),c_0_31]),c_0_27]) ).

cnf(c_0_34,negated_conjecture,
    join(esk3_0,join(esk1_0,esk2_0)) = esk3_0,
    inference(rw,[status(thm)],[c_0_32,c_0_19]) ).

cnf(c_0_35,plain,
    join(X1,join(X2,X3)) = join(X3,join(X1,X2)),
    inference(spm,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_36,plain,
    join(zero,zero) = zero,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_30,c_0_33]),c_0_17]) ).

cnf(c_0_37,negated_conjecture,
    join(esk1_0,join(esk2_0,esk3_0)) = esk3_0,
    inference(rw,[status(thm)],[c_0_34,c_0_35]) ).

cnf(c_0_38,plain,
    join(zero,join(zero,X1)) = join(zero,X1),
    inference(spm,[status(thm)],[c_0_20,c_0_36]) ).

cnf(c_0_39,plain,
    join(zero,complement(join(complement(X1),complement(X1)))) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_22,c_0_13]),c_0_17]),c_0_19]) ).

cnf(c_0_40,negated_conjecture,
    join(esk1_0,join(esk2_0,join(esk3_0,X1))) = join(esk3_0,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_37]),c_0_20]) ).

cnf(c_0_41,plain,
    join(X1,join(complement(X1),X2)) = join(top,X2),
    inference(spm,[status(thm)],[c_0_20,c_0_13]) ).

cnf(c_0_42,plain,
    join(complement(X1),complement(join(complement(X2),join(complement(X1),complement(join(complement(X1),X2)))))) = join(complement(X1),X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_22,c_0_22]),c_0_35]),c_0_19]),c_0_19]) ).

cnf(c_0_43,plain,
    join(X1,join(X2,X3)) = join(X2,join(X1,X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_19]),c_0_20]) ).

cnf(c_0_44,plain,
    join(zero,X1) = X1,
    inference(spm,[status(thm)],[c_0_38,c_0_39]) ).

cnf(c_0_45,negated_conjecture,
    join(esk1_0,join(esk2_0,join(X1,esk3_0))) = join(X1,esk3_0),
    inference(spm,[status(thm)],[c_0_40,c_0_19]) ).

cnf(c_0_46,plain,
    join(top,join(X1,complement(join(complement(X2),X1)))) = join(X2,top),
    inference(spm,[status(thm)],[c_0_41,c_0_25]) ).

cnf(c_0_47,plain,
    complement(join(complement(X1),complement(X1))) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_17]),c_0_43]),c_0_44]),c_0_44]),c_0_44]),c_0_44]) ).

cnf(c_0_48,negated_conjecture,
    join(esk3_0,join(esk1_0,join(esk2_0,X1))) = join(esk3_0,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_34]),c_0_20]) ).

cnf(c_0_49,negated_conjecture,
    join(X1,join(X2,esk3_0)) = join(esk2_0,join(X2,join(esk1_0,join(esk3_0,X1)))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_35,c_0_45]),c_0_20]),c_0_20]),c_0_35]) ).

cnf(c_0_50,negated_conjecture,
    join(top,join(esk1_0,join(esk2_0,X1))) = join(top,X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_40,c_0_41]),c_0_43]),c_0_43]) ).

cnf(c_0_51,plain,
    join(X1,top) = top,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_47]),c_0_19]),c_0_13]),c_0_33]) ).

cnf(c_0_52,plain,
    join(top,join(top,X1)) = join(top,X1),
    inference(spm,[status(thm)],[c_0_20,c_0_33]) ).

cnf(c_0_53,negated_conjecture,
    join(esk3_0,join(esk1_0,join(X1,esk2_0))) = join(esk3_0,X1),
    inference(spm,[status(thm)],[c_0_48,c_0_19]) ).

cnf(c_0_54,negated_conjecture,
    join(esk3_0,join(top,esk1_0)) = join(esk3_0,complement(esk2_0)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_48,c_0_13]),c_0_19]) ).

cnf(c_0_55,negated_conjecture,
    join(esk2_0,join(X1,join(top,esk1_0))) = join(top,X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_13]),c_0_19]),c_0_35]),c_0_41]) ).

cnf(c_0_56,negated_conjecture,
    join(top,esk1_0) = top,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_50,c_0_51]),c_0_19]),c_0_52]),c_0_51]) ).

cnf(c_0_57,negated_conjecture,
    join(esk3_0,join(X1,join(esk1_0,esk2_0))) = join(esk3_0,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_35]),c_0_19]) ).

cnf(c_0_58,negated_conjecture,
    join(esk3_0,complement(esk2_0)) = join(top,join(esk1_0,esk3_0)),
    inference(rw,[status(thm)],[c_0_54,c_0_35]) ).

cnf(c_0_59,negated_conjecture,
    join(top,esk2_0) = join(top,X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_55,c_0_56]),c_0_51]),c_0_19]) ).

cnf(c_0_60,negated_conjecture,
    join(top,join(esk1_0,esk2_0)) = top,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_41]),c_0_13]) ).

cnf(c_0_61,plain,
    join(complement(join(complement(X1),X2)),complement(join(complement(X2),complement(X1)))) = X1,
    inference(spm,[status(thm)],[c_0_22,c_0_19]) ).

cnf(c_0_62,plain,
    join(complement(join(X1,complement(X2))),complement(join(complement(X2),complement(X1)))) = X2,
    inference(spm,[status(thm)],[c_0_22,c_0_19]) ).

cnf(c_0_63,negated_conjecture,
    join(esk3_0,complement(esk2_0)) = join(top,esk2_0),
    inference(rw,[status(thm)],[c_0_58,c_0_59]) ).

cnf(c_0_64,negated_conjecture,
    join(top,esk2_0) = top,
    inference(rw,[status(thm)],[c_0_60,c_0_59]) ).

cnf(c_0_65,plain,
    join(zero,complement(join(complement(X1),complement(complement(complement(X1)))))) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_22,c_0_13]),c_0_17]) ).

cnf(c_0_66,plain,
    join(zero,complement(join(X1,complement(complement(X1))))) = complement(X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_61,c_0_13]),c_0_17]),c_0_19]),c_0_19]) ).

cnf(c_0_67,plain,
    join(complement(join(complement(X1),complement(X2))),complement(join(X2,complement(X1)))) = X1,
    inference(spm,[status(thm)],[c_0_19,c_0_62]) ).

cnf(c_0_68,negated_conjecture,
    join(esk3_0,complement(esk2_0)) = top,
    inference(rw,[status(thm)],[c_0_63,c_0_64]) ).

cnf(c_0_69,plain,
    join(X1,zero) = X1,
    inference(spm,[status(thm)],[c_0_19,c_0_44]) ).

cnf(c_0_70,plain,
    complement(complement(X1)) = X1,
    inference(rw,[status(thm)],[c_0_65,c_0_66]) ).

cnf(c_0_71,negated_conjecture,
    complement(join(complement(esk2_0),complement(esk3_0))) = esk2_0,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_67,c_0_68]),c_0_17]),c_0_69]) ).

cnf(c_0_72,plain,
    complement(join(complement(X1),complement(join(X2,complement(join(complement(X1),X2)))))) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_22,c_0_25]),c_0_17]),c_0_44]) ).

cnf(c_0_73,negated_conjecture,
    join(complement(esk2_0),complement(esk3_0)) = complement(esk2_0),
    inference(spm,[status(thm)],[c_0_70,c_0_71]) ).

cnf(c_0_74,negated_conjecture,
    complement(join(complement(esk2_0),complement(join(esk2_0,complement(esk3_0))))) = esk2_0,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_73]),c_0_70]),c_0_19]) ).

cnf(c_0_75,plain,
    join(complement(X1),complement(join(complement(X2),join(complement(X1),complement(join(X2,complement(X1))))))) = join(X2,complement(X1)),
    inference(spm,[status(thm)],[c_0_42,c_0_19]) ).

cnf(c_0_76,negated_conjecture,
    join(complement(esk2_0),complement(join(esk2_0,complement(esk3_0)))) = complement(esk2_0),
    inference(spm,[status(thm)],[c_0_70,c_0_74]) ).

cnf(c_0_77,negated_conjecture,
    join(esk2_0,complement(join(esk2_0,complement(esk3_0)))) = esk3_0,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_67,c_0_73]),c_0_70]),c_0_70]),c_0_19]),c_0_19]) ).

cnf(c_0_78,negated_conjecture,
    join(complement(join(esk2_0,esk3_0)),complement(join(esk2_0,complement(esk3_0)))) = complement(esk2_0),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_75,c_0_76]),c_0_70]),c_0_70]),c_0_19]),c_0_77]),c_0_19]) ).

cnf(c_0_79,negated_conjecture,
    complement(join(complement(esk3_0),complement(join(esk2_0,esk3_0)))) = join(esk2_0,esk3_0),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_78]),c_0_70]),c_0_19]),c_0_77]),c_0_19]) ).

cnf(c_0_80,plain,
    join(top,X1) = top,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_52,c_0_59]),c_0_64]) ).

cnf(c_0_81,negated_conjecture,
    join(esk2_0,esk3_0) = esk3_0,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_61,c_0_79]),c_0_70]),c_0_20]),c_0_13]),c_0_19]),c_0_80]),c_0_17]),c_0_20]),c_0_69]) ).

cnf(c_0_82,negated_conjecture,
    ( join(esk2_0,esk3_0) != esk3_0
    | join(esk1_0,esk3_0) != esk3_0 ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_83,negated_conjecture,
    join(esk1_0,esk3_0) = esk3_0,
    inference(rw,[status(thm)],[c_0_37,c_0_81]) ).

cnf(c_0_84,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_82,c_0_81])]),c_0_83])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : REL048+1 : TPTP v8.1.0. Released v4.0.0.
% 0.08/0.15  % Command  : run_ET %s %d
% 0.15/0.36  % Computer : n018.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 600
% 0.15/0.36  % DateTime : Fri Jul  8 15:14:55 EDT 2022
% 0.15/0.37  % CPUTime  : 
% 0.27/1.45  # Running protocol protocol_eprover_29fa5c60d0ee03ec4f64b055553dc135fbe4ee3a for 23 seconds:
% 0.27/1.45  # Preprocessing time       : 0.013 s
% 0.27/1.45  
% 0.27/1.45  # Proof found!
% 0.27/1.45  # SZS status Theorem
% 0.27/1.45  # SZS output start CNFRefutation
% See solution above
% 0.27/1.45  # Proof object total steps             : 85
% 0.27/1.45  # Proof object clause steps            : 70
% 0.27/1.45  # Proof object formula steps           : 15
% 0.27/1.45  # Proof object conjectures             : 33
% 0.27/1.45  # Proof object clause conjectures      : 30
% 0.27/1.45  # Proof object formula conjectures     : 3
% 0.27/1.45  # Proof object initial clauses used    : 8
% 0.27/1.45  # Proof object initial formulas used   : 7
% 0.27/1.45  # Proof object generating inferences   : 47
% 0.27/1.45  # Proof object simplifying inferences  : 94
% 0.27/1.45  # Training examples: 0 positive, 0 negative
% 0.27/1.45  # Parsed axioms                        : 14
% 0.27/1.45  # Removed by relevancy pruning/SinE    : 0
% 0.27/1.45  # Initial clauses                      : 15
% 0.27/1.45  # Removed in clause preprocessing      : 1
% 0.27/1.45  # Initial clauses in saturation        : 14
% 0.27/1.45  # Processed clauses                    : 1525
% 0.27/1.45  # ...of these trivial                  : 626
% 0.27/1.45  # ...subsumed                          : 529
% 0.27/1.45  # ...remaining for further processing  : 369
% 0.27/1.45  # Other redundant clauses eliminated   : 0
% 0.27/1.45  # Clauses deleted for lack of memory   : 0
% 0.27/1.45  # Backward-subsumed                    : 0
% 0.27/1.45  # Backward-rewritten                   : 197
% 0.27/1.45  # Generated clauses                    : 37079
% 0.27/1.45  # ...of the previous two non-trivial   : 32294
% 0.27/1.45  # Contextual simplify-reflections      : 0
% 0.27/1.45  # Paramodulations                      : 37079
% 0.27/1.45  # Factorizations                       : 0
% 0.27/1.45  # Equation resolutions                 : 0
% 0.27/1.45  # Current number of processed clauses  : 172
% 0.27/1.45  #    Positive orientable unit clauses  : 121
% 0.27/1.45  #    Positive unorientable unit clauses: 51
% 0.27/1.45  #    Negative unit clauses             : 0
% 0.27/1.45  #    Non-unit-clauses                  : 0
% 0.27/1.45  # Current number of unprocessed clauses: 19441
% 0.27/1.45  # ...number of literals in the above   : 19441
% 0.27/1.45  # Current number of archived formulas  : 0
% 0.27/1.45  # Current number of archived clauses   : 198
% 0.27/1.45  # Clause-clause subsumption calls (NU) : 0
% 0.27/1.45  # Rec. Clause-clause subsumption calls : 0
% 0.27/1.45  # Non-unit clause-clause subsumptions  : 0
% 0.27/1.45  # Unit Clause-clause subsumption calls : 538
% 0.27/1.45  # Rewrite failures with RHS unbound    : 377
% 0.27/1.45  # BW rewrite match attempts            : 5177
% 0.27/1.45  # BW rewrite match successes           : 1157
% 0.27/1.45  # Condensation attempts                : 0
% 0.27/1.45  # Condensation successes               : 0
% 0.27/1.45  # Termbank termtop insertions          : 696596
% 0.27/1.45  
% 0.27/1.45  # -------------------------------------------------
% 0.27/1.45  # User time                : 0.477 s
% 0.27/1.45  # System time              : 0.020 s
% 0.27/1.45  # Total time               : 0.497 s
% 0.27/1.45  # Maximum resident set size: 36864 pages
% 0.27/23.44  eprover: CPU time limit exceeded, terminating
% 0.27/23.44  eprover: CPU time limit exceeded, terminating
% 0.27/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.27/23.46  eprover: No such file or directory
% 0.27/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.27/23.46  eprover: No such file or directory
% 0.27/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.27/23.46  eprover: No such file or directory
% 0.27/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.27/23.47  eprover: No such file or directory
% 0.27/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.27/23.47  eprover: No such file or directory
% 0.27/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.27/23.47  eprover: No such file or directory
% 0.27/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.27/23.47  eprover: No such file or directory
% 0.27/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.27/23.48  eprover: No such file or directory
% 0.27/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.27/23.48  eprover: No such file or directory
% 0.27/23.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.27/23.49  eprover: No such file or directory
% 0.27/23.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.27/23.49  eprover: No such file or directory
% 0.27/23.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.27/23.49  eprover: No such file or directory
% 0.27/23.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.27/23.49  eprover: No such file or directory
% 0.27/23.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.27/23.50  eprover: No such file or directory
% 0.27/23.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.27/23.50  eprover: No such file or directory
% 0.27/23.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.27/23.50  eprover: No such file or directory
% 0.27/23.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.27/23.50  eprover: No such file or directory
% 0.27/23.51  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.27/23.51  eprover: No such file or directory
% 0.27/23.51  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.27/23.51  eprover: No such file or directory
% 0.27/23.52  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.27/23.52  eprover: No such file or directory
% 0.27/23.52  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.27/23.52  eprover: No such file or directory
% 0.27/23.52  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.27/23.52  eprover: No such file or directory
%------------------------------------------------------------------------------