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

View Problem - Process Solution

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

% Computer : n020.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 13.98s 2.69s
% Output   : CNFRefutation 13.98s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named definition)

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

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

fof(f10,axiom,
    ! [X3,X4,X1] :
      ( ( terminates(X3,X1,X4)
        & happens(X3,X4) )
     => ~ holdsAt(X1,plus(X4,n1)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',happens_terminates_not_holds) ).

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

fof(f19,axiom,
    tapOn != tapOff,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',tapOff_not_tapOn) ).

fof(f20,axiom,
    overflow != tapOff,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',tapOff_not_overflow) ).

fof(f21,axiom,
    tapOn != overflow,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',overflow_not_tapOn) ).

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

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

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

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

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

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

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

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

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

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

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

fof(f55,conjecture,
    holdsAt(waterLevel(n3),n3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',waterLevel_3) ).

fof(f56,negated_conjecture,
    ~ holdsAt(waterLevel(n3),n3),
    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(f64,plain,
    ! [X0,X1,X2] :
      ( ( initiates(X0,X2,X1)
        & happens(X0,X1) )
     => holdsAt(X2,plus(X1,n1)) ),
    inference(rectify,[],[f9]) ).

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

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(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(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(waterLevel(n3),n3),
    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(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(f109,plain,
    ! [X0,X1,X2] :
      ( ~ holdsAt(X2,plus(X1,n1))
      | ~ terminates(X0,X2,X1)
      | ~ happens(X0,X1) ),
    inference(ennf_transformation,[],[f65]) ).

fof(f110,plain,
    ! [X0,X1,X2] :
      ( ~ holdsAt(X2,plus(X1,n1))
      | ~ terminates(X0,X2,X1)
      | ~ happens(X0,X1) ),
    inference(flattening,[],[f109]) ).

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(f133,plain,
    ! [X1,X0,X2] :
      ( ( sP1(X1,X0,X2)
        | ! [X3] :
            ( waterLevel(X3) != X1
            | overflow != X0
            | ~ holdsAt(waterLevel(X3),X2) ) )
      & ( ? [X3] :
            ( waterLevel(X3) = X1
            & overflow = X0
            & holdsAt(waterLevel(X3),X2) )
        | ~ sP1(X1,X0,X2) ) ),
    inference(nnf_transformation,[],[f121]) ).

fof(f134,plain,
    ! [X0,X1,X2] :
      ( ( sP1(X0,X1,X2)
        | ! [X3] :
            ( waterLevel(X3) != X0
            | overflow != X1
            | ~ holdsAt(waterLevel(X3),X2) ) )
      & ( ? [X4] :
            ( waterLevel(X4) = X0
            & overflow = X1
            & holdsAt(waterLevel(X4),X2) )
        | ~ sP1(X0,X1,X2) ) ),
    inference(rectify,[],[f133]) ).

fof(f135,plain,
    ! [X0,X1,X2] :
      ( ? [X4] :
          ( waterLevel(X4) = X0
          & overflow = X1
          & holdsAt(waterLevel(X4),X2) )
     => ( waterLevel(sK8(X0,X1,X2)) = X0
        & overflow = X1
        & holdsAt(waterLevel(sK8(X0,X1,X2)),X2) ) ),
    introduced(choice_axiom,[]) ).

fof(f136,plain,
    ! [X0,X1,X2] :
      ( ( sP1(X0,X1,X2)
        | ! [X3] :
            ( waterLevel(X3) != X0
            | overflow != X1
            | ~ holdsAt(waterLevel(X3),X2) ) )
      & ( ( waterLevel(sK8(X0,X1,X2)) = X0
          & overflow = X1
          & holdsAt(waterLevel(sK8(X0,X1,X2)),X2) )
        | ~ sP1(X0,X1,X2) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK8])],[f134,f135]) ).

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(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(f165,plain,
    ! [X2,X0,X1] :
      ( happens(sK2(X0,X1,X2),sK3(X0,X1,X2))
      | ~ stoppedIn(X0,X1,X2) ),
    inference(cnf_transformation,[],[f124]) ).

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(f168,plain,
    ! [X2,X0,X1] :
      ( terminates(sK2(X0,X1,X2),X1,sK3(X0,X1,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(f178,plain,
    ! [X2,X0,X1] :
      ( holdsAt(X2,plus(X1,n1))
      | ~ initiates(X0,X2,X1)
      | ~ happens(X0,X1) ),
    inference(cnf_transformation,[],[f108]) ).

fof(f179,plain,
    ! [X2,X0,X1] :
      ( ~ holdsAt(X2,plus(X1,n1))
      | ~ terminates(X0,X2,X1)
      | ~ happens(X0,X1) ),
    inference(cnf_transformation,[],[f110]) ).

fof(f186,plain,
    ! [X2,X3,X0,X1] :
      ( sP1(X0,X1,X2)
      | waterLevel(X3) != X0
      | overflow != X1
      | ~ holdsAt(waterLevel(X3),X2) ),
    inference(cnf_transformation,[],[f136]) ).

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

fof(f198,plain,
    ! [X2,X0,X1] :
      ( initiates(X0,X1,X2)
      | ~ sP1(X1,X0,X2) ),
    inference(cnf_transformation,[],[f142]) ).

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

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

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

fof(f212,plain,
    ! [X0,X1] :
      ( overflow = X0
      | tapOn = X0
      | ~ 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(f218,plain,
    tapOn != tapOff,
    inference(cnf_transformation,[],[f19]) ).

fof(f219,plain,
    overflow != tapOff,
    inference(cnf_transformation,[],[f20]) ).

fof(f220,plain,
    tapOn != overflow,
    inference(cnf_transformation,[],[f21]) ).

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

fof(f229,plain,
    n3 = plus(n0,n3),
    inference(cnf_transformation,[],[f29]) ).

fof(f231,plain,
    n3 = plus(n1,n2),
    inference(cnf_transformation,[],[f31]) ).

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(f243,plain,
    ! [X0] :
      ( less_or_equal(X0,n1)
      | ~ less(X0,n2) ),
    inference(cnf_transformation,[],[f155]) ).

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

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

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

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

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(waterLevel(n3),n3),
    inference(cnf_transformation,[],[f91]) ).

fof(f269,plain,
    ! [X2,X3,X1] :
      ( sP1(waterLevel(X3),X1,X2)
      | overflow != X1
      | ~ holdsAt(waterLevel(X3),X2) ),
    inference(equality_resolution,[],[f186]) ).

fof(f270,plain,
    ! [X2,X3] :
      ( sP1(waterLevel(X3),overflow,X2)
      | ~ holdsAt(waterLevel(X3),X2) ),
    inference(equality_resolution,[],[f269]) ).

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_49,plain,
    ( ~ stoppedIn(X0,X1,X2)
    | terminates(sK2(X0,X1,X2),X1,sK3(X0,X1,X2)) ),
    inference(cnf_transformation,[],[f168]) ).

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_52,plain,
    ( ~ stoppedIn(X0,X1,X2)
    | happens(sK2(X0,X1,X2),sK3(X0,X1,X2)) ),
    inference(cnf_transformation,[],[f165]) ).

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_62,plain,
    ( ~ initiates(X0,X1,X2)
    | ~ happens(X0,X2)
    | holdsAt(X1,plus(X2,n1)) ),
    inference(cnf_transformation,[],[f178]) ).

cnf(c_63,plain,
    ( ~ holdsAt(X0,plus(X1,n1))
    | ~ terminates(X2,X0,X1)
    | ~ happens(X2,X1) ),
    inference(cnf_transformation,[],[f179]) ).

cnf(c_67,plain,
    ( ~ holdsAt(waterLevel(X0),X1)
    | sP1(waterLevel(X0),overflow,X1) ),
    inference(cnf_transformation,[],[f270]) ).

cnf(c_75,plain,
    ( ~ sP1(X0,X1,X2)
    | initiates(X1,X0,X2) ),
    inference(cnf_transformation,[],[f198]) ).

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_88,plain,
    ( ~ terminates(X0,X1,X2)
    | X0 = overflow
    | X0 = tapOff ),
    inference(cnf_transformation,[],[f199]) ).

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

cnf(c_95,plain,
    ( ~ happens(X0,X1)
    | X0 = overflow
    | X0 = tapOn ),
    inference(cnf_transformation,[],[f212]) ).

cnf(c_99,plain,
    ( ~ happens(X0,X1)
    | X0 = tapOn
    | holdsAt(waterLevel(n3),X1) ),
    inference(cnf_transformation,[],[f208]) ).

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_102,plain,
    tapOff != tapOn,
    inference(cnf_transformation,[],[f218]) ).

cnf(c_103,plain,
    overflow != tapOff,
    inference(cnf_transformation,[],[f219]) ).

cnf(c_104,plain,
    overflow != tapOn,
    inference(cnf_transformation,[],[f220]) ).

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

cnf(c_112,plain,
    plus(n0,n3) = n3,
    inference(cnf_transformation,[],[f229]) ).

cnf(c_114,plain,
    plus(n1,n2) = n3,
    inference(cnf_transformation,[],[f231]) ).

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_127,plain,
    ( ~ less(X0,n2)
    | less_or_equal(X0,n1) ),
    inference(cnf_transformation,[],[f243]) ).

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

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

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_144,plain,
    ( ~ less(X0,X1)
    | ~ less(X1,X0) ),
    inference(cnf_transformation,[],[f259]) ).

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

cnf(c_151,negated_conjecture,
    ~ holdsAt(waterLevel(n3),n3),
    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_230,plain,
    ( less_or_equal(X0,n0)
    | ~ less(X0,n1) ),
    inference(prop_impl_just,[status(thm)],[c_125]) ).

cnf(c_231,plain,
    ( ~ less(X0,n1)
    | less_or_equal(X0,n0) ),
    inference(renaming,[status(thm)],[c_230]) ).

cnf(c_234,plain,
    ( less_or_equal(X0,n1)
    | ~ less(X0,n2) ),
    inference(prop_impl_just,[status(thm)],[c_127]) ).

cnf(c_235,plain,
    ( ~ less(X0,n2)
    | less_or_equal(X0,n1) ),
    inference(renaming,[status(thm)],[c_234]) ).

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

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_2770,plain,
    ( X0 != X1
    | X2 != n0
    | ~ less(X1,n1)
    | X0 = X2
    | less(X0,X2) ),
    inference(resolution_lifted,[status(thm)],[c_122,c_231]) ).

cnf(c_2771,plain,
    ( ~ less(X0,n1)
    | X0 = n0
    | less(X0,n0) ),
    inference(unflattening,[status(thm)],[c_2770]) ).

cnf(c_2772,plain,
    ( X0 = n0
    | ~ less(X0,n1) ),
    inference(global_subsumption_just,[status(thm)],[c_2771,c_123,c_2771]) ).

cnf(c_2773,plain,
    ( ~ less(X0,n1)
    | X0 = n0 ),
    inference(renaming,[status(thm)],[c_2772]) ).

cnf(c_2788,plain,
    ( X0 != X1
    | X2 != n1
    | ~ less(X1,n2)
    | X0 = X2
    | less(X0,X2) ),
    inference(resolution_lifted,[status(thm)],[c_122,c_235]) ).

cnf(c_2789,plain,
    ( ~ less(X0,n2)
    | X0 = n1
    | less(X0,n1) ),
    inference(unflattening,[status(thm)],[c_2788]) ).

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_9978,plain,
    waterLevel(n3) = sP0_iProver_def,
    definition ).

cnf(c_9979,negated_conjecture,
    ~ holdsAt(sP0_iProver_def,n3),
    inference(demodulation,[status(thm)],[c_151,c_9978]) ).

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

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

cnf(c_11673,plain,
    less_or_equal(n0,n1),
    inference(superposition,[status(thm)],[c_11672,c_121]) ).

cnf(c_11684,plain,
    less(n0,n2),
    inference(superposition,[status(thm)],[c_11673,c_126]) ).

cnf(c_11716,plain,
    less_or_equal(n0,n2),
    inference(superposition,[status(thm)],[c_11684,c_121]) ).

cnf(c_11722,plain,
    less(n0,n3),
    inference(superposition,[status(thm)],[c_11716,c_128]) ).

cnf(c_11956,plain,
    ( ~ holdsAt(waterLevel(n3),X0)
    | sP1(sP0_iProver_def,overflow,X0) ),
    inference(superposition,[status(thm)],[c_9978,c_67]) ).

cnf(c_11959,plain,
    ( ~ holdsAt(sP0_iProver_def,X0)
    | sP1(sP0_iProver_def,overflow,X0) ),
    inference(light_normalisation,[status(thm)],[c_11956,c_9978]) ).

cnf(c_12039,plain,
    ( X0 = n1
    | less(n1,X0)
    | less_or_equal(X0,n0) ),
    inference(superposition,[status(thm)],[c_142,c_125]) ).

cnf(c_12040,plain,
    ( X0 = n2
    | less(n2,X0)
    | less_or_equal(X0,n1) ),
    inference(superposition,[status(thm)],[c_142,c_127]) ).

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

cnf(c_12127,plain,
    ( ~ stoppedIn(X0,X1,n3)
    | less_or_equal(sK3(X0,X1,n3),n2) ),
    inference(superposition,[status(thm)],[c_50,c_129]) ).

cnf(c_12374,plain,
    ( ~ happens(X0,X1)
    | X0 = tapOn
    | holdsAt(sP0_iProver_def,X1) ),
    inference(light_normalisation,[status(thm)],[c_99,c_9978]) ).

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

cnf(c_12607,plain,
    ( ~ holdsAt(sP0_iProver_def,X0)
    | initiates(overflow,sP0_iProver_def,X0) ),
    inference(superposition,[status(thm)],[c_11959,c_75]) ).

cnf(c_12651,plain,
    ( ~ happens(overflow,X0)
    | ~ holdsAt(sP0_iProver_def,X0)
    | holdsAt(sP0_iProver_def,plus(X0,n1)) ),
    inference(superposition,[status(thm)],[c_12607,c_62]) ).

cnf(c_12660,plain,
    ( ~ stoppedIn(X0,X1,X2)
    | sK2(X0,X1,X2) = overflow
    | sK2(X0,X1,X2) = tapOff ),
    inference(superposition,[status(thm)],[c_49,c_88]) ).

cnf(c_12676,plain,
    ( ~ holdsAt(waterLevel(X0),X1)
    | ~ holdsAt(sP0_iProver_def,X1)
    | X0 = n3 ),
    inference(superposition,[status(thm)],[c_9978,c_101]) ).

cnf(c_12689,plain,
    ( ~ holdsAt(waterLevel(n1),n1)
    | ~ holdsAt(sP0_iProver_def,n1)
    | n1 = n3 ),
    inference(instantiation,[status(thm)],[c_12676]) ).

cnf(c_12701,plain,
    ( ~ holdsAt(X0,plus(n1,X1))
    | ~ terminates(X2,X0,X1)
    | ~ happens(X2,X1) ),
    inference(superposition,[status(thm)],[c_119,c_63]) ).

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

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

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

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

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

cnf(c_13425,plain,
    ( X0 = n0
    | X0 = n1
    | less(X0,n0)
    | less(n1,X0) ),
    inference(superposition,[status(thm)],[c_12039,c_122]) ).

cnf(c_13430,plain,
    ( X0 = n0
    | X0 = n1
    | less(n1,X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_13425,c_123]) ).

cnf(c_13440,plain,
    ( X0 = n1
    | X0 = n2
    | less(X0,n1)
    | less(n2,X0) ),
    inference(superposition,[status(thm)],[c_12040,c_122]) ).

cnf(c_14118,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_17401,plain,
    ( ~ stoppedIn(X0,X1,n1)
    | sK3(X0,X1,n1) = n0
    | less(sK3(X0,X1,n1),n0) ),
    inference(superposition,[status(thm)],[c_12125,c_122]) ).

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

cnf(c_17436,plain,
    ( ~ stoppedIn(X0,X1,n3)
    | sK3(X0,X1,n3) = n2
    | less(sK3(X0,X1,n3),n2) ),
    inference(superposition,[status(thm)],[c_12127,c_122]) ).

cnf(c_17603,plain,
    ( ~ less(X0,n1)
    | X0 = n0
    | X0 = n1 ),
    inference(superposition,[status(thm)],[c_13430,c_144]) ).

cnf(c_18896,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_14118]) ).

cnf(c_18914,plain,
    ( ~ holdsAt(waterLevel(X0),n0)
    | ~ less(n0,n3)
    | ~ happens(tapOn,n0)
    | holdsAt(waterLevel(plus(X0,n3)),n3)
    | stoppedIn(n0,filling,plus(n0,n3)) ),
    inference(superposition,[status(thm)],[c_112,c_14118]) ).

cnf(c_18968,plain,
    ( ~ holdsAt(waterLevel(X0),n0)
    | ~ less(n0,n3)
    | ~ happens(tapOn,n0)
    | holdsAt(waterLevel(plus(X0,n3)),n3)
    | stoppedIn(n0,filling,n3) ),
    inference(light_normalisation,[status(thm)],[c_18914,c_112]) ).

cnf(c_18969,plain,
    ( ~ holdsAt(waterLevel(X0),n0)
    | holdsAt(waterLevel(plus(X0,n3)),n3)
    | stoppedIn(n0,filling,n3) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_18968,c_93,c_11722]) ).

cnf(c_24593,plain,
    ( X0 = n0
    | ~ less(X0,n1) ),
    inference(global_subsumption_just,[status(thm)],[c_17603,c_2773]) ).

cnf(c_24594,plain,
    ( ~ less(X0,n1)
    | X0 = n0 ),
    inference(renaming,[status(thm)],[c_24593]) ).

cnf(c_25578,plain,
    ( ~ happens(overflow,X0)
    | ~ holdsAt(sP0_iProver_def,X0)
    | holdsAt(sP0_iProver_def,plus(n1,X0)) ),
    inference(superposition,[status(thm)],[c_119,c_12651]) ).

cnf(c_26015,plain,
    ( ~ happens(overflow,n2)
    | ~ holdsAt(sP0_iProver_def,n2)
    | holdsAt(sP0_iProver_def,n3) ),
    inference(superposition,[status(thm)],[c_114,c_25578]) ).

cnf(c_26024,plain,
    ( ~ happens(overflow,n2)
    | ~ holdsAt(sP0_iProver_def,n2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_26015,c_9979]) ).

cnf(c_26780,plain,
    ( X0 = n0
    | X0 = n1
    | X0 = n2
    | less(n2,X0) ),
    inference(superposition,[status(thm)],[c_13440,c_24594]) ).

cnf(c_31452,plain,
    ( ~ terminates(X0,X1,n0)
    | ~ happens(X0,n0)
    | ~ holdsAt(X1,n1) ),
    inference(superposition,[status(thm)],[c_1018,c_12701]) ).

cnf(c_31585,plain,
    ( ~ happens(overflow,n0)
    | ~ holdsAt(filling,n1) ),
    inference(superposition,[status(thm)],[c_83,c_31452]) ).

cnf(c_31587,plain,
    ~ happens(overflow,n0),
    inference(forward_subsumption_resolution,[status(thm)],[c_31585,c_13180]) ).

cnf(c_33213,plain,
    ( ~ holdsAt(waterLevel(n0),n0)
    | stoppedIn(n0,filling,n3)
    | holdsAt(waterLevel(n3),n3) ),
    inference(superposition,[status(thm)],[c_112,c_18969]) ).

cnf(c_33226,plain,
    ( ~ holdsAt(waterLevel(n0),n0)
    | stoppedIn(n0,filling,n3)
    | holdsAt(sP0_iProver_def,n3) ),
    inference(light_normalisation,[status(thm)],[c_33213,c_9978]) ).

cnf(c_33227,plain,
    stoppedIn(n0,filling,n3),
    inference(forward_subsumption_resolution,[status(thm)],[c_33226,c_9979,c_145]) ).

cnf(c_33228,plain,
    ( sK2(n0,filling,n3) = overflow
    | sK2(n0,filling,n3) = tapOff ),
    inference(superposition,[status(thm)],[c_33227,c_12660]) ).

cnf(c_33294,plain,
    ( ~ stoppedIn(n0,filling,n3)
    | sK2(n0,filling,n3) = overflow
    | happens(tapOff,sK3(n0,filling,n3)) ),
    inference(superposition,[status(thm)],[c_33228,c_52]) ).

cnf(c_33295,plain,
    ( sK2(n0,filling,n3) = overflow
    | happens(tapOff,sK3(n0,filling,n3)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_33294,c_33227]) ).

cnf(c_33304,plain,
    ( sK2(n0,filling,n3) = overflow
    | overflow = tapOff
    | tapOff = tapOn ),
    inference(superposition,[status(thm)],[c_33295,c_95]) ).

cnf(c_33308,plain,
    sK2(n0,filling,n3) = overflow,
    inference(forward_subsumption_resolution,[status(thm)],[c_33304,c_102,c_103]) ).

cnf(c_33310,plain,
    ( ~ stoppedIn(n0,filling,n3)
    | happens(overflow,sK3(n0,filling,n3)) ),
    inference(superposition,[status(thm)],[c_33308,c_52]) ).

cnf(c_33311,plain,
    happens(overflow,sK3(n0,filling,n3)),
    inference(forward_subsumption_resolution,[status(thm)],[c_33310,c_33227]) ).

cnf(c_33312,plain,
    ( overflow = tapOn
    | holdsAt(sP0_iProver_def,sK3(n0,filling,n3)) ),
    inference(superposition,[status(thm)],[c_33311,c_12374]) ).

cnf(c_33320,plain,
    holdsAt(sP0_iProver_def,sK3(n0,filling,n3)),
    inference(forward_subsumption_resolution,[status(thm)],[c_33312,c_104]) ).

cnf(c_33660,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_18896]) ).

cnf(c_33777,plain,
    ( ~ holdsAt(waterLevel(X0),n0)
    | holdsAt(waterLevel(plus(X0,n1)),plus(n0,n1))
    | stoppedIn(n0,filling,n1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_33660,c_93,c_11672]) ).

cnf(c_36145,plain,
    ( ~ less(X0,n2)
    | X0 = n0
    | X0 = n1
    | X0 = n2 ),
    inference(superposition,[status(thm)],[c_26780,c_144]) ).

cnf(c_40403,plain,
    ( X0 = n1
    | X0 = n0
    | ~ less(X0,n2) ),
    inference(global_subsumption_just,[status(thm)],[c_36145,c_2773,c_2789]) ).

cnf(c_40404,plain,
    ( ~ less(X0,n2)
    | X0 = n0
    | X0 = n1 ),
    inference(renaming,[status(thm)],[c_40403]) ).

cnf(c_40466,plain,
    ( ~ stoppedIn(X0,X1,n3)
    | sK3(X0,X1,n3) = n0
    | sK3(X0,X1,n3) = n1
    | sK3(X0,X1,n3) = n2 ),
    inference(superposition,[status(thm)],[c_17436,c_40404]) ).

cnf(c_40748,plain,
    ( sK3(n0,filling,n3) = n0
    | sK3(n0,filling,n3) = n1
    | sK3(n0,filling,n3) = n2 ),
    inference(superposition,[status(thm)],[c_33227,c_40466]) ).

cnf(c_40988,plain,
    ( sK3(n0,filling,n3) = n0
    | sK3(n0,filling,n3) = n1
    | holdsAt(sP0_iProver_def,n2) ),
    inference(superposition,[status(thm)],[c_40748,c_33320]) ).

cnf(c_40991,plain,
    ( sK3(n0,filling,n3) = n0
    | sK3(n0,filling,n3) = n1
    | happens(overflow,n2) ),
    inference(superposition,[status(thm)],[c_40748,c_33311]) ).

cnf(c_41150,plain,
    ( sK3(n0,filling,n3) = n1
    | sK3(n0,filling,n3) = n0 ),
    inference(global_subsumption_just,[status(thm)],[c_40988,c_26024,c_40991,c_40988]) ).

cnf(c_41151,plain,
    ( sK3(n0,filling,n3) = n0
    | sK3(n0,filling,n3) = n1 ),
    inference(renaming,[status(thm)],[c_41150]) ).

cnf(c_41189,plain,
    ( sK3(n0,filling,n3) = n1
    | happens(overflow,n0) ),
    inference(superposition,[status(thm)],[c_41151,c_33311]) ).

cnf(c_41190,plain,
    sK3(n0,filling,n3) = n1,
    inference(forward_subsumption_resolution,[status(thm)],[c_41189,c_31587]) ).

cnf(c_41193,plain,
    holdsAt(sP0_iProver_def,n1),
    inference(demodulation,[status(thm)],[c_33320,c_41190]) ).

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

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

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

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

cnf(c_44760,plain,
    stoppedIn(n0,filling,n1),
    inference(global_subsumption_just,[status(thm)],[c_44453,c_152,c_153,c_177,c_186,c_2802,c_12689,c_12847,c_41193,c_44453]) ).

cnf(c_44766,plain,
    sK3(n0,filling,n1) = n0,
    inference(superposition,[status(thm)],[c_44760,c_17405]) ).

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

cnf(c_45420,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_45392,c_123,c_44760]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : CSR006+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% 0.07/0.14  % Command  : run_iprover %s %d THM
% 0.13/0.34  % Computer : n020.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.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Thu May  2 23:14:01 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.20/0.47  Running first-order theorem proving
% 0.20/0.47  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --heuristic_context casc_unsat --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 13.98/2.69  % SZS status Started for theBenchmark.p
% 13.98/2.69  % SZS status Theorem for theBenchmark.p
% 13.98/2.69  
% 13.98/2.69  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 13.98/2.69  
% 13.98/2.69  ------  iProver source info
% 13.98/2.69  
% 13.98/2.69  git: date: 2024-05-02 19:28:25 +0000
% 13.98/2.69  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 13.98/2.69  git: non_committed_changes: false
% 13.98/2.69  
% 13.98/2.69  ------ Parsing...
% 13.98/2.69  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 13.98/2.69  
% 13.98/2.69  ------ 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 
% 13.98/2.69  
% 13.98/2.69  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 13.98/2.69  
% 13.98/2.69  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 13.98/2.69  ------ Proving...
% 13.98/2.69  ------ Problem Properties 
% 13.98/2.69  
% 13.98/2.69  
% 13.98/2.69  clauses                                 100
% 13.98/2.69  conjectures                             1
% 13.98/2.69  EPR                                     53
% 13.98/2.69  Horn                                    77
% 13.98/2.69  unary                                   34
% 13.98/2.69  binary                                  37
% 13.98/2.69  lits                                    209
% 13.98/2.69  lits eq                                 49
% 13.98/2.69  fd_pure                                 0
% 13.98/2.69  fd_pseudo                               0
% 13.98/2.69  fd_cond                                 14
% 13.98/2.69  fd_pseudo_cond                          4
% 13.98/2.69  AC symbols                              0
% 13.98/2.69  
% 13.98/2.69  ------ Schedule dynamic 5 is on 
% 13.98/2.69  
% 13.98/2.69  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 13.98/2.69  
% 13.98/2.69  
% 13.98/2.69  ------ 
% 13.98/2.69  Current options:
% 13.98/2.69  ------ 
% 13.98/2.69  
% 13.98/2.69  
% 13.98/2.69  
% 13.98/2.69  
% 13.98/2.69  ------ Proving...
% 13.98/2.69  
% 13.98/2.69  
% 13.98/2.69  % SZS status Theorem for theBenchmark.p
% 13.98/2.69  
% 13.98/2.69  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 13.98/2.69  
% 13.98/2.70  
%------------------------------------------------------------------------------