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

View Problem - Process Solution

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

% Computer : n017.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:18 EDT 2022

% Result   : Theorem 0.25s 6.43s
% Output   : CNFRefutation 0.25s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :  103
%            Number of leaves      :   34
% Syntax   : Number of formulae    :  356 (  55 unt;   0 def)
%            Number of atoms       : 1254 ( 308 equ)
%            Maximal formula atoms :  194 (   3 avg)
%            Number of connectives : 1209 ( 311   ~; 766   |; 111   &)
%                                         (  14 <=>;   7  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   52 (   4 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number of predicates  :   14 (  12 usr;   1 prp; 0-4 aty)
%            Number of functors    :   21 (  21 usr;  10 con; 0-3 aty)
%            Number of variables   :  370 (  47 sgn 145   !;  12   ?)

% Comments : 
%------------------------------------------------------------------------------
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/sandbox2/benchmark/Axioms/CSR001+1.ax',happens_all_defn) ).

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

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/sandbox2/benchmark/Axioms/CSR001+1.ax',initiates_all_defn) ).

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

fof(plus0_1,axiom,
    plus(n0,n1) = n1,
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p',plus0_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/sandbox2/benchmark/Axioms/CSR001+0.ax',keep_holding) ).

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

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

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

fof(overflow_not_tapOn,axiom,
    overflow != tapOn,
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',overflow_not_tapOn) ).

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

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/sandbox2/benchmark/Axioms/CSR001+0.ax',happens_not_released) ).

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

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

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

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

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/sandbox2/benchmark/Axioms/CSR001+0.ax',startedin_defn) ).

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

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

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

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

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

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

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

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

fof(change_holding,axiom,
    ! [X4,X5,X2,X6,X7] :
      ( ( happens(X4,X5)
        & initiates(X4,X2,X5)
        & less(n0,X7)
        & trajectory(X2,X5,X6,X7)
        & ~ stoppedIn(X5,X2,plus(X5,X7)) )
     => holdsAt(X6,plus(X5,X7)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+0.ax',change_holding) ).

fof(change_of_waterLevel,axiom,
    ! [X10,X5,X11,X7] :
      ( ( holdsAt(waterLevel(X10),X5)
        & X11 = plus(X10,X7) )
     => trajectory(filling,X5,waterLevel(X11),X7) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',change_of_waterLevel) ).

fof(plus0_3,axiom,
    plus(n0,n3) = n3,
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p',plus0_3) ).

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

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

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

fof(less_property,axiom,
    ! [X12,X13] :
      ( less(X12,X13)
    <=> ( ~ less(X13,X12)
        & X13 != X12 ) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p',less_property) ).

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

fof(c_0_33,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_34,plain,
    ! [X6,X7,X6,X7] :
      ( ( holdsAt(waterLevel(n3),X7)
        | X6 = tapOn
        | ~ happens(X6,X7) )
      & ( holdsAt(filling,X7)
        | X6 = tapOn
        | ~ happens(X6,X7) )
      & ( X6 = overflow
        | X6 = tapOn
        | ~ happens(X6,X7) )
      & ( holdsAt(waterLevel(n3),X7)
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( holdsAt(filling,X7)
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X6 = overflow
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X6 != tapOn
        | X7 != n0
        | happens(X6,X7) )
      & ( ~ holdsAt(waterLevel(n3),X7)
        | ~ holdsAt(filling,X7)
        | X6 != overflow
        | happens(X6,X7) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[happens_all_defn])])])])]) ).

fof(c_0_35,plain,
    ! [X10,X11,X12,X10,X11,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_33])])])])])])]) ).

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

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

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

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

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

cnf(c_0_41,plain,
    ( happens(X1,n0)
    | X1 != tapOn ),
    inference(er,[status(thm)],[c_0_36]) ).

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

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

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

cnf(c_0_45,plain,
    ( epred1_3(X1,tapOn,X2)
    | X1 != filling ),
    inference(er,[status(thm)],[c_0_39]) ).

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

cnf(c_0_47,plain,
    happens(tapOn,n0),
    inference(er,[status(thm)],[c_0_41]) ).

cnf(c_0_48,plain,
    plus(n1,n0) = n1,
    inference(rw,[status(thm)],[c_0_42,c_0_43]) ).

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

cnf(c_0_50,plain,
    epred1_3(filling,tapOn,X1),
    inference(er,[status(thm)],[c_0_45]) ).

fof(c_0_51,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_52,plain,
    ( holdsAt(X1,n1)
    | ~ initiates(tapOn,X1,n0) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_47]),c_0_43]),c_0_48]) ).

cnf(c_0_53,plain,
    initiates(tapOn,filling,X1),
    inference(spm,[status(thm)],[c_0_49,c_0_50]) ).

cnf(c_0_54,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_51]) ).

cnf(c_0_55,plain,
    holdsAt(filling,n1),
    inference(spm,[status(thm)],[c_0_52,c_0_53]) ).

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

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

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

cnf(c_0_59,plain,
    ( releasedAt(filling,n2)
    | holdsAt(filling,n2)
    | happens(esk5_2(filling,n1),n1) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_55]),c_0_56]),c_0_56]) ).

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

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

cnf(c_0_62,plain,
    ( releasedAt(filling,n2)
    | holdsAt(filling,n2)
    | terminates(esk5_2(filling,n1),filling,n1) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_55]),c_0_56]),c_0_56]) ).

cnf(c_0_63,plain,
    ( esk5_2(filling,n1) = tapOn
    | releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_58,c_0_59]) ).

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

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

cnf(c_0_66,plain,
    ( releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2)
    | terminates(tapOn,filling,n1) ),
    inference(spm,[status(thm)],[c_0_62,c_0_63]) ).

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

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

cnf(c_0_69,plain,
    ( releasedAt(X1,n1)
    | happens(esk8_2(X1,n1),n1)
    | ~ releasedAt(X1,n2) ),
    inference(spm,[status(thm)],[c_0_64,c_0_56]) ).

cnf(c_0_70,plain,
    ( releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_66]),c_0_67]),c_0_68]) ).

fof(c_0_71,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_72,plain,
    ( releasedAt(filling,n1)
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2)
    | happens(esk8_2(filling,n1),n1) ),
    inference(spm,[status(thm)],[c_0_69,c_0_70]) ).

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

cnf(c_0_74,plain,
    ( esk8_2(filling,n1) = tapOn
    | releasedAt(filling,n1)
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_58,c_0_72]) ).

cnf(c_0_75,plain,
    ( ~ releasedAt(X1,n1)
    | ~ initiates(tapOn,X1,n0) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_47]),c_0_43]),c_0_48]) ).

cnf(c_0_76,plain,
    ( releasedAt(filling,n1)
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2)
    | happens(tapOn,n1) ),
    inference(spm,[status(thm)],[c_0_72,c_0_74]) ).

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

cnf(c_0_78,plain,
    ( holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2)
    | happens(tapOn,n1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_75,c_0_76]),c_0_53])]) ).

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

cnf(c_0_80,plain,
    ( happens(overflow,X1)
    | ~ holdsAt(waterLevel(n3),X1)
    | ~ holdsAt(filling,X1) ),
    inference(er,[status(thm)],[c_0_77]) ).

cnf(c_0_81,plain,
    ( holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2)
    | ~ releasedAt(X1,n2)
    | ~ initiates(tapOn,X1,n1) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_78]),c_0_56]) ).

cnf(c_0_82,plain,
    ( epred1_3(X1,overflow,X2)
    | X1 != waterLevel(X3)
    | ~ holdsAt(waterLevel(X3),X2) ),
    inference(er,[status(thm)],[c_0_79]) ).

cnf(c_0_83,plain,
    ( happens(overflow,n1)
    | ~ holdsAt(waterLevel(n3),n1) ),
    inference(spm,[status(thm)],[c_0_80,c_0_55]) ).

cnf(c_0_84,plain,
    ( holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_81,c_0_70]),c_0_53])]) ).

cnf(c_0_85,plain,
    ( epred1_3(waterLevel(X1),overflow,X2)
    | ~ holdsAt(waterLevel(X1),X2) ),
    inference(er,[status(thm)],[c_0_82]) ).

cnf(c_0_86,plain,
    ( holdsAt(filling,n2)
    | happens(overflow,n1) ),
    inference(spm,[status(thm)],[c_0_83,c_0_84]) ).

cnf(c_0_87,plain,
    ( epred1_3(waterLevel(n3),overflow,n1)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_85,c_0_84]) ).

cnf(c_0_88,plain,
    ( holdsAt(filling,n2)
    | holdsAt(X1,n2)
    | ~ initiates(overflow,X1,n1) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_86]),c_0_56]) ).

cnf(c_0_89,plain,
    ( holdsAt(filling,n2)
    | initiates(overflow,waterLevel(n3),n1) ),
    inference(spm,[status(thm)],[c_0_49,c_0_87]) ).

cnf(c_0_90,plain,
    ( X2 = filling
    | X2 = filling
    | ~ terminates(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_61]) ).

cnf(c_0_91,plain,
    ( holdsAt(waterLevel(n3),n2)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_88,c_0_89]) ).

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

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

cnf(c_0_94,plain,
    ( releasedAt(X1,X2)
    | happens(esk8_2(X1,X2),X2)
    | ~ releasedAt(X1,plus(n1,X2)) ),
    inference(spm,[status(thm)],[c_0_64,c_0_43]) ).

cnf(c_0_95,plain,
    ( X2 = filling
    | ~ terminates(X1,X2,X3) ),
    inference(cn,[status(thm)],[c_0_90]) ).

cnf(c_0_96,plain,
    ( releasedAt(waterLevel(n3),n3)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | terminates(esk5_2(waterLevel(n3),n2),waterLevel(n3),n2) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_91]),c_0_43]),c_0_92]),c_0_43]),c_0_92]) ).

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

fof(c_0_98,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_99,plain,
    ( releasedAt(X1,n2)
    | happens(esk8_2(X1,n2),n2)
    | ~ releasedAt(X1,n3) ),
    inference(spm,[status(thm)],[c_0_94,c_0_92]) ).

cnf(c_0_100,plain,
    ( releasedAt(waterLevel(n3),n3)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_95,c_0_96]),c_0_97]) ).

fof(c_0_101,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_102,plain,
    ( less_or_equal(X1,X2)
    | X1 != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_98]) ).

cnf(c_0_103,plain,
    ( X1 = tapOn
    | holdsAt(filling,X2)
    | ~ happens(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_104,plain,
    ( releasedAt(waterLevel(n3),n2)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | happens(esk8_2(waterLevel(n3),n2),n2) ),
    inference(spm,[status(thm)],[c_0_99,c_0_100]) ).

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

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

cnf(c_0_107,plain,
    less_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_102]) ).

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

cnf(c_0_109,plain,
    ( esk8_2(waterLevel(n3),n2) = tapOn
    | releasedAt(waterLevel(n3),n2)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_103,c_0_104]) ).

cnf(c_0_110,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_105]) ).

cnf(c_0_111,plain,
    less(n2,n3),
    inference(spm,[status(thm)],[c_0_106,c_0_107]) ).

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

cnf(c_0_113,plain,
    ( holdsAt(filling,n2)
    | ~ releasedAt(X1,n2)
    | ~ initiates(overflow,X1,n1) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_86]),c_0_56]) ).

cnf(c_0_114,plain,
    ( releasedAt(waterLevel(n3),n2)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | happens(tapOn,n2) ),
    inference(spm,[status(thm)],[c_0_104,c_0_109]) ).

cnf(c_0_115,plain,
    ( startedIn(X1,X2,n3)
    | ~ initiates(X3,X2,n2)
    | ~ less(X1,n2)
    | ~ happens(X3,n2) ),
    inference(spm,[status(thm)],[c_0_110,c_0_111]) ).

cnf(c_0_116,plain,
    less(n1,n2),
    inference(spm,[status(thm)],[c_0_112,c_0_107]) ).

cnf(c_0_117,plain,
    ( holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | happens(tapOn,n2)
    | ~ initiates(overflow,waterLevel(n3),n1) ),
    inference(spm,[status(thm)],[c_0_113,c_0_114]) ).

cnf(c_0_118,plain,
    ( startedIn(n1,X1,n3)
    | ~ initiates(X2,X1,n2)
    | ~ happens(X2,n2) ),
    inference(spm,[status(thm)],[c_0_115,c_0_116]) ).

cnf(c_0_119,plain,
    ( holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | happens(tapOn,n2) ),
    inference(spm,[status(thm)],[c_0_117,c_0_89]) ).

cnf(c_0_120,plain,
    ( holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | startedIn(n1,X1,n3)
    | ~ initiates(tapOn,X1,n2) ),
    inference(spm,[status(thm)],[c_0_118,c_0_119]) ).

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

cnf(c_0_122,plain,
    ( holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | startedIn(n1,filling,n3) ),
    inference(spm,[status(thm)],[c_0_120,c_0_53]) ).

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

cnf(c_0_124,plain,
    ( holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | initiates(esk3_3(n1,n3,filling),filling,esk4_3(n1,n3,filling)) ),
    inference(spm,[status(thm)],[c_0_121,c_0_122]) ).

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

cnf(c_0_126,plain,
    ( X2 = tapOn
    | 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_35]) ).

cnf(c_0_127,plain,
    ( epred1_3(filling,esk3_3(n1,n3,filling),esk4_3(n1,n3,filling))
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_123,c_0_124]) ).

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

cnf(c_0_129,plain,
    ( holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | happens(esk3_3(n1,n3,filling),esk4_3(n1,n3,filling)) ),
    inference(spm,[status(thm)],[c_0_125,c_0_122]) ).

cnf(c_0_130,plain,
    ( esk3_3(n1,n3,filling) = tapOn
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_126,c_0_127]),c_0_97]),c_0_97]),c_0_128]) ).

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

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

cnf(c_0_133,plain,
    ( holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | happens(tapOn,esk4_3(n1,n3,filling)) ),
    inference(spm,[status(thm)],[c_0_129,c_0_130]) ).

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

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

cnf(c_0_136,plain,
    ( holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | less(n1,esk4_3(n1,n3,filling)) ),
    inference(spm,[status(thm)],[c_0_131,c_0_122]) ).

cnf(c_0_137,plain,
    ( esk4_3(n1,n3,filling) = n0
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_133]),c_0_67]) ).

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

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

cnf(c_0_140,plain,
    ( holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_137]),c_0_138]) ).

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

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

cnf(c_0_143,plain,
    ( releasedAt(waterLevel(n3),n4)
    | holdsAt(filling,n2)
    | terminates(esk5_2(waterLevel(n3),n3),waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_140]),c_0_43]),c_0_141]),c_0_43]),c_0_141]),c_0_142]) ).

cnf(c_0_144,plain,
    ( releasedAt(X1,n3)
    | happens(esk8_2(X1,n3),n3)
    | ~ releasedAt(X1,n4) ),
    inference(spm,[status(thm)],[c_0_94,c_0_141]) ).

cnf(c_0_145,plain,
    ( releasedAt(waterLevel(n3),n4)
    | holdsAt(filling,n2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_95,c_0_143]),c_0_97]) ).

cnf(c_0_146,plain,
    ( releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | happens(esk8_2(waterLevel(n3),n3),n3) ),
    inference(spm,[status(thm)],[c_0_144,c_0_145]) ).

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

cnf(c_0_148,plain,
    ( releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | ~ releasedAt(X1,n4)
    | ~ initiates(esk8_2(waterLevel(n3),n3),X1,n3) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_146]),c_0_43]),c_0_141]) ).

cnf(c_0_149,plain,
    ( esk8_2(waterLevel(n3),n3) = tapOn
    | esk8_2(waterLevel(n3),n3) = overflow
    | releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_147,c_0_146]) ).

cnf(c_0_150,plain,
    ( releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | ~ initiates(esk8_2(waterLevel(n3),n3),waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_148,c_0_145]) ).

cnf(c_0_151,plain,
    ( esk8_2(waterLevel(n3),n3) = overflow
    | releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_146,c_0_149]) ).

cnf(c_0_152,plain,
    ( epred1_3(waterLevel(n3),overflow,n3)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_85,c_0_140]) ).

cnf(c_0_153,plain,
    ( releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | happens(tapOn,n3)
    | ~ initiates(overflow,waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_150,c_0_151]) ).

cnf(c_0_154,plain,
    ( holdsAt(filling,n2)
    | initiates(overflow,waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_49,c_0_152]) ).

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

cnf(c_0_156,plain,
    ( releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_153,c_0_154]) ).

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

cnf(c_0_158,plain,
    ( releasedAt(waterLevel(n3),n2)
    | holdsAt(filling,n2)
    | happens(esk8_2(waterLevel(n3),n2),n2)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_99,c_0_156]) ).

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

cnf(c_0_160,plain,
    less(n0,n1),
    inference(spm,[status(thm)],[c_0_157,c_0_107]) ).

cnf(c_0_161,plain,
    ( esk8_2(waterLevel(n3),n2) = tapOn
    | releasedAt(waterLevel(n3),n2)
    | holdsAt(filling,n2)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_103,c_0_158]) ).

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

cnf(c_0_163,plain,
    less_or_equal(n0,n1),
    inference(spm,[status(thm)],[c_0_159,c_0_160]) ).

cnf(c_0_164,plain,
    ( releasedAt(waterLevel(n3),n2)
    | holdsAt(filling,n2)
    | happens(tapOn,n2)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_158,c_0_161]) ).

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

cnf(c_0_166,plain,
    less(n0,n2),
    inference(spm,[status(thm)],[c_0_112,c_0_163]) ).

cnf(c_0_167,plain,
    ( holdsAt(filling,n2)
    | happens(tapOn,n2)
    | happens(tapOn,n3)
    | ~ initiates(overflow,waterLevel(n3),n1) ),
    inference(spm,[status(thm)],[c_0_113,c_0_164]) ).

cnf(c_0_168,plain,
    less(n3,n4),
    inference(spm,[status(thm)],[c_0_165,c_0_107]) ).

cnf(c_0_169,plain,
    less_or_equal(n0,n2),
    inference(spm,[status(thm)],[c_0_159,c_0_166]) ).

cnf(c_0_170,plain,
    ( holdsAt(filling,n2)
    | happens(tapOn,n2)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_167,c_0_89]) ).

cnf(c_0_171,plain,
    ( startedIn(X1,X2,n4)
    | ~ initiates(X3,X2,n3)
    | ~ less(X1,n3)
    | ~ happens(X3,n3) ),
    inference(spm,[status(thm)],[c_0_110,c_0_168]) ).

cnf(c_0_172,plain,
    less(n0,n3),
    inference(spm,[status(thm)],[c_0_106,c_0_169]) ).

cnf(c_0_173,plain,
    ( holdsAt(filling,n2)
    | holdsAt(X1,n3)
    | happens(tapOn,n3)
    | ~ initiates(tapOn,X1,n2) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_170]),c_0_43]),c_0_92]) ).

cnf(c_0_174,plain,
    ( startedIn(n0,X1,n4)
    | ~ initiates(X2,X1,n3)
    | ~ happens(X2,n3) ),
    inference(spm,[status(thm)],[c_0_171,c_0_172]) ).

cnf(c_0_175,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n3)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_173,c_0_53]) ).

cnf(c_0_176,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n3)
    | startedIn(n0,X1,n4)
    | ~ initiates(tapOn,X1,n3) ),
    inference(spm,[status(thm)],[c_0_174,c_0_175]) ).

cnf(c_0_177,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n3)
    | startedIn(n0,filling,n4) ),
    inference(spm,[status(thm)],[c_0_176,c_0_53]) ).

cnf(c_0_178,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n3)
    | initiates(esk3_3(n0,n4,filling),filling,esk4_3(n0,n4,filling)) ),
    inference(spm,[status(thm)],[c_0_121,c_0_177]) ).

cnf(c_0_179,plain,
    ( epred1_3(filling,esk3_3(n0,n4,filling),esk4_3(n0,n4,filling))
    | holdsAt(filling,n2)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_123,c_0_178]) ).

cnf(c_0_180,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n3)
    | happens(esk3_3(n0,n4,filling),esk4_3(n0,n4,filling)) ),
    inference(spm,[status(thm)],[c_0_125,c_0_177]) ).

cnf(c_0_181,plain,
    ( esk3_3(n0,n4,filling) = tapOn
    | holdsAt(filling,n2)
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_126,c_0_179]),c_0_97]),c_0_97]),c_0_128]) ).

cnf(c_0_182,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n3)
    | happens(tapOn,esk4_3(n0,n4,filling)) ),
    inference(spm,[status(thm)],[c_0_180,c_0_181]) ).

cnf(c_0_183,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n3)
    | less(n0,esk4_3(n0,n4,filling)) ),
    inference(spm,[status(thm)],[c_0_131,c_0_177]) ).

cnf(c_0_184,plain,
    ( esk4_3(n0,n4,filling) = n0
    | holdsAt(filling,n2)
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_182]),c_0_67]) ).

cnf(c_0_185,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_183,c_0_184]),c_0_138]) ).

cnf(c_0_186,plain,
    ( releasedAt(filling,n3)
    | holdsAt(filling,n3)
    | happens(esk5_2(filling,n2),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_54,c_0_185]),c_0_43]),c_0_92]),c_0_43]),c_0_92])]) ).

cnf(c_0_187,plain,
    ( releasedAt(filling,n3)
    | holdsAt(filling,n3)
    | terminates(esk5_2(filling,n2),filling,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_57,c_0_185]),c_0_43]),c_0_92]),c_0_43]),c_0_92])]) ).

cnf(c_0_188,plain,
    ( esk5_2(filling,n2) = tapOn
    | releasedAt(filling,n3)
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_58,c_0_186]) ).

cnf(c_0_189,plain,
    ( releasedAt(filling,n3)
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(filling,n3)
    | terminates(tapOn,filling,n2) ),
    inference(spm,[status(thm)],[c_0_187,c_0_188]) ).

cnf(c_0_190,plain,
    ( releasedAt(filling,n3)
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_189]),c_0_67]),c_0_68]) ).

cnf(c_0_191,plain,
    ( releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(filling,n3)
    | happens(esk8_2(filling,n2),n2) ),
    inference(spm,[status(thm)],[c_0_99,c_0_190]) ).

cnf(c_0_192,plain,
    ( releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(filling,n3)
    | holdsAt(X1,n3)
    | ~ initiates(esk8_2(filling,n2),X1,n2) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_191]),c_0_43]),c_0_92]) ).

cnf(c_0_193,plain,
    ( esk8_2(filling,n2) = tapOn
    | releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_58,c_0_191]) ).

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

cnf(c_0_195,plain,
    ( releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(filling,n3)
    | holdsAt(X1,n3)
    | ~ initiates(tapOn,X1,n2) ),
    inference(spm,[status(thm)],[c_0_192,c_0_193]) ).

fof(c_0_196,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_197,plain,
    ( releases(esk8_2(X1,n1),X1,n1)
    | releasedAt(X1,n1)
    | ~ releasedAt(X1,n2) ),
    inference(spm,[status(thm)],[c_0_194,c_0_56]) ).

cnf(c_0_198,plain,
    ( releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_195,c_0_53]) ).

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

cnf(c_0_200,plain,
    ( releases(esk8_2(filling,n1),filling,n1)
    | releasedAt(filling,n1)
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_197,c_0_198]) ).

cnf(c_0_201,plain,
    ( releasedAt(filling,n1)
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_199,c_0_200]),c_0_97]) ).

cnf(c_0_202,plain,
    ( holdsAt(filling,n3)
    | happens(overflow,n2)
    | ~ holdsAt(waterLevel(n3),n2) ),
    inference(spm,[status(thm)],[c_0_80,c_0_185]) ).

cnf(c_0_203,plain,
    ( holdsAt(waterLevel(n3),n2)
    | holdsAt(filling,n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_75,c_0_201]),c_0_53])]) ).

cnf(c_0_204,plain,
    ( holdsAt(filling,n3)
    | happens(overflow,n2) ),
    inference(spm,[status(thm)],[c_0_202,c_0_203]) ).

cnf(c_0_205,plain,
    ( epred1_3(waterLevel(n3),overflow,n2)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_85,c_0_203]) ).

cnf(c_0_206,plain,
    ( holdsAt(filling,n3)
    | holdsAt(X1,n3)
    | ~ initiates(overflow,X1,n2) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_204]),c_0_43]),c_0_92]) ).

cnf(c_0_207,plain,
    ( holdsAt(filling,n3)
    | initiates(overflow,waterLevel(n3),n2) ),
    inference(spm,[status(thm)],[c_0_49,c_0_205]) ).

cnf(c_0_208,plain,
    ( holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_206,c_0_207]) ).

cnf(c_0_209,plain,
    ( releasedAt(waterLevel(n3),n4)
    | holdsAt(filling,n3)
    | terminates(esk5_2(waterLevel(n3),n3),waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_208]),c_0_43]),c_0_141]),c_0_43]),c_0_141]),c_0_142]) ).

cnf(c_0_210,plain,
    ( releasedAt(waterLevel(n3),n4)
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_95,c_0_209]),c_0_97]) ).

cnf(c_0_211,plain,
    ( releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n3)
    | happens(esk8_2(waterLevel(n3),n3),n3) ),
    inference(spm,[status(thm)],[c_0_144,c_0_210]) ).

cnf(c_0_212,plain,
    ( esk8_2(waterLevel(n3),n3) = tapOn
    | releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_103,c_0_211]) ).

cnf(c_0_213,plain,
    ( holdsAt(filling,n3)
    | ~ releasedAt(X1,n3)
    | ~ initiates(overflow,X1,n2) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_204]),c_0_43]),c_0_92]) ).

cnf(c_0_214,plain,
    ( releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n3)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_211,c_0_212]) ).

cnf(c_0_215,plain,
    ( holdsAt(filling,n3)
    | happens(tapOn,n3)
    | ~ initiates(overflow,waterLevel(n3),n2) ),
    inference(spm,[status(thm)],[c_0_213,c_0_214]) ).

cnf(c_0_216,plain,
    ( holdsAt(filling,n3)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_215,c_0_207]) ).

fof(c_0_217,plain,
    ! [X8,X9,X10,X11,X12] :
      ( ~ happens(X8,X9)
      | ~ initiates(X8,X10,X9)
      | ~ less(n0,X12)
      | ~ trajectory(X10,X9,X11,X12)
      | stoppedIn(X9,X10,plus(X9,X12))
      | holdsAt(X11,plus(X9,X12)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[change_holding])])]) ).

fof(c_0_218,plain,
    ! [X12,X13,X14,X15] :
      ( ~ holdsAt(waterLevel(X12),X13)
      | X14 != plus(X12,X15)
      | trajectory(filling,X13,waterLevel(X14),X15) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[change_of_waterLevel])]) ).

cnf(c_0_219,plain,
    ( holdsAt(filling,n3)
    | startedIn(n0,X1,n4)
    | ~ initiates(tapOn,X1,n3) ),
    inference(spm,[status(thm)],[c_0_174,c_0_216]) ).

cnf(c_0_220,plain,
    ( holdsAt(X1,plus(X2,X3))
    | stoppedIn(X2,X4,plus(X2,X3))
    | ~ trajectory(X4,X2,X1,X3)
    | ~ less(n0,X3)
    | ~ initiates(X5,X4,X2)
    | ~ happens(X5,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_217]) ).

cnf(c_0_221,plain,
    ( trajectory(filling,X1,waterLevel(X2),X3)
    | X2 != plus(X4,X3)
    | ~ holdsAt(waterLevel(X4),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_218]) ).

cnf(c_0_222,plain,
    plus(n0,n3) = n3,
    inference(split_conjunct,[status(thm)],[plus0_3]) ).

cnf(c_0_223,plain,
    ( holdsAt(filling,n3)
    | startedIn(n0,filling,n4) ),
    inference(spm,[status(thm)],[c_0_219,c_0_53]) ).

cnf(c_0_224,plain,
    ( holdsAt(X1,plus(X2,n3))
    | stoppedIn(X2,X3,plus(X2,n3))
    | ~ trajectory(X3,X2,X1,n3)
    | ~ initiates(X4,X3,X2)
    | ~ happens(X4,X2) ),
    inference(spm,[status(thm)],[c_0_220,c_0_172]) ).

cnf(c_0_225,plain,
    ( trajectory(filling,X1,waterLevel(X2),n3)
    | X2 != n3
    | ~ holdsAt(waterLevel(n0),X1) ),
    inference(spm,[status(thm)],[c_0_221,c_0_222]) ).

cnf(c_0_226,plain,
    ( holdsAt(filling,n3)
    | initiates(esk3_3(n0,n4,filling),filling,esk4_3(n0,n4,filling)) ),
    inference(spm,[status(thm)],[c_0_121,c_0_223]) ).

cnf(c_0_227,plain,
    ( releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | holdsAt(X1,n4)
    | ~ initiates(esk8_2(waterLevel(n3),n3),X1,n3) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_146]),c_0_43]),c_0_141]) ).

cnf(c_0_228,plain,
    ( holdsAt(X1,n3)
    | stoppedIn(n0,X2,n3)
    | ~ trajectory(X2,n0,X1,n3)
    | ~ initiates(tapOn,X2,n0) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_224,c_0_47]),c_0_222]),c_0_222]) ).

cnf(c_0_229,plain,
    ( trajectory(filling,X1,waterLevel(n3),n3)
    | ~ holdsAt(waterLevel(n0),X1) ),
    inference(er,[status(thm)],[c_0_225]) ).

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

cnf(c_0_231,plain,
    ( epred1_3(filling,esk3_3(n0,n4,filling),esk4_3(n0,n4,filling))
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_123,c_0_226]) ).

cnf(c_0_232,plain,
    ( esk8_2(waterLevel(n3),n3) = overflow
    | releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | holdsAt(X1,n4)
    | ~ initiates(tapOn,X1,n3) ),
    inference(spm,[status(thm)],[c_0_227,c_0_149]) ).

fof(c_0_233,plain,
    ! [X6,X7,X8,X6,X7,X8,X11,X12] :
      ( ( happens(esk1_3(X6,X7,X8),esk2_3(X6,X7,X8))
        | ~ stoppedIn(X6,X7,X8) )
      & ( less(X6,esk2_3(X6,X7,X8))
        | ~ stoppedIn(X6,X7,X8) )
      & ( less(esk2_3(X6,X7,X8),X8)
        | ~ stoppedIn(X6,X7,X8) )
      & ( terminates(esk1_3(X6,X7,X8),X7,esk2_3(X6,X7,X8))
        | ~ stoppedIn(X6,X7,X8) )
      & ( ~ happens(X11,X12)
        | ~ less(X6,X12)
        | ~ less(X12,X8)
        | ~ terminates(X11,X7,X12)
        | stoppedIn(X6,X7,X8) ) ),
    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)],[stoppedin_defn])])])])])])]) ).

cnf(c_0_234,plain,
    ( holdsAt(X1,n3)
    | stoppedIn(n0,filling,n3)
    | ~ trajectory(filling,n0,X1,n3) ),
    inference(spm,[status(thm)],[c_0_228,c_0_53]) ).

cnf(c_0_235,hypothesis,
    trajectory(filling,n0,waterLevel(n3),n3),
    inference(spm,[status(thm)],[c_0_229,c_0_230]) ).

cnf(c_0_236,plain,
    ( holdsAt(filling,n3)
    | happens(esk3_3(n0,n4,filling),esk4_3(n0,n4,filling)) ),
    inference(spm,[status(thm)],[c_0_125,c_0_223]) ).

cnf(c_0_237,plain,
    ( esk3_3(n0,n4,filling) = tapOn
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_126,c_0_231]),c_0_97]),c_0_97]),c_0_128]) ).

cnf(c_0_238,plain,
    ( esk8_2(waterLevel(n3),n3) = overflow
    | releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | holdsAt(filling,n4) ),
    inference(spm,[status(thm)],[c_0_232,c_0_53]) ).

cnf(c_0_239,plain,
    ( happens(esk1_3(X1,X2,X3),esk2_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_233]) ).

cnf(c_0_240,hypothesis,
    ( holdsAt(waterLevel(n3),n3)
    | stoppedIn(n0,filling,n3) ),
    inference(spm,[status(thm)],[c_0_234,c_0_235]) ).

cnf(c_0_241,plain,
    ( terminates(esk1_3(X1,X2,X3),X2,esk2_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_233]) ).

cnf(c_0_242,plain,
    ( holdsAt(filling,n3)
    | happens(tapOn,esk4_3(n0,n4,filling)) ),
    inference(spm,[status(thm)],[c_0_236,c_0_237]) ).

cnf(c_0_243,plain,
    ( releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | holdsAt(filling,n4)
    | ~ initiates(overflow,waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_150,c_0_238]) ).

cnf(c_0_244,hypothesis,
    ( holdsAt(waterLevel(n3),n3)
    | happens(esk1_3(n0,filling,n3),esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_239,c_0_240]) ).

cnf(c_0_245,hypothesis,
    ( holdsAt(waterLevel(n3),n3)
    | terminates(esk1_3(n0,filling,n3),filling,esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_241,c_0_240]) ).

cnf(c_0_246,plain,
    ( holdsAt(filling,n3)
    | less(n0,esk4_3(n0,n4,filling)) ),
    inference(spm,[status(thm)],[c_0_131,c_0_223]) ).

cnf(c_0_247,plain,
    ( esk4_3(n0,n4,filling) = n0
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_242]),c_0_67]) ).

cnf(c_0_248,plain,
    ( releasedAt(waterLevel(n3),n3)
    | holdsAt(filling,n2)
    | holdsAt(filling,n4) ),
    inference(spm,[status(thm)],[c_0_243,c_0_154]) ).

cnf(c_0_249,hypothesis,
    ( esk1_3(n0,filling,n3) = tapOn
    | esk1_3(n0,filling,n3) = overflow
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_147,c_0_244]) ).

cnf(c_0_250,hypothesis,
    ( esk1_3(n0,filling,n3) = overflow
    | esk1_3(n0,filling,n3) = tapOff
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_65,c_0_245]) ).

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

cnf(c_0_252,plain,
    holdsAt(filling,n3),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_246,c_0_247]),c_0_138]) ).

cnf(c_0_253,plain,
    ( releasedAt(waterLevel(n3),n2)
    | holdsAt(filling,n2)
    | holdsAt(filling,n4)
    | happens(esk8_2(waterLevel(n3),n2),n2) ),
    inference(spm,[status(thm)],[c_0_99,c_0_248]) ).

cnf(c_0_254,plain,
    ( less(esk2_3(X1,X2,X3),X3)
    | ~ stoppedIn(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_233]) ).

cnf(c_0_255,hypothesis,
    ( esk1_3(n0,filling,n3) = overflow
    | holdsAt(waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_249,c_0_250]),c_0_68]),c_0_251]) ).

cnf(c_0_256,plain,
    ( releasedAt(filling,n4)
    | holdsAt(filling,n4)
    | happens(esk5_2(filling,n3),n3) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_252]),c_0_43]),c_0_141]),c_0_43]),c_0_141]) ).

cnf(c_0_257,plain,
    ( esk8_2(waterLevel(n3),n2) = tapOn
    | releasedAt(waterLevel(n3),n2)
    | holdsAt(filling,n2)
    | holdsAt(filling,n4) ),
    inference(spm,[status(thm)],[c_0_103,c_0_253]) ).

cnf(c_0_258,hypothesis,
    ( holdsAt(waterLevel(n3),n3)
    | less(esk2_3(n0,filling,n3),n3) ),
    inference(spm,[status(thm)],[c_0_254,c_0_240]) ).

cnf(c_0_259,plain,
    ( less(X1,esk2_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_233]) ).

cnf(c_0_260,hypothesis,
    ( holdsAt(waterLevel(n3),n3)
    | happens(overflow,esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_244,c_0_255]) ).

cnf(c_0_261,plain,
    ( releasedAt(filling,n4)
    | holdsAt(filling,n4)
    | terminates(esk5_2(filling,n3),filling,n3) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_252]),c_0_43]),c_0_141]),c_0_43]),c_0_141]) ).

cnf(c_0_262,plain,
    ( esk5_2(filling,n3) = tapOn
    | releasedAt(filling,n4)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4) ),
    inference(spm,[status(thm)],[c_0_58,c_0_256]) ).

cnf(c_0_263,plain,
    ( releasedAt(waterLevel(n3),n2)
    | holdsAt(filling,n2)
    | holdsAt(filling,n4)
    | happens(tapOn,n2) ),
    inference(spm,[status(thm)],[c_0_253,c_0_257]) ).

cnf(c_0_264,hypothesis,
    ( holdsAt(waterLevel(n3),n3)
    | startedIn(X1,X2,n3)
    | ~ initiates(X3,X2,esk2_3(n0,filling,n3))
    | ~ less(X1,esk2_3(n0,filling,n3))
    | ~ happens(X3,esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_110,c_0_258]) ).

cnf(c_0_265,hypothesis,
    ( holdsAt(waterLevel(n3),n3)
    | less(n0,esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_259,c_0_240]) ).

cnf(c_0_266,hypothesis,
    ( holdsAt(waterLevel(n3),esk2_3(n0,filling,n3))
    | holdsAt(waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_260]),c_0_67]) ).

cnf(c_0_267,plain,
    ( releasedAt(filling,n4)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4)
    | terminates(tapOn,filling,n3) ),
    inference(spm,[status(thm)],[c_0_261,c_0_262]) ).

cnf(c_0_268,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n4)
    | happens(tapOn,n2)
    | ~ initiates(overflow,waterLevel(n3),n1) ),
    inference(spm,[status(thm)],[c_0_113,c_0_263]) ).

cnf(c_0_269,hypothesis,
    ( holdsAt(waterLevel(n3),n3)
    | startedIn(n0,X1,n3)
    | ~ initiates(X2,X1,esk2_3(n0,filling,n3))
    | ~ happens(X2,esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_264,c_0_265]) ).

cnf(c_0_270,plain,
    ( epred1_3(waterLevel(n3),overflow,esk2_3(n0,filling,n3))
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_85,c_0_266]) ).

cnf(c_0_271,plain,
    ( releasedAt(filling,n4)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_267]),c_0_67]),c_0_68]) ).

cnf(c_0_272,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n4)
    | happens(tapOn,n2) ),
    inference(spm,[status(thm)],[c_0_268,c_0_89]) ).

cnf(c_0_273,hypothesis,
    ( holdsAt(waterLevel(n3),n3)
    | startedIn(n0,X1,n3)
    | ~ initiates(overflow,X1,esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_269,c_0_260]) ).

cnf(c_0_274,plain,
    ( holdsAt(waterLevel(n3),n3)
    | initiates(overflow,waterLevel(n3),esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_49,c_0_270]) ).

cnf(c_0_275,plain,
    ( releasedAt(filling,n3)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4)
    | happens(esk8_2(filling,n3),n3) ),
    inference(spm,[status(thm)],[c_0_144,c_0_271]) ).

cnf(c_0_276,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n4)
    | startedIn(n1,X1,n3)
    | ~ initiates(tapOn,X1,n2) ),
    inference(spm,[status(thm)],[c_0_118,c_0_272]) ).

cnf(c_0_277,plain,
    ( holdsAt(waterLevel(n3),n3)
    | startedIn(n0,waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_273,c_0_274]) ).

fof(c_0_278,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_279,plain,
    ( releasedAt(filling,n3)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4)
    | holdsAt(X1,n4)
    | ~ initiates(esk8_2(filling,n3),X1,n3) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_275]),c_0_43]),c_0_141]) ).

cnf(c_0_280,plain,
    ( esk8_2(filling,n3) = tapOn
    | releasedAt(filling,n3)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4) ),
    inference(spm,[status(thm)],[c_0_58,c_0_275]) ).

cnf(c_0_281,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n4)
    | startedIn(n1,filling,n3) ),
    inference(spm,[status(thm)],[c_0_276,c_0_53]) ).

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

cnf(c_0_283,plain,
    ( holdsAt(waterLevel(n3),n3)
    | initiates(esk3_3(n0,n3,waterLevel(n3)),waterLevel(n3),esk4_3(n0,n3,waterLevel(n3))) ),
    inference(spm,[status(thm)],[c_0_121,c_0_277]) ).

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

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

cnf(c_0_286,plain,
    ( releases(esk8_2(X1,X2),X1,X2)
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(n1,X2)) ),
    inference(spm,[status(thm)],[c_0_194,c_0_43]) ).

cnf(c_0_287,plain,
    ( releasedAt(filling,n3)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4)
    | holdsAt(X1,n4)
    | ~ initiates(tapOn,X1,n3) ),
    inference(spm,[status(thm)],[c_0_279,c_0_280]) ).

cnf(c_0_288,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n4)
    | initiates(esk3_3(n1,n3,filling),filling,esk4_3(n1,n3,filling)) ),
    inference(spm,[status(thm)],[c_0_121,c_0_281]) ).

cnf(c_0_289,plain,
    ( holdsAt(waterLevel(n3),n3)
    | happens(esk3_3(n0,n3,waterLevel(n3)),esk4_3(n0,n3,waterLevel(n3))) ),
    inference(spm,[status(thm)],[c_0_125,c_0_277]) ).

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

cnf(c_0_291,plain,
    ( epred1_3(waterLevel(n3),esk3_3(n0,n3,waterLevel(n3)),esk4_3(n0,n3,waterLevel(n3)))
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_123,c_0_283]) ).

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

cnf(c_0_293,plain,
    ( X1 = n1
    | less_or_equal(X1,n0)
    | less(n1,X1) ),
    inference(spm,[status(thm)],[c_0_284,c_0_285]) ).

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

cnf(c_0_295,plain,
    ( releases(esk8_2(X1,n2),X1,n2)
    | releasedAt(X1,n2)
    | ~ releasedAt(X1,n3) ),
    inference(spm,[status(thm)],[c_0_286,c_0_92]) ).

cnf(c_0_296,plain,
    ( releasedAt(filling,n3)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4) ),
    inference(spm,[status(thm)],[c_0_287,c_0_53]) ).

cnf(c_0_297,plain,
    ( epred1_3(filling,esk3_3(n1,n3,filling),esk4_3(n1,n3,filling))
    | holdsAt(filling,n2)
    | holdsAt(filling,n4) ),
    inference(spm,[status(thm)],[c_0_123,c_0_288]) ).

cnf(c_0_298,plain,
    ( esk3_3(n0,n3,waterLevel(n3)) = tapOn
    | esk3_3(n0,n3,waterLevel(n3)) = overflow
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_147,c_0_289]) ).

cnf(c_0_299,plain,
    ( esk3_3(n0,n3,waterLevel(n3)) = overflow
    | esk3_3(n0,n3,waterLevel(n3)) = tapOff
    | holdsAt(waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_290,c_0_291]),c_0_97]) ).

cnf(c_0_300,plain,
    ( ~ less(X1,X2)
    | ~ less(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_278]) ).

cnf(c_0_301,plain,
    ( X1 = n0
    | X1 = n1
    | less(n1,X1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_292,c_0_293]),c_0_138]) ).

cnf(c_0_302,plain,
    ( X1 = n2
    | less_or_equal(X1,n1)
    | less(n2,X1) ),
    inference(spm,[status(thm)],[c_0_294,c_0_285]) ).

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

cnf(c_0_304,plain,
    ( releases(esk8_2(filling,n2),filling,n2)
    | releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4) ),
    inference(spm,[status(thm)],[c_0_295,c_0_296]) ).

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

cnf(c_0_306,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n4)
    | happens(esk3_3(n1,n3,filling),esk4_3(n1,n3,filling)) ),
    inference(spm,[status(thm)],[c_0_125,c_0_281]) ).

cnf(c_0_307,plain,
    ( esk3_3(n1,n3,filling) = tapOn
    | holdsAt(filling,n2)
    | holdsAt(filling,n4) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_126,c_0_297]),c_0_97]),c_0_97]),c_0_128]) ).

cnf(c_0_308,plain,
    ( esk3_3(n0,n3,waterLevel(n3)) = overflow
    | holdsAt(waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_298,c_0_299]),c_0_68]),c_0_251]) ).

cnf(c_0_309,plain,
    ( X1 = n0
    | X1 = n1
    | ~ less(X1,n1) ),
    inference(spm,[status(thm)],[c_0_300,c_0_301]) ).

cnf(c_0_310,plain,
    ( X1 = n1
    | X1 = n2
    | less(X1,n1)
    | less(n2,X1) ),
    inference(spm,[status(thm)],[c_0_292,c_0_302]) ).

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

cnf(c_0_312,plain,
    ( holdsAt(waterLevel(n3),n3)
    | less(esk4_3(n0,n3,waterLevel(n3)),n3) ),
    inference(spm,[status(thm)],[c_0_303,c_0_277]) ).

cnf(c_0_313,plain,
    ( releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_199,c_0_304]),c_0_97]) ).

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

cnf(c_0_315,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n4)
    | less(n1,esk4_3(n1,n3,filling)) ),
    inference(spm,[status(thm)],[c_0_131,c_0_281]) ).

cnf(c_0_316,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n4)
    | happens(tapOn,esk4_3(n1,n3,filling)) ),
    inference(spm,[status(thm)],[c_0_306,c_0_307]) ).

cnf(c_0_317,plain,
    ( holdsAt(waterLevel(n3),n3)
    | happens(overflow,esk4_3(n0,n3,waterLevel(n3))) ),
    inference(spm,[status(thm)],[c_0_289,c_0_308]) ).

cnf(c_0_318,plain,
    ( X1 = n0
    | X1 = n1
    | X1 = n2
    | less(n2,X1) ),
    inference(spm,[status(thm)],[c_0_309,c_0_310]) ).

cnf(c_0_319,plain,
    ( less_or_equal(esk4_3(n0,n3,waterLevel(n3)),n2)
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_311,c_0_312]) ).

cnf(c_0_320,plain,
    ( releases(esk8_2(filling,n1),filling,n1)
    | releasedAt(filling,n1)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4) ),
    inference(spm,[status(thm)],[c_0_197,c_0_313]) ).

cnf(c_0_321,plain,
    ( ~ holdsAt(X1,plus(n1,X2))
    | ~ terminates(X3,X1,X2)
    | ~ happens(X3,X2) ),
    inference(spm,[status(thm)],[c_0_314,c_0_43]) ).

cnf(c_0_322,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n4)
    | ~ less(esk4_3(n1,n3,filling),n1) ),
    inference(spm,[status(thm)],[c_0_300,c_0_315]) ).

cnf(c_0_323,plain,
    ( esk4_3(n1,n3,filling) = n0
    | holdsAt(filling,n2)
    | holdsAt(filling,n4) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_316]),c_0_67]) ).

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

cnf(c_0_325,plain,
    ( holdsAt(X1,plus(n1,esk4_3(n0,n3,waterLevel(n3))))
    | holdsAt(waterLevel(n3),n3)
    | ~ initiates(overflow,X1,esk4_3(n0,n3,waterLevel(n3))) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_317]),c_0_43]) ).

cnf(c_0_326,plain,
    ( holdsAt(waterLevel(n3),n3)
    | initiates(overflow,waterLevel(n3),esk4_3(n0,n3,waterLevel(n3))) ),
    inference(spm,[status(thm)],[c_0_283,c_0_308]) ).

cnf(c_0_327,plain,
    ( X1 = n0
    | X1 = n1
    | X1 = n2
    | ~ less(X1,n2) ),
    inference(spm,[status(thm)],[c_0_300,c_0_318]) ).

cnf(c_0_328,plain,
    ( esk4_3(n0,n3,waterLevel(n3)) = n2
    | holdsAt(waterLevel(n3),n3)
    | less(esk4_3(n0,n3,waterLevel(n3)),n2) ),
    inference(spm,[status(thm)],[c_0_292,c_0_319]) ).

cnf(c_0_329,plain,
    ( releasedAt(filling,n1)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_199,c_0_320]),c_0_97]) ).

cnf(c_0_330,plain,
    ( ~ holdsAt(X1,n4)
    | ~ terminates(X2,X1,n3)
    | ~ happens(X2,n3) ),
    inference(spm,[status(thm)],[c_0_321,c_0_141]) ).

cnf(c_0_331,plain,
    ( holdsAt(filling,n2)
    | holdsAt(filling,n4) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_322,c_0_323]),c_0_160])]) ).

cnf(c_0_332,plain,
    ( happens(overflow,n3)
    | ~ holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_80,c_0_252]) ).

cnf(c_0_333,plain,
    ( terminates(X1,filling,X2)
    | X1 != overflow ),
    inference(er,[status(thm)],[c_0_324]) ).

cnf(c_0_334,plain,
    ( holdsAt(waterLevel(n3),plus(n1,esk4_3(n0,n3,waterLevel(n3))))
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_325,c_0_326]) ).

cnf(c_0_335,plain,
    ( esk4_3(n0,n3,waterLevel(n3)) = n0
    | esk4_3(n0,n3,waterLevel(n3)) = n1
    | esk4_3(n0,n3,waterLevel(n3)) = n2
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_327,c_0_328]) ).

cnf(c_0_336,plain,
    ( holdsAt(waterLevel(n3),n3)
    | holdsAt(filling,n4) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_75,c_0_329]),c_0_53])]) ).

cnf(c_0_337,plain,
    ( holdsAt(filling,n2)
    | ~ terminates(X1,filling,n3)
    | ~ happens(X1,n3) ),
    inference(spm,[status(thm)],[c_0_330,c_0_331]) ).

cnf(c_0_338,plain,
    ( holdsAt(filling,n2)
    | happens(overflow,n3) ),
    inference(spm,[status(thm)],[c_0_332,c_0_140]) ).

cnf(c_0_339,plain,
    terminates(overflow,filling,X1),
    inference(er,[status(thm)],[c_0_333]) ).

cnf(c_0_340,plain,
    ( holdsAt(waterLevel(n3),n3)
    | less(n0,esk4_3(n0,n3,waterLevel(n3))) ),
    inference(spm,[status(thm)],[c_0_131,c_0_277]) ).

cnf(c_0_341,plain,
    ( esk4_3(n0,n3,waterLevel(n3)) = n0
    | esk4_3(n0,n3,waterLevel(n3)) = n1
    | holdsAt(waterLevel(n3),n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_334,c_0_335]),c_0_92])]) ).

cnf(c_0_342,plain,
    ( holdsAt(filling,n4)
    | happens(overflow,n3) ),
    inference(spm,[status(thm)],[c_0_332,c_0_336]) ).

cnf(c_0_343,plain,
    ( epred1_3(waterLevel(n3),overflow,n3)
    | holdsAt(filling,n4) ),
    inference(spm,[status(thm)],[c_0_85,c_0_336]) ).

cnf(c_0_344,plain,
    ( ~ holdsAt(X1,n2)
    | ~ terminates(X2,X1,n1)
    | ~ happens(X2,n1) ),
    inference(spm,[status(thm)],[c_0_314,c_0_56]) ).

cnf(c_0_345,plain,
    holdsAt(filling,n2),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_337,c_0_338]),c_0_339])]) ).

cnf(c_0_346,plain,
    ( esk4_3(n0,n3,waterLevel(n3)) = n1
    | holdsAt(waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_340,c_0_341]),c_0_138]) ).

cnf(c_0_347,plain,
    ( holdsAt(filling,n4)
    | holdsAt(X1,n4)
    | ~ initiates(overflow,X1,n3) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_342]),c_0_43]),c_0_141]) ).

cnf(c_0_348,plain,
    ( holdsAt(filling,n4)
    | initiates(overflow,waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_49,c_0_343]) ).

cnf(c_0_349,plain,
    ( ~ terminates(X1,filling,n1)
    | ~ happens(X1,n1) ),
    inference(spm,[status(thm)],[c_0_344,c_0_345]) ).

cnf(c_0_350,plain,
    ( holdsAt(waterLevel(n3),n3)
    | happens(overflow,n1) ),
    inference(spm,[status(thm)],[c_0_317,c_0_346]) ).

cnf(c_0_351,plain,
    holdsAt(filling,n4),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_347,c_0_348]),c_0_142]) ).

cnf(c_0_352,plain,
    holdsAt(waterLevel(n3),n3),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_349,c_0_350]),c_0_339])]) ).

cnf(c_0_353,plain,
    ( ~ terminates(X1,filling,n3)
    | ~ happens(X1,n3) ),
    inference(spm,[status(thm)],[c_0_330,c_0_351]) ).

cnf(c_0_354,plain,
    happens(overflow,n3),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_332,c_0_352])]) ).

cnf(c_0_355,plain,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_353,c_0_354]),c_0_339])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : CSR001+1 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.03/0.12  % Command  : run_ET %s %d
% 0.12/0.33  % Computer : n017.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Sat Jun 11 15:09:06 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.25/6.43  # Running protocol protocol_eprover_2d86bd69119e7e9cc4417c0ee581499eaf828bb2 for 23 seconds:
% 0.25/6.43  # SinE strategy is GSinE(CountFormulas,,1.1,,02,500,1.0)
% 0.25/6.43  # Preprocessing time       : 0.015 s
% 0.25/6.43  
% 0.25/6.43  # Failure: Out of unprocessed clauses!
% 0.25/6.43  # OLD status GaveUp
% 0.25/6.43  # Parsed axioms                        : 55
% 0.25/6.43  # Removed by relevancy pruning/SinE    : 35
% 0.25/6.43  # Initial clauses                      : 29
% 0.25/6.43  # Removed in clause preprocessing      : 1
% 0.25/6.43  # Initial clauses in saturation        : 28
% 0.25/6.43  # Processed clauses                    : 605
% 0.25/6.43  # ...of these trivial                  : 5
% 0.25/6.43  # ...subsumed                          : 427
% 0.25/6.43  # ...remaining for further processing  : 173
% 0.25/6.43  # Other redundant clauses eliminated   : 2
% 0.25/6.43  # Clauses deleted for lack of memory   : 0
% 0.25/6.43  # Backward-subsumed                    : 1
% 0.25/6.43  # Backward-rewritten                   : 5
% 0.25/6.43  # Generated clauses                    : 969
% 0.25/6.43  # ...of the previous two non-trivial   : 579
% 0.25/6.43  # Contextual simplify-reflections      : 347
% 0.25/6.43  # Paramodulations                      : 958
% 0.25/6.43  # Factorizations                       : 8
% 0.25/6.43  # Equation resolutions                 : 3
% 0.25/6.43  # Current number of processed clauses  : 165
% 0.25/6.43  #    Positive orientable unit clauses  : 30
% 0.25/6.43  #    Positive unorientable unit clauses: 1
% 0.25/6.43  #    Negative unit clauses             : 9
% 0.25/6.43  #    Non-unit-clauses                  : 125
% 0.25/6.43  # Current number of unprocessed clauses: 0
% 0.25/6.43  # ...number of literals in the above   : 0
% 0.25/6.43  # Current number of archived formulas  : 0
% 0.25/6.43  # Current number of archived clauses   : 6
% 0.25/6.43  # Clause-clause subsumption calls (NU) : 28449
% 0.25/6.43  # Rec. Clause-clause subsumption calls : 3315
% 0.25/6.43  # Non-unit clause-clause subsumptions  : 768
% 0.25/6.43  # Unit Clause-clause subsumption calls : 42
% 0.25/6.43  # Rewrite failures with RHS unbound    : 0
% 0.25/6.43  # BW rewrite match attempts            : 21
% 0.25/6.43  # BW rewrite match successes           : 16
% 0.25/6.43  # Condensation attempts                : 0
% 0.25/6.43  # Condensation successes               : 0
% 0.25/6.43  # Termbank termtop insertions          : 21647
% 0.25/6.43  
% 0.25/6.43  # -------------------------------------------------
% 0.25/6.43  # User time                : 0.069 s
% 0.25/6.43  # System time              : 0.001 s
% 0.25/6.43  # Total time               : 0.070 s
% 0.25/6.43  # Maximum resident set size: 3308 pages
% 0.25/6.43  # Running protocol protocol_eprover_230b6c199cce1dcf6700db59e75a93feb83d1bd9 for 23 seconds:
% 0.25/6.43  # SinE strategy is GSinE(CountFormulas,hypos,1.1,,01,20000,1.0)
% 0.25/6.43  # Preprocessing time       : 0.015 s
% 0.25/6.43  
% 0.25/6.43  # Failure: Out of unprocessed clauses!
% 0.25/6.43  # OLD status GaveUp
% 0.25/6.43  # Parsed axioms                        : 55
% 0.25/6.43  # Removed by relevancy pruning/SinE    : 36
% 0.25/6.43  # Initial clauses                      : 21
% 0.25/6.43  # Removed in clause preprocessing      : 1
% 0.25/6.43  # Initial clauses in saturation        : 20
% 0.25/6.43  # Processed clauses                    : 21
% 0.25/6.43  # ...of these trivial                  : 0
% 0.25/6.43  # ...subsumed                          : 0
% 0.25/6.43  # ...remaining for further processing  : 21
% 0.25/6.43  # Other redundant clauses eliminated   : 0
% 0.25/6.43  # Clauses deleted for lack of memory   : 0
% 0.25/6.43  # Backward-subsumed                    : 0
% 0.25/6.43  # Backward-rewritten                   : 0
% 0.25/6.43  # Generated clauses                    : 3
% 0.25/6.43  # ...of the previous two non-trivial   : 1
% 0.25/6.43  # Contextual simplify-reflections      : 0
% 0.25/6.43  # Paramodulations                      : 2
% 0.25/6.43  # Factorizations                       : 0
% 0.25/6.43  # Equation resolutions                 : 1
% 0.25/6.43  # Current number of processed clauses  : 21
% 0.25/6.43  #    Positive orientable unit clauses  : 6
% 0.25/6.43  #    Positive unorientable unit clauses: 0
% 0.25/6.43  #    Negative unit clauses             : 10
% 0.25/6.43  #    Non-unit-clauses                  : 5
% 0.25/6.43  # Current number of unprocessed clauses: 0
% 0.25/6.43  # ...number of literals in the above   : 0
% 0.25/6.43  # Current number of archived formulas  : 0
% 0.25/6.43  # Current number of archived clauses   : 0
% 0.25/6.43  # Clause-clause subsumption calls (NU) : 2
% 0.25/6.43  # Rec. Clause-clause subsumption calls : 2
% 0.25/6.43  # Non-unit clause-clause subsumptions  : 0
% 0.25/6.43  # Unit Clause-clause subsumption calls : 0
% 0.25/6.43  # Rewrite failures with RHS unbound    : 0
% 0.25/6.43  # BW rewrite match attempts            : 0
% 0.25/6.43  # BW rewrite match successes           : 0
% 0.25/6.43  # Condensation attempts                : 0
% 0.25/6.43  # Condensation successes               : 0
% 0.25/6.43  # Termbank termtop insertions          : 1107
% 0.25/6.43  
% 0.25/6.43  # -------------------------------------------------
% 0.25/6.43  # User time                : 0.014 s
% 0.25/6.43  # System time              : 0.001 s
% 0.25/6.43  # Total time               : 0.015 s
% 0.25/6.43  # Maximum resident set size: 2768 pages
% 0.25/6.43  # Running protocol protocol_eprover_48e494e00e0717ec2eabf59b73b2d711334607de for 23 seconds:
% 0.25/6.43  # SinE strategy is GSinE(CountFormulas,hypos,1.1,,03,20000,1.0)
% 0.25/6.43  # Preprocessing time       : 0.015 s
% 0.25/6.43  
% 0.25/6.43  # Failure: Out of unprocessed clauses!
% 0.25/6.43  # OLD status GaveUp
% 0.25/6.43  # Parsed axioms                        : 55
% 0.25/6.43  # Removed by relevancy pruning/SinE    : 27
% 0.25/6.43  # Initial clauses                      : 37
% 0.25/6.43  # Removed in clause preprocessing      : 1
% 0.25/6.43  # Initial clauses in saturation        : 36
% 0.25/6.43  # Processed clauses                    : 229
% 0.25/6.43  # ...of these trivial                  : 0
% 0.25/6.43  # ...subsumed                          : 137
% 0.25/6.43  # ...remaining for further processing  : 92
% 0.25/6.43  # Other redundant clauses eliminated   : 2
% 0.25/6.43  # Clauses deleted for lack of memory   : 0
% 0.25/6.43  # Backward-subsumed                    : 1
% 0.25/6.43  # Backward-rewritten                   : 0
% 0.25/6.43  # Generated clauses                    : 250
% 0.25/6.43  # ...of the previous two non-trivial   : 194
% 0.25/6.43  # Contextual simplify-reflections      : 61
% 0.25/6.43  # Paramodulations                      : 245
% 0.25/6.43  # Factorizations                       : 2
% 0.25/6.43  # Equation resolutions                 : 3
% 0.25/6.43  # Current number of processed clauses  : 89
% 0.25/6.43  #    Positive orientable unit clauses  : 14
% 0.25/6.43  #    Positive unorientable unit clauses: 1
% 0.25/6.43  #    Negative unit clauses             : 17
% 0.25/6.43  #    Non-unit-clauses                  : 57
% 0.25/6.43  # Current number of unprocessed clauses: 0
% 0.25/6.43  # ...number of literals in the above   : 0
% 0.25/6.43  # Current number of archived formulas  : 0
% 0.25/6.43  # Current number of archived clauses   : 1
% 0.25/6.43  # Clause-clause subsumption calls (NU) : 1815
% 0.25/6.43  # Rec. Clause-clause subsumption calls : 617
% 0.25/6.43  # Non-unit clause-clause subsumptions  : 147
% 0.25/6.43  # Unit Clause-clause subsumption calls : 113
% 0.25/6.43  # Rewrite failures with RHS unbound    : 0
% 0.25/6.43  # BW rewrite match attempts            : 11
% 0.25/6.43  # BW rewrite match successes           : 6
% 0.25/6.43  # Condensation attempts                : 0
% 0.25/6.43  # Condensation successes               : 0
% 0.25/6.43  # Termbank termtop insertions          : 3256
% 0.25/6.43  
% 0.25/6.43  # -------------------------------------------------
% 0.25/6.43  # User time                : 0.023 s
% 0.25/6.43  # System time              : 0.002 s
% 0.25/6.43  # Total time               : 0.025 s
% 0.25/6.43  # Maximum resident set size: 3092 pages
% 0.25/6.43  # Running protocol protocol_eprover_33aa8a325940064c53b389b41203bb48a5cb5006 for 23 seconds:
% 0.25/6.43  # Preprocessing time       : 0.019 s
% 0.25/6.43  
% 0.25/6.43  # Proof found!
% 0.25/6.43  # SZS status Theorem
% 0.25/6.43  # SZS output start CNFRefutation
% See solution above
% 0.25/6.44  # Proof object total steps             : 356
% 0.25/6.44  # Proof object clause steps            : 296
% 0.25/6.44  # Proof object formula steps           : 60
% 0.25/6.44  # Proof object conjectures             : 4
% 0.25/6.44  # Proof object clause conjectures      : 1
% 0.25/6.44  # Proof object formula conjectures     : 3
% 0.25/6.44  # Proof object initial clauses used    : 60
% 0.25/6.44  # Proof object initial formulas used   : 33
% 0.25/6.44  # Proof object generating inferences   : 231
% 0.25/6.44  # Proof object simplifying inferences  : 126
% 0.25/6.44  # Training examples: 0 positive, 0 negative
% 0.25/6.44  # Parsed axioms                        : 55
% 0.25/6.44  # Removed by relevancy pruning/SinE    : 0
% 0.25/6.44  # Initial clauses                      : 137
% 0.25/6.44  # Removed in clause preprocessing      : 1
% 0.25/6.44  # Initial clauses in saturation        : 136
% 0.25/6.44  # Processed clauses                    : 53762
% 0.25/6.44  # ...of these trivial                  : 28
% 0.25/6.44  # ...subsumed                          : 39983
% 0.25/6.44  # ...remaining for further processing  : 13751
% 0.25/6.44  # Other redundant clauses eliminated   : 2
% 0.25/6.44  # Clauses deleted for lack of memory   : 0
% 0.25/6.44  # Backward-subsumed                    : 5588
% 0.25/6.44  # Backward-rewritten                   : 6283
% 0.25/6.44  # Generated clauses                    : 270387
% 0.25/6.44  # ...of the previous two non-trivial   : 205425
% 0.25/6.44  # Contextual simplify-reflections      : 0
% 0.25/6.44  # Paramodulations                      : 270185
% 0.25/6.44  # Factorizations                       : 80
% 0.25/6.44  # Equation resolutions                 : 122
% 0.25/6.44  # Current number of processed clauses  : 1878
% 0.25/6.44  #    Positive orientable unit clauses  : 136
% 0.25/6.44  #    Positive unorientable unit clauses: 1
% 0.25/6.44  #    Negative unit clauses             : 53
% 0.25/6.44  #    Non-unit-clauses                  : 1688
% 0.25/6.44  # Current number of unprocessed clauses: 3931
% 0.25/6.44  # ...number of literals in the above   : 30700
% 0.25/6.44  # Current number of archived formulas  : 0
% 0.25/6.44  # Current number of archived clauses   : 11871
% 0.25/6.44  # Clause-clause subsumption calls (NU) : 4020087
% 0.25/6.44  # Rec. Clause-clause subsumption calls : 2484889
% 0.25/6.44  # Non-unit clause-clause subsumptions  : 44605
% 0.25/6.44  # Unit Clause-clause subsumption calls : 9718
% 0.25/6.44  # Rewrite failures with RHS unbound    : 0
% 0.25/6.44  # BW rewrite match attempts            : 63
% 0.25/6.44  # BW rewrite match successes           : 38
% 0.25/6.44  # Condensation attempts                : 0
% 0.25/6.44  # Condensation successes               : 0
% 0.25/6.44  # Termbank termtop insertions          : 6655128
% 0.25/6.44  
% 0.25/6.44  # -------------------------------------------------
% 0.25/6.44  # User time                : 5.073 s
% 0.25/6.44  # System time              : 0.060 s
% 0.25/6.44  # Total time               : 5.133 s
% 0.25/6.44  # Maximum resident set size: 71608 pages
% 0.28/23.40  eprover: CPU time limit exceeded, terminating
% 0.28/23.40  eprover: CPU time limit exceeded, terminating
% 0.28/23.41  eprover: CPU time limit exceeded, terminating
% 0.28/23.41  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.41  eprover: No such file or directory
% 0.28/23.42  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.42  eprover: No such file or directory
% 0.28/23.42  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.42  eprover: No such file or directory
% 0.28/23.42  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.28/23.42  eprover: No such file or directory
% 0.28/23.42  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.42  eprover: No such file or directory
% 0.28/23.42  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.28/23.42  eprover: No such file or directory
% 0.28/23.43  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.43  eprover: No such file or directory
% 0.28/23.43  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.43  eprover: No such file or directory
% 0.28/23.43  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.28/23.43  eprover: No such file or directory
% 0.28/23.43  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.43  eprover: No such file or directory
% 0.28/23.43  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.43  eprover: No such file or directory
% 0.28/23.43  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.28/23.43  eprover: No such file or directory
% 0.28/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.28/23.44  eprover: No such file or directory
% 0.28/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.44  eprover: No such file or directory
% 0.28/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.44  eprover: No such file or directory
% 0.28/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.44  eprover: No such file or directory
% 0.28/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.28/23.44  eprover: No such file or directory
% 0.28/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.44  eprover: No such file or directory
% 0.28/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.28/23.45  eprover: No such file or directory
% 0.28/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.45  eprover: No such file or directory
% 0.28/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.45  eprover: No such file or directory
% 0.28/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.28/23.45  eprover: No such file or directory
% 0.28/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.45  eprover: No such file or directory
% 0.28/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.45  eprover: No such file or directory
% 0.28/23.46  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.28/23.46  eprover: No such file or directory
% 0.28/23.46  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.46  eprover: No such file or directory
% 0.28/23.46  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.46  eprover: No such file or directory
% 0.28/23.46  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.28/23.46  eprover: No such file or directory
% 0.28/23.46  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.46  eprover: No such file or directory
% 0.28/23.46  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.46  eprover: No such file or directory
% 0.28/23.47  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.28/23.47  eprover: No such file or directory
% 0.28/23.47  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.47  eprover: No such file or directory
% 0.28/23.47  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.28/23.47  eprover: No such file or directory
%------------------------------------------------------------------------------