TSTP Solution File: CSR002+1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : CSR002+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s

% Computer : n004.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  : 300s
% DateTime : Wed Aug 30 18:53:14 EDT 2023

% Result   : Theorem 1.52s 1.64s
% Output   : CNFRefutation 1.52s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   44
%            Number of leaves      :   76
% Syntax   : Number of formulae    :  303 (  60 unt;  41 typ;   0 def)
%            Number of atoms       :  947 ( 279 equ)
%            Maximal formula atoms :  194 (   3 avg)
%            Number of connectives :  973 ( 288   ~; 526   |; 130   &)
%                                         (  15 <=>;  14  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   52 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   67 (  26   >;  41   *;   0   +;   0  <<)
%            Number of predicates  :   15 (  13 usr;   1 prp; 0-4 aty)
%            Number of functors    :   28 (  28 usr;  15 con; 0-3 aty)
%            Number of variables   :  346 (  18 sgn; 152   !;  16   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    stoppedIn: ( $i * $i * $i ) > $o ).

tff(decl_23,type,
    happens: ( $i * $i ) > $o ).

tff(decl_24,type,
    less: ( $i * $i ) > $o ).

tff(decl_25,type,
    terminates: ( $i * $i * $i ) > $o ).

tff(decl_26,type,
    startedIn: ( $i * $i * $i ) > $o ).

tff(decl_27,type,
    initiates: ( $i * $i * $i ) > $o ).

tff(decl_28,type,
    n0: $i ).

tff(decl_29,type,
    trajectory: ( $i * $i * $i * $i ) > $o ).

tff(decl_30,type,
    plus: ( $i * $i ) > $i ).

tff(decl_31,type,
    holdsAt: ( $i * $i ) > $o ).

tff(decl_32,type,
    antitrajectory: ( $i * $i * $i * $i ) > $o ).

tff(decl_33,type,
    n1: $i ).

tff(decl_34,type,
    releasedAt: ( $i * $i ) > $o ).

tff(decl_35,type,
    releases: ( $i * $i * $i ) > $o ).

tff(decl_36,type,
    tapOn: $i ).

tff(decl_37,type,
    filling: $i ).

tff(decl_38,type,
    overflow: $i ).

tff(decl_39,type,
    spilling: $i ).

tff(decl_40,type,
    waterLevel: $i > $i ).

tff(decl_41,type,
    tapOff: $i ).

tff(decl_42,type,
    n3: $i ).

tff(decl_43,type,
    n2: $i ).

tff(decl_44,type,
    n4: $i ).

tff(decl_45,type,
    n5: $i ).

tff(decl_46,type,
    n6: $i ).

tff(decl_47,type,
    less_or_equal: ( $i * $i ) > $o ).

tff(decl_48,type,
    n7: $i ).

tff(decl_49,type,
    n8: $i ).

tff(decl_50,type,
    n9: $i ).

tff(decl_51,type,
    epred1_3: ( $i * $i * $i ) > $o ).

tff(decl_52,type,
    esk1_3: ( $i * $i * $i ) > $i ).

tff(decl_53,type,
    esk2_3: ( $i * $i * $i ) > $i ).

tff(decl_54,type,
    esk3_3: ( $i * $i * $i ) > $i ).

tff(decl_55,type,
    esk4_3: ( $i * $i * $i ) > $i ).

tff(decl_56,type,
    esk5_2: ( $i * $i ) > $i ).

tff(decl_57,type,
    esk6_2: ( $i * $i ) > $i ).

tff(decl_58,type,
    esk7_2: ( $i * $i ) > $i ).

tff(decl_59,type,
    esk8_2: ( $i * $i ) > $i ).

tff(decl_60,type,
    esk9_2: ( $i * $i ) > $i ).

tff(decl_61,type,
    esk10_3: ( $i * $i * $i ) > $i ).

tff(decl_62,type,
    esk11_3: ( $i * $i * $i ) > $i ).

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/benchmark/theBenchmark.p',symmetry_of_plus) ).

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/benchmark/theBenchmark.p',plus1_3) ).

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

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

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

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(plus0_1,axiom,
    plus(n0,n1) = n1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',plus0_1) ).

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

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

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

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

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

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

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

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

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

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

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

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

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(less2,axiom,
    ! [X12] :
      ( less(X12,n2)
    <=> less_or_equal(X12,n1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',less2) ).

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

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(waterLevel_0,hypothesis,
    holdsAt(waterLevel(n0),n0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',waterLevel_0) ).

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

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(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(less0,axiom,
    ~ ? [X12] : less(X12,n0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',less0) ).

fof(c_0_34,plain,
    ! [X2,X5] :
      ( ( ~ holdsAt(X2,X5)
        & ~ releasedAt(X2,plus(X5,n1))
        & ~ ? [X4] :
              ( happens(X4,X5)
              & initiates(X4,X2,X5) ) )
     => ~ holdsAt(X2,plus(X5,n1)) ),
    inference(fof_simplification,[status(thm)],[keep_not_holding]) ).

fof(c_0_35,plain,
    ! [X47,X48] :
      ( ( happens(esk6_2(X47,X48),X48)
        | holdsAt(X47,X48)
        | releasedAt(X47,plus(X48,n1))
        | ~ holdsAt(X47,plus(X48,n1)) )
      & ( initiates(esk6_2(X47,X48),X47,X48)
        | holdsAt(X47,X48)
        | releasedAt(X47,plus(X48,n1))
        | ~ holdsAt(X47,plus(X48,n1)) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_34])])])]) ).

fof(c_0_36,plain,
    ! [X95,X96] : plus(X95,X96) = plus(X96,X95),
    inference(variable_rename,[status(thm)],[symmetry_of_plus]) ).

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

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

fof(c_0_39,plain,
    ! [X2,X5] :
      ( ( ~ releasedAt(X2,X5)
        & ~ ? [X4] :
              ( happens(X4,X5)
              & releases(X4,X2,X5) ) )
     => ~ releasedAt(X2,plus(X5,n1)) ),
    inference(fof_simplification,[status(thm)],[keep_not_released]) ).

cnf(c_0_40,plain,
    ( releasedAt(X1,plus(n1,X2))
    | holdsAt(X1,X2)
    | happens(esk6_2(X1,X2),X2)
    | ~ holdsAt(X1,plus(n1,X2)) ),
    inference(spm,[status(thm)],[c_0_37,c_0_38]) ).

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

fof(c_0_42,negated_conjecture,
    holdsAt(filling,n4),
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[not_filling_4])]) ).

fof(c_0_43,plain,
    ! [X53,X54] :
      ( ( happens(esk8_2(X53,X54),X54)
        | releasedAt(X53,X54)
        | ~ releasedAt(X53,plus(X54,n1)) )
      & ( releases(esk8_2(X53,X54),X53,X54)
        | releasedAt(X53,X54)
        | ~ releasedAt(X53,plus(X54,n1)) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_39])])])]) ).

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

cnf(c_0_45,plain,
    ( releasedAt(X1,n4)
    | holdsAt(X1,n3)
    | happens(esk6_2(X1,n3),n3)
    | ~ holdsAt(X1,n4) ),
    inference(spm,[status(thm)],[c_0_40,c_0_41]) ).

cnf(c_0_46,negated_conjecture,
    holdsAt(filling,n4),
    inference(split_conjunct,[status(thm)],[c_0_42]) ).

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

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

cnf(c_0_49,negated_conjecture,
    ( releasedAt(filling,n4)
    | holdsAt(filling,n3)
    | happens(esk6_2(filling,n3),n3) ),
    inference(spm,[status(thm)],[c_0_45,c_0_46]) ).

cnf(c_0_50,plain,
    ( releasedAt(X1,X2)
    | happens(esk8_2(X1,X2),X2)
    | ~ releasedAt(X1,plus(n1,X2)) ),
    inference(spm,[status(thm)],[c_0_47,c_0_38]) ).

cnf(c_0_51,negated_conjecture,
    ( esk6_2(filling,n3) = tapOn
    | releasedAt(filling,n4)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_48,c_0_49]) ).

fof(c_0_52,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_53,plain,
    ( releasedAt(X1,n3)
    | happens(esk8_2(X1,n3),n3)
    | ~ releasedAt(X1,n4) ),
    inference(spm,[status(thm)],[c_0_50,c_0_41]) ).

cnf(c_0_54,negated_conjecture,
    ( releasedAt(filling,n4)
    | holdsAt(filling,n3)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_49,c_0_51]) ).

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

fof(c_0_56,plain,
    ! [X112,X113,X114,X117,X118,X119,X120,X121] :
      ( ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X113 = tapOff
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X113 = tapOff
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X113 = tapOff
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X113 = tapOff
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X113 = tapOff
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X113 = tapOff
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X113 = tapOff
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X113 = tapOff
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X113 = tapOff
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X113 = tapOff
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X113 = tapOff
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X113 = tapOff
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X118 != tapOn
        | X119 != filling
        | epred1_3(X119,X118,X117) )
      & ( X118 != overflow
        | X119 != spilling
        | epred1_3(X119,X118,X117) )
      & ( ~ holdsAt(waterLevel(X120),X117)
        | X118 != tapOff
        | X119 != waterLevel(X120)
        | epred1_3(X119,X118,X117) )
      & ( ~ holdsAt(waterLevel(X121),X117)
        | X118 != overflow
        | X119 != waterLevel(X121)
        | epred1_3(X119,X118,X117) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_52])])])])])]) ).

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

cnf(c_0_58,negated_conjecture,
    ( releasedAt(filling,n3)
    | holdsAt(filling,n3)
    | happens(esk8_2(filling,n3),n3)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_53,c_0_54]) ).

fof(c_0_59,plain,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & ( initiates(X4,X2,X5)
          | terminates(X4,X2,X5) ) )
     => ~ releasedAt(X2,plus(X5,n1)) ),
    inference(fof_simplification,[status(thm)],[happens_not_released]) ).

fof(c_0_60,plain,
    ! [X68,X69,X70] :
      ( ( ~ initiates(X68,X69,X70)
        | epred1_3(X69,X68,X70) )
      & ( ~ epred1_3(X69,X68,X70)
        | initiates(X68,X69,X70) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_55])]) ).

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

cnf(c_0_62,plain,
    ( releases(esk8_2(X1,X2),X1,X2)
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(n1,X2)) ),
    inference(spm,[status(thm)],[c_0_57,c_0_38]) ).

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

cnf(c_0_64,negated_conjecture,
    ( esk8_2(filling,n3) = tapOn
    | releasedAt(filling,n3)
    | holdsAt(filling,n3)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_48,c_0_58]) ).

fof(c_0_65,plain,
    ! [X65,X66,X67] :
      ( ( ~ initiates(X65,X67,X66)
        | ~ happens(X65,X66)
        | ~ releasedAt(X67,plus(X66,n1)) )
      & ( ~ terminates(X65,X67,X66)
        | ~ happens(X65,X66)
        | ~ releasedAt(X67,plus(X66,n1)) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_59])])]) ).

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

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

fof(c_0_68,plain,
    ! [X74,X75,X76,X78,X79,X80,X81] :
      ( ( X74 = tapOn
        | ~ releases(X74,X75,X76) )
      & ( X75 = waterLevel(esk9_2(X74,X75))
        | ~ releases(X74,X75,X76) )
      & ( X78 != tapOn
        | X79 != waterLevel(X80)
        | releases(X78,X79,X81) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[releases_all_defn])])])])])]) ).

cnf(c_0_69,plain,
    ( releases(esk8_2(X1,n2),X1,n2)
    | releasedAt(X1,n2)
    | ~ releasedAt(X1,n3) ),
    inference(spm,[status(thm)],[c_0_62,c_0_63]) ).

cnf(c_0_70,negated_conjecture,
    ( releasedAt(filling,n3)
    | holdsAt(filling,n3)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_58,c_0_64]) ).

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

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

cnf(c_0_73,plain,
    initiates(tapOn,filling,X1),
    inference(spm,[status(thm)],[c_0_66,c_0_67]) ).

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

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

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

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

cnf(c_0_78,negated_conjecture,
    ( releases(esk8_2(filling,n2),filling,n2)
    | releasedAt(filling,n2)
    | holdsAt(filling,n3)
    | happens(tapOn,n3) ),
    inference(spm,[status(thm)],[c_0_69,c_0_70]) ).

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

cnf(c_0_80,plain,
    ( ~ releasedAt(filling,plus(X1,n1))
    | ~ happens(tapOn,X1) ),
    inference(spm,[status(thm)],[c_0_72,c_0_73]) ).

cnf(c_0_81,plain,
    happens(tapOn,n0),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_74])]) ).

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

fof(c_0_83,plain,
    ! [X24,X25,X26,X29,X30,X31,X32,X33] :
      ( ( happens(esk3_3(X24,X25,X26),esk4_3(X24,X25,X26))
        | ~ startedIn(X24,X26,X25) )
      & ( less(X24,esk4_3(X24,X25,X26))
        | ~ startedIn(X24,X26,X25) )
      & ( less(esk4_3(X24,X25,X26),X25)
        | ~ startedIn(X24,X26,X25) )
      & ( initiates(esk3_3(X24,X25,X26),X26,esk4_3(X24,X25,X26))
        | ~ startedIn(X24,X26,X25) )
      & ( ~ happens(X32,X33)
        | ~ less(X29,X33)
        | ~ less(X33,X30)
        | ~ initiates(X32,X31,X33)
        | startedIn(X29,X31,X30) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[startedin_defn])])])])])]) ).

cnf(c_0_84,plain,
    ( releases(esk8_2(X1,n1),X1,n1)
    | releasedAt(X1,n1)
    | ~ releasedAt(X1,n2) ),
    inference(spm,[status(thm)],[c_0_57,c_0_76]) ).

cnf(c_0_85,negated_conjecture,
    ( releasedAt(filling,n2)
    | holdsAt(filling,n3)
    | happens(tapOn,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_77,c_0_78]),c_0_79]) ).

cnf(c_0_86,plain,
    ~ releasedAt(filling,n1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_80,c_0_81]),c_0_38]),c_0_82]) ).

fof(c_0_87,plain,
    ! [X97,X98] :
      ( ( ~ less_or_equal(X97,X98)
        | less(X97,X98)
        | X97 = X98 )
      & ( ~ less(X97,X98)
        | less_or_equal(X97,X98) )
      & ( X97 != X98
        | less_or_equal(X97,X98) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less_or_equal])])]) ).

fof(c_0_88,plain,
    ! [X56,X57,X58] :
      ( ~ happens(X56,X57)
      | ~ initiates(X56,X58,X57)
      | holdsAt(X58,plus(X57,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[happens_holds])]) ).

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

cnf(c_0_90,negated_conjecture,
    ( releases(esk8_2(filling,n1),filling,n1)
    | holdsAt(filling,n3)
    | happens(tapOn,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_84,c_0_85]),c_0_86]) ).

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

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

fof(c_0_93,plain,
    ! [X2,X5] :
      ( ( holdsAt(X2,X5)
        & ~ releasedAt(X2,plus(X5,n1))
        & ~ ? [X4] :
              ( happens(X4,X5)
              & terminates(X4,X2,X5) ) )
     => holdsAt(X2,plus(X5,n1)) ),
    inference(fof_simplification,[status(thm)],[keep_holding]) ).

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

cnf(c_0_95,plain,
    ( startedIn(X1,filling,X2)
    | ~ less(X1,X3)
    | ~ less(X3,X2)
    | ~ happens(tapOn,X3) ),
    inference(spm,[status(thm)],[c_0_89,c_0_73]) ).

cnf(c_0_96,negated_conjecture,
    ( holdsAt(filling,n3)
    | happens(tapOn,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_77,c_0_90]),c_0_79]) ).

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

cnf(c_0_98,plain,
    less_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_92]) ).

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

fof(c_0_100,plain,
    ! [X44,X45] :
      ( ( happens(esk5_2(X44,X45),X45)
        | ~ holdsAt(X44,X45)
        | releasedAt(X44,plus(X45,n1))
        | holdsAt(X44,plus(X45,n1)) )
      & ( terminates(esk5_2(X44,X45),X44,X45)
        | ~ holdsAt(X44,X45)
        | releasedAt(X44,plus(X45,n1))
        | holdsAt(X44,plus(X45,n1)) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_93])])])]) ).

cnf(c_0_101,plain,
    ( holdsAt(filling,plus(X1,n1))
    | ~ happens(tapOn,X1) ),
    inference(spm,[status(thm)],[c_0_94,c_0_73]) ).

cnf(c_0_102,plain,
    ( holdsAt(filling,n3)
    | startedIn(X1,filling,X2)
    | ~ less(X1,n3)
    | ~ less(n3,X2) ),
    inference(spm,[status(thm)],[c_0_95,c_0_96]) ).

cnf(c_0_103,plain,
    less(n2,n3),
    inference(spm,[status(thm)],[c_0_97,c_0_98]) ).

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

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

cnf(c_0_106,plain,
    holdsAt(filling,n1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_101,c_0_81]),c_0_38]),c_0_82]) ).

fof(c_0_107,plain,
    ! [X71,X72,X73] :
      ( ( X71 = overflow
        | X71 = tapOff
        | ~ terminates(X71,X72,X73) )
      & ( X72 = filling
        | X71 = tapOff
        | ~ terminates(X71,X72,X73) )
      & ( X71 = overflow
        | X72 = filling
        | ~ terminates(X71,X72,X73) )
      & ( X72 = filling
        | X72 = filling
        | ~ terminates(X71,X72,X73) )
      & ( X71 != tapOff
        | X72 != filling
        | terminates(X71,X72,X73) )
      & ( X71 != overflow
        | X72 != filling
        | terminates(X71,X72,X73) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[terminates_all_defn])])]) ).

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

cnf(c_0_109,plain,
    ( holdsAt(filling,n3)
    | startedIn(n2,filling,X1)
    | ~ less(n3,X1) ),
    inference(spm,[status(thm)],[c_0_102,c_0_103]) ).

cnf(c_0_110,plain,
    less(n3,n4),
    inference(spm,[status(thm)],[c_0_104,c_0_98]) ).

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

cnf(c_0_112,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_105,c_0_106]),c_0_76]),c_0_76]) ).

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

cnf(c_0_114,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_108,c_0_106]),c_0_76]),c_0_76]) ).

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

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

cnf(c_0_117,plain,
    ( holdsAt(filling,n3)
    | startedIn(n2,filling,n4) ),
    inference(spm,[status(thm)],[c_0_109,c_0_110]) ).

cnf(c_0_118,plain,
    ( esk5_2(filling,n1) = overflow
    | esk5_2(filling,n1) = tapOn
    | releasedAt(filling,n2)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_111,c_0_112]) ).

cnf(c_0_119,plain,
    ( esk5_2(filling,n1) = tapOff
    | esk5_2(filling,n1) = overflow
    | releasedAt(filling,n2)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_113,c_0_114]) ).

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

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

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

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

fof(c_0_124,plain,
    ! [X12,X13] :
      ( less(X12,X13)
    <=> ( ~ less(X13,X12)
        & X13 != X12 ) ),
    inference(fof_simplification,[status(thm)],[less_property]) ).

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

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

cnf(c_0_127,plain,
    ( holdsAt(filling,n3)
    | initiates(esk3_3(n2,n4,filling),filling,esk4_3(n2,n4,filling)) ),
    inference(spm,[status(thm)],[c_0_116,c_0_117]) ).

cnf(c_0_128,plain,
    ( esk5_2(filling,n1) = overflow
    | releasedAt(filling,n2)
    | holdsAt(filling,n2) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_118,c_0_119]),c_0_120]),c_0_121]) ).

cnf(c_0_129,plain,
    ( esk5_2(filling,n1) = tapOn
    | releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_122,c_0_112]) ).

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

fof(c_0_131,plain,
    ! [X84,X85,X86,X87] :
      ( ~ holdsAt(waterLevel(X84),X85)
      | X86 != plus(X84,X87)
      | trajectory(filling,X85,waterLevel(X86),X87) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[change_of_waterLevel])]) ).

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

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

cnf(c_0_134,plain,
    less(n0,n1),
    inference(spm,[status(thm)],[c_0_123,c_0_98]) ).

fof(c_0_135,plain,
    ! [X109,X110] :
      ( ( ~ less(X110,X109)
        | ~ less(X109,X110) )
      & ( X110 != X109
        | ~ less(X109,X110) )
      & ( less(X110,X109)
        | X110 = X109
        | less(X109,X110) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_124])])]) ).

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

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

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

cnf(c_0_139,plain,
    ( X1 = waterLevel(esk11_3(X2,X3,X1))
    | X1 = waterLevel(esk10_3(X2,X3,X1))
    | X1 = spilling
    | X3 = tapOn
    | ~ epred1_3(X1,X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

cnf(c_0_140,plain,
    ( epred1_3(filling,esk3_3(n2,n4,filling),esk4_3(n2,n4,filling))
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_126,c_0_127]) ).

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

cnf(c_0_142,plain,
    ( releasedAt(X1,n1)
    | happens(esk8_2(X1,n1),n1)
    | ~ releasedAt(X1,n2) ),
    inference(spm,[status(thm)],[c_0_47,c_0_76]) ).

cnf(c_0_143,plain,
    ( releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_128,c_0_129]),c_0_130]) ).

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

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

cnf(c_0_146,plain,
    less_or_equal(n0,n1),
    inference(spm,[status(thm)],[c_0_133,c_0_134]) ).

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

cnf(c_0_148,plain,
    ( holdsAt(filling,n3)
    | less(n2,esk4_3(n2,n4,filling)) ),
    inference(spm,[status(thm)],[c_0_136,c_0_117]) ).

cnf(c_0_149,plain,
    ( esk3_3(n2,n4,filling) = overflow
    | esk4_3(n2,n4,filling) = n0
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_137,c_0_138]) ).

cnf(c_0_150,plain,
    ( esk3_3(n2,n4,filling) = tapOn
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_139,c_0_140]),c_0_79]),c_0_79]),c_0_141]) ).

cnf(c_0_151,plain,
    ( holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2)
    | happens(esk8_2(filling,n1),n1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_142,c_0_143]),c_0_86]) ).

fof(c_0_152,plain,
    ! [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)) ),
    inference(fof_simplification,[status(thm)],[change_holding]) ).

cnf(c_0_153,plain,
    ( trajectory(filling,X1,waterLevel(plus(X2,X3)),X3)
    | ~ holdsAt(waterLevel(X2),X1) ),
    inference(er,[status(thm)],[c_0_144]) ).

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

cnf(c_0_155,plain,
    less(n0,n2),
    inference(spm,[status(thm)],[c_0_145,c_0_146]) ).

cnf(c_0_156,plain,
    ( holdsAt(filling,n3)
    | ~ less(esk4_3(n2,n4,filling),n2) ),
    inference(spm,[status(thm)],[c_0_147,c_0_148]) ).

cnf(c_0_157,plain,
    ( esk4_3(n2,n4,filling) = n0
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_149,c_0_150]),c_0_130]) ).

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

cnf(c_0_159,plain,
    ( esk8_2(filling,n1) = tapOn
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_122,c_0_151]) ).

fof(c_0_160,plain,
    ! [X34,X35,X36,X37,X38] :
      ( ~ happens(X34,X35)
      | ~ initiates(X34,X36,X35)
      | ~ less(n0,X38)
      | ~ trajectory(X36,X35,X37,X38)
      | stoppedIn(X35,X36,plus(X35,X38))
      | holdsAt(X37,plus(X35,X38)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_152])]) ).

cnf(c_0_161,hypothesis,
    trajectory(filling,n0,waterLevel(plus(n0,X1)),X1),
    inference(spm,[status(thm)],[c_0_153,c_0_154]) ).

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

cnf(c_0_163,plain,
    less_or_equal(n0,n2),
    inference(spm,[status(thm)],[c_0_133,c_0_155]) ).

cnf(c_0_164,plain,
    ( releasedAt(X1,n3)
    | holdsAt(X1,n2)
    | happens(esk6_2(X1,n2),n2)
    | ~ holdsAt(X1,n3) ),
    inference(spm,[status(thm)],[c_0_40,c_0_63]) ).

cnf(c_0_165,plain,
    holdsAt(filling,n3),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_156,c_0_157]),c_0_155])]) ).

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

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

cnf(c_0_168,plain,
    ( holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2)
    | happens(tapOn,n1) ),
    inference(spm,[status(thm)],[c_0_151,c_0_159]) ).

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

cnf(c_0_170,hypothesis,
    trajectory(filling,n0,waterLevel(n3),n3),
    inference(spm,[status(thm)],[c_0_161,c_0_162]) ).

cnf(c_0_171,plain,
    less(n0,n3),
    inference(spm,[status(thm)],[c_0_97,c_0_163]) ).

cnf(c_0_172,plain,
    ( releasedAt(filling,n3)
    | holdsAt(filling,n2)
    | happens(esk6_2(filling,n2),n2) ),
    inference(spm,[status(thm)],[c_0_164,c_0_165]) ).

cnf(c_0_173,plain,
    ( ~ terminates(X1,X2,X3)
    | ~ happens(X1,X3)
    | ~ releasedAt(X2,plus(X3,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_65]) ).

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

cnf(c_0_175,plain,
    ( happens(overflow,n1)
    | ~ holdsAt(waterLevel(n3),n1) ),
    inference(spm,[status(thm)],[c_0_167,c_0_106]) ).

cnf(c_0_176,plain,
    ( holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_101,c_0_168]),c_0_76])]) ).

fof(c_0_177,plain,
    ! [X14,X15,X16,X19,X20,X21,X22,X23] :
      ( ( happens(esk1_3(X14,X15,X16),esk2_3(X14,X15,X16))
        | ~ stoppedIn(X14,X15,X16) )
      & ( less(X14,esk2_3(X14,X15,X16))
        | ~ stoppedIn(X14,X15,X16) )
      & ( less(esk2_3(X14,X15,X16),X16)
        | ~ stoppedIn(X14,X15,X16) )
      & ( terminates(esk1_3(X14,X15,X16),X15,esk2_3(X14,X15,X16))
        | ~ stoppedIn(X14,X15,X16) )
      & ( ~ happens(X22,X23)
        | ~ less(X19,X23)
        | ~ less(X23,X21)
        | ~ terminates(X22,X20,X23)
        | stoppedIn(X19,X20,X21) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[stoppedin_defn])])])])])]) ).

cnf(c_0_178,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_169,c_0_170]),c_0_162]),c_0_162]),c_0_171])]) ).

cnf(c_0_179,plain,
    ( esk6_2(filling,n2) = tapOn
    | releasedAt(filling,n3)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_48,c_0_172]) ).

cnf(c_0_180,plain,
    ( ~ releasedAt(filling,plus(X1,n1))
    | ~ happens(overflow,X1) ),
    inference(spm,[status(thm)],[c_0_173,c_0_174]) ).

cnf(c_0_181,plain,
    ( holdsAt(filling,n2)
    | happens(overflow,n1) ),
    inference(spm,[status(thm)],[c_0_175,c_0_176]) ).

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

cnf(c_0_183,plain,
    ( holdsAt(waterLevel(n3),n3)
    | stoppedIn(n0,filling,n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_178,c_0_73]),c_0_81])]) ).

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

cnf(c_0_185,plain,
    ( releasedAt(X1,n2)
    | happens(esk8_2(X1,n2),n2)
    | ~ releasedAt(X1,n3) ),
    inference(spm,[status(thm)],[c_0_50,c_0_63]) ).

cnf(c_0_186,plain,
    ( releasedAt(filling,n3)
    | holdsAt(filling,n2)
    | happens(tapOn,n2) ),
    inference(spm,[status(thm)],[c_0_172,c_0_179]) ).

cnf(c_0_187,plain,
    ( holdsAt(filling,n2)
    | ~ releasedAt(filling,n2) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_180,c_0_181]),c_0_76]) ).

cnf(c_0_188,plain,
    ( holdsAt(waterLevel(n3),n3)
    | happens(esk1_3(n0,filling,n3),esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_182,c_0_183]) ).

cnf(c_0_189,plain,
    ( holdsAt(waterLevel(n3),n3)
    | terminates(esk1_3(n0,filling,n3),filling,esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_184,c_0_183]) ).

cnf(c_0_190,plain,
    ( holdsAt(filling,n2)
    | happens(esk8_2(filling,n2),n2)
    | happens(tapOn,n2) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_185,c_0_186]),c_0_187]) ).

cnf(c_0_191,plain,
    ( esk1_3(n0,filling,n3) = overflow
    | esk1_3(n0,filling,n3) = tapOn
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_111,c_0_188]) ).

cnf(c_0_192,plain,
    ( esk1_3(n0,filling,n3) = tapOff
    | esk1_3(n0,filling,n3) = overflow
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_113,c_0_189]) ).

cnf(c_0_193,plain,
    ( esk8_2(filling,n2) = tapOn
    | holdsAt(filling,n2)
    | happens(tapOn,n2) ),
    inference(spm,[status(thm)],[c_0_48,c_0_190]) ).

cnf(c_0_194,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_191,c_0_192]),c_0_120]),c_0_121]) ).

cnf(c_0_195,plain,
    ( holdsAt(filling,n2)
    | happens(tapOn,n2) ),
    inference(spm,[status(thm)],[c_0_190,c_0_193]) ).

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

cnf(c_0_197,plain,
    ( holdsAt(waterLevel(n3),n3)
    | happens(overflow,esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_188,c_0_194]) ).

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

cnf(c_0_199,plain,
    ( holdsAt(filling,n2)
    | startedIn(X1,filling,X2)
    | ~ less(X1,n2)
    | ~ less(n2,X2) ),
    inference(spm,[status(thm)],[c_0_95,c_0_195]) ).

cnf(c_0_200,plain,
    less(n1,n2),
    inference(spm,[status(thm)],[c_0_145,c_0_98]) ).

cnf(c_0_201,plain,
    less_or_equal(n2,n3),
    inference(spm,[status(thm)],[c_0_133,c_0_103]) ).

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

cnf(c_0_203,plain,
    ( holdsAt(waterLevel(n3),esk2_3(n0,filling,n3))
    | holdsAt(waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_122,c_0_197]),c_0_130]) ).

cnf(c_0_204,plain,
    epred1_3(spilling,overflow,X1),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_198])]) ).

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

cnf(c_0_206,plain,
    ( holdsAt(filling,n2)
    | startedIn(n1,filling,X1)
    | ~ less(n2,X1) ),
    inference(spm,[status(thm)],[c_0_199,c_0_200]) ).

cnf(c_0_207,plain,
    less(n2,n4),
    inference(spm,[status(thm)],[c_0_104,c_0_201]) ).

cnf(c_0_208,plain,
    ( epred1_3(waterLevel(n3),overflow,esk2_3(n0,filling,n3))
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_202,c_0_203]) ).

cnf(c_0_209,plain,
    initiates(overflow,spilling,X1),
    inference(spm,[status(thm)],[c_0_66,c_0_204]) ).

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

cnf(c_0_211,plain,
    ( holdsAt(waterLevel(n3),n3)
    | less(esk2_3(n0,filling,n3),n3) ),
    inference(spm,[status(thm)],[c_0_205,c_0_183]) ).

cnf(c_0_212,plain,
    ( holdsAt(filling,n2)
    | startedIn(n1,filling,n4) ),
    inference(spm,[status(thm)],[c_0_206,c_0_207]) ).

fof(c_0_213,plain,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & terminates(X4,X2,X5) )
     => ~ holdsAt(X2,plus(X5,n1)) ),
    inference(fof_simplification,[status(thm)],[happens_terminates_not_holds]) ).

cnf(c_0_214,plain,
    ( holdsAt(waterLevel(n3),n3)
    | initiates(overflow,waterLevel(n3),esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_66,c_0_208]) ).

cnf(c_0_215,plain,
    ( startedIn(X1,spilling,X2)
    | ~ less(X1,X3)
    | ~ less(X3,X2)
    | ~ happens(overflow,X3) ),
    inference(spm,[status(thm)],[c_0_89,c_0_209]) ).

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

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

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

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

cnf(c_0_220,plain,
    ( less_or_equal(esk2_3(n0,filling,n3),n2)
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_210,c_0_211]) ).

cnf(c_0_221,plain,
    ( holdsAt(filling,n2)
    | initiates(esk3_3(n1,n4,filling),filling,esk4_3(n1,n4,filling)) ),
    inference(spm,[status(thm)],[c_0_116,c_0_212]) ).

fof(c_0_222,plain,
    ! [X59,X60,X61] :
      ( ~ happens(X59,X60)
      | ~ terminates(X59,X61,X60)
      | ~ holdsAt(X61,plus(X60,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_213])]) ).

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

cnf(c_0_224,plain,
    ( holdsAt(waterLevel(n3),n3)
    | ~ releasedAt(waterLevel(n3),plus(n1,esk2_3(n0,filling,n3))) ),
    inference(csr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_214]),c_0_38]),c_0_197]) ).

cnf(c_0_225,plain,
    ( holdsAt(waterLevel(n3),n3)
    | startedIn(X1,spilling,X2)
    | ~ less(X1,esk2_3(n0,filling,n3))
    | ~ less(esk2_3(n0,filling,n3),X2) ),
    inference(spm,[status(thm)],[c_0_215,c_0_197]) ).

cnf(c_0_226,plain,
    ( holdsAt(waterLevel(n3),n3)
    | less(n0,esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_216,c_0_183]) ).

cnf(c_0_227,plain,
    ( X1 = n2
    | less_or_equal(X1,n1)
    | less(n2,X1) ),
    inference(spm,[status(thm)],[c_0_217,c_0_218]) ).

cnf(c_0_228,plain,
    ( esk2_3(n0,filling,n3) = n2
    | holdsAt(waterLevel(n3),n3)
    | less(esk2_3(n0,filling,n3),n2) ),
    inference(spm,[status(thm)],[c_0_219,c_0_220]) ).

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

cnf(c_0_230,plain,
    ( epred1_3(filling,esk3_3(n1,n4,filling),esk4_3(n1,n4,filling))
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_126,c_0_221]) ).

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

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

cnf(c_0_233,plain,
    ( holdsAt(waterLevel(n3),plus(n1,esk2_3(n0,filling,n3)))
    | holdsAt(waterLevel(n3),n3)
    | terminates(esk5_2(waterLevel(n3),esk2_3(n0,filling,n3)),waterLevel(n3),esk2_3(n0,filling,n3)) ),
    inference(csr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_108,c_0_203]),c_0_38]),c_0_38]),c_0_224]) ).

cnf(c_0_234,plain,
    ( holdsAt(waterLevel(n3),n3)
    | startedIn(n0,spilling,X1)
    | ~ less(esk2_3(n0,filling,n3),X1) ),
    inference(spm,[status(thm)],[c_0_225,c_0_226]) ).

cnf(c_0_235,plain,
    ( X1 = n2
    | X1 = n1
    | less(n2,X1)
    | less(X1,n1) ),
    inference(spm,[status(thm)],[c_0_219,c_0_227]) ).

cnf(c_0_236,plain,
    ( esk2_3(n0,filling,n3) = n2
    | holdsAt(waterLevel(n3),n3)
    | ~ less(n2,esk2_3(n0,filling,n3)) ),
    inference(spm,[status(thm)],[c_0_147,c_0_228]) ).

cnf(c_0_237,plain,
    ( esk3_3(n1,n4,filling) = overflow
    | esk4_3(n1,n4,filling) = n0
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_137,c_0_229]) ).

cnf(c_0_238,plain,
    ( esk3_3(n1,n4,filling) = tapOn
    | holdsAt(filling,n2) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_139,c_0_230]),c_0_79]),c_0_79]),c_0_141]) ).

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

cnf(c_0_240,plain,
    ( ~ holdsAt(filling,plus(X1,n1))
    | ~ happens(overflow,X1) ),
    inference(spm,[status(thm)],[c_0_231,c_0_174]) ).

cnf(c_0_241,plain,
    ( holdsAt(waterLevel(n3),plus(n1,esk2_3(n0,filling,n3)))
    | holdsAt(waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_232,c_0_233]),c_0_79]) ).

cnf(c_0_242,plain,
    ( esk2_3(n0,filling,n3) = n1
    | esk2_3(n0,filling,n3) = n2
    | holdsAt(waterLevel(n3),n3)
    | startedIn(n0,spilling,n1) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_234,c_0_235]),c_0_236]) ).

cnf(c_0_243,plain,
    ( holdsAt(filling,n2)
    | less(n1,esk4_3(n1,n4,filling)) ),
    inference(spm,[status(thm)],[c_0_136,c_0_212]) ).

cnf(c_0_244,plain,
    ( esk4_3(n1,n4,filling) = n0
    | holdsAt(filling,n2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_237,c_0_238]),c_0_130]) ).

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

cnf(c_0_246,plain,
    ( holdsAt(waterLevel(n3),n3)
    | ~ holdsAt(filling,plus(n1,esk2_3(n0,filling,n3))) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_240,c_0_197]),c_0_38]) ).

cnf(c_0_247,plain,
    ( esk2_3(n0,filling,n3) = n1
    | holdsAt(waterLevel(n3),n3)
    | startedIn(n0,spilling,n1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_241,c_0_242]),c_0_63])]) ).

cnf(c_0_248,plain,
    holdsAt(filling,n2),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_243,c_0_244]),c_0_245]) ).

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

cnf(c_0_250,plain,
    ( holdsAt(waterLevel(n3),n3)
    | startedIn(n0,spilling,n1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_246,c_0_247]),c_0_76]),c_0_248])]) ).

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

cnf(c_0_252,plain,
    ( holdsAt(waterLevel(n3),n3)
    | less(esk4_3(n0,n1,spilling),n1) ),
    inference(spm,[status(thm)],[c_0_249,c_0_250]) ).

cnf(c_0_253,plain,
    ( less_or_equal(esk4_3(n0,n1,spilling),n0)
    | holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_251,c_0_252]) ).

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

cnf(c_0_255,plain,
    ( holdsAt(waterLevel(n3),n3)
    | less(n0,esk4_3(n0,n1,spilling)) ),
    inference(spm,[status(thm)],[c_0_136,c_0_250]) ).

cnf(c_0_256,plain,
    ( esk4_3(n0,n1,spilling) = n0
    | holdsAt(waterLevel(n3),n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_219,c_0_253]),c_0_245]) ).

cnf(c_0_257,plain,
    ~ less(X1,X1),
    inference(er,[status(thm)],[c_0_254]) ).

cnf(c_0_258,plain,
    ( happens(overflow,n3)
    | ~ holdsAt(waterLevel(n3),n3) ),
    inference(spm,[status(thm)],[c_0_167,c_0_165]) ).

cnf(c_0_259,plain,
    holdsAt(waterLevel(n3),n3),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_255,c_0_256]),c_0_257]) ).

cnf(c_0_260,plain,
    happens(overflow,n3),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_258,c_0_259])]) ).

cnf(c_0_261,plain,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_240,c_0_260]),c_0_38]),c_0_41]),c_0_46])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : CSR002+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% 0.00/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.13/0.34  % Computer : n004.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Mon Aug 28 11:59:52 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.55  start to proof: theBenchmark
% 1.52/1.64  % Version  : CSE_E---1.5
% 1.52/1.64  % Problem  : theBenchmark.p
% 1.52/1.64  % Proof found
% 1.52/1.64  % SZS status Theorem for theBenchmark.p
% 1.52/1.64  % SZS output start Proof
% See solution above
% 1.52/1.66  % Total time : 1.085000 s
% 1.52/1.66  % SZS output end Proof
% 1.52/1.66  % Total time : 1.090000 s
%------------------------------------------------------------------------------