TSTP Solution File: CSR002+2 by ET---2.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : ET---2.0
% Problem  : CSR002+2 : TPTP v8.1.0. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_ET %s %d

% Computer : n022.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 : Fri Jul 15 03:01:21 EDT 2022

% Result   : Theorem 0.32s 13.51s
% Output   : CNFRefutation 0.32s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   26
% Syntax   : Number of formulae    :  137 (  36 unt;   0 def)
%            Number of atoms       :  614 ( 259 equ)
%            Maximal formula atoms :  194 (   4 avg)
%            Number of connectives :  720 ( 243   ~; 365   |;  95   &)
%                                         (  12 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   52 (   5 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number of predicates  :   12 (  10 usr;   1 prp; 0-3 aty)
%            Number of functors    :   19 (  19 usr;  10 con; 0-3 aty)
%            Number of variables   :  279 (  49 sgn 110   !;  10   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(happens_terminates_not_holds,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & terminates(X4,X2,X5) )
     => ~ holdsAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+0.ax',happens_terminates_not_holds) ).

fof(terminates_all_defn,axiom,
    ! [X4,X2,X5] :
      ( terminates(X4,X2,X5)
    <=> ( ( X4 = tapOff
          & X2 = filling )
        | ( X4 = overflow
          & X2 = filling ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+1.ax',terminates_all_defn) ).

fof(initiates_all_defn,axiom,
    ! [X4,X2,X5] :
      ( initiates(X4,X2,X5)
    <=> ( ( X4 = tapOn
          & X2 = filling )
        | ( X4 = overflow
          & X2 = spilling )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = tapOff
            & X2 = waterLevel(X9) )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = overflow
            & X2 = waterLevel(X9) ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+1.ax',initiates_all_defn) ).

fof(symmetry_of_plus,axiom,
    ! [X12,X13] : plus(X12,X13) = plus(X13,X12),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',symmetry_of_plus) ).

fof(happens_holds,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & initiates(X4,X2,X5) )
     => holdsAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+0.ax',happens_holds) ).

fof(startedin_defn,axiom,
    ! [X1,X3,X2] :
      ( startedIn(X1,X2,X3)
    <=> ? [X4,X5] :
          ( happens(X4,X5)
          & less(X1,X5)
          & less(X5,X3)
          & initiates(X4,X2,X5) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+0.ax',startedin_defn) ).

fof(happens_all_defn,axiom,
    ! [X4,X5] :
      ( happens(X4,X5)
    <=> ( ( X4 = tapOn
          & X5 = n0 )
        | ( holdsAt(waterLevel(n3),X5)
          & holdsAt(filling,X5)
          & X4 = overflow ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+1.ax',happens_all_defn) ).

fof(releases_all_defn,axiom,
    ! [X4,X2,X5] :
      ( releases(X4,X2,X5)
    <=> ? [X9] :
          ( X4 = tapOn
          & X2 = waterLevel(X9) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+1.ax',releases_all_defn) ).

fof(happens_releases,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & releases(X4,X2,X5) )
     => releasedAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+0.ax',happens_releases) ).

fof(less4,axiom,
    ! [X12] :
      ( less(X12,n4)
    <=> less_or_equal(X12,n3) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',less4) ).

fof(less_or_equal,axiom,
    ! [X12,X13] :
      ( less_or_equal(X12,X13)
    <=> ( less(X12,X13)
        | X12 = X13 ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',less_or_equal) ).

fof(less2,axiom,
    ! [X12] :
      ( less(X12,n2)
    <=> less_or_equal(X12,n1) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',less2) ).

fof(less3,axiom,
    ! [X12] :
      ( less(X12,n3)
    <=> less_or_equal(X12,n2) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',less3) ).

fof(less0,axiom,
    ~ ? [X12] : less(X12,n0),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',less0) ).

fof(less1,axiom,
    ! [X12] :
      ( less(X12,n1)
    <=> less_or_equal(X12,n0) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',less1) ).

fof(plus0_1,axiom,
    plus(n0,n1) = n1,
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',plus0_1) ).

fof(keep_not_released,axiom,
    ! [X2,X5] :
      ( ( ~ releasedAt(X2,X5)
        & ~ ? [X4] :
              ( happens(X4,X5)
              & releases(X4,X2,X5) ) )
     => ~ releasedAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+0.ax',keep_not_released) ).

fof(plus1_2,axiom,
    plus(n1,n2) = n3,
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',plus1_2) ).

fof(not_filling_4,conjecture,
    ~ holdsAt(filling,n4),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',not_filling_4) ).

fof(filling_not_waterLevel,axiom,
    ! [X12] : filling != waterLevel(X12),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+1.ax',filling_not_waterLevel) ).

fof(plus1_3,axiom,
    plus(n1,n3) = n4,
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',plus1_3) ).

fof(plus1_1,axiom,
    plus(n1,n1) = n2,
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',plus1_1) ).

fof(keep_not_holding,axiom,
    ! [X2,X5] :
      ( ( ~ holdsAt(X2,X5)
        & ~ releasedAt(X2,plus(X5,n1))
        & ~ ? [X4] :
              ( happens(X4,X5)
              & initiates(X4,X2,X5) ) )
     => ~ holdsAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+0.ax',keep_not_holding) ).

fof(not_released_filling_0,hypothesis,
    ~ releasedAt(filling,n0),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',not_released_filling_0) ).

fof(waterLevel_3,lemma,
    holdsAt(waterLevel(n3),n3),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',waterLevel_3) ).

fof(c_0_25,plain,
    ! [X5,X4,X2] :
      ( epred1_3(X2,X4,X5)
    <=> ( ( X4 = tapOn
          & X2 = filling )
        | ( X4 = overflow
          & X2 = spilling )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = tapOff
            & X2 = waterLevel(X9) )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = overflow
            & X2 = waterLevel(X9) ) ) ),
    introduced(definition) ).

fof(c_0_26,plain,
    ! [X6,X7,X8] :
      ( ~ happens(X6,X7)
      | ~ terminates(X6,X8,X7)
      | ~ holdsAt(X8,plus(X7,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[happens_terminates_not_holds])])]) ).

fof(c_0_27,plain,
    ! [X6,X7,X8,X6,X7,X8] :
      ( ( X6 = overflow
        | X6 = tapOff
        | ~ terminates(X6,X7,X8) )
      & ( X7 = filling
        | X6 = tapOff
        | ~ terminates(X6,X7,X8) )
      & ( X6 = overflow
        | X7 = filling
        | ~ terminates(X6,X7,X8) )
      & ( X7 = filling
        | X7 = filling
        | ~ terminates(X6,X7,X8) )
      & ( X6 != tapOff
        | X7 != filling
        | terminates(X6,X7,X8) )
      & ( X6 != overflow
        | X7 != filling
        | terminates(X6,X7,X8) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[terminates_all_defn])])])])]) ).

fof(c_0_28,axiom,
    ! [X4,X2,X5] :
      ( initiates(X4,X2,X5)
    <=> epred1_3(X2,X4,X5) ),
    inference(apply_def,[status(thm)],[initiates_all_defn,c_0_25]) ).

cnf(c_0_29,plain,
    ( ~ holdsAt(X1,plus(X2,n1))
    | ~ terminates(X3,X1,X2)
    | ~ happens(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

cnf(c_0_30,plain,
    ( terminates(X1,X2,X3)
    | X2 != filling
    | X1 != overflow ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

fof(c_0_31,plain,
    ! [X14,X15] : plus(X14,X15) = plus(X15,X14),
    inference(variable_rename,[status(thm)],[symmetry_of_plus]) ).

fof(c_0_32,plain,
    ! [X6,X7,X8] :
      ( ~ happens(X6,X7)
      | ~ initiates(X6,X8,X7)
      | holdsAt(X8,plus(X7,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[happens_holds])]) ).

fof(c_0_33,plain,
    ! [X6,X7,X8,X6,X7,X8,X11,X12] :
      ( ( happens(esk3_3(X6,X7,X8),esk4_3(X6,X7,X8))
        | ~ startedIn(X6,X8,X7) )
      & ( less(X6,esk4_3(X6,X7,X8))
        | ~ startedIn(X6,X8,X7) )
      & ( less(esk4_3(X6,X7,X8),X7)
        | ~ startedIn(X6,X8,X7) )
      & ( initiates(esk3_3(X6,X7,X8),X8,esk4_3(X6,X7,X8))
        | ~ startedIn(X6,X8,X7) )
      & ( ~ happens(X11,X12)
        | ~ less(X6,X12)
        | ~ less(X12,X7)
        | ~ initiates(X11,X8,X12)
        | startedIn(X6,X8,X7) ) ),
    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)],[startedin_defn])])])])])])]) ).

fof(c_0_34,plain,
    ! [X6,X7,X6,X7] :
      ( ( holdsAt(waterLevel(n3),X7)
        | X6 = tapOn
        | ~ happens(X6,X7) )
      & ( holdsAt(filling,X7)
        | X6 = tapOn
        | ~ happens(X6,X7) )
      & ( X6 = overflow
        | X6 = tapOn
        | ~ happens(X6,X7) )
      & ( holdsAt(waterLevel(n3),X7)
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( holdsAt(filling,X7)
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X6 = overflow
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X6 != tapOn
        | X7 != n0
        | happens(X6,X7) )
      & ( ~ holdsAt(waterLevel(n3),X7)
        | ~ holdsAt(filling,X7)
        | X6 != overflow
        | happens(X6,X7) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[happens_all_defn])])])])]) ).

fof(c_0_35,plain,
    ! [X10,X11,X12,X10,X11,X14,X12] :
      ( ( X10 = tapOn
        | ~ releases(X10,X11,X12) )
      & ( X11 = waterLevel(esk9_2(X10,X11))
        | ~ releases(X10,X11,X12) )
      & ( X10 != tapOn
        | X11 != waterLevel(X14)
        | releases(X10,X11,X12) ) ),
    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)],[releases_all_defn])])])])])])]) ).

fof(c_0_36,plain,
    ! [X6,X7,X8,X6,X7,X8] :
      ( ( ~ initiates(X6,X7,X8)
        | epred1_3(X7,X6,X8) )
      & ( ~ epred1_3(X7,X6,X8)
        | initiates(X6,X7,X8) ) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_28])])])]) ).

cnf(c_0_37,plain,
    ( X1 != filling
    | X2 != overflow
    | ~ holdsAt(X1,plus(X3,n1))
    | ~ happens(X2,X3) ),
    inference(spm,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_38,plain,
    plus(X1,X2) = plus(X2,X1),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

cnf(c_0_39,plain,
    ( holdsAt(X1,plus(X2,n1))
    | ~ initiates(X3,X1,X2)
    | ~ happens(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_40,plain,
    ( initiates(esk3_3(X1,X3,X2),X2,esk4_3(X1,X3,X2))
    | ~ startedIn(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_33]) ).

cnf(c_0_41,plain,
    ( happens(esk3_3(X1,X3,X2),esk4_3(X1,X3,X2))
    | ~ startedIn(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_33]) ).

cnf(c_0_42,plain,
    ( X2 = n0
    | X1 = overflow
    | ~ happens(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

fof(c_0_43,plain,
    ! [X6,X7,X8] :
      ( ~ happens(X6,X7)
      | ~ releases(X6,X8,X7)
      | releasedAt(X8,plus(X7,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[happens_releases])]) ).

cnf(c_0_44,plain,
    ( releases(X1,X2,X3)
    | X2 != waterLevel(X4)
    | X1 != tapOn ),
    inference(split_conjunct,[status(thm)],[c_0_35]) ).

cnf(c_0_45,plain,
    ( startedIn(X1,X2,X3)
    | ~ initiates(X4,X2,X5)
    | ~ less(X5,X3)
    | ~ less(X1,X5)
    | ~ happens(X4,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_33]) ).

cnf(c_0_46,plain,
    ( initiates(X1,X2,X3)
    | ~ epred1_3(X2,X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_36]) ).

fof(c_0_47,plain,
    ! [X10,X11,X12,X10,X11,X12,X15,X16] :
      ( ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X11 = tapOff
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X11 = tapOff
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X11 = tapOff
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X11 = tapOff
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X11 = tapOff
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X11 = tapOff
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X11 = tapOff
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X11 = tapOff
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X11 = tapOff
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X11 = tapOff
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X11 = tapOff
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X11 = tapOff
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 != tapOn
        | X12 != filling
        | epred1_3(X12,X11,X10) )
      & ( X11 != overflow
        | X12 != spilling
        | epred1_3(X12,X11,X10) )
      & ( ~ holdsAt(waterLevel(X15),X10)
        | X11 != tapOff
        | X12 != waterLevel(X15)
        | epred1_3(X12,X11,X10) )
      & ( ~ holdsAt(waterLevel(X16),X10)
        | X11 != overflow
        | X12 != waterLevel(X16)
        | epred1_3(X12,X11,X10) ) ),
    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)],[c_0_25])])])])])])]) ).

fof(c_0_48,plain,
    ! [X13,X13] :
      ( ( ~ less(X13,n4)
        | less_or_equal(X13,n3) )
      & ( ~ less_or_equal(X13,n3)
        | less(X13,n4) ) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less4])])])]) ).

fof(c_0_49,plain,
    ! [X14,X15,X14,X15] :
      ( ( ~ less_or_equal(X14,X15)
        | less(X14,X15)
        | X14 = X15 )
      & ( ~ less(X14,X15)
        | less_or_equal(X14,X15) )
      & ( X14 != X15
        | less_or_equal(X14,X15) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less_or_equal])])])])]) ).

cnf(c_0_50,plain,
    ( X1 != filling
    | X2 != overflow
    | ~ holdsAt(X1,plus(n1,X3))
    | ~ happens(X2,X3) ),
    inference(spm,[status(thm)],[c_0_37,c_0_38]) ).

cnf(c_0_51,plain,
    ( holdsAt(X1,plus(n1,esk4_3(X2,X3,X1)))
    | ~ startedIn(X2,X1,X3) ),
    inference(csr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_40]),c_0_38]),c_0_41]) ).

cnf(c_0_52,plain,
    ( esk4_3(X1,X2,X3) = n0
    | esk3_3(X1,X2,X3) = overflow
    | ~ startedIn(X1,X3,X2) ),
    inference(spm,[status(thm)],[c_0_42,c_0_41]) ).

cnf(c_0_53,plain,
    ( releasedAt(X1,plus(X2,n1))
    | ~ releases(X3,X1,X2)
    | ~ happens(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_43]) ).

cnf(c_0_54,plain,
    ( releases(X1,waterLevel(X2),X3)
    | X1 != tapOn ),
    inference(er,[status(thm)],[c_0_44]) ).

cnf(c_0_55,plain,
    ( startedIn(X1,X2,X3)
    | ~ epred1_3(X2,X4,X5)
    | ~ less(X5,X3)
    | ~ less(X1,X5)
    | ~ happens(X4,X5) ),
    inference(spm,[status(thm)],[c_0_45,c_0_46]) ).

cnf(c_0_56,plain,
    ( epred1_3(X1,X2,X3)
    | X1 != filling
    | X2 != tapOn ),
    inference(split_conjunct,[status(thm)],[c_0_47]) ).

cnf(c_0_57,plain,
    ( less(X1,n4)
    | ~ less_or_equal(X1,n3) ),
    inference(split_conjunct,[status(thm)],[c_0_48]) ).

cnf(c_0_58,plain,
    ( less_or_equal(X1,X2)
    | ~ less(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_49]) ).

fof(c_0_59,plain,
    ! [X13,X13] :
      ( ( ~ less(X13,n2)
        | less_or_equal(X13,n1) )
      & ( ~ less_or_equal(X13,n1)
        | less(X13,n2) ) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less2])])])]) ).

fof(c_0_60,plain,
    ! [X13,X13] :
      ( ( ~ less(X13,n3)
        | less_or_equal(X13,n2) )
      & ( ~ less_or_equal(X13,n2)
        | less(X13,n3) ) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less3])])])]) ).

cnf(c_0_61,plain,
    ( less_or_equal(X1,X2)
    | X1 != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_49]) ).

cnf(c_0_62,plain,
    ( X1 != filling
    | X2 != overflow
    | ~ startedIn(X3,X1,X4)
    | ~ happens(X2,esk4_3(X3,X4,X1)) ),
    inference(spm,[status(thm)],[c_0_50,c_0_51]) ).

cnf(c_0_63,plain,
    ( esk4_3(X1,X2,X3) = n0
    | happens(overflow,esk4_3(X1,X2,X3))
    | ~ startedIn(X1,X3,X2) ),
    inference(spm,[status(thm)],[c_0_41,c_0_52]) ).

fof(c_0_64,plain,
    ! [X13] : ~ less(X13,n0),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less0])]) ).

cnf(c_0_65,plain,
    ( releasedAt(waterLevel(X1),plus(X2,n1))
    | X3 != tapOn
    | ~ happens(X3,X2) ),
    inference(spm,[status(thm)],[c_0_53,c_0_54]) ).

cnf(c_0_66,plain,
    ( happens(X1,X2)
    | X2 != n0
    | X1 != tapOn ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_67,plain,
    ( startedIn(X1,X2,X3)
    | X4 != tapOn
    | X2 != filling
    | ~ less(X5,X3)
    | ~ less(X1,X5)
    | ~ happens(X4,X5) ),
    inference(spm,[status(thm)],[c_0_55,c_0_56]) ).

cnf(c_0_68,plain,
    ( less(X1,n4)
    | ~ less(X1,n3) ),
    inference(spm,[status(thm)],[c_0_57,c_0_58]) ).

cnf(c_0_69,plain,
    ( less(X1,n2)
    | ~ less_or_equal(X1,n1) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_70,plain,
    ( less(X1,n3)
    | ~ less_or_equal(X1,n2) ),
    inference(split_conjunct,[status(thm)],[c_0_60]) ).

cnf(c_0_71,plain,
    less_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_61]) ).

cnf(c_0_72,plain,
    ( less(X1,esk4_3(X1,X3,X2))
    | ~ startedIn(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_33]) ).

cnf(c_0_73,plain,
    ( esk4_3(X1,X2,X3) = n0
    | X3 != filling
    | ~ startedIn(X1,X3,X2) ),
    inference(spm,[status(thm)],[c_0_62,c_0_63]) ).

cnf(c_0_74,plain,
    ~ less(X1,n0),
    inference(split_conjunct,[status(thm)],[c_0_64]) ).

fof(c_0_75,plain,
    ! [X13,X13] :
      ( ( ~ less(X13,n1)
        | less_or_equal(X13,n0) )
      & ( ~ less_or_equal(X13,n0)
        | less(X13,n1) ) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less1])])])]) ).

cnf(c_0_76,plain,
    ( releasedAt(waterLevel(X1),plus(X2,n1))
    | X3 != tapOn
    | X2 != n0 ),
    inference(spm,[status(thm)],[c_0_65,c_0_66]) ).

cnf(c_0_77,plain,
    ( startedIn(X1,X2,n4)
    | X3 != tapOn
    | X2 != filling
    | ~ less(X4,n3)
    | ~ less(X1,X4)
    | ~ happens(X3,X4) ),
    inference(spm,[status(thm)],[c_0_67,c_0_68]) ).

cnf(c_0_78,plain,
    ( less(X1,n2)
    | ~ less(X1,n1) ),
    inference(spm,[status(thm)],[c_0_69,c_0_58]) ).

cnf(c_0_79,plain,
    less(n2,n3),
    inference(spm,[status(thm)],[c_0_70,c_0_71]) ).

cnf(c_0_80,plain,
    ( X1 != filling
    | ~ startedIn(X2,X1,X3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_73]),c_0_74]) ).

cnf(c_0_81,plain,
    ( less(X1,n1)
    | ~ less_or_equal(X1,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_75]) ).

cnf(c_0_82,plain,
    ( releasedAt(waterLevel(X1),plus(X2,n1))
    | X2 != n0 ),
    inference(er,[status(thm)],[c_0_76]) ).

cnf(c_0_83,plain,
    plus(n0,n1) = n1,
    inference(split_conjunct,[status(thm)],[plus0_1]) ).

fof(c_0_84,plain,
    ! [X6,X7] :
      ( ( happens(esk8_2(X6,X7),X7)
        | releasedAt(X6,X7)
        | ~ releasedAt(X6,plus(X7,n1)) )
      & ( releases(esk8_2(X6,X7),X6,X7)
        | releasedAt(X6,X7)
        | ~ releasedAt(X6,plus(X7,n1)) ) ),
    inference(distribute,[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)],[inference(fof_simplification,[status(thm)],[keep_not_released])])])])])])]) ).

cnf(c_0_85,plain,
    ( X1 != tapOn
    | X2 != filling
    | ~ less(X3,n1)
    | ~ happens(X1,n2) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_77,c_0_78]),c_0_79])]),c_0_80]) ).

cnf(c_0_86,plain,
    less(n0,n1),
    inference(spm,[status(thm)],[c_0_81,c_0_71]) ).

cnf(c_0_87,plain,
    ( releasedAt(waterLevel(X1),plus(n1,X2))
    | X2 != n0 ),
    inference(spm,[status(thm)],[c_0_82,c_0_38]) ).

cnf(c_0_88,plain,
    plus(n1,n0) = n1,
    inference(rw,[status(thm)],[c_0_83,c_0_38]) ).

cnf(c_0_89,plain,
    ( X2 = waterLevel(esk9_2(X1,X2))
    | ~ releases(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_35]) ).

cnf(c_0_90,plain,
    ( releasedAt(X1,X2)
    | releases(esk8_2(X1,X2),X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_84]) ).

cnf(c_0_91,plain,
    ( X1 != tapOn
    | X2 != filling
    | ~ happens(X1,n2) ),
    inference(spm,[status(thm)],[c_0_85,c_0_86]) ).

cnf(c_0_92,plain,
    ( releasedAt(X1,X2)
    | happens(esk8_2(X1,X2),X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_84]) ).

cnf(c_0_93,plain,
    plus(n1,n2) = n3,
    inference(split_conjunct,[status(thm)],[plus1_2]) ).

cnf(c_0_94,plain,
    ( X1 = tapOn
    | ~ releases(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_35]) ).

fof(c_0_95,negated_conjecture,
    ~ ~ holdsAt(filling,n4),
    inference(assume_negation,[status(cth)],[not_filling_4]) ).

fof(c_0_96,plain,
    ! [X13] : filling != waterLevel(X13),
    inference(variable_rename,[status(thm)],[filling_not_waterLevel]) ).

cnf(c_0_97,plain,
    releasedAt(waterLevel(X1),n1),
    inference(spm,[status(thm)],[c_0_87,c_0_88]) ).

cnf(c_0_98,plain,
    ( waterLevel(esk9_2(esk8_2(X1,X2),X1)) = X1
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_89,c_0_90]) ).

cnf(c_0_99,plain,
    ( releasedAt(X1,n2)
    | esk8_2(X1,n2) != tapOn
    | X2 != filling
    | ~ releasedAt(X1,n3) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_91,c_0_92]),c_0_38]),c_0_93]) ).

cnf(c_0_100,plain,
    ( esk8_2(X1,X2) = tapOn
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_94,c_0_90]) ).

cnf(c_0_101,plain,
    plus(n1,n3) = n4,
    inference(split_conjunct,[status(thm)],[plus1_3]) ).

fof(c_0_102,negated_conjecture,
    holdsAt(filling,n4),
    inference(fof_simplification,[status(thm)],[c_0_95]) ).

cnf(c_0_103,plain,
    filling != waterLevel(X1),
    inference(split_conjunct,[status(thm)],[c_0_96]) ).

cnf(c_0_104,plain,
    ( releasedAt(X1,n1)
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_97,c_0_98]) ).

cnf(c_0_105,plain,
    plus(n1,n1) = n2,
    inference(split_conjunct,[status(thm)],[plus1_1]) ).

cnf(c_0_106,plain,
    ( releasedAt(X1,n2)
    | X2 != filling
    | ~ releasedAt(X1,n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_99,c_0_100]),c_0_38]),c_0_93])]) ).

cnf(c_0_107,plain,
    ( X1 != filling
    | X2 != overflow
    | ~ holdsAt(X1,n4)
    | ~ happens(X2,n3) ),
    inference(spm,[status(thm)],[c_0_50,c_0_101]) ).

cnf(c_0_108,negated_conjecture,
    holdsAt(filling,n4),
    inference(split_conjunct,[status(thm)],[c_0_102]) ).

fof(c_0_109,plain,
    ! [X6,X7] :
      ( ( happens(esk6_2(X6,X7),X7)
        | holdsAt(X6,X7)
        | releasedAt(X6,plus(X7,n1))
        | ~ holdsAt(X6,plus(X7,n1)) )
      & ( initiates(esk6_2(X6,X7),X6,X7)
        | holdsAt(X6,X7)
        | releasedAt(X6,plus(X7,n1))
        | ~ holdsAt(X6,plus(X7,n1)) ) ),
    inference(distribute,[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)],[inference(fof_simplification,[status(thm)],[keep_not_holding])])])])])])]) ).

cnf(c_0_110,plain,
    ( releasedAt(X1,X2)
    | X1 != filling
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_103,c_0_98]) ).

cnf(c_0_111,plain,
    ( releasedAt(X1,n1)
    | ~ releasedAt(X1,n2) ),
    inference(spm,[status(thm)],[c_0_104,c_0_105]) ).

cnf(c_0_112,plain,
    ( releasedAt(X1,n2)
    | ~ releasedAt(X1,n3) ),
    inference(er,[status(thm)],[c_0_106]) ).

cnf(c_0_113,negated_conjecture,
    ( X1 != overflow
    | ~ happens(X1,n3) ),
    inference(spm,[status(thm)],[c_0_107,c_0_108]) ).

cnf(c_0_114,plain,
    ( releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2)
    | happens(esk6_2(X1,X2),X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_109]) ).

fof(c_0_115,hypothesis,
    ~ releasedAt(filling,n0),
    inference(fof_simplification,[status(thm)],[not_released_filling_0]) ).

cnf(c_0_116,plain,
    ( releasedAt(X1,X2)
    | X1 != filling
    | ~ releasedAt(X1,plus(n1,X2)) ),
    inference(spm,[status(thm)],[c_0_110,c_0_38]) ).

cnf(c_0_117,plain,
    ( releasedAt(X1,n1)
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(n1,X2)) ),
    inference(spm,[status(thm)],[c_0_104,c_0_38]) ).

cnf(c_0_118,plain,
    ( releasedAt(X1,n1)
    | ~ releasedAt(X1,n3) ),
    inference(spm,[status(thm)],[c_0_111,c_0_112]) ).

cnf(c_0_119,negated_conjecture,
    ( releasedAt(X1,n4)
    | holdsAt(X1,n3)
    | esk6_2(X1,n3) != overflow
    | ~ holdsAt(X1,n4) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_113,c_0_114]),c_0_38]),c_0_101]),c_0_38]),c_0_101]) ).

cnf(c_0_120,plain,
    ( esk6_2(X1,X2) = overflow
    | X2 = n0
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_42,c_0_114]) ).

cnf(c_0_121,hypothesis,
    ~ releasedAt(filling,n0),
    inference(split_conjunct,[status(thm)],[c_0_115]) ).

cnf(c_0_122,plain,
    ( releasedAt(X1,n0)
    | X1 != filling
    | ~ releasedAt(X1,n1) ),
    inference(spm,[status(thm)],[c_0_116,c_0_88]) ).

cnf(c_0_123,plain,
    ( releasedAt(X1,n1)
    | ~ releasedAt(X1,n4) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_117,c_0_101]),c_0_118]) ).

cnf(c_0_124,negated_conjecture,
    ( n3 = n0
    | releasedAt(X1,n4)
    | holdsAt(X1,n3)
    | ~ holdsAt(X1,n4) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_119,c_0_120]),c_0_38]),c_0_101]),c_0_38]),c_0_101])]) ).

cnf(c_0_125,plain,
    ( happens(X1,X2)
    | X1 != overflow
    | ~ holdsAt(filling,X2)
    | ~ holdsAt(waterLevel(n3),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_126,lemma,
    holdsAt(waterLevel(n3),n3),
    inference(split_conjunct,[status(thm)],[waterLevel_3]) ).

cnf(c_0_127,hypothesis,
    ~ releasedAt(filling,n1),
    inference(spm,[status(thm)],[c_0_121,c_0_122]) ).

cnf(c_0_128,negated_conjecture,
    ( n3 = n0
    | releasedAt(X1,n1)
    | holdsAt(X1,n3)
    | ~ holdsAt(X1,n4) ),
    inference(spm,[status(thm)],[c_0_123,c_0_124]) ).

cnf(c_0_129,negated_conjecture,
    ( X1 != overflow
    | ~ holdsAt(filling,n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_113,c_0_125]),c_0_126])]) ).

cnf(c_0_130,hypothesis,
    ( n3 = n0
    | holdsAt(filling,n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_127,c_0_128]),c_0_108])]) ).

cnf(c_0_131,plain,
    ( less(X1,n3)
    | ~ less(X1,n2) ),
    inference(spm,[status(thm)],[c_0_70,c_0_58]) ).

cnf(c_0_132,plain,
    less(n1,n2),
    inference(spm,[status(thm)],[c_0_69,c_0_71]) ).

cnf(c_0_133,negated_conjecture,
    ( n3 = n0
    | X1 != overflow ),
    inference(spm,[status(thm)],[c_0_129,c_0_130]) ).

cnf(c_0_134,plain,
    less(n1,n3),
    inference(spm,[status(thm)],[c_0_131,c_0_132]) ).

cnf(c_0_135,negated_conjecture,
    n3 = n0,
    inference(er,[status(thm)],[c_0_133]) ).

cnf(c_0_136,plain,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[c_0_134,c_0_135]),c_0_74]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.13  % Problem  : CSR002+2 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.09/0.14  % Command  : run_ET %s %d
% 0.14/0.36  % Computer : n022.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Sat Jun 11 17:33:04 EDT 2022
% 0.14/0.36  % CPUTime  : 
% 0.32/13.51  # Running protocol protocol_eprover_63dc1b1eb7d762c2f3686774d32795976f981b97 for 23 seconds:
% 0.32/13.51  # Preprocessing time       : 0.021 s
% 0.32/13.51  
% 0.32/13.51  # Proof found!
% 0.32/13.51  # SZS status Theorem
% 0.32/13.51  # SZS output start CNFRefutation
% See solution above
% 0.32/13.52  # Proof object total steps             : 137
% 0.32/13.52  # Proof object clause steps            : 88
% 0.32/13.52  # Proof object formula steps           : 49
% 0.32/13.52  # Proof object conjectures             : 11
% 0.32/13.52  # Proof object clause conjectures      : 8
% 0.32/13.52  # Proof object formula conjectures     : 3
% 0.32/13.52  # Proof object initial clauses used    : 35
% 0.32/13.52  # Proof object initial formulas used   : 25
% 0.32/13.52  # Proof object generating inferences   : 50
% 0.32/13.52  # Proof object simplifying inferences  : 29
% 0.32/13.52  # Training examples: 0 positive, 0 negative
% 0.32/13.52  # Parsed axioms                        : 56
% 0.32/13.52  # Removed by relevancy pruning/SinE    : 0
% 0.32/13.52  # Initial clauses                      : 138
% 0.32/13.52  # Removed in clause preprocessing      : 1
% 0.32/13.52  # Initial clauses in saturation        : 137
% 0.32/13.52  # Processed clauses                    : 8651
% 0.32/13.52  # ...of these trivial                  : 44
% 0.32/13.52  # ...subsumed                          : 5677
% 0.32/13.52  # ...remaining for further processing  : 2930
% 0.32/13.52  # Other redundant clauses eliminated   : 541
% 0.32/13.52  # Clauses deleted for lack of memory   : 0
% 0.32/13.52  # Backward-subsumed                    : 520
% 0.32/13.52  # Backward-rewritten                   : 642
% 0.32/13.52  # Generated clauses                    : 62026
% 0.32/13.52  # ...of the previous two non-trivial   : 57450
% 0.32/13.52  # Contextual simplify-reflections      : 7921
% 0.32/13.52  # Paramodulations                      : 61226
% 0.32/13.52  # Factorizations                       : 11
% 0.32/13.52  # Equation resolutions                 : 789
% 0.32/13.52  # Current number of processed clauses  : 1766
% 0.32/13.52  #    Positive orientable unit clauses  : 19
% 0.32/13.52  #    Positive unorientable unit clauses: 1
% 0.32/13.52  #    Negative unit clauses             : 108
% 0.32/13.52  #    Non-unit-clauses                  : 1638
% 0.32/13.52  # Current number of unprocessed clauses: 27181
% 0.32/13.52  # ...number of literals in the above   : 320691
% 0.32/13.52  # Current number of archived formulas  : 0
% 0.32/13.52  # Current number of archived clauses   : 1162
% 0.32/13.52  # Clause-clause subsumption calls (NU) : 3540228
% 0.32/13.52  # Rec. Clause-clause subsumption calls : 173276
% 0.32/13.52  # Non-unit clause-clause subsumptions  : 11444
% 0.32/13.52  # Unit Clause-clause subsumption calls : 40136
% 0.32/13.52  # Rewrite failures with RHS unbound    : 0
% 0.32/13.52  # BW rewrite match attempts            : 34
% 0.32/13.52  # BW rewrite match successes           : 24
% 0.32/13.52  # Condensation attempts                : 0
% 0.32/13.52  # Condensation successes               : 0
% 0.32/13.52  # Termbank termtop insertions          : 2393301
% 0.32/13.52  
% 0.32/13.52  # -------------------------------------------------
% 0.32/13.52  # User time                : 12.632 s
% 0.32/13.52  # System time              : 0.045 s
% 0.32/13.52  # Total time               : 12.677 s
% 0.32/13.52  # Maximum resident set size: 53128 pages
% 0.32/23.43  eprover: CPU time limit exceeded, terminating
% 0.32/23.44  eprover: CPU time limit exceeded, terminating
% 0.32/23.44  eprover: CPU time limit exceeded, terminating
% 0.32/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.45  eprover: No such file or directory
% 0.32/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.45  eprover: No such file or directory
% 0.32/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.45  eprover: No such file or directory
% 0.32/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.32/23.45  eprover: No such file or directory
% 0.32/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.46  eprover: No such file or directory
% 0.32/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.46  eprover: No such file or directory
% 0.32/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.32/23.46  eprover: No such file or directory
% 0.32/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.46  eprover: No such file or directory
% 0.32/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.32/23.46  eprover: No such file or directory
% 0.32/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.47  eprover: No such file or directory
% 0.32/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.47  eprover: No such file or directory
% 0.32/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.47  eprover: No such file or directory
% 0.32/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.32/23.47  eprover: No such file or directory
% 0.32/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.47  eprover: No such file or directory
% 0.32/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.47  eprover: No such file or directory
% 0.32/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.48  eprover: No such file or directory
% 0.32/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.32/23.48  eprover: No such file or directory
% 0.32/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.48  eprover: No such file or directory
% 0.32/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.48  eprover: No such file or directory
% 0.32/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.32/23.48  eprover: No such file or directory
% 0.32/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.48  eprover: No such file or directory
% 0.32/23.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.49  eprover: No such file or directory
% 0.32/23.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.32/23.49  eprover: No such file or directory
% 0.32/23.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.49  eprover: No such file or directory
% 0.32/23.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.49  eprover: No such file or directory
% 0.32/23.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.49  eprover: No such file or directory
% 0.32/23.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.32/23.49  eprover: No such file or directory
% 0.32/23.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.50  eprover: No such file or directory
% 0.32/23.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.50  eprover: No such file or directory
% 0.32/23.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.32/23.50  eprover: No such file or directory
% 0.32/23.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.32/23.50  eprover: No such file or directory
% 0.32/23.51  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.32/23.51  eprover: No such file or directory
% 0.32/23.51  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.32/23.51  eprover: No such file or directory
%------------------------------------------------------------------------------