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

View Problem - Process Solution

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

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

% Result   : Theorem 0.36s 21.54s
% Output   : CNFRefutation 0.36s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   45
%            Number of leaves      :   41
% Syntax   : Number of formulae    :  383 (  71 unt;   0 def)
%            Number of atoms       : 1459 ( 576 equ)
%            Maximal formula atoms :  194 (   3 avg)
%            Number of connectives : 1758 ( 682   ~; 944   |; 109   &)
%                                         (  14 <=>;   9  =>;   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    :   21 (  21 usr;  10 con; 0-3 aty)
%            Number of variables   :  737 ( 105 sgn 146   !;  12   ?)

% 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(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(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(less1,axiom,
    ! [X12] :
      ( less(X12,n1)
    <=> less_or_equal(X12,n0) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',less1) ).

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(keep_released,axiom,
    ! [X2,X5] :
      ( ( releasedAt(X2,X5)
        & ~ ? [X4] :
              ( happens(X4,X5)
              & ( initiates(X4,X2,X5)
                | terminates(X4,X2,X5) ) ) )
     => releasedAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+0.ax',keep_released) ).

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

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

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

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

fof(tapOff_not_overflow,axiom,
    tapOff != overflow,
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+1.ax',tapOff_not_overflow) ).

fof(tapOff_not_tapOn,axiom,
    tapOff != tapOn,
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+1.ax',tapOff_not_tapOn) ).

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

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

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

fof(waterLevel_4,conjecture,
    holdsAt(waterLevel(n3),n4),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',waterLevel_4) ).

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(overflow_not_tapOn,axiom,
    overflow != tapOn,
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+1.ax',overflow_not_tapOn) ).

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

fof(same_waterLevel,axiom,
    ! [X5,X10,X11] :
      ( ( holdsAt(waterLevel(X10),X5)
        & holdsAt(waterLevel(X11),X5) )
     => X10 = X11 ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+1.ax',same_waterLevel) ).

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

fof(waterLevel_0,hypothesis,
    holdsAt(waterLevel(n0),n0),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',waterLevel_0) ).

fof(not_released_waterLevel_0,hypothesis,
    ! [X9] : ~ releasedAt(waterLevel(X9),n0),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',not_released_waterLevel_0) ).

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

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(less_property,axiom,
    ! [X12,X13] :
      ( less(X12,X13)
    <=> ( ~ less(X13,X12)
        & X13 != X12 ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',less_property) ).

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

fof(not_spilling_0,hypothesis,
    ~ holdsAt(spilling,n0),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p',not_spilling_0) ).

fof(filling_not_spilling,axiom,
    filling != spilling,
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+1.ax',filling_not_spilling) ).

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

fof(c_0_40,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_41,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_42,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_43,axiom,
    ! [X4,X2,X5] :
      ( initiates(X4,X2,X5)
    <=> epred1_3(X2,X4,X5) ),
    inference(apply_def,[status(thm)],[initiates_all_defn,c_0_40]) ).

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

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

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

fof(c_0_47,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_48,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_49,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_50,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_43])])])]) ).

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

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

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

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

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

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

cnf(c_0_57,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_48]) ).

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

fof(c_0_59,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_40])])])])])])]) ).

fof(c_0_60,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_61,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_62,plain,
    ( X1 != filling
    | X2 != overflow
    | ~ holdsAt(X1,plus(n1,X3))
    | ~ happens(X2,X3) ),
    inference(spm,[status(thm)],[c_0_51,c_0_52]) ).

cnf(c_0_63,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_53,c_0_54]),c_0_52]),c_0_55]) ).

cnf(c_0_64,plain,
    ( esk4_3(X1,X2,X3) = n0
    | esk3_3(X1,X2,X3) = overflow
    | ~ startedIn(X1,X3,X2) ),
    inference(spm,[status(thm)],[c_0_56,c_0_55]) ).

cnf(c_0_65,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_57,c_0_58]) ).

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

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

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

fof(c_0_69,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_70,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_71,plain,
    ( less_or_equal(X1,X2)
    | X1 != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_61]) ).

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

cnf(c_0_73,plain,
    ( esk4_3(X1,X2,X3) = n0
    | happens(overflow,esk4_3(X1,X2,X3))
    | ~ startedIn(X1,X3,X2) ),
    inference(spm,[status(thm)],[c_0_55,c_0_64]) ).

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

fof(c_0_75,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])])])])])])]) ).

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

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

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

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

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

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

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

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

fof(c_0_84,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])])])]) ).

fof(c_0_85,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_86,plain,
    ( releases(X1,X2,X3)
    | X2 != waterLevel(X4)
    | X1 != tapOn ),
    inference(split_conjunct,[status(thm)],[c_0_75]) ).

cnf(c_0_87,plain,
    ( holdsAt(X1,plus(X2,n1))
    | ~ epred1_3(X1,X3,X2)
    | ~ happens(X3,X2) ),
    inference(spm,[status(thm)],[c_0_53,c_0_58]) ).

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

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

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

cnf(c_0_91,plain,
    ( X1 != filling
    | ~ startedIn(X2,X1,X3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_81,c_0_82]),c_0_83]) ).

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

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

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

cnf(c_0_95,plain,
    ( holdsAt(X1,plus(X2,n1))
    | X3 != tapOn
    | X1 != filling
    | ~ happens(X3,X2) ),
    inference(spm,[status(thm)],[c_0_87,c_0_66]) ).

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

fof(c_0_97,plain,
    ! [X6,X7] :
      ( ( happens(esk7_2(X6,X7),X7)
        | ~ releasedAt(X6,X7)
        | releasedAt(X6,plus(X7,n1)) )
      & ( initiates(esk7_2(X6,X7),X6,X7)
        | terminates(esk7_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)],[keep_released])])])])])]) ).

cnf(c_0_98,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_88,c_0_89]),c_0_90])]),c_0_91]) ).

cnf(c_0_99,plain,
    less(n0,n1),
    inference(spm,[status(thm)],[c_0_92,c_0_80]) ).

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

cnf(c_0_101,plain,
    ( X2 = tapOn
    | X2 = overflow
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_102,plain,
    ( terminates(X1,X2,X3)
    | X2 != filling
    | X1 != tapOff ),
    inference(split_conjunct,[status(thm)],[c_0_42]) ).

cnf(c_0_103,plain,
    ( holdsAt(X1,plus(X2,n1))
    | X3 != tapOn
    | X1 != filling
    | X2 != n0 ),
    inference(spm,[status(thm)],[c_0_95,c_0_96]) ).

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

cnf(c_0_105,plain,
    ( X1 != tapOn
    | X2 != filling
    | ~ happens(X1,n2) ),
    inference(spm,[status(thm)],[c_0_98,c_0_99]) ).

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

cnf(c_0_107,plain,
    ( X1 = tapOn
    | X1 = overflow
    | ~ happens(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_49]) ).

fof(c_0_108,plain,
    ! [X6,X7,X8] :
      ( ( ~ initiates(X6,X8,X7)
        | ~ happens(X6,X7)
        | ~ releasedAt(X8,plus(X7,n1)) )
      & ( ~ terminates(X6,X8,X7)
        | ~ happens(X6,X7)
        | ~ releasedAt(X8,plus(X7,n1)) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[happens_not_released])])])]) ).

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

cnf(c_0_110,plain,
    ( epred1_3(X1,X2,X3)
    | X1 != waterLevel(X4)
    | X2 != overflow
    | ~ holdsAt(waterLevel(X4),X3) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_111,plain,
    ( X2 = tapOn
    | X2 = overflow
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(cn,[status(thm)],[c_0_101]) ).

cnf(c_0_112,plain,
    ( epred1_3(X1,X2,X3)
    | X1 != waterLevel(X4)
    | X2 != tapOff
    | ~ holdsAt(waterLevel(X4),X3) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

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

cnf(c_0_114,plain,
    ( X1 != filling
    | X2 != tapOff
    | ~ holdsAt(X1,plus(X3,n1))
    | ~ happens(X2,X3) ),
    inference(spm,[status(thm)],[c_0_44,c_0_102]) ).

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

cnf(c_0_116,plain,
    ( holdsAt(X1,plus(X2,n1))
    | X1 != filling
    | X2 != n0 ),
    inference(er,[status(thm)],[c_0_103]) ).

cnf(c_0_117,plain,
    ( esk7_2(X1,X2) = overflow
    | X2 = n0
    | releasedAt(X1,plus(X2,n1))
    | ~ releasedAt(X1,X2) ),
    inference(spm,[status(thm)],[c_0_56,c_0_104]) ).

cnf(c_0_118,plain,
    ( releasedAt(X1,n3)
    | esk7_2(X1,n2) != tapOn
    | X2 != filling
    | ~ releasedAt(X1,n2) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_105,c_0_104]),c_0_52]),c_0_106]) ).

cnf(c_0_119,plain,
    ( esk7_2(X1,X2) = tapOn
    | esk7_2(X1,X2) = overflow
    | releasedAt(X1,plus(X2,n1))
    | ~ releasedAt(X1,X2) ),
    inference(spm,[status(thm)],[c_0_107,c_0_104]) ).

cnf(c_0_120,plain,
    ( ~ releasedAt(X1,plus(X2,n1))
    | ~ happens(X3,X2)
    | ~ initiates(X3,X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_108]) ).

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

cnf(c_0_122,plain,
    ( X1 = tapOn
    | X1 = overflow
    | epred1_3(X2,X3,X4)
    | X3 != overflow
    | ~ epred1_3(X2,X1,X5)
    | ~ holdsAt(X2,X4) ),
    inference(er,[status(thm)],[inference(spm,[status(thm)],[c_0_110,c_0_111])]) ).

cnf(c_0_123,lemma,
    ( epred1_3(X1,X2,n3)
    | X1 != waterLevel(n3)
    | X2 != tapOff ),
    inference(spm,[status(thm)],[c_0_112,c_0_113]) ).

cnf(c_0_124,plain,
    ( X1 != filling
    | X2 != tapOff
    | ~ holdsAt(X1,plus(n1,X3))
    | ~ happens(X2,X3) ),
    inference(spm,[status(thm)],[c_0_114,c_0_52]) ).

cnf(c_0_125,plain,
    plus(n1,n0) = n1,
    inference(rw,[status(thm)],[c_0_115,c_0_52]) ).

cnf(c_0_126,plain,
    ( holdsAt(X1,plus(n1,X2))
    | X1 != filling
    | X2 != n0 ),
    inference(spm,[status(thm)],[c_0_116,c_0_52]) ).

cnf(c_0_127,plain,
    ( X1 = n0
    | releasedAt(X2,plus(X1,n1))
    | happens(overflow,X1)
    | ~ releasedAt(X2,X1) ),
    inference(spm,[status(thm)],[c_0_104,c_0_117]) ).

cnf(c_0_128,plain,
    ( esk7_2(X1,n2) = overflow
    | releasedAt(X1,n3)
    | X2 != filling
    | ~ releasedAt(X1,n2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_118,c_0_119]),c_0_52]),c_0_106])]) ).

cnf(c_0_129,plain,
    ( X1 != n0
    | ~ initiates(X2,waterLevel(X3),X1)
    | ~ happens(X2,X1) ),
    inference(spm,[status(thm)],[c_0_120,c_0_121]) ).

cnf(c_0_130,lemma,
    ( X1 = overflow
    | X1 = tapOn
    | epred1_3(X2,X3,X4)
    | X2 != waterLevel(n3)
    | X3 != overflow
    | X1 != tapOff
    | ~ holdsAt(X2,X4) ),
    inference(spm,[status(thm)],[c_0_122,c_0_123]) ).

cnf(c_0_131,plain,
    tapOff != overflow,
    inference(split_conjunct,[status(thm)],[tapOff_not_overflow]) ).

cnf(c_0_132,plain,
    tapOff != tapOn,
    inference(split_conjunct,[status(thm)],[tapOff_not_tapOn]) ).

cnf(c_0_133,plain,
    ( X1 != filling
    | X2 != tapOff
    | ~ holdsAt(X1,n1)
    | ~ happens(X2,n0) ),
    inference(spm,[status(thm)],[c_0_124,c_0_125]) ).

cnf(c_0_134,plain,
    ( holdsAt(X1,n1)
    | X1 != filling ),
    inference(spm,[status(thm)],[c_0_126,c_0_125]) ).

cnf(c_0_135,plain,
    ( X1 = n0
    | happens(overflow,X1)
    | ~ releasedAt(X2,X1)
    | ~ initiates(X3,X2,X1)
    | ~ happens(X3,X1) ),
    inference(spm,[status(thm)],[c_0_120,c_0_127]) ).

cnf(c_0_136,plain,
    ( esk7_2(X1,n2) = overflow
    | releasedAt(X1,n3)
    | ~ releasedAt(X1,n2) ),
    inference(er,[status(thm)],[c_0_128]) ).

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

cnf(c_0_138,plain,
    ( X1 != n0
    | ~ epred1_3(waterLevel(X2),X3,X1)
    | ~ happens(X3,X1) ),
    inference(spm,[status(thm)],[c_0_129,c_0_58]) ).

cnf(c_0_139,lemma,
    ( epred1_3(X1,X2,X3)
    | X1 != waterLevel(n3)
    | X2 != overflow
    | ~ holdsAt(X1,X3) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(er,[status(thm)],[c_0_130]),c_0_131]),c_0_132]) ).

cnf(c_0_140,plain,
    ( releasedAt(waterLevel(X1),plus(n1,X2))
    | X2 != n0 ),
    inference(spm,[status(thm)],[c_0_121,c_0_52]) ).

cnf(c_0_141,plain,
    ( X1 != filling
    | X2 != tapOff
    | ~ happens(X2,n0) ),
    inference(spm,[status(thm)],[c_0_133,c_0_134]) ).

cnf(c_0_142,plain,
    ( X1 = n0
    | happens(overflow,X1)
    | ~ epred1_3(X2,X3,X1)
    | ~ releasedAt(X2,X1)
    | ~ happens(X3,X1) ),
    inference(spm,[status(thm)],[c_0_135,c_0_58]) ).

cnf(c_0_143,lemma,
    ( epred1_3(X1,X2,n3)
    | X1 != waterLevel(n3)
    | X2 != overflow ),
    inference(spm,[status(thm)],[c_0_110,c_0_113]) ).

cnf(c_0_144,plain,
    ( releasedAt(X1,n3)
    | happens(overflow,n2)
    | ~ releasedAt(X1,n2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_104,c_0_136]),c_0_52]),c_0_106])]) ).

cnf(c_0_145,plain,
    ( releasedAt(waterLevel(X1),n2)
    | n0 != n1 ),
    inference(spm,[status(thm)],[c_0_121,c_0_137]) ).

cnf(c_0_146,lemma,
    ( waterLevel(X1) != waterLevel(n3)
    | X2 != n0
    | X3 != overflow
    | ~ holdsAt(waterLevel(X1),X2)
    | ~ happens(X3,X2) ),
    inference(spm,[status(thm)],[c_0_138,c_0_139]) ).

fof(c_0_147,plain,
    ! [X6,X7] :
      ( ( happens(esk5_2(X6,X7),X7)
        | ~ holdsAt(X6,X7)
        | releasedAt(X6,plus(X7,n1))
        | holdsAt(X6,plus(X7,n1)) )
      & ( terminates(esk5_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_holding])])])])])])]) ).

cnf(c_0_148,plain,
    releasedAt(waterLevel(X1),n1),
    inference(spm,[status(thm)],[c_0_140,c_0_125]) ).

cnf(c_0_149,plain,
    ( X1 != filling
    | X2 != tapOff
    | X2 != tapOn ),
    inference(spm,[status(thm)],[c_0_141,c_0_96]) ).

cnf(c_0_150,lemma,
    ( n3 = n0
    | happens(overflow,n3)
    | X1 != waterLevel(n3)
    | ~ releasedAt(X1,n3)
    | ~ happens(X2,n3) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_142,c_0_143]),c_0_56]) ).

cnf(c_0_151,plain,
    ( releasedAt(waterLevel(X1),n3)
    | happens(overflow,n2)
    | n0 != n1 ),
    inference(spm,[status(thm)],[c_0_144,c_0_145]) ).

cnf(c_0_152,lemma,
    ( n3 != n0
    | X1 != overflow
    | ~ happens(X1,n3) ),
    inference(spm,[status(thm)],[c_0_146,c_0_113]) ).

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

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

cnf(c_0_155,plain,
    ( holdsAt(X1,plus(X2,n1))
    | releasedAt(X1,plus(X2,n1))
    | happens(esk5_2(X1,X2),X2)
    | ~ holdsAt(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_147]) ).

cnf(c_0_156,plain,
    ( X1 = tapOff
    | X1 = overflow
    | ~ terminates(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_42]) ).

cnf(c_0_157,plain,
    ( holdsAt(X1,plus(X2,n1))
    | releasedAt(X1,plus(X2,n1))
    | terminates(esk5_2(X1,X2),X1,X2)
    | ~ holdsAt(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_147]) ).

cnf(c_0_158,plain,
    ( X1 = tapOn
    | X1 = overflow
    | releasedAt(X2,n1)
    | ~ epred1_3(X2,X1,X3) ),
    inference(spm,[status(thm)],[c_0_148,c_0_111]) ).

cnf(c_0_159,plain,
    ( X1 != tapOff
    | X1 != tapOn ),
    inference(er,[status(thm)],[c_0_149]) ).

cnf(c_0_160,lemma,
    ( n3 = n0
    | happens(overflow,n2)
    | happens(overflow,n3)
    | waterLevel(X1) != waterLevel(n3)
    | n0 != n1
    | ~ happens(X2,n3) ),
    inference(spm,[status(thm)],[c_0_150,c_0_151]) ).

cnf(c_0_161,lemma,
    ( n3 != n0
    | X1 != overflow
    | ~ holdsAt(filling,n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_152,c_0_153]),c_0_113])]) ).

cnf(c_0_162,lemma,
    ( holdsAt(X1,n4)
    | X1 != waterLevel(n3)
    | X2 != overflow
    | ~ happens(X2,n3) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_87,c_0_143]),c_0_52]),c_0_154]) ).

cnf(c_0_163,plain,
    ( esk5_2(X1,X2) = tapOn
    | esk5_2(X1,X2) = overflow
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,plus(X2,n1))
    | ~ holdsAt(X1,X2) ),
    inference(spm,[status(thm)],[c_0_107,c_0_155]) ).

cnf(c_0_164,plain,
    ( esk5_2(X1,X2) = overflow
    | esk5_2(X1,X2) = tapOff
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,plus(X2,n1))
    | ~ holdsAt(X1,X2) ),
    inference(spm,[status(thm)],[c_0_156,c_0_157]) ).

fof(c_0_165,negated_conjecture,
    ~ holdsAt(waterLevel(n3),n4),
    inference(assume_negation,[status(cth)],[waterLevel_4]) ).

cnf(c_0_166,plain,
    ( n0 = n1
    | releasedAt(X1,n2)
    | happens(overflow,n1)
    | ~ releasedAt(X1,n1) ),
    inference(spm,[status(thm)],[c_0_127,c_0_137]) ).

cnf(c_0_167,lemma,
    ( X1 = overflow
    | releasedAt(X2,n1)
    | X2 != waterLevel(n3)
    | X1 != tapOff ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_158,c_0_123]),c_0_159]) ).

cnf(c_0_168,lemma,
    ( happens(overflow,n3)
    | happens(overflow,n2)
    | waterLevel(X1) != waterLevel(n3)
    | n0 != n1
    | X2 != overflow
    | ~ holdsAt(filling,n3) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_160,c_0_153]),c_0_113])]),c_0_161]) ).

fof(c_0_169,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_170,plain,
    less(n3,n4),
    inference(spm,[status(thm)],[c_0_67,c_0_80]) ).

cnf(c_0_171,lemma,
    ( releasedAt(X1,n4)
    | holdsAt(X1,n4)
    | holdsAt(X2,n4)
    | esk5_2(X1,n3) != overflow
    | X2 != waterLevel(n3)
    | ~ holdsAt(X1,n3) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_162,c_0_155]),c_0_52]),c_0_154]),c_0_52]),c_0_154]) ).

cnf(c_0_172,plain,
    ( esk5_2(X1,X2) = overflow
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,plus(X2,n1))
    | ~ holdsAt(X1,X2) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_163,c_0_164]),c_0_132]),c_0_131]) ).

fof(c_0_173,negated_conjecture,
    ~ holdsAt(waterLevel(n3),n4),
    inference(fof_simplification,[status(thm)],[c_0_165]) ).

cnf(c_0_174,plain,
    ( n0 = n1
    | releasedAt(X1,n3)
    | happens(overflow,n1)
    | happens(overflow,n2)
    | ~ releasedAt(X1,n1) ),
    inference(spm,[status(thm)],[c_0_144,c_0_166]) ).

cnf(c_0_175,lemma,
    ( releasedAt(X1,n1)
    | X1 != waterLevel(n3) ),
    inference(sr,[status(thm)],[inference(er,[status(thm)],[c_0_167]),c_0_131]) ).

cnf(c_0_176,lemma,
    ( happens(overflow,n2)
    | happens(overflow,n3)
    | n0 != n1
    | X1 != overflow
    | ~ holdsAt(filling,n3) ),
    inference(er,[status(thm)],[c_0_168]) ).

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

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

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

cnf(c_0_180,lemma,
    ( holdsAt(X1,n4)
    | X1 != waterLevel(n3)
    | X2 != overflow
    | ~ holdsAt(filling,n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_162,c_0_153]),c_0_113])]) ).

cnf(c_0_181,plain,
    ( holdsAt(X1,n3)
    | n2 != n0
    | X1 != filling ),
    inference(spm,[status(thm)],[c_0_126,c_0_106]) ).

cnf(c_0_182,plain,
    ( startedIn(X1,X2,n4)
    | X3 != tapOn
    | X2 != filling
    | ~ less(X1,n3)
    | ~ happens(X3,n3) ),
    inference(spm,[status(thm)],[c_0_76,c_0_170]) ).

cnf(c_0_183,lemma,
    ( releasedAt(X1,n4)
    | holdsAt(X2,n4)
    | holdsAt(X1,n4)
    | X2 != waterLevel(n3)
    | ~ holdsAt(X1,n3) ),
    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_171,c_0_172]),c_0_52]),c_0_154]),c_0_52]),c_0_154])]) ).

cnf(c_0_184,negated_conjecture,
    ~ holdsAt(waterLevel(n3),n4),
    inference(split_conjunct,[status(thm)],[c_0_173]) ).

cnf(c_0_185,plain,
    ( ~ releasedAt(X1,plus(n1,X2))
    | ~ initiates(X3,X1,X2)
    | ~ happens(X3,X2) ),
    inference(spm,[status(thm)],[c_0_120,c_0_52]) ).

cnf(c_0_186,lemma,
    ( n0 = n1
    | n3 = n0
    | happens(overflow,n2)
    | happens(overflow,n1)
    | happens(overflow,n3)
    | X1 != waterLevel(n3)
    | ~ happens(X2,n3) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_150,c_0_174]),c_0_175]) ).

cnf(c_0_187,lemma,
    ( happens(overflow,n3)
    | happens(overflow,n2)
    | n0 != n1
    | ~ holdsAt(filling,n3) ),
    inference(er,[status(thm)],[c_0_176]) ).

cnf(c_0_188,plain,
    ( less(X1,n3)
    | ~ less(X1,n2) ),
    inference(spm,[status(thm)],[c_0_79,c_0_68]) ).

cnf(c_0_189,plain,
    less(n1,n2),
    inference(spm,[status(thm)],[c_0_78,c_0_80]) ).

cnf(c_0_190,plain,
    ( esk8_2(X1,X2) = overflow
    | X2 = n0
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_56,c_0_177]) ).

cnf(c_0_191,plain,
    ( esk8_2(X1,X2) = tapOn
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_178,c_0_179]) ).

cnf(c_0_192,plain,
    overflow != tapOn,
    inference(split_conjunct,[status(thm)],[overflow_not_tapOn]) ).

cnf(c_0_193,lemma,
    ( holdsAt(X1,n4)
    | X1 != waterLevel(n3)
    | n2 != n0
    | X2 != overflow ),
    inference(spm,[status(thm)],[c_0_180,c_0_181]) ).

cnf(c_0_194,plain,
    ( releasedAt(X1,n3)
    | startedIn(X2,X3,n4)
    | esk8_2(X1,n3) != tapOn
    | X3 != filling
    | ~ releasedAt(X1,n4)
    | ~ less(X2,n3) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_182,c_0_177]),c_0_52]),c_0_154]) ).

cnf(c_0_195,lemma,
    ( releasedAt(waterLevel(n3),n4)
    | holdsAt(X1,n4)
    | X1 != waterLevel(n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_183,c_0_113]),c_0_184]) ).

cnf(c_0_196,plain,
    ( ~ releasedAt(X1,n4)
    | ~ initiates(X2,X1,n3)
    | ~ happens(X2,n3) ),
    inference(spm,[status(thm)],[c_0_185,c_0_154]) ).

cnf(c_0_197,lemma,
    ( happens(overflow,n3)
    | happens(overflow,n1)
    | happens(overflow,n2)
    | X1 != waterLevel(n3)
    | X2 != overflow
    | ~ holdsAt(filling,n3) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_186,c_0_153]),c_0_113])]),c_0_161]),c_0_187]) ).

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

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

cnf(c_0_200,plain,
    less(n1,n3),
    inference(spm,[status(thm)],[c_0_188,c_0_189]) ).

cnf(c_0_201,plain,
    ( ~ releasedAt(X1,n2)
    | ~ initiates(X2,X1,n1)
    | ~ happens(X2,n1) ),
    inference(spm,[status(thm)],[c_0_120,c_0_137]) ).

cnf(c_0_202,plain,
    ( X1 = n0
    | releasedAt(X2,X1)
    | ~ releasedAt(X2,plus(X1,n1)) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_190,c_0_191]),c_0_192]) ).

cnf(c_0_203,lemma,
    ( holdsAt(X1,n4)
    | X1 != waterLevel(n3)
    | n2 != n0 ),
    inference(er,[status(thm)],[c_0_193]) ).

cnf(c_0_204,plain,
    ( releasedAt(X1,n3)
    | startedIn(X2,X3,n4)
    | X3 != filling
    | ~ releasedAt(X1,n4)
    | ~ less(X2,n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_194,c_0_191]),c_0_52]),c_0_154])]) ).

cnf(c_0_205,lemma,
    releasedAt(waterLevel(n3),n4),
    inference(sr,[status(thm)],[inference(er,[status(thm)],[c_0_195]),c_0_184]) ).

cnf(c_0_206,plain,
    ( ~ epred1_3(X1,X2,n3)
    | ~ releasedAt(X1,n4)
    | ~ happens(X2,n3) ),
    inference(spm,[status(thm)],[c_0_196,c_0_58]) ).

cnf(c_0_207,lemma,
    ( happens(overflow,n2)
    | happens(overflow,n1)
    | happens(overflow,n3)
    | X1 != overflow
    | ~ holdsAt(filling,n3) ),
    inference(er,[status(thm)],[c_0_197]) ).

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

cnf(c_0_209,plain,
    ( waterLevel(esk9_2(esk8_2(X1,X2),X1)) = X1
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_199,c_0_179]) ).

cnf(c_0_210,plain,
    ( startedIn(n0,X1,n4)
    | X2 != tapOn
    | X1 != filling
    | ~ happens(X2,n1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_88,c_0_99]),c_0_200])]) ).

fof(c_0_211,plain,
    ! [X12,X13,X14] :
      ( ~ holdsAt(waterLevel(X13),X12)
      | ~ holdsAt(waterLevel(X14),X12)
      | X13 = X14 ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[same_waterLevel])]) ).

cnf(c_0_212,plain,
    ( ~ epred1_3(X1,X2,n1)
    | ~ releasedAt(X1,n2)
    | ~ happens(X2,n1) ),
    inference(spm,[status(thm)],[c_0_201,c_0_58]) ).

cnf(c_0_213,plain,
    ( X1 = n0
    | releasedAt(X2,X1)
    | ~ releasedAt(X2,plus(n1,X1)) ),
    inference(spm,[status(thm)],[c_0_202,c_0_52]) ).

cnf(c_0_214,negated_conjecture,
    n2 != n0,
    inference(spm,[status(thm)],[c_0_184,c_0_203]) ).

cnf(c_0_215,plain,
    ( releasedAt(waterLevel(n3),n3)
    | X1 != filling
    | ~ less(X2,n3) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_204,c_0_205]),c_0_91]) ).

cnf(c_0_216,lemma,
    ( X1 != waterLevel(n3)
    | X2 != overflow
    | ~ releasedAt(X1,n4)
    | ~ happens(X2,n3) ),
    inference(spm,[status(thm)],[c_0_206,c_0_143]) ).

cnf(c_0_217,plain,
    ( X1 = tapOn
    | holdsAt(waterLevel(n3),X2)
    | ~ happens(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_49]) ).

cnf(c_0_218,lemma,
    ( happens(overflow,n3)
    | happens(overflow,n1)
    | happens(overflow,n2)
    | ~ holdsAt(filling,n3) ),
    inference(er,[status(thm)],[c_0_207]) ).

cnf(c_0_219,plain,
    ( releasedAt(X1,X2)
    | X1 != filling
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_208,c_0_209]) ).

cnf(c_0_220,plain,
    ( startedIn(n0,X1,n4)
    | n0 != n1
    | X2 != tapOn
    | X1 != filling ),
    inference(spm,[status(thm)],[c_0_210,c_0_96]) ).

cnf(c_0_221,plain,
    ( epred1_3(X1,X2,X3)
    | releasedAt(X1,X4)
    | X2 != overflow
    | ~ releasedAt(X1,plus(X4,n1))
    | ~ holdsAt(X1,X3) ),
    inference(er,[status(thm)],[inference(spm,[status(thm)],[c_0_110,c_0_209])]) ).

cnf(c_0_222,plain,
    ( X1 = X2
    | ~ holdsAt(waterLevel(X2),X3)
    | ~ holdsAt(waterLevel(X1),X3) ),
    inference(split_conjunct,[status(thm)],[c_0_211]) ).

cnf(c_0_223,plain,
    ( X1 = filling
    | X2 = overflow
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_224,plain,
    ( X1 = filling
    | X2 = overflow
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

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

cnf(c_0_226,plain,
    ( ~ releasedAt(X1,n3)
    | ~ initiates(X2,X1,n2)
    | ~ happens(X2,n2) ),
    inference(spm,[status(thm)],[c_0_185,c_0_106]) ).

cnf(c_0_227,lemma,
    ( X1 != waterLevel(n3)
    | X2 != overflow
    | ~ releasedAt(X1,n2)
    | ~ holdsAt(X1,n1)
    | ~ happens(X2,n1) ),
    inference(spm,[status(thm)],[c_0_212,c_0_139]) ).

cnf(c_0_228,plain,
    ( releasedAt(X1,n2)
    | ~ releasedAt(X1,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_213,c_0_106]),c_0_214]) ).

cnf(c_0_229,plain,
    ( releasedAt(waterLevel(n3),n3)
    | X1 != filling ),
    inference(spm,[status(thm)],[c_0_215,c_0_90]) ).

cnf(c_0_230,lemma,
    ( X1 != overflow
    | ~ happens(X1,n3) ),
    inference(spm,[status(thm)],[c_0_216,c_0_205]) ).

cnf(c_0_231,lemma,
    ( holdsAt(waterLevel(n3),n2)
    | happens(overflow,n1)
    | happens(overflow,n3)
    | ~ holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_217,c_0_218]),c_0_192]) ).

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

cnf(c_0_233,plain,
    ( releasedAt(X1,X2)
    | X1 != filling
    | ~ releasedAt(X1,plus(n1,X2)) ),
    inference(spm,[status(thm)],[c_0_219,c_0_52]) ).

cnf(c_0_234,plain,
    ( X2 = n0
    | holdsAt(waterLevel(n3),X2)
    | ~ happens(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_49]) ).

cnf(c_0_235,plain,
    ( startedIn(n0,X1,n4)
    | n0 != n1
    | X1 != filling ),
    inference(er,[status(thm)],[c_0_220]) ).

cnf(c_0_236,plain,
    ( X2 = n0
    | holdsAt(filling,X2)
    | ~ happens(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_49]) ).

cnf(c_0_237,plain,
    ( epred1_3(waterLevel(X1),X2,X3)
    | releasedAt(waterLevel(X1),X4)
    | X2 != overflow
    | X4 != n0
    | ~ holdsAt(waterLevel(X1),X3) ),
    inference(spm,[status(thm)],[c_0_221,c_0_121]) ).

cnf(c_0_238,plain,
    ( X1 = filling
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_239,lemma,
    ( X1 = n3
    | ~ holdsAt(waterLevel(X1),n3) ),
    inference(spm,[status(thm)],[c_0_222,c_0_113]) ).

cnf(c_0_240,plain,
    ( X2 = overflow
    | X1 = filling
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(cn,[status(thm)],[c_0_223]) ).

cnf(c_0_241,plain,
    ( X2 = overflow
    | X2 = tapOff
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(cn,[status(thm)],[c_0_224]) ).

cnf(c_0_242,plain,
    ( epred1_3(X1,esk3_3(X2,X3,X1),esk4_3(X2,X3,X1))
    | ~ startedIn(X2,X1,X3) ),
    inference(spm,[status(thm)],[c_0_225,c_0_54]) ).

cnf(c_0_243,plain,
    ( ~ epred1_3(X1,X2,n2)
    | ~ releasedAt(X1,n3)
    | ~ happens(X2,n2) ),
    inference(spm,[status(thm)],[c_0_226,c_0_58]) ).

cnf(c_0_244,lemma,
    ( X1 != waterLevel(n3)
    | X2 != overflow
    | ~ releasedAt(X1,n3)
    | ~ holdsAt(X1,n1)
    | ~ happens(X2,n1) ),
    inference(spm,[status(thm)],[c_0_227,c_0_228]) ).

cnf(c_0_245,plain,
    releasedAt(waterLevel(n3),n3),
    inference(er,[status(thm)],[c_0_229]) ).

cnf(c_0_246,lemma,
    ( holdsAt(waterLevel(n3),n2)
    | happens(overflow,n1)
    | ~ holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_230,c_0_231]) ).

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

cnf(c_0_248,plain,
    ( releasedAt(X1,n0)
    | X1 != filling
    | ~ releasedAt(X1,n1) ),
    inference(spm,[status(thm)],[c_0_233,c_0_125]) ).

cnf(c_0_249,plain,
    ( X1 = n0
    | releasedAt(X2,plus(X1,n1))
    | holdsAt(X2,plus(X1,n1))
    | holdsAt(waterLevel(n3),X1)
    | ~ holdsAt(X2,X1) ),
    inference(spm,[status(thm)],[c_0_234,c_0_155]) ).

cnf(c_0_250,plain,
    ( n0 != n1
    | X1 != filling ),
    inference(spm,[status(thm)],[c_0_91,c_0_235]) ).

cnf(c_0_251,plain,
    ( X1 = n0
    | releasedAt(X2,plus(X1,n1))
    | holdsAt(X2,plus(X1,n1))
    | holdsAt(filling,X1)
    | ~ holdsAt(X2,X1) ),
    inference(spm,[status(thm)],[c_0_236,c_0_155]) ).

cnf(c_0_252,hypothesis,
    holdsAt(waterLevel(n0),n0),
    inference(split_conjunct,[status(thm)],[waterLevel_0]) ).

fof(c_0_253,hypothesis,
    ! [X10] : ~ releasedAt(waterLevel(X10),n0),
    inference(variable_rename,[status(thm)],[inference(fof_simplification,[status(thm)],[not_released_waterLevel_0])]) ).

cnf(c_0_254,lemma,
    ( epred1_3(waterLevel(n3),X1,n3)
    | releasedAt(waterLevel(n3),X2)
    | X1 != overflow
    | X2 != n0 ),
    inference(spm,[status(thm)],[c_0_237,c_0_113]) ).

cnf(c_0_255,plain,
    ( X2 = overflow
    | X1 = filling
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(cn,[status(thm)],[c_0_238]) ).

cnf(c_0_256,plain,
    ( esk10_3(X1,X2,X3) = n3
    | X2 = overflow
    | X3 = filling
    | ~ epred1_3(X3,X2,X1)
    | ~ holdsAt(X3,n3) ),
    inference(spm,[status(thm)],[c_0_239,c_0_240]) ).

cnf(c_0_257,plain,
    ( esk3_3(X1,X2,X3) = tapOn
    | esk3_3(X1,X2,X3) = overflow
    | ~ startedIn(X1,X3,X2) ),
    inference(spm,[status(thm)],[c_0_107,c_0_55]) ).

cnf(c_0_258,plain,
    ( esk3_3(X1,X2,X3) = overflow
    | esk3_3(X1,X2,X3) = tapOff
    | X3 = filling
    | ~ startedIn(X1,X3,X2) ),
    inference(spm,[status(thm)],[c_0_241,c_0_242]) ).

cnf(c_0_259,lemma,
    ( X1 != waterLevel(n3)
    | X2 != overflow
    | ~ releasedAt(X1,n3)
    | ~ holdsAt(X1,n2)
    | ~ happens(X2,n2) ),
    inference(spm,[status(thm)],[c_0_243,c_0_139]) ).

cnf(c_0_260,lemma,
    ( X1 != overflow
    | ~ holdsAt(waterLevel(n3),n1)
    | ~ happens(X1,n1) ),
    inference(spm,[status(thm)],[c_0_244,c_0_245]) ).

cnf(c_0_261,lemma,
    ( holdsAt(waterLevel(n3),n2)
    | holdsAt(waterLevel(n3),n1)
    | ~ holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_217,c_0_246]),c_0_192]) ).

cnf(c_0_262,hypothesis,
    ~ releasedAt(filling,n1),
    inference(spm,[status(thm)],[c_0_247,c_0_248]) ).

cnf(c_0_263,plain,
    ( releasedAt(X1,n1)
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(X1,n2)
    | X1 != filling ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_233,c_0_249]),c_0_137]),c_0_134]),c_0_250]) ).

cnf(c_0_264,plain,
    ( releasedAt(X1,n1)
    | holdsAt(filling,n1)
    | holdsAt(X1,n2)
    | X1 != filling ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_233,c_0_251]),c_0_137]),c_0_134]),c_0_250]) ).

cnf(c_0_265,hypothesis,
    ( epred1_3(X1,X2,n0)
    | X1 != waterLevel(n0)
    | X2 != tapOff ),
    inference(spm,[status(thm)],[c_0_112,c_0_252]) ).

cnf(c_0_266,plain,
    ( X2 = tapOn
    | X1 = spilling
    | X2 = tapOff
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_267,plain,
    ( epred1_3(X1,X2,X3)
    | X1 != spilling
    | X2 != overflow ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_268,hypothesis,
    ~ releasedAt(waterLevel(X1),n0),
    inference(split_conjunct,[status(thm)],[c_0_253]) ).

cnf(c_0_269,lemma,
    ( epred1_3(waterLevel(n3),overflow,n3)
    | releasedAt(waterLevel(n3),X1)
    | X1 != n0 ),
    inference(er,[status(thm)],[c_0_254]) ).

cnf(c_0_270,plain,
    ( X1 = overflow
    | X2 = filling
    | holdsAt(waterLevel(n3),X3)
    | ~ epred1_3(X2,X1,X3)
    | ~ holdsAt(X2,n3) ),
    inference(spm,[status(thm)],[c_0_255,c_0_256]) ).

cnf(c_0_271,plain,
    ( esk3_3(X1,X2,X3) = overflow
    | X3 = filling
    | ~ startedIn(X1,X3,X2) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_257,c_0_258]),c_0_132]),c_0_131]) ).

cnf(c_0_272,lemma,
    ( X1 != overflow
    | ~ holdsAt(waterLevel(n3),n2)
    | ~ happens(X1,n2) ),
    inference(spm,[status(thm)],[c_0_259,c_0_245]) ).

cnf(c_0_273,lemma,
    ( holdsAt(waterLevel(n3),n2)
    | ~ holdsAt(filling,n3) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_260,c_0_246]),c_0_261]) ).

cnf(c_0_274,lemma,
    ( X1 != overflow
    | ~ holdsAt(waterLevel(n3),n1)
    | ~ holdsAt(filling,n1) ),
    inference(spm,[status(thm)],[c_0_260,c_0_153]) ).

cnf(c_0_275,hypothesis,
    ( holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_262,c_0_263]) ).

cnf(c_0_276,hypothesis,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n1) ),
    inference(spm,[status(thm)],[c_0_262,c_0_264]) ).

fof(c_0_277,plain,
    ! [X13] : spilling != waterLevel(X13),
    inference(variable_rename,[status(thm)],[spilling_not_waterLevel]) ).

cnf(c_0_278,hypothesis,
    ( X1 = overflow
    | X1 = tapOn
    | epred1_3(X2,X3,X4)
    | X2 != waterLevel(n0)
    | X3 != overflow
    | X1 != tapOff
    | ~ holdsAt(X2,X4) ),
    inference(spm,[status(thm)],[c_0_122,c_0_265]) ).

cnf(c_0_279,plain,
    ( X1 = tapOn
    | X1 = tapOff
    | epred1_3(X2,X3,X4)
    | X3 != overflow
    | ~ epred1_3(X2,X1,X5)
    | ~ holdsAt(X2,X4) ),
    inference(csr,[status(thm)],[inference(er,[status(thm)],[inference(spm,[status(thm)],[c_0_110,c_0_266])]),c_0_267]) ).

cnf(c_0_280,hypothesis,
    epred1_3(waterLevel(n3),overflow,n3),
    inference(spm,[status(thm)],[c_0_268,c_0_269]) ).

cnf(c_0_281,plain,
    ( esk3_3(X1,X2,X3) = overflow
    | ~ startedIn(X1,X3,X2) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_270,c_0_242]),c_0_271]),c_0_271]),c_0_91]) ).

fof(c_0_282,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_283,lemma,
    ( happens(overflow,n1)
    | happens(overflow,n3)
    | ~ holdsAt(filling,n3) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_272,c_0_218]),c_0_273]) ).

cnf(c_0_284,lemma,
    ( holdsAt(filling,n2)
    | X1 != overflow ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_274,c_0_275]),c_0_276]) ).

cnf(c_0_285,plain,
    spilling != waterLevel(X1),
    inference(split_conjunct,[status(thm)],[c_0_277]) ).

cnf(c_0_286,hypothesis,
    ( epred1_3(X1,X2,X3)
    | X1 != waterLevel(n0)
    | X2 != overflow
    | ~ holdsAt(X1,X3) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(er,[status(thm)],[c_0_278]),c_0_131]),c_0_132]) ).

cnf(c_0_287,lemma,
    ( releasedAt(X1,n4)
    | holdsAt(X1,n4)
    | esk5_2(X1,n3) != overflow
    | ~ holdsAt(X1,n3) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_230,c_0_155]),c_0_52]),c_0_154]),c_0_52]),c_0_154]) ).

cnf(c_0_288,plain,
    ( epred1_3(waterLevel(n3),X1,X2)
    | X1 != overflow
    | ~ holdsAt(waterLevel(n3),X2) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_279,c_0_280]),c_0_192]),c_0_131]) ).

cnf(c_0_289,plain,
    ( happens(overflow,esk4_3(X1,X2,X3))
    | ~ startedIn(X1,X3,X2) ),
    inference(spm,[status(thm)],[c_0_55,c_0_281]) ).

cnf(c_0_290,plain,
    ( releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2)
    | initiates(esk6_2(X1,X2),X1,X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_282]) ).

cnf(c_0_291,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_282]) ).

fof(c_0_292,plain,
    ! [X14,X15,X14,X15] :
      ( ( ~ less(X15,X14)
        | ~ less(X14,X15) )
      & ( X15 != X14
        | ~ less(X14,X15) )
      & ( less(X15,X14)
        | X15 = X14
        | less(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)],[inference(fof_simplification,[status(thm)],[less_property])])])])])]) ).

cnf(c_0_293,lemma,
    ( happens(overflow,n1)
    | ~ holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_230,c_0_283]) ).

cnf(c_0_294,plain,
    ( X1 != filling
    | X2 != overflow
    | ~ holdsAt(X1,n2)
    | ~ happens(X2,n1) ),
    inference(spm,[status(thm)],[c_0_51,c_0_137]) ).

cnf(c_0_295,lemma,
    holdsAt(filling,n2),
    inference(er,[status(thm)],[c_0_284]) ).

cnf(c_0_296,plain,
    ( releasedAt(X1,X2)
    | X1 != spilling
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_285,c_0_209]) ).

cnf(c_0_297,hypothesis,
    ( waterLevel(X1) != waterLevel(n0)
    | X2 != n0
    | X3 != overflow
    | ~ holdsAt(waterLevel(X1),X2)
    | ~ happens(X3,X2) ),
    inference(spm,[status(thm)],[c_0_138,c_0_286]) ).

cnf(c_0_298,plain,
    ( waterLevel(esk9_2(tapOn,X1)) = X1
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_209,c_0_191]) ).

cnf(c_0_299,lemma,
    ( releasedAt(X1,n4)
    | holdsAt(X1,n4)
    | ~ holdsAt(X1,n3) ),
    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_287,c_0_172]),c_0_52]),c_0_154]),c_0_52]),c_0_154])]) ).

cnf(c_0_300,plain,
    ( X1 != n0
    | X2 != overflow
    | ~ holdsAt(waterLevel(n3),X1)
    | ~ happens(X2,X1) ),
    inference(spm,[status(thm)],[c_0_138,c_0_288]) ).

cnf(c_0_301,plain,
    ( holdsAt(waterLevel(n3),esk4_3(X1,X2,X3))
    | ~ startedIn(X1,X3,X2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_217,c_0_289]),c_0_192]) ).

cnf(c_0_302,plain,
    ( releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2)
    | startedIn(X3,X1,X4)
    | ~ holdsAt(X1,plus(X2,n1))
    | ~ less(X2,X4)
    | ~ less(X3,X2) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_290]),c_0_291]) ).

cnf(c_0_303,plain,
    ( X1 = X2
    | less(X1,X2)
    | ~ less_or_equal(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_61]) ).

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

cnf(c_0_305,plain,
    ( less(X1,X2)
    | X2 = X1
    | less(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_292]) ).

cnf(c_0_306,plain,
    ( holdsAt(X1,plus(X2,n1))
    | X3 != overflow
    | X1 != spilling
    | ~ happens(X3,X2) ),
    inference(spm,[status(thm)],[c_0_87,c_0_267]) ).

cnf(c_0_307,lemma,
    ( ~ holdsAt(waterLevel(n3),n1)
    | ~ holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_260,c_0_293]) ).

cnf(c_0_308,lemma,
    ( X1 != overflow
    | ~ happens(X1,n1) ),
    inference(spm,[status(thm)],[c_0_294,c_0_295]) ).

cnf(c_0_309,plain,
    ( X1 = overflow
    | X2 = filling
    | holdsAt(X2,X3)
    | ~ epred1_3(X2,X1,X3) ),
    inference(spm,[status(thm)],[c_0_255,c_0_240]) ).

cnf(c_0_310,plain,
    ( epred1_3(X1,esk6_2(X1,X2),X2)
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_225,c_0_290]) ).

fof(c_0_311,hypothesis,
    ~ releasedAt(spilling,n0),
    inference(fof_simplification,[status(thm)],[not_released_spilling_0]) ).

cnf(c_0_312,plain,
    ( releasedAt(X1,X2)
    | X1 != spilling
    | ~ releasedAt(X1,plus(n1,X2)) ),
    inference(spm,[status(thm)],[c_0_296,c_0_52]) ).

cnf(c_0_313,hypothesis,
    ( X1 != overflow
    | ~ happens(X1,n0) ),
    inference(spm,[status(thm)],[c_0_297,c_0_252]) ).

cnf(c_0_314,plain,
    ( waterLevel(esk9_2(tapOn,X1)) = X1
    | releasedAt(X1,n1)
    | ~ releasedAt(X1,n2) ),
    inference(spm,[status(thm)],[c_0_298,c_0_137]) ).

cnf(c_0_315,plain,
    ( releasedAt(X1,n3)
    | holdsAt(X1,n4)
    | X2 != filling
    | ~ holdsAt(X1,n3)
    | ~ less(X3,n3) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_204,c_0_299]),c_0_91]) ).

cnf(c_0_316,plain,
    ( esk4_3(X1,X2,X3) = n0
    | epred1_3(X3,overflow,esk4_3(X1,X2,X3))
    | ~ startedIn(X1,X3,X2) ),
    inference(spm,[status(thm)],[c_0_242,c_0_64]) ).

cnf(c_0_317,plain,
    ( esk4_3(X1,X2,X3) != n0
    | ~ startedIn(X1,X3,X2) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_300,c_0_289]),c_0_301]) ).

cnf(c_0_318,plain,
    ( releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2)
    | startedIn(X3,X1,n4)
    | ~ holdsAt(X1,plus(X2,n1))
    | ~ less(X2,n3)
    | ~ less(X3,X2) ),
    inference(spm,[status(thm)],[c_0_302,c_0_77]) ).

cnf(c_0_319,plain,
    ( X1 = n2
    | less(X1,n2)
    | ~ less(X1,n3) ),
    inference(spm,[status(thm)],[c_0_303,c_0_304]) ).

cnf(c_0_320,plain,
    ( n0 = X1
    | less(n0,X1) ),
    inference(spm,[status(thm)],[c_0_83,c_0_305]) ).

cnf(c_0_321,plain,
    ( releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,plus(X2,n1))
    | holdsAt(X3,plus(X2,n1))
    | X3 != spilling
    | ~ holdsAt(X1,X2) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_306,c_0_155]),c_0_172]) ).

cnf(c_0_322,lemma,
    ~ holdsAt(filling,n3),
    inference(csr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_217,c_0_293]),c_0_192]),c_0_307]) ).

cnf(c_0_323,lemma,
    ( releasedAt(X1,n2)
    | holdsAt(X1,n1)
    | esk6_2(X1,n1) != overflow
    | ~ holdsAt(X1,n2) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_308,c_0_291]),c_0_137]),c_0_137]) ).

cnf(c_0_324,plain,
    ( esk6_2(X1,X2) = overflow
    | X1 = filling
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(spm,[status(thm)],[c_0_309,c_0_310]) ).

cnf(c_0_325,hypothesis,
    ~ releasedAt(spilling,n0),
    inference(split_conjunct,[status(thm)],[c_0_311]) ).

cnf(c_0_326,plain,
    ( releasedAt(X1,n0)
    | X1 != spilling
    | ~ releasedAt(X1,n1) ),
    inference(spm,[status(thm)],[c_0_312,c_0_125]) ).

cnf(c_0_327,hypothesis,
    ( releasedAt(X1,n1)
    | holdsAt(X1,n0)
    | esk6_2(X1,n0) != overflow
    | ~ holdsAt(X1,n1) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_313,c_0_291]),c_0_52]),c_0_125]),c_0_52]),c_0_125]) ).

fof(c_0_328,hypothesis,
    ~ holdsAt(spilling,n0),
    inference(fof_simplification,[status(thm)],[not_spilling_0]) ).

cnf(c_0_329,plain,
    ( releasedAt(X1,n1)
    | ~ releasedAt(X1,n2) ),
    inference(spm,[status(thm)],[c_0_148,c_0_314]) ).

cnf(c_0_330,plain,
    ( releasedAt(X1,n3)
    | holdsAt(X1,n4)
    | X2 != filling
    | ~ holdsAt(X1,n3) ),
    inference(spm,[status(thm)],[c_0_315,c_0_90]) ).

cnf(c_0_331,plain,
    ( epred1_3(X1,X2,X3)
    | X2 != overflow
    | ~ holdsAt(X1,X3)
    | ~ startedIn(X4,X1,X5) ),
    inference(csr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_279,c_0_316]),c_0_192]),c_0_131]),c_0_317]) ).

cnf(c_0_332,plain,
    ( X1 = n2
    | releasedAt(X2,n3)
    | holdsAt(X2,n2)
    | startedIn(X1,X2,n4)
    | ~ holdsAt(X2,n3)
    | ~ less(X1,n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_318,c_0_319]),c_0_52]),c_0_106]),c_0_52]),c_0_106]),c_0_90])]) ).

cnf(c_0_333,plain,
    ( n2 = n0
    | less(n0,n3) ),
    inference(spm,[status(thm)],[c_0_188,c_0_320]) ).

cnf(c_0_334,lemma,
    ( releasedAt(filling,n3)
    | holdsAt(X1,n3)
    | X1 != spilling ),
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_321,c_0_295]),c_0_52]),c_0_106]),c_0_52]),c_0_106]),c_0_52]),c_0_106]),c_0_322]) ).

cnf(c_0_335,plain,
    ( releasedAt(X1,n2)
    | holdsAt(X1,n1)
    | ~ holdsAt(X1,n2) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_323,c_0_324]),c_0_137]),c_0_137])]),c_0_134]) ).

cnf(c_0_336,hypothesis,
    ~ releasedAt(spilling,n1),
    inference(spm,[status(thm)],[c_0_325,c_0_326]) ).

cnf(c_0_337,plain,
    ( X1 = filling
    | releasedAt(X1,n1)
    | holdsAt(X1,n0)
    | ~ holdsAt(X1,n1) ),
    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_327,c_0_324]),c_0_52]),c_0_125]),c_0_52]),c_0_125])]) ).

cnf(c_0_338,plain,
    filling != spilling,
    inference(split_conjunct,[status(thm)],[filling_not_spilling]) ).

cnf(c_0_339,hypothesis,
    ~ holdsAt(spilling,n0),
    inference(split_conjunct,[status(thm)],[c_0_328]) ).

cnf(c_0_340,plain,
    ( releasedAt(X1,n1)
    | ~ releasedAt(X1,n3) ),
    inference(spm,[status(thm)],[c_0_329,c_0_228]) ).

cnf(c_0_341,plain,
    ( releasedAt(X1,n3)
    | holdsAt(X1,n4)
    | ~ holdsAt(X1,n3) ),
    inference(er,[status(thm)],[c_0_330]) ).

fof(c_0_342,plain,
    ! [X14,X15,X14,X15] :
      ( ( waterLevel(X14) != waterLevel(X15)
        | X14 = X15 )
      & ( X14 != X15
        | waterLevel(X14) = waterLevel(X15) ) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[distinct_waterLevels])])])]) ).

cnf(c_0_343,plain,
    ( X1 = filling
    | X1 = spilling
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_344,plain,
    ( X1 = filling
    | X1 = spilling
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_345,plain,
    ( X1 = n2
    | epred1_3(X2,X3,X4)
    | releasedAt(X2,n3)
    | holdsAt(X2,n2)
    | X3 != overflow
    | ~ holdsAt(X2,n3)
    | ~ holdsAt(X2,X4)
    | ~ less(X1,n3) ),
    inference(spm,[status(thm)],[c_0_331,c_0_332]) ).

cnf(c_0_346,plain,
    less(n0,n3),
    inference(sr,[status(thm)],[c_0_333,c_0_214]) ).

cnf(c_0_347,lemma,
    ( releasedAt(filling,n3)
    | holdsAt(spilling,n3) ),
    inference(er,[status(thm)],[c_0_334]) ).

cnf(c_0_348,plain,
    ( releasedAt(X1,n1)
    | holdsAt(X1,n1)
    | ~ holdsAt(X1,n2) ),
    inference(spm,[status(thm)],[c_0_329,c_0_335]) ).

cnf(c_0_349,hypothesis,
    ~ holdsAt(spilling,n1),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_336,c_0_337]),c_0_338]),c_0_339]) ).

cnf(c_0_350,plain,
    ( releasedAt(X1,n1)
    | holdsAt(X1,n4)
    | ~ holdsAt(X1,n3) ),
    inference(spm,[status(thm)],[c_0_340,c_0_341]) ).

cnf(c_0_351,plain,
    ( X1 = X2
    | waterLevel(X1) != waterLevel(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_342]) ).

cnf(c_0_352,plain,
    ( waterLevel(esk10_3(X1,X2,X3)) = X3
    | X3 = filling
    | X3 = spilling
    | holdsAt(X3,X1)
    | ~ epred1_3(X3,X2,X1) ),
    inference(spm,[status(thm)],[c_0_343,c_0_344]) ).

cnf(c_0_353,plain,
    ( epred1_3(X1,X2,X3)
    | releasedAt(X1,n3)
    | holdsAt(X1,n2)
    | X2 != overflow
    | ~ holdsAt(X1,n3)
    | ~ holdsAt(X1,X3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_345,c_0_346]),c_0_214]) ).

cnf(c_0_354,lemma,
    holdsAt(spilling,n3),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_340,c_0_347]),c_0_262]) ).

cnf(c_0_355,hypothesis,
    ~ holdsAt(spilling,n2),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_336,c_0_348]),c_0_349]) ).

cnf(c_0_356,hypothesis,
    ( holdsAt(spilling,n4)
    | ~ holdsAt(spilling,n3) ),
    inference(spm,[status(thm)],[c_0_336,c_0_350]) ).

cnf(c_0_357,plain,
    ( X1 = filling
    | X1 = spilling
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_358,plain,
    ( X1 = esk10_3(X2,X3,X4)
    | X4 = spilling
    | X4 = filling
    | holdsAt(X4,X2)
    | waterLevel(X1) != X4
    | ~ epred1_3(X4,X3,X2) ),
    inference(spm,[status(thm)],[c_0_351,c_0_352]) ).

cnf(c_0_359,lemma,
    ( epred1_3(spilling,X1,X2)
    | releasedAt(spilling,n3)
    | X1 != overflow
    | ~ holdsAt(spilling,X2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_353,c_0_354]),c_0_355]) ).

cnf(c_0_360,hypothesis,
    holdsAt(spilling,n4),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_356,c_0_354])]) ).

cnf(c_0_361,plain,
    ( waterLevel(esk11_3(X1,X2,X3)) = X3
    | X3 = filling
    | X3 = spilling
    | epred1_3(X4,X5,X1)
    | X4 != waterLevel(esk10_3(X1,X2,X3))
    | X5 != overflow
    | ~ epred1_3(X3,X2,X1) ),
    inference(spm,[status(thm)],[c_0_110,c_0_357]) ).

cnf(c_0_362,plain,
    ( esk10_3(X1,X2,waterLevel(X3)) = X3
    | holdsAt(waterLevel(X3),X1)
    | ~ epred1_3(waterLevel(X3),X2,X1) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(er,[status(thm)],[c_0_358]),c_0_285]),c_0_208]) ).

cnf(c_0_363,hypothesis,
    ( epred1_3(spilling,X1,n4)
    | releasedAt(spilling,n3)
    | X1 != overflow ),
    inference(spm,[status(thm)],[c_0_359,c_0_360]) ).

cnf(c_0_364,plain,
    ( waterLevel(esk11_3(X1,X2,waterLevel(X3))) = waterLevel(X3)
    | epred1_3(X4,X5,X1)
    | X4 != waterLevel(X3)
    | X5 != overflow
    | ~ epred1_3(waterLevel(X3),X2,X1) ),
    inference(csr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_361,c_0_362]),c_0_208]),c_0_285]),c_0_110]) ).

cnf(c_0_365,plain,
    ( X1 = filling
    | X1 = spilling
    | X2 = tapOff
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_366,hypothesis,
    ( epred1_3(spilling,overflow,n4)
    | releasedAt(spilling,n3) ),
    inference(er,[status(thm)],[c_0_363]) ).

cnf(c_0_367,plain,
    ( waterLevel(esk11_3(X1,X2,X3)) = X3
    | X4 = tapOff
    | X3 = filling
    | epred1_3(X3,X5,X1)
    | X5 != overflow
    | ~ epred1_3(X3,X2,X1)
    | ~ epred1_3(X3,X4,X6) ),
    inference(csr,[status(thm)],[inference(er,[status(thm)],[inference(spm,[status(thm)],[c_0_364,c_0_365])]),c_0_267]) ).

cnf(c_0_368,hypothesis,
    epred1_3(spilling,overflow,n4),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_340,c_0_366]),c_0_336]) ).

cnf(c_0_369,plain,
    ( epred1_3(spilling,X1,X2)
    | X1 != overflow
    | ~ epred1_3(spilling,X3,X2) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_367,c_0_368]),c_0_285]),c_0_131]),c_0_338]) ).

cnf(c_0_370,plain,
    ( epred1_3(spilling,X1,X2)
    | X1 != overflow
    | X3 != overflow ),
    inference(spm,[status(thm)],[c_0_369,c_0_267]) ).

cnf(c_0_371,plain,
    ( X1 = n0
    | releasedAt(X2,plus(X1,n1))
    | holdsAt(waterLevel(n3),X1)
    | holdsAt(X2,X1)
    | ~ holdsAt(X2,plus(X1,n1)) ),
    inference(spm,[status(thm)],[c_0_234,c_0_291]) ).

cnf(c_0_372,plain,
    ( epred1_3(spilling,X1,X2)
    | X1 != overflow ),
    inference(er,[status(thm)],[c_0_370]) ).

cnf(c_0_373,plain,
    ( X1 = n0
    | releasedAt(X2,plus(n1,X1))
    | holdsAt(waterLevel(n3),X1)
    | holdsAt(X2,X1)
    | ~ holdsAt(X2,plus(n1,X1)) ),
    inference(spm,[status(thm)],[c_0_371,c_0_52]) ).

cnf(c_0_374,lemma,
    ( X1 != overflow
    | ~ holdsAt(waterLevel(n3),n2)
    | ~ holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_272,c_0_153]) ).

cnf(c_0_375,plain,
    ( X1 != overflow
    | ~ releasedAt(spilling,n3)
    | ~ happens(X1,n2) ),
    inference(spm,[status(thm)],[c_0_243,c_0_372]) ).

cnf(c_0_376,plain,
    ( releasedAt(X1,n3)
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(X1,n2)
    | ~ holdsAt(X1,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_373,c_0_106]),c_0_214]) ).

cnf(c_0_377,lemma,
    ( X1 != overflow
    | ~ holdsAt(waterLevel(n3),n2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_374,c_0_295])]) ).

cnf(c_0_378,plain,
    ( X1 != overflow
    | ~ happens(X1,n2) ),
    inference(csr,[status(thm)],[inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_375,c_0_376]),c_0_354])]),c_0_355]),c_0_377]) ).

cnf(c_0_379,plain,
    ( releasedAt(X1,n3)
    | holdsAt(X1,n3)
    | esk5_2(X1,n2) != overflow
    | ~ holdsAt(X1,n2) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_378,c_0_155]),c_0_52]),c_0_106]),c_0_52]),c_0_106]) ).

cnf(c_0_380,plain,
    ( releasedAt(X1,n3)
    | holdsAt(X1,n3)
    | ~ holdsAt(X1,n2) ),
    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_379,c_0_172]),c_0_52]),c_0_106]),c_0_52]),c_0_106])]) ).

cnf(c_0_381,plain,
    ( releasedAt(X1,n1)
    | holdsAt(X1,n3)
    | ~ holdsAt(X1,n2) ),
    inference(spm,[status(thm)],[c_0_340,c_0_380]) ).

cnf(c_0_382,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_262,c_0_381]),c_0_295])]),c_0_322]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : CSR001+2 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.03/0.13  % Command  : run_ET %s %d
% 0.13/0.34  % Computer : n018.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Sat Jun 11 19:23:40 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.36/21.54  # Running protocol protocol_eprover_63dc1b1eb7d762c2f3686774d32795976f981b97 for 23 seconds:
% 0.36/21.54  # Preprocessing time       : 0.020 s
% 0.36/21.54  
% 0.36/21.54  # Proof found!
% 0.36/21.54  # SZS status Theorem
% 0.36/21.54  # SZS output start CNFRefutation
% See solution above
% 0.36/21.54  # Proof object total steps             : 383
% 0.36/21.54  # Proof object clause steps            : 309
% 0.36/21.54  # Proof object formula steps           : 74
% 0.36/21.54  # Proof object conjectures             : 5
% 0.36/21.54  # Proof object clause conjectures      : 2
% 0.36/21.54  # Proof object formula conjectures     : 3
% 0.36/21.54  # Proof object initial clauses used    : 73
% 0.36/21.54  # Proof object initial formulas used   : 40
% 0.36/21.54  # Proof object generating inferences   : 227
% 0.36/21.54  # Proof object simplifying inferences  : 172
% 0.36/21.54  # Training examples: 0 positive, 0 negative
% 0.36/21.54  # Parsed axioms                        : 56
% 0.36/21.54  # Removed by relevancy pruning/SinE    : 0
% 0.36/21.54  # Initial clauses                      : 138
% 0.36/21.54  # Removed in clause preprocessing      : 1
% 0.36/21.54  # Initial clauses in saturation        : 137
% 0.36/21.54  # Processed clauses                    : 41903
% 0.36/21.54  # ...of these trivial                  : 333
% 0.36/21.54  # ...subsumed                          : 30944
% 0.36/21.54  # ...remaining for further processing  : 10626
% 0.36/21.54  # Other redundant clauses eliminated   : 5204
% 0.36/21.54  # Clauses deleted for lack of memory   : 311051
% 0.36/21.54  # Backward-subsumed                    : 3607
% 0.36/21.54  # Backward-rewritten                   : 87
% 0.36/21.54  # Generated clauses                    : 563024
% 0.36/21.54  # ...of the previous two non-trivial   : 523543
% 0.36/21.54  # Contextual simplify-reflections      : 64690
% 0.36/21.54  # Paramodulations                      : 556259
% 0.36/21.54  # Factorizations                       : 21
% 0.36/21.54  # Equation resolutions                 : 6743
% 0.36/21.54  # Current number of processed clauses  : 6929
% 0.36/21.54  #    Positive orientable unit clauses  : 47
% 0.36/21.54  #    Positive unorientable unit clauses: 1
% 0.36/21.54  #    Negative unit clauses             : 159
% 0.36/21.54  #    Non-unit-clauses                  : 6722
% 0.36/21.54  # Current number of unprocessed clauses: 69683
% 0.36/21.54  # ...number of literals in the above   : 539196
% 0.36/21.54  # Current number of archived formulas  : 0
% 0.36/21.54  # Current number of archived clauses   : 3695
% 0.36/21.54  # Clause-clause subsumption calls (NU) : 31090041
% 0.36/21.54  # Rec. Clause-clause subsumption calls : 1976443
% 0.36/21.54  # Non-unit clause-clause subsumptions  : 88028
% 0.36/21.54  # Unit Clause-clause subsumption calls : 92637
% 0.36/21.54  # Rewrite failures with RHS unbound    : 0
% 0.36/21.54  # BW rewrite match attempts            : 180
% 0.36/21.54  # BW rewrite match successes           : 41
% 0.36/21.54  # Condensation attempts                : 0
% 0.36/21.54  # Condensation successes               : 0
% 0.36/21.54  # Termbank termtop insertions          : 11944841
% 0.36/21.54  
% 0.36/21.54  # -------------------------------------------------
% 0.36/21.54  # User time                : 20.829 s
% 0.36/21.54  # System time              : 0.133 s
% 0.36/21.54  # Total time               : 20.962 s
% 0.36/21.54  # Maximum resident set size: 138756 pages
% 0.36/23.41  eprover: CPU time limit exceeded, terminating
% 0.36/23.41  eprover: CPU time limit exceeded, terminating
% 0.36/23.42  eprover: CPU time limit exceeded, terminating
% 0.36/23.42  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.42  eprover: No such file or directory
% 0.36/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.43  eprover: No such file or directory
% 0.36/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.43  eprover: No such file or directory
% 0.36/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.43  eprover: No such file or directory
% 0.36/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.36/23.43  eprover: No such file or directory
% 0.36/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.43  eprover: No such file or directory
% 0.36/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.44  eprover: No such file or directory
% 0.36/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.36/23.44  eprover: No such file or directory
% 0.36/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.44  eprover: No such file or directory
% 0.36/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.44  eprover: No such file or directory
% 0.36/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.44  eprover: No such file or directory
% 0.36/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.36/23.44  eprover: No such file or directory
% 0.36/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.45  eprover: No such file or directory
% 0.36/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.45  eprover: No such file or directory
% 0.36/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.36/23.45  eprover: No such file or directory
% 0.36/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.45  eprover: No such file or directory
% 0.36/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.45  eprover: No such file or directory
% 0.36/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.36/23.45  eprover: No such file or directory
% 0.36/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.46  eprover: No such file or directory
% 0.36/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.36/23.46  eprover: No such file or directory
% 0.36/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.46  eprover: No such file or directory
% 0.36/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.46  eprover: No such file or directory
% 0.36/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.46  eprover: No such file or directory
% 0.36/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.36/23.46  eprover: No such file or directory
% 0.36/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.36/23.47  eprover: No such file or directory
% 0.36/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.47  eprover: No such file or directory
% 0.36/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.47  eprover: No such file or directory
% 0.36/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.36/23.47  eprover: No such file or directory
% 0.36/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.47  eprover: No such file or directory
% 0.36/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.36/23.47  eprover: No such file or directory
% 0.36/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.48  eprover: No such file or directory
% 0.36/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.36/23.48  eprover: No such file or directory
% 0.36/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.36/23.48  eprover: No such file or directory
%------------------------------------------------------------------------------