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

View Problem - Process Solution

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

% Computer : n021.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:19:35 EDT 2022

% Result   : Theorem 0.38s 24.55s
% Output   : CNFRefutation 0.38s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   31
%            Number of leaves      :   14
% Syntax   : Number of formulae    :  162 ( 159 unt;   0 def)
%            Number of atoms       :  168 ( 167 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   11 (   5   ~;   0   |;   4   &)
%                                         (   0 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   1 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :   10 (  10 usr;   5 con; 0-2 aty)
%            Number of variables   :  190 (  11 sgn  54   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(converse_multiplicativity,axiom,
    ! [X1,X2] : converse(composition(X1,X2)) = composition(converse(X2),converse(X1)),
    file('/export/starexec/sandbox/benchmark/Axioms/REL001+0.ax',converse_multiplicativity) ).

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

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

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

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(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(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(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(goals,conjecture,
    ! [X1,X2] :
      ( ( join(X1,one) = one
        & join(X2,one) = one )
     => composition(X1,X2) = meet(X1,X2) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',goals) ).

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

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

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

fof(c_0_14,plain,
    ! [X3,X4] : converse(composition(X3,X4)) = composition(converse(X4),converse(X3)),
    inference(variable_rename,[status(thm)],[converse_multiplicativity]) ).

fof(c_0_15,plain,
    ! [X2] : converse(converse(X2)) = X2,
    inference(variable_rename,[status(thm)],[converse_idempotence]) ).

cnf(c_0_16,plain,
    converse(composition(X1,X2)) = composition(converse(X2),converse(X1)),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_17,plain,
    converse(converse(X1)) = X1,
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

fof(c_0_18,plain,
    ! [X2] : composition(X2,one) = X2,
    inference(variable_rename,[status(thm)],[composition_identity]) ).

cnf(c_0_19,plain,
    converse(composition(converse(X1),X2)) = composition(converse(X2),X1),
    inference(spm,[status(thm)],[c_0_16,c_0_17]) ).

cnf(c_0_20,plain,
    composition(X1,one) = X1,
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

fof(c_0_21,plain,
    ! [X3,X4] : join(composition(converse(X3),complement(composition(X3,X4))),complement(X4)) = complement(X4),
    inference(variable_rename,[status(thm)],[converse_cancellativity]) ).

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

cnf(c_0_23,plain,
    composition(converse(one),X1) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_19,c_0_20]),c_0_17]) ).

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

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

cnf(c_0_26,plain,
    join(composition(converse(X1),complement(composition(X1,X2))),complement(X2)) = complement(X2),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

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

cnf(c_0_28,plain,
    converse(one) = one,
    inference(spm,[status(thm)],[c_0_20,c_0_23]) ).

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

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

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

fof(c_0_32,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_33,plain,
    join(complement(X1),composition(converse(X2),complement(composition(X2,X1)))) = complement(X1),
    inference(rw,[status(thm)],[c_0_26,c_0_27]) ).

cnf(c_0_34,plain,
    composition(one,X1) = X1,
    inference(rw,[status(thm)],[c_0_23,c_0_28]) ).

cnf(c_0_35,plain,
    zero = complement(join(complement(X1),complement(complement(X1)))),
    inference(rw,[status(thm)],[c_0_29,c_0_30]) ).

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

fof(c_0_37,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_38,negated_conjecture,
    ~ ! [X1,X2] :
        ( ( join(X1,one) = one
          & join(X2,one) = one )
       => composition(X1,X2) = meet(X1,X2) ),
    inference(assume_negation,[status(cth)],[goals]) ).

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

cnf(c_0_40,plain,
    join(complement(X1),complement(X1)) = complement(X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_34]),c_0_28]),c_0_34]) ).

cnf(c_0_41,plain,
    complement(top) = zero,
    inference(rw,[status(thm)],[c_0_35,c_0_36]) ).

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

fof(c_0_43,plain,
    ! [X3,X4] : converse(join(X3,X4)) = join(converse(X3),converse(X4)),
    inference(variable_rename,[status(thm)],[converse_additivity]) ).

fof(c_0_44,negated_conjecture,
    ( join(esk1_0,one) = one
    & join(esk2_0,one) = one
    & composition(esk1_0,esk2_0) != meet(esk1_0,esk2_0) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_38])])]) ).

cnf(c_0_45,plain,
    join(X1,join(X2,X3)) = join(X3,join(X1,X2)),
    inference(spm,[status(thm)],[c_0_27,c_0_39]) ).

cnf(c_0_46,plain,
    join(zero,zero) = zero,
    inference(spm,[status(thm)],[c_0_40,c_0_41]) ).

cnf(c_0_47,plain,
    join(complement(join(complement(X1),X2)),complement(join(complement(X1),complement(X2)))) = X1,
    inference(rw,[status(thm)],[c_0_42,c_0_27]) ).

fof(c_0_48,plain,
    ! [X4,X5,X6] : composition(join(X4,X5),X6) = join(composition(X4,X6),composition(X5,X6)),
    inference(variable_rename,[status(thm)],[composition_distributivity]) ).

cnf(c_0_49,plain,
    converse(join(X1,X2)) = join(converse(X1),converse(X2)),
    inference(split_conjunct,[status(thm)],[c_0_43]) ).

cnf(c_0_50,negated_conjecture,
    join(esk2_0,one) = one,
    inference(split_conjunct,[status(thm)],[c_0_44]) ).

cnf(c_0_51,plain,
    join(zero,join(zero,X1)) = join(X1,zero),
    inference(spm,[status(thm)],[c_0_45,c_0_46]) ).

cnf(c_0_52,plain,
    join(zero,complement(complement(X1))) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_40]),c_0_36]),c_0_41]),c_0_27]) ).

cnf(c_0_53,plain,
    composition(join(X1,X2),X3) = join(composition(X1,X3),composition(X2,X3)),
    inference(split_conjunct,[status(thm)],[c_0_48]) ).

cnf(c_0_54,plain,
    converse(join(one,X1)) = join(one,converse(X1)),
    inference(spm,[status(thm)],[c_0_49,c_0_28]) ).

cnf(c_0_55,negated_conjecture,
    join(one,esk2_0) = one,
    inference(rw,[status(thm)],[c_0_50,c_0_27]) ).

cnf(c_0_56,plain,
    join(X1,join(complement(X1),X2)) = join(top,X2),
    inference(spm,[status(thm)],[c_0_39,c_0_36]) ).

cnf(c_0_57,plain,
    join(zero,X1) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_52]),c_0_27]),c_0_52]) ).

cnf(c_0_58,plain,
    join(X1,composition(X2,X1)) = composition(join(one,X2),X1),
    inference(spm,[status(thm)],[c_0_53,c_0_34]) ).

cnf(c_0_59,negated_conjecture,
    join(one,converse(esk2_0)) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_55]),c_0_28]) ).

cnf(c_0_60,negated_conjecture,
    join(one,join(esk2_0,X1)) = join(one,X1),
    inference(spm,[status(thm)],[c_0_39,c_0_55]) ).

cnf(c_0_61,plain,
    join(top,complement(complement(X1))) = join(X1,top),
    inference(spm,[status(thm)],[c_0_56,c_0_36]) ).

cnf(c_0_62,plain,
    join(top,complement(X1)) = top,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_56,c_0_40]),c_0_36]) ).

cnf(c_0_63,negated_conjecture,
    join(esk1_0,one) = one,
    inference(split_conjunct,[status(thm)],[c_0_44]) ).

cnf(c_0_64,plain,
    complement(complement(X1)) = X1,
    inference(rw,[status(thm)],[c_0_52,c_0_57]) ).

cnf(c_0_65,plain,
    converse(join(converse(X1),X2)) = join(X1,converse(X2)),
    inference(spm,[status(thm)],[c_0_49,c_0_17]) ).

cnf(c_0_66,negated_conjecture,
    join(X1,composition(converse(esk2_0),X1)) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_59]),c_0_34]) ).

cnf(c_0_67,negated_conjecture,
    join(one,complement(esk2_0)) = join(one,top),
    inference(spm,[status(thm)],[c_0_60,c_0_36]) ).

cnf(c_0_68,plain,
    join(X1,top) = top,
    inference(rw,[status(thm)],[c_0_61,c_0_62]) ).

cnf(c_0_69,negated_conjecture,
    join(one,esk1_0) = one,
    inference(rw,[status(thm)],[c_0_63,c_0_27]) ).

cnf(c_0_70,plain,
    join(X1,X1) = X1,
    inference(spm,[status(thm)],[c_0_40,c_0_64]) ).

cnf(c_0_71,negated_conjecture,
    join(X1,composition(X1,esk2_0)) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_66]),c_0_17]),c_0_16]),c_0_17]) ).

cnf(c_0_72,plain,
    join(complement(join(X1,complement(X2))),complement(join(complement(X2),complement(X1)))) = X2,
    inference(spm,[status(thm)],[c_0_47,c_0_27]) ).

cnf(c_0_73,negated_conjecture,
    join(one,complement(esk2_0)) = top,
    inference(rw,[status(thm)],[c_0_67,c_0_68]) ).

cnf(c_0_74,negated_conjecture,
    join(one,converse(esk1_0)) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_69]),c_0_28]) ).

cnf(c_0_75,negated_conjecture,
    join(one,join(esk1_0,X1)) = join(one,X1),
    inference(spm,[status(thm)],[c_0_39,c_0_69]) ).

cnf(c_0_76,plain,
    join(X1,join(X2,X1)) = join(X2,X1),
    inference(spm,[status(thm)],[c_0_45,c_0_70]) ).

cnf(c_0_77,plain,
    join(complement(join(complement(X1),X2)),join(complement(join(complement(X1),complement(X2))),X3)) = join(X1,X3),
    inference(spm,[status(thm)],[c_0_39,c_0_47]) ).

cnf(c_0_78,negated_conjecture,
    join(X1,join(composition(X1,esk2_0),X2)) = join(X1,X2),
    inference(spm,[status(thm)],[c_0_39,c_0_71]) ).

cnf(c_0_79,negated_conjecture,
    complement(join(complement(one),complement(esk2_0))) = esk2_0,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_73]),c_0_41]),c_0_57]),c_0_27]) ).

cnf(c_0_80,negated_conjecture,
    join(X1,composition(converse(esk1_0),X1)) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_74]),c_0_34]) ).

cnf(c_0_81,negated_conjecture,
    join(one,complement(esk1_0)) = join(one,top),
    inference(spm,[status(thm)],[c_0_75,c_0_36]) ).

cnf(c_0_82,negated_conjecture,
    join(one,join(X1,esk1_0)) = join(one,X1),
    inference(spm,[status(thm)],[c_0_75,c_0_27]) ).

cnf(c_0_83,plain,
    join(X1,join(X2,complement(join(X1,X2)))) = top,
    inference(spm,[status(thm)],[c_0_36,c_0_39]) ).

cnf(c_0_84,plain,
    join(X1,complement(join(complement(X1),X2))) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_76,c_0_77]),c_0_27]),c_0_47]) ).

cnf(c_0_85,negated_conjecture,
    join(X1,join(X2,composition(X1,esk2_0))) = join(X1,X2),
    inference(spm,[status(thm)],[c_0_78,c_0_27]) ).

cnf(c_0_86,negated_conjecture,
    join(complement(one),complement(esk2_0)) = complement(esk2_0),
    inference(spm,[status(thm)],[c_0_64,c_0_79]) ).

cnf(c_0_87,negated_conjecture,
    join(X1,composition(X1,esk1_0)) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_80]),c_0_17]),c_0_16]),c_0_17]) ).

cnf(c_0_88,negated_conjecture,
    join(one,complement(esk1_0)) = top,
    inference(rw,[status(thm)],[c_0_81,c_0_68]) ).

cnf(c_0_89,negated_conjecture,
    join(one,join(X1,join(esk1_0,X2))) = join(one,join(X1,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_82]),c_0_39]),c_0_39]) ).

cnf(c_0_90,negated_conjecture,
    join(one,join(X1,complement(join(esk2_0,X1)))) = top,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_83]),c_0_68]) ).

cnf(c_0_91,plain,
    join(X1,join(X1,X2)) = join(X1,X2),
    inference(spm,[status(thm)],[c_0_39,c_0_70]) ).

cnf(c_0_92,plain,
    join(complement(X1),complement(join(X1,X2))) = complement(X1),
    inference(spm,[status(thm)],[c_0_84,c_0_64]) ).

cnf(c_0_93,negated_conjecture,
    join(X1,composition(join(X2,X1),esk2_0)) = join(X1,composition(X2,esk2_0)),
    inference(spm,[status(thm)],[c_0_85,c_0_53]) ).

cnf(c_0_94,negated_conjecture,
    join(esk2_0,complement(join(esk2_0,complement(one)))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_86]),c_0_64]),c_0_64]),c_0_27]) ).

cnf(c_0_95,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_47,c_0_47]),c_0_64]),c_0_45]),c_0_27]) ).

cnf(c_0_96,negated_conjecture,
    join(X1,join(composition(X1,esk1_0),X2)) = join(X1,X2),
    inference(spm,[status(thm)],[c_0_39,c_0_87]) ).

cnf(c_0_97,negated_conjecture,
    complement(join(complement(one),complement(esk1_0))) = esk1_0,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_88]),c_0_41]),c_0_57]),c_0_27]) ).

cnf(c_0_98,plain,
    join(top,X1) = top,
    inference(spm,[status(thm)],[c_0_27,c_0_68]) ).

cnf(c_0_99,negated_conjecture,
    join(one,complement(join(esk1_0,esk2_0))) = top,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_89,c_0_90]),c_0_68]),c_0_91]),c_0_27]) ).

cnf(c_0_100,plain,
    join(complement(X1),complement(join(X2,X1))) = complement(X1),
    inference(spm,[status(thm)],[c_0_92,c_0_76]) ).

cnf(c_0_101,negated_conjecture,
    join(X1,composition(esk2_0,X1)) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_55]),c_0_34]) ).

cnf(c_0_102,negated_conjecture,
    join(composition(esk2_0,esk2_0),complement(join(esk2_0,complement(one)))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_93,c_0_94]),c_0_34]),c_0_27]),c_0_94]),c_0_27]) ).

cnf(c_0_103,negated_conjecture,
    join(complement(one),complement(join(esk2_0,complement(one)))) = complement(esk2_0),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_95,c_0_86]),c_0_64]),c_0_64]),c_0_76]),c_0_27]) ).

cnf(c_0_104,negated_conjecture,
    join(X1,join(X2,composition(X1,esk1_0))) = join(X1,X2),
    inference(spm,[status(thm)],[c_0_96,c_0_27]) ).

cnf(c_0_105,negated_conjecture,
    join(complement(one),complement(esk1_0)) = complement(esk1_0),
    inference(spm,[status(thm)],[c_0_64,c_0_97]) ).

cnf(c_0_106,plain,
    join(X1,join(complement(X1),X2)) = top,
    inference(rw,[status(thm)],[c_0_56,c_0_98]) ).

cnf(c_0_107,negated_conjecture,
    join(one,join(complement(join(esk1_0,esk2_0)),X1)) = top,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_99]),c_0_98]) ).

cnf(c_0_108,negated_conjecture,
    join(complement(X1),complement(composition(esk2_0,X1))) = complement(composition(esk2_0,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_100,c_0_101]),c_0_27]) ).

cnf(c_0_109,negated_conjecture,
    join(complement(esk2_0),composition(esk2_0,esk2_0)) = top,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_83,c_0_102]),c_0_27]),c_0_103]),c_0_27]) ).

cnf(c_0_110,negated_conjecture,
    join(X1,composition(join(X2,X1),esk1_0)) = join(X1,composition(X2,esk1_0)),
    inference(spm,[status(thm)],[c_0_104,c_0_53]) ).

cnf(c_0_111,negated_conjecture,
    join(esk1_0,complement(join(esk1_0,complement(one)))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_105]),c_0_64]),c_0_64]),c_0_27]) ).

cnf(c_0_112,plain,
    join(complement(X1),join(X2,X1)) = top,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_106,c_0_47]),c_0_39]) ).

cnf(c_0_113,negated_conjecture,
    join(complement(X1),complement(composition(X1,esk2_0))) = complement(composition(X1,esk2_0)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_100,c_0_71]),c_0_27]) ).

cnf(c_0_114,negated_conjecture,
    join(one,complement(composition(esk2_0,join(esk1_0,esk2_0)))) = top,
    inference(spm,[status(thm)],[c_0_107,c_0_108]) ).

fof(c_0_115,plain,
    ! [X4,X5,X6] : composition(X4,composition(X5,X6)) = composition(composition(X4,X5),X6),
    inference(variable_rename,[status(thm)],[composition_associativity]) ).

cnf(c_0_116,negated_conjecture,
    composition(esk2_0,esk2_0) = esk2_0,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_109]),c_0_41]),c_0_108]),c_0_64]),c_0_57]) ).

cnf(c_0_117,plain,
    join(X1,join(X2,X3)) = join(X2,join(X1,X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_27]),c_0_39]) ).

cnf(c_0_118,negated_conjecture,
    join(composition(esk1_0,esk1_0),complement(join(esk1_0,complement(one)))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_110,c_0_111]),c_0_34]),c_0_27]),c_0_111]),c_0_27]) ).

cnf(c_0_119,negated_conjecture,
    join(complement(one),complement(join(esk1_0,complement(one)))) = complement(esk1_0),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_95,c_0_105]),c_0_64]),c_0_64]),c_0_76]),c_0_27]) ).

cnf(c_0_120,negated_conjecture,
    join(X1,composition(esk1_0,X1)) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_69]),c_0_34]) ).

cnf(c_0_121,plain,
    join(complement(X1),join(X1,X2)) = top,
    inference(spm,[status(thm)],[c_0_112,c_0_27]) ).

cnf(c_0_122,negated_conjecture,
    join(X1,complement(composition(complement(X1),esk2_0))) = complement(composition(complement(X1),esk2_0)),
    inference(spm,[status(thm)],[c_0_113,c_0_64]) ).

cnf(c_0_123,negated_conjecture,
    complement(join(complement(one),complement(composition(esk2_0,join(esk1_0,esk2_0))))) = composition(esk2_0,join(esk1_0,esk2_0)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_114]),c_0_41]),c_0_57]),c_0_27]) ).

cnf(c_0_124,plain,
    composition(X1,composition(X2,X3)) = composition(composition(X1,X2),X3),
    inference(split_conjunct,[status(thm)],[c_0_115]) ).

cnf(c_0_125,negated_conjecture,
    composition(join(X1,esk2_0),esk2_0) = join(esk2_0,composition(X1,esk2_0)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_116]),c_0_27]) ).

cnf(c_0_126,negated_conjecture,
    join(complement(one),join(X1,complement(esk2_0))) = join(X1,complement(esk2_0)),
    inference(spm,[status(thm)],[c_0_117,c_0_86]) ).

cnf(c_0_127,negated_conjecture,
    join(complement(esk1_0),composition(esk1_0,esk1_0)) = top,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_83,c_0_118]),c_0_27]),c_0_119]),c_0_27]) ).

cnf(c_0_128,negated_conjecture,
    join(complement(X1),complement(composition(esk1_0,X1))) = complement(composition(esk1_0,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_100,c_0_120]),c_0_27]) ).

cnf(c_0_129,plain,
    join(X1,join(X2,complement(X1))) = top,
    inference(rw,[status(thm)],[c_0_121,c_0_45]) ).

cnf(c_0_130,negated_conjecture,
    join(complement(esk2_0),complement(composition(esk2_0,join(esk1_0,esk2_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(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_122,c_0_123]),c_0_124]),c_0_125]),c_0_120]),c_0_116]),c_0_39]),c_0_126]),c_0_124]),c_0_125]),c_0_120]),c_0_116]),c_0_27]) ).

cnf(c_0_131,negated_conjecture,
    join(X1,composition(complement(esk2_0),X1)) = composition(top,X1),
    inference(spm,[status(thm)],[c_0_58,c_0_73]) ).

cnf(c_0_132,negated_conjecture,
    composition(esk1_0,esk1_0) = esk1_0,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_127]),c_0_41]),c_0_128]),c_0_64]),c_0_57]) ).

cnf(c_0_133,negated_conjecture,
    join(X1,composition(join(X1,X2),esk1_0)) = join(X1,composition(X2,esk1_0)),
    inference(spm,[status(thm)],[c_0_96,c_0_53]) ).

cnf(c_0_134,negated_conjecture,
    join(complement(esk2_0),composition(esk2_0,join(esk1_0,esk2_0))) = top,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_130]),c_0_27]) ).

cnf(c_0_135,negated_conjecture,
    join(complement(esk2_0),composition(top,esk1_0)) = join(esk1_0,complement(esk2_0)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_104,c_0_131]),c_0_27]) ).

cnf(c_0_136,negated_conjecture,
    composition(join(esk1_0,X1),esk1_0) = join(esk1_0,composition(X1,esk1_0)),
    inference(spm,[status(thm)],[c_0_53,c_0_132]) ).

cnf(c_0_137,plain,
    join(complement(join(complement(X1),X2)),complement(join(complement(X2),complement(X1)))) = X1,
    inference(spm,[status(thm)],[c_0_47,c_0_27]) ).

cnf(c_0_138,plain,
    join(complement(join(X1,X2)),complement(join(X1,complement(X2)))) = complement(X1),
    inference(spm,[status(thm)],[c_0_47,c_0_64]) ).

cnf(c_0_139,negated_conjecture,
    join(complement(esk2_0),composition(esk2_0,esk1_0)) = join(esk1_0,complement(esk2_0)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_133,c_0_134]),c_0_135]),c_0_124]),c_0_136]),c_0_101]) ).

cnf(c_0_140,negated_conjecture,
    join(complement(X1),complement(composition(X1,esk1_0))) = complement(composition(X1,esk1_0)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_100,c_0_87]),c_0_27]) ).

cnf(c_0_141,plain,
    join(X1,complement(join(X1,complement(X2)))) = join(X1,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_137,c_0_138]),c_0_64]),c_0_64]),c_0_39]),c_0_100]) ).

cnf(c_0_142,negated_conjecture,
    join(composition(esk2_0,esk1_0),complement(join(esk1_0,complement(esk2_0)))) = esk2_0,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_139]),c_0_140]),c_0_64]),c_0_27]) ).

cnf(c_0_143,plain,
    join(X1,complement(join(X1,X2))) = join(X1,complement(X2)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_141,c_0_141]),c_0_91]) ).

cnf(c_0_144,negated_conjecture,
    join(X1,composition(join(X1,X2),esk2_0)) = join(X1,composition(X2,esk2_0)),
    inference(spm,[status(thm)],[c_0_78,c_0_53]) ).

cnf(c_0_145,negated_conjecture,
    join(complement(esk2_0),complement(join(esk1_0,complement(esk2_0)))) = complement(composition(esk2_0,esk1_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_138,c_0_142]),c_0_45]),c_0_27]),c_0_101]),c_0_27]),c_0_27]) ).

cnf(c_0_146,plain,
    join(X1,complement(join(X2,X1))) = join(X1,complement(X2)),
    inference(spm,[status(thm)],[c_0_143,c_0_27]) ).

cnf(c_0_147,negated_conjecture,
    join(X1,composition(complement(X1),esk2_0)) = join(X1,composition(top,esk2_0)),
    inference(spm,[status(thm)],[c_0_144,c_0_36]) ).

cnf(c_0_148,negated_conjecture,
    complement(composition(esk2_0,esk1_0)) = join(complement(esk1_0),complement(esk2_0)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_145,c_0_146]),c_0_27]) ).

cnf(c_0_149,plain,
    join(X1,composition(top,X1)) = composition(top,X1),
    inference(spm,[status(thm)],[c_0_58,c_0_68]) ).

cnf(c_0_150,negated_conjecture,
    complement(composition(complement(X1),esk2_0)) = join(X1,complement(composition(top,esk2_0))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_143,c_0_147]),c_0_143]),c_0_122]) ).

cnf(c_0_151,negated_conjecture,
    complement(join(complement(esk1_0),complement(esk2_0))) = composition(esk2_0,esk1_0),
    inference(spm,[status(thm)],[c_0_64,c_0_148]) ).

cnf(c_0_152,plain,
    join(complement(X1),complement(composition(top,X1))) = complement(X1),
    inference(spm,[status(thm)],[c_0_92,c_0_149]) ).

cnf(c_0_153,negated_conjecture,
    complement(composition(esk2_0,composition(esk1_0,esk2_0))) = join(complement(esk1_0),complement(esk2_0)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_150,c_0_151]),c_0_124]),c_0_39]),c_0_152]) ).

cnf(c_0_154,negated_conjecture,
    join(complement(esk2_0),composition(esk2_0,composition(esk1_0,esk2_0))) = join(complement(esk2_0),composition(esk1_0,esk2_0)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_144,c_0_139]),c_0_93]),c_0_124]) ).

cnf(c_0_155,negated_conjecture,
    composition(esk2_0,composition(esk1_0,esk2_0)) = composition(esk2_0,esk1_0),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_64,c_0_153]),c_0_151]) ).

cnf(c_0_156,negated_conjecture,
    composition(esk1_0,esk2_0) != meet(esk1_0,esk2_0),
    inference(split_conjunct,[status(thm)],[c_0_44]) ).

cnf(c_0_157,negated_conjecture,
    join(complement(esk2_0),composition(esk1_0,esk2_0)) = join(esk1_0,complement(esk2_0)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_154,c_0_155]),c_0_139]) ).

cnf(c_0_158,negated_conjecture,
    composition(esk1_0,esk2_0) != complement(join(complement(esk1_0),complement(esk2_0))),
    inference(rw,[status(thm)],[c_0_156,c_0_30]) ).

cnf(c_0_159,negated_conjecture,
    complement(composition(esk1_0,esk2_0)) = join(complement(esk1_0),complement(esk2_0)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_143,c_0_157]),c_0_146]),c_0_27]),c_0_128]) ).

cnf(c_0_160,negated_conjecture,
    composition(esk2_0,esk1_0) != composition(esk1_0,esk2_0),
    inference(rw,[status(thm)],[c_0_158,c_0_151]) ).

cnf(c_0_161,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_64,c_0_159]),c_0_151]),c_0_160]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem  : REL028+1 : TPTP v8.1.0. Released v4.0.0.
% 0.13/0.13  % Command  : run_ET %s %d
% 0.13/0.34  % Computer : n021.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % 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 : Fri Jul  8 10:24:20 EDT 2022
% 0.20/0.35  % CPUTime  : 
% 0.35/23.41  eprover: CPU time limit exceeded, terminating
% 0.35/23.42  eprover: CPU time limit exceeded, terminating
% 0.35/23.42  eprover: CPU time limit exceeded, terminating
% 0.35/23.45  eprover: CPU time limit exceeded, terminating
% 0.38/24.55  # Running protocol protocol_eprover_4a02c828a8cc55752123edbcc1ad40e453c11447 for 23 seconds:
% 0.38/24.55  
% 0.38/24.55  # Failure: Resource limit exceeded (time)
% 0.38/24.55  # OLD status Res
% 0.38/24.55  # SinE strategy is GSinE(CountFormulas,hypos,1.4,,04,100,1.0)
% 0.38/24.55  # Preprocessing time       : 0.014 s
% 0.38/24.55  # Running protocol protocol_eprover_f171197f65f27d1ba69648a20c844832c84a5dd7 for 23 seconds:
% 0.38/24.55  # Preprocessing time       : 0.008 s
% 0.38/24.55  
% 0.38/24.55  # Proof found!
% 0.38/24.55  # SZS status Theorem
% 0.38/24.55  # SZS output start CNFRefutation
% See solution above
% 0.38/24.55  # Proof object total steps             : 162
% 0.38/24.55  # Proof object clause steps            : 133
% 0.38/24.55  # Proof object formula steps           : 29
% 0.38/24.55  # Proof object conjectures             : 78
% 0.38/24.55  # Proof object clause conjectures      : 75
% 0.38/24.55  # Proof object formula conjectures     : 3
% 0.38/24.55  # Proof object initial clauses used    : 16
% 0.38/24.55  # Proof object initial formulas used   : 14
% 0.38/24.55  # Proof object generating inferences   : 100
% 0.38/24.55  # Proof object simplifying inferences  : 147
% 0.38/24.55  # Training examples: 0 positive, 0 negative
% 0.38/24.55  # Parsed axioms                        : 14
% 0.38/24.55  # Removed by relevancy pruning/SinE    : 0
% 0.38/24.55  # Initial clauses                      : 16
% 0.38/24.55  # Removed in clause preprocessing      : 1
% 0.38/24.55  # Initial clauses in saturation        : 15
% 0.38/24.55  # Processed clauses                    : 4355
% 0.38/24.55  # ...of these trivial                  : 2395
% 0.38/24.55  # ...subsumed                          : 364
% 0.38/24.55  # ...remaining for further processing  : 1596
% 0.38/24.55  # Other redundant clauses eliminated   : 0
% 0.38/24.55  # Clauses deleted for lack of memory   : 0
% 0.38/24.55  # Backward-subsumed                    : 0
% 0.38/24.55  # Backward-rewritten                   : 597
% 0.38/24.55  # Generated clauses                    : 112440
% 0.38/24.55  # ...of the previous two non-trivial   : 57982
% 0.38/24.55  # Contextual simplify-reflections      : 0
% 0.38/24.55  # Paramodulations                      : 112440
% 0.38/24.55  # Factorizations                       : 0
% 0.38/24.55  # Equation resolutions                 : 0
% 0.38/24.55  # Current number of processed clauses  : 999
% 0.38/24.55  #    Positive orientable unit clauses  : 992
% 0.38/24.55  #    Positive unorientable unit clauses: 6
% 0.38/24.55  #    Negative unit clauses             : 1
% 0.38/24.55  #    Non-unit-clauses                  : 0
% 0.38/24.55  # Current number of unprocessed clauses: 36919
% 0.38/24.55  # ...number of literals in the above   : 36919
% 0.38/24.55  # Current number of archived formulas  : 0
% 0.38/24.55  # Current number of archived clauses   : 598
% 0.38/24.55  # Clause-clause subsumption calls (NU) : 0
% 0.38/24.55  # Rec. Clause-clause subsumption calls : 0
% 0.38/24.55  # Non-unit clause-clause subsumptions  : 0
% 0.38/24.55  # Unit Clause-clause subsumption calls : 73
% 0.38/24.55  # Rewrite failures with RHS unbound    : 0
% 0.38/24.55  # BW rewrite match attempts            : 25230
% 0.38/24.55  # BW rewrite match successes           : 703
% 0.38/24.55  # Condensation attempts                : 0
% 0.38/24.55  # Condensation successes               : 0
% 0.38/24.55  # Termbank termtop insertions          : 1619548
% 0.38/24.55  
% 0.38/24.55  # -------------------------------------------------
% 0.38/24.55  # User time                : 0.761 s
% 0.38/24.55  # System time              : 0.032 s
% 0.38/24.55  # Total time               : 0.793 s
% 0.38/24.55  # Maximum resident set size: 64064 pages
% 0.38/46.44  eprover: CPU time limit exceeded, terminating
% 0.38/46.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.46  eprover: No such file or directory
% 0.38/46.46  eprover: CPU time limit exceeded, terminating
% 0.38/46.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.46  eprover: No such file or directory
% 0.38/46.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.46  eprover: No such file or directory
% 0.38/46.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.47  eprover: No such file or directory
% 0.38/46.47  eprover: CPU time limit exceeded, terminating
% 0.38/46.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.47  eprover: No such file or directory
% 0.38/46.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.47  eprover: No such file or directory
% 0.38/46.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.38/46.48  eprover: No such file or directory
% 0.38/46.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.48  eprover: No such file or directory
% 0.38/46.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.38/46.48  eprover: No such file or directory
% 0.38/46.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.48  eprover: No such file or directory
% 0.38/46.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.38/46.49  eprover: No such file or directory
% 0.38/46.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.49  eprover: No such file or directory
% 0.38/46.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.49  eprover: No such file or directory
% 0.38/46.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.38/46.49  eprover: No such file or directory
% 0.38/46.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.49  eprover: No such file or directory
% 0.38/46.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.50  eprover: No such file or directory
% 0.38/46.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.50  eprover: No such file or directory
% 0.38/46.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.38/46.50  eprover: No such file or directory
% 0.38/46.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.50  eprover: No such file or directory
% 0.38/46.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.38/46.50  eprover: No such file or directory
% 0.38/46.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.50  eprover: No such file or directory
% 0.38/46.51  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.51  eprover: No such file or directory
% 0.38/46.51  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.38/46.51  eprover: No such file or directory
% 0.38/46.51  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.51  eprover: No such file or directory
% 0.38/46.52  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.52  eprover: No such file or directory
% 0.38/46.52  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.38/46.52  eprover: No such file or directory
% 0.38/46.52  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.52  eprover: No such file or directory
% 0.38/46.52  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.38/46.52  eprover: No such file or directory
% 0.38/46.52  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.38/46.52  eprover: No such file or directory
% 0.38/46.53  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.38/46.53  eprover: No such file or directory
%------------------------------------------------------------------------------