TSTP Solution File: CSR009+1 by iProver---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.9
% Problem  : CSR009+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n027.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 : Fri May  3 02:11:03 EDT 2024

% Result   : Theorem 43.12s 6.73s
% Output   : CNFRefutation 43.12s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named f290)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X0,X1,X2] :
      ( stoppedIn(X0,X1,X2)
    <=> ? [X3,X4] :
          ( terminates(X3,X1,X4)
          & less(X4,X2)
          & less(X0,X4)
          & happens(X3,X4) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',stoppedin_defn) ).

fof(f3,axiom,
    ! [X3,X4,X1,X5,X6] :
      ( ( ~ stoppedIn(X4,X1,plus(X4,X6))
        & trajectory(X1,X4,X5,X6)
        & less(n0,X6)
        & initiates(X3,X1,X4)
        & happens(X3,X4) )
     => holdsAt(X5,plus(X4,X6)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',change_holding) ).

fof(f5,axiom,
    ! [X1,X4] :
      ( ( ~ ? [X3] :
              ( terminates(X3,X1,X4)
              & happens(X3,X4) )
        & ~ releasedAt(X1,plus(X4,n1))
        & holdsAt(X1,X4) )
     => holdsAt(X1,plus(X4,n1)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',keep_holding) ).

fof(f8,axiom,
    ! [X1,X4] :
      ( ( ~ ? [X3] :
              ( releases(X3,X1,X4)
              & happens(X3,X4) )
        & ~ releasedAt(X1,X4) )
     => ~ releasedAt(X1,plus(X4,n1)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',keep_not_released) ).

fof(f9,axiom,
    ! [X3,X4,X1] :
      ( ( initiates(X3,X1,X4)
        & happens(X3,X4) )
     => holdsAt(X1,plus(X4,n1)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',happens_holds) ).

fof(f12,axiom,
    ! [X3,X4,X1] :
      ( ( ( terminates(X3,X1,X4)
          | initiates(X3,X1,X4) )
        & happens(X3,X4) )
     => ~ releasedAt(X1,plus(X4,n1)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',happens_not_released) ).

fof(f13,axiom,
    ! [X3,X1,X4] :
      ( initiates(X3,X1,X4)
    <=> ( ? [X8] :
            ( waterLevel(X8) = X1
            & overflow = X3
            & holdsAt(waterLevel(X8),X4) )
        | ? [X8] :
            ( waterLevel(X8) = X1
            & tapOff = X3
            & holdsAt(waterLevel(X8),X4) )
        | ( spilling = X1
          & overflow = X3 )
        | ( filling = X1
          & tapOn = X3 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',initiates_all_defn) ).

fof(f14,axiom,
    ! [X3,X1,X4] :
      ( terminates(X3,X1,X4)
    <=> ( ( filling = X1
          & overflow = X3 )
        | ( filling = X1
          & tapOff = X3 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',terminates_all_defn) ).

fof(f15,axiom,
    ! [X3,X1,X4] :
      ( releases(X3,X1,X4)
    <=> ? [X8] :
          ( waterLevel(X8) = X1
          & tapOn = X3 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',releases_all_defn) ).

fof(f16,axiom,
    ! [X3,X4] :
      ( happens(X3,X4)
    <=> ( ( overflow = X3
          & holdsAt(filling,X4)
          & holdsAt(waterLevel(n3),X4) )
        | ( n0 = X4
          & tapOn = X3 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',happens_all_defn) ).

fof(f17,axiom,
    ! [X9,X4,X10,X6] :
      ( ( plus(X9,X6) = X10
        & holdsAt(waterLevel(X9),X4) )
     => trajectory(filling,X4,waterLevel(X10),X6) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',change_of_waterLevel) ).

fof(f18,axiom,
    ! [X4,X9,X10] :
      ( ( holdsAt(waterLevel(X10),X4)
        & holdsAt(waterLevel(X9),X4) )
     => X9 = X10 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',same_waterLevel) ).

fof(f22,axiom,
    ! [X11] : filling != waterLevel(X11),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',filling_not_waterLevel) ).

fof(f27,axiom,
    n1 = plus(n0,n1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',plus0_1) ).

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

fof(f36,axiom,
    ! [X11,X12] : plus(X11,X12) = plus(X12,X11),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',symmetry_of_plus) ).

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

fof(f38,axiom,
    ~ ? [X11] : less(X11,n0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',less0) ).

fof(f39,axiom,
    ! [X11] :
      ( less(X11,n1)
    <=> less_or_equal(X11,n0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',less1) ).

fof(f40,axiom,
    ! [X11] :
      ( less(X11,n2)
    <=> less_or_equal(X11,n1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',less2) ).

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

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

fof(f49,axiom,
    holdsAt(waterLevel(n0),n0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',waterLevel_0) ).

fof(f55,conjecture,
    holdsAt(filling,n2),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',filling_2) ).

fof(f56,negated_conjecture,
    ~ holdsAt(filling,n2),
    inference(negated_conjecture,[],[f55]) ).

fof(f58,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ( ~ stoppedIn(X1,X2,plus(X1,X4))
        & trajectory(X2,X1,X3,X4)
        & less(n0,X4)
        & initiates(X0,X2,X1)
        & happens(X0,X1) )
     => holdsAt(X3,plus(X1,X4)) ),
    inference(rectify,[],[f3]) ).

fof(f60,plain,
    ! [X0,X1] :
      ( ( ~ ? [X2] :
              ( terminates(X2,X0,X1)
              & happens(X2,X1) )
        & ~ releasedAt(X0,plus(X1,n1))
        & holdsAt(X0,X1) )
     => holdsAt(X0,plus(X1,n1)) ),
    inference(rectify,[],[f5]) ).

fof(f63,plain,
    ! [X0,X1] :
      ( ( ~ ? [X2] :
              ( releases(X2,X0,X1)
              & happens(X2,X1) )
        & ~ releasedAt(X0,X1) )
     => ~ releasedAt(X0,plus(X1,n1)) ),
    inference(rectify,[],[f8]) ).

fof(f64,plain,
    ! [X0,X1,X2] :
      ( ( initiates(X0,X2,X1)
        & happens(X0,X1) )
     => holdsAt(X2,plus(X1,n1)) ),
    inference(rectify,[],[f9]) ).

fof(f67,plain,
    ! [X0,X1,X2] :
      ( ( ( terminates(X0,X2,X1)
          | initiates(X0,X2,X1) )
        & happens(X0,X1) )
     => ~ releasedAt(X2,plus(X1,n1)) ),
    inference(rectify,[],[f12]) ).

fof(f68,plain,
    ! [X0,X1,X2] :
      ( initiates(X0,X1,X2)
    <=> ( ? [X3] :
            ( waterLevel(X3) = X1
            & overflow = X0
            & holdsAt(waterLevel(X3),X2) )
        | ? [X4] :
            ( waterLevel(X4) = X1
            & tapOff = X0
            & holdsAt(waterLevel(X4),X2) )
        | ( spilling = X1
          & overflow = X0 )
        | ( filling = X1
          & tapOn = X0 ) ) ),
    inference(rectify,[],[f13]) ).

fof(f69,plain,
    ! [X0,X1,X2] :
      ( terminates(X0,X1,X2)
    <=> ( ( filling = X1
          & overflow = X0 )
        | ( filling = X1
          & tapOff = X0 ) ) ),
    inference(rectify,[],[f14]) ).

fof(f70,plain,
    ! [X0,X1,X2] :
      ( releases(X0,X1,X2)
    <=> ? [X3] :
          ( waterLevel(X3) = X1
          & tapOn = X0 ) ),
    inference(rectify,[],[f15]) ).

fof(f71,plain,
    ! [X0,X1] :
      ( happens(X0,X1)
    <=> ( ( overflow = X0
          & holdsAt(filling,X1)
          & holdsAt(waterLevel(n3),X1) )
        | ( n0 = X1
          & tapOn = X0 ) ) ),
    inference(rectify,[],[f16]) ).

fof(f72,plain,
    ! [X0,X1,X2,X3] :
      ( ( plus(X0,X3) = X2
        & holdsAt(waterLevel(X0),X1) )
     => trajectory(filling,X1,waterLevel(X2),X3) ),
    inference(rectify,[],[f17]) ).

fof(f73,plain,
    ! [X0,X1,X2] :
      ( ( holdsAt(waterLevel(X2),X0)
        & holdsAt(waterLevel(X1),X0) )
     => X1 = X2 ),
    inference(rectify,[],[f18]) ).

fof(f74,plain,
    ! [X0] : filling != waterLevel(X0),
    inference(rectify,[],[f22]) ).

fof(f77,plain,
    ! [X0,X1] : plus(X0,X1) = plus(X1,X0),
    inference(rectify,[],[f36]) ).

fof(f78,plain,
    ! [X0,X1] :
      ( less_or_equal(X0,X1)
    <=> ( X0 = X1
        | less(X0,X1) ) ),
    inference(rectify,[],[f37]) ).

fof(f79,plain,
    ~ ? [X0] : less(X0,n0),
    inference(rectify,[],[f38]) ).

fof(f80,plain,
    ! [X0] :
      ( less(X0,n1)
    <=> less_or_equal(X0,n0) ),
    inference(rectify,[],[f39]) ).

fof(f81,plain,
    ! [X0] :
      ( less(X0,n2)
    <=> less_or_equal(X0,n1) ),
    inference(rectify,[],[f40]) ).

fof(f82,plain,
    ! [X0] :
      ( less(X0,n3)
    <=> less_or_equal(X0,n2) ),
    inference(rectify,[],[f41]) ).

fof(f89,plain,
    ! [X0,X1] :
      ( less(X0,X1)
    <=> ( X0 != X1
        & ~ less(X1,X0) ) ),
    inference(rectify,[],[f48]) ).

fof(f91,plain,
    ~ holdsAt(filling,n2),
    inference(flattening,[],[f56]) ).

fof(f93,plain,
    ! [X0,X1,X2] :
      ( stoppedIn(X0,X1,X2)
     => ? [X3,X4] :
          ( terminates(X3,X1,X4)
          & less(X4,X2)
          & less(X0,X4)
          & happens(X3,X4) ) ),
    inference(unused_predicate_definition_removal,[],[f1]) ).

fof(f96,plain,
    ! [X0,X1,X2] :
      ( ? [X3,X4] :
          ( terminates(X3,X1,X4)
          & less(X4,X2)
          & less(X0,X4)
          & happens(X3,X4) )
      | ~ stoppedIn(X0,X1,X2) ),
    inference(ennf_transformation,[],[f93]) ).

fof(f97,plain,
    ! [X0,X1,X2,X3,X4] :
      ( holdsAt(X3,plus(X1,X4))
      | stoppedIn(X1,X2,plus(X1,X4))
      | ~ trajectory(X2,X1,X3,X4)
      | ~ less(n0,X4)
      | ~ initiates(X0,X2,X1)
      | ~ happens(X0,X1) ),
    inference(ennf_transformation,[],[f58]) ).

fof(f98,plain,
    ! [X0,X1,X2,X3,X4] :
      ( holdsAt(X3,plus(X1,X4))
      | stoppedIn(X1,X2,plus(X1,X4))
      | ~ trajectory(X2,X1,X3,X4)
      | ~ less(n0,X4)
      | ~ initiates(X0,X2,X1)
      | ~ happens(X0,X1) ),
    inference(flattening,[],[f97]) ).

fof(f99,plain,
    ! [X0,X1] :
      ( holdsAt(X0,plus(X1,n1))
      | ? [X2] :
          ( terminates(X2,X0,X1)
          & happens(X2,X1) )
      | releasedAt(X0,plus(X1,n1))
      | ~ holdsAt(X0,X1) ),
    inference(ennf_transformation,[],[f60]) ).

fof(f100,plain,
    ! [X0,X1] :
      ( holdsAt(X0,plus(X1,n1))
      | ? [X2] :
          ( terminates(X2,X0,X1)
          & happens(X2,X1) )
      | releasedAt(X0,plus(X1,n1))
      | ~ holdsAt(X0,X1) ),
    inference(flattening,[],[f99]) ).

fof(f105,plain,
    ! [X0,X1] :
      ( ~ releasedAt(X0,plus(X1,n1))
      | ? [X2] :
          ( releases(X2,X0,X1)
          & happens(X2,X1) )
      | releasedAt(X0,X1) ),
    inference(ennf_transformation,[],[f63]) ).

fof(f106,plain,
    ! [X0,X1] :
      ( ~ releasedAt(X0,plus(X1,n1))
      | ? [X2] :
          ( releases(X2,X0,X1)
          & happens(X2,X1) )
      | releasedAt(X0,X1) ),
    inference(flattening,[],[f105]) ).

fof(f107,plain,
    ! [X0,X1,X2] :
      ( holdsAt(X2,plus(X1,n1))
      | ~ initiates(X0,X2,X1)
      | ~ happens(X0,X1) ),
    inference(ennf_transformation,[],[f64]) ).

fof(f108,plain,
    ! [X0,X1,X2] :
      ( holdsAt(X2,plus(X1,n1))
      | ~ initiates(X0,X2,X1)
      | ~ happens(X0,X1) ),
    inference(flattening,[],[f107]) ).

fof(f113,plain,
    ! [X0,X1,X2] :
      ( ~ releasedAt(X2,plus(X1,n1))
      | ( ~ terminates(X0,X2,X1)
        & ~ initiates(X0,X2,X1) )
      | ~ happens(X0,X1) ),
    inference(ennf_transformation,[],[f67]) ).

fof(f114,plain,
    ! [X0,X1,X2] :
      ( ~ releasedAt(X2,plus(X1,n1))
      | ( ~ terminates(X0,X2,X1)
        & ~ initiates(X0,X2,X1) )
      | ~ happens(X0,X1) ),
    inference(flattening,[],[f113]) ).

fof(f115,plain,
    ! [X0,X1,X2,X3] :
      ( trajectory(filling,X1,waterLevel(X2),X3)
      | plus(X0,X3) != X2
      | ~ holdsAt(waterLevel(X0),X1) ),
    inference(ennf_transformation,[],[f72]) ).

fof(f116,plain,
    ! [X0,X1,X2,X3] :
      ( trajectory(filling,X1,waterLevel(X2),X3)
      | plus(X0,X3) != X2
      | ~ holdsAt(waterLevel(X0),X1) ),
    inference(flattening,[],[f115]) ).

fof(f117,plain,
    ! [X0,X1,X2] :
      ( X1 = X2
      | ~ holdsAt(waterLevel(X2),X0)
      | ~ holdsAt(waterLevel(X1),X0) ),
    inference(ennf_transformation,[],[f73]) ).

fof(f118,plain,
    ! [X0,X1,X2] :
      ( X1 = X2
      | ~ holdsAt(waterLevel(X2),X0)
      | ~ holdsAt(waterLevel(X1),X0) ),
    inference(flattening,[],[f117]) ).

fof(f119,plain,
    ! [X0] : ~ less(X0,n0),
    inference(ennf_transformation,[],[f79]) ).

fof(f120,plain,
    ! [X1,X0,X2] :
      ( sP0(X1,X0,X2)
    <=> ? [X4] :
          ( waterLevel(X4) = X1
          & tapOff = X0
          & holdsAt(waterLevel(X4),X2) ) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP0])]) ).

fof(f121,plain,
    ! [X1,X0,X2] :
      ( sP1(X1,X0,X2)
    <=> ? [X3] :
          ( waterLevel(X3) = X1
          & overflow = X0
          & holdsAt(waterLevel(X3),X2) ) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP1])]) ).

fof(f122,plain,
    ! [X0,X1,X2] :
      ( initiates(X0,X1,X2)
    <=> ( sP1(X1,X0,X2)
        | sP0(X1,X0,X2)
        | ( spilling = X1
          & overflow = X0 )
        | ( filling = X1
          & tapOn = X0 ) ) ),
    inference(definition_folding,[],[f68,f121,f120]) ).

fof(f123,plain,
    ! [X0,X1,X2] :
      ( ? [X3,X4] :
          ( terminates(X3,X1,X4)
          & less(X4,X2)
          & less(X0,X4)
          & happens(X3,X4) )
     => ( terminates(sK2(X0,X1,X2),X1,sK3(X0,X1,X2))
        & less(sK3(X0,X1,X2),X2)
        & less(X0,sK3(X0,X1,X2))
        & happens(sK2(X0,X1,X2),sK3(X0,X1,X2)) ) ),
    introduced(choice_axiom,[]) ).

fof(f124,plain,
    ! [X0,X1,X2] :
      ( ( terminates(sK2(X0,X1,X2),X1,sK3(X0,X1,X2))
        & less(sK3(X0,X1,X2),X2)
        & less(X0,sK3(X0,X1,X2))
        & happens(sK2(X0,X1,X2),sK3(X0,X1,X2)) )
      | ~ stoppedIn(X0,X1,X2) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK2,sK3])],[f96,f123]) ).

fof(f125,plain,
    ! [X0,X1] :
      ( ? [X2] :
          ( terminates(X2,X0,X1)
          & happens(X2,X1) )
     => ( terminates(sK4(X0,X1),X0,X1)
        & happens(sK4(X0,X1),X1) ) ),
    introduced(choice_axiom,[]) ).

fof(f126,plain,
    ! [X0,X1] :
      ( holdsAt(X0,plus(X1,n1))
      | ( terminates(sK4(X0,X1),X0,X1)
        & happens(sK4(X0,X1),X1) )
      | releasedAt(X0,plus(X1,n1))
      | ~ holdsAt(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK4])],[f100,f125]) ).

fof(f131,plain,
    ! [X0,X1] :
      ( ? [X2] :
          ( releases(X2,X0,X1)
          & happens(X2,X1) )
     => ( releases(sK7(X0,X1),X0,X1)
        & happens(sK7(X0,X1),X1) ) ),
    introduced(choice_axiom,[]) ).

fof(f132,plain,
    ! [X0,X1] :
      ( ~ releasedAt(X0,plus(X1,n1))
      | ( releases(sK7(X0,X1),X0,X1)
        & happens(sK7(X0,X1),X1) )
      | releasedAt(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK7])],[f106,f131]) ).

fof(f141,plain,
    ! [X0,X1,X2] :
      ( ( initiates(X0,X1,X2)
        | ( ~ sP1(X1,X0,X2)
          & ~ sP0(X1,X0,X2)
          & ( spilling != X1
            | overflow != X0 )
          & ( filling != X1
            | tapOn != X0 ) ) )
      & ( sP1(X1,X0,X2)
        | sP0(X1,X0,X2)
        | ( spilling = X1
          & overflow = X0 )
        | ( filling = X1
          & tapOn = X0 )
        | ~ initiates(X0,X1,X2) ) ),
    inference(nnf_transformation,[],[f122]) ).

fof(f142,plain,
    ! [X0,X1,X2] :
      ( ( initiates(X0,X1,X2)
        | ( ~ sP1(X1,X0,X2)
          & ~ sP0(X1,X0,X2)
          & ( spilling != X1
            | overflow != X0 )
          & ( filling != X1
            | tapOn != X0 ) ) )
      & ( sP1(X1,X0,X2)
        | sP0(X1,X0,X2)
        | ( spilling = X1
          & overflow = X0 )
        | ( filling = X1
          & tapOn = X0 )
        | ~ initiates(X0,X1,X2) ) ),
    inference(flattening,[],[f141]) ).

fof(f143,plain,
    ! [X0,X1,X2] :
      ( ( terminates(X0,X1,X2)
        | ( ( filling != X1
            | overflow != X0 )
          & ( filling != X1
            | tapOff != X0 ) ) )
      & ( ( filling = X1
          & overflow = X0 )
        | ( filling = X1
          & tapOff = X0 )
        | ~ terminates(X0,X1,X2) ) ),
    inference(nnf_transformation,[],[f69]) ).

fof(f144,plain,
    ! [X0,X1,X2] :
      ( ( terminates(X0,X1,X2)
        | ( ( filling != X1
            | overflow != X0 )
          & ( filling != X1
            | tapOff != X0 ) ) )
      & ( ( filling = X1
          & overflow = X0 )
        | ( filling = X1
          & tapOff = X0 )
        | ~ terminates(X0,X1,X2) ) ),
    inference(flattening,[],[f143]) ).

fof(f145,plain,
    ! [X0,X1,X2] :
      ( ( releases(X0,X1,X2)
        | ! [X3] :
            ( waterLevel(X3) != X1
            | tapOn != X0 ) )
      & ( ? [X3] :
            ( waterLevel(X3) = X1
            & tapOn = X0 )
        | ~ releases(X0,X1,X2) ) ),
    inference(nnf_transformation,[],[f70]) ).

fof(f146,plain,
    ! [X0,X1,X2] :
      ( ( releases(X0,X1,X2)
        | ! [X3] :
            ( waterLevel(X3) != X1
            | tapOn != X0 ) )
      & ( ? [X4] :
            ( waterLevel(X4) = X1
            & tapOn = X0 )
        | ~ releases(X0,X1,X2) ) ),
    inference(rectify,[],[f145]) ).

fof(f147,plain,
    ! [X0,X1] :
      ( ? [X4] :
          ( waterLevel(X4) = X1
          & tapOn = X0 )
     => ( waterLevel(sK10(X0,X1)) = X1
        & tapOn = X0 ) ),
    introduced(choice_axiom,[]) ).

fof(f148,plain,
    ! [X0,X1,X2] :
      ( ( releases(X0,X1,X2)
        | ! [X3] :
            ( waterLevel(X3) != X1
            | tapOn != X0 ) )
      & ( ( waterLevel(sK10(X0,X1)) = X1
          & tapOn = X0 )
        | ~ releases(X0,X1,X2) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK10])],[f146,f147]) ).

fof(f149,plain,
    ! [X0,X1] :
      ( ( happens(X0,X1)
        | ( ( overflow != X0
            | ~ holdsAt(filling,X1)
            | ~ holdsAt(waterLevel(n3),X1) )
          & ( n0 != X1
            | tapOn != X0 ) ) )
      & ( ( overflow = X0
          & holdsAt(filling,X1)
          & holdsAt(waterLevel(n3),X1) )
        | ( n0 = X1
          & tapOn = X0 )
        | ~ happens(X0,X1) ) ),
    inference(nnf_transformation,[],[f71]) ).

fof(f150,plain,
    ! [X0,X1] :
      ( ( happens(X0,X1)
        | ( ( overflow != X0
            | ~ holdsAt(filling,X1)
            | ~ holdsAt(waterLevel(n3),X1) )
          & ( n0 != X1
            | tapOn != X0 ) ) )
      & ( ( overflow = X0
          & holdsAt(filling,X1)
          & holdsAt(waterLevel(n3),X1) )
        | ( n0 = X1
          & tapOn = X0 )
        | ~ happens(X0,X1) ) ),
    inference(flattening,[],[f149]) ).

fof(f152,plain,
    ! [X0,X1] :
      ( ( less_or_equal(X0,X1)
        | ( X0 != X1
          & ~ less(X0,X1) ) )
      & ( X0 = X1
        | less(X0,X1)
        | ~ less_or_equal(X0,X1) ) ),
    inference(nnf_transformation,[],[f78]) ).

fof(f153,plain,
    ! [X0,X1] :
      ( ( less_or_equal(X0,X1)
        | ( X0 != X1
          & ~ less(X0,X1) ) )
      & ( X0 = X1
        | less(X0,X1)
        | ~ less_or_equal(X0,X1) ) ),
    inference(flattening,[],[f152]) ).

fof(f154,plain,
    ! [X0] :
      ( ( less(X0,n1)
        | ~ less_or_equal(X0,n0) )
      & ( less_or_equal(X0,n0)
        | ~ less(X0,n1) ) ),
    inference(nnf_transformation,[],[f80]) ).

fof(f155,plain,
    ! [X0] :
      ( ( less(X0,n2)
        | ~ less_or_equal(X0,n1) )
      & ( less_or_equal(X0,n1)
        | ~ less(X0,n2) ) ),
    inference(nnf_transformation,[],[f81]) ).

fof(f156,plain,
    ! [X0] :
      ( ( less(X0,n3)
        | ~ less_or_equal(X0,n2) )
      & ( less_or_equal(X0,n2)
        | ~ less(X0,n3) ) ),
    inference(nnf_transformation,[],[f82]) ).

fof(f163,plain,
    ! [X0,X1] :
      ( ( less(X0,X1)
        | X0 = X1
        | less(X1,X0) )
      & ( ( X0 != X1
          & ~ less(X1,X0) )
        | ~ less(X0,X1) ) ),
    inference(nnf_transformation,[],[f89]) ).

fof(f164,plain,
    ! [X0,X1] :
      ( ( less(X0,X1)
        | X0 = X1
        | less(X1,X0) )
      & ( ( X0 != X1
          & ~ less(X1,X0) )
        | ~ less(X0,X1) ) ),
    inference(flattening,[],[f163]) ).

fof(f166,plain,
    ! [X2,X0,X1] :
      ( less(X0,sK3(X0,X1,X2))
      | ~ stoppedIn(X0,X1,X2) ),
    inference(cnf_transformation,[],[f124]) ).

fof(f167,plain,
    ! [X2,X0,X1] :
      ( less(sK3(X0,X1,X2),X2)
      | ~ stoppedIn(X0,X1,X2) ),
    inference(cnf_transformation,[],[f124]) ).

fof(f169,plain,
    ! [X2,X3,X0,X1,X4] :
      ( holdsAt(X3,plus(X1,X4))
      | stoppedIn(X1,X2,plus(X1,X4))
      | ~ trajectory(X2,X1,X3,X4)
      | ~ less(n0,X4)
      | ~ initiates(X0,X2,X1)
      | ~ happens(X0,X1) ),
    inference(cnf_transformation,[],[f98]) ).

fof(f170,plain,
    ! [X0,X1] :
      ( holdsAt(X0,plus(X1,n1))
      | happens(sK4(X0,X1),X1)
      | releasedAt(X0,plus(X1,n1))
      | ~ holdsAt(X0,X1) ),
    inference(cnf_transformation,[],[f126]) ).

fof(f177,plain,
    ! [X0,X1] :
      ( ~ releasedAt(X0,plus(X1,n1))
      | releases(sK7(X0,X1),X0,X1)
      | releasedAt(X0,X1) ),
    inference(cnf_transformation,[],[f132]) ).

fof(f178,plain,
    ! [X2,X0,X1] :
      ( holdsAt(X2,plus(X1,n1))
      | ~ initiates(X0,X2,X1)
      | ~ happens(X0,X1) ),
    inference(cnf_transformation,[],[f108]) ).

fof(f181,plain,
    ! [X2,X0,X1] :
      ( ~ releasedAt(X2,plus(X1,n1))
      | ~ initiates(X0,X2,X1)
      | ~ happens(X0,X1) ),
    inference(cnf_transformation,[],[f114]) ).

fof(f195,plain,
    ! [X2,X0,X1] :
      ( initiates(X0,X1,X2)
      | filling != X1
      | tapOn != X0 ),
    inference(cnf_transformation,[],[f142]) ).

fof(f204,plain,
    ! [X2,X0,X1] :
      ( terminates(X0,X1,X2)
      | filling != X1
      | overflow != X0 ),
    inference(cnf_transformation,[],[f144]) ).

fof(f206,plain,
    ! [X2,X0,X1] :
      ( waterLevel(sK10(X0,X1)) = X1
      | ~ releases(X0,X1,X2) ),
    inference(cnf_transformation,[],[f148]) ).

fof(f209,plain,
    ! [X0,X1] :
      ( holdsAt(waterLevel(n3),X1)
      | n0 = X1
      | ~ happens(X0,X1) ),
    inference(cnf_transformation,[],[f150]) ).

fof(f214,plain,
    ! [X0,X1] :
      ( happens(X0,X1)
      | n0 != X1
      | tapOn != X0 ),
    inference(cnf_transformation,[],[f150]) ).

fof(f216,plain,
    ! [X2,X3,X0,X1] :
      ( trajectory(filling,X1,waterLevel(X2),X3)
      | plus(X0,X3) != X2
      | ~ holdsAt(waterLevel(X0),X1) ),
    inference(cnf_transformation,[],[f116]) ).

fof(f217,plain,
    ! [X2,X0,X1] :
      ( X1 = X2
      | ~ holdsAt(waterLevel(X2),X0)
      | ~ holdsAt(waterLevel(X1),X0) ),
    inference(cnf_transformation,[],[f118]) ).

fof(f221,plain,
    ! [X0] : filling != waterLevel(X0),
    inference(cnf_transformation,[],[f74]) ).

fof(f227,plain,
    n1 = plus(n0,n1),
    inference(cnf_transformation,[],[f27]) ).

fof(f230,plain,
    n2 = plus(n1,n1),
    inference(cnf_transformation,[],[f30]) ).

fof(f236,plain,
    ! [X0,X1] : plus(X0,X1) = plus(X1,X0),
    inference(cnf_transformation,[],[f77]) ).

fof(f237,plain,
    ! [X0,X1] :
      ( X0 = X1
      | less(X0,X1)
      | ~ less_or_equal(X0,X1) ),
    inference(cnf_transformation,[],[f153]) ).

fof(f238,plain,
    ! [X0,X1] :
      ( less_or_equal(X0,X1)
      | ~ less(X0,X1) ),
    inference(cnf_transformation,[],[f153]) ).

fof(f239,plain,
    ! [X0,X1] :
      ( less_or_equal(X0,X1)
      | X0 != X1 ),
    inference(cnf_transformation,[],[f153]) ).

fof(f240,plain,
    ! [X0] : ~ less(X0,n0),
    inference(cnf_transformation,[],[f119]) ).

fof(f241,plain,
    ! [X0] :
      ( less_or_equal(X0,n0)
      | ~ less(X0,n1) ),
    inference(cnf_transformation,[],[f154]) ).

fof(f242,plain,
    ! [X0] :
      ( less(X0,n1)
      | ~ less_or_equal(X0,n0) ),
    inference(cnf_transformation,[],[f154]) ).

fof(f244,plain,
    ! [X0] :
      ( less(X0,n2)
      | ~ less_or_equal(X0,n1) ),
    inference(cnf_transformation,[],[f155]) ).

fof(f246,plain,
    ! [X0] :
      ( less(X0,n3)
      | ~ less_or_equal(X0,n2) ),
    inference(cnf_transformation,[],[f156]) ).

fof(f260,plain,
    ! [X0,X1] :
      ( X0 != X1
      | ~ less(X0,X1) ),
    inference(cnf_transformation,[],[f164]) ).

fof(f261,plain,
    ! [X0,X1] :
      ( less(X0,X1)
      | X0 = X1
      | less(X1,X0) ),
    inference(cnf_transformation,[],[f164]) ).

fof(f262,plain,
    holdsAt(waterLevel(n0),n0),
    inference(cnf_transformation,[],[f49]) ).

fof(f268,plain,
    ~ holdsAt(filling,n2),
    inference(cnf_transformation,[],[f91]) ).

fof(f275,plain,
    ! [X2,X0] :
      ( initiates(X0,filling,X2)
      | tapOn != X0 ),
    inference(equality_resolution,[],[f195]) ).

fof(f276,plain,
    ! [X2] : initiates(tapOn,filling,X2),
    inference(equality_resolution,[],[f275]) ).

fof(f277,plain,
    ! [X2,X0] :
      ( terminates(X0,filling,X2)
      | overflow != X0 ),
    inference(equality_resolution,[],[f204]) ).

fof(f278,plain,
    ! [X2] : terminates(overflow,filling,X2),
    inference(equality_resolution,[],[f277]) ).

fof(f284,plain,
    ! [X0] :
      ( happens(X0,n0)
      | tapOn != X0 ),
    inference(equality_resolution,[],[f214]) ).

fof(f285,plain,
    happens(tapOn,n0),
    inference(equality_resolution,[],[f284]) ).

fof(f286,plain,
    ! [X3,X0,X1] :
      ( trajectory(filling,X1,waterLevel(plus(X0,X3)),X3)
      | ~ holdsAt(waterLevel(X0),X1) ),
    inference(equality_resolution,[],[f216]) ).

fof(f288,plain,
    ! [X1] : less_or_equal(X1,X1),
    inference(equality_resolution,[],[f239]) ).

fof(f289,plain,
    ! [X1] : ~ less(X1,X1),
    inference(equality_resolution,[],[f260]) ).

cnf(c_50,plain,
    ( ~ stoppedIn(X0,X1,X2)
    | less(sK3(X0,X1,X2),X2) ),
    inference(cnf_transformation,[],[f167]) ).

cnf(c_51,plain,
    ( ~ stoppedIn(X0,X1,X2)
    | less(X0,sK3(X0,X1,X2)) ),
    inference(cnf_transformation,[],[f166]) ).

cnf(c_53,plain,
    ( ~ trajectory(X0,X1,X2,X3)
    | ~ initiates(X4,X0,X1)
    | ~ happens(X4,X1)
    | ~ less(n0,X3)
    | stoppedIn(X1,X0,plus(X1,X3))
    | holdsAt(X2,plus(X1,X3)) ),
    inference(cnf_transformation,[],[f169]) ).

cnf(c_55,plain,
    ( ~ holdsAt(X0,X1)
    | happens(sK4(X0,X1),X1)
    | holdsAt(X0,plus(X1,n1))
    | releasedAt(X0,plus(X1,n1)) ),
    inference(cnf_transformation,[],[f170]) ).

cnf(c_60,plain,
    ( ~ releasedAt(X0,plus(X1,n1))
    | releases(sK7(X0,X1),X0,X1)
    | releasedAt(X0,X1) ),
    inference(cnf_transformation,[],[f177]) ).

cnf(c_62,plain,
    ( ~ initiates(X0,X1,X2)
    | ~ happens(X0,X2)
    | holdsAt(X1,plus(X2,n1)) ),
    inference(cnf_transformation,[],[f178]) ).

cnf(c_66,plain,
    ( ~ releasedAt(X0,plus(X1,n1))
    | ~ initiates(X2,X0,X1)
    | ~ happens(X2,X1) ),
    inference(cnf_transformation,[],[f181]) ).

cnf(c_78,plain,
    initiates(tapOn,filling,X0),
    inference(cnf_transformation,[],[f276]) ).

cnf(c_83,plain,
    terminates(overflow,filling,X0),
    inference(cnf_transformation,[],[f278]) ).

cnf(c_85,plain,
    ( ~ terminates(X0,X1,X2)
    | X1 = filling ),
    inference(cnf_transformation,[],[f290]) ).

cnf(c_90,plain,
    ( ~ releases(X0,X1,X2)
    | waterLevel(sK10(X0,X1)) = X1 ),
    inference(cnf_transformation,[],[f206]) ).

cnf(c_93,plain,
    happens(tapOn,n0),
    inference(cnf_transformation,[],[f285]) ).

cnf(c_98,plain,
    ( ~ happens(X0,X1)
    | X1 = n0
    | holdsAt(waterLevel(n3),X1) ),
    inference(cnf_transformation,[],[f209]) ).

cnf(c_100,plain,
    ( ~ holdsAt(waterLevel(X0),X1)
    | trajectory(filling,X1,waterLevel(plus(X0,X2)),X2) ),
    inference(cnf_transformation,[],[f286]) ).

cnf(c_101,plain,
    ( ~ holdsAt(waterLevel(X0),X1)
    | ~ holdsAt(waterLevel(X2),X1)
    | X0 = X2 ),
    inference(cnf_transformation,[],[f217]) ).

cnf(c_105,plain,
    waterLevel(X0) != filling,
    inference(cnf_transformation,[],[f221]) ).

cnf(c_110,plain,
    plus(n0,n1) = n1,
    inference(cnf_transformation,[],[f227]) ).

cnf(c_113,plain,
    plus(n1,n1) = n2,
    inference(cnf_transformation,[],[f230]) ).

cnf(c_119,plain,
    plus(X0,X1) = plus(X1,X0),
    inference(cnf_transformation,[],[f236]) ).

cnf(c_120,plain,
    less_or_equal(X0,X0),
    inference(cnf_transformation,[],[f288]) ).

cnf(c_121,plain,
    ( ~ less(X0,X1)
    | less_or_equal(X0,X1) ),
    inference(cnf_transformation,[],[f238]) ).

cnf(c_122,plain,
    ( ~ less_or_equal(X0,X1)
    | X0 = X1
    | less(X0,X1) ),
    inference(cnf_transformation,[],[f237]) ).

cnf(c_123,plain,
    ~ less(X0,n0),
    inference(cnf_transformation,[],[f240]) ).

cnf(c_124,plain,
    ( ~ less_or_equal(X0,n0)
    | less(X0,n1) ),
    inference(cnf_transformation,[],[f242]) ).

cnf(c_125,plain,
    ( ~ less(X0,n1)
    | less_or_equal(X0,n0) ),
    inference(cnf_transformation,[],[f241]) ).

cnf(c_126,plain,
    ( ~ less_or_equal(X0,n1)
    | less(X0,n2) ),
    inference(cnf_transformation,[],[f244]) ).

cnf(c_128,plain,
    ( ~ less_or_equal(X0,n2)
    | less(X0,n3) ),
    inference(cnf_transformation,[],[f246]) ).

cnf(c_142,plain,
    ( X0 = X1
    | less(X0,X1)
    | less(X1,X0) ),
    inference(cnf_transformation,[],[f261]) ).

cnf(c_143,plain,
    ~ less(X0,X0),
    inference(cnf_transformation,[],[f289]) ).

cnf(c_145,plain,
    holdsAt(waterLevel(n0),n0),
    inference(cnf_transformation,[],[f262]) ).

cnf(c_151,negated_conjecture,
    ~ holdsAt(filling,n2),
    inference(cnf_transformation,[],[f268]) ).

cnf(c_152,plain,
    less_or_equal(n1,n1),
    inference(instantiation,[status(thm)],[c_120]) ).

cnf(c_153,plain,
    ~ less(n1,n1),
    inference(instantiation,[status(thm)],[c_143]) ).

cnf(c_177,plain,
    ( ~ less_or_equal(n1,n1)
    | less(n1,n2) ),
    inference(instantiation,[status(thm)],[c_126]) ).

cnf(c_186,plain,
    ( n1 = n1
    | less(n1,n1) ),
    inference(instantiation,[status(thm)],[c_142]) ).

cnf(c_232,plain,
    ( ~ less_or_equal(X0,n0)
    | less(X0,n1) ),
    inference(prop_impl_just,[status(thm)],[c_124]) ).

cnf(c_240,plain,
    ( ~ less_or_equal(X0,n2)
    | less(X0,n3) ),
    inference(prop_impl_just,[status(thm)],[c_128]) ).

cnf(c_276,plain,
    ( ~ releases(X0,X1,X2)
    | waterLevel(sK10(X0,X1)) = X1 ),
    inference(prop_impl_just,[status(thm)],[c_90]) ).

cnf(c_282,plain,
    ( ~ holdsAt(waterLevel(X0),X1)
    | trajectory(filling,X1,waterLevel(plus(X0,X2)),X2) ),
    inference(prop_impl_just,[status(thm)],[c_100]) ).

cnf(c_304,plain,
    ( ~ less(X0,X1)
    | less_or_equal(X0,X1) ),
    inference(prop_impl_just,[status(thm)],[c_121]) ).

cnf(c_1018,plain,
    plus(n1,n0) = n1,
    inference(demodulation,[status(thm)],[c_110,c_119]) ).

cnf(c_1315,plain,
    ( waterLevel(plus(X3,X4)) != X5
    | X0 != filling
    | X1 != X2
    | X4 != X6
    | ~ initiates(X7,X0,X1)
    | ~ holdsAt(waterLevel(X3),X2)
    | ~ happens(X7,X1)
    | ~ less(n0,X6)
    | stoppedIn(X1,X0,plus(X1,X6))
    | holdsAt(X5,plus(X1,X6)) ),
    inference(resolution_lifted,[status(thm)],[c_53,c_282]) ).

cnf(c_1316,plain,
    ( ~ holdsAt(waterLevel(X0),X1)
    | ~ initiates(X2,filling,X1)
    | ~ happens(X2,X1)
    | ~ less(n0,X3)
    | holdsAt(waterLevel(plus(X0,X3)),plus(X1,X3))
    | stoppedIn(X1,filling,plus(X1,X3)) ),
    inference(unflattening,[status(thm)],[c_1315]) ).

cnf(c_1354,plain,
    ( sK7(X0,X1) != X2
    | X0 != X3
    | X1 != X4
    | ~ releasedAt(X0,plus(X1,n1))
    | waterLevel(sK10(X2,X3)) = X3
    | releasedAt(X0,X1) ),
    inference(resolution_lifted,[status(thm)],[c_60,c_276]) ).

cnf(c_1355,plain,
    ( ~ releasedAt(X0,plus(X1,n1))
    | waterLevel(sK10(sK7(X0,X1),X0)) = X0
    | releasedAt(X0,X1) ),
    inference(unflattening,[status(thm)],[c_1354]) ).

cnf(c_2723,plain,
    ( X0 != X1
    | X0 != n0
    | less(X1,n1) ),
    inference(resolution_lifted,[status(thm)],[c_120,c_232]) ).

cnf(c_2724,plain,
    less(n0,n1),
    inference(unflattening,[status(thm)],[c_2723]) ).

cnf(c_2800,plain,
    ( X0 != X1
    | X2 != n2
    | ~ less(X0,X2)
    | less(X1,n3) ),
    inference(resolution_lifted,[status(thm)],[c_304,c_240]) ).

cnf(c_2801,plain,
    ( ~ less(X0,n2)
    | less(X0,n3) ),
    inference(unflattening,[status(thm)],[c_2800]) ).

cnf(c_2802,plain,
    ( ~ less(n1,n2)
    | less(n1,n3) ),
    inference(instantiation,[status(thm)],[c_2801]) ).

cnf(c_9979,plain,
    X0 = X0,
    theory(equality) ).

cnf(c_9981,plain,
    ( X0 != X1
    | X2 != X1
    | X2 = X0 ),
    theory(equality) ).

cnf(c_9984,plain,
    ( X0 != X1
    | X2 != X3
    | ~ less(X1,X3)
    | less(X0,X2) ),
    theory(equality) ).

cnf(c_9987,plain,
    ( X0 != X1
    | X2 != X3
    | ~ holdsAt(X1,X3)
    | holdsAt(X0,X2) ),
    theory(equality) ).

cnf(c_11652,plain,
    less(n0,n1),
    inference(superposition,[status(thm)],[c_120,c_124]) ).

cnf(c_11917,plain,
    ( ~ terminates(overflow,filling,X0)
    | filling = filling ),
    inference(instantiation,[status(thm)],[c_85]) ).

cnf(c_12085,plain,
    ( ~ stoppedIn(X0,X1,n1)
    | less_or_equal(sK3(X0,X1,n1),n0) ),
    inference(superposition,[status(thm)],[c_50,c_125]) ).

cnf(c_12513,plain,
    ( ~ happens(tapOn,X0)
    | holdsAt(filling,plus(X0,n1)) ),
    inference(superposition,[status(thm)],[c_78,c_62]) ).

cnf(c_12638,plain,
    ( ~ happens(tapOn,X0)
    | holdsAt(filling,plus(n1,X0)) ),
    inference(superposition,[status(thm)],[c_119,c_12513]) ).

cnf(c_12741,plain,
    ( ~ releasedAt(X0,plus(n1,X1))
    | ~ initiates(X2,X0,X1)
    | ~ happens(X2,X1) ),
    inference(superposition,[status(thm)],[c_119,c_66]) ).

cnf(c_12799,plain,
    ( ~ happens(tapOn,n0)
    | holdsAt(filling,n1) ),
    inference(superposition,[status(thm)],[c_1018,c_12638]) ).

cnf(c_12801,plain,
    holdsAt(filling,n1),
    inference(forward_subsumption_resolution,[status(thm)],[c_12799,c_93]) ).

cnf(c_12936,plain,
    ( X0 != X1
    | X2 != n3
    | ~ less(X1,n3)
    | less(X0,X2) ),
    inference(instantiation,[status(thm)],[c_9984]) ).

cnf(c_12937,plain,
    ( n1 != n1
    | n1 != n3
    | ~ less(n1,n3)
    | less(n1,n1) ),
    inference(instantiation,[status(thm)],[c_12936]) ).

cnf(c_13817,plain,
    ( ~ holdsAt(waterLevel(X0),X1)
    | ~ less(n0,X2)
    | ~ happens(tapOn,X1)
    | holdsAt(waterLevel(plus(X0,X2)),plus(X1,X2))
    | stoppedIn(X1,filling,plus(X1,X2)) ),
    inference(superposition,[status(thm)],[c_78,c_1316]) ).

cnf(c_15044,plain,
    n2 = n2,
    inference(instantiation,[status(thm)],[c_9979]) ).

cnf(c_15717,plain,
    ( X0 != n0
    | X1 != n1
    | ~ less(n0,n1)
    | less(X0,X1) ),
    inference(instantiation,[status(thm)],[c_9984]) ).

cnf(c_15718,plain,
    ( n1 != n0
    | n1 != n1
    | ~ less(n0,n1)
    | less(n1,n1) ),
    inference(instantiation,[status(thm)],[c_15717]) ).

cnf(c_16801,plain,
    ( ~ stoppedIn(X0,X1,n1)
    | sK3(X0,X1,n1) = n0
    | less(sK3(X0,X1,n1),n0) ),
    inference(superposition,[status(thm)],[c_12085,c_122]) ).

cnf(c_16805,plain,
    ( ~ stoppedIn(X0,X1,n1)
    | sK3(X0,X1,n1) = n0 ),
    inference(forward_subsumption_resolution,[status(thm)],[c_16801,c_123]) ).

cnf(c_18458,plain,
    ( ~ holdsAt(waterLevel(X0),X1)
    | ~ less(n0,X2)
    | ~ happens(tapOn,X1)
    | holdsAt(waterLevel(plus(X0,X2)),plus(X1,X2))
    | stoppedIn(X1,filling,plus(X2,X1)) ),
    inference(superposition,[status(thm)],[c_119,c_13817]) ).

cnf(c_18643,plain,
    ( ~ holdsAt(waterLevel(X0),X1)
    | ~ holdsAt(waterLevel(n3),X1)
    | X0 = n3 ),
    inference(instantiation,[status(thm)],[c_101]) ).

cnf(c_18644,plain,
    ( ~ holdsAt(waterLevel(n1),n1)
    | ~ holdsAt(waterLevel(n3),n1)
    | n1 = n3 ),
    inference(instantiation,[status(thm)],[c_18643]) ).

cnf(c_27036,plain,
    ( X0 != X1
    | n2 != X1
    | n2 = X0 ),
    inference(instantiation,[status(thm)],[c_9981]) ).

cnf(c_40556,plain,
    ( ~ initiates(X0,X1,n0)
    | ~ happens(X0,n0)
    | ~ releasedAt(X1,n1) ),
    inference(superposition,[status(thm)],[c_1018,c_12741]) ).

cnf(c_41268,plain,
    ( ~ happens(tapOn,n0)
    | ~ releasedAt(filling,n1) ),
    inference(superposition,[status(thm)],[c_78,c_40556]) ).

cnf(c_41271,plain,
    ~ releasedAt(filling,n1),
    inference(forward_subsumption_resolution,[status(thm)],[c_41268,c_93]) ).

cnf(c_44763,plain,
    ( ~ holdsAt(waterLevel(X0),n0)
    | ~ less(n0,n1)
    | ~ happens(tapOn,n0)
    | holdsAt(waterLevel(plus(X0,n1)),plus(n0,n1))
    | stoppedIn(n0,filling,n1) ),
    inference(superposition,[status(thm)],[c_1018,c_18458]) ).

cnf(c_44863,plain,
    ( ~ holdsAt(waterLevel(X0),n0)
    | holdsAt(waterLevel(plus(X0,n1)),plus(n0,n1))
    | stoppedIn(n0,filling,n1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_44763,c_93,c_11652]) ).

cnf(c_84975,plain,
    ( X0 != n2
    | n2 != n2
    | n2 = X0 ),
    inference(instantiation,[status(thm)],[c_27036]) ).

cnf(c_154626,plain,
    ( ~ holdsAt(filling,X0)
    | happens(sK4(filling,X0),X0)
    | holdsAt(filling,plus(X0,n1))
    | releasedAt(filling,plus(X0,n1)) ),
    inference(instantiation,[status(thm)],[c_55]) ).

cnf(c_154627,plain,
    ( ~ holdsAt(filling,n1)
    | happens(sK4(filling,n1),n1)
    | holdsAt(filling,plus(n1,n1))
    | releasedAt(filling,plus(n1,n1)) ),
    inference(instantiation,[status(thm)],[c_154626]) ).

cnf(c_154850,plain,
    ( plus(n1,n1) != n2
    | n2 != n2
    | n2 = plus(n1,n1) ),
    inference(instantiation,[status(thm)],[c_84975]) ).

cnf(c_169440,plain,
    ( X0 != filling
    | X1 != X2
    | ~ holdsAt(filling,X2)
    | holdsAt(X0,X1) ),
    inference(instantiation,[status(thm)],[c_9987]) ).

cnf(c_169658,plain,
    ( ~ releasedAt(filling,plus(X0,n1))
    | waterLevel(sK10(sK7(filling,X0),filling)) = filling
    | releasedAt(filling,X0) ),
    inference(instantiation,[status(thm)],[c_1355]) ).

cnf(c_169663,plain,
    ( ~ releasedAt(filling,plus(n1,n1))
    | waterLevel(sK10(sK7(filling,n1),filling)) = filling
    | releasedAt(filling,n1) ),
    inference(instantiation,[status(thm)],[c_169658]) ).

cnf(c_169685,plain,
    ( X0 != X1
    | filling != filling
    | ~ holdsAt(filling,X1)
    | holdsAt(filling,X0) ),
    inference(instantiation,[status(thm)],[c_169440]) ).

cnf(c_170303,plain,
    waterLevel(sK10(sK7(filling,X0),filling)) != filling,
    inference(instantiation,[status(thm)],[c_105]) ).

cnf(c_170304,plain,
    waterLevel(sK10(sK7(filling,n1),filling)) != filling,
    inference(instantiation,[status(thm)],[c_170303]) ).

cnf(c_170510,plain,
    ( filling != filling
    | n2 != X0
    | ~ holdsAt(filling,X0)
    | holdsAt(filling,n2) ),
    inference(instantiation,[status(thm)],[c_169685]) ).

cnf(c_199243,plain,
    ( filling != filling
    | n2 != plus(n1,n1)
    | ~ holdsAt(filling,plus(n1,n1))
    | holdsAt(filling,n2) ),
    inference(instantiation,[status(thm)],[c_170510]) ).

cnf(c_207917,plain,
    ( ~ happens(sK4(filling,X0),X0)
    | X0 = n0
    | holdsAt(waterLevel(n3),X0) ),
    inference(instantiation,[status(thm)],[c_98]) ).

cnf(c_207918,plain,
    ( ~ happens(sK4(filling,n1),n1)
    | n1 = n0
    | holdsAt(waterLevel(n3),n1) ),
    inference(instantiation,[status(thm)],[c_207917]) ).

cnf(c_222659,plain,
    ( ~ holdsAt(waterLevel(X0),n0)
    | holdsAt(waterLevel(plus(X0,n1)),n1)
    | stoppedIn(n0,filling,n1) ),
    inference(demodulation,[status(thm)],[c_44863,c_119,c_1018]) ).

cnf(c_222667,plain,
    ( ~ holdsAt(waterLevel(X0),n0)
    | holdsAt(waterLevel(plus(n1,X0)),n1)
    | stoppedIn(n0,filling,n1) ),
    inference(superposition,[status(thm)],[c_119,c_222659]) ).

cnf(c_222865,plain,
    ( ~ holdsAt(waterLevel(n0),n0)
    | stoppedIn(n0,filling,n1)
    | holdsAt(waterLevel(n1),n1) ),
    inference(superposition,[status(thm)],[c_1018,c_222667]) ).

cnf(c_222874,plain,
    ( stoppedIn(n0,filling,n1)
    | holdsAt(waterLevel(n1),n1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_222865,c_145]) ).

cnf(c_222905,plain,
    stoppedIn(n0,filling,n1),
    inference(global_subsumption_just,[status(thm)],[c_222874,c_152,c_151,c_153,c_83,c_113,c_177,c_186,c_2724,c_2802,c_11917,c_12801,c_12937,c_15044,c_15718,c_18644,c_41271,c_154627,c_154850,c_169663,c_170304,c_199243,c_207918,c_222874]) ).

cnf(c_222911,plain,
    sK3(n0,filling,n1) = n0,
    inference(superposition,[status(thm)],[c_222905,c_16805]) ).

cnf(c_222924,plain,
    ( ~ stoppedIn(n0,filling,n1)
    | less(n0,n0) ),
    inference(superposition,[status(thm)],[c_222911,c_51]) ).

cnf(c_222952,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_222924,c_123,c_222905]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : CSR009+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% 0.13/0.14  % Command  : run_iprover %s %d THM
% 0.13/0.35  % Computer : n027.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Thu May  2 23:33:05 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.20/0.48  Running first-order theorem proving
% 0.20/0.48  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --heuristic_context casc_unsat --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 43.12/6.73  % SZS status Started for theBenchmark.p
% 43.12/6.73  % SZS status Theorem for theBenchmark.p
% 43.12/6.73  
% 43.12/6.73  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 43.12/6.73  
% 43.12/6.73  ------  iProver source info
% 43.12/6.73  
% 43.12/6.73  git: date: 2024-05-02 19:28:25 +0000
% 43.12/6.73  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 43.12/6.73  git: non_committed_changes: false
% 43.12/6.73  
% 43.12/6.73  ------ Parsing...
% 43.12/6.73  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 43.12/6.73  
% 43.12/6.73  ------ Preprocessing... sup_sim: 2  sf_s  rm: 1 0s  sf_e  pe_s  pe:1:0s pe:2:0s pe_e  sup_sim: 0  sf_s  rm: 3 0s  sf_e  pe_s  pe_e 
% 43.12/6.73  
% 43.12/6.73  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 43.12/6.73  
% 43.12/6.73  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 43.12/6.73  ------ Proving...
% 43.12/6.73  ------ Problem Properties 
% 43.12/6.73  
% 43.12/6.73  
% 43.12/6.73  clauses                                 99
% 43.12/6.73  conjectures                             1
% 43.12/6.73  EPR                                     53
% 43.12/6.73  Horn                                    76
% 43.12/6.73  unary                                   33
% 43.12/6.73  binary                                  37
% 43.12/6.73  lits                                    208
% 43.12/6.73  lits eq                                 48
% 43.12/6.73  fd_pure                                 0
% 43.12/6.73  fd_pseudo                               0
% 43.12/6.73  fd_cond                                 14
% 43.12/6.73  fd_pseudo_cond                          4
% 43.12/6.73  AC symbols                              0
% 43.12/6.73  
% 43.12/6.73  ------ Schedule dynamic 5 is on 
% 43.12/6.73  
% 43.12/6.73  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 43.12/6.73  
% 43.12/6.73  
% 43.12/6.73  ------ 
% 43.12/6.73  Current options:
% 43.12/6.73  ------ 
% 43.12/6.73  
% 43.12/6.73  
% 43.12/6.73  
% 43.12/6.73  
% 43.12/6.73  ------ Proving...
% 43.12/6.73  
% 43.12/6.73  
% 43.12/6.73  % SZS status Theorem for theBenchmark.p
% 43.12/6.73  
% 43.12/6.73  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 43.12/6.73  
% 43.12/6.73  
%------------------------------------------------------------------------------