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

View Problem - Process Solution

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

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

% Result   : Theorem 0.46s 46.63s
% Output   : CNFRefutation 0.46s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   24
%            Number of leaves      :   33
% Syntax   : Number of formulae    :  207 (  60 unt;   0 def)
%            Number of atoms       :  773 ( 315 equ)
%            Maximal formula atoms :  194 (   3 avg)
%            Number of connectives :  793 ( 227   ~; 447   |; 101   &)
%                                         (  12 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   52 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :   13 (  11 usr;   1 prp; 0-4 aty)
%            Number of functors    :   19 (  19 usr;  10 con; 0-3 aty)
%            Number of variables   :  266 (  39 sgn 125   !;  10   ?)

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

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

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

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

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

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

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

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

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

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

fof(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/sandbox/benchmark/Axioms/CSR001+0.ax',change_holding) ).

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

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

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

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

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

fof(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/sandbox/benchmark/Axioms/CSR001+0.ax',stoppedin_defn) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf(c_0_38,plain,
    less_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_34]) ).

fof(c_0_39,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_40,plain,
    ( trajectory(filling,X1,waterLevel(X2),X3)
    | X2 != plus(X4,X3)
    | ~ holdsAt(waterLevel(X4),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_35]) ).

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

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

fof(c_0_43,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_44,plain,
    ( less_or_equal(X1,X2)
    | ~ less(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_45,plain,
    less(n0,n1),
    inference(spm,[status(thm)],[c_0_37,c_0_38]) ).

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

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

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

cnf(c_0_49,hypothesis,
    ( trajectory(filling,n0,waterLevel(X1),X2)
    | X1 != plus(n0,X2) ),
    inference(spm,[status(thm)],[c_0_40,c_0_41]) ).

cnf(c_0_50,plain,
    plus(n0,n2) = n2,
    inference(split_conjunct,[status(thm)],[plus0_2]) ).

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

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

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

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

cnf(c_0_55,plain,
    less_or_equal(n0,n1),
    inference(spm,[status(thm)],[c_0_44,c_0_45]) ).

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

cnf(c_0_57,plain,
    ( X1 = n1
    | less_or_equal(X1,n0)
    | less(n1,X1) ),
    inference(spm,[status(thm)],[c_0_46,c_0_47]) ).

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

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

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

cnf(c_0_61,hypothesis,
    ( trajectory(filling,n0,waterLevel(X1),n2)
    | X1 != n2 ),
    inference(spm,[status(thm)],[c_0_49,c_0_50]) ).

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

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

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

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

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

fof(c_0_67,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_68,plain,
    less(n0,n2),
    inference(spm,[status(thm)],[c_0_54,c_0_55]) ).

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

cnf(c_0_70,plain,
    ( X1 = n1
    | X1 = n0
    | less(n1,X1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_56,c_0_57]),c_0_58]) ).

cnf(c_0_71,plain,
    ( X1 = n2
    | less_or_equal(X1,n1)
    | less(n2,X1) ),
    inference(spm,[status(thm)],[c_0_59,c_0_47]) ).

cnf(c_0_72,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_60]) ).

cnf(c_0_73,hypothesis,
    trajectory(filling,n0,waterLevel(n2),n2),
    inference(er,[status(thm)],[c_0_61]) ).

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

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

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

cnf(c_0_77,hypothesis,
    ( trajectory(filling,n0,waterLevel(X1),n1)
    | X1 != n1 ),
    inference(spm,[status(thm)],[c_0_49,c_0_65]) ).

cnf(c_0_78,hypothesis,
    ( trajectory(filling,n0,waterLevel(X1),n3)
    | X1 != n3 ),
    inference(spm,[status(thm)],[c_0_49,c_0_66]) ).

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

cnf(c_0_80,plain,
    less_or_equal(n0,n2),
    inference(spm,[status(thm)],[c_0_44,c_0_68]) ).

fof(c_0_81,plain,
    ! [X6,X7] :
      ( ( happens(esk6_2(X6,X7),X7)
        | holdsAt(X6,X7)
        | releasedAt(X6,plus(X7,n1))
        | ~ holdsAt(X6,plus(X7,n1)) )
      & ( initiates(esk6_2(X6,X7),X6,X7)
        | holdsAt(X6,X7)
        | releasedAt(X6,plus(X7,n1))
        | ~ holdsAt(X6,plus(X7,n1)) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[keep_not_holding])])])])])])]) ).

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

cnf(c_0_83,plain,
    ( X1 = n0
    | X1 = n1
    | ~ less(X1,n1) ),
    inference(spm,[status(thm)],[c_0_69,c_0_70]) ).

cnf(c_0_84,plain,
    ( X1 = n2
    | X1 = n1
    | less(n2,X1)
    | less(X1,n1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_71]) ).

fof(c_0_85,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_86,hypothesis,
    ( holdsAt(waterLevel(n2),n2)
    | stoppedIn(n0,filling,n2)
    | ~ initiates(X1,filling,n0)
    | ~ happens(X1,n0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_73]),c_0_50]),c_0_50]),c_0_68])]) ).

cnf(c_0_87,plain,
    initiates(tapOn,filling,X1),
    inference(spm,[status(thm)],[c_0_74,c_0_75]) ).

cnf(c_0_88,plain,
    happens(tapOn,n0),
    inference(er,[status(thm)],[c_0_76]) ).

cnf(c_0_89,hypothesis,
    trajectory(filling,n0,waterLevel(n1),n1),
    inference(er,[status(thm)],[c_0_77]) ).

cnf(c_0_90,hypothesis,
    trajectory(filling,n0,waterLevel(n3),n3),
    inference(er,[status(thm)],[c_0_78]) ).

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

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

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

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

cnf(c_0_95,plain,
    ( X1 = n2
    | X1 = n1
    | X1 = n0
    | less(n2,X1) ),
    inference(spm,[status(thm)],[c_0_83,c_0_84]) ).

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

cnf(c_0_97,plain,
    ( holdsAt(waterLevel(n2),n2)
    | stoppedIn(n0,filling,n2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_86,c_0_87]),c_0_88])]) ).

cnf(c_0_98,hypothesis,
    ( holdsAt(waterLevel(n1),n1)
    | stoppedIn(n0,filling,n1)
    | ~ initiates(X1,filling,n0)
    | ~ happens(X1,n0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_89]),c_0_65]),c_0_65]),c_0_45])]) ).

cnf(c_0_99,hypothesis,
    ( holdsAt(waterLevel(n3),n3)
    | stoppedIn(n0,filling,n3)
    | ~ initiates(X1,filling,n0)
    | ~ happens(X1,n0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_90]),c_0_66]),c_0_66]),c_0_91])]) ).

fof(c_0_100,plain,
    ! [X6,X7] :
      ( ( happens(esk8_2(X6,X7),X7)
        | releasedAt(X6,X7)
        | ~ releasedAt(X6,plus(X7,n1)) )
      & ( releases(esk8_2(X6,X7),X6,X7)
        | releasedAt(X6,X7)
        | ~ releasedAt(X6,plus(X7,n1)) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[keep_not_released])])])])])])]) ).

cnf(c_0_101,plain,
    ( releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2)
    | happens(esk6_2(X1,X2),X2)
    | ~ holdsAt(X1,plus(n1,X2)) ),
    inference(pm,[status(thm)],[c_0_92,c_0_93]) ).

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

fof(c_0_103,negated_conjecture,
    holdsAt(filling,n4),
    inference(fof_simplification,[status(thm)],[c_0_94]) ).

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

cnf(c_0_105,plain,
    ( X1 = n0
    | X1 = n1
    | X1 = n2
    | ~ less(X1,n2) ),
    inference(spm,[status(thm)],[c_0_69,c_0_95]) ).

cnf(c_0_106,plain,
    ( holdsAt(waterLevel(n2),n2)
    | less(esk2_3(n0,filling,n2),n2) ),
    inference(spm,[status(thm)],[c_0_96,c_0_97]) ).

cnf(c_0_107,plain,
    ( ~ less(X1,X2)
    | X2 != X1 ),
    inference(split_conjunct,[status(thm)],[c_0_39]) ).

cnf(c_0_108,plain,
    ( holdsAt(waterLevel(n1),n1)
    | stoppedIn(n0,filling,n1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_98,c_0_87]),c_0_88])]) ).

cnf(c_0_109,plain,
    ( holdsAt(waterLevel(n3),n3)
    | stoppedIn(n0,filling,n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_99,c_0_87]),c_0_88])]) ).

fof(c_0_110,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_111,plain,
    ( terminates(esk1_3(X1,X2,X3),X2,esk2_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_85]) ).

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

cnf(c_0_113,plain,
    ( releasedAt(X1,n4)
    | holdsAt(X1,n3)
    | happens(esk6_2(X1,n3),n3)
    | ~ holdsAt(X1,n4) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_101,c_0_102]),c_0_93]),c_0_102]) ).

cnf(c_0_114,negated_conjecture,
    holdsAt(filling,n4),
    inference(split_conjunct,[status(thm)],[c_0_103]) ).

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

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

cnf(c_0_117,plain,
    ( holdsAt(waterLevel(n2),n2)
    | happens(esk1_3(n0,filling,n2),esk2_3(n0,filling,n2)) ),
    inference(spm,[status(thm)],[c_0_104,c_0_97]) ).

cnf(c_0_118,plain,
    ( esk2_3(n0,filling,n2) = n2
    | esk2_3(n0,filling,n2) = n1
    | esk2_3(n0,filling,n2) = n0
    | holdsAt(waterLevel(n2),n2) ),
    inference(spm,[status(thm)],[c_0_105,c_0_106]) ).

cnf(c_0_119,plain,
    ~ less(X1,X1),
    inference(er,[status(thm)],[c_0_107]) ).

cnf(c_0_120,plain,
    ( holdsAt(waterLevel(n1),n1)
    | less(esk2_3(n0,filling,n1),n1) ),
    inference(spm,[status(thm)],[c_0_96,c_0_108]) ).

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

cnf(c_0_122,plain,
    ( holdsAt(waterLevel(n3),n3)
    | happens(esk1_3(n0,filling,n3),esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_104,c_0_109]) ).

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

cnf(c_0_124,plain,
    ( holdsAt(waterLevel(n3),n3)
    | terminates(esk1_3(n0,filling,n3),filling,esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_111,c_0_109]) ).

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

cnf(c_0_126,plain,
    ( holdsAt(waterLevel(n3),n3)
    | less(esk2_3(n0,filling,n3),n3) ),
    inference(spm,[status(thm)],[c_0_96,c_0_109]) ).

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

cnf(c_0_128,plain,
    ( releasedAt(X1,X2)
    | happens(esk8_2(X1,X2),X2)
    | ~ releasedAt(X1,plus(n1,X2)) ),
    inference(pm,[status(thm)],[c_0_112,c_0_93]) ).

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

cnf(c_0_130,negated_conjecture,
    ( releasedAt(filling,n4)
    | holdsAt(filling,n3)
    | happens(esk6_2(filling,n3),n3) ),
    inference(spm,[status(thm)],[c_0_113,c_0_114]) ).

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

cnf(c_0_132,plain,
    ( esk2_3(n0,filling,n2) = n0
    | holdsAt(waterLevel(n3),esk2_3(n0,filling,n2))
    | holdsAt(waterLevel(n2),n2) ),
    inference(spm,[status(thm)],[c_0_116,c_0_117]) ).

cnf(c_0_133,plain,
    ( esk2_3(n0,filling,n2) = n0
    | esk2_3(n0,filling,n2) = n1
    | holdsAt(waterLevel(n2),n2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_106,c_0_118]),c_0_119]) ).

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

cnf(c_0_135,plain,
    ( esk2_3(n0,filling,n1) = n1
    | esk2_3(n0,filling,n1) = n0
    | holdsAt(waterLevel(n1),n1) ),
    inference(spm,[status(thm)],[c_0_83,c_0_120]) ).

cnf(c_0_136,plain,
    ( esk1_3(n0,filling,n3) = tapOn
    | esk1_3(n0,filling,n3) = overflow
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_121,c_0_122]) ).

cnf(c_0_137,plain,
    ( esk1_3(n0,filling,n3) = overflow
    | esk1_3(n0,filling,n3) = tapOff
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_123,c_0_124]) ).

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

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

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

cnf(c_0_141,plain,
    ( less_or_equal(esk2_3(n0,filling,n3),n2)
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_125,c_0_126]) ).

cnf(c_0_142,plain,
    ( releases(esk8_2(X1,X2),X1,X2)
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(n1,X2)) ),
    inference(pm,[status(thm)],[c_0_127,c_0_93]) ).

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

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

cnf(c_0_145,negated_conjecture,
    ( n3 = n0
    | releasedAt(filling,n4)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_129,c_0_130]) ).

cnf(c_0_146,plain,
    ( esk2_3(n0,filling,n2) = n0
    | X1 = n3
    | holdsAt(waterLevel(n2),n2)
    | ~ holdsAt(waterLevel(X1),esk2_3(n0,filling,n2)) ),
    inference(spm,[status(thm)],[c_0_131,c_0_132]) ).

cnf(c_0_147,plain,
    ( esk2_3(n0,filling,n2) = n0
    | holdsAt(waterLevel(n2),n2)
    | n1 != n0 ),
    inference(ef,[status(thm)],[c_0_133]) ).

cnf(c_0_148,plain,
    ( holdsAt(waterLevel(n1),n1)
    | less(n0,esk2_3(n0,filling,n1)) ),
    inference(spm,[status(thm)],[c_0_134,c_0_108]) ).

cnf(c_0_149,plain,
    ( esk2_3(n0,filling,n1) = n0
    | holdsAt(waterLevel(n1),n1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_120,c_0_135]),c_0_119]) ).

cnf(c_0_150,plain,
    ( esk1_3(n0,filling,n3) = overflow
    | holdsAt(waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_137]),c_0_138]),c_0_139]) ).

cnf(c_0_151,plain,
    ( esk1_3(n0,filling,n3) = tapOn
    | holdsAt(waterLevel(n3),esk2_3(n0,filling,n3))
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_140,c_0_122]) ).

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

cnf(c_0_153,plain,
    ( esk2_3(n0,filling,n3) = n2
    | holdsAt(waterLevel(n3),n3)
    | less(esk2_3(n0,filling,n3),n2) ),
    inference(spm,[status(thm)],[c_0_56,c_0_141]) ).

fof(c_0_154,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_155,plain,
    ( releases(esk8_2(X1,n2),X1,n2)
    | releasedAt(X1,n2)
    | ~ releasedAt(X1,n3) ),
    inference(spm,[status(thm)],[c_0_142,c_0_143]) ).

cnf(c_0_156,negated_conjecture,
    ( n3 = n0
    | releasedAt(filling,n3)
    | holdsAt(filling,n3) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_144,c_0_145]),c_0_129]) ).

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

cnf(c_0_158,plain,
    ( esk2_3(n0,filling,n2) = n0
    | X1 = n3
    | holdsAt(waterLevel(n2),n2)
    | ~ holdsAt(waterLevel(X1),n1) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_146,c_0_133]),c_0_147]) ).

cnf(c_0_159,plain,
    holdsAt(waterLevel(n1),n1),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_148,c_0_149]),c_0_58]) ).

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

cnf(c_0_161,plain,
    ( holdsAt(waterLevel(n3),esk2_3(n0,filling,n3))
    | holdsAt(waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_150,c_0_151]),c_0_152]) ).

cnf(c_0_162,plain,
    ( esk2_3(n0,filling,n3) = n2
    | esk2_3(n0,filling,n3) = n1
    | esk2_3(n0,filling,n3) = n0
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_105,c_0_153]) ).

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

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

cnf(c_0_165,negated_conjecture,
    ( n3 = n0
    | releases(esk8_2(filling,n2),filling,n2)
    | releasedAt(filling,n2)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_155,c_0_156]) ).

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

cnf(c_0_167,plain,
    ( holdsAt(waterLevel(n2),n2)
    | less(n0,esk2_3(n0,filling,n2)) ),
    inference(spm,[status(thm)],[c_0_134,c_0_97]) ).

cnf(c_0_168,plain,
    ( esk2_3(n0,filling,n2) = n0
    | n3 = n1
    | holdsAt(waterLevel(n2),n2) ),
    inference(spm,[status(thm)],[c_0_158,c_0_159]) ).

cnf(c_0_169,plain,
    ( esk1_3(n0,filling,n3) = tapOn
    | holdsAt(filling,esk2_3(n0,filling,n3))
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_160,c_0_122]) ).

cnf(c_0_170,plain,
    ( esk2_3(n0,filling,n3) = n0
    | esk2_3(n0,filling,n3) = n1
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(waterLevel(n3),n2) ),
    inference(spm,[status(thm)],[c_0_161,c_0_162]) ).

fof(c_0_171,hypothesis,
    ~ holdsAt(filling,n0),
    inference(fof_simplification,[status(thm)],[not_filling_0]) ).

cnf(c_0_172,plain,
    ( releases(esk8_2(X1,n1),X1,n1)
    | releasedAt(X1,n1)
    | ~ releasedAt(X1,n2) ),
    inference(spm,[status(thm)],[c_0_127,c_0_163]) ).

cnf(c_0_173,negated_conjecture,
    ( n3 = n0
    | releasedAt(filling,n2)
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_164,c_0_165]),c_0_166]) ).

cnf(c_0_174,plain,
    ( n3 = n1
    | holdsAt(waterLevel(n2),n2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_167,c_0_168]),c_0_58]) ).

cnf(c_0_175,plain,
    ( holdsAt(filling,esk2_3(n0,filling,n3))
    | holdsAt(waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_150,c_0_169]),c_0_152]) ).

cnf(c_0_176,plain,
    ( esk2_3(n0,filling,n3) = n0
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(waterLevel(n3),n3)
    | holdsAt(waterLevel(n3),n1) ),
    inference(spm,[status(thm)],[c_0_161,c_0_170]) ).

cnf(c_0_177,hypothesis,
    ~ holdsAt(filling,n0),
    inference(split_conjunct,[status(thm)],[c_0_171]) ).

cnf(c_0_178,negated_conjecture,
    ( n3 = n0
    | releases(esk8_2(filling,n1),filling,n1)
    | releasedAt(filling,n1)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_172,c_0_173]) ).

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

fof(c_0_180,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_181,plain,
    ( n3 = n1
    | X1 = n2
    | ~ holdsAt(waterLevel(X1),n2) ),
    inference(spm,[status(thm)],[c_0_131,c_0_174]) ).

cnf(c_0_182,plain,
    ( holdsAt(waterLevel(n3),n1)
    | holdsAt(waterLevel(n3),n2)
    | holdsAt(waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_175,c_0_176]),c_0_177]) ).

cnf(c_0_183,plain,
    ( X1 = n1
    | ~ holdsAt(waterLevel(X1),n1) ),
    inference(spm,[status(thm)],[c_0_131,c_0_159]) ).

cnf(c_0_184,plain,
    ( releases(esk8_2(X1,n0),X1,n0)
    | releasedAt(X1,n0)
    | ~ releasedAt(X1,n1) ),
    inference(spm,[status(thm)],[c_0_127,c_0_65]) ).

cnf(c_0_185,negated_conjecture,
    ( n3 = n0
    | releasedAt(filling,n1)
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_164,c_0_178]),c_0_166]) ).

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

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

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

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

cnf(c_0_190,plain,
    ( n2 = n3
    | n3 = n1
    | holdsAt(waterLevel(n3),n3) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_181,c_0_182]),c_0_183]) ).

cnf(c_0_191,negated_conjecture,
    ( n3 = n0
    | releases(esk8_2(filling,n0),filling,n0)
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_184,c_0_185]),c_0_186]) ).

cnf(c_0_192,plain,
    ( ~ holdsAt(X1,plus(n1,X2))
    | ~ terminates(X3,X1,X2)
    | ~ happens(X3,X2) ),
    inference(pm,[status(thm)],[c_0_187,c_0_93]) ).

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

cnf(c_0_194,plain,
    ( n3 = n1
    | n2 = n3
    | happens(X1,n3)
    | X1 != overflow
    | ~ holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_189,c_0_190]) ).

cnf(c_0_195,negated_conjecture,
    ( n3 = n0
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_164,c_0_191]),c_0_166]) ).

cnf(c_0_196,plain,
    ( ~ holdsAt(X1,n4)
    | ~ terminates(X2,X1,n3)
    | ~ happens(X2,n3) ),
    inference(spm,[status(thm)],[c_0_192,c_0_102]) ).

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

cnf(c_0_198,negated_conjecture,
    ( n3 = n0
    | n2 = n3
    | n3 = n1
    | happens(X1,n3)
    | X1 != overflow ),
    inference(spm,[status(thm)],[c_0_194,c_0_195]) ).

cnf(c_0_199,plain,
    ~ happens(overflow,n3),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_196,c_0_197]),c_0_114])]) ).

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

cnf(c_0_201,negated_conjecture,
    ( n3 = n1
    | n2 = n3
    | n3 = n0 ),
    inference(sr,[status(thm)],[inference(er,[status(thm)],[c_0_198]),c_0_199]) ).

cnf(c_0_202,plain,
    less(n1,n2),
    inference(spm,[status(thm)],[c_0_54,c_0_38]) ).

cnf(c_0_203,negated_conjecture,
    ( n3 = n0
    | n3 = n1 ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_200,c_0_201]),c_0_119]) ).

cnf(c_0_204,plain,
    ~ less(n2,n1),
    inference(spm,[status(thm)],[c_0_69,c_0_202]) ).

cnf(c_0_205,negated_conjecture,
    n3 = n0,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_200,c_0_203]),c_0_204]) ).

cnf(c_0_206,plain,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[c_0_91,c_0_205]),c_0_58]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : CSR002+1 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.03/0.13  % Command  : run_ET %s %d
% 0.13/0.33  % Computer : n014.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Sat Jun 11 07:50:53 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.35/23.40  eprover: CPU time limit exceeded, terminating
% 0.35/23.41  eprover: CPU time limit exceeded, terminating
% 0.35/23.41  eprover: CPU time limit exceeded, terminating
% 0.35/23.55  eprover: CPU time limit exceeded, terminating
% 0.46/46.42  eprover: CPU time limit exceeded, terminating
% 0.46/46.42  eprover: CPU time limit exceeded, terminating
% 0.46/46.43  eprover: CPU time limit exceeded, terminating
% 0.46/46.56  eprover: CPU time limit exceeded, terminating
% 0.46/46.63  # Running protocol protocol_eprover_63dc1b1eb7d762c2f3686774d32795976f981b97 for 23 seconds:
% 0.46/46.63  
% 0.46/46.63  # Failure: Resource limit exceeded (time)
% 0.46/46.63  # OLD status Res
% 0.46/46.63  # Preprocessing time       : 0.019 s
% 0.46/46.63  # Running protocol protocol_eprover_f6eb5f7f05126ea361481ae651a4823314e3d740 for 23 seconds:
% 0.46/46.63  
% 0.46/46.63  # Failure: Resource limit exceeded (time)
% 0.46/46.63  # OLD status Res
% 0.46/46.63  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,02,20000,1.0)
% 0.46/46.63  # Preprocessing time       : 0.010 s
% 0.46/46.63  # Running protocol protocol_eprover_a172c605141d0894bf6fdc293a5220c6c2a32117 for 23 seconds:
% 0.46/46.63  # Preprocessing time       : 0.020 s
% 0.46/46.63  
% 0.46/46.63  # Proof found!
% 0.46/46.63  # SZS status Theorem
% 0.46/46.63  # SZS output start CNFRefutation
% See solution above
% 0.46/46.63  # Proof object total steps             : 207
% 0.46/46.63  # Proof object clause steps            : 149
% 0.46/46.63  # Proof object formula steps           : 58
% 0.46/46.63  # Proof object conjectures             : 17
% 0.46/46.63  # Proof object clause conjectures      : 14
% 0.46/46.63  # Proof object formula conjectures     : 3
% 0.46/46.63  # Proof object initial clauses used    : 51
% 0.46/46.63  # Proof object initial formulas used   : 32
% 0.46/46.63  # Proof object generating inferences   : 95
% 0.46/46.63  # Proof object simplifying inferences  : 46
% 0.46/46.63  # Training examples: 0 positive, 0 negative
% 0.46/46.63  # Parsed axioms                        : 55
% 0.46/46.63  # Removed by relevancy pruning/SinE    : 0
% 0.46/46.63  # Initial clauses                      : 137
% 0.46/46.63  # Removed in clause preprocessing      : 1
% 0.46/46.63  # Initial clauses in saturation        : 136
% 0.46/46.63  # Processed clauses                    : 1577
% 0.46/46.63  # ...of these trivial                  : 96
% 0.46/46.63  # ...subsumed                          : 521
% 0.46/46.63  # ...remaining for further processing  : 960
% 0.46/46.63  # Other redundant clauses eliminated   : 2
% 0.46/46.63  # Clauses deleted for lack of memory   : 0
% 0.46/46.63  # Backward-subsumed                    : 131
% 0.46/46.63  # Backward-rewritten                   : 341
% 0.46/46.63  # Generated clauses                    : 5621
% 0.46/46.63  # ...of the previous two non-trivial   : 3160
% 0.46/46.63  # Contextual simplify-reflections      : 262
% 0.46/46.63  # Paramodulations                      : 5464
% 0.46/46.63  # Factorizations                       : 25
% 0.46/46.63  # Equation resolutions                 : 132
% 0.46/46.63  # Current number of processed clauses  : 486
% 0.46/46.63  #    Positive orientable unit clauses  : 116
% 0.46/46.63  #    Positive unorientable unit clauses: 1
% 0.46/46.63  #    Negative unit clauses             : 44
% 0.46/46.63  #    Non-unit-clauses                  : 325
% 0.46/46.63  # Current number of unprocessed clauses: 455
% 0.46/46.63  # ...number of literals in the above   : 1833
% 0.46/46.63  # Current number of archived formulas  : 0
% 0.46/46.63  # Current number of archived clauses   : 472
% 0.46/46.63  # Clause-clause subsumption calls (NU) : 58426
% 0.46/46.63  # Rec. Clause-clause subsumption calls : 22898
% 0.46/46.63  # Non-unit clause-clause subsumptions  : 868
% 0.46/46.63  # Unit Clause-clause subsumption calls : 2530
% 0.46/46.63  # Rewrite failures with RHS unbound    : 0
% 0.46/46.63  # BW rewrite match attempts            : 142
% 0.46/46.63  # BW rewrite match successes           : 42
% 0.46/46.63  # Condensation attempts                : 0
% 0.46/46.63  # Condensation successes               : 0
% 0.46/46.63  # Termbank termtop insertions          : 81043
% 0.46/46.63  
% 0.46/46.63  # -------------------------------------------------
% 0.46/46.63  # User time                : 0.159 s
% 0.46/46.63  # System time              : 0.005 s
% 0.46/46.63  # Total time               : 0.164 s
% 0.46/46.63  # Maximum resident set size: 6048 pages
% 0.46/69.44  eprover: CPU time limit exceeded, terminating
% 0.46/69.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.46/69.46  eprover: No such file or directory
% 0.46/69.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.46/69.47  eprover: No such file or directory
% 0.46/69.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.46/69.47  eprover: No such file or directory
% 0.46/69.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.46/69.48  eprover: No such file or directory
% 0.46/69.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.46/69.48  eprover: No such file or directory
% 0.46/69.49  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.46/69.49  eprover: No such file or directory
% 0.46/69.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.46/69.50  eprover: No such file or directory
% 0.46/69.50  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.46/69.50  eprover: No such file or directory
% 0.46/69.51  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.46/69.51  eprover: No such file or directory
%------------------------------------------------------------------------------