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

View Problem - Process Solution

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

% Computer : n007.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:32:15 EDT 2022

% Result   : Theorem 0.26s 2.43s
% Output   : CNFRefutation 0.26s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   63 (  23 unt;   0 def)
%            Number of atoms       :  143 (  58 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :  136 (  56   ~;  53   |;  17   &)
%                                         (   0 <=>;  10  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   3 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   63 (   0 sgn  34   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(mIntMult,axiom,
    ! [X1,X2] :
      ( ( aInteger0(X1)
        & aInteger0(X2) )
     => aInteger0(sdtasdt0(X1,X2)) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mIntMult) ).

fof(mIntNeg,axiom,
    ! [X1] :
      ( aInteger0(X1)
     => aInteger0(smndt0(X1)) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mIntNeg) ).

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

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

fof(m__446,hypothesis,
    aInteger0(xa),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',m__446) ).

fof(mIntOne,axiom,
    aInteger0(sz10),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mIntOne) ).

fof(mDistrib,axiom,
    ! [X1,X2,X3] :
      ( ( aInteger0(X1)
        & aInteger0(X2)
        & aInteger0(X3) )
     => ( sdtasdt0(X1,sdtpldt0(X2,X3)) = sdtpldt0(sdtasdt0(X1,X2),sdtasdt0(X1,X3))
        & sdtasdt0(sdtpldt0(X1,X2),X3) = sdtpldt0(sdtasdt0(X1,X3),sdtasdt0(X2,X3)) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mDistrib) ).

fof(mAddAsso,axiom,
    ! [X1,X2,X3] :
      ( ( aInteger0(X1)
        & aInteger0(X2)
        & aInteger0(X3) )
     => sdtpldt0(X1,sdtpldt0(X2,X3)) = sdtpldt0(sdtpldt0(X1,X2),X3) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mAddAsso) ).

fof(mMulOne,axiom,
    ! [X1] :
      ( aInteger0(X1)
     => ( sdtasdt0(X1,sz10) = X1
        & X1 = sdtasdt0(sz10,X1) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mMulOne) ).

fof(mAddNeg,axiom,
    ! [X1] :
      ( aInteger0(X1)
     => ( sdtpldt0(X1,smndt0(X1)) = sz00
        & sz00 = sdtpldt0(smndt0(X1),X1) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mAddNeg) ).

fof(mMulZero,axiom,
    ! [X1] :
      ( aInteger0(X1)
     => ( sdtasdt0(X1,sz00) = sz00
        & sz00 = sdtasdt0(sz00,X1) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mMulZero) ).

fof(mAddZero,axiom,
    ! [X1] :
      ( aInteger0(X1)
     => ( sdtpldt0(X1,sz00) = X1
        & X1 = sdtpldt0(sz00,X1) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',mAddZero) ).

fof(m__,conjecture,
    sdtasdt0(smndt0(sz10),xa) = smndt0(xa),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',m__) ).

fof(c_0_13,plain,
    ! [X3,X4] :
      ( ~ aInteger0(X3)
      | ~ aInteger0(X4)
      | aInteger0(sdtasdt0(X3,X4)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mIntMult])]) ).

fof(c_0_14,plain,
    ! [X2] :
      ( ~ aInteger0(X2)
      | aInteger0(smndt0(X2)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mIntNeg])]) ).

fof(c_0_15,plain,
    ! [X3,X4] :
      ( ~ aInteger0(X3)
      | ~ aInteger0(X4)
      | sdtasdt0(X3,X4) = sdtasdt0(X4,X3) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mMulComm])]) ).

fof(c_0_16,plain,
    ! [X3,X4] :
      ( ~ aInteger0(X3)
      | ~ aInteger0(X4)
      | sdtpldt0(X3,X4) = sdtpldt0(X4,X3) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mAddComm])]) ).

cnf(c_0_17,plain,
    ( aInteger0(sdtasdt0(X1,X2))
    | ~ aInteger0(X2)
    | ~ aInteger0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

cnf(c_0_18,hypothesis,
    aInteger0(xa),
    inference(split_conjunct,[status(thm)],[m__446]) ).

cnf(c_0_19,plain,
    ( aInteger0(smndt0(X1))
    | ~ aInteger0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_20,plain,
    aInteger0(sz10),
    inference(split_conjunct,[status(thm)],[mIntOne]) ).

fof(c_0_21,plain,
    ! [X4,X5,X6] :
      ( ( sdtasdt0(X4,sdtpldt0(X5,X6)) = sdtpldt0(sdtasdt0(X4,X5),sdtasdt0(X4,X6))
        | ~ aInteger0(X4)
        | ~ aInteger0(X5)
        | ~ aInteger0(X6) )
      & ( sdtasdt0(sdtpldt0(X4,X5),X6) = sdtpldt0(sdtasdt0(X4,X6),sdtasdt0(X5,X6))
        | ~ aInteger0(X4)
        | ~ aInteger0(X5)
        | ~ aInteger0(X6) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mDistrib])])]) ).

cnf(c_0_22,plain,
    ( sdtasdt0(X1,X2) = sdtasdt0(X2,X1)
    | ~ aInteger0(X2)
    | ~ aInteger0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

fof(c_0_23,plain,
    ! [X4,X5,X6] :
      ( ~ aInteger0(X4)
      | ~ aInteger0(X5)
      | ~ aInteger0(X6)
      | sdtpldt0(X4,sdtpldt0(X5,X6)) = sdtpldt0(sdtpldt0(X4,X5),X6) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mAddAsso])]) ).

cnf(c_0_24,plain,
    ( sdtpldt0(X1,X2) = sdtpldt0(X2,X1)
    | ~ aInteger0(X2)
    | ~ aInteger0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_25,hypothesis,
    ( aInteger0(sdtasdt0(X1,xa))
    | ~ aInteger0(X1) ),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

cnf(c_0_26,plain,
    aInteger0(smndt0(sz10)),
    inference(spm,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_27,plain,
    ( sdtasdt0(X3,sdtpldt0(X2,X1)) = sdtpldt0(sdtasdt0(X3,X2),sdtasdt0(X3,X1))
    | ~ aInteger0(X1)
    | ~ aInteger0(X2)
    | ~ aInteger0(X3) ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_28,hypothesis,
    ( sdtasdt0(X1,xa) = sdtasdt0(xa,X1)
    | ~ aInteger0(X1) ),
    inference(spm,[status(thm)],[c_0_22,c_0_18]) ).

fof(c_0_29,plain,
    ! [X2] :
      ( ( sdtasdt0(X2,sz10) = X2
        | ~ aInteger0(X2) )
      & ( X2 = sdtasdt0(sz10,X2)
        | ~ aInteger0(X2) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mMulOne])])]) ).

fof(c_0_30,plain,
    ! [X2] :
      ( ( sdtpldt0(X2,smndt0(X2)) = sz00
        | ~ aInteger0(X2) )
      & ( sz00 = sdtpldt0(smndt0(X2),X2)
        | ~ aInteger0(X2) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mAddNeg])])]) ).

fof(c_0_31,plain,
    ! [X2] :
      ( ( sdtasdt0(X2,sz00) = sz00
        | ~ aInteger0(X2) )
      & ( sz00 = sdtasdt0(sz00,X2)
        | ~ aInteger0(X2) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mMulZero])])]) ).

cnf(c_0_32,plain,
    ( sdtpldt0(X1,sdtpldt0(X2,X3)) = sdtpldt0(sdtpldt0(X1,X2),X3)
    | ~ aInteger0(X3)
    | ~ aInteger0(X2)
    | ~ aInteger0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_33,hypothesis,
    ( sdtpldt0(X1,xa) = sdtpldt0(xa,X1)
    | ~ aInteger0(X1) ),
    inference(spm,[status(thm)],[c_0_24,c_0_18]) ).

cnf(c_0_34,hypothesis,
    aInteger0(sdtasdt0(smndt0(sz10),xa)),
    inference(spm,[status(thm)],[c_0_25,c_0_26]) ).

cnf(c_0_35,hypothesis,
    ( sdtpldt0(sdtasdt0(xa,X1),sdtasdt0(xa,X2)) = sdtasdt0(xa,sdtpldt0(X1,X2))
    | ~ aInteger0(X1)
    | ~ aInteger0(X2) ),
    inference(spm,[status(thm)],[c_0_27,c_0_18]) ).

cnf(c_0_36,hypothesis,
    sdtasdt0(xa,smndt0(sz10)) = sdtasdt0(smndt0(sz10),xa),
    inference(spm,[status(thm)],[c_0_28,c_0_26]) ).

cnf(c_0_37,plain,
    ( sdtasdt0(X1,sz10) = X1
    | ~ aInteger0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_38,plain,
    ( sz00 = sdtpldt0(smndt0(X1),X1)
    | ~ aInteger0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_39,plain,
    ( sdtasdt0(X1,sz00) = sz00
    | ~ aInteger0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

fof(c_0_40,plain,
    ! [X2] :
      ( ( sdtpldt0(X2,sz00) = X2
        | ~ aInteger0(X2) )
      & ( X2 = sdtpldt0(sz00,X2)
        | ~ aInteger0(X2) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mAddZero])])]) ).

cnf(c_0_41,hypothesis,
    ( sdtpldt0(sdtpldt0(X1,X2),xa) = sdtpldt0(X1,sdtpldt0(X2,xa))
    | ~ aInteger0(X2)
    | ~ aInteger0(X1) ),
    inference(spm,[status(thm)],[c_0_32,c_0_18]) ).

cnf(c_0_42,hypothesis,
    sdtpldt0(sdtasdt0(smndt0(sz10),xa),xa) = sdtpldt0(xa,sdtasdt0(smndt0(sz10),xa)),
    inference(spm,[status(thm)],[c_0_33,c_0_34]) ).

cnf(c_0_43,hypothesis,
    ( sdtpldt0(sdtasdt0(smndt0(sz10),xa),sdtasdt0(xa,X1)) = sdtasdt0(xa,sdtpldt0(smndt0(sz10),X1))
    | ~ aInteger0(X1) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_35,c_0_26]),c_0_36]) ).

cnf(c_0_44,hypothesis,
    sdtasdt0(xa,sz10) = xa,
    inference(spm,[status(thm)],[c_0_37,c_0_18]) ).

cnf(c_0_45,plain,
    sdtpldt0(smndt0(sz10),sz10) = sz00,
    inference(spm,[status(thm)],[c_0_38,c_0_20]) ).

cnf(c_0_46,hypothesis,
    sdtasdt0(xa,sz00) = sz00,
    inference(spm,[status(thm)],[c_0_39,c_0_18]) ).

cnf(c_0_47,hypothesis,
    aInteger0(smndt0(xa)),
    inference(spm,[status(thm)],[c_0_19,c_0_18]) ).

cnf(c_0_48,hypothesis,
    sdtpldt0(smndt0(xa),xa) = sz00,
    inference(spm,[status(thm)],[c_0_38,c_0_18]) ).

cnf(c_0_49,plain,
    ( sdtpldt0(X1,sz00) = X1
    | ~ aInteger0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_40]) ).

fof(c_0_50,negated_conjecture,
    sdtasdt0(smndt0(sz10),xa) != smndt0(xa),
    inference(assume_negation,[status(cth)],[m__]) ).

cnf(c_0_51,hypothesis,
    ( sdtpldt0(sdtpldt0(X1,sdtasdt0(smndt0(sz10),xa)),xa) = sdtpldt0(X1,sdtpldt0(xa,sdtasdt0(smndt0(sz10),xa)))
    | ~ aInteger0(X1) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_34]),c_0_42]) ).

cnf(c_0_52,hypothesis,
    sdtpldt0(xa,sdtasdt0(smndt0(sz10),xa)) = sz00,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_20]),c_0_44]),c_0_42]),c_0_45]),c_0_46]) ).

cnf(c_0_53,hypothesis,
    ( sdtpldt0(X1,smndt0(xa)) = sdtpldt0(smndt0(xa),X1)
    | ~ aInteger0(X1) ),
    inference(spm,[status(thm)],[c_0_24,c_0_47]) ).

cnf(c_0_54,hypothesis,
    ( sdtpldt0(sdtpldt0(X1,smndt0(xa)),xa) = sdtpldt0(X1,sz00)
    | ~ aInteger0(X1) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_47]),c_0_48]) ).

cnf(c_0_55,hypothesis,
    sdtpldt0(sdtasdt0(smndt0(sz10),xa),sz00) = sdtasdt0(smndt0(sz10),xa),
    inference(spm,[status(thm)],[c_0_49,c_0_34]) ).

fof(c_0_56,negated_conjecture,
    sdtasdt0(smndt0(sz10),xa) != smndt0(xa),
    inference(fof_simplification,[status(thm)],[c_0_50]) ).

cnf(c_0_57,hypothesis,
    ( sdtpldt0(sdtpldt0(X1,sdtasdt0(smndt0(sz10),xa)),xa) = sdtpldt0(X1,sz00)
    | ~ aInteger0(X1) ),
    inference(rw,[status(thm)],[c_0_51,c_0_52]) ).

cnf(c_0_58,hypothesis,
    sdtpldt0(smndt0(xa),sdtasdt0(smndt0(sz10),xa)) = sdtpldt0(sdtasdt0(smndt0(sz10),xa),smndt0(xa)),
    inference(spm,[status(thm)],[c_0_53,c_0_34]) ).

cnf(c_0_59,hypothesis,
    sdtpldt0(sdtpldt0(sdtasdt0(smndt0(sz10),xa),smndt0(xa)),xa) = sdtasdt0(smndt0(sz10),xa),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_34]),c_0_55]) ).

cnf(c_0_60,hypothesis,
    sdtpldt0(smndt0(xa),sz00) = smndt0(xa),
    inference(spm,[status(thm)],[c_0_49,c_0_47]) ).

cnf(c_0_61,negated_conjecture,
    sdtasdt0(smndt0(sz10),xa) != smndt0(xa),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

cnf(c_0_62,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_47]),c_0_58]),c_0_59]),c_0_60]),c_0_61]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : NUM422+1 : TPTP v8.1.0. Released v4.0.0.
% 0.03/0.13  % Command  : run_ET %s %d
% 0.14/0.34  % Computer : n007.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Thu Jul  7 07:43:44 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.26/2.43  # Running protocol protocol_eprover_2d86bd69119e7e9cc4417c0ee581499eaf828bb2 for 23 seconds:
% 0.26/2.43  # SinE strategy is GSinE(CountFormulas,,1.1,,02,500,1.0)
% 0.26/2.43  # Preprocessing time       : 0.014 s
% 0.26/2.43  
% 0.26/2.43  # Proof found!
% 0.26/2.43  # SZS status Theorem
% 0.26/2.43  # SZS output start CNFRefutation
% See solution above
% 0.26/2.43  # Proof object total steps             : 63
% 0.26/2.43  # Proof object clause steps            : 38
% 0.26/2.43  # Proof object formula steps           : 25
% 0.26/2.43  # Proof object conjectures             : 4
% 0.26/2.43  # Proof object clause conjectures      : 1
% 0.26/2.43  # Proof object formula conjectures     : 3
% 0.26/2.43  # Proof object initial clauses used    : 13
% 0.26/2.43  # Proof object initial formulas used   : 13
% 0.26/2.43  # Proof object generating inferences   : 24
% 0.26/2.43  # Proof object simplifying inferences  : 13
% 0.26/2.43  # Training examples: 0 positive, 0 negative
% 0.26/2.43  # Parsed axioms                        : 17
% 0.26/2.43  # Removed by relevancy pruning/SinE    : 0
% 0.26/2.43  # Initial clauses                      : 22
% 0.26/2.43  # Removed in clause preprocessing      : 1
% 0.26/2.43  # Initial clauses in saturation        : 21
% 0.26/2.43  # Processed clauses                    : 3539
% 0.26/2.43  # ...of these trivial                  : 390
% 0.26/2.43  # ...subsumed                          : 106
% 0.26/2.43  # ...remaining for further processing  : 3043
% 0.26/2.43  # Other redundant clauses eliminated   : 0
% 0.26/2.43  # Clauses deleted for lack of memory   : 0
% 0.26/2.43  # Backward-subsumed                    : 0
% 0.26/2.43  # Backward-rewritten                   : 1374
% 0.26/2.43  # Generated clauses                    : 140253
% 0.26/2.43  # ...of the previous two non-trivial   : 139160
% 0.26/2.43  # Contextual simplify-reflections      : 0
% 0.26/2.43  # Paramodulations                      : 140253
% 0.26/2.43  # Factorizations                       : 0
% 0.26/2.43  # Equation resolutions                 : 0
% 0.26/2.43  # Current number of processed clauses  : 1669
% 0.26/2.43  #    Positive orientable unit clauses  : 1305
% 0.26/2.43  #    Positive unorientable unit clauses: 0
% 0.26/2.43  #    Negative unit clauses             : 1
% 0.26/2.43  #    Non-unit-clauses                  : 363
% 0.26/2.43  # Current number of unprocessed clauses: 72061
% 0.26/2.43  # ...number of literals in the above   : 85323
% 0.26/2.43  # Current number of archived formulas  : 0
% 0.26/2.43  # Current number of archived clauses   : 1374
% 0.26/2.43  # Clause-clause subsumption calls (NU) : 11941
% 0.26/2.43  # Rec. Clause-clause subsumption calls : 11933
% 0.26/2.43  # Non-unit clause-clause subsumptions  : 106
% 0.26/2.43  # Unit Clause-clause subsumption calls : 428
% 0.26/2.43  # Rewrite failures with RHS unbound    : 0
% 0.26/2.43  # BW rewrite match attempts            : 23711
% 0.26/2.43  # BW rewrite match successes           : 294
% 0.26/2.43  # Condensation attempts                : 0
% 0.26/2.43  # Condensation successes               : 0
% 0.26/2.43  # Termbank termtop insertions          : 3643214
% 0.26/2.43  
% 0.26/2.43  # -------------------------------------------------
% 0.26/2.43  # User time                : 1.182 s
% 0.26/2.43  # System time              : 0.027 s
% 0.26/2.43  # Total time               : 1.209 s
% 0.26/2.43  # Maximum resident set size: 78024 pages
% 0.29/23.41  eprover: CPU time limit exceeded, terminating
% 0.29/23.41  eprover: CPU time limit exceeded, terminating
% 0.29/23.42  eprover: CPU time limit exceeded, terminating
% 0.29/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.43  eprover: No such file or directory
% 0.29/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.43  eprover: No such file or directory
% 0.29/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.43  eprover: No such file or directory
% 0.29/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.29/23.43  eprover: No such file or directory
% 0.29/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.43  eprover: No such file or directory
% 0.29/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.44  eprover: No such file or directory
% 0.29/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.44  eprover: No such file or directory
% 0.29/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.29/23.44  eprover: No such file or directory
% 0.29/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.44  eprover: No such file or directory
% 0.29/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.45  eprover: No such file or directory
% 0.29/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.29/23.45  eprover: No such file or directory
% 0.29/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.45  eprover: No such file or directory
% 0.29/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.45  eprover: No such file or directory
% 0.29/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.29/23.45  eprover: No such file or directory
% 0.29/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.45  eprover: No such file or directory
% 0.29/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.29/23.46  eprover: No such file or directory
% 0.29/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.46  eprover: No such file or directory
% 0.29/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.46  eprover: No such file or directory
% 0.29/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.46  eprover: No such file or directory
% 0.29/23.46  eprover: eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.46  Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.29/23.46  eprover: No such file or directory
% 0.29/23.46  eprover: No such file or directory
% 0.29/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.47  eprover: No such file or directory
% 0.29/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.47  eprover: No such file or directory
% 0.29/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.29/23.47  eprover: No such file or directory
% 0.29/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.47  eprover: No such file or directory
% 0.29/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.29/23.47  eprover: No such file or directory
% 0.29/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.47  eprover: No such file or directory
% 0.29/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.47  eprover: No such file or directory
% 0.29/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.48  eprover: No such file or directory
% 0.29/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.29/23.48  eprover: No such file or directory
% 0.29/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.29/23.48  eprover: No such file or directory
% 0.29/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.29/23.48  eprover: No such file or directory
% 0.29/23.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.29/23.49  eprover: No such file or directory
%------------------------------------------------------------------------------