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

View Problem - Process Solution

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

% Computer : n028.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 09:33:36 EDT 2022

% Result   : Theorem 1.17s 139.35s
% Output   : CNFRefutation 1.17s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   28
%            Number of leaves      :   13
% Syntax   : Number of formulae    :  108 (   6 unt;   0 def)
%            Number of atoms       :  427 (  57 equ)
%            Maximal formula atoms :   32 (   3 avg)
%            Number of connectives :  545 ( 226   ~; 268   |;  29   &)
%                                         (   7 <=>;  15  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   17 (   5 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number of predicates  :    6 (   4 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :  139 (   3 sgn  47   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(mLessTotal,axiom,
    ! [X1,X2] :
      ( ( aElementOf0(X1,szNzAzT0)
        & aElementOf0(X2,szNzAzT0) )
     => ( sdtlseqdt0(X1,X2)
        | sdtlseqdt0(szszuzczcdt0(X2),X1) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mLessTotal) ).

fof(m__1964,hypothesis,
    ( aElementOf0(xm,szNzAzT0)
    & aElementOf0(xn,szNzAzT0) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',m__1964) ).

fof(mSuccNum,axiom,
    ! [X1] :
      ( aElementOf0(X1,szNzAzT0)
     => ( aElementOf0(szszuzczcdt0(X1),szNzAzT0)
        & szszuzczcdt0(X1) != sz00 ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mSuccNum) ).

fof(mLessTrans,axiom,
    ! [X1,X2,X3] :
      ( ( aElementOf0(X1,szNzAzT0)
        & aElementOf0(X2,szNzAzT0)
        & aElementOf0(X3,szNzAzT0) )
     => ( ( sdtlseqdt0(X1,X2)
          & sdtlseqdt0(X2,X3) )
       => sdtlseqdt0(X1,X3) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mLessTrans) ).

fof(mLessSucc,axiom,
    ! [X1] :
      ( aElementOf0(X1,szNzAzT0)
     => sdtlseqdt0(X1,szszuzczcdt0(X1)) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mLessSucc) ).

fof(mDefSeg,axiom,
    ! [X1] :
      ( aElementOf0(X1,szNzAzT0)
     => ! [X2] :
          ( X2 = slbdtrb0(X1)
        <=> ( aSet0(X2)
            & ! [X3] :
                ( aElementOf0(X3,X2)
              <=> ( aElementOf0(X3,szNzAzT0)
                  & sdtlseqdt0(szszuzczcdt0(X3),X1) ) ) ) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mDefSeg) ).

fof(mSuccLess,axiom,
    ! [X1,X2] :
      ( ( aElementOf0(X1,szNzAzT0)
        & aElementOf0(X2,szNzAzT0) )
     => ( sdtlseqdt0(X1,X2)
      <=> sdtlseqdt0(szszuzczcdt0(X1),szszuzczcdt0(X2)) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mSuccLess) ).

fof(mLessASymm,axiom,
    ! [X1,X2] :
      ( ( aElementOf0(X1,szNzAzT0)
        & aElementOf0(X2,szNzAzT0) )
     => ( ( sdtlseqdt0(X1,X2)
          & sdtlseqdt0(X2,X1) )
       => X1 = X2 ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mLessASymm) ).

fof(mNatNSucc,axiom,
    ! [X1] :
      ( aElementOf0(X1,szNzAzT0)
     => X1 != szszuzczcdt0(X1) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mNatNSucc) ).

fof(m__,conjecture,
    ( sdtlseqdt0(xm,xn)
  <=> aSubsetOf0(slbdtrb0(xm),slbdtrb0(xn)) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',m__) ).

fof(mDefSub,axiom,
    ! [X1] :
      ( aSet0(X1)
     => ! [X2] :
          ( aSubsetOf0(X2,X1)
        <=> ( aSet0(X2)
            & ! [X3] :
                ( aElementOf0(X3,X2)
               => aElementOf0(X3,X1) ) ) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mDefSub) ).

fof(mSubASymm,axiom,
    ! [X1,X2] :
      ( ( aSet0(X1)
        & aSet0(X2) )
     => ( ( aSubsetOf0(X1,X2)
          & aSubsetOf0(X2,X1) )
       => X1 = X2 ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mSubASymm) ).

fof(mSegSucc,axiom,
    ! [X1,X2] :
      ( ( aElementOf0(X1,szNzAzT0)
        & aElementOf0(X2,szNzAzT0) )
     => ( aElementOf0(X1,slbdtrb0(szszuzczcdt0(X2)))
      <=> ( aElementOf0(X1,slbdtrb0(X2))
          | X1 = X2 ) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mSegSucc) ).

fof(c_0_13,plain,
    ! [X3,X4] :
      ( ~ aElementOf0(X3,szNzAzT0)
      | ~ aElementOf0(X4,szNzAzT0)
      | sdtlseqdt0(X3,X4)
      | sdtlseqdt0(szszuzczcdt0(X4),X3) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mLessTotal])]) ).

cnf(c_0_14,plain,
    ( sdtlseqdt0(szszuzczcdt0(X1),X2)
    | sdtlseqdt0(X2,X1)
    | ~ aElementOf0(X1,szNzAzT0)
    | ~ aElementOf0(X2,szNzAzT0) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

cnf(c_0_15,hypothesis,
    aElementOf0(xm,szNzAzT0),
    inference(split_conjunct,[status(thm)],[m__1964]) ).

fof(c_0_16,plain,
    ! [X2] :
      ( ( aElementOf0(szszuzczcdt0(X2),szNzAzT0)
        | ~ aElementOf0(X2,szNzAzT0) )
      & ( szszuzczcdt0(X2) != sz00
        | ~ aElementOf0(X2,szNzAzT0) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mSuccNum])])]) ).

cnf(c_0_17,hypothesis,
    ( sdtlseqdt0(szszuzczcdt0(X1),xm)
    | sdtlseqdt0(xm,X1)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(spm,[status(thm)],[c_0_14,c_0_15]) ).

cnf(c_0_18,plain,
    ( aElementOf0(szszuzczcdt0(X1),szNzAzT0)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

fof(c_0_19,plain,
    ! [X4,X5,X6] :
      ( ~ aElementOf0(X4,szNzAzT0)
      | ~ aElementOf0(X5,szNzAzT0)
      | ~ aElementOf0(X6,szNzAzT0)
      | ~ sdtlseqdt0(X4,X5)
      | ~ sdtlseqdt0(X5,X6)
      | sdtlseqdt0(X4,X6) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mLessTrans])]) ).

fof(c_0_20,plain,
    ! [X2] :
      ( ~ aElementOf0(X2,szNzAzT0)
      | sdtlseqdt0(X2,szszuzczcdt0(X2)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mLessSucc])]) ).

cnf(c_0_21,hypothesis,
    aElementOf0(xn,szNzAzT0),
    inference(split_conjunct,[status(thm)],[m__1964]) ).

fof(c_0_22,plain,
    ! [X4,X5,X6,X6,X5] :
      ( ( aSet0(X5)
        | X5 != slbdtrb0(X4)
        | ~ aElementOf0(X4,szNzAzT0) )
      & ( aElementOf0(X6,szNzAzT0)
        | ~ aElementOf0(X6,X5)
        | X5 != slbdtrb0(X4)
        | ~ aElementOf0(X4,szNzAzT0) )
      & ( sdtlseqdt0(szszuzczcdt0(X6),X4)
        | ~ aElementOf0(X6,X5)
        | X5 != slbdtrb0(X4)
        | ~ aElementOf0(X4,szNzAzT0) )
      & ( ~ aElementOf0(X6,szNzAzT0)
        | ~ sdtlseqdt0(szszuzczcdt0(X6),X4)
        | aElementOf0(X6,X5)
        | X5 != slbdtrb0(X4)
        | ~ aElementOf0(X4,szNzAzT0) )
      & ( ~ aElementOf0(esk2_2(X4,X5),X5)
        | ~ aElementOf0(esk2_2(X4,X5),szNzAzT0)
        | ~ sdtlseqdt0(szszuzczcdt0(esk2_2(X4,X5)),X4)
        | ~ aSet0(X5)
        | X5 = slbdtrb0(X4)
        | ~ aElementOf0(X4,szNzAzT0) )
      & ( aElementOf0(esk2_2(X4,X5),szNzAzT0)
        | aElementOf0(esk2_2(X4,X5),X5)
        | ~ aSet0(X5)
        | X5 = slbdtrb0(X4)
        | ~ aElementOf0(X4,szNzAzT0) )
      & ( sdtlseqdt0(szszuzczcdt0(esk2_2(X4,X5)),X4)
        | aElementOf0(esk2_2(X4,X5),X5)
        | ~ aSet0(X5)
        | X5 = slbdtrb0(X4)
        | ~ aElementOf0(X4,szNzAzT0) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mDefSeg])])])])])])]) ).

cnf(c_0_23,hypothesis,
    ( sdtlseqdt0(szszuzczcdt0(szszuzczcdt0(X1)),xm)
    | sdtlseqdt0(xm,szszuzczcdt0(X1))
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

fof(c_0_24,plain,
    ! [X3,X4] :
      ( ( ~ sdtlseqdt0(X3,X4)
        | sdtlseqdt0(szszuzczcdt0(X3),szszuzczcdt0(X4))
        | ~ aElementOf0(X3,szNzAzT0)
        | ~ aElementOf0(X4,szNzAzT0) )
      & ( ~ sdtlseqdt0(szszuzczcdt0(X3),szszuzczcdt0(X4))
        | sdtlseqdt0(X3,X4)
        | ~ aElementOf0(X3,szNzAzT0)
        | ~ aElementOf0(X4,szNzAzT0) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mSuccLess])])]) ).

cnf(c_0_25,plain,
    ( sdtlseqdt0(X1,X2)
    | ~ sdtlseqdt0(X3,X2)
    | ~ sdtlseqdt0(X1,X3)
    | ~ aElementOf0(X2,szNzAzT0)
    | ~ aElementOf0(X3,szNzAzT0)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_26,plain,
    ( sdtlseqdt0(X1,szszuzczcdt0(X1))
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_27,hypothesis,
    ( sdtlseqdt0(szszuzczcdt0(X1),xn)
    | sdtlseqdt0(xn,X1)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(spm,[status(thm)],[c_0_14,c_0_21]) ).

cnf(c_0_28,plain,
    ( aElementOf0(X3,X2)
    | ~ aElementOf0(X1,szNzAzT0)
    | X2 != slbdtrb0(X1)
    | ~ sdtlseqdt0(szszuzczcdt0(X3),X1)
    | ~ aElementOf0(X3,szNzAzT0) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_29,hypothesis,
    ( sdtlseqdt0(szszuzczcdt0(szszuzczcdt0(xn)),xm)
    | sdtlseqdt0(xm,szszuzczcdt0(xn)) ),
    inference(spm,[status(thm)],[c_0_23,c_0_21]) ).

fof(c_0_30,plain,
    ! [X3,X4] :
      ( ~ aElementOf0(X3,szNzAzT0)
      | ~ aElementOf0(X4,szNzAzT0)
      | ~ sdtlseqdt0(X3,X4)
      | ~ sdtlseqdt0(X4,X3)
      | X3 = X4 ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mLessASymm])]) ).

fof(c_0_31,plain,
    ! [X2] :
      ( ~ aElementOf0(X2,szNzAzT0)
      | X2 != szszuzczcdt0(X2) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mNatNSucc])]) ).

cnf(c_0_32,plain,
    ( sdtlseqdt0(X2,X1)
    | ~ aElementOf0(X1,szNzAzT0)
    | ~ aElementOf0(X2,szNzAzT0)
    | ~ sdtlseqdt0(szszuzczcdt0(X2),szszuzczcdt0(X1)) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_33,plain,
    ( sdtlseqdt0(X1,szszuzczcdt0(X2))
    | ~ sdtlseqdt0(X1,X2)
    | ~ aElementOf0(X2,szNzAzT0)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_26]),c_0_18]) ).

cnf(c_0_34,hypothesis,
    ( sdtlseqdt0(szszuzczcdt0(szszuzczcdt0(X1)),xn)
    | sdtlseqdt0(xn,szszuzczcdt0(X1))
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(spm,[status(thm)],[c_0_27,c_0_18]) ).

cnf(c_0_35,hypothesis,
    ( sdtlseqdt0(xm,szszuzczcdt0(xn))
    | aElementOf0(szszuzczcdt0(xn),X1)
    | X1 != slbdtrb0(xm)
    | ~ aElementOf0(szszuzczcdt0(xn),szNzAzT0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_29]),c_0_15])]) ).

cnf(c_0_36,plain,
    ( X1 = X2
    | ~ sdtlseqdt0(X2,X1)
    | ~ sdtlseqdt0(X1,X2)
    | ~ aElementOf0(X2,szNzAzT0)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_37,plain,
    ( X1 != szszuzczcdt0(X1)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

cnf(c_0_38,plain,
    ( sdtlseqdt0(X1,X2)
    | ~ sdtlseqdt0(szszuzczcdt0(X1),X2)
    | ~ aElementOf0(X1,szNzAzT0)
    | ~ aElementOf0(X2,szNzAzT0) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_33]),c_0_18]) ).

cnf(c_0_39,hypothesis,
    ( sdtlseqdt0(szszuzczcdt0(szszuzczcdt0(xn)),xn)
    | sdtlseqdt0(xn,szszuzczcdt0(xn)) ),
    inference(spm,[status(thm)],[c_0_34,c_0_21]) ).

cnf(c_0_40,hypothesis,
    ( sdtlseqdt0(szszuzczcdt0(xn),xm)
    | sdtlseqdt0(xm,xn) ),
    inference(spm,[status(thm)],[c_0_17,c_0_21]) ).

cnf(c_0_41,hypothesis,
    ( sdtlseqdt0(xm,szszuzczcdt0(xn))
    | aElementOf0(szszuzczcdt0(xn),X1)
    | X1 != slbdtrb0(xm) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_35,c_0_18]),c_0_21])]) ).

cnf(c_0_42,plain,
    ( ~ sdtlseqdt0(szszuzczcdt0(X1),X1)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_26]),c_0_18]),c_0_37]) ).

cnf(c_0_43,hypothesis,
    ( sdtlseqdt0(xn,szszuzczcdt0(xn))
    | sdtlseqdt0(szszuzczcdt0(xn),xn)
    | ~ aElementOf0(szszuzczcdt0(xn),szNzAzT0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_38,c_0_39]),c_0_21])]) ).

fof(c_0_44,negated_conjecture,
    ~ ( sdtlseqdt0(xm,xn)
    <=> aSubsetOf0(slbdtrb0(xm),slbdtrb0(xn)) ),
    inference(assume_negation,[status(cth)],[m__]) ).

cnf(c_0_45,hypothesis,
    ( szszuzczcdt0(xn) = xm
    | sdtlseqdt0(xm,xn)
    | ~ sdtlseqdt0(xm,szszuzczcdt0(xn))
    | ~ aElementOf0(szszuzczcdt0(xn),szNzAzT0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_40]),c_0_15])]) ).

cnf(c_0_46,hypothesis,
    ( sdtlseqdt0(xm,szszuzczcdt0(xn))
    | aElementOf0(szszuzczcdt0(xn),slbdtrb0(xm)) ),
    inference(er,[status(thm)],[c_0_41]) ).

cnf(c_0_47,hypothesis,
    ( sdtlseqdt0(xn,szszuzczcdt0(xn))
    | ~ aElementOf0(szszuzczcdt0(xn),szNzAzT0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_43]),c_0_21])]) ).

fof(c_0_48,plain,
    ! [X4,X5,X6,X5] :
      ( ( aSet0(X5)
        | ~ aSubsetOf0(X5,X4)
        | ~ aSet0(X4) )
      & ( ~ aElementOf0(X6,X5)
        | aElementOf0(X6,X4)
        | ~ aSubsetOf0(X5,X4)
        | ~ aSet0(X4) )
      & ( aElementOf0(esk1_2(X4,X5),X5)
        | ~ aSet0(X5)
        | aSubsetOf0(X5,X4)
        | ~ aSet0(X4) )
      & ( ~ aElementOf0(esk1_2(X4,X5),X4)
        | ~ aSet0(X5)
        | aSubsetOf0(X5,X4)
        | ~ aSet0(X4) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mDefSub])])])])])])]) ).

fof(c_0_49,negated_conjecture,
    ( ( ~ sdtlseqdt0(xm,xn)
      | ~ aSubsetOf0(slbdtrb0(xm),slbdtrb0(xn)) )
    & ( sdtlseqdt0(xm,xn)
      | aSubsetOf0(slbdtrb0(xm),slbdtrb0(xn)) ) ),
    inference(fof_nnf,[status(thm)],[c_0_44]) ).

cnf(c_0_50,plain,
    ( sdtlseqdt0(szszuzczcdt0(X3),X1)
    | ~ aElementOf0(X1,szNzAzT0)
    | X2 != slbdtrb0(X1)
    | ~ aElementOf0(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_51,hypothesis,
    ( szszuzczcdt0(xn) = xm
    | sdtlseqdt0(xm,xn)
    | aElementOf0(szszuzczcdt0(xn),slbdtrb0(xm))
    | ~ aElementOf0(szszuzczcdt0(xn),szNzAzT0) ),
    inference(spm,[status(thm)],[c_0_45,c_0_46]) ).

cnf(c_0_52,hypothesis,
    ( sdtlseqdt0(X1,szszuzczcdt0(xn))
    | ~ sdtlseqdt0(X1,xn)
    | ~ aElementOf0(szszuzczcdt0(xn),szNzAzT0)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_47]),c_0_21])]) ).

cnf(c_0_53,plain,
    ( aSubsetOf0(X2,X1)
    | aElementOf0(esk1_2(X1,X2),X2)
    | ~ aSet0(X1)
    | ~ aSet0(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_48]) ).

cnf(c_0_54,plain,
    ( aSet0(X2)
    | ~ aElementOf0(X1,szNzAzT0)
    | X2 != slbdtrb0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_55,plain,
    ( aElementOf0(X3,X1)
    | ~ aSet0(X1)
    | ~ aSubsetOf0(X2,X1)
    | ~ aElementOf0(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_48]) ).

cnf(c_0_56,negated_conjecture,
    ( aSubsetOf0(slbdtrb0(xm),slbdtrb0(xn))
    | sdtlseqdt0(xm,xn) ),
    inference(split_conjunct,[status(thm)],[c_0_49]) ).

cnf(c_0_57,hypothesis,
    ( szszuzczcdt0(xn) = xm
    | sdtlseqdt0(szszuzczcdt0(szszuzczcdt0(xn)),X1)
    | sdtlseqdt0(xm,xn)
    | slbdtrb0(xm) != slbdtrb0(X1)
    | ~ aElementOf0(szszuzczcdt0(xn),szNzAzT0)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(spm,[status(thm)],[c_0_50,c_0_51]) ).

cnf(c_0_58,plain,
    ( sdtlseqdt0(szszuzczcdt0(X2),szszuzczcdt0(X1))
    | ~ aElementOf0(X1,szNzAzT0)
    | ~ aElementOf0(X2,szNzAzT0)
    | ~ sdtlseqdt0(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_59,hypothesis,
    ( sdtlseqdt0(X1,xn)
    | ~ sdtlseqdt0(szszuzczcdt0(X1),xn)
    | ~ aElementOf0(szszuzczcdt0(xn),szNzAzT0)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_52]),c_0_21])]),c_0_18]) ).

cnf(c_0_60,plain,
    ( sdtlseqdt0(szszuzczcdt0(esk1_2(X1,X2)),X3)
    | aSubsetOf0(X2,X1)
    | X2 != slbdtrb0(X3)
    | ~ aElementOf0(X3,szNzAzT0)
    | ~ aSet0(X1) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_50,c_0_53]),c_0_54]) ).

cnf(c_0_61,negated_conjecture,
    ( sdtlseqdt0(xm,xn)
    | aElementOf0(X1,slbdtrb0(xn))
    | ~ aElementOf0(X1,slbdtrb0(xm))
    | ~ aSet0(slbdtrb0(xn)) ),
    inference(spm,[status(thm)],[c_0_55,c_0_56]) ).

cnf(c_0_62,plain,
    ( aSet0(slbdtrb0(X1))
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(er,[status(thm)],[c_0_54]) ).

cnf(c_0_63,hypothesis,
    ( szszuzczcdt0(xn) = xm
    | sdtlseqdt0(szszuzczcdt0(szszuzczcdt0(xn)),xm)
    | sdtlseqdt0(xm,xn)
    | ~ aElementOf0(szszuzczcdt0(xn),szNzAzT0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(er,[status(thm)],[c_0_57]),c_0_15])]) ).

cnf(c_0_64,plain,
    ( aElementOf0(X1,X2)
    | X2 != slbdtrb0(szszuzczcdt0(X3))
    | ~ sdtlseqdt0(X1,X3)
    | ~ aElementOf0(X1,szNzAzT0)
    | ~ aElementOf0(X3,szNzAzT0) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_58]),c_0_18]) ).

cnf(c_0_65,hypothesis,
    ( sdtlseqdt0(X1,xn)
    | ~ sdtlseqdt0(szszuzczcdt0(X1),xn)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_59,c_0_18]),c_0_21])]) ).

cnf(c_0_66,plain,
    ( sdtlseqdt0(szszuzczcdt0(esk1_2(X1,slbdtrb0(X2))),X2)
    | aSubsetOf0(slbdtrb0(X2),X1)
    | ~ aElementOf0(X2,szNzAzT0)
    | ~ aSet0(X1) ),
    inference(er,[status(thm)],[c_0_60]) ).

cnf(c_0_67,negated_conjecture,
    ( sdtlseqdt0(xm,xn)
    | aElementOf0(X1,slbdtrb0(xn))
    | ~ aElementOf0(X1,slbdtrb0(xm)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_61,c_0_62]),c_0_21])]) ).

cnf(c_0_68,hypothesis,
    ( szszuzczcdt0(xn) = xm
    | sdtlseqdt0(xm,xn)
    | aElementOf0(szszuzczcdt0(xn),X1)
    | X1 != slbdtrb0(xm)
    | ~ aElementOf0(szszuzczcdt0(xn),szNzAzT0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_63]),c_0_15])]) ).

cnf(c_0_69,plain,
    ( aElementOf0(X1,slbdtrb0(szszuzczcdt0(X2)))
    | ~ sdtlseqdt0(X1,X2)
    | ~ aElementOf0(X1,szNzAzT0)
    | ~ aElementOf0(X2,szNzAzT0) ),
    inference(er,[status(thm)],[c_0_64]) ).

cnf(c_0_70,hypothesis,
    ( sdtlseqdt0(esk1_2(X1,slbdtrb0(xn)),xn)
    | aSubsetOf0(slbdtrb0(xn),X1)
    | ~ aElementOf0(esk1_2(X1,slbdtrb0(xn)),szNzAzT0)
    | ~ aSet0(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_66]),c_0_21])]) ).

cnf(c_0_71,plain,
    ( aElementOf0(X3,szNzAzT0)
    | ~ aElementOf0(X1,szNzAzT0)
    | X2 != slbdtrb0(X1)
    | ~ aElementOf0(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_72,negated_conjecture,
    ( sdtlseqdt0(xm,xn)
    | sdtlseqdt0(szszuzczcdt0(X1),X2)
    | slbdtrb0(xn) != slbdtrb0(X2)
    | ~ aElementOf0(X1,slbdtrb0(xm))
    | ~ aElementOf0(X2,szNzAzT0) ),
    inference(spm,[status(thm)],[c_0_50,c_0_67]) ).

cnf(c_0_73,hypothesis,
    ( szszuzczcdt0(xn) = xm
    | sdtlseqdt0(xm,xn)
    | aElementOf0(szszuzczcdt0(xn),X1)
    | X1 != slbdtrb0(xm) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_68,c_0_18]),c_0_21])]) ).

fof(c_0_74,plain,
    ! [X3,X4] :
      ( ~ aSet0(X3)
      | ~ aSet0(X4)
      | ~ aSubsetOf0(X3,X4)
      | ~ aSubsetOf0(X4,X3)
      | X3 = X4 ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mSubASymm])]) ).

cnf(c_0_75,plain,
    ( aSubsetOf0(X2,X1)
    | ~ aSet0(X1)
    | ~ aSet0(X2)
    | ~ aElementOf0(esk1_2(X1,X2),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_48]) ).

cnf(c_0_76,hypothesis,
    ( aSubsetOf0(slbdtrb0(xn),X1)
    | aElementOf0(esk1_2(X1,slbdtrb0(xn)),slbdtrb0(szszuzczcdt0(xn)))
    | ~ aElementOf0(esk1_2(X1,slbdtrb0(xn)),szNzAzT0)
    | ~ aSet0(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_70]),c_0_21])]) ).

cnf(c_0_77,plain,
    ( aSubsetOf0(X1,X2)
    | aElementOf0(esk1_2(X2,X1),szNzAzT0)
    | X1 != slbdtrb0(X3)
    | ~ aElementOf0(X3,szNzAzT0)
    | ~ aSet0(X2) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_71,c_0_53]),c_0_54]) ).

cnf(c_0_78,negated_conjecture,
    ( szszuzczcdt0(xn) = xm
    | sdtlseqdt0(szszuzczcdt0(szszuzczcdt0(xn)),X1)
    | sdtlseqdt0(xm,xn)
    | slbdtrb0(xn) != slbdtrb0(X1)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(spm,[status(thm)],[c_0_72,c_0_73]) ).

fof(c_0_79,plain,
    ! [X3,X4] :
      ( ( ~ aElementOf0(X3,slbdtrb0(szszuzczcdt0(X4)))
        | aElementOf0(X3,slbdtrb0(X4))
        | X3 = X4
        | ~ aElementOf0(X3,szNzAzT0)
        | ~ aElementOf0(X4,szNzAzT0) )
      & ( ~ aElementOf0(X3,slbdtrb0(X4))
        | aElementOf0(X3,slbdtrb0(szszuzczcdt0(X4)))
        | ~ aElementOf0(X3,szNzAzT0)
        | ~ aElementOf0(X4,szNzAzT0) )
      & ( X3 != X4
        | aElementOf0(X3,slbdtrb0(szszuzczcdt0(X4)))
        | ~ aElementOf0(X3,szNzAzT0)
        | ~ aElementOf0(X4,szNzAzT0) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mSegSucc])])]) ).

cnf(c_0_80,plain,
    ( X1 = X2
    | ~ aSubsetOf0(X2,X1)
    | ~ aSubsetOf0(X1,X2)
    | ~ aSet0(X2)
    | ~ aSet0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_74]) ).

cnf(c_0_81,plain,
    ( aSet0(X2)
    | ~ aSet0(X1)
    | ~ aSubsetOf0(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_48]) ).

cnf(c_0_82,hypothesis,
    ( aSubsetOf0(slbdtrb0(xn),slbdtrb0(szszuzczcdt0(xn)))
    | ~ aElementOf0(esk1_2(slbdtrb0(szszuzczcdt0(xn)),slbdtrb0(xn)),szNzAzT0)
    | ~ aSet0(slbdtrb0(szszuzczcdt0(xn)))
    | ~ aSet0(slbdtrb0(xn)) ),
    inference(spm,[status(thm)],[c_0_75,c_0_76]) ).

cnf(c_0_83,plain,
    ( aSubsetOf0(slbdtrb0(X1),X2)
    | aElementOf0(esk1_2(X2,slbdtrb0(X1)),szNzAzT0)
    | ~ aElementOf0(X1,szNzAzT0)
    | ~ aSet0(X2) ),
    inference(er,[status(thm)],[c_0_77]) ).

cnf(c_0_84,hypothesis,
    ( ~ sdtlseqdt0(szszuzczcdt0(szszuzczcdt0(xn)),xn)
    | ~ aElementOf0(szszuzczcdt0(xn),szNzAzT0) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_52]),c_0_18]) ).

cnf(c_0_85,negated_conjecture,
    ( szszuzczcdt0(xn) = xm
    | sdtlseqdt0(szszuzczcdt0(szszuzczcdt0(xn)),xn)
    | sdtlseqdt0(xm,xn) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(er,[status(thm)],[c_0_78]),c_0_21])]) ).

cnf(c_0_86,plain,
    ( aElementOf0(X2,slbdtrb0(szszuzczcdt0(X1)))
    | ~ aElementOf0(X1,szNzAzT0)
    | ~ aElementOf0(X2,szNzAzT0)
    | X2 != X1 ),
    inference(split_conjunct,[status(thm)],[c_0_79]) ).

cnf(c_0_87,plain,
    ( X1 = X2
    | ~ aSubsetOf0(X2,X1)
    | ~ aSubsetOf0(X1,X2)
    | ~ aSet0(X2) ),
    inference(csr,[status(thm)],[c_0_80,c_0_81]) ).

cnf(c_0_88,hypothesis,
    ( aSubsetOf0(slbdtrb0(xn),slbdtrb0(szszuzczcdt0(xn)))
    | ~ aSet0(slbdtrb0(szszuzczcdt0(xn)))
    | ~ aSet0(slbdtrb0(xn)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_82,c_0_83]),c_0_21])]) ).

cnf(c_0_89,hypothesis,
    ( szszuzczcdt0(xn) = xm
    | sdtlseqdt0(xm,xn)
    | ~ aElementOf0(szszuzczcdt0(xn),szNzAzT0) ),
    inference(spm,[status(thm)],[c_0_84,c_0_85]) ).

cnf(c_0_90,plain,
    ( aElementOf0(X1,slbdtrb0(szszuzczcdt0(X1)))
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(er,[status(thm)],[c_0_86]) ).

cnf(c_0_91,hypothesis,
    ( slbdtrb0(szszuzczcdt0(xn)) = slbdtrb0(xn)
    | ~ aSubsetOf0(slbdtrb0(szszuzczcdt0(xn)),slbdtrb0(xn))
    | ~ aSet0(slbdtrb0(xn)) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_87,c_0_88]),c_0_81]) ).

cnf(c_0_92,hypothesis,
    ( szszuzczcdt0(xn) = xm
    | sdtlseqdt0(xm,xn) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_89,c_0_18]),c_0_21])]) ).

cnf(c_0_93,plain,
    ( sdtlseqdt0(szszuzczcdt0(X1),X2)
    | slbdtrb0(szszuzczcdt0(X1)) != slbdtrb0(X2)
    | ~ aElementOf0(X2,szNzAzT0)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(spm,[status(thm)],[c_0_50,c_0_90]) ).

cnf(c_0_94,hypothesis,
    ( slbdtrb0(xn) = slbdtrb0(xm)
    | sdtlseqdt0(xm,xn)
    | ~ aSet0(slbdtrb0(xn)) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_91,c_0_92]),c_0_56]) ).

cnf(c_0_95,hypothesis,
    ( sdtlseqdt0(xm,xn)
    | sdtlseqdt0(xm,X1)
    | slbdtrb0(xm) != slbdtrb0(X1)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_93,c_0_92]),c_0_21])]) ).

cnf(c_0_96,hypothesis,
    ( slbdtrb0(xn) = slbdtrb0(xm)
    | sdtlseqdt0(xm,xn) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_94,c_0_62]),c_0_21])]) ).

cnf(c_0_97,hypothesis,
    sdtlseqdt0(xm,xn),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_95,c_0_96]),c_0_21])]) ).

cnf(c_0_98,hypothesis,
    ( sdtlseqdt0(X1,xn)
    | ~ sdtlseqdt0(X1,xm)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_97]),c_0_15]),c_0_21])]) ).

cnf(c_0_99,hypothesis,
    ( aElementOf0(X1,X2)
    | X2 != slbdtrb0(xn)
    | ~ sdtlseqdt0(szszuzczcdt0(X1),xm)
    | ~ aElementOf0(X1,szNzAzT0) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_98]),c_0_21])]),c_0_18]) ).

cnf(c_0_100,hypothesis,
    ( aSubsetOf0(slbdtrb0(xm),X1)
    | aElementOf0(esk1_2(X1,slbdtrb0(xm)),X2)
    | X2 != slbdtrb0(xn)
    | ~ aElementOf0(esk1_2(X1,slbdtrb0(xm)),szNzAzT0)
    | ~ aSet0(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_99,c_0_66]),c_0_15])]) ).

cnf(c_0_101,hypothesis,
    ( aSubsetOf0(slbdtrb0(xm),X1)
    | aElementOf0(esk1_2(X1,slbdtrb0(xm)),X2)
    | X2 != slbdtrb0(xn)
    | ~ aSet0(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_100,c_0_83]),c_0_15])]) ).

cnf(c_0_102,negated_conjecture,
    ( ~ aSubsetOf0(slbdtrb0(xm),slbdtrb0(xn))
    | ~ sdtlseqdt0(xm,xn) ),
    inference(split_conjunct,[status(thm)],[c_0_49]) ).

cnf(c_0_103,hypothesis,
    ( aSubsetOf0(slbdtrb0(xm),X1)
    | X1 != slbdtrb0(xn)
    | ~ aSet0(slbdtrb0(xm))
    | ~ aSet0(X1) ),
    inference(spm,[status(thm)],[c_0_75,c_0_101]) ).

cnf(c_0_104,negated_conjecture,
    ~ aSubsetOf0(slbdtrb0(xm),slbdtrb0(xn)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_102,c_0_97])]) ).

cnf(c_0_105,hypothesis,
    ( ~ aSet0(slbdtrb0(xm))
    | ~ aSet0(slbdtrb0(xn)) ),
    inference(sr,[status(thm)],[inference(er,[status(thm)],[c_0_103]),c_0_104]) ).

cnf(c_0_106,hypothesis,
    ~ aSet0(slbdtrb0(xm)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_105,c_0_62]),c_0_21])]) ).

cnf(c_0_107,hypothesis,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_106,c_0_62]),c_0_15])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.01/0.12  % Problem  : NUM542+1 : TPTP v8.1.0. Released v4.0.0.
% 0.12/0.13  % Command  : run_ET %s %d
% 0.12/0.34  % Computer : n028.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Fri Jul  8 00:35:09 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.38/23.40  eprover: CPU time limit exceeded, terminating
% 0.38/23.41  eprover: CPU time limit exceeded, terminating
% 0.38/23.42  eprover: CPU time limit exceeded, terminating
% 0.38/23.43  eprover: CPU time limit exceeded, terminating
% 0.54/46.41  eprover: CPU time limit exceeded, terminating
% 0.54/46.44  eprover: CPU time limit exceeded, terminating
% 0.54/46.44  eprover: CPU time limit exceeded, terminating
% 0.54/46.45  eprover: CPU time limit exceeded, terminating
% 0.69/69.45  eprover: eprover: CPU time limit exceeded, terminatingCPU time limit exceeded, terminating
% 0.69/69.45  
% 0.69/69.46  eprover: CPU time limit exceeded, terminating
% 0.69/69.46  eprover: CPU time limit exceeded, terminating
% 0.86/92.47  eprover: CPU time limit exceeded, terminating
% 0.86/92.48  eprover: CPU time limit exceeded, terminating
% 0.86/92.48  eprover: CPU time limit exceeded, terminating
% 0.86/92.49  eprover: CPU time limit exceeded, terminating
% 1.01/115.49  eprover: CPU time limit exceeded, terminating
% 1.01/115.50  eprover: CPU time limit exceeded, terminating
% 1.01/115.51  eprover: CPU time limit exceeded, terminating
% 1.01/115.51  eprover: CPU time limit exceeded, terminating
% 1.17/138.52  eprover: eprover: CPU time limit exceeded, terminatingCPU time limit exceeded, terminating
% 1.17/138.52  
% 1.17/138.53  eprover: CPU time limit exceeded, terminating
% 1.17/138.54  eprover: CPU time limit exceeded, terminating
% 1.17/139.35  # Running protocol protocol_eprover_2d86bd69119e7e9cc4417c0ee581499eaf828bb2 for 23 seconds:
% 1.17/139.35  
% 1.17/139.35  # Failure: Resource limit exceeded (time)
% 1.17/139.35  # OLD status Res
% 1.17/139.35  # SinE strategy is GSinE(CountFormulas,,1.1,,02,500,1.0)
% 1.17/139.35  # Preprocessing time       : 0.017 s
% 1.17/139.35  # Running protocol protocol_eprover_230b6c199cce1dcf6700db59e75a93feb83d1bd9 for 23 seconds:
% 1.17/139.35  
% 1.17/139.35  # Failure: Resource limit exceeded (time)
% 1.17/139.35  # OLD status Res
% 1.17/139.35  # SinE strategy is GSinE(CountFormulas,hypos,1.1,,01,20000,1.0)
% 1.17/139.35  # Preprocessing time       : 0.009 s
% 1.17/139.35  # Running protocol protocol_eprover_48e494e00e0717ec2eabf59b73b2d711334607de for 23 seconds:
% 1.17/139.35  
% 1.17/139.35  # Failure: Resource limit exceeded (time)
% 1.17/139.35  # OLD status Res
% 1.17/139.35  # SinE strategy is GSinE(CountFormulas,hypos,1.1,,03,20000,1.0)
% 1.17/139.35  # Preprocessing time       : 0.011 s
% 1.17/139.35  # Running protocol protocol_eprover_33aa8a325940064c53b389b41203bb48a5cb5006 for 23 seconds:
% 1.17/139.35  
% 1.17/139.35  # Failure: Resource limit exceeded (time)
% 1.17/139.35  # OLD status Res
% 1.17/139.35  # Preprocessing time       : 0.012 s
% 1.17/139.35  # Running protocol protocol_eprover_260890dcdd2d907655d788d68835201aeffdef4a for 23 seconds:
% 1.17/139.35  
% 1.17/139.35  # Failure: Resource limit exceeded (time)
% 1.17/139.35  # OLD status Res
% 1.17/139.35  # SinE strategy is GSinE(CountFormulas,,1.5,,03,100,1.0)
% 1.17/139.35  # Preprocessing time       : 0.009 s
% 1.17/139.35  # Running protocol protocol_eprover_9a428cb4e1feff5dec19b8494e78e7f0e8ede446 for 23 seconds:
% 1.17/139.35  
% 1.17/139.35  # Failure: Resource limit exceeded (time)
% 1.17/139.35  # OLD status Res
% 1.17/139.35  # Preprocessing time       : 0.011 s
% 1.17/139.35  # Running protocol protocol_eprover_e6b386026570787d4ac06e541c4634c5e3f09cc5 for 23 seconds:
% 1.17/139.35  # SinE strategy is GSinE(CountFormulas,hypos,1.4,,02,100,1.0)
% 1.17/139.35  # Preprocessing time       : 0.011 s
% 1.17/139.35  
% 1.17/139.35  # Proof found!
% 1.17/139.35  # SZS status Theorem
% 1.17/139.35  # SZS output start CNFRefutation
% See solution above
% 1.17/139.35  # Proof object total steps             : 108
% 1.17/139.35  # Proof object clause steps            : 82
% 1.17/139.35  # Proof object formula steps           : 26
% 1.17/139.35  # Proof object conjectures             : 11
% 1.17/139.35  # Proof object clause conjectures      : 8
% 1.17/139.35  # Proof object formula conjectures     : 3
% 1.17/139.35  # Proof object initial clauses used    : 22
% 1.17/139.35  # Proof object initial formulas used   : 13
% 1.17/139.35  # Proof object generating inferences   : 57
% 1.17/139.35  # Proof object simplifying inferences  : 70
% 1.17/139.35  # Training examples: 0 positive, 0 negative
% 1.17/139.35  # Parsed axioms                        : 55
% 1.17/139.35  # Removed by relevancy pruning/SinE    : 24
% 1.17/139.35  # Initial clauses                      : 50
% 1.17/139.35  # Removed in clause preprocessing      : 3
% 1.17/139.35  # Initial clauses in saturation        : 47
% 1.17/139.35  # Processed clauses                    : 5865
% 1.17/139.35  # ...of these trivial                  : 11
% 1.17/139.35  # ...subsumed                          : 4134
% 1.17/139.35  # ...remaining for further processing  : 1720
% 1.17/139.35  # Other redundant clauses eliminated   : 1
% 1.17/139.35  # Clauses deleted for lack of memory   : 0
% 1.17/139.35  # Backward-subsumed                    : 974
% 1.17/139.35  # Backward-rewritten                   : 202
% 1.17/139.35  # Generated clauses                    : 25251
% 1.17/139.35  # ...of the previous two non-trivial   : 22702
% 1.17/139.35  # Contextual simplify-reflections      : 6204
% 1.17/139.35  # Paramodulations                      : 25021
% 1.17/139.35  # Factorizations                       : 0
% 1.17/139.35  # Equation resolutions                 : 229
% 1.17/139.35  # Current number of processed clauses  : 542
% 1.17/139.35  #    Positive orientable unit clauses  : 17
% 1.17/139.35  #    Positive unorientable unit clauses: 0
% 1.17/139.35  #    Negative unit clauses             : 3
% 1.17/139.35  #    Non-unit-clauses                  : 522
% 1.17/139.35  # Current number of unprocessed clauses: 2971
% 1.17/139.35  # ...number of literals in the above   : 17901
% 1.17/139.35  # Current number of archived formulas  : 0
% 1.17/139.35  # Current number of archived clauses   : 1177
% 1.17/139.35  # Clause-clause subsumption calls (NU) : 488446
% 1.17/139.35  # Rec. Clause-clause subsumption calls : 106528
% 1.17/139.35  # Non-unit clause-clause subsumptions  : 11231
% 1.17/139.35  # Unit Clause-clause subsumption calls : 2187
% 1.17/139.35  # Rewrite failures with RHS unbound    : 0
% 1.17/139.35  # BW rewrite match attempts            : 25
% 1.17/139.35  # BW rewrite match successes           : 12
% 1.17/139.35  # Condensation attempts                : 0
% 1.17/139.35  # Condensation successes               : 0
% 1.17/139.35  # Termbank termtop insertions          : 595284
% 1.17/139.35  
% 1.17/139.35  # -------------------------------------------------
% 1.17/139.35  # User time                : 0.732 s
% 1.17/139.35  # System time              : 0.006 s
% 1.17/139.35  # Total time               : 0.738 s
% 1.17/139.35  # Maximum resident set size: 11772 pages
% 1.17/161.54  eprover: CPU time limit exceeded, terminating
% 1.17/161.55  eprover: CPU time limit exceeded, terminating
% 1.17/161.56  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 1.17/161.56  eprover: No such file or directory
% 1.17/161.56  eprover: CPU time limit exceeded, terminating
% 1.17/161.56  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 1.17/161.56  eprover: No such file or directory
% 1.17/161.56  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 1.17/161.56  eprover: No such file or directory
% 1.17/161.57  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 1.17/161.57  eprover: No such file or directory
% 1.17/161.57  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 1.17/161.57  eprover: No such file or directory
% 1.17/161.57  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 1.17/161.57  eprover: No such file or directory
% 1.17/161.57  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 1.17/161.57  eprover: No such file or directory
% 1.17/161.57  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 1.17/161.57  eprover: No such file or directory
% 1.17/161.58  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 1.17/161.58  eprover: No such file or directory
% 1.17/161.58  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 1.17/161.58  eprover: No such file or directory
% 1.17/161.58  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 1.17/161.58  eprover: No such file or directory
% 1.17/161.58  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 1.17/161.58  eprover: No such file or directory
% 1.17/161.58  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 1.17/161.58  eprover: No such file or directory
% 1.17/161.58  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 1.17/161.58  eprover: No such file or directory
% 1.17/161.59  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 1.17/161.59  eprover: No such file or directory
%------------------------------------------------------------------------------