TSTP Solution File: CSR004+2 by iProverMo---2.5-0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProverMo---2.5-0.1
% Problem  : CSR004+2 : TPTP v8.1.0. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : iprover_modulo %s %d

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

% Result   : Theorem 0.58s 0.97s
% Output   : CNFRefutation 0.80s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   64
% Syntax   : Number of formulae    :  896 ( 176 unt;   0 def)
%            Number of atoms       : 3165 (1392 equ)
%            Maximal formula atoms :  194 (   3 avg)
%            Number of connectives : 3369 (1100   ~;2034   |; 173   &)
%                                         (  38 <=>;  24  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   52 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :   15 (  13 usr;   1 prp; 0-4 aty)
%            Number of functors    :   39 (  39 usr;  15 con; 0-3 aty)
%            Number of variables   : 1997 ( 133 sgn 274   !;  26   ?)

% Comments : 
%------------------------------------------------------------------------------
% Axioms transformation by autotheo
% Orienting (remaining) axiom formulas using strategy ClausalAll
% CNF of (remaining) axioms:
% Start CNF derivation
fof(c_0_0,axiom,
    ! [X4,X1,X8,X3,X6] :
      ( ( happens(X4,X1)
        & terminates(X4,X8,X1)
        & less(n0,X3)
        & antitrajectory(X8,X1,X6,X3)
        & ~ startedIn(X1,X8,plus(X1,X3)) )
     => holdsAt(X6,plus(X1,X3)) ),
    file('<stdin>',antitrajectory) ).

fof(c_0_1,axiom,
    ! [X4,X5,X2,X6,X7] :
      ( ( happens(X4,X5)
        & initiates(X4,X2,X5)
        & less(n0,X7)
        & trajectory(X2,X5,X6,X7)
        & ~ stoppedIn(X5,X2,plus(X5,X7)) )
     => holdsAt(X6,plus(X5,X7)) ),
    file('<stdin>',change_holding) ).

fof(c_0_2,axiom,
    ! [X1,X3,X2] :
      ( startedIn(X1,X2,X3)
    <=> ? [X4,X5] :
          ( happens(X4,X5)
          & less(X1,X5)
          & less(X5,X3)
          & initiates(X4,X2,X5) ) ),
    file('<stdin>',startedin_defn) ).

fof(c_0_3,axiom,
    ! [X1,X2,X3] :
      ( stoppedIn(X1,X2,X3)
    <=> ? [X4,X5] :
          ( happens(X4,X5)
          & less(X1,X5)
          & less(X5,X3)
          & terminates(X4,X2,X5) ) ),
    file('<stdin>',stoppedin_defn) ).

fof(c_0_4,axiom,
    ! [X10,X5,X11,X7] :
      ( ( holdsAt(waterLevel(X10),X5)
        & X11 = plus(X10,X7) )
     => trajectory(filling,X5,waterLevel(X11),X7) ),
    file('<stdin>',change_of_waterLevel) ).

fof(c_0_5,axiom,
    ! [X2,X5] :
      ( ( releasedAt(X2,X5)
        & ~ ? [X4] :
              ( happens(X4,X5)
              & ( initiates(X4,X2,X5)
                | terminates(X4,X2,X5) ) ) )
     => releasedAt(X2,plus(X5,n1)) ),
    file('<stdin>',keep_released) ).

fof(c_0_6,axiom,
    ! [X2,X5] :
      ( ( ~ holdsAt(X2,X5)
        & ~ releasedAt(X2,plus(X5,n1))
        & ~ ? [X4] :
              ( happens(X4,X5)
              & initiates(X4,X2,X5) ) )
     => ~ holdsAt(X2,plus(X5,n1)) ),
    file('<stdin>',keep_not_holding) ).

fof(c_0_7,axiom,
    ! [X2,X5] :
      ( ( holdsAt(X2,X5)
        & ~ releasedAt(X2,plus(X5,n1))
        & ~ ? [X4] :
              ( happens(X4,X5)
              & terminates(X4,X2,X5) ) )
     => holdsAt(X2,plus(X5,n1)) ),
    file('<stdin>',keep_holding) ).

fof(c_0_8,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & ( initiates(X4,X2,X5)
          | terminates(X4,X2,X5) ) )
     => ~ releasedAt(X2,plus(X5,n1)) ),
    file('<stdin>',happens_not_released) ).

fof(c_0_9,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & terminates(X4,X2,X5) )
     => ~ holdsAt(X2,plus(X5,n1)) ),
    file('<stdin>',happens_terminates_not_holds) ).

fof(c_0_10,axiom,
    ! [X2,X5] :
      ( ( ~ releasedAt(X2,X5)
        & ~ ? [X4] :
              ( happens(X4,X5)
              & releases(X4,X2,X5) ) )
     => ~ releasedAt(X2,plus(X5,n1)) ),
    file('<stdin>',keep_not_released) ).

fof(c_0_11,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & releases(X4,X2,X5) )
     => releasedAt(X2,plus(X5,n1)) ),
    file('<stdin>',happens_releases) ).

fof(c_0_12,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & initiates(X4,X2,X5) )
     => holdsAt(X2,plus(X5,n1)) ),
    file('<stdin>',happens_holds) ).

fof(c_0_13,axiom,
    ! [X4,X2,X5] :
      ( initiates(X4,X2,X5)
    <=> ( ( X4 = tapOn
          & X2 = filling )
        | ( X4 = overflow
          & X2 = spilling )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = tapOff
            & X2 = waterLevel(X9) )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = overflow
            & X2 = waterLevel(X9) ) ) ),
    file('<stdin>',initiates_all_defn) ).

fof(c_0_14,axiom,
    ! [X4,X2,X5] :
      ( releases(X4,X2,X5)
    <=> ? [X9] :
          ( X4 = tapOn
          & X2 = waterLevel(X9) ) ),
    file('<stdin>',releases_all_defn) ).

fof(c_0_15,axiom,
    ! [X4,X2,X5] :
      ( terminates(X4,X2,X5)
    <=> ( ( X4 = tapOff
          & X2 = filling )
        | ( X4 = overflow
          & X2 = filling ) ) ),
    file('<stdin>',terminates_all_defn) ).

fof(c_0_16,axiom,
    ! [X5,X10,X11] :
      ( ( holdsAt(waterLevel(X10),X5)
        & holdsAt(waterLevel(X11),X5) )
     => X10 = X11 ),
    file('<stdin>',same_waterLevel) ).

fof(c_0_17,axiom,
    ! [X4,X5] :
      ( happens(X4,X5)
    <=> ( ( X4 = tapOn
          & X5 = n0 )
        | ( holdsAt(waterLevel(n3),X5)
          & holdsAt(filling,X5)
          & X4 = overflow ) ) ),
    file('<stdin>',happens_all_defn) ).

fof(c_0_18,axiom,
    ! [X12,X13] :
      ( less(X12,X13)
    <=> ( ~ less(X13,X12)
        & X13 != X12 ) ),
    file('<stdin>',less_property) ).

fof(c_0_19,axiom,
    ! [X12,X13] :
      ( less_or_equal(X12,X13)
    <=> ( less(X12,X13)
        | X12 = X13 ) ),
    file('<stdin>',less_or_equal) ).

fof(c_0_20,axiom,
    ! [X12] :
      ( less(X12,n9)
    <=> less_or_equal(X12,n8) ),
    file('<stdin>',less9) ).

fof(c_0_21,axiom,
    ! [X12] :
      ( less(X12,n8)
    <=> less_or_equal(X12,n7) ),
    file('<stdin>',less8) ).

fof(c_0_22,axiom,
    ! [X12] :
      ( less(X12,n7)
    <=> less_or_equal(X12,n6) ),
    file('<stdin>',less7) ).

fof(c_0_23,axiom,
    ! [X12] :
      ( less(X12,n6)
    <=> less_or_equal(X12,n5) ),
    file('<stdin>',less6) ).

fof(c_0_24,axiom,
    ! [X12] :
      ( less(X12,n5)
    <=> less_or_equal(X12,n4) ),
    file('<stdin>',less5) ).

fof(c_0_25,axiom,
    ! [X12] :
      ( less(X12,n4)
    <=> less_or_equal(X12,n3) ),
    file('<stdin>',less4) ).

fof(c_0_26,axiom,
    ! [X12] :
      ( less(X12,n3)
    <=> less_or_equal(X12,n2) ),
    file('<stdin>',less3) ).

fof(c_0_27,axiom,
    ! [X12] :
      ( less(X12,n2)
    <=> less_or_equal(X12,n1) ),
    file('<stdin>',less2) ).

fof(c_0_28,axiom,
    ! [X12] :
      ( less(X12,n1)
    <=> less_or_equal(X12,n0) ),
    file('<stdin>',less1) ).

fof(c_0_29,axiom,
    ! [X12,X13] : plus(X12,X13) = plus(X13,X12),
    file('<stdin>',symmetry_of_plus) ).

fof(c_0_30,axiom,
    ~ ? [X12] : less(X12,n0),
    file('<stdin>',less0) ).

fof(c_0_31,axiom,
    ! [X12,X13] :
      ( waterLevel(X12) = waterLevel(X13)
    <=> X12 = X13 ),
    file('<stdin>',distinct_waterLevels) ).

fof(c_0_32,axiom,
    plus(n3,n3) = n6,
    file('<stdin>',plus3_3) ).

fof(c_0_33,axiom,
    plus(n2,n3) = n5,
    file('<stdin>',plus2_3) ).

fof(c_0_34,axiom,
    plus(n2,n2) = n4,
    file('<stdin>',plus2_2) ).

fof(c_0_35,axiom,
    plus(n1,n3) = n4,
    file('<stdin>',plus1_3) ).

fof(c_0_36,axiom,
    plus(n1,n2) = n3,
    file('<stdin>',plus1_2) ).

fof(c_0_37,axiom,
    plus(n1,n1) = n2,
    file('<stdin>',plus1_1) ).

fof(c_0_38,axiom,
    plus(n0,n3) = n3,
    file('<stdin>',plus0_3) ).

fof(c_0_39,axiom,
    plus(n0,n2) = n2,
    file('<stdin>',plus0_2) ).

fof(c_0_40,axiom,
    plus(n0,n1) = n1,
    file('<stdin>',plus0_1) ).

fof(c_0_41,axiom,
    plus(n0,n0) = n0,
    file('<stdin>',plus0_0) ).

fof(c_0_42,axiom,
    ! [X12] : spilling != waterLevel(X12),
    file('<stdin>',spilling_not_waterLevel) ).

fof(c_0_43,axiom,
    ! [X12] : filling != waterLevel(X12),
    file('<stdin>',filling_not_waterLevel) ).

fof(c_0_44,axiom,
    filling != spilling,
    file('<stdin>',filling_not_spilling) ).

fof(c_0_45,axiom,
    overflow != tapOn,
    file('<stdin>',overflow_not_tapOn) ).

fof(c_0_46,axiom,
    tapOff != overflow,
    file('<stdin>',tapOff_not_overflow) ).

fof(c_0_47,axiom,
    tapOff != tapOn,
    file('<stdin>',tapOff_not_tapOn) ).

fof(c_0_48,plain,
    ! [X5,X4,X2] :
      ( epred1_3(X2,X4,X5)
    <=> ( ( X4 = tapOn
          & X2 = filling )
        | ( X4 = overflow
          & X2 = spilling )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = tapOff
            & X2 = waterLevel(X9) )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = overflow
            & X2 = waterLevel(X9) ) ) ),
    introduced(definition) ).

fof(c_0_49,plain,
    ! [X4,X1,X8,X3,X6] :
      ( ( happens(X4,X1)
        & terminates(X4,X8,X1)
        & less(n0,X3)
        & antitrajectory(X8,X1,X6,X3)
        & ~ startedIn(X1,X8,plus(X1,X3)) )
     => holdsAt(X6,plus(X1,X3)) ),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_50,plain,
    ! [X4,X5,X2,X6,X7] :
      ( ( happens(X4,X5)
        & initiates(X4,X2,X5)
        & less(n0,X7)
        & trajectory(X2,X5,X6,X7)
        & ~ stoppedIn(X5,X2,plus(X5,X7)) )
     => holdsAt(X6,plus(X5,X7)) ),
    inference(fof_simplification,[status(thm)],[c_0_1]) ).

fof(c_0_51,plain,
    ! [X5,X4,X2] :
      ( epred1_3(X2,X4,X5)
    <=> ( ( X4 = tapOn
          & X2 = filling )
        | ( X4 = overflow
          & X2 = spilling )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = tapOff
            & X2 = waterLevel(X9) )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = overflow
            & X2 = waterLevel(X9) ) ) ),
    c_0_48 ).

fof(c_0_52,axiom,
    ! [X1,X3,X2] :
      ( startedIn(X1,X2,X3)
    <=> ? [X4,X5] :
          ( happens(X4,X5)
          & less(X1,X5)
          & less(X5,X3)
          & initiates(X4,X2,X5) ) ),
    c_0_2 ).

fof(c_0_53,axiom,
    ! [X1,X2,X3] :
      ( stoppedIn(X1,X2,X3)
    <=> ? [X4,X5] :
          ( happens(X4,X5)
          & less(X1,X5)
          & less(X5,X3)
          & terminates(X4,X2,X5) ) ),
    c_0_3 ).

fof(c_0_54,axiom,
    ! [X10,X5,X11,X7] :
      ( ( holdsAt(waterLevel(X10),X5)
        & X11 = plus(X10,X7) )
     => trajectory(filling,X5,waterLevel(X11),X7) ),
    c_0_4 ).

fof(c_0_55,axiom,
    ! [X2,X5] :
      ( ( releasedAt(X2,X5)
        & ~ ? [X4] :
              ( happens(X4,X5)
              & ( initiates(X4,X2,X5)
                | terminates(X4,X2,X5) ) ) )
     => releasedAt(X2,plus(X5,n1)) ),
    c_0_5 ).

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

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

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

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

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

fof(c_0_61,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & releases(X4,X2,X5) )
     => releasedAt(X2,plus(X5,n1)) ),
    c_0_11 ).

fof(c_0_62,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & initiates(X4,X2,X5) )
     => holdsAt(X2,plus(X5,n1)) ),
    c_0_12 ).

fof(c_0_63,axiom,
    ! [X4,X2,X5] :
      ( initiates(X4,X2,X5)
    <=> epred1_3(X2,X4,X5) ),
    inference(apply_def,[status(thm)],[c_0_13,c_0_48,theory(equality,[symmetry])]) ).

fof(c_0_64,axiom,
    ! [X4,X2,X5] :
      ( releases(X4,X2,X5)
    <=> ? [X9] :
          ( X4 = tapOn
          & X2 = waterLevel(X9) ) ),
    c_0_14 ).

fof(c_0_65,axiom,
    ! [X4,X2,X5] :
      ( terminates(X4,X2,X5)
    <=> ( ( X4 = tapOff
          & X2 = filling )
        | ( X4 = overflow
          & X2 = filling ) ) ),
    c_0_15 ).

fof(c_0_66,axiom,
    ! [X5,X10,X11] :
      ( ( holdsAt(waterLevel(X10),X5)
        & holdsAt(waterLevel(X11),X5) )
     => X10 = X11 ),
    c_0_16 ).

fof(c_0_67,axiom,
    ! [X4,X5] :
      ( happens(X4,X5)
    <=> ( ( X4 = tapOn
          & X5 = n0 )
        | ( holdsAt(waterLevel(n3),X5)
          & holdsAt(filling,X5)
          & X4 = overflow ) ) ),
    c_0_17 ).

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

fof(c_0_69,axiom,
    ! [X12,X13] :
      ( less_or_equal(X12,X13)
    <=> ( less(X12,X13)
        | X12 = X13 ) ),
    c_0_19 ).

fof(c_0_70,axiom,
    ! [X12] :
      ( less(X12,n9)
    <=> less_or_equal(X12,n8) ),
    c_0_20 ).

fof(c_0_71,axiom,
    ! [X12] :
      ( less(X12,n8)
    <=> less_or_equal(X12,n7) ),
    c_0_21 ).

fof(c_0_72,axiom,
    ! [X12] :
      ( less(X12,n7)
    <=> less_or_equal(X12,n6) ),
    c_0_22 ).

fof(c_0_73,axiom,
    ! [X12] :
      ( less(X12,n6)
    <=> less_or_equal(X12,n5) ),
    c_0_23 ).

fof(c_0_74,axiom,
    ! [X12] :
      ( less(X12,n5)
    <=> less_or_equal(X12,n4) ),
    c_0_24 ).

fof(c_0_75,axiom,
    ! [X12] :
      ( less(X12,n4)
    <=> less_or_equal(X12,n3) ),
    c_0_25 ).

fof(c_0_76,axiom,
    ! [X12] :
      ( less(X12,n3)
    <=> less_or_equal(X12,n2) ),
    c_0_26 ).

fof(c_0_77,axiom,
    ! [X12] :
      ( less(X12,n2)
    <=> less_or_equal(X12,n1) ),
    c_0_27 ).

fof(c_0_78,axiom,
    ! [X12] :
      ( less(X12,n1)
    <=> less_or_equal(X12,n0) ),
    c_0_28 ).

fof(c_0_79,axiom,
    ! [X12,X13] : plus(X12,X13) = plus(X13,X12),
    c_0_29 ).

fof(c_0_80,axiom,
    ~ ? [X12] : less(X12,n0),
    c_0_30 ).

fof(c_0_81,axiom,
    ! [X12,X13] :
      ( waterLevel(X12) = waterLevel(X13)
    <=> X12 = X13 ),
    c_0_31 ).

fof(c_0_82,axiom,
    plus(n3,n3) = n6,
    c_0_32 ).

fof(c_0_83,axiom,
    plus(n2,n3) = n5,
    c_0_33 ).

fof(c_0_84,axiom,
    plus(n2,n2) = n4,
    c_0_34 ).

fof(c_0_85,axiom,
    plus(n1,n3) = n4,
    c_0_35 ).

fof(c_0_86,axiom,
    plus(n1,n2) = n3,
    c_0_36 ).

fof(c_0_87,axiom,
    plus(n1,n1) = n2,
    c_0_37 ).

fof(c_0_88,axiom,
    plus(n0,n3) = n3,
    c_0_38 ).

fof(c_0_89,axiom,
    plus(n0,n2) = n2,
    c_0_39 ).

fof(c_0_90,axiom,
    plus(n0,n1) = n1,
    c_0_40 ).

fof(c_0_91,axiom,
    plus(n0,n0) = n0,
    c_0_41 ).

fof(c_0_92,axiom,
    ! [X12] : spilling != waterLevel(X12),
    c_0_42 ).

fof(c_0_93,axiom,
    ! [X12] : filling != waterLevel(X12),
    c_0_43 ).

fof(c_0_94,axiom,
    filling != spilling,
    c_0_44 ).

fof(c_0_95,axiom,
    overflow != tapOn,
    c_0_45 ).

fof(c_0_96,axiom,
    tapOff != overflow,
    c_0_46 ).

fof(c_0_97,axiom,
    tapOff != tapOn,
    c_0_47 ).

fof(c_0_98,plain,
    ! [X9,X10,X11,X12,X13] :
      ( ~ happens(X9,X10)
      | ~ terminates(X9,X11,X10)
      | ~ less(n0,X12)
      | ~ antitrajectory(X11,X10,X13,X12)
      | startedIn(X10,X11,plus(X10,X12))
      | holdsAt(X13,plus(X10,X12)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_49])]) ).

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

fof(c_0_100,plain,
    ! [X10,X11,X12,X15,X16,X17,X18,X19] :
      ( ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X11 = tapOff
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X11 = tapOff
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X11 = tapOff
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X11 = overflow
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X11 = tapOff
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X11 = tapOff
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X11 = tapOff
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X12 = spilling
        | X11 = tapOn
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X11 = tapOff
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X11 = tapOff
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X11 = tapOff
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X11 = overflow
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | holdsAt(waterLevel(esk10_3(X10,X11,X12)),X10)
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X11 = tapOff
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X11 = tapOff
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X11 = tapOff
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( holdsAt(waterLevel(esk11_3(X10,X11,X12)),X10)
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X11 = overflow
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X12 = waterLevel(esk11_3(X10,X11,X12))
        | X12 = waterLevel(esk10_3(X10,X11,X12))
        | X12 = spilling
        | X12 = filling
        | ~ epred1_3(X12,X11,X10) )
      & ( X16 != tapOn
        | X17 != filling
        | epred1_3(X17,X16,X15) )
      & ( X16 != overflow
        | X17 != spilling
        | epred1_3(X17,X16,X15) )
      & ( ~ holdsAt(waterLevel(X18),X15)
        | X16 != tapOff
        | X17 != waterLevel(X18)
        | epred1_3(X17,X16,X15) )
      & ( ~ holdsAt(waterLevel(X19),X15)
        | X16 != overflow
        | X17 != waterLevel(X19)
        | epred1_3(X17,X16,X15) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_51])])])])])]) ).

fof(c_0_101,plain,
    ! [X6,X7,X8,X11,X12,X13,X14,X15] :
      ( ( happens(esk3_3(X6,X7,X8),esk4_3(X6,X7,X8))
        | ~ startedIn(X6,X8,X7) )
      & ( less(X6,esk4_3(X6,X7,X8))
        | ~ startedIn(X6,X8,X7) )
      & ( less(esk4_3(X6,X7,X8),X7)
        | ~ startedIn(X6,X8,X7) )
      & ( initiates(esk3_3(X6,X7,X8),X8,esk4_3(X6,X7,X8))
        | ~ startedIn(X6,X8,X7) )
      & ( ~ happens(X14,X15)
        | ~ less(X11,X15)
        | ~ less(X15,X12)
        | ~ initiates(X14,X13,X15)
        | startedIn(X11,X13,X12) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_52])])])])])]) ).

fof(c_0_102,plain,
    ! [X6,X7,X8,X11,X12,X13,X14,X15] :
      ( ( happens(esk1_3(X6,X7,X8),esk2_3(X6,X7,X8))
        | ~ stoppedIn(X6,X7,X8) )
      & ( less(X6,esk2_3(X6,X7,X8))
        | ~ stoppedIn(X6,X7,X8) )
      & ( less(esk2_3(X6,X7,X8),X8)
        | ~ stoppedIn(X6,X7,X8) )
      & ( terminates(esk1_3(X6,X7,X8),X7,esk2_3(X6,X7,X8))
        | ~ stoppedIn(X6,X7,X8) )
      & ( ~ happens(X14,X15)
        | ~ less(X11,X15)
        | ~ less(X15,X13)
        | ~ terminates(X14,X12,X15)
        | stoppedIn(X11,X12,X13) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_53])])])])])]) ).

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

fof(c_0_104,plain,
    ! [X6,X7] :
      ( ( happens(esk7_2(X6,X7),X7)
        | ~ releasedAt(X6,X7)
        | releasedAt(X6,plus(X7,n1)) )
      & ( initiates(esk7_2(X6,X7),X6,X7)
        | terminates(esk7_2(X6,X7),X6,X7)
        | ~ releasedAt(X6,X7)
        | releasedAt(X6,plus(X7,n1)) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_55])])])]) ).

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

fof(c_0_106,plain,
    ! [X6,X7] :
      ( ( happens(esk5_2(X6,X7),X7)
        | releasedAt(X6,plus(X7,n1))
        | ~ holdsAt(X6,X7)
        | holdsAt(X6,plus(X7,n1)) )
      & ( terminates(esk5_2(X6,X7),X6,X7)
        | releasedAt(X6,plus(X7,n1))
        | ~ holdsAt(X6,X7)
        | holdsAt(X6,plus(X7,n1)) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_57])])])]) ).

fof(c_0_107,plain,
    ! [X6,X7,X8] :
      ( ( ~ initiates(X6,X8,X7)
        | ~ happens(X6,X7)
        | ~ releasedAt(X8,plus(X7,n1)) )
      & ( ~ terminates(X6,X8,X7)
        | ~ happens(X6,X7)
        | ~ releasedAt(X8,plus(X7,n1)) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_58])])]) ).

fof(c_0_108,plain,
    ! [X6,X7,X8] :
      ( ~ happens(X6,X7)
      | ~ terminates(X6,X8,X7)
      | ~ holdsAt(X8,plus(X7,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_59])]) ).

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

fof(c_0_110,plain,
    ! [X6,X7,X8] :
      ( ~ happens(X6,X7)
      | ~ releases(X6,X8,X7)
      | releasedAt(X8,plus(X7,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_61])]) ).

fof(c_0_111,plain,
    ! [X6,X7,X8] :
      ( ~ happens(X6,X7)
      | ~ initiates(X6,X8,X7)
      | holdsAt(X8,plus(X7,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_62])]) ).

fof(c_0_112,plain,
    ! [X6,X7,X8,X9,X10,X11] :
      ( ( ~ initiates(X6,X7,X8)
        | epred1_3(X7,X6,X8) )
      & ( ~ epred1_3(X10,X9,X11)
        | initiates(X9,X10,X11) ) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_63])])])]) ).

fof(c_0_113,plain,
    ! [X10,X11,X12,X14,X15,X16,X17] :
      ( ( X10 = tapOn
        | ~ releases(X10,X11,X12) )
      & ( X11 = waterLevel(esk9_2(X10,X11))
        | ~ releases(X10,X11,X12) )
      & ( X14 != tapOn
        | X15 != waterLevel(X16)
        | releases(X14,X15,X17) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_64])])])])])]) ).

fof(c_0_114,plain,
    ! [X6,X7,X8,X9,X10,X11] :
      ( ( X6 = overflow
        | X6 = tapOff
        | ~ terminates(X6,X7,X8) )
      & ( X7 = filling
        | X6 = tapOff
        | ~ terminates(X6,X7,X8) )
      & ( X6 = overflow
        | X7 = filling
        | ~ terminates(X6,X7,X8) )
      & ( X7 = filling
        | X7 = filling
        | ~ terminates(X6,X7,X8) )
      & ( X9 != tapOff
        | X10 != filling
        | terminates(X9,X10,X11) )
      & ( X9 != overflow
        | X10 != filling
        | terminates(X9,X10,X11) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_65])])])])]) ).

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

fof(c_0_116,plain,
    ! [X6,X7,X8,X9] :
      ( ( holdsAt(waterLevel(n3),X7)
        | X6 = tapOn
        | ~ happens(X6,X7) )
      & ( holdsAt(filling,X7)
        | X6 = tapOn
        | ~ happens(X6,X7) )
      & ( X6 = overflow
        | X6 = tapOn
        | ~ happens(X6,X7) )
      & ( holdsAt(waterLevel(n3),X7)
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( holdsAt(filling,X7)
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X6 = overflow
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X8 != tapOn
        | X9 != n0
        | happens(X8,X9) )
      & ( ~ holdsAt(waterLevel(n3),X9)
        | ~ holdsAt(filling,X9)
        | X8 != overflow
        | happens(X8,X9) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_67])])])])]) ).

fof(c_0_117,plain,
    ! [X14,X15,X16,X17] :
      ( ( ~ less(X15,X14)
        | ~ less(X14,X15) )
      & ( X15 != X14
        | ~ less(X14,X15) )
      & ( less(X17,X16)
        | X17 = X16
        | less(X16,X17) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_68])])])])]) ).

fof(c_0_118,plain,
    ! [X14,X15,X16,X17] :
      ( ( ~ less_or_equal(X14,X15)
        | less(X14,X15)
        | X14 = X15 )
      & ( ~ less(X16,X17)
        | less_or_equal(X16,X17) )
      & ( X16 != X17
        | less_or_equal(X16,X17) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_69])])])])]) ).

fof(c_0_119,plain,
    ! [X13,X14] :
      ( ( ~ less(X13,n9)
        | less_or_equal(X13,n8) )
      & ( ~ less_or_equal(X14,n8)
        | less(X14,n9) ) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_70])])])]) ).

fof(c_0_120,plain,
    ! [X13,X14] :
      ( ( ~ less(X13,n8)
        | less_or_equal(X13,n7) )
      & ( ~ less_or_equal(X14,n7)
        | less(X14,n8) ) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_71])])])]) ).

fof(c_0_121,plain,
    ! [X13,X14] :
      ( ( ~ less(X13,n7)
        | less_or_equal(X13,n6) )
      & ( ~ less_or_equal(X14,n6)
        | less(X14,n7) ) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_72])])])]) ).

fof(c_0_122,plain,
    ! [X13,X14] :
      ( ( ~ less(X13,n6)
        | less_or_equal(X13,n5) )
      & ( ~ less_or_equal(X14,n5)
        | less(X14,n6) ) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_73])])])]) ).

fof(c_0_123,plain,
    ! [X13,X14] :
      ( ( ~ less(X13,n5)
        | less_or_equal(X13,n4) )
      & ( ~ less_or_equal(X14,n4)
        | less(X14,n5) ) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_74])])])]) ).

fof(c_0_124,plain,
    ! [X13,X14] :
      ( ( ~ less(X13,n4)
        | less_or_equal(X13,n3) )
      & ( ~ less_or_equal(X14,n3)
        | less(X14,n4) ) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_75])])])]) ).

fof(c_0_125,plain,
    ! [X13,X14] :
      ( ( ~ less(X13,n3)
        | less_or_equal(X13,n2) )
      & ( ~ less_or_equal(X14,n2)
        | less(X14,n3) ) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_76])])])]) ).

fof(c_0_126,plain,
    ! [X13,X14] :
      ( ( ~ less(X13,n2)
        | less_or_equal(X13,n1) )
      & ( ~ less_or_equal(X14,n1)
        | less(X14,n2) ) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_77])])])]) ).

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

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

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

fof(c_0_130,plain,
    ! [X14,X15,X16,X17] :
      ( ( waterLevel(X14) != waterLevel(X15)
        | X14 = X15 )
      & ( X16 != X17
        | waterLevel(X16) = waterLevel(X17) ) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_81])])])]) ).

fof(c_0_131,axiom,
    plus(n3,n3) = n6,
    c_0_82 ).

fof(c_0_132,axiom,
    plus(n2,n3) = n5,
    c_0_83 ).

fof(c_0_133,axiom,
    plus(n2,n2) = n4,
    c_0_84 ).

fof(c_0_134,axiom,
    plus(n1,n3) = n4,
    c_0_85 ).

fof(c_0_135,axiom,
    plus(n1,n2) = n3,
    c_0_86 ).

fof(c_0_136,axiom,
    plus(n1,n1) = n2,
    c_0_87 ).

fof(c_0_137,axiom,
    plus(n0,n3) = n3,
    c_0_88 ).

fof(c_0_138,axiom,
    plus(n0,n2) = n2,
    c_0_89 ).

fof(c_0_139,axiom,
    plus(n0,n1) = n1,
    c_0_90 ).

fof(c_0_140,axiom,
    plus(n0,n0) = n0,
    c_0_91 ).

fof(c_0_141,plain,
    ! [X13] : spilling != waterLevel(X13),
    inference(variable_rename,[status(thm)],[c_0_92]) ).

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

fof(c_0_143,axiom,
    filling != spilling,
    c_0_94 ).

fof(c_0_144,axiom,
    overflow != tapOn,
    c_0_95 ).

fof(c_0_145,axiom,
    tapOff != overflow,
    c_0_96 ).

fof(c_0_146,axiom,
    tapOff != tapOn,
    c_0_97 ).

cnf(c_0_147,plain,
    ( holdsAt(X1,plus(X2,X3))
    | startedIn(X2,X4,plus(X2,X3))
    | ~ antitrajectory(X4,X2,X1,X3)
    | ~ less(n0,X3)
    | ~ terminates(X5,X4,X2)
    | ~ happens(X5,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_98]) ).

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

cnf(c_0_149,plain,
    ( X2 = tapOn
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

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

cnf(c_0_151,plain,
    ( X1 = filling
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_152,plain,
    ( X1 = filling
    | X1 = spilling
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_153,plain,
    ( X2 = tapOn
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_154,plain,
    ( X2 = tapOn
    | X2 = overflow
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

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

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

cnf(c_0_157,plain,
    ( X1 = filling
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_158,plain,
    ( X1 = filling
    | X2 = overflow
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_159,plain,
    ( X1 = filling
    | X1 = spilling
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_160,plain,
    ( X1 = filling
    | X1 = spilling
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

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

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

cnf(c_0_163,plain,
    ( X2 = tapOn
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_164,plain,
    ( X2 = tapOn
    | X2 = overflow
    | X2 = tapOff
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_165,plain,
    ( X2 = tapOn
    | X1 = spilling
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_166,plain,
    ( X2 = tapOn
    | X1 = spilling
    | X2 = tapOff
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_167,plain,
    ( X1 = filling
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_168,plain,
    ( X1 = filling
    | X2 = overflow
    | X2 = tapOff
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_169,plain,
    ( X1 = filling
    | X1 = spilling
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_170,plain,
    ( X1 = filling
    | X1 = spilling
    | X2 = tapOff
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

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

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

cnf(c_0_173,plain,
    ( X2 = tapOn
    | X2 = overflow
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

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

cnf(c_0_175,plain,
    ( X1 = filling
    | X2 = overflow
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_176,plain,
    ( X1 = filling
    | X1 = spilling
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

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

cnf(c_0_178,plain,
    ( releasedAt(X1,plus(X2,n1))
    | terminates(esk7_2(X1,X2),X1,X2)
    | initiates(esk7_2(X1,X2),X1,X2)
    | ~ releasedAt(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_104]) ).

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

cnf(c_0_180,plain,
    ( stoppedIn(X1,X2,X3)
    | ~ terminates(X4,X2,X5)
    | ~ less(X5,X3)
    | ~ less(X1,X5)
    | ~ happens(X4,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_102]) ).

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

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

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

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

cnf(c_0_185,plain,
    ( X2 = tapOn
    | X2 = overflow
    | X2 = tapOff
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_186,plain,
    ( X2 = tapOn
    | X2 = overflow
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_187,plain,
    ( X2 = tapOn
    | X1 = spilling
    | X2 = tapOff
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_188,plain,
    ( X2 = tapOn
    | X1 = spilling
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_189,plain,
    ( X1 = filling
    | X2 = overflow
    | X2 = tapOff
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_190,plain,
    ( X1 = filling
    | X2 = overflow
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_191,plain,
    ( X1 = filling
    | X1 = spilling
    | X2 = tapOff
    | X1 = waterLevel(esk11_3(X3,X2,X1))
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_192,plain,
    ( X1 = filling
    | X1 = spilling
    | X1 = waterLevel(esk10_3(X3,X2,X1))
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_193,plain,
    ( holdsAt(X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | initiates(esk6_2(X1,X2),X1,X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_105]) ).

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

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

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

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

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

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

cnf(c_0_200,plain,
    ( releasedAt(X1,plus(X2,n1))
    | ~ releases(X3,X1,X2)
    | ~ happens(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_110]) ).

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

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

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

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

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

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

cnf(c_0_207,plain,
    ( releasedAt(X1,plus(X2,n1))
    | happens(esk7_2(X1,X2),X2)
    | ~ releasedAt(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_104]) ).

cnf(c_0_208,plain,
    ( epred1_3(X1,X2,X3)
    | X1 != waterLevel(X4)
    | X2 != tapOff
    | ~ holdsAt(waterLevel(X4),X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

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

cnf(c_0_210,plain,
    ( X2 = tapOn
    | X2 = overflow
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_211,plain,
    ( X2 = tapOn
    | X1 = spilling
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

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

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

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

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

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

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

cnf(c_0_218,plain,
    ( X1 = tapOn
    | ~ releases(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_113]) ).

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

cnf(c_0_220,plain,
    ( releases(X1,X2,X3)
    | X2 != waterLevel(X4)
    | X1 != tapOn ),
    inference(split_conjunct,[status(thm)],[c_0_113]) ).

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

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

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

cnf(c_0_224,plain,
    ( terminates(X1,X2,X3)
    | X2 != filling
    | X1 != tapOff ),
    inference(split_conjunct,[status(thm)],[c_0_114]) ).

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

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

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

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

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

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

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

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

cnf(c_0_233,plain,
    ( less_or_equal(X1,n8)
    | ~ less(X1,n9) ),
    inference(split_conjunct,[status(thm)],[c_0_119]) ).

cnf(c_0_234,plain,
    ( less(X1,n9)
    | ~ less_or_equal(X1,n8) ),
    inference(split_conjunct,[status(thm)],[c_0_119]) ).

cnf(c_0_235,plain,
    ( less_or_equal(X1,n7)
    | ~ less(X1,n8) ),
    inference(split_conjunct,[status(thm)],[c_0_120]) ).

cnf(c_0_236,plain,
    ( less(X1,n8)
    | ~ less_or_equal(X1,n7) ),
    inference(split_conjunct,[status(thm)],[c_0_120]) ).

cnf(c_0_237,plain,
    ( less_or_equal(X1,n6)
    | ~ less(X1,n7) ),
    inference(split_conjunct,[status(thm)],[c_0_121]) ).

cnf(c_0_238,plain,
    ( less(X1,n7)
    | ~ less_or_equal(X1,n6) ),
    inference(split_conjunct,[status(thm)],[c_0_121]) ).

cnf(c_0_239,plain,
    ( less_or_equal(X1,n5)
    | ~ less(X1,n6) ),
    inference(split_conjunct,[status(thm)],[c_0_122]) ).

cnf(c_0_240,plain,
    ( less(X1,n6)
    | ~ less_or_equal(X1,n5) ),
    inference(split_conjunct,[status(thm)],[c_0_122]) ).

cnf(c_0_241,plain,
    ( less_or_equal(X1,n4)
    | ~ less(X1,n5) ),
    inference(split_conjunct,[status(thm)],[c_0_123]) ).

cnf(c_0_242,plain,
    ( less(X1,n5)
    | ~ less_or_equal(X1,n4) ),
    inference(split_conjunct,[status(thm)],[c_0_123]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf(c_0_259,plain,
    ( X1 = X2
    | waterLevel(X1) != waterLevel(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_130]) ).

cnf(c_0_260,plain,
    ( waterLevel(X1) = waterLevel(X2)
    | X1 != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_130]) ).

cnf(c_0_261,plain,
    plus(n3,n3) = n6,
    inference(split_conjunct,[status(thm)],[c_0_131]) ).

cnf(c_0_262,plain,
    plus(n2,n3) = n5,
    inference(split_conjunct,[status(thm)],[c_0_132]) ).

cnf(c_0_263,plain,
    plus(n2,n2) = n4,
    inference(split_conjunct,[status(thm)],[c_0_133]) ).

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

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

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

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

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

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

cnf(c_0_270,plain,
    plus(n0,n0) = n0,
    inference(split_conjunct,[status(thm)],[c_0_140]) ).

cnf(c_0_271,plain,
    spilling != waterLevel(X1),
    inference(split_conjunct,[status(thm)],[c_0_141]) ).

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

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

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

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

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

cnf(c_0_277,plain,
    ( holdsAt(X1,plus(X2,X3))
    | startedIn(X2,X4,plus(X2,X3))
    | ~ antitrajectory(X4,X2,X1,X3)
    | ~ less(n0,X3)
    | ~ terminates(X5,X4,X2)
    | ~ happens(X5,X2) ),
    c_0_147,
    [final] ).

cnf(c_0_278,plain,
    ( holdsAt(X1,plus(X2,X3))
    | stoppedIn(X2,X4,plus(X2,X3))
    | ~ trajectory(X4,X2,X1,X3)
    | ~ less(n0,X3)
    | ~ initiates(X5,X4,X2)
    | ~ happens(X5,X2) ),
    c_0_148,
    [final] ).

cnf(c_0_279,plain,
    ( X2 = tapOn
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    c_0_149,
    [final] ).

cnf(c_0_280,plain,
    ( X2 = tapOn
    | X1 = spilling
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    c_0_150,
    [final] ).

cnf(c_0_281,plain,
    ( X1 = filling
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    c_0_151,
    [final] ).

cnf(c_0_282,plain,
    ( X1 = filling
    | X1 = spilling
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    c_0_152,
    [final] ).

cnf(c_0_283,plain,
    ( X2 = tapOn
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | waterLevel(esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    c_0_153,
    [final] ).

cnf(c_0_284,plain,
    ( X2 = tapOn
    | X2 = overflow
    | waterLevel(esk10_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    c_0_154,
    [final] ).

cnf(c_0_285,plain,
    ( X2 = tapOn
    | X1 = spilling
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | waterLevel(esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    c_0_155,
    [final] ).

cnf(c_0_286,plain,
    ( X2 = tapOn
    | X1 = spilling
    | waterLevel(esk10_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    c_0_156,
    [final] ).

cnf(c_0_287,plain,
    ( X1 = filling
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | waterLevel(esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    c_0_157,
    [final] ).

cnf(c_0_288,plain,
    ( X1 = filling
    | X2 = overflow
    | waterLevel(esk10_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    c_0_158,
    [final] ).

cnf(c_0_289,plain,
    ( X1 = filling
    | X1 = spilling
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | waterLevel(esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    c_0_159,
    [final] ).

cnf(c_0_290,plain,
    ( X1 = filling
    | X1 = spilling
    | waterLevel(esk10_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    c_0_160,
    [final] ).

cnf(c_0_291,plain,
    ( initiates(esk3_3(X1,X3,X2),X2,esk4_3(X1,X3,X2))
    | ~ startedIn(X1,X2,X3) ),
    c_0_161,
    [final] ).

cnf(c_0_292,plain,
    ( terminates(esk1_3(X1,X2,X3),X2,esk2_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    c_0_162,
    [final] ).

cnf(c_0_293,plain,
    ( X2 = tapOn
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    c_0_163,
    [final] ).

cnf(c_0_294,plain,
    ( X2 = tapOn
    | X2 = overflow
    | X2 = tapOff
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    c_0_164,
    [final] ).

cnf(c_0_295,plain,
    ( X2 = tapOn
    | X1 = spilling
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    c_0_165,
    [final] ).

cnf(c_0_296,plain,
    ( X2 = tapOn
    | X1 = spilling
    | X2 = tapOff
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    c_0_166,
    [final] ).

cnf(c_0_297,plain,
    ( X1 = filling
    | X2 = overflow
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    c_0_167,
    [final] ).

cnf(c_0_298,plain,
    ( X1 = filling
    | X2 = overflow
    | X2 = tapOff
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    c_0_168,
    [final] ).

cnf(c_0_299,plain,
    ( X1 = filling
    | X1 = spilling
    | holdsAt(waterLevel(esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    c_0_169,
    [final] ).

cnf(c_0_300,plain,
    ( X1 = filling
    | X1 = spilling
    | X2 = tapOff
    | holdsAt(waterLevel(esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    c_0_170,
    [final] ).

cnf(c_0_301,plain,
    ( happens(esk3_3(X1,X3,X2),esk4_3(X1,X3,X2))
    | ~ startedIn(X1,X2,X3) ),
    c_0_171,
    [final] ).

cnf(c_0_302,plain,
    ( happens(esk1_3(X1,X2,X3),esk2_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    c_0_172,
    [final] ).

cnf(c_0_303,plain,
    ( X2 = tapOn
    | X2 = overflow
    | waterLevel(esk10_3(X3,X2,X1)) = X1
    | waterLevel(esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    c_0_173,
    [final] ).

cnf(c_0_304,plain,
    ( X2 = tapOn
    | X1 = spilling
    | waterLevel(esk10_3(X3,X2,X1)) = X1
    | waterLevel(esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    c_0_174,
    [final] ).

cnf(c_0_305,plain,
    ( X1 = filling
    | X2 = overflow
    | waterLevel(esk10_3(X3,X2,X1)) = X1
    | waterLevel(esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    c_0_175,
    [final] ).

cnf(c_0_306,plain,
    ( X1 = filling
    | X1 = spilling
    | waterLevel(esk10_3(X3,X2,X1)) = X1
    | waterLevel(esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    c_0_176,
    [final] ).

cnf(c_0_307,plain,
    ( trajectory(filling,X1,waterLevel(X2),X3)
    | X2 != plus(X4,X3)
    | ~ holdsAt(waterLevel(X4),X1) ),
    c_0_177,
    [final] ).

cnf(c_0_308,plain,
    ( releasedAt(X1,plus(X2,n1))
    | terminates(esk7_2(X1,X2),X1,X2)
    | initiates(esk7_2(X1,X2),X1,X2)
    | ~ releasedAt(X1,X2) ),
    c_0_178,
    [final] ).

cnf(c_0_309,plain,
    ( startedIn(X1,X2,X3)
    | ~ initiates(X4,X2,X5)
    | ~ less(X5,X3)
    | ~ less(X1,X5)
    | ~ happens(X4,X5) ),
    c_0_179,
    [final] ).

cnf(c_0_310,plain,
    ( stoppedIn(X1,X2,X3)
    | ~ terminates(X4,X2,X5)
    | ~ less(X5,X3)
    | ~ less(X1,X5)
    | ~ happens(X4,X5) ),
    c_0_180,
    [final] ).

cnf(c_0_311,plain,
    ( less(X1,esk4_3(X1,X3,X2))
    | ~ startedIn(X1,X2,X3) ),
    c_0_181,
    [final] ).

cnf(c_0_312,plain,
    ( less(esk4_3(X1,X3,X2),X3)
    | ~ startedIn(X1,X2,X3) ),
    c_0_182,
    [final] ).

cnf(c_0_313,plain,
    ( less(X1,esk2_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    c_0_183,
    [final] ).

cnf(c_0_314,plain,
    ( less(esk2_3(X1,X2,X3),X3)
    | ~ stoppedIn(X1,X2,X3) ),
    c_0_184,
    [final] ).

cnf(c_0_315,plain,
    ( X2 = tapOn
    | X2 = overflow
    | X2 = tapOff
    | waterLevel(esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    c_0_185,
    [final] ).

cnf(c_0_316,plain,
    ( X2 = tapOn
    | X2 = overflow
    | waterLevel(esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    c_0_186,
    [final] ).

cnf(c_0_317,plain,
    ( X2 = tapOn
    | X1 = spilling
    | X2 = tapOff
    | waterLevel(esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    c_0_187,
    [final] ).

cnf(c_0_318,plain,
    ( X2 = tapOn
    | X1 = spilling
    | waterLevel(esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    c_0_188,
    [final] ).

cnf(c_0_319,plain,
    ( X1 = filling
    | X2 = overflow
    | X2 = tapOff
    | waterLevel(esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    c_0_189,
    [final] ).

cnf(c_0_320,plain,
    ( X1 = filling
    | X2 = overflow
    | waterLevel(esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    c_0_190,
    [final] ).

cnf(c_0_321,plain,
    ( X1 = filling
    | X1 = spilling
    | X2 = tapOff
    | waterLevel(esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    c_0_191,
    [final] ).

cnf(c_0_322,plain,
    ( X1 = filling
    | X1 = spilling
    | waterLevel(esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    c_0_192,
    [final] ).

cnf(c_0_323,plain,
    ( holdsAt(X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | initiates(esk6_2(X1,X2),X1,X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    c_0_193,
    [final] ).

cnf(c_0_324,plain,
    ( holdsAt(X1,plus(X2,n1))
    | releasedAt(X1,plus(X2,n1))
    | terminates(esk5_2(X1,X2),X1,X2)
    | ~ holdsAt(X1,X2) ),
    c_0_194,
    [final] ).

cnf(c_0_325,plain,
    ( ~ releasedAt(X1,plus(X2,n1))
    | ~ happens(X3,X2)
    | ~ initiates(X3,X1,X2) ),
    c_0_195,
    [final] ).

cnf(c_0_326,plain,
    ( ~ releasedAt(X1,plus(X2,n1))
    | ~ happens(X3,X2)
    | ~ terminates(X3,X1,X2) ),
    c_0_196,
    [final] ).

cnf(c_0_327,plain,
    ( ~ holdsAt(X1,plus(X2,n1))
    | ~ terminates(X3,X1,X2)
    | ~ happens(X3,X2) ),
    c_0_197,
    [final] ).

cnf(c_0_328,plain,
    ( releasedAt(X1,X2)
    | releases(esk8_2(X1,X2),X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    c_0_198,
    [final] ).

cnf(c_0_329,plain,
    ( holdsAt(X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | happens(esk6_2(X1,X2),X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    c_0_199,
    [final] ).

cnf(c_0_330,plain,
    ( releasedAt(X1,plus(X2,n1))
    | ~ releases(X3,X1,X2)
    | ~ happens(X3,X2) ),
    c_0_200,
    [final] ).

cnf(c_0_331,plain,
    ( holdsAt(X1,plus(X2,n1))
    | ~ initiates(X3,X1,X2)
    | ~ happens(X3,X2) ),
    c_0_201,
    [final] ).

cnf(c_0_332,plain,
    ( epred1_3(X1,X2,X3)
    | ~ initiates(X2,X1,X3) ),
    c_0_202,
    [final] ).

cnf(c_0_333,plain,
    ( initiates(X1,X2,X3)
    | ~ epred1_3(X2,X1,X3) ),
    c_0_203,
    [final] ).

cnf(c_0_334,plain,
    ( holdsAt(X1,plus(X2,n1))
    | releasedAt(X1,plus(X2,n1))
    | happens(esk5_2(X1,X2),X2)
    | ~ holdsAt(X1,X2) ),
    c_0_204,
    [final] ).

cnf(c_0_335,plain,
    ( waterLevel(esk9_2(X1,X2)) = X2
    | ~ releases(X1,X2,X3) ),
    c_0_205,
    [final] ).

cnf(c_0_336,plain,
    ( releasedAt(X1,X2)
    | happens(esk8_2(X1,X2),X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    c_0_206,
    [final] ).

cnf(c_0_337,plain,
    ( releasedAt(X1,plus(X2,n1))
    | happens(esk7_2(X1,X2),X2)
    | ~ releasedAt(X1,X2) ),
    c_0_207,
    [final] ).

cnf(c_0_338,plain,
    ( epred1_3(X1,X2,X3)
    | X1 != waterLevel(X4)
    | X2 != tapOff
    | ~ holdsAt(waterLevel(X4),X3) ),
    c_0_208,
    [final] ).

cnf(c_0_339,plain,
    ( epred1_3(X1,X2,X3)
    | X1 != waterLevel(X4)
    | X2 != overflow
    | ~ holdsAt(waterLevel(X4),X3) ),
    c_0_209,
    [final] ).

cnf(c_0_340,plain,
    ( X2 = tapOn
    | X2 = overflow
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    c_0_210,
    [final] ).

cnf(c_0_341,plain,
    ( X2 = tapOn
    | X1 = spilling
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    c_0_211,
    [final] ).

cnf(c_0_342,plain,
    ( X1 = filling
    | X2 = overflow
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    c_0_212,
    [final] ).

cnf(c_0_343,plain,
    ( X1 = filling
    | X1 = spilling
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    c_0_213,
    [final] ).

cnf(c_0_344,plain,
    ( X1 = tapOff
    | X1 = overflow
    | ~ terminates(X1,X2,X3) ),
    c_0_214,
    [final] ).

cnf(c_0_345,plain,
    ( X1 = tapOff
    | X2 = filling
    | ~ terminates(X1,X2,X3) ),
    c_0_215,
    [final] ).

cnf(c_0_346,plain,
    ( X2 = filling
    | X1 = overflow
    | ~ terminates(X1,X2,X3) ),
    c_0_216,
    [final] ).

cnf(c_0_347,plain,
    ( X2 = filling
    | X2 = filling
    | ~ terminates(X1,X2,X3) ),
    c_0_217,
    [final] ).

cnf(c_0_348,plain,
    ( X1 = tapOn
    | ~ releases(X1,X2,X3) ),
    c_0_218,
    [final] ).

cnf(c_0_349,plain,
    ( X1 = X2
    | ~ holdsAt(waterLevel(X2),X3)
    | ~ holdsAt(waterLevel(X1),X3) ),
    c_0_219,
    [final] ).

cnf(c_0_350,plain,
    ( releases(X1,X2,X3)
    | X2 != waterLevel(X4)
    | X1 != tapOn ),
    c_0_220,
    [final] ).

cnf(c_0_351,plain,
    ( happens(X1,X2)
    | X1 != overflow
    | ~ holdsAt(filling,X2)
    | ~ holdsAt(waterLevel(n3),X2) ),
    c_0_221,
    [final] ).

cnf(c_0_352,plain,
    ( epred1_3(X1,X2,X3)
    | X1 != filling
    | X2 != tapOn ),
    c_0_222,
    [final] ).

cnf(c_0_353,plain,
    ( epred1_3(X1,X2,X3)
    | X1 != spilling
    | X2 != overflow ),
    c_0_223,
    [final] ).

cnf(c_0_354,plain,
    ( terminates(X1,X2,X3)
    | X2 != filling
    | X1 != tapOff ),
    c_0_224,
    [final] ).

cnf(c_0_355,plain,
    ( terminates(X1,X2,X3)
    | X2 != filling
    | X1 != overflow ),
    c_0_225,
    [final] ).

cnf(c_0_356,plain,
    ( ~ less(X1,X2)
    | ~ less(X2,X1) ),
    c_0_226,
    [final] ).

cnf(c_0_357,plain,
    ( X1 = tapOn
    | holdsAt(waterLevel(n3),X2)
    | ~ happens(X1,X2) ),
    c_0_227,
    [final] ).

cnf(c_0_358,plain,
    ( X2 = n0
    | holdsAt(waterLevel(n3),X2)
    | ~ happens(X1,X2) ),
    c_0_228,
    [final] ).

cnf(c_0_359,plain,
    ( X1 = X2
    | less(X1,X2)
    | ~ less_or_equal(X1,X2) ),
    c_0_229,
    [final] ).

cnf(c_0_360,plain,
    ( less_or_equal(X1,X2)
    | ~ less(X1,X2) ),
    c_0_230,
    [final] ).

cnf(c_0_361,plain,
    ( X1 = tapOn
    | holdsAt(filling,X2)
    | ~ happens(X1,X2) ),
    c_0_231,
    [final] ).

cnf(c_0_362,plain,
    ( X2 = n0
    | holdsAt(filling,X2)
    | ~ happens(X1,X2) ),
    c_0_232,
    [final] ).

cnf(c_0_363,plain,
    ( less_or_equal(X1,n8)
    | ~ less(X1,n9) ),
    c_0_233,
    [final] ).

cnf(c_0_364,plain,
    ( less(X1,n9)
    | ~ less_or_equal(X1,n8) ),
    c_0_234,
    [final] ).

cnf(c_0_365,plain,
    ( less_or_equal(X1,n7)
    | ~ less(X1,n8) ),
    c_0_235,
    [final] ).

cnf(c_0_366,plain,
    ( less(X1,n8)
    | ~ less_or_equal(X1,n7) ),
    c_0_236,
    [final] ).

cnf(c_0_367,plain,
    ( less_or_equal(X1,n6)
    | ~ less(X1,n7) ),
    c_0_237,
    [final] ).

cnf(c_0_368,plain,
    ( less(X1,n7)
    | ~ less_or_equal(X1,n6) ),
    c_0_238,
    [final] ).

cnf(c_0_369,plain,
    ( less_or_equal(X1,n5)
    | ~ less(X1,n6) ),
    c_0_239,
    [final] ).

cnf(c_0_370,plain,
    ( less(X1,n6)
    | ~ less_or_equal(X1,n5) ),
    c_0_240,
    [final] ).

cnf(c_0_371,plain,
    ( less_or_equal(X1,n4)
    | ~ less(X1,n5) ),
    c_0_241,
    [final] ).

cnf(c_0_372,plain,
    ( less(X1,n5)
    | ~ less_or_equal(X1,n4) ),
    c_0_242,
    [final] ).

cnf(c_0_373,plain,
    ( less_or_equal(X1,n3)
    | ~ less(X1,n4) ),
    c_0_243,
    [final] ).

cnf(c_0_374,plain,
    ( less(X1,n4)
    | ~ less_or_equal(X1,n3) ),
    c_0_244,
    [final] ).

cnf(c_0_375,plain,
    ( less_or_equal(X1,n2)
    | ~ less(X1,n3) ),
    c_0_245,
    [final] ).

cnf(c_0_376,plain,
    ( less(X1,n3)
    | ~ less_or_equal(X1,n2) ),
    c_0_246,
    [final] ).

cnf(c_0_377,plain,
    ( less_or_equal(X1,n1)
    | ~ less(X1,n2) ),
    c_0_247,
    [final] ).

cnf(c_0_378,plain,
    ( less(X1,n2)
    | ~ less_or_equal(X1,n1) ),
    c_0_248,
    [final] ).

cnf(c_0_379,plain,
    ( less_or_equal(X1,n0)
    | ~ less(X1,n1) ),
    c_0_249,
    [final] ).

cnf(c_0_380,plain,
    ( less(X1,n1)
    | ~ less_or_equal(X1,n0) ),
    c_0_250,
    [final] ).

cnf(c_0_381,plain,
    ( less(X1,X2)
    | X2 = X1
    | less(X2,X1) ),
    c_0_251,
    [final] ).

cnf(c_0_382,plain,
    plus(X1,X2) = plus(X2,X1),
    c_0_252,
    [final] ).

cnf(c_0_383,plain,
    ( ~ less(X1,X2)
    | X2 != X1 ),
    c_0_253,
    [final] ).

cnf(c_0_384,plain,
    ( X1 = tapOn
    | X1 = overflow
    | ~ happens(X1,X2) ),
    c_0_254,
    [final] ).

cnf(c_0_385,plain,
    ( X2 = n0
    | X1 = overflow
    | ~ happens(X1,X2) ),
    c_0_255,
    [final] ).

cnf(c_0_386,plain,
    ~ less(X1,n0),
    c_0_256,
    [final] ).

cnf(c_0_387,plain,
    ( happens(X1,X2)
    | X2 != n0
    | X1 != tapOn ),
    c_0_257,
    [final] ).

cnf(c_0_388,plain,
    ( less_or_equal(X1,X2)
    | X1 != X2 ),
    c_0_258,
    [final] ).

cnf(c_0_389,plain,
    ( X1 = X2
    | waterLevel(X1) != waterLevel(X2) ),
    c_0_259,
    [final] ).

cnf(c_0_390,plain,
    ( waterLevel(X1) = waterLevel(X2)
    | X1 != X2 ),
    c_0_260,
    [final] ).

cnf(c_0_391,plain,
    plus(n3,n3) = n6,
    c_0_261,
    [final] ).

cnf(c_0_392,plain,
    plus(n2,n3) = n5,
    c_0_262,
    [final] ).

cnf(c_0_393,plain,
    plus(n2,n2) = n4,
    c_0_263,
    [final] ).

cnf(c_0_394,plain,
    plus(n1,n3) = n4,
    c_0_264,
    [final] ).

cnf(c_0_395,plain,
    plus(n1,n2) = n3,
    c_0_265,
    [final] ).

cnf(c_0_396,plain,
    plus(n1,n1) = n2,
    c_0_266,
    [final] ).

cnf(c_0_397,plain,
    plus(n0,n3) = n3,
    c_0_267,
    [final] ).

cnf(c_0_398,plain,
    plus(n0,n2) = n2,
    c_0_268,
    [final] ).

cnf(c_0_399,plain,
    plus(n0,n1) = n1,
    c_0_269,
    [final] ).

cnf(c_0_400,plain,
    plus(n0,n0) = n0,
    c_0_270,
    [final] ).

cnf(c_0_401,plain,
    waterLevel(X1) != spilling,
    c_0_271,
    [final] ).

cnf(c_0_402,plain,
    waterLevel(X1) != filling,
    c_0_272,
    [final] ).

cnf(c_0_403,plain,
    spilling != filling,
    c_0_273,
    [final] ).

cnf(c_0_404,plain,
    tapOn != overflow,
    c_0_274,
    [final] ).

cnf(c_0_405,plain,
    tapOff != overflow,
    c_0_275,
    [final] ).

cnf(c_0_406,plain,
    tapOn != tapOff,
    c_0_276,
    [final] ).

% End CNF derivation
% Generating one_way clauses for all literals in the CNF.
cnf(c_0_277_0,axiom,
    ( holdsAt(X1,plus(X2,X3))
    | startedIn(X2,X4,plus(X2,X3))
    | ~ antitrajectory(X4,X2,X1,X3)
    | ~ less(n0,X3)
    | ~ terminates(X5,X4,X2)
    | ~ happens(X5,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_277]) ).

cnf(c_0_277_1,axiom,
    ( startedIn(X2,X4,plus(X2,X3))
    | holdsAt(X1,plus(X2,X3))
    | ~ antitrajectory(X4,X2,X1,X3)
    | ~ less(n0,X3)
    | ~ terminates(X5,X4,X2)
    | ~ happens(X5,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_277]) ).

cnf(c_0_277_2,axiom,
    ( ~ antitrajectory(X4,X2,X1,X3)
    | startedIn(X2,X4,plus(X2,X3))
    | holdsAt(X1,plus(X2,X3))
    | ~ less(n0,X3)
    | ~ terminates(X5,X4,X2)
    | ~ happens(X5,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_277]) ).

cnf(c_0_277_3,axiom,
    ( ~ less(n0,X3)
    | ~ antitrajectory(X4,X2,X1,X3)
    | startedIn(X2,X4,plus(X2,X3))
    | holdsAt(X1,plus(X2,X3))
    | ~ terminates(X5,X4,X2)
    | ~ happens(X5,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_277]) ).

cnf(c_0_277_4,axiom,
    ( ~ terminates(X5,X4,X2)
    | ~ less(n0,X3)
    | ~ antitrajectory(X4,X2,X1,X3)
    | startedIn(X2,X4,plus(X2,X3))
    | holdsAt(X1,plus(X2,X3))
    | ~ happens(X5,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_277]) ).

cnf(c_0_277_5,axiom,
    ( ~ happens(X5,X2)
    | ~ terminates(X5,X4,X2)
    | ~ less(n0,X3)
    | ~ antitrajectory(X4,X2,X1,X3)
    | startedIn(X2,X4,plus(X2,X3))
    | holdsAt(X1,plus(X2,X3)) ),
    inference(literals_permutation,[status(thm)],[c_0_277]) ).

cnf(c_0_278_0,axiom,
    ( holdsAt(X1,plus(X2,X3))
    | stoppedIn(X2,X4,plus(X2,X3))
    | ~ trajectory(X4,X2,X1,X3)
    | ~ less(n0,X3)
    | ~ initiates(X5,X4,X2)
    | ~ happens(X5,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_278]) ).

cnf(c_0_278_1,axiom,
    ( stoppedIn(X2,X4,plus(X2,X3))
    | holdsAt(X1,plus(X2,X3))
    | ~ trajectory(X4,X2,X1,X3)
    | ~ less(n0,X3)
    | ~ initiates(X5,X4,X2)
    | ~ happens(X5,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_278]) ).

cnf(c_0_278_2,axiom,
    ( ~ trajectory(X4,X2,X1,X3)
    | stoppedIn(X2,X4,plus(X2,X3))
    | holdsAt(X1,plus(X2,X3))
    | ~ less(n0,X3)
    | ~ initiates(X5,X4,X2)
    | ~ happens(X5,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_278]) ).

cnf(c_0_278_3,axiom,
    ( ~ less(n0,X3)
    | ~ trajectory(X4,X2,X1,X3)
    | stoppedIn(X2,X4,plus(X2,X3))
    | holdsAt(X1,plus(X2,X3))
    | ~ initiates(X5,X4,X2)
    | ~ happens(X5,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_278]) ).

cnf(c_0_278_4,axiom,
    ( ~ initiates(X5,X4,X2)
    | ~ less(n0,X3)
    | ~ trajectory(X4,X2,X1,X3)
    | stoppedIn(X2,X4,plus(X2,X3))
    | holdsAt(X1,plus(X2,X3))
    | ~ happens(X5,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_278]) ).

cnf(c_0_278_5,axiom,
    ( ~ happens(X5,X2)
    | ~ initiates(X5,X4,X2)
    | ~ less(n0,X3)
    | ~ trajectory(X4,X2,X1,X3)
    | stoppedIn(X2,X4,plus(X2,X3))
    | holdsAt(X1,plus(X2,X3)) ),
    inference(literals_permutation,[status(thm)],[c_0_278]) ).

cnf(c_0_279_0,axiom,
    ( X2 = tapOn
    | X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_279]) ).

cnf(c_0_279_1,axiom,
    ( X2 = overflow
    | X2 = tapOn
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_279]) ).

cnf(c_0_279_2,axiom,
    ( holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X2 = tapOn
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_279]) ).

cnf(c_0_279_3,axiom,
    ( holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_279]) ).

cnf(c_0_279_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_279]) ).

cnf(c_0_280_0,axiom,
    ( X2 = tapOn
    | X1 = spilling
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_280]) ).

cnf(c_0_280_1,axiom,
    ( X1 = spilling
    | X2 = tapOn
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_280]) ).

cnf(c_0_280_2,axiom,
    ( holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X2 = tapOn
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_280]) ).

cnf(c_0_280_3,axiom,
    ( holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_280]) ).

cnf(c_0_280_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_280]) ).

cnf(c_0_281_0,axiom,
    ( X1 = filling
    | X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_281]) ).

cnf(c_0_281_1,axiom,
    ( X2 = overflow
    | X1 = filling
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_281]) ).

cnf(c_0_281_2,axiom,
    ( holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X1 = filling
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_281]) ).

cnf(c_0_281_3,axiom,
    ( holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_281]) ).

cnf(c_0_281_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_281]) ).

cnf(c_0_282_0,axiom,
    ( X1 = filling
    | X1 = spilling
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_282]) ).

cnf(c_0_282_1,axiom,
    ( X1 = spilling
    | X1 = filling
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_282]) ).

cnf(c_0_282_2,axiom,
    ( holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X1 = filling
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_282]) ).

cnf(c_0_282_3,axiom,
    ( holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_282]) ).

cnf(c_0_282_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_282]) ).

cnf(c_0_283_0,axiom,
    ( X2 = tapOn
    | X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_283]) ).

cnf(c_0_283_1,axiom,
    ( X2 = overflow
    | X2 = tapOn
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_283]) ).

cnf(c_0_283_2,axiom,
    ( holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X2 = tapOn
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_283]) ).

cnf(c_0_283_3,axiom,
    ( waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_283]) ).

cnf(c_0_283_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_283]) ).

cnf(c_0_284_0,axiom,
    ( X2 = tapOn
    | X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_284]) ).

cnf(c_0_284_1,axiom,
    ( X2 = overflow
    | X2 = tapOn
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_284]) ).

cnf(c_0_284_2,axiom,
    ( waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X2 = tapOn
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_284]) ).

cnf(c_0_284_3,axiom,
    ( holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_284]) ).

cnf(c_0_284_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_284]) ).

cnf(c_0_285_0,axiom,
    ( X2 = tapOn
    | X1 = spilling
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_285]) ).

cnf(c_0_285_1,axiom,
    ( X1 = spilling
    | X2 = tapOn
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_285]) ).

cnf(c_0_285_2,axiom,
    ( holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X2 = tapOn
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_285]) ).

cnf(c_0_285_3,axiom,
    ( waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_285]) ).

cnf(c_0_285_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_285]) ).

cnf(c_0_286_0,axiom,
    ( X2 = tapOn
    | X1 = spilling
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_286]) ).

cnf(c_0_286_1,axiom,
    ( X1 = spilling
    | X2 = tapOn
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_286]) ).

cnf(c_0_286_2,axiom,
    ( waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X2 = tapOn
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_286]) ).

cnf(c_0_286_3,axiom,
    ( holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_286]) ).

cnf(c_0_286_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_286]) ).

cnf(c_0_287_0,axiom,
    ( X1 = filling
    | X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_287]) ).

cnf(c_0_287_1,axiom,
    ( X2 = overflow
    | X1 = filling
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_287]) ).

cnf(c_0_287_2,axiom,
    ( holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X1 = filling
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_287]) ).

cnf(c_0_287_3,axiom,
    ( waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_287]) ).

cnf(c_0_287_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_287]) ).

cnf(c_0_288_0,axiom,
    ( X1 = filling
    | X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_288]) ).

cnf(c_0_288_1,axiom,
    ( X2 = overflow
    | X1 = filling
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_288]) ).

cnf(c_0_288_2,axiom,
    ( waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X1 = filling
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_288]) ).

cnf(c_0_288_3,axiom,
    ( holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_288]) ).

cnf(c_0_288_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_288]) ).

cnf(c_0_289_0,axiom,
    ( X1 = filling
    | X1 = spilling
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_289]) ).

cnf(c_0_289_1,axiom,
    ( X1 = spilling
    | X1 = filling
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_289]) ).

cnf(c_0_289_2,axiom,
    ( holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X1 = filling
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_289]) ).

cnf(c_0_289_3,axiom,
    ( waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_289]) ).

cnf(c_0_289_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_289]) ).

cnf(c_0_290_0,axiom,
    ( X1 = filling
    | X1 = spilling
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_290]) ).

cnf(c_0_290_1,axiom,
    ( X1 = spilling
    | X1 = filling
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_290]) ).

cnf(c_0_290_2,axiom,
    ( waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X1 = filling
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_290]) ).

cnf(c_0_290_3,axiom,
    ( holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_290]) ).

cnf(c_0_290_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_290]) ).

cnf(c_0_291_0,axiom,
    ( initiates(sk1_esk3_3(X1,X3,X2),X2,sk1_esk4_3(X1,X3,X2))
    | ~ startedIn(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_291]) ).

cnf(c_0_291_1,axiom,
    ( ~ startedIn(X1,X2,X3)
    | initiates(sk1_esk3_3(X1,X3,X2),X2,sk1_esk4_3(X1,X3,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_291]) ).

cnf(c_0_292_0,axiom,
    ( terminates(sk1_esk1_3(X1,X2,X3),X2,sk1_esk2_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_292]) ).

cnf(c_0_292_1,axiom,
    ( ~ stoppedIn(X1,X2,X3)
    | terminates(sk1_esk1_3(X1,X2,X3),X2,sk1_esk2_3(X1,X2,X3)) ),
    inference(literals_permutation,[status(thm)],[c_0_292]) ).

cnf(c_0_293_0,axiom,
    ( X2 = tapOn
    | X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_293]) ).

cnf(c_0_293_1,axiom,
    ( X2 = overflow
    | X2 = tapOn
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_293]) ).

cnf(c_0_293_2,axiom,
    ( holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X2 = tapOn
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_293]) ).

cnf(c_0_293_3,axiom,
    ( X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_293]) ).

cnf(c_0_293_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_293]) ).

cnf(c_0_294_0,axiom,
    ( X2 = tapOn
    | X2 = overflow
    | X2 = tapOff
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_294]) ).

cnf(c_0_294_1,axiom,
    ( X2 = overflow
    | X2 = tapOn
    | X2 = tapOff
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_294]) ).

cnf(c_0_294_2,axiom,
    ( X2 = tapOff
    | X2 = overflow
    | X2 = tapOn
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_294]) ).

cnf(c_0_294_3,axiom,
    ( holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | X2 = tapOff
    | X2 = overflow
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_294]) ).

cnf(c_0_294_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | X2 = tapOff
    | X2 = overflow
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_294]) ).

cnf(c_0_295_0,axiom,
    ( X2 = tapOn
    | X1 = spilling
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_295]) ).

cnf(c_0_295_1,axiom,
    ( X1 = spilling
    | X2 = tapOn
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_295]) ).

cnf(c_0_295_2,axiom,
    ( holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X2 = tapOn
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_295]) ).

cnf(c_0_295_3,axiom,
    ( X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_295]) ).

cnf(c_0_295_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_295]) ).

cnf(c_0_296_0,axiom,
    ( X2 = tapOn
    | X1 = spilling
    | X2 = tapOff
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_296]) ).

cnf(c_0_296_1,axiom,
    ( X1 = spilling
    | X2 = tapOn
    | X2 = tapOff
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_296]) ).

cnf(c_0_296_2,axiom,
    ( X2 = tapOff
    | X1 = spilling
    | X2 = tapOn
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_296]) ).

cnf(c_0_296_3,axiom,
    ( holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | X2 = tapOff
    | X1 = spilling
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_296]) ).

cnf(c_0_296_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | X2 = tapOff
    | X1 = spilling
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_296]) ).

cnf(c_0_297_0,axiom,
    ( X1 = filling
    | X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_297]) ).

cnf(c_0_297_1,axiom,
    ( X2 = overflow
    | X1 = filling
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_297]) ).

cnf(c_0_297_2,axiom,
    ( holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X1 = filling
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_297]) ).

cnf(c_0_297_3,axiom,
    ( X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_297]) ).

cnf(c_0_297_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_297]) ).

cnf(c_0_298_0,axiom,
    ( X1 = filling
    | X2 = overflow
    | X2 = tapOff
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_298]) ).

cnf(c_0_298_1,axiom,
    ( X2 = overflow
    | X1 = filling
    | X2 = tapOff
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_298]) ).

cnf(c_0_298_2,axiom,
    ( X2 = tapOff
    | X2 = overflow
    | X1 = filling
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_298]) ).

cnf(c_0_298_3,axiom,
    ( holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | X2 = tapOff
    | X2 = overflow
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_298]) ).

cnf(c_0_298_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | X2 = tapOff
    | X2 = overflow
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_298]) ).

cnf(c_0_299_0,axiom,
    ( X1 = filling
    | X1 = spilling
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_299]) ).

cnf(c_0_299_1,axiom,
    ( X1 = spilling
    | X1 = filling
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_299]) ).

cnf(c_0_299_2,axiom,
    ( holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X1 = filling
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_299]) ).

cnf(c_0_299_3,axiom,
    ( X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_299]) ).

cnf(c_0_299_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | X2 = overflow
    | holdsAt(waterLevel(sk1_esk10_3(X3,X2,X1)),X3)
    | X1 = spilling
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_299]) ).

cnf(c_0_300_0,axiom,
    ( X1 = filling
    | X1 = spilling
    | X2 = tapOff
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_300]) ).

cnf(c_0_300_1,axiom,
    ( X1 = spilling
    | X1 = filling
    | X2 = tapOff
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_300]) ).

cnf(c_0_300_2,axiom,
    ( X2 = tapOff
    | X1 = spilling
    | X1 = filling
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_300]) ).

cnf(c_0_300_3,axiom,
    ( holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | X2 = tapOff
    | X1 = spilling
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_300]) ).

cnf(c_0_300_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | holdsAt(waterLevel(sk1_esk11_3(X3,X2,X1)),X3)
    | X2 = tapOff
    | X1 = spilling
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_300]) ).

cnf(c_0_301_0,axiom,
    ( happens(sk1_esk3_3(X1,X3,X2),sk1_esk4_3(X1,X3,X2))
    | ~ startedIn(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_301]) ).

cnf(c_0_301_1,axiom,
    ( ~ startedIn(X1,X2,X3)
    | happens(sk1_esk3_3(X1,X3,X2),sk1_esk4_3(X1,X3,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_301]) ).

cnf(c_0_302_0,axiom,
    ( happens(sk1_esk1_3(X1,X2,X3),sk1_esk2_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_302]) ).

cnf(c_0_302_1,axiom,
    ( ~ stoppedIn(X1,X2,X3)
    | happens(sk1_esk1_3(X1,X2,X3),sk1_esk2_3(X1,X2,X3)) ),
    inference(literals_permutation,[status(thm)],[c_0_302]) ).

cnf(c_0_303_0,axiom,
    ( X2 = tapOn
    | X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_303]) ).

cnf(c_0_303_1,axiom,
    ( X2 = overflow
    | X2 = tapOn
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_303]) ).

cnf(c_0_303_2,axiom,
    ( waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X2 = tapOn
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_303]) ).

cnf(c_0_303_3,axiom,
    ( waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_303]) ).

cnf(c_0_303_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_303]) ).

cnf(c_0_304_0,axiom,
    ( X2 = tapOn
    | X1 = spilling
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_304]) ).

cnf(c_0_304_1,axiom,
    ( X1 = spilling
    | X2 = tapOn
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_304]) ).

cnf(c_0_304_2,axiom,
    ( waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X2 = tapOn
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_304]) ).

cnf(c_0_304_3,axiom,
    ( waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_304]) ).

cnf(c_0_304_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_304]) ).

cnf(c_0_305_0,axiom,
    ( X1 = filling
    | X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_305]) ).

cnf(c_0_305_1,axiom,
    ( X2 = overflow
    | X1 = filling
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_305]) ).

cnf(c_0_305_2,axiom,
    ( waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X1 = filling
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_305]) ).

cnf(c_0_305_3,axiom,
    ( waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_305]) ).

cnf(c_0_305_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_305]) ).

cnf(c_0_306_0,axiom,
    ( X1 = filling
    | X1 = spilling
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_306]) ).

cnf(c_0_306_1,axiom,
    ( X1 = spilling
    | X1 = filling
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_306]) ).

cnf(c_0_306_2,axiom,
    ( waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X1 = filling
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_306]) ).

cnf(c_0_306_3,axiom,
    ( waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_306]) ).

cnf(c_0_306_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_306]) ).

cnf(c_0_307_0,axiom,
    ( trajectory(filling,X1,waterLevel(X2),X3)
    | X2 != plus(X4,X3)
    | ~ holdsAt(waterLevel(X4),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_307]) ).

cnf(c_0_307_1,axiom,
    ( X2 != plus(X4,X3)
    | trajectory(filling,X1,waterLevel(X2),X3)
    | ~ holdsAt(waterLevel(X4),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_307]) ).

cnf(c_0_307_2,axiom,
    ( ~ holdsAt(waterLevel(X4),X1)
    | X2 != plus(X4,X3)
    | trajectory(filling,X1,waterLevel(X2),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_307]) ).

cnf(c_0_308_0,axiom,
    ( releasedAt(X1,plus(X2,n1))
    | terminates(sk1_esk7_2(X1,X2),X1,X2)
    | initiates(sk1_esk7_2(X1,X2),X1,X2)
    | ~ releasedAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_308]) ).

cnf(c_0_308_1,axiom,
    ( terminates(sk1_esk7_2(X1,X2),X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | initiates(sk1_esk7_2(X1,X2),X1,X2)
    | ~ releasedAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_308]) ).

cnf(c_0_308_2,axiom,
    ( initiates(sk1_esk7_2(X1,X2),X1,X2)
    | terminates(sk1_esk7_2(X1,X2),X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | ~ releasedAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_308]) ).

cnf(c_0_308_3,axiom,
    ( ~ releasedAt(X1,X2)
    | initiates(sk1_esk7_2(X1,X2),X1,X2)
    | terminates(sk1_esk7_2(X1,X2),X1,X2)
    | releasedAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_308]) ).

cnf(c_0_309_0,axiom,
    ( startedIn(X1,X2,X3)
    | ~ initiates(X4,X2,X5)
    | ~ less(X5,X3)
    | ~ less(X1,X5)
    | ~ happens(X4,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_309]) ).

cnf(c_0_309_1,axiom,
    ( ~ initiates(X4,X2,X5)
    | startedIn(X1,X2,X3)
    | ~ less(X5,X3)
    | ~ less(X1,X5)
    | ~ happens(X4,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_309]) ).

cnf(c_0_309_2,axiom,
    ( ~ less(X5,X3)
    | ~ initiates(X4,X2,X5)
    | startedIn(X1,X2,X3)
    | ~ less(X1,X5)
    | ~ happens(X4,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_309]) ).

cnf(c_0_309_3,axiom,
    ( ~ less(X1,X5)
    | ~ less(X5,X3)
    | ~ initiates(X4,X2,X5)
    | startedIn(X1,X2,X3)
    | ~ happens(X4,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_309]) ).

cnf(c_0_309_4,axiom,
    ( ~ happens(X4,X5)
    | ~ less(X1,X5)
    | ~ less(X5,X3)
    | ~ initiates(X4,X2,X5)
    | startedIn(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_309]) ).

cnf(c_0_310_0,axiom,
    ( stoppedIn(X1,X2,X3)
    | ~ terminates(X4,X2,X5)
    | ~ less(X5,X3)
    | ~ less(X1,X5)
    | ~ happens(X4,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_310]) ).

cnf(c_0_310_1,axiom,
    ( ~ terminates(X4,X2,X5)
    | stoppedIn(X1,X2,X3)
    | ~ less(X5,X3)
    | ~ less(X1,X5)
    | ~ happens(X4,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_310]) ).

cnf(c_0_310_2,axiom,
    ( ~ less(X5,X3)
    | ~ terminates(X4,X2,X5)
    | stoppedIn(X1,X2,X3)
    | ~ less(X1,X5)
    | ~ happens(X4,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_310]) ).

cnf(c_0_310_3,axiom,
    ( ~ less(X1,X5)
    | ~ less(X5,X3)
    | ~ terminates(X4,X2,X5)
    | stoppedIn(X1,X2,X3)
    | ~ happens(X4,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_310]) ).

cnf(c_0_310_4,axiom,
    ( ~ happens(X4,X5)
    | ~ less(X1,X5)
    | ~ less(X5,X3)
    | ~ terminates(X4,X2,X5)
    | stoppedIn(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_310]) ).

cnf(c_0_311_0,axiom,
    ( less(X1,sk1_esk4_3(X1,X3,X2))
    | ~ startedIn(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_311]) ).

cnf(c_0_311_1,axiom,
    ( ~ startedIn(X1,X2,X3)
    | less(X1,sk1_esk4_3(X1,X3,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_311]) ).

cnf(c_0_312_0,axiom,
    ( less(sk1_esk4_3(X1,X3,X2),X3)
    | ~ startedIn(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_312]) ).

cnf(c_0_312_1,axiom,
    ( ~ startedIn(X1,X2,X3)
    | less(sk1_esk4_3(X1,X3,X2),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_312]) ).

cnf(c_0_313_0,axiom,
    ( less(X1,sk1_esk2_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_313]) ).

cnf(c_0_313_1,axiom,
    ( ~ stoppedIn(X1,X2,X3)
    | less(X1,sk1_esk2_3(X1,X2,X3)) ),
    inference(literals_permutation,[status(thm)],[c_0_313]) ).

cnf(c_0_314_0,axiom,
    ( less(sk1_esk2_3(X1,X2,X3),X3)
    | ~ stoppedIn(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_314]) ).

cnf(c_0_314_1,axiom,
    ( ~ stoppedIn(X1,X2,X3)
    | less(sk1_esk2_3(X1,X2,X3),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_314]) ).

cnf(c_0_315_0,axiom,
    ( X2 = tapOn
    | X2 = overflow
    | X2 = tapOff
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_315]) ).

cnf(c_0_315_1,axiom,
    ( X2 = overflow
    | X2 = tapOn
    | X2 = tapOff
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_315]) ).

cnf(c_0_315_2,axiom,
    ( X2 = tapOff
    | X2 = overflow
    | X2 = tapOn
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_315]) ).

cnf(c_0_315_3,axiom,
    ( waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | X2 = tapOff
    | X2 = overflow
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_315]) ).

cnf(c_0_315_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | X2 = tapOff
    | X2 = overflow
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_315]) ).

cnf(c_0_316_0,axiom,
    ( X2 = tapOn
    | X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_316]) ).

cnf(c_0_316_1,axiom,
    ( X2 = overflow
    | X2 = tapOn
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_316]) ).

cnf(c_0_316_2,axiom,
    ( waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X2 = tapOn
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_316]) ).

cnf(c_0_316_3,axiom,
    ( X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_316]) ).

cnf(c_0_316_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_316]) ).

cnf(c_0_317_0,axiom,
    ( X2 = tapOn
    | X1 = spilling
    | X2 = tapOff
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_317]) ).

cnf(c_0_317_1,axiom,
    ( X1 = spilling
    | X2 = tapOn
    | X2 = tapOff
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_317]) ).

cnf(c_0_317_2,axiom,
    ( X2 = tapOff
    | X1 = spilling
    | X2 = tapOn
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_317]) ).

cnf(c_0_317_3,axiom,
    ( waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | X2 = tapOff
    | X1 = spilling
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_317]) ).

cnf(c_0_317_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | X2 = tapOff
    | X1 = spilling
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_317]) ).

cnf(c_0_318_0,axiom,
    ( X2 = tapOn
    | X1 = spilling
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_318]) ).

cnf(c_0_318_1,axiom,
    ( X1 = spilling
    | X2 = tapOn
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_318]) ).

cnf(c_0_318_2,axiom,
    ( waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X2 = tapOn
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_318]) ).

cnf(c_0_318_3,axiom,
    ( X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_318]) ).

cnf(c_0_318_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_318]) ).

cnf(c_0_319_0,axiom,
    ( X1 = filling
    | X2 = overflow
    | X2 = tapOff
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_319]) ).

cnf(c_0_319_1,axiom,
    ( X2 = overflow
    | X1 = filling
    | X2 = tapOff
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_319]) ).

cnf(c_0_319_2,axiom,
    ( X2 = tapOff
    | X2 = overflow
    | X1 = filling
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_319]) ).

cnf(c_0_319_3,axiom,
    ( waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | X2 = tapOff
    | X2 = overflow
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_319]) ).

cnf(c_0_319_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | X2 = tapOff
    | X2 = overflow
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_319]) ).

cnf(c_0_320_0,axiom,
    ( X1 = filling
    | X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_320]) ).

cnf(c_0_320_1,axiom,
    ( X2 = overflow
    | X1 = filling
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_320]) ).

cnf(c_0_320_2,axiom,
    ( waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X1 = filling
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_320]) ).

cnf(c_0_320_3,axiom,
    ( X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_320]) ).

cnf(c_0_320_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_320]) ).

cnf(c_0_321_0,axiom,
    ( X1 = filling
    | X1 = spilling
    | X2 = tapOff
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_321]) ).

cnf(c_0_321_1,axiom,
    ( X1 = spilling
    | X1 = filling
    | X2 = tapOff
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_321]) ).

cnf(c_0_321_2,axiom,
    ( X2 = tapOff
    | X1 = spilling
    | X1 = filling
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_321]) ).

cnf(c_0_321_3,axiom,
    ( waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | X2 = tapOff
    | X1 = spilling
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_321]) ).

cnf(c_0_321_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | waterLevel(sk1_esk11_3(X3,X2,X1)) = X1
    | X2 = tapOff
    | X1 = spilling
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_321]) ).

cnf(c_0_322_0,axiom,
    ( X1 = filling
    | X1 = spilling
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_322]) ).

cnf(c_0_322_1,axiom,
    ( X1 = spilling
    | X1 = filling
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_322]) ).

cnf(c_0_322_2,axiom,
    ( waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X1 = filling
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_322]) ).

cnf(c_0_322_3,axiom,
    ( X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_322]) ).

cnf(c_0_322_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | X2 = overflow
    | waterLevel(sk1_esk10_3(X3,X2,X1)) = X1
    | X1 = spilling
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_322]) ).

cnf(c_0_323_0,axiom,
    ( holdsAt(X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | initiates(sk1_esk6_2(X1,X2),X1,X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_323]) ).

cnf(c_0_323_1,axiom,
    ( releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2)
    | initiates(sk1_esk6_2(X1,X2),X1,X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_323]) ).

cnf(c_0_323_2,axiom,
    ( initiates(sk1_esk6_2(X1,X2),X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_323]) ).

cnf(c_0_323_3,axiom,
    ( ~ holdsAt(X1,plus(X2,n1))
    | initiates(sk1_esk6_2(X1,X2),X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_323]) ).

cnf(c_0_324_0,axiom,
    ( holdsAt(X1,plus(X2,n1))
    | releasedAt(X1,plus(X2,n1))
    | terminates(sk1_esk5_2(X1,X2),X1,X2)
    | ~ holdsAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_324]) ).

cnf(c_0_324_1,axiom,
    ( releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,plus(X2,n1))
    | terminates(sk1_esk5_2(X1,X2),X1,X2)
    | ~ holdsAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_324]) ).

cnf(c_0_324_2,axiom,
    ( terminates(sk1_esk5_2(X1,X2),X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,plus(X2,n1))
    | ~ holdsAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_324]) ).

cnf(c_0_324_3,axiom,
    ( ~ holdsAt(X1,X2)
    | terminates(sk1_esk5_2(X1,X2),X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_324]) ).

cnf(c_0_325_0,axiom,
    ( ~ releasedAt(X1,plus(X2,n1))
    | ~ happens(X3,X2)
    | ~ initiates(X3,X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_325]) ).

cnf(c_0_325_1,axiom,
    ( ~ happens(X3,X2)
    | ~ releasedAt(X1,plus(X2,n1))
    | ~ initiates(X3,X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_325]) ).

cnf(c_0_325_2,axiom,
    ( ~ initiates(X3,X1,X2)
    | ~ happens(X3,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_325]) ).

cnf(c_0_326_0,axiom,
    ( ~ releasedAt(X1,plus(X2,n1))
    | ~ happens(X3,X2)
    | ~ terminates(X3,X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_326]) ).

cnf(c_0_326_1,axiom,
    ( ~ happens(X3,X2)
    | ~ releasedAt(X1,plus(X2,n1))
    | ~ terminates(X3,X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_326]) ).

cnf(c_0_326_2,axiom,
    ( ~ terminates(X3,X1,X2)
    | ~ happens(X3,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_326]) ).

cnf(c_0_327_0,axiom,
    ( ~ holdsAt(X1,plus(X2,n1))
    | ~ terminates(X3,X1,X2)
    | ~ happens(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_327]) ).

cnf(c_0_327_1,axiom,
    ( ~ terminates(X3,X1,X2)
    | ~ holdsAt(X1,plus(X2,n1))
    | ~ happens(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_327]) ).

cnf(c_0_327_2,axiom,
    ( ~ happens(X3,X2)
    | ~ terminates(X3,X1,X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_327]) ).

cnf(c_0_328_0,axiom,
    ( releasedAt(X1,X2)
    | releases(sk1_esk8_2(X1,X2),X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_328]) ).

cnf(c_0_328_1,axiom,
    ( releases(sk1_esk8_2(X1,X2),X1,X2)
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_328]) ).

cnf(c_0_328_2,axiom,
    ( ~ releasedAt(X1,plus(X2,n1))
    | releases(sk1_esk8_2(X1,X2),X1,X2)
    | releasedAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_328]) ).

cnf(c_0_329_0,axiom,
    ( holdsAt(X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | happens(sk1_esk6_2(X1,X2),X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_329]) ).

cnf(c_0_329_1,axiom,
    ( releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2)
    | happens(sk1_esk6_2(X1,X2),X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_329]) ).

cnf(c_0_329_2,axiom,
    ( happens(sk1_esk6_2(X1,X2),X2)
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2)
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_329]) ).

cnf(c_0_329_3,axiom,
    ( ~ holdsAt(X1,plus(X2,n1))
    | happens(sk1_esk6_2(X1,X2),X2)
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_329]) ).

cnf(c_0_330_0,axiom,
    ( releasedAt(X1,plus(X2,n1))
    | ~ releases(X3,X1,X2)
    | ~ happens(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_330]) ).

cnf(c_0_330_1,axiom,
    ( ~ releases(X3,X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | ~ happens(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_330]) ).

cnf(c_0_330_2,axiom,
    ( ~ happens(X3,X2)
    | ~ releases(X3,X1,X2)
    | releasedAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_330]) ).

cnf(c_0_331_0,axiom,
    ( holdsAt(X1,plus(X2,n1))
    | ~ initiates(X3,X1,X2)
    | ~ happens(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_331]) ).

cnf(c_0_331_1,axiom,
    ( ~ initiates(X3,X1,X2)
    | holdsAt(X1,plus(X2,n1))
    | ~ happens(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_331]) ).

cnf(c_0_331_2,axiom,
    ( ~ happens(X3,X2)
    | ~ initiates(X3,X1,X2)
    | holdsAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_331]) ).

cnf(c_0_332_0,axiom,
    ( epred1_3(X1,X2,X3)
    | ~ initiates(X2,X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_332]) ).

cnf(c_0_332_1,axiom,
    ( ~ initiates(X2,X1,X3)
    | epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_332]) ).

cnf(c_0_333_0,axiom,
    ( initiates(X1,X2,X3)
    | ~ epred1_3(X2,X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_333]) ).

cnf(c_0_333_1,axiom,
    ( ~ epred1_3(X2,X1,X3)
    | initiates(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_333]) ).

cnf(c_0_334_0,axiom,
    ( holdsAt(X1,plus(X2,n1))
    | releasedAt(X1,plus(X2,n1))
    | happens(sk1_esk5_2(X1,X2),X2)
    | ~ holdsAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_334]) ).

cnf(c_0_334_1,axiom,
    ( releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,plus(X2,n1))
    | happens(sk1_esk5_2(X1,X2),X2)
    | ~ holdsAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_334]) ).

cnf(c_0_334_2,axiom,
    ( happens(sk1_esk5_2(X1,X2),X2)
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,plus(X2,n1))
    | ~ holdsAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_334]) ).

cnf(c_0_334_3,axiom,
    ( ~ holdsAt(X1,X2)
    | happens(sk1_esk5_2(X1,X2),X2)
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_334]) ).

cnf(c_0_335_0,axiom,
    ( waterLevel(sk1_esk9_2(X1,X2)) = X2
    | ~ releases(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_335]) ).

cnf(c_0_335_1,axiom,
    ( ~ releases(X1,X2,X3)
    | waterLevel(sk1_esk9_2(X1,X2)) = X2 ),
    inference(literals_permutation,[status(thm)],[c_0_335]) ).

cnf(c_0_336_0,axiom,
    ( releasedAt(X1,X2)
    | happens(sk1_esk8_2(X1,X2),X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_336]) ).

cnf(c_0_336_1,axiom,
    ( happens(sk1_esk8_2(X1,X2),X2)
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_336]) ).

cnf(c_0_336_2,axiom,
    ( ~ releasedAt(X1,plus(X2,n1))
    | happens(sk1_esk8_2(X1,X2),X2)
    | releasedAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_336]) ).

cnf(c_0_337_0,axiom,
    ( releasedAt(X1,plus(X2,n1))
    | happens(sk1_esk7_2(X1,X2),X2)
    | ~ releasedAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_337]) ).

cnf(c_0_337_1,axiom,
    ( happens(sk1_esk7_2(X1,X2),X2)
    | releasedAt(X1,plus(X2,n1))
    | ~ releasedAt(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_337]) ).

cnf(c_0_337_2,axiom,
    ( ~ releasedAt(X1,X2)
    | happens(sk1_esk7_2(X1,X2),X2)
    | releasedAt(X1,plus(X2,n1)) ),
    inference(literals_permutation,[status(thm)],[c_0_337]) ).

cnf(c_0_338_0,axiom,
    ( epred1_3(X1,X2,X3)
    | X1 != waterLevel(X4)
    | X2 != tapOff
    | ~ holdsAt(waterLevel(X4),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_338]) ).

cnf(c_0_338_1,axiom,
    ( X1 != waterLevel(X4)
    | epred1_3(X1,X2,X3)
    | X2 != tapOff
    | ~ holdsAt(waterLevel(X4),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_338]) ).

cnf(c_0_338_2,axiom,
    ( X2 != tapOff
    | X1 != waterLevel(X4)
    | epred1_3(X1,X2,X3)
    | ~ holdsAt(waterLevel(X4),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_338]) ).

cnf(c_0_338_3,axiom,
    ( ~ holdsAt(waterLevel(X4),X3)
    | X2 != tapOff
    | X1 != waterLevel(X4)
    | epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_338]) ).

cnf(c_0_339_0,axiom,
    ( epred1_3(X1,X2,X3)
    | X1 != waterLevel(X4)
    | X2 != overflow
    | ~ holdsAt(waterLevel(X4),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_339]) ).

cnf(c_0_339_1,axiom,
    ( X1 != waterLevel(X4)
    | epred1_3(X1,X2,X3)
    | X2 != overflow
    | ~ holdsAt(waterLevel(X4),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_339]) ).

cnf(c_0_339_2,axiom,
    ( X2 != overflow
    | X1 != waterLevel(X4)
    | epred1_3(X1,X2,X3)
    | ~ holdsAt(waterLevel(X4),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_339]) ).

cnf(c_0_339_3,axiom,
    ( ~ holdsAt(waterLevel(X4),X3)
    | X2 != overflow
    | X1 != waterLevel(X4)
    | epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_339]) ).

cnf(c_0_340_0,axiom,
    ( X2 = tapOn
    | X2 = overflow
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_340]) ).

cnf(c_0_340_1,axiom,
    ( X2 = overflow
    | X2 = tapOn
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_340]) ).

cnf(c_0_340_2,axiom,
    ( X2 = tapOff
    | X2 = overflow
    | X2 = tapOn
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_340]) ).

cnf(c_0_340_3,axiom,
    ( X2 = overflow
    | X2 = tapOff
    | X2 = overflow
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_340]) ).

cnf(c_0_340_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | X2 = overflow
    | X2 = tapOff
    | X2 = overflow
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_340]) ).

cnf(c_0_341_0,axiom,
    ( X2 = tapOn
    | X1 = spilling
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_341]) ).

cnf(c_0_341_1,axiom,
    ( X1 = spilling
    | X2 = tapOn
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_341]) ).

cnf(c_0_341_2,axiom,
    ( X2 = tapOff
    | X1 = spilling
    | X2 = tapOn
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_341]) ).

cnf(c_0_341_3,axiom,
    ( X2 = overflow
    | X2 = tapOff
    | X1 = spilling
    | X2 = tapOn
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_341]) ).

cnf(c_0_341_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | X2 = overflow
    | X2 = tapOff
    | X1 = spilling
    | X2 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_341]) ).

cnf(c_0_342_0,axiom,
    ( X1 = filling
    | X2 = overflow
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_342]) ).

cnf(c_0_342_1,axiom,
    ( X2 = overflow
    | X1 = filling
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_342]) ).

cnf(c_0_342_2,axiom,
    ( X2 = tapOff
    | X2 = overflow
    | X1 = filling
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_342]) ).

cnf(c_0_342_3,axiom,
    ( X2 = overflow
    | X2 = tapOff
    | X2 = overflow
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_342]) ).

cnf(c_0_342_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | X2 = overflow
    | X2 = tapOff
    | X2 = overflow
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_342]) ).

cnf(c_0_343_0,axiom,
    ( X1 = filling
    | X1 = spilling
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_343]) ).

cnf(c_0_343_1,axiom,
    ( X1 = spilling
    | X1 = filling
    | X2 = tapOff
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_343]) ).

cnf(c_0_343_2,axiom,
    ( X2 = tapOff
    | X1 = spilling
    | X1 = filling
    | X2 = overflow
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_343]) ).

cnf(c_0_343_3,axiom,
    ( X2 = overflow
    | X2 = tapOff
    | X1 = spilling
    | X1 = filling
    | ~ epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_343]) ).

cnf(c_0_343_4,axiom,
    ( ~ epred1_3(X1,X2,X3)
    | X2 = overflow
    | X2 = tapOff
    | X1 = spilling
    | X1 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_343]) ).

cnf(c_0_344_0,axiom,
    ( X1 = tapOff
    | X1 = overflow
    | ~ terminates(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_344]) ).

cnf(c_0_344_1,axiom,
    ( X1 = overflow
    | X1 = tapOff
    | ~ terminates(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_344]) ).

cnf(c_0_344_2,axiom,
    ( ~ terminates(X1,X2,X3)
    | X1 = overflow
    | X1 = tapOff ),
    inference(literals_permutation,[status(thm)],[c_0_344]) ).

cnf(c_0_345_0,axiom,
    ( X1 = tapOff
    | X2 = filling
    | ~ terminates(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_345]) ).

cnf(c_0_345_1,axiom,
    ( X2 = filling
    | X1 = tapOff
    | ~ terminates(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_345]) ).

cnf(c_0_345_2,axiom,
    ( ~ terminates(X1,X2,X3)
    | X2 = filling
    | X1 = tapOff ),
    inference(literals_permutation,[status(thm)],[c_0_345]) ).

cnf(c_0_346_0,axiom,
    ( X2 = filling
    | X1 = overflow
    | ~ terminates(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_346]) ).

cnf(c_0_346_1,axiom,
    ( X1 = overflow
    | X2 = filling
    | ~ terminates(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_346]) ).

cnf(c_0_346_2,axiom,
    ( ~ terminates(X1,X2,X3)
    | X1 = overflow
    | X2 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_346]) ).

cnf(c_0_347_0,axiom,
    ( X2 = filling
    | X2 = filling
    | ~ terminates(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_347]) ).

cnf(c_0_347_1,axiom,
    ( X2 = filling
    | X2 = filling
    | ~ terminates(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_347]) ).

cnf(c_0_347_2,axiom,
    ( ~ terminates(X1,X2,X3)
    | X2 = filling
    | X2 = filling ),
    inference(literals_permutation,[status(thm)],[c_0_347]) ).

cnf(c_0_348_0,axiom,
    ( X1 = tapOn
    | ~ releases(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_348]) ).

cnf(c_0_348_1,axiom,
    ( ~ releases(X1,X2,X3)
    | X1 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_348]) ).

cnf(c_0_349_0,axiom,
    ( X1 = X2
    | ~ holdsAt(waterLevel(X2),X3)
    | ~ holdsAt(waterLevel(X1),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_349]) ).

cnf(c_0_349_1,axiom,
    ( ~ holdsAt(waterLevel(X2),X3)
    | X1 = X2
    | ~ holdsAt(waterLevel(X1),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_349]) ).

cnf(c_0_349_2,axiom,
    ( ~ holdsAt(waterLevel(X1),X3)
    | ~ holdsAt(waterLevel(X2),X3)
    | X1 = X2 ),
    inference(literals_permutation,[status(thm)],[c_0_349]) ).

cnf(c_0_350_0,axiom,
    ( releases(X1,X2,X3)
    | X2 != waterLevel(X4)
    | X1 != tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_350]) ).

cnf(c_0_350_1,axiom,
    ( X2 != waterLevel(X4)
    | releases(X1,X2,X3)
    | X1 != tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_350]) ).

cnf(c_0_350_2,axiom,
    ( X1 != tapOn
    | X2 != waterLevel(X4)
    | releases(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_350]) ).

cnf(c_0_351_0,axiom,
    ( happens(X1,X2)
    | X1 != overflow
    | ~ holdsAt(filling,X2)
    | ~ holdsAt(waterLevel(n3),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_351]) ).

cnf(c_0_351_1,axiom,
    ( X1 != overflow
    | happens(X1,X2)
    | ~ holdsAt(filling,X2)
    | ~ holdsAt(waterLevel(n3),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_351]) ).

cnf(c_0_351_2,axiom,
    ( ~ holdsAt(filling,X2)
    | X1 != overflow
    | happens(X1,X2)
    | ~ holdsAt(waterLevel(n3),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_351]) ).

cnf(c_0_351_3,axiom,
    ( ~ holdsAt(waterLevel(n3),X2)
    | ~ holdsAt(filling,X2)
    | X1 != overflow
    | happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_351]) ).

cnf(c_0_352_0,axiom,
    ( epred1_3(X1,X2,X3)
    | X1 != filling
    | X2 != tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_352]) ).

cnf(c_0_352_1,axiom,
    ( X1 != filling
    | epred1_3(X1,X2,X3)
    | X2 != tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_352]) ).

cnf(c_0_352_2,axiom,
    ( X2 != tapOn
    | X1 != filling
    | epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_352]) ).

cnf(c_0_353_0,axiom,
    ( epred1_3(X1,X2,X3)
    | X1 != spilling
    | X2 != overflow ),
    inference(literals_permutation,[status(thm)],[c_0_353]) ).

cnf(c_0_353_1,axiom,
    ( X1 != spilling
    | epred1_3(X1,X2,X3)
    | X2 != overflow ),
    inference(literals_permutation,[status(thm)],[c_0_353]) ).

cnf(c_0_353_2,axiom,
    ( X2 != overflow
    | X1 != spilling
    | epred1_3(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_353]) ).

cnf(c_0_354_0,axiom,
    ( terminates(X1,X2,X3)
    | X2 != filling
    | X1 != tapOff ),
    inference(literals_permutation,[status(thm)],[c_0_354]) ).

cnf(c_0_354_1,axiom,
    ( X2 != filling
    | terminates(X1,X2,X3)
    | X1 != tapOff ),
    inference(literals_permutation,[status(thm)],[c_0_354]) ).

cnf(c_0_354_2,axiom,
    ( X1 != tapOff
    | X2 != filling
    | terminates(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_354]) ).

cnf(c_0_355_0,axiom,
    ( terminates(X1,X2,X3)
    | X2 != filling
    | X1 != overflow ),
    inference(literals_permutation,[status(thm)],[c_0_355]) ).

cnf(c_0_355_1,axiom,
    ( X2 != filling
    | terminates(X1,X2,X3)
    | X1 != overflow ),
    inference(literals_permutation,[status(thm)],[c_0_355]) ).

cnf(c_0_355_2,axiom,
    ( X1 != overflow
    | X2 != filling
    | terminates(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_355]) ).

cnf(c_0_356_0,axiom,
    ( ~ less(X1,X2)
    | ~ less(X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_356]) ).

cnf(c_0_356_1,axiom,
    ( ~ less(X2,X1)
    | ~ less(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_356]) ).

cnf(c_0_357_0,axiom,
    ( X1 = tapOn
    | holdsAt(waterLevel(n3),X2)
    | ~ happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_357]) ).

cnf(c_0_357_1,axiom,
    ( holdsAt(waterLevel(n3),X2)
    | X1 = tapOn
    | ~ happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_357]) ).

cnf(c_0_357_2,axiom,
    ( ~ happens(X1,X2)
    | holdsAt(waterLevel(n3),X2)
    | X1 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_357]) ).

cnf(c_0_358_0,axiom,
    ( X2 = n0
    | holdsAt(waterLevel(n3),X2)
    | ~ happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_358]) ).

cnf(c_0_358_1,axiom,
    ( holdsAt(waterLevel(n3),X2)
    | X2 = n0
    | ~ happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_358]) ).

cnf(c_0_358_2,axiom,
    ( ~ happens(X1,X2)
    | holdsAt(waterLevel(n3),X2)
    | X2 = n0 ),
    inference(literals_permutation,[status(thm)],[c_0_358]) ).

cnf(c_0_359_0,axiom,
    ( X1 = X2
    | less(X1,X2)
    | ~ less_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_359]) ).

cnf(c_0_359_1,axiom,
    ( less(X1,X2)
    | X1 = X2
    | ~ less_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_359]) ).

cnf(c_0_359_2,axiom,
    ( ~ less_or_equal(X1,X2)
    | less(X1,X2)
    | X1 = X2 ),
    inference(literals_permutation,[status(thm)],[c_0_359]) ).

cnf(c_0_360_0,axiom,
    ( less_or_equal(X1,X2)
    | ~ less(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_360]) ).

cnf(c_0_360_1,axiom,
    ( ~ less(X1,X2)
    | less_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_360]) ).

cnf(c_0_361_0,axiom,
    ( X1 = tapOn
    | holdsAt(filling,X2)
    | ~ happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_361]) ).

cnf(c_0_361_1,axiom,
    ( holdsAt(filling,X2)
    | X1 = tapOn
    | ~ happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_361]) ).

cnf(c_0_361_2,axiom,
    ( ~ happens(X1,X2)
    | holdsAt(filling,X2)
    | X1 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_361]) ).

cnf(c_0_362_0,axiom,
    ( X2 = n0
    | holdsAt(filling,X2)
    | ~ happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_362]) ).

cnf(c_0_362_1,axiom,
    ( holdsAt(filling,X2)
    | X2 = n0
    | ~ happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_362]) ).

cnf(c_0_362_2,axiom,
    ( ~ happens(X1,X2)
    | holdsAt(filling,X2)
    | X2 = n0 ),
    inference(literals_permutation,[status(thm)],[c_0_362]) ).

cnf(c_0_363_0,axiom,
    ( less_or_equal(X1,n8)
    | ~ less(X1,n9) ),
    inference(literals_permutation,[status(thm)],[c_0_363]) ).

cnf(c_0_363_1,axiom,
    ( ~ less(X1,n9)
    | less_or_equal(X1,n8) ),
    inference(literals_permutation,[status(thm)],[c_0_363]) ).

cnf(c_0_364_0,axiom,
    ( less(X1,n9)
    | ~ less_or_equal(X1,n8) ),
    inference(literals_permutation,[status(thm)],[c_0_364]) ).

cnf(c_0_364_1,axiom,
    ( ~ less_or_equal(X1,n8)
    | less(X1,n9) ),
    inference(literals_permutation,[status(thm)],[c_0_364]) ).

cnf(c_0_365_0,axiom,
    ( less_or_equal(X1,n7)
    | ~ less(X1,n8) ),
    inference(literals_permutation,[status(thm)],[c_0_365]) ).

cnf(c_0_365_1,axiom,
    ( ~ less(X1,n8)
    | less_or_equal(X1,n7) ),
    inference(literals_permutation,[status(thm)],[c_0_365]) ).

cnf(c_0_366_0,axiom,
    ( less(X1,n8)
    | ~ less_or_equal(X1,n7) ),
    inference(literals_permutation,[status(thm)],[c_0_366]) ).

cnf(c_0_366_1,axiom,
    ( ~ less_or_equal(X1,n7)
    | less(X1,n8) ),
    inference(literals_permutation,[status(thm)],[c_0_366]) ).

cnf(c_0_367_0,axiom,
    ( less_or_equal(X1,n6)
    | ~ less(X1,n7) ),
    inference(literals_permutation,[status(thm)],[c_0_367]) ).

cnf(c_0_367_1,axiom,
    ( ~ less(X1,n7)
    | less_or_equal(X1,n6) ),
    inference(literals_permutation,[status(thm)],[c_0_367]) ).

cnf(c_0_368_0,axiom,
    ( less(X1,n7)
    | ~ less_or_equal(X1,n6) ),
    inference(literals_permutation,[status(thm)],[c_0_368]) ).

cnf(c_0_368_1,axiom,
    ( ~ less_or_equal(X1,n6)
    | less(X1,n7) ),
    inference(literals_permutation,[status(thm)],[c_0_368]) ).

cnf(c_0_369_0,axiom,
    ( less_or_equal(X1,n5)
    | ~ less(X1,n6) ),
    inference(literals_permutation,[status(thm)],[c_0_369]) ).

cnf(c_0_369_1,axiom,
    ( ~ less(X1,n6)
    | less_or_equal(X1,n5) ),
    inference(literals_permutation,[status(thm)],[c_0_369]) ).

cnf(c_0_370_0,axiom,
    ( less(X1,n6)
    | ~ less_or_equal(X1,n5) ),
    inference(literals_permutation,[status(thm)],[c_0_370]) ).

cnf(c_0_370_1,axiom,
    ( ~ less_or_equal(X1,n5)
    | less(X1,n6) ),
    inference(literals_permutation,[status(thm)],[c_0_370]) ).

cnf(c_0_371_0,axiom,
    ( less_or_equal(X1,n4)
    | ~ less(X1,n5) ),
    inference(literals_permutation,[status(thm)],[c_0_371]) ).

cnf(c_0_371_1,axiom,
    ( ~ less(X1,n5)
    | less_or_equal(X1,n4) ),
    inference(literals_permutation,[status(thm)],[c_0_371]) ).

cnf(c_0_372_0,axiom,
    ( less(X1,n5)
    | ~ less_or_equal(X1,n4) ),
    inference(literals_permutation,[status(thm)],[c_0_372]) ).

cnf(c_0_372_1,axiom,
    ( ~ less_or_equal(X1,n4)
    | less(X1,n5) ),
    inference(literals_permutation,[status(thm)],[c_0_372]) ).

cnf(c_0_373_0,axiom,
    ( less_or_equal(X1,n3)
    | ~ less(X1,n4) ),
    inference(literals_permutation,[status(thm)],[c_0_373]) ).

cnf(c_0_373_1,axiom,
    ( ~ less(X1,n4)
    | less_or_equal(X1,n3) ),
    inference(literals_permutation,[status(thm)],[c_0_373]) ).

cnf(c_0_374_0,axiom,
    ( less(X1,n4)
    | ~ less_or_equal(X1,n3) ),
    inference(literals_permutation,[status(thm)],[c_0_374]) ).

cnf(c_0_374_1,axiom,
    ( ~ less_or_equal(X1,n3)
    | less(X1,n4) ),
    inference(literals_permutation,[status(thm)],[c_0_374]) ).

cnf(c_0_375_0,axiom,
    ( less_or_equal(X1,n2)
    | ~ less(X1,n3) ),
    inference(literals_permutation,[status(thm)],[c_0_375]) ).

cnf(c_0_375_1,axiom,
    ( ~ less(X1,n3)
    | less_or_equal(X1,n2) ),
    inference(literals_permutation,[status(thm)],[c_0_375]) ).

cnf(c_0_376_0,axiom,
    ( less(X1,n3)
    | ~ less_or_equal(X1,n2) ),
    inference(literals_permutation,[status(thm)],[c_0_376]) ).

cnf(c_0_376_1,axiom,
    ( ~ less_or_equal(X1,n2)
    | less(X1,n3) ),
    inference(literals_permutation,[status(thm)],[c_0_376]) ).

cnf(c_0_377_0,axiom,
    ( less_or_equal(X1,n1)
    | ~ less(X1,n2) ),
    inference(literals_permutation,[status(thm)],[c_0_377]) ).

cnf(c_0_377_1,axiom,
    ( ~ less(X1,n2)
    | less_or_equal(X1,n1) ),
    inference(literals_permutation,[status(thm)],[c_0_377]) ).

cnf(c_0_378_0,axiom,
    ( less(X1,n2)
    | ~ less_or_equal(X1,n1) ),
    inference(literals_permutation,[status(thm)],[c_0_378]) ).

cnf(c_0_378_1,axiom,
    ( ~ less_or_equal(X1,n1)
    | less(X1,n2) ),
    inference(literals_permutation,[status(thm)],[c_0_378]) ).

cnf(c_0_379_0,axiom,
    ( less_or_equal(X1,n0)
    | ~ less(X1,n1) ),
    inference(literals_permutation,[status(thm)],[c_0_379]) ).

cnf(c_0_379_1,axiom,
    ( ~ less(X1,n1)
    | less_or_equal(X1,n0) ),
    inference(literals_permutation,[status(thm)],[c_0_379]) ).

cnf(c_0_380_0,axiom,
    ( less(X1,n1)
    | ~ less_or_equal(X1,n0) ),
    inference(literals_permutation,[status(thm)],[c_0_380]) ).

cnf(c_0_380_1,axiom,
    ( ~ less_or_equal(X1,n0)
    | less(X1,n1) ),
    inference(literals_permutation,[status(thm)],[c_0_380]) ).

cnf(c_0_381_0,axiom,
    ( less(X1,X2)
    | X2 = X1
    | less(X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_381]) ).

cnf(c_0_381_1,axiom,
    ( X2 = X1
    | less(X1,X2)
    | less(X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_381]) ).

cnf(c_0_381_2,axiom,
    ( less(X2,X1)
    | X2 = X1
    | less(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_381]) ).

cnf(c_0_383_0,axiom,
    ( ~ less(X1,X2)
    | X2 != X1 ),
    inference(literals_permutation,[status(thm)],[c_0_383]) ).

cnf(c_0_383_1,axiom,
    ( X2 != X1
    | ~ less(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_383]) ).

cnf(c_0_384_0,axiom,
    ( X1 = tapOn
    | X1 = overflow
    | ~ happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_384]) ).

cnf(c_0_384_1,axiom,
    ( X1 = overflow
    | X1 = tapOn
    | ~ happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_384]) ).

cnf(c_0_384_2,axiom,
    ( ~ happens(X1,X2)
    | X1 = overflow
    | X1 = tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_384]) ).

cnf(c_0_385_0,axiom,
    ( X2 = n0
    | X1 = overflow
    | ~ happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_385]) ).

cnf(c_0_385_1,axiom,
    ( X1 = overflow
    | X2 = n0
    | ~ happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_385]) ).

cnf(c_0_385_2,axiom,
    ( ~ happens(X1,X2)
    | X1 = overflow
    | X2 = n0 ),
    inference(literals_permutation,[status(thm)],[c_0_385]) ).

cnf(c_0_387_0,axiom,
    ( happens(X1,X2)
    | X2 != n0
    | X1 != tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_387]) ).

cnf(c_0_387_1,axiom,
    ( X2 != n0
    | happens(X1,X2)
    | X1 != tapOn ),
    inference(literals_permutation,[status(thm)],[c_0_387]) ).

cnf(c_0_387_2,axiom,
    ( X1 != tapOn
    | X2 != n0
    | happens(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_387]) ).

cnf(c_0_388_0,axiom,
    ( less_or_equal(X1,X2)
    | X1 != X2 ),
    inference(literals_permutation,[status(thm)],[c_0_388]) ).

cnf(c_0_388_1,axiom,
    ( X1 != X2
    | less_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_388]) ).

cnf(c_0_389_0,axiom,
    ( X1 = X2
    | waterLevel(X1) != waterLevel(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_389]) ).

cnf(c_0_389_1,axiom,
    ( waterLevel(X1) != waterLevel(X2)
    | X1 = X2 ),
    inference(literals_permutation,[status(thm)],[c_0_389]) ).

cnf(c_0_390_0,axiom,
    ( waterLevel(X1) = waterLevel(X2)
    | X1 != X2 ),
    inference(literals_permutation,[status(thm)],[c_0_390]) ).

cnf(c_0_390_1,axiom,
    ( X1 != X2
    | waterLevel(X1) = waterLevel(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_390]) ).

cnf(c_0_386_0,axiom,
    ~ less(X1,n0),
    inference(literals_permutation,[status(thm)],[c_0_386]) ).

cnf(c_0_401_0,axiom,
    waterLevel(X1) != spilling,
    inference(literals_permutation,[status(thm)],[c_0_401]) ).

cnf(c_0_402_0,axiom,
    waterLevel(X1) != filling,
    inference(literals_permutation,[status(thm)],[c_0_402]) ).

cnf(c_0_403_0,axiom,
    spilling != filling,
    inference(literals_permutation,[status(thm)],[c_0_403]) ).

cnf(c_0_404_0,axiom,
    tapOn != overflow,
    inference(literals_permutation,[status(thm)],[c_0_404]) ).

cnf(c_0_405_0,axiom,
    tapOff != overflow,
    inference(literals_permutation,[status(thm)],[c_0_405]) ).

cnf(c_0_406_0,axiom,
    tapOn != tapOff,
    inference(literals_permutation,[status(thm)],[c_0_406]) ).

cnf(c_0_382_0,axiom,
    plus(X1,X2) = plus(X2,X1),
    inference(literals_permutation,[status(thm)],[c_0_382]) ).

cnf(c_0_391_0,axiom,
    plus(n3,n3) = n6,
    inference(literals_permutation,[status(thm)],[c_0_391]) ).

cnf(c_0_392_0,axiom,
    plus(n2,n3) = n5,
    inference(literals_permutation,[status(thm)],[c_0_392]) ).

cnf(c_0_393_0,axiom,
    plus(n2,n2) = n4,
    inference(literals_permutation,[status(thm)],[c_0_393]) ).

cnf(c_0_394_0,axiom,
    plus(n1,n3) = n4,
    inference(literals_permutation,[status(thm)],[c_0_394]) ).

cnf(c_0_395_0,axiom,
    plus(n1,n2) = n3,
    inference(literals_permutation,[status(thm)],[c_0_395]) ).

cnf(c_0_396_0,axiom,
    plus(n1,n1) = n2,
    inference(literals_permutation,[status(thm)],[c_0_396]) ).

cnf(c_0_397_0,axiom,
    plus(n0,n3) = n3,
    inference(literals_permutation,[status(thm)],[c_0_397]) ).

cnf(c_0_398_0,axiom,
    plus(n0,n2) = n2,
    inference(literals_permutation,[status(thm)],[c_0_398]) ).

cnf(c_0_399_0,axiom,
    plus(n0,n1) = n1,
    inference(literals_permutation,[status(thm)],[c_0_399]) ).

cnf(c_0_400_0,axiom,
    plus(n0,n0) = n0,
    inference(literals_permutation,[status(thm)],[c_0_400]) ).

% CNF of non-axioms
% Start CNF derivation
fof(c_0_0_001,hypothesis,
    ! [X1] : ~ releasedAt(waterLevel(X1),n0),
    file('<stdin>',not_released_waterLevel_0) ).

fof(c_0_1_002,conjecture,
    happens(overflow,n3),
    file('<stdin>',overflow_3) ).

fof(c_0_2_003,hypothesis,
    ~ releasedAt(spilling,n0),
    file('<stdin>',not_released_spilling_0) ).

fof(c_0_3_004,hypothesis,
    ~ releasedAt(filling,n0),
    file('<stdin>',not_released_filling_0) ).

fof(c_0_4_005,hypothesis,
    ~ holdsAt(spilling,n0),
    file('<stdin>',not_spilling_0) ).

fof(c_0_5_006,hypothesis,
    ~ holdsAt(filling,n0),
    file('<stdin>',not_filling_0) ).

fof(c_0_6_007,lemma,
    holdsAt(waterLevel(n3),n3),
    file('<stdin>',waterLevel_3) ).

fof(c_0_7_008,hypothesis,
    holdsAt(waterLevel(n0),n0),
    file('<stdin>',waterLevel_0) ).

fof(c_0_8_009,lemma,
    holdsAt(filling,n3),
    file('<stdin>',filling_3) ).

fof(c_0_9_010,hypothesis,
    ! [X1] : ~ releasedAt(waterLevel(X1),n0),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_10_011,negated_conjecture,
    ~ happens(overflow,n3),
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[c_0_1])]) ).

fof(c_0_11_012,hypothesis,
    ~ releasedAt(spilling,n0),
    inference(fof_simplification,[status(thm)],[c_0_2]) ).

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

fof(c_0_13_014,hypothesis,
    ~ holdsAt(spilling,n0),
    inference(fof_simplification,[status(thm)],[c_0_4]) ).

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

fof(c_0_15_016,lemma,
    holdsAt(waterLevel(n3),n3),
    c_0_6 ).

fof(c_0_16_017,hypothesis,
    holdsAt(waterLevel(n0),n0),
    c_0_7 ).

fof(c_0_17_018,lemma,
    holdsAt(filling,n3),
    c_0_8 ).

fof(c_0_18_019,hypothesis,
    ! [X2] : ~ releasedAt(waterLevel(X2),n0),
    inference(variable_rename,[status(thm)],[c_0_9]) ).

fof(c_0_19_020,negated_conjecture,
    ~ happens(overflow,n3),
    c_0_10 ).

fof(c_0_20_021,hypothesis,
    ~ releasedAt(spilling,n0),
    c_0_11 ).

fof(c_0_21_022,hypothesis,
    ~ releasedAt(filling,n0),
    c_0_12 ).

fof(c_0_22_023,hypothesis,
    ~ holdsAt(spilling,n0),
    c_0_13 ).

fof(c_0_23_024,hypothesis,
    ~ holdsAt(filling,n0),
    c_0_14 ).

fof(c_0_24_025,lemma,
    holdsAt(waterLevel(n3),n3),
    c_0_15 ).

fof(c_0_25_026,hypothesis,
    holdsAt(waterLevel(n0),n0),
    c_0_16 ).

fof(c_0_26_027,lemma,
    holdsAt(filling,n3),
    c_0_17 ).

cnf(c_0_27_028,hypothesis,
    ~ releasedAt(waterLevel(X1),n0),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_28_029,negated_conjecture,
    ~ happens(overflow,n3),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_29_030,hypothesis,
    ~ releasedAt(spilling,n0),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

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

cnf(c_0_31_032,hypothesis,
    ~ holdsAt(spilling,n0),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

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

cnf(c_0_33_034,lemma,
    holdsAt(waterLevel(n3),n3),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_34_035,hypothesis,
    holdsAt(waterLevel(n0),n0),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_35_036,lemma,
    holdsAt(filling,n3),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

cnf(c_0_36_037,hypothesis,
    ~ releasedAt(waterLevel(X1),n0),
    c_0_27,
    [final] ).

cnf(c_0_37_038,negated_conjecture,
    ~ happens(overflow,n3),
    c_0_28,
    [final] ).

cnf(c_0_38_039,hypothesis,
    ~ releasedAt(spilling,n0),
    c_0_29,
    [final] ).

cnf(c_0_39_040,hypothesis,
    ~ releasedAt(filling,n0),
    c_0_30,
    [final] ).

cnf(c_0_40_041,hypothesis,
    ~ holdsAt(spilling,n0),
    c_0_31,
    [final] ).

cnf(c_0_41_042,hypothesis,
    ~ holdsAt(filling,n0),
    c_0_32,
    [final] ).

cnf(c_0_42_043,lemma,
    holdsAt(waterLevel(n3),n3),
    c_0_33,
    [final] ).

cnf(c_0_43_044,hypothesis,
    holdsAt(waterLevel(n0),n0),
    c_0_34,
    [final] ).

cnf(c_0_44_045,lemma,
    holdsAt(filling,n3),
    c_0_35,
    [final] ).

% End CNF derivation

%-------------------------------------------------------------
% Proof by iprover

cnf(c_414,plain,
    holdsAt(waterLevel(n3),n3),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p',c_0_42) ).

cnf(c_541,plain,
    holdsAt(waterLevel(n3),n3),
    inference(copy,[status(esa)],[c_414]) ).

cnf(c_557,plain,
    holdsAt(waterLevel(n3),n3),
    inference(copy,[status(esa)],[c_541]) ).

cnf(c_562,plain,
    holdsAt(waterLevel(n3),n3),
    inference(copy,[status(esa)],[c_557]) ).

cnf(c_629,plain,
    holdsAt(waterLevel(n3),n3),
    inference(copy,[status(esa)],[c_562]) ).

cnf(c_1858,plain,
    holdsAt(waterLevel(n3),n3),
    inference(copy,[status(esa)],[c_629]) ).

cnf(c_105,plain,
    ( happens(X0,X1)
    | X0 != overflow
    | ~ holdsAt(filling,X1)
    | ~ holdsAt(waterLevel(n3),X1) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p',c_0_351_3) ).

cnf(c_1246,plain,
    ( happens(X0,X1)
    | X0 != overflow
    | ~ holdsAt(filling,X1)
    | ~ holdsAt(waterLevel(n3),X1) ),
    inference(copy,[status(esa)],[c_105]) ).

cnf(c_1247,plain,
    ( happens(X0,X1)
    | ~ holdsAt(filling,X1)
    | ~ holdsAt(waterLevel(n3),X1)
    | X0 != overflow ),
    inference(rewriting,[status(thm)],[c_1246]) ).

cnf(c_1874,plain,
    ( happens(X0,n3)
    | ~ holdsAt(filling,n3)
    | X0 != overflow ),
    inference(resolution,[status(thm)],[c_1858,c_1247]) ).

cnf(c_1875,plain,
    ( happens(X0,n3)
    | ~ holdsAt(filling,n3)
    | X0 != overflow ),
    inference(rewriting,[status(thm)],[c_1874]) ).

cnf(c_416,plain,
    holdsAt(filling,n3),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p',c_0_44) ).

cnf(c_545,plain,
    holdsAt(filling,n3),
    inference(copy,[status(esa)],[c_416]) ).

cnf(c_559,plain,
    holdsAt(filling,n3),
    inference(copy,[status(esa)],[c_545]) ).

cnf(c_560,plain,
    holdsAt(filling,n3),
    inference(copy,[status(esa)],[c_559]) ).

cnf(c_631,plain,
    holdsAt(filling,n3),
    inference(copy,[status(esa)],[c_560]) ).

cnf(c_1862,plain,
    holdsAt(filling,n3),
    inference(copy,[status(esa)],[c_631]) ).

cnf(c_2129,plain,
    ( happens(X0,n3)
    | X0 != overflow ),
    inference(forward_subsumption_resolution,[status(thm)],[c_1875,c_1862]) ).

cnf(c_2130,plain,
    ( happens(X0,n3)
    | X0 != overflow ),
    inference(rewriting,[status(thm)],[c_2129]) ).

cnf(c_36,plain,
    ( less(X0,X1)
    | less(X1,X0)
    | X0 = X1 ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p',c_0_381_1) ).

cnf(c_1108,plain,
    ( less(X0,X1)
    | less(X1,X0)
    | X0 = X1 ),
    inference(copy,[status(esa)],[c_36]) ).

cnf(c_2133,plain,
    ( less(overflow,X0)
    | less(X0,overflow)
    | happens(X0,n3) ),
    inference(resolution,[status(thm)],[c_2130,c_1108]) ).

cnf(c_2134,plain,
    ( less(overflow,X0)
    | less(X0,overflow)
    | happens(X0,n3) ),
    inference(rewriting,[status(thm)],[c_2133]) ).

cnf(c_409,negated_conjecture,
    ~ happens(overflow,n3),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p',c_0_37) ).

cnf(c_547,negated_conjecture,
    ~ happens(overflow,n3),
    inference(copy,[status(esa)],[c_409]) ).

cnf(c_552,negated_conjecture,
    ~ happens(overflow,n3),
    inference(copy,[status(esa)],[c_547]) ).

cnf(c_567,negated_conjecture,
    ~ happens(overflow,n3),
    inference(copy,[status(esa)],[c_552]) ).

cnf(c_626,negated_conjecture,
    ~ happens(overflow,n3),
    inference(copy,[status(esa)],[c_567]) ).

cnf(c_1852,negated_conjecture,
    ~ happens(overflow,n3),
    inference(copy,[status(esa)],[c_626]) ).

cnf(c_2203,plain,
    less(overflow,overflow),
    inference(resolution,[status(thm)],[c_2134,c_1852]) ).

cnf(c_2204,plain,
    less(overflow,overflow),
    inference(rewriting,[status(thm)],[c_2203]) ).

cnf(c_91,plain,
    ( ~ less(X0,X1)
    | ~ less(X1,X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p',c_0_356_1) ).

cnf(c_1218,plain,
    ( ~ less(X0,X1)
    | ~ less(X1,X0) ),
    inference(copy,[status(esa)],[c_91]) ).

cnf(c_2209,plain,
    ~ less(overflow,overflow),
    inference(resolution,[status(thm)],[c_2204,c_1218]) ).

cnf(c_2210,plain,
    ~ less(overflow,overflow),
    inference(rewriting,[status(thm)],[c_2209]) ).

cnf(c_2220,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_2210,c_2204]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.15  % Problem  : CSR004+2 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.04/0.16  % Command  : iprover_modulo %s %d
% 0.15/0.37  % Computer : n009.cluster.edu
% 0.15/0.37  % Model    : x86_64 x86_64
% 0.15/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.37  % Memory   : 8042.1875MB
% 0.15/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit : 300
% 0.15/0.37  % WCLimit  : 600
% 0.15/0.37  % DateTime : Sat Jun 11 12:33:08 EDT 2022
% 0.15/0.38  % CPUTime  : 
% 0.23/0.38  % Running in mono-core mode
% 0.23/0.47  % Orienting using strategy Equiv(ClausalAll)
% 0.23/0.47  % FOF problem with conjecture
% 0.23/0.47  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox2/tmp/iprover_proof_639473.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p | tee /export/starexec/sandbox2/tmp/iprover_modulo_out_18a3df | grep -v "SZS"
% 0.23/0.50  
% 0.23/0.50  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.23/0.50  
% 0.23/0.50  % 
% 0.23/0.50  % ------  iProver source info 
% 0.23/0.50  
% 0.23/0.50  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.23/0.50  % git: non_committed_changes: true
% 0.23/0.50  % git: last_make_outside_of_git: true
% 0.23/0.50  
% 0.23/0.50  % 
% 0.23/0.50  % ------ Input Options
% 0.23/0.50  
% 0.23/0.50  % --out_options                         all
% 0.23/0.50  % --tptp_safe_out                       true
% 0.23/0.50  % --problem_path                        ""
% 0.23/0.50  % --include_path                        ""
% 0.23/0.50  % --clausifier                          .//eprover
% 0.23/0.50  % --clausifier_options                  --tstp-format  
% 0.23/0.50  % --stdin                               false
% 0.23/0.50  % --dbg_backtrace                       false
% 0.23/0.50  % --dbg_dump_prop_clauses               false
% 0.23/0.50  % --dbg_dump_prop_clauses_file          -
% 0.23/0.50  % --dbg_out_stat                        false
% 0.23/0.50  
% 0.23/0.50  % ------ General Options
% 0.23/0.50  
% 0.23/0.50  % --fof                                 false
% 0.23/0.50  % --time_out_real                       150.
% 0.23/0.50  % --time_out_prep_mult                  0.2
% 0.23/0.50  % --time_out_virtual                    -1.
% 0.23/0.50  % --schedule                            none
% 0.23/0.50  % --ground_splitting                    input
% 0.23/0.50  % --splitting_nvd                       16
% 0.23/0.50  % --non_eq_to_eq                        false
% 0.23/0.50  % --prep_gs_sim                         true
% 0.23/0.50  % --prep_unflatten                      false
% 0.23/0.50  % --prep_res_sim                        true
% 0.23/0.50  % --prep_upred                          true
% 0.23/0.50  % --res_sim_input                       true
% 0.23/0.50  % --clause_weak_htbl                    true
% 0.23/0.50  % --gc_record_bc_elim                   false
% 0.23/0.50  % --symbol_type_check                   false
% 0.23/0.50  % --clausify_out                        false
% 0.23/0.50  % --large_theory_mode                   false
% 0.23/0.50  % --prep_sem_filter                     none
% 0.23/0.50  % --prep_sem_filter_out                 false
% 0.23/0.50  % --preprocessed_out                    false
% 0.23/0.50  % --sub_typing                          false
% 0.23/0.50  % --brand_transform                     false
% 0.23/0.50  % --pure_diseq_elim                     true
% 0.23/0.50  % --min_unsat_core                      false
% 0.23/0.50  % --pred_elim                           true
% 0.23/0.50  % --add_important_lit                   false
% 0.23/0.50  % --soft_assumptions                    false
% 0.23/0.50  % --reset_solvers                       false
% 0.23/0.50  % --bc_imp_inh                          []
% 0.23/0.50  % --conj_cone_tolerance                 1.5
% 0.23/0.50  % --prolific_symb_bound                 500
% 0.23/0.50  % --lt_threshold                        2000
% 0.23/0.50  
% 0.23/0.50  % ------ SAT Options
% 0.23/0.50  
% 0.23/0.50  % --sat_mode                            false
% 0.23/0.50  % --sat_fm_restart_options              ""
% 0.23/0.50  % --sat_gr_def                          false
% 0.23/0.50  % --sat_epr_types                       true
% 0.23/0.50  % --sat_non_cyclic_types                false
% 0.23/0.50  % --sat_finite_models                   false
% 0.23/0.50  % --sat_fm_lemmas                       false
% 0.23/0.50  % --sat_fm_prep                         false
% 0.23/0.50  % --sat_fm_uc_incr                      true
% 0.23/0.50  % --sat_out_model                       small
% 0.23/0.50  % --sat_out_clauses                     false
% 0.23/0.50  
% 0.23/0.50  % ------ QBF Options
% 0.23/0.50  
% 0.23/0.50  % --qbf_mode                            false
% 0.23/0.50  % --qbf_elim_univ                       true
% 0.23/0.50  % --qbf_sk_in                           true
% 0.23/0.50  % --qbf_pred_elim                       true
% 0.23/0.50  % --qbf_split                           32
% 0.23/0.50  
% 0.23/0.50  % ------ BMC1 Options
% 0.23/0.50  
% 0.23/0.50  % --bmc1_incremental                    false
% 0.23/0.50  % --bmc1_axioms                         reachable_all
% 0.23/0.50  % --bmc1_min_bound                      0
% 0.23/0.50  % --bmc1_max_bound                      -1
% 0.23/0.50  % --bmc1_max_bound_default              -1
% 0.23/0.50  % --bmc1_symbol_reachability            true
% 0.23/0.50  % --bmc1_property_lemmas                false
% 0.23/0.50  % --bmc1_k_induction                    false
% 0.23/0.50  % --bmc1_non_equiv_states               false
% 0.23/0.50  % --bmc1_deadlock                       false
% 0.23/0.50  % --bmc1_ucm                            false
% 0.23/0.50  % --bmc1_add_unsat_core                 none
% 0.23/0.50  % --bmc1_unsat_core_children            false
% 0.23/0.50  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.23/0.50  % --bmc1_out_stat                       full
% 0.23/0.50  % --bmc1_ground_init                    false
% 0.23/0.50  % --bmc1_pre_inst_next_state            false
% 0.23/0.50  % --bmc1_pre_inst_state                 false
% 0.23/0.50  % --bmc1_pre_inst_reach_state           false
% 0.23/0.50  % --bmc1_out_unsat_core                 false
% 0.23/0.50  % --bmc1_aig_witness_out                false
% 0.23/0.50  % --bmc1_verbose                        false
% 0.23/0.50  % --bmc1_dump_clauses_tptp              false
% 0.34/0.64  % --bmc1_dump_unsat_core_tptp           false
% 0.34/0.64  % --bmc1_dump_file                      -
% 0.34/0.64  % --bmc1_ucm_expand_uc_limit            128
% 0.34/0.64  % --bmc1_ucm_n_expand_iterations        6
% 0.34/0.64  % --bmc1_ucm_extend_mode                1
% 0.34/0.64  % --bmc1_ucm_init_mode                  2
% 0.34/0.64  % --bmc1_ucm_cone_mode                  none
% 0.34/0.64  % --bmc1_ucm_reduced_relation_type      0
% 0.34/0.64  % --bmc1_ucm_relax_model                4
% 0.34/0.64  % --bmc1_ucm_full_tr_after_sat          true
% 0.34/0.64  % --bmc1_ucm_expand_neg_assumptions     false
% 0.34/0.64  % --bmc1_ucm_layered_model              none
% 0.34/0.64  % --bmc1_ucm_max_lemma_size             10
% 0.34/0.64  
% 0.34/0.64  % ------ AIG Options
% 0.34/0.64  
% 0.34/0.64  % --aig_mode                            false
% 0.34/0.64  
% 0.34/0.64  % ------ Instantiation Options
% 0.34/0.64  
% 0.34/0.64  % --instantiation_flag                  true
% 0.34/0.64  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.34/0.64  % --inst_solver_per_active              750
% 0.34/0.64  % --inst_solver_calls_frac              0.5
% 0.34/0.64  % --inst_passive_queue_type             priority_queues
% 0.34/0.64  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.34/0.64  % --inst_passive_queues_freq            [25;2]
% 0.34/0.64  % --inst_dismatching                    true
% 0.34/0.64  % --inst_eager_unprocessed_to_passive   true
% 0.34/0.64  % --inst_prop_sim_given                 true
% 0.34/0.64  % --inst_prop_sim_new                   false
% 0.34/0.64  % --inst_orphan_elimination             true
% 0.34/0.64  % --inst_learning_loop_flag             true
% 0.34/0.64  % --inst_learning_start                 3000
% 0.34/0.64  % --inst_learning_factor                2
% 0.34/0.64  % --inst_start_prop_sim_after_learn     3
% 0.34/0.64  % --inst_sel_renew                      solver
% 0.34/0.64  % --inst_lit_activity_flag              true
% 0.34/0.64  % --inst_out_proof                      true
% 0.34/0.64  
% 0.34/0.64  % ------ Resolution Options
% 0.34/0.64  
% 0.34/0.64  % --resolution_flag                     true
% 0.34/0.64  % --res_lit_sel                         kbo_max
% 0.34/0.64  % --res_to_prop_solver                  none
% 0.34/0.64  % --res_prop_simpl_new                  false
% 0.34/0.64  % --res_prop_simpl_given                false
% 0.34/0.64  % --res_passive_queue_type              priority_queues
% 0.34/0.64  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.34/0.64  % --res_passive_queues_freq             [15;5]
% 0.34/0.64  % --res_forward_subs                    full
% 0.34/0.64  % --res_backward_subs                   full
% 0.34/0.64  % --res_forward_subs_resolution         true
% 0.34/0.64  % --res_backward_subs_resolution        true
% 0.34/0.64  % --res_orphan_elimination              false
% 0.34/0.64  % --res_time_limit                      1000.
% 0.34/0.64  % --res_out_proof                       true
% 0.34/0.64  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_639473.s
% 0.34/0.64  % --modulo                              true
% 0.34/0.64  
% 0.34/0.64  % ------ Combination Options
% 0.34/0.64  
% 0.34/0.64  % --comb_res_mult                       1000
% 0.34/0.64  % --comb_inst_mult                      300
% 0.34/0.64  % ------ 
% 0.34/0.64  
% 0.34/0.64  % ------ Parsing...% successful
% 0.34/0.64  
% 0.34/0.64  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe:1:0s pe_e  snvd_s sp: 0 0s snvd_e % 
% 0.34/0.64  
% 0.34/0.64  % ------ Proving...
% 0.34/0.64  % ------ Problem Properties 
% 0.34/0.64  
% 0.34/0.64  % 
% 0.34/0.64  % EPR                                   false
% 0.34/0.64  % Horn                                  false
% 0.34/0.64  % Has equality                          true
% 0.34/0.64  
% 0.34/0.64  % % ------ Input Options Time Limit: Unbounded
% 0.34/0.64  
% 0.34/0.64  
% 0.34/0.64  Compiling...
% 0.34/0.64  Loading plugin: done.
% 0.34/0.64  % % ------ Current options:
% 0.34/0.64  
% 0.34/0.64  % ------ Input Options
% 0.34/0.64  
% 0.34/0.64  % --out_options                         all
% 0.34/0.64  % --tptp_safe_out                       true
% 0.34/0.64  % --problem_path                        ""
% 0.34/0.64  % --include_path                        ""
% 0.34/0.64  % --clausifier                          .//eprover
% 0.34/0.64  % --clausifier_options                  --tstp-format  
% 0.34/0.64  % --stdin                               false
% 0.34/0.64  % --dbg_backtrace                       false
% 0.34/0.64  % --dbg_dump_prop_clauses               false
% 0.34/0.64  % --dbg_dump_prop_clauses_file          -
% 0.34/0.64  % --dbg_out_stat                        false
% 0.34/0.64  
% 0.34/0.64  % ------ General Options
% 0.34/0.64  
% 0.34/0.64  % --fof                                 false
% 0.34/0.64  % --time_out_real                       150.
% 0.34/0.64  % --time_out_prep_mult                  0.2
% 0.34/0.64  % --time_out_virtual                    -1.
% 0.34/0.64  % --schedule                            none
% 0.34/0.64  % --ground_splitting                    input
% 0.34/0.64  % --splitting_nvd                       16
% 0.34/0.64  % --non_eq_to_eq                        false
% 0.34/0.64  % --prep_gs_sim                         true
% 0.34/0.64  % --prep_unflatten                      false
% 0.34/0.64  % --prep_res_sim                        true
% 0.34/0.64  % --prep_upred                          true
% 0.34/0.64  % --res_sim_input                       true
% 0.34/0.64  % --clause_weak_htbl                    true
% 0.34/0.64  % --gc_record_bc_elim                   false
% 0.34/0.64  % --symbol_type_check                   false
% 0.34/0.64  % --clausify_out                        false
% 0.34/0.64  % --large_theory_mode                   false
% 0.34/0.64  % --prep_sem_filter                     none
% 0.34/0.64  % --prep_sem_filter_out                 false
% 0.34/0.64  % --preprocessed_out                    false
% 0.34/0.64  % --sub_typing                          false
% 0.34/0.64  % --brand_transform                     false
% 0.34/0.64  % --pure_diseq_elim                     true
% 0.34/0.64  % --min_unsat_core                      false
% 0.34/0.64  % --pred_elim                           true
% 0.34/0.64  % --add_important_lit                   false
% 0.34/0.64  % --soft_assumptions                    false
% 0.34/0.64  % --reset_solvers                       false
% 0.34/0.64  % --bc_imp_inh                          []
% 0.34/0.64  % --conj_cone_tolerance                 1.5
% 0.34/0.64  % --prolific_symb_bound                 500
% 0.34/0.64  % --lt_threshold                        2000
% 0.34/0.64  
% 0.34/0.64  % ------ SAT Options
% 0.34/0.64  
% 0.34/0.64  % --sat_mode                            false
% 0.34/0.64  % --sat_fm_restart_options              ""
% 0.34/0.64  % --sat_gr_def                          false
% 0.34/0.64  % --sat_epr_types                       true
% 0.34/0.64  % --sat_non_cyclic_types                false
% 0.34/0.64  % --sat_finite_models                   false
% 0.34/0.64  % --sat_fm_lemmas                       false
% 0.34/0.64  % --sat_fm_prep                         false
% 0.34/0.64  % --sat_fm_uc_incr                      true
% 0.34/0.64  % --sat_out_model                       small
% 0.34/0.64  % --sat_out_clauses                     false
% 0.34/0.64  
% 0.34/0.64  % ------ QBF Options
% 0.34/0.64  
% 0.34/0.64  % --qbf_mode                            false
% 0.34/0.64  % --qbf_elim_univ                       true
% 0.34/0.64  % --qbf_sk_in                           true
% 0.34/0.64  % --qbf_pred_elim                       true
% 0.34/0.64  % --qbf_split                           32
% 0.34/0.64  
% 0.34/0.64  % ------ BMC1 Options
% 0.34/0.64  
% 0.34/0.64  % --bmc1_incremental                    false
% 0.34/0.64  % --bmc1_axioms                         reachable_all
% 0.34/0.64  % --bmc1_min_bound                      0
% 0.34/0.64  % --bmc1_max_bound                      -1
% 0.34/0.64  % --bmc1_max_bound_default              -1
% 0.34/0.64  % --bmc1_symbol_reachability            true
% 0.34/0.64  % --bmc1_property_lemmas                false
% 0.34/0.64  % --bmc1_k_induction                    false
% 0.34/0.64  % --bmc1_non_equiv_states               false
% 0.34/0.64  % --bmc1_deadlock                       false
% 0.34/0.64  % --bmc1_ucm                            false
% 0.34/0.64  % --bmc1_add_unsat_core                 none
% 0.34/0.64  % --bmc1_unsat_core_children            false
% 0.34/0.64  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.34/0.64  % --bmc1_out_stat                       full
% 0.34/0.64  % --bmc1_ground_init                    false
% 0.34/0.64  % --bmc1_pre_inst_next_state            false
% 0.34/0.64  % --bmc1_pre_inst_state                 false
% 0.34/0.64  % --bmc1_pre_inst_reach_state           false
% 0.34/0.64  % --bmc1_out_unsat_core                 false
% 0.34/0.64  % --bmc1_aig_witness_out                false
% 0.34/0.64  % --bmc1_verbose                        false
% 0.34/0.64  % --bmc1_dump_clauses_tptp              false
% 0.34/0.64  % --bmc1_dump_unsat_core_tptp           false
% 0.34/0.64  % --bmc1_dump_file                      -
% 0.34/0.64  % --bmc1_ucm_expand_uc_limit            128
% 0.34/0.64  % --bmc1_ucm_n_expand_iterations        6
% 0.34/0.64  % --bmc1_ucm_extend_mode                1
% 0.34/0.64  % --bmc1_ucm_init_mode                  2
% 0.34/0.64  % --bmc1_ucm_cone_mode                  none
% 0.34/0.64  % --bmc1_ucm_reduced_relation_type      0
% 0.34/0.64  % --bmc1_ucm_relax_model                4
% 0.34/0.64  % --bmc1_ucm_full_tr_after_sat          true
% 0.34/0.64  % --bmc1_ucm_expand_neg_assumptions     false
% 0.34/0.64  % --bmc1_ucm_layered_model              none
% 0.34/0.64  % --bmc1_ucm_max_lemma_size             10
% 0.34/0.64  
% 0.34/0.64  % ------ AIG Options
% 0.34/0.64  
% 0.34/0.64  % --aig_mode                            false
% 0.34/0.64  
% 0.34/0.64  % ------ Instantiation Options
% 0.34/0.64  
% 0.34/0.64  % --instantiation_flag                  true
% 0.34/0.64  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.34/0.64  % --inst_solver_per_active              750
% 0.34/0.64  % --inst_solver_calls_frac              0.5
% 0.34/0.64  % --inst_passive_queue_type             priority_queues
% 0.34/0.64  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.34/0.64  % --inst_passive_queues_freq            [25;2]
% 0.34/0.64  % --inst_dismatching                    true
% 0.34/0.64  % --inst_eager_unprocessed_to_passive   true
% 0.34/0.64  % --inst_prop_sim_given                 true
% 0.34/0.64  % --inst_prop_sim_new                   false
% 0.34/0.64  % --inst_orphan_elimination             true
% 0.34/0.64  % --inst_learning_loop_flag             true
% 0.34/0.64  % --inst_learning_start                 3000
% 0.34/0.64  % --inst_learning_factor                2
% 0.34/0.64  % --inst_start_prop_sim_after_learn     3
% 0.34/0.64  % --inst_sel_renew                      solver
% 0.34/0.64  % --inst_lit_activity_flag              true
% 0.34/0.64  % --inst_out_proof                      true
% 0.34/0.64  
% 0.34/0.64  % ------ Resolution Options
% 0.34/0.64  
% 0.34/0.64  % --resolution_flag                     true
% 0.34/0.64  % --res_lit_sel                         kbo_max
% 0.34/0.64  % --res_to_prop_solver                  none
% 0.34/0.64  % --res_prop_simpl_new                  false
% 0.34/0.64  % --res_prop_simpl_given                false
% 0.34/0.64  % --res_passive_queue_type              priority_queues
% 0.34/0.64  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.34/0.64  % --res_passive_queues_freq             [15;5]
% 0.34/0.64  % --res_forward_subs                    full
% 0.34/0.64  % --res_backward_subs                   full
% 0.34/0.64  % --res_forward_subs_resolution         true
% 0.34/0.64  % --res_backward_subs_resolution        true
% 0.34/0.64  % --res_orphan_elimination              false
% 0.34/0.64  % --res_time_limit                      1000.
% 0.34/0.64  % --res_out_proof                       true
% 0.34/0.64  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_639473.s
% 0.34/0.64  % --modulo                              true
% 0.34/0.64  
% 0.34/0.64  % ------ Combination Options
% 0.34/0.64  
% 0.34/0.64  % --comb_res_mult                       1000
% 0.34/0.64  % --comb_inst_mult                      300
% 0.34/0.64  % ------ 
% 0.34/0.64  
% 0.34/0.64  
% 0.34/0.64  
% 0.34/0.64  % ------ Proving...
% 0.34/0.64  % warning:  shown sat in sat incomplete mode 
% 0.34/0.64  % 
% 0.34/0.64  
% 0.34/0.64  
% 0.34/0.64  
% 0.34/0.64  
% 0.34/0.64  cnf(c_129,plain,
% 0.34/0.64      ( ~ happens(X0,X1)
% 0.34/0.64      | ~ terminates(X0,X2,X1)
% 0.34/0.64      | ~ less(n0,X3)
% 0.34/0.64      | ~ antitrajectory(X2,X1,X4,X3)
% 0.34/0.64      | startedIn(X1,X2,plus(X1,X3))
% 0.34/0.64      | holdsAt(X4,plus(X1,X3)) ),
% 0.34/0.64      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_327_0) ).
% 0.34/0.64  
% 0.34/0.64  cnf(c_740,plain,
% 0.34/0.64      ( ~ happens(X0,X1)
% 0.34/0.64      | ~ terminates(X0,X2,X1)
% 0.34/0.64      | ~ less(n0,X3)
% 0.34/0.64      | ~ antitrajectory(X2,X1,X4,X3)
% 0.34/0.64      | startedIn(X1,X2,plus(X1,X3))
% 0.34/0.64      | holdsAt(X4,plus(X1,X3)) ),
% 0.34/0.64      inference(copy,[status(esa)],[c_129]) ).
% 0.34/0.64  
% 0.34/0.64  cnf(c_741,plain,
% 0.34/0.64      ( ~ less(n0,X0)
% 0.34/0.64      | ~ happens(X1,X2)
% 0.34/0.64      | holdsAt(X3,plus(X2,X0))
% 0.34/0.64      | ~ terminates(X1,X4,X2)
% 0.34/0.64      | startedIn(X2,X4,plus(X2,X0))
% 0.34/0.64      | ~ antitrajectory(X4,X2,X3,X0) ),
% 0.34/0.64      inference(rewriting,[status(thm)],[c_740]) ).
% 0.34/0.64  
% 0.34/0.64  cnf(c_128,plain,
% 0.34/0.64      ( ~ happens(X0,X1)
% 0.34/0.64      | ~ initiates(X0,X2,X1)
% 0.34/0.64      | ~ less(n0,X3)
% 0.34/0.64      | ~ trajectory(X2,X1,X4,X3)
% 0.34/0.64      | stoppedIn(X1,X2,plus(X1,X3))
% 0.34/0.64      | holdsAt(X4,plus(X1,X3)) ),
% 0.34/0.64      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_328_0) ).
% 0.34/0.64  
% 0.34/0.64  cnf(c_738,plain,
% 0.34/0.64      ( ~ happens(X0,X1)
% 0.34/0.64      | ~ initiates(X0,X2,X1)
% 0.34/0.64      | ~ less(n0,X3)
% 0.34/0.64      | ~ trajectory(X2,X1,X4,X3)
% 0.34/0.64      | stoppedIn(X1,X2,plus(X1,X3))
% 0.34/0.64      | holdsAt(X4,plus(X1,X3)) ),
% 0.34/0.64      inference(copy,[status(esa)],[c_128]) ).
% 0.34/0.64  
% 0.34/0.64  cnf(c_739,plain,
% 0.34/0.64      ( ~ less(n0,X0)
% 0.34/0.64      | ~ happens(X1,X2)
% 0.34/0.64      | holdsAt(X3,plus(X2,X0))
% 0.34/0.64      | ~ trajectory(X4,X2,X3,X0)
% 0.34/0.64      | ~ initiates(X1,X4,X2)
% 0.34/0.64      | stoppedIn(X2,X4,plus(X2,X0)) ),
% 0.34/0.64      inference(rewriting,[status(thm)],[c_738]) ).
% 0.34/0.64  
% 0.34/0.64  cnf(c_127,plain,
% 0.34/0.64      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.64      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.64      | X1 = overflow
% 0.34/0.64      | X1 = tapOn
% 0.34/0.64      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.64      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_329_0) ).
% 0.34/0.64  
% 0.34/0.64  cnf(c_736,plain,
% 0.34/0.64      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.64      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.64      | X1 = overflow
% 0.34/0.64      | X1 = tapOn
% 0.34/0.64      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.64      inference(copy,[status(esa)],[c_127]) ).
% 0.34/0.64  
% 0.34/0.64  cnf(c_737,plain,
% 0.34/0.64      ( holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.64      | holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.64      | ~ epred1_3(X2,X1,X0)
% 0.34/0.64      | X1 = tapOn
% 0.34/0.64      | X1 = overflow ),
% 0.34/0.64      inference(rewriting,[status(thm)],[c_736]) ).
% 0.34/0.64  
% 0.34/0.64  cnf(c_126,plain,
% 0.34/0.64      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.64      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.64      | X2 = spilling
% 0.34/0.64      | X1 = tapOn
% 0.34/0.64      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.64      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_330_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_734,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_126]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_735,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X2 = spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_734]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_125,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_331_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_732,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_125]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_733,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_732]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_124,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_332_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_730,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_124]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_731,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | X2 = spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_730]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_123,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_333_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_728,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_123]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_729,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X1 = overflow ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_728]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_122,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_334_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_726,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_122]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_727,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X1 = overflow ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_726]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_121,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_335_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_724,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_121]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_725,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X2 = spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_724]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_120,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_336_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_722,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_120]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_723,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X2 = spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_722]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_119,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_337_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_720,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_119]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_721,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_720]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_118,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_338_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_718,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_118]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_719,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_718]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_117,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_339_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_716,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_117]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_717,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | X2 = spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_716]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_116,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_340_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_714,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_116]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_715,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | X2 = spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_714]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_115,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X1,X0,X2)),X1)
% 0.34/0.65      | X0 = overflow
% 0.34/0.65      | X0 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X0,X1) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_341_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_712,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X1,X0,X2)),X1)
% 0.34/0.65      | X0 = overflow
% 0.34/0.65      | X0 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X0,X1) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_115]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_713,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X1 = overflow ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_712]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_114,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_342_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_710,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_114]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_711,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X1 = overflow ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_710]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_112,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_344_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_706,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_112]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_707,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X2 = spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_706]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_111,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X1,X0,X2)),X1)
% 0.34/0.65      | X0 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X0,X1) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_345_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_704,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X1,X0,X2)),X1)
% 0.34/0.65      | X0 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X0,X1) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_111]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_705,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk10_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_704]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_110,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_346_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_702,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_110]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_703,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_702]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_108,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_348_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_698,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_108]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_699,plain,
% 0.34/0.65      ( holdsAt(waterLevel(sk1_esk11_3(X0,X1,X2)),X0)
% 0.34/0.65      | ~ epred1_3(X2,X1,X0)
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | X2 = spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_698]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_105,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_351_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_692,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_105]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_693,plain,
% 0.34/0.65      ( ~ epred1_3(X0,X1,X2)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X2,X1,X0)) = X0
% 0.34/0.65      | waterLevel(sk1_esk11_3(X2,X1,X0)) = X0
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X1 = overflow ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_692]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_104,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_352_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_690,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_104]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_691,plain,
% 0.34/0.65      ( ~ epred1_3(X0,X1,X2)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X2,X1,X0)) = X0
% 0.34/0.65      | waterLevel(sk1_esk11_3(X2,X1,X0)) = X0
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X0 = spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_690]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_103,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_353_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_688,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_103]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_689,plain,
% 0.34/0.65      ( ~ epred1_3(X0,X1,X2)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X2,X1,X0)) = X0
% 0.34/0.65      | waterLevel(sk1_esk11_3(X2,X1,X0)) = X0
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X0 = filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_688]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_102,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_354_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_686,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | waterLevel(sk1_esk10_3(X0,X1,X2)) = X2
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_102]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_687,plain,
% 0.34/0.65      ( ~ epred1_3(X0,X1,X2)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X2,X1,X0)) = X0
% 0.34/0.65      | waterLevel(sk1_esk11_3(X2,X1,X0)) = X0
% 0.34/0.65      | X0 = filling
% 0.34/0.65      | X0 = spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_686]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_99,plain,
% 0.34/0.65      ( ~ happens(X0,X1)
% 0.34/0.65      | ~ less(X2,X1)
% 0.34/0.65      | ~ less(X1,X3)
% 0.34/0.65      | ~ initiates(X0,X4,X1)
% 0.34/0.65      | startedIn(X2,X4,X3) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_357_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_680,plain,
% 0.34/0.65      ( ~ happens(X0,X1)
% 0.34/0.65      | ~ less(X2,X1)
% 0.34/0.65      | ~ less(X1,X3)
% 0.34/0.65      | ~ initiates(X0,X4,X1)
% 0.34/0.65      | startedIn(X2,X4,X3) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_99]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_681,plain,
% 0.34/0.65      ( ~ less(X0,X1)
% 0.34/0.65      | ~ less(X1,X2)
% 0.34/0.65      | ~ happens(X3,X1)
% 0.34/0.65      | ~ initiates(X3,X4,X1)
% 0.34/0.65      | startedIn(X0,X4,X2) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_680]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_98,plain,
% 0.34/0.65      ( ~ happens(X0,X1)
% 0.34/0.65      | ~ less(X2,X1)
% 0.34/0.65      | ~ less(X1,X3)
% 0.34/0.65      | ~ terminates(X0,X4,X1)
% 0.34/0.65      | stoppedIn(X2,X4,X3) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_358_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_678,plain,
% 0.34/0.65      ( ~ happens(X0,X1)
% 0.34/0.65      | ~ less(X2,X1)
% 0.34/0.65      | ~ less(X1,X3)
% 0.34/0.65      | ~ terminates(X0,X4,X1)
% 0.34/0.65      | stoppedIn(X2,X4,X3) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_98]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_679,plain,
% 0.34/0.65      ( ~ less(X0,X1)
% 0.34/0.65      | ~ less(X1,X2)
% 0.34/0.65      | ~ happens(X3,X1)
% 0.34/0.65      | ~ terminates(X3,X4,X1)
% 0.34/0.65      | stoppedIn(X0,X4,X2) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_678]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_97,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_359_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_676,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_97]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_677,plain,
% 0.34/0.65      ( ~ epred1_3(X0,X1,X2)
% 0.34/0.65      | waterLevel(sk1_esk11_3(X2,X1,X0)) = X0
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X1 = overflow ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_676]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_96,plain,
% 0.34/0.65      ( waterLevel(sk1_esk10_3(X1,X0,X2)) = X2
% 0.34/0.65      | X0 = overflow
% 0.34/0.65      | X0 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X0,X1) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_360_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_674,plain,
% 0.34/0.65      ( waterLevel(sk1_esk10_3(X1,X0,X2)) = X2
% 0.34/0.65      | X0 = overflow
% 0.34/0.65      | X0 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X0,X1) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_96]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_675,plain,
% 0.34/0.65      ( ~ epred1_3(X0,X1,X2)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X2,X1,X0)) = X0
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X1 = overflow ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_674]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_95,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_361_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_672,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_95]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_673,plain,
% 0.34/0.65      ( ~ epred1_3(X0,X1,X2)
% 0.34/0.65      | waterLevel(sk1_esk11_3(X2,X1,X0)) = X0
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = tapOn
% 0.34/0.65      | X0 = spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_672]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_93,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_363_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_668,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_93]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_669,plain,
% 0.34/0.65      ( ~ epred1_3(X0,X1,X2)
% 0.34/0.65      | waterLevel(sk1_esk11_3(X2,X1,X0)) = X0
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X0 = filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_668]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_92,plain,
% 0.34/0.65      ( waterLevel(sk1_esk10_3(X1,X0,X2)) = X2
% 0.34/0.65      | X0 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X0,X1) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_364_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_666,plain,
% 0.34/0.65      ( waterLevel(sk1_esk10_3(X1,X0,X2)) = X2
% 0.34/0.65      | X0 = overflow
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X0,X1) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_92]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_667,plain,
% 0.34/0.65      ( ~ epred1_3(X0,X1,X2)
% 0.34/0.65      | waterLevel(sk1_esk10_3(X2,X1,X0)) = X0
% 0.34/0.65      | X1 = overflow
% 0.34/0.65      | X0 = filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_666]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_91,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_365_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_664,plain,
% 0.34/0.65      ( waterLevel(sk1_esk11_3(X0,X1,X2)) = X2
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X2 = spilling
% 0.34/0.65      | X2 = filling
% 0.34/0.65      | ~ epred1_3(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_91]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_665,plain,
% 0.34/0.65      ( ~ epred1_3(X0,X1,X2)
% 0.34/0.65      | waterLevel(sk1_esk11_3(X2,X1,X0)) = X0
% 0.34/0.65      | X1 = tapOff
% 0.34/0.65      | X0 = filling
% 0.34/0.65      | X0 = spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_664]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_89,plain,
% 0.34/0.65      ( ~ releasedAt(X0,X1)
% 0.34/0.65      | initiates(sk1_esk7_2(X1,X0),X0,X1)
% 0.34/0.65      | terminates(sk1_esk7_2(X1,X0),X0,X1)
% 0.34/0.65      | releasedAt(X0,plus(X1,n1)) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_367_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_660,plain,
% 0.34/0.65      ( ~ releasedAt(X0,X1)
% 0.34/0.65      | initiates(sk1_esk7_2(X1,X0),X0,X1)
% 0.34/0.65      | terminates(sk1_esk7_2(X1,X0),X0,X1)
% 0.34/0.65      | releasedAt(X0,plus(X1,n1)) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_89]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_661,plain,
% 0.34/0.65      ( terminates(sk1_esk7_2(X0,X1),X1,X0)
% 0.34/0.65      | releasedAt(X1,plus(X0,n1))
% 0.34/0.65      | ~ releasedAt(X1,X0)
% 0.34/0.65      | initiates(sk1_esk7_2(X0,X1),X1,X0) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_660]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_84,plain,
% 0.34/0.65      ( waterLevel(sk1_esk9_3(X0,X1,X2)) = X1 | ~ releases(X2,X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_372_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_650,plain,
% 0.34/0.65      ( waterLevel(sk1_esk9_3(X0,X1,X2)) = X1 | ~ releases(X2,X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_84]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_651,plain,
% 0.34/0.65      ( ~ releases(X0,X1,X2) | waterLevel(sk1_esk9_3(X2,X1,X0)) = X1 ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_650]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_83,plain,
% 0.34/0.65      ( ~ holdsAt(X0,X1)
% 0.34/0.65      | terminates(sk1_esk5_2(X1,X0),X0,X1)
% 0.34/0.65      | releasedAt(X0,plus(X1,n1))
% 0.34/0.65      | holdsAt(X0,plus(X1,n1)) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_373_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_648,plain,
% 0.34/0.65      ( ~ holdsAt(X0,X1)
% 0.34/0.65      | terminates(sk1_esk5_2(X1,X0),X0,X1)
% 0.34/0.65      | releasedAt(X0,plus(X1,n1))
% 0.34/0.65      | holdsAt(X0,plus(X1,n1)) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_83]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_649,plain,
% 0.34/0.65      ( holdsAt(X0,plus(X1,n1))
% 0.34/0.65      | ~ holdsAt(X0,X1)
% 0.34/0.65      | terminates(sk1_esk5_2(X1,X0),X0,X1)
% 0.34/0.65      | releasedAt(X0,plus(X1,n1)) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_648]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_82,plain,
% 0.34/0.65      ( initiates(sk1_esk6_2(X0,X1),X1,X0)
% 0.34/0.65      | releasedAt(X1,plus(X0,n1))
% 0.34/0.65      | holdsAt(X1,X0)
% 0.34/0.65      | ~ holdsAt(X1,plus(X0,n1)) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_374_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_646,plain,
% 0.34/0.65      ( initiates(sk1_esk6_2(X0,X1),X1,X0)
% 0.34/0.65      | releasedAt(X1,plus(X0,n1))
% 0.34/0.65      | holdsAt(X1,X0)
% 0.34/0.65      | ~ holdsAt(X1,plus(X0,n1)) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_82]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_647,plain,
% 0.34/0.65      ( ~ holdsAt(X0,plus(X1,n1))
% 0.34/0.65      | holdsAt(X0,X1)
% 0.34/0.65      | releasedAt(X0,plus(X1,n1))
% 0.34/0.65      | initiates(sk1_esk6_2(X1,X0),X0,X1) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_646]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_80,plain,
% 0.34/0.65      ( ~ initiates(X0,X1,X2)
% 0.34/0.65      | ~ happens(X0,X2)
% 0.34/0.65      | ~ releasedAt(X1,plus(X2,n1)) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_376_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_642,plain,
% 0.34/0.65      ( ~ initiates(X0,X1,X2)
% 0.34/0.65      | ~ happens(X0,X2)
% 0.34/0.65      | ~ releasedAt(X1,plus(X2,n1)) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_80]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_643,plain,
% 0.34/0.65      ( ~ happens(X0,X1)
% 0.34/0.65      | ~ releasedAt(X2,plus(X1,n1))
% 0.34/0.65      | ~ initiates(X0,X2,X1) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_642]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_79,plain,
% 0.34/0.65      ( ~ terminates(X0,X1,X2)
% 0.34/0.65      | ~ happens(X0,X2)
% 0.34/0.65      | ~ releasedAt(X1,plus(X2,n1)) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_377_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_640,plain,
% 0.34/0.65      ( ~ terminates(X0,X1,X2)
% 0.34/0.65      | ~ happens(X0,X2)
% 0.34/0.65      | ~ releasedAt(X1,plus(X2,n1)) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_79]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_641,plain,
% 0.34/0.65      ( ~ happens(X0,X1)
% 0.34/0.65      | ~ terminates(X0,X2,X1)
% 0.34/0.65      | ~ releasedAt(X2,plus(X1,n1)) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_640]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_77,plain,
% 0.34/0.65      ( ~ happens(X0,X1) | ~ terminates(X0,X2,X1) | ~ holdsAt(X2,plus(X1,n1)) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_379_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_636,plain,
% 0.34/0.65      ( ~ happens(X0,X1) | ~ terminates(X0,X2,X1) | ~ holdsAt(X2,plus(X1,n1)) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_77]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_637,plain,
% 0.34/0.65      ( ~ happens(X0,X1) | ~ holdsAt(X2,plus(X1,n1)) | ~ terminates(X0,X2,X1) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_636]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_76,plain,
% 0.34/0.65      ( ~ happens(X0,X1) | ~ initiates(X0,X2,X1) | holdsAt(X2,plus(X1,n1)) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_380_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_634,plain,
% 0.34/0.65      ( ~ happens(X0,X1) | ~ initiates(X0,X2,X1) | holdsAt(X2,plus(X1,n1)) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_76]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_635,plain,
% 0.34/0.65      ( ~ happens(X0,X1) | holdsAt(X2,plus(X1,n1)) | ~ initiates(X0,X2,X1) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_634]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_75,plain,
% 0.34/0.65      ( ~ holdsAt(X0,X1)
% 0.34/0.65      | happens(sk1_esk5_2(X1,X0),X1)
% 0.34/0.65      | releasedAt(X0,plus(X1,n1))
% 0.34/0.65      | holdsAt(X0,plus(X1,n1)) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_381_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_632,plain,
% 0.34/0.65      ( ~ holdsAt(X0,X1)
% 0.34/0.65      | happens(sk1_esk5_2(X1,X0),X1)
% 0.34/0.65      | releasedAt(X0,plus(X1,n1))
% 0.34/0.65      | holdsAt(X0,plus(X1,n1)) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_75]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_633,plain,
% 0.34/0.65      ( happens(sk1_esk5_2(X0,X1),X0)
% 0.34/0.65      | holdsAt(X1,plus(X0,n1))
% 0.34/0.65      | ~ holdsAt(X1,X0)
% 0.34/0.65      | releasedAt(X1,plus(X0,n1)) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_632]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_74,plain,
% 0.34/0.65      ( ~ holdsAt(waterLevel(X0),X1)
% 0.34/0.65      | X2 != plus(X0,X3)
% 0.34/0.65      | trajectory(filling,X1,waterLevel(X2),X3) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_382_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_630,plain,
% 0.34/0.65      ( ~ holdsAt(waterLevel(X0),X1)
% 0.34/0.65      | X2 != plus(X0,X3)
% 0.34/0.65      | trajectory(filling,X1,waterLevel(X2),X3) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_74]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_631,plain,
% 0.34/0.65      ( ~ holdsAt(waterLevel(X0),X1)
% 0.34/0.65      | trajectory(filling,X1,waterLevel(X2),X3)
% 0.34/0.65      | X2 != plus(X0,X3) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_630]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_73,plain,
% 0.34/0.65      ( lhs_atom11(X0,X1,X2) | epred1_3(X1,X2,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_383_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_628,plain,
% 0.34/0.65      ( lhs_atom11(X0,X1,X2) | epred1_3(X1,X2,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_73]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_629,plain,
% 0.34/0.65      ( epred1_3(X0,X1,X2) | lhs_atom11(X2,X0,X1) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_628]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_72,plain,
% 0.34/0.65      ( releases(sk1_esk8_2(X0,X1),X1,X0)
% 0.34/0.65      | releasedAt(X1,X0)
% 0.34/0.65      | ~ releasedAt(X1,plus(X0,n1)) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_384_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_626,plain,
% 0.34/0.65      ( releases(sk1_esk8_2(X0,X1),X1,X0)
% 0.34/0.65      | releasedAt(X1,X0)
% 0.34/0.65      | ~ releasedAt(X1,plus(X0,n1)) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_72]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_627,plain,
% 0.34/0.65      ( releases(sk1_esk8_2(X0,X1),X1,X0)
% 0.34/0.65      | ~ releasedAt(X1,plus(X0,n1))
% 0.34/0.65      | releasedAt(X1,X0) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_626]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_71,plain,
% 0.34/0.65      ( happens(sk1_esk6_2(X0,X1),X0)
% 0.34/0.65      | releasedAt(X1,plus(X0,n1))
% 0.34/0.65      | holdsAt(X1,X0)
% 0.34/0.65      | ~ holdsAt(X1,plus(X0,n1)) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_385_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_624,plain,
% 0.34/0.65      ( happens(sk1_esk6_2(X0,X1),X0)
% 0.34/0.65      | releasedAt(X1,plus(X0,n1))
% 0.34/0.65      | holdsAt(X1,X0)
% 0.34/0.65      | ~ holdsAt(X1,plus(X0,n1)) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_71]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_625,plain,
% 0.34/0.65      ( happens(sk1_esk6_2(X0,X1),X0)
% 0.34/0.65      | ~ holdsAt(X1,plus(X0,n1))
% 0.34/0.65      | holdsAt(X1,X0)
% 0.34/0.65      | releasedAt(X1,plus(X0,n1)) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_624]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_70,plain,
% 0.34/0.65      ( ~ holdsAt(waterLevel(X0),X1)
% 0.34/0.65      | X2 != tapOff
% 0.34/0.65      | X3 != waterLevel(X0)
% 0.34/0.65      | epred1_3(X3,X2,X1) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_386_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_622,plain,
% 0.34/0.65      ( ~ holdsAt(waterLevel(X0),X1)
% 0.34/0.65      | X2 != tapOff
% 0.34/0.65      | X3 != waterLevel(X0)
% 0.34/0.65      | epred1_3(X3,X2,X1) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_70]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_623,plain,
% 0.34/0.65      ( ~ holdsAt(waterLevel(X0),X1)
% 0.34/0.65      | epred1_3(X2,X3,X1)
% 0.34/0.65      | X3 != tapOff
% 0.34/0.65      | X2 != waterLevel(X0) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_622]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_69,plain,
% 0.34/0.65      ( ~ holdsAt(waterLevel(X0),X1)
% 0.34/0.65      | X2 != overflow
% 0.34/0.65      | X3 != waterLevel(X0)
% 0.34/0.65      | epred1_3(X3,X2,X1) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_387_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_620,plain,
% 0.34/0.65      ( ~ holdsAt(waterLevel(X0),X1)
% 0.34/0.65      | X2 != overflow
% 0.34/0.65      | X3 != waterLevel(X0)
% 0.34/0.65      | epred1_3(X3,X2,X1) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_69]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_621,plain,
% 0.34/0.65      ( ~ holdsAt(waterLevel(X0),X1)
% 0.34/0.65      | epred1_3(X2,X3,X1)
% 0.34/0.65      | X3 != overflow
% 0.34/0.65      | X2 != waterLevel(X0) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_620]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_68,plain,
% 0.34/0.65      ( X0 = tapOff | X0 = overflow | X0 = tapOn | ~ epred1_3(X1,X0,X2) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_388_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_618,plain,
% 0.34/0.65      ( X0 = tapOff | X0 = overflow | X0 = tapOn | ~ epred1_3(X1,X0,X2) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_68]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_619,plain,
% 0.34/0.65      ( ~ epred1_3(X0,X1,X2) | X1 = tapOff | X1 = tapOn | X1 = overflow ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_618]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_66,plain,
% 0.34/0.65      ( X0 = tapOff | X0 = overflow | X1 = filling | ~ epred1_3(X1,X0,X2) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_390_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_614,plain,
% 0.34/0.65      ( X0 = tapOff | X0 = overflow | X1 = filling | ~ epred1_3(X1,X0,X2) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_66]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_615,plain,
% 0.34/0.65      ( ~ epred1_3(X0,X1,X2) | X1 = tapOff | X1 = overflow | X0 = filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_614]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_63,plain,
% 0.34/0.65      ( ~ releasedAt(X0,X1)
% 0.34/0.65      | happens(sk1_esk7_2(X1,X0),X1)
% 0.34/0.65      | releasedAt(X0,plus(X1,n1)) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_393_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_608,plain,
% 0.34/0.65      ( ~ releasedAt(X0,X1)
% 0.34/0.65      | happens(sk1_esk7_2(X1,X0),X1)
% 0.34/0.65      | releasedAt(X0,plus(X1,n1)) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_63]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_609,plain,
% 0.34/0.65      ( happens(sk1_esk7_2(X0,X1),X0)
% 0.34/0.65      | releasedAt(X1,plus(X0,n1))
% 0.34/0.65      | ~ releasedAt(X1,X0) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_608]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_62,plain,
% 0.34/0.65      ( happens(sk1_esk8_2(X0,X1),X0)
% 0.34/0.65      | releasedAt(X1,X0)
% 0.34/0.65      | ~ releasedAt(X1,plus(X0,n1)) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_394_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_606,plain,
% 0.34/0.65      ( happens(sk1_esk8_2(X0,X1),X0)
% 0.34/0.65      | releasedAt(X1,X0)
% 0.34/0.65      | ~ releasedAt(X1,plus(X0,n1)) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_62]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_607,plain,
% 0.34/0.65      ( happens(sk1_esk8_2(X0,X1),X0)
% 0.34/0.65      | ~ releasedAt(X1,plus(X0,n1))
% 0.34/0.65      | releasedAt(X1,X0) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_606]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_61,plain,
% 0.34/0.65      ( X0 != tapOn | X1 != waterLevel(X2) | releases(X0,X1,X3) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_395_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_604,plain,
% 0.34/0.65      ( X0 != tapOn | X1 != waterLevel(X2) | releases(X0,X1,X3) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_61]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_605,plain,
% 0.34/0.65      ( releases(X0,X1,X2) | X0 != tapOn | X1 != waterLevel(X3) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_604]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_60,plain,
% 0.34/0.65      ( ~ holdsAt(waterLevel(n3),X0)
% 0.34/0.65      | ~ holdsAt(filling,X0)
% 0.34/0.65      | X1 != overflow
% 0.34/0.65      | happens(X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_396_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_602,plain,
% 0.34/0.65      ( ~ holdsAt(waterLevel(n3),X0)
% 0.34/0.65      | ~ holdsAt(filling,X0)
% 0.34/0.65      | X1 != overflow
% 0.34/0.65      | happens(X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_60]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_603,plain,
% 0.34/0.65      ( happens(X0,X1)
% 0.34/0.65      | ~ holdsAt(filling,X1)
% 0.34/0.65      | ~ holdsAt(waterLevel(n3),X1)
% 0.34/0.65      | X0 != overflow ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_602]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_59,plain,
% 0.34/0.65      ( X0 != tapOn | X1 != filling | epred1_3(X1,X0,X2) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_397_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_600,plain,
% 0.34/0.65      ( X0 != tapOn | X1 != filling | epred1_3(X1,X0,X2) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_59]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_601,plain,
% 0.34/0.65      ( epred1_3(X0,X1,X2) | X1 != tapOn | X0 != filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_600]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_58,plain,
% 0.34/0.65      ( X0 != overflow | X1 != spilling | epred1_3(X1,X0,X2) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_398_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_598,plain,
% 0.34/0.65      ( X0 != overflow | X1 != spilling | epred1_3(X1,X0,X2) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_58]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_599,plain,
% 0.34/0.65      ( epred1_3(X0,X1,X2) | X1 != overflow | X0 != spilling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_598]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_57,plain,
% 0.34/0.65      ( X0 != tapOff | X1 != filling | terminates(X0,X1,X2) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_399_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_596,plain,
% 0.34/0.65      ( X0 != tapOff | X1 != filling | terminates(X0,X1,X2) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_57]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_597,plain,
% 0.34/0.65      ( terminates(X0,X1,X2) | X0 != tapOff | X1 != filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_596]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_56,plain,
% 0.34/0.65      ( X0 != overflow | X1 != filling | terminates(X0,X1,X2) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_400_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_594,plain,
% 0.34/0.65      ( X0 != overflow | X1 != filling | terminates(X0,X1,X2) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_56]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_595,plain,
% 0.34/0.65      ( terminates(X0,X1,X2) | X0 != overflow | X1 != filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_594]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_55,plain,
% 0.34/0.65      ( X0 = overflow | X0 = tapOff | ~ terminates(X0,X1,X2) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_401_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_592,plain,
% 0.34/0.65      ( X0 = overflow | X0 = tapOff | ~ terminates(X0,X1,X2) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_55]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_593,plain,
% 0.34/0.65      ( ~ terminates(X0,X1,X2) | X0 = tapOff | X0 = overflow ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_592]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_54,plain,
% 0.34/0.65      ( X0 = filling | X1 = tapOff | ~ terminates(X1,X0,X2) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_402_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_590,plain,
% 0.34/0.65      ( X0 = filling | X1 = tapOff | ~ terminates(X1,X0,X2) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_54]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_591,plain,
% 0.34/0.65      ( ~ terminates(X0,X1,X2) | X0 = tapOff | X1 = filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_590]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_53,plain,
% 0.34/0.65      ( X0 = overflow | X1 = filling | ~ terminates(X0,X1,X2) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_403_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_588,plain,
% 0.34/0.65      ( X0 = overflow | X1 = filling | ~ terminates(X0,X1,X2) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_53]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_589,plain,
% 0.34/0.65      ( ~ terminates(X0,X1,X2) | X0 = overflow | X1 = filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_588]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_52,plain,
% 0.34/0.65      ( X0 = filling | ~ terminates(X1,X0,X2) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_404_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_586,plain,
% 0.34/0.65      ( X0 = filling | ~ terminates(X1,X0,X2) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_52]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_587,plain,
% 0.34/0.65      ( ~ terminates(X0,X1,X2) | X1 = filling ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_586]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_51,plain,
% 0.34/0.65      ( X0 = tapOn | ~ releases(X0,X1,X2) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_405_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_584,plain,
% 0.34/0.65      ( X0 = tapOn | ~ releases(X0,X1,X2) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_51]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_585,plain,
% 0.34/0.65      ( ~ releases(X0,X1,X2) | X0 = tapOn ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_584]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_48,plain,
% 0.34/0.65      ( holdsAt(waterLevel(n3),X0) | X1 = tapOn | ~ happens(X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_408_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_578,plain,
% 0.34/0.65      ( holdsAt(waterLevel(n3),X0) | X1 = tapOn | ~ happens(X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_48]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_579,plain,
% 0.34/0.65      ( ~ happens(X0,X1) | holdsAt(waterLevel(n3),X1) | X0 = tapOn ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_578]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_47,plain,
% 0.34/0.65      ( holdsAt(waterLevel(n3),X0) | X0 = n0 | ~ happens(X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_409_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_576,plain,
% 0.34/0.65      ( holdsAt(waterLevel(n3),X0) | X0 = n0 | ~ happens(X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_47]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_577,plain,
% 0.34/0.65      ( ~ happens(X0,X1) | holdsAt(waterLevel(n3),X1) | X1 = n0 ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_576]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_46,plain,
% 0.34/0.65      ( less(X0,X1) | X0 = X1 | less(X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_410_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_574,plain,
% 0.34/0.65      ( less(X0,X1) | X0 = X1 | less(X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_46]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_575,plain,
% 0.34/0.65      ( less(X0,X1) | less(X1,X0) | X0 = X1 ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_574]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_45,plain,
% 0.34/0.65      ( less(X0,X1) | X0 = X1 | ~ less_or_equal(X0,X1) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_411_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_572,plain,
% 0.34/0.65      ( less(X0,X1) | X0 = X1 | ~ less_or_equal(X0,X1) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_45]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_573,plain,
% 0.34/0.65      ( less(X0,X1) | ~ less_or_equal(X0,X1) | X0 = X1 ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_572]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_44,plain,
% 0.34/0.65      ( holdsAt(filling,X0) | X1 = tapOn | ~ happens(X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_412_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_570,plain,
% 0.34/0.65      ( holdsAt(filling,X0) | X1 = tapOn | ~ happens(X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_44]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_571,plain,
% 0.34/0.65      ( ~ happens(X0,X1) | holdsAt(filling,X1) | X0 = tapOn ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_570]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_43,plain,
% 0.34/0.65      ( holdsAt(filling,X0) | X0 = n0 | ~ happens(X1,X0) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_413_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_568,plain,
% 0.34/0.65      ( holdsAt(filling,X0) | X0 = n0 | ~ happens(X1,X0) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_43]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_569,plain,
% 0.34/0.65      ( ~ happens(X0,X1) | holdsAt(filling,X1) | X1 = n0 ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_568]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_42,plain,
% 0.34/0.65      ( ~ less_or_equal(X0,n8) | less(X0,n9) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_414_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_566,plain,
% 0.34/0.65      ( ~ less_or_equal(X0,n8) | less(X0,n9) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_42]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_567,plain,
% 0.34/0.65      ( less(X0,n9) | ~ less_or_equal(X0,n8) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_566]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_41,plain,
% 0.34/0.65      ( ~ less_or_equal(X0,n7) | less(X0,n8) ),
% 0.34/0.65      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_415_0) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_564,plain,
% 0.34/0.65      ( ~ less_or_equal(X0,n7) | less(X0,n8) ),
% 0.34/0.65      inference(copy,[status(esa)],[c_41]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_565,plain,
% 0.34/0.65      ( less(X0,n8) | ~ less_or_equal(X0,n7) ),
% 0.34/0.65      inference(rewriting,[status(thm)],[c_564]) ).
% 0.34/0.65  
% 0.34/0.65  cnf(c_40,plain,
% 0.34/0.65      ( ~ less_or_equal(X0,n6) | less(X0,n7) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_416_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_562,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n6) | less(X0,n7) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_40]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_563,plain,
% 0.34/0.66      ( less(X0,n7) | ~ less_or_equal(X0,n6) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_562]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_39,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n5) | less(X0,n6) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_417_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_560,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n5) | less(X0,n6) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_39]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_561,plain,
% 0.34/0.66      ( less(X0,n6) | ~ less_or_equal(X0,n5) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_560]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_38,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n4) | less(X0,n5) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_418_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_558,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n4) | less(X0,n5) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_38]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_559,plain,
% 0.34/0.66      ( less(X0,n5) | ~ less_or_equal(X0,n4) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_558]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_37,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n3) | less(X0,n4) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_419_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_556,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n3) | less(X0,n4) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_37]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_557,plain,
% 0.34/0.66      ( less(X0,n4) | ~ less_or_equal(X0,n3) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_556]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_36,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n2) | less(X0,n3) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_420_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_554,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n2) | less(X0,n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_36]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_555,plain,
% 0.34/0.66      ( less(X0,n3) | ~ less_or_equal(X0,n2) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_554]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_35,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n1) | less(X0,n2) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_421_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_552,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n1) | less(X0,n2) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_35]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_553,plain,
% 0.34/0.66      ( less(X0,n2) | ~ less_or_equal(X0,n1) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_552]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_34,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n0) | less(X0,n1) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_422_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_550,plain,
% 0.34/0.66      ( ~ less_or_equal(X0,n0) | less(X0,n1) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_34]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_551,plain,
% 0.34/0.66      ( less(X0,n1) | ~ less_or_equal(X0,n0) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_550]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_33,plain,
% 0.34/0.66      ( X0 != tapOn | X1 != n0 | happens(X0,X1) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_423_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_548,plain,
% 0.34/0.66      ( X0 != tapOn | X1 != n0 | happens(X0,X1) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_33]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_549,plain,
% 0.34/0.66      ( happens(X0,X1) | X1 != n0 | X0 != tapOn ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_548]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_32,plain,
% 0.34/0.66      ( X0 != X1 | ~ less(X1,X0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_424_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_546,plain,
% 0.34/0.66      ( X0 != X1 | ~ less(X1,X0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_32]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_547,plain,
% 0.34/0.66      ( ~ less(X0,X1) | X1 != X0 ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_546]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_31,plain,
% 0.34/0.66      ( X0 != X1 | less_or_equal(X0,X1) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_425_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_544,plain,
% 0.34/0.66      ( X0 != X1 | less_or_equal(X0,X1) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_31]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_545,plain,
% 0.34/0.66      ( less_or_equal(X0,X1) | X0 != X1 ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_544]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_30,plain,
% 0.34/0.66      ( X0 != X1 | waterLevel(X0) = waterLevel(X1) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_426_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_542,plain,
% 0.34/0.66      ( X0 != X1 | waterLevel(X0) = waterLevel(X1) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_30]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_543,plain,
% 0.34/0.66      ( waterLevel(X0) = waterLevel(X1) | X0 != X1 ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_542]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_29,plain,
% 0.34/0.66      ( less_or_equal(X0,n8) | ~ less(X0,n9) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_427_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_540,plain,
% 0.34/0.66      ( less_or_equal(X0,n8) | ~ less(X0,n9) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_29]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_541,plain,
% 0.34/0.66      ( ~ less(X0,n9) | less_or_equal(X0,n8) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_540]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_28,plain,
% 0.34/0.66      ( less_or_equal(X0,n7) | ~ less(X0,n8) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_428_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_538,plain,
% 0.34/0.66      ( less_or_equal(X0,n7) | ~ less(X0,n8) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_28]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_539,plain,
% 0.34/0.66      ( ~ less(X0,n8) | less_or_equal(X0,n7) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_538]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_27,plain,
% 0.34/0.66      ( less_or_equal(X0,n6) | ~ less(X0,n7) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_429_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_536,plain,
% 0.34/0.66      ( less_or_equal(X0,n6) | ~ less(X0,n7) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_27]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_537,plain,
% 0.34/0.66      ( ~ less(X0,n7) | less_or_equal(X0,n6) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_536]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_26,plain,
% 0.34/0.66      ( less_or_equal(X0,n5) | ~ less(X0,n6) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_430_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_534,plain,
% 0.34/0.66      ( less_or_equal(X0,n5) | ~ less(X0,n6) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_26]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_535,plain,
% 0.34/0.66      ( ~ less(X0,n6) | less_or_equal(X0,n5) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_534]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_25,plain,
% 0.34/0.66      ( less_or_equal(X0,n4) | ~ less(X0,n5) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_431_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_532,plain,
% 0.34/0.66      ( less_or_equal(X0,n4) | ~ less(X0,n5) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_25]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_533,plain,
% 0.34/0.66      ( ~ less(X0,n5) | less_or_equal(X0,n4) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_532]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_24,plain,
% 0.34/0.66      ( less_or_equal(X0,n3) | ~ less(X0,n4) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_432_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_530,plain,
% 0.34/0.66      ( less_or_equal(X0,n3) | ~ less(X0,n4) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_24]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_531,plain,
% 0.34/0.66      ( ~ less(X0,n4) | less_or_equal(X0,n3) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_530]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_23,plain,
% 0.34/0.66      ( less_or_equal(X0,n2) | ~ less(X0,n3) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_433_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_528,plain,
% 0.34/0.66      ( less_or_equal(X0,n2) | ~ less(X0,n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_23]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_529,plain,
% 0.34/0.66      ( ~ less(X0,n3) | less_or_equal(X0,n2) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_528]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_22,plain,
% 0.34/0.66      ( less_or_equal(X0,n1) | ~ less(X0,n2) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_434_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_526,plain,
% 0.34/0.66      ( less_or_equal(X0,n1) | ~ less(X0,n2) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_22]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_527,plain,
% 0.34/0.66      ( ~ less(X0,n2) | less_or_equal(X0,n1) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_526]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_21,plain,
% 0.34/0.66      ( less_or_equal(X0,n0) | ~ less(X0,n1) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_435_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_524,plain,
% 0.34/0.66      ( less_or_equal(X0,n0) | ~ less(X0,n1) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_21]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_525,plain,
% 0.34/0.66      ( ~ less(X0,n1) | less_or_equal(X0,n0) ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_524]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_20,plain,
% 0.34/0.66      ( X0 = overflow | X0 = tapOn | ~ happens(X0,X1) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_436_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_522,plain,
% 0.34/0.66      ( X0 = overflow | X0 = tapOn | ~ happens(X0,X1) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_20]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_523,plain,
% 0.34/0.66      ( ~ happens(X0,X1) | X0 = tapOn | X0 = overflow ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_522]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_19,plain,
% 0.34/0.66      ( X0 = overflow | X1 = n0 | ~ happens(X0,X1) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_437_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_520,plain,
% 0.34/0.66      ( X0 = overflow | X1 = n0 | ~ happens(X0,X1) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_19]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_521,plain,
% 0.34/0.66      ( ~ happens(X0,X1) | X1 = n0 | X0 = overflow ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_520]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_18,plain,
% 0.34/0.66      ( X0 = X1 | waterLevel(X0) != waterLevel(X1) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_438_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_518,plain,
% 0.34/0.66      ( X0 = X1 | waterLevel(X0) != waterLevel(X1) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_18]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_519,plain,
% 0.34/0.66      ( waterLevel(X0) != waterLevel(X1) | X0 = X1 ),
% 0.34/0.66      inference(rewriting,[status(thm)],[c_518]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_138,plain,
% 0.34/0.66      ( holdsAt(filling,n3) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_44) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_266,plain,
% 0.34/0.66      ( holdsAt(filling,n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_138]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_280,plain,
% 0.34/0.66      ( holdsAt(filling,n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_266]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_281,plain,
% 0.34/0.66      ( holdsAt(filling,n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_280]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_355,plain,
% 0.34/0.66      ( holdsAt(filling,n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_281]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_752,plain,
% 0.34/0.66      ( holdsAt(filling,n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_355]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_137,plain,
% 0.34/0.66      ( holdsAt(waterLevel(n0),n0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_43) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_264,plain,
% 0.34/0.66      ( holdsAt(waterLevel(n0),n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_137]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_279,plain,
% 0.34/0.66      ( holdsAt(waterLevel(n0),n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_264]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_282,plain,
% 0.34/0.66      ( holdsAt(waterLevel(n0),n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_279]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_354,plain,
% 0.34/0.66      ( holdsAt(waterLevel(n0),n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_282]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_750,plain,
% 0.34/0.66      ( holdsAt(waterLevel(n0),n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_354]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_136,plain,
% 0.34/0.66      ( holdsAt(waterLevel(n3),n3) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_42) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_262,plain,
% 0.34/0.66      ( holdsAt(waterLevel(n3),n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_136]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_278,plain,
% 0.34/0.66      ( holdsAt(waterLevel(n3),n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_262]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_283,plain,
% 0.34/0.66      ( holdsAt(waterLevel(n3),n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_278]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_353,plain,
% 0.34/0.66      ( holdsAt(waterLevel(n3),n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_283]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_748,plain,
% 0.34/0.66      ( holdsAt(waterLevel(n3),n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_353]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_135,plain,
% 0.34/0.66      ( ~ holdsAt(filling,n0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_41) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_260,plain,
% 0.34/0.66      ( ~ holdsAt(filling,n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_135]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_277,plain,
% 0.34/0.66      ( ~ holdsAt(filling,n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_260]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_284,plain,
% 0.34/0.66      ( ~ holdsAt(filling,n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_277]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_352,plain,
% 0.34/0.66      ( ~ holdsAt(filling,n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_284]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_746,plain,
% 0.34/0.66      ( ~ holdsAt(filling,n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_352]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_134,plain,
% 0.34/0.66      ( ~ holdsAt(spilling,n0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_40) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_258,plain,
% 0.34/0.66      ( ~ holdsAt(spilling,n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_134]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_276,plain,
% 0.34/0.66      ( ~ holdsAt(spilling,n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_258]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_285,plain,
% 0.34/0.66      ( ~ holdsAt(spilling,n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_276]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_351,plain,
% 0.34/0.66      ( ~ holdsAt(spilling,n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_285]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_744,plain,
% 0.34/0.66      ( ~ holdsAt(spilling,n0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_351]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_131,negated_conjecture,
% 0.34/0.66      ( ~ happens(overflow,n3) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_37) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_268,negated_conjecture,
% 0.34/0.66      ( ~ happens(overflow,n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_131]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_273,negated_conjecture,
% 0.34/0.66      ( ~ happens(overflow,n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_268]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_288,negated_conjecture,
% 0.34/0.66      ( ~ happens(overflow,n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_273]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_350,negated_conjecture,
% 0.34/0.66      ( ~ happens(overflow,n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_288]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_742,negated_conjecture,
% 0.34/0.66      ( ~ happens(overflow,n3) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_350]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_107,plain,
% 0.34/0.66      ( initiates(sk1_esk3_3(X0,X1,X2),X2,sk1_esk4_3(X0,X1,X2))
% 0.34/0.66      | ~ startedIn(X1,X2,X0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_349_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_696,plain,
% 0.34/0.66      ( initiates(sk1_esk3_3(X0,X1,X2),X2,sk1_esk4_3(X0,X1,X2))
% 0.34/0.66      | ~ startedIn(X1,X2,X0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_107]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_106,plain,
% 0.34/0.66      ( terminates(sk1_esk1_3(X0,X1,X2),X2,sk1_esk2_3(X0,X1,X2))
% 0.34/0.66      | ~ stoppedIn(X1,X2,X0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_350_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_694,plain,
% 0.34/0.66      ( terminates(sk1_esk1_3(X0,X1,X2),X2,sk1_esk2_3(X0,X1,X2))
% 0.34/0.66      | ~ stoppedIn(X1,X2,X0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_106]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_101,plain,
% 0.34/0.66      ( happens(sk1_esk3_3(X0,X1,X2),sk1_esk4_3(X0,X1,X2))
% 0.34/0.66      | ~ startedIn(X1,X2,X0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_355_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_684,plain,
% 0.34/0.66      ( happens(sk1_esk3_3(X0,X1,X2),sk1_esk4_3(X0,X1,X2))
% 0.34/0.66      | ~ startedIn(X1,X2,X0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_101]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_100,plain,
% 0.34/0.66      ( happens(sk1_esk1_3(X0,X1,X2),sk1_esk2_3(X0,X1,X2))
% 0.34/0.66      | ~ stoppedIn(X1,X2,X0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_356_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_682,plain,
% 0.34/0.66      ( happens(sk1_esk1_3(X0,X1,X2),sk1_esk2_3(X0,X1,X2))
% 0.34/0.66      | ~ stoppedIn(X1,X2,X0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_100]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_88,plain,
% 0.34/0.66      ( less(X0,sk1_esk4_3(X1,X0,X2)) | ~ startedIn(X0,X2,X1) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_368_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_658,plain,
% 0.34/0.66      ( less(X0,sk1_esk4_3(X1,X0,X2)) | ~ startedIn(X0,X2,X1) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_88]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_87,plain,
% 0.34/0.66      ( less(sk1_esk4_3(X0,X1,X2),X0) | ~ startedIn(X1,X2,X0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_369_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_656,plain,
% 0.34/0.66      ( less(sk1_esk4_3(X0,X1,X2),X0) | ~ startedIn(X1,X2,X0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_87]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_86,plain,
% 0.34/0.66      ( less(X0,sk1_esk2_3(X1,X0,X2)) | ~ stoppedIn(X0,X2,X1) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_370_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_654,plain,
% 0.34/0.66      ( less(X0,sk1_esk2_3(X1,X0,X2)) | ~ stoppedIn(X0,X2,X1) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_86]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_85,plain,
% 0.34/0.66      ( less(sk1_esk2_3(X0,X1,X2),X0) | ~ stoppedIn(X1,X2,X0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_371_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_652,plain,
% 0.34/0.66      ( less(sk1_esk2_3(X0,X1,X2),X0) | ~ stoppedIn(X1,X2,X0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_85]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_81,plain,
% 0.34/0.66      ( ~ epred1_3(X0,X1,X2) | initiates(X1,X0,X2) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_375_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_644,plain,
% 0.34/0.66      ( ~ epred1_3(X0,X1,X2) | initiates(X1,X0,X2) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_81]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_78,plain,
% 0.34/0.66      ( ~ happens(X0,X1) | ~ releases(X0,X2,X1) | releasedAt(X2,plus(X1,n1)) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_378_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_638,plain,
% 0.34/0.66      ( ~ happens(X0,X1) | ~ releases(X0,X2,X1) | releasedAt(X2,plus(X1,n1)) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_78]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_64,plain,
% 0.34/0.66      ( ~ holdsAt(waterLevel(X0),X1) | ~ holdsAt(waterLevel(X2),X1) | X0 = X2 ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_392_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_610,plain,
% 0.34/0.66      ( ~ holdsAt(waterLevel(X0),X1) | ~ holdsAt(waterLevel(X2),X1) | X0 = X2 ),
% 0.34/0.66      inference(copy,[status(esa)],[c_64]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_50,plain,
% 0.34/0.66      ( ~ less(X0,X1) | ~ less(X1,X0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_406_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_582,plain,
% 0.34/0.66      ( ~ less(X0,X1) | ~ less(X1,X0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_50]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_49,plain,
% 0.34/0.66      ( ~ less(X0,X1) | less_or_equal(X0,X1) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_407_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_580,plain,
% 0.34/0.66      ( ~ less(X0,X1) | less_or_equal(X0,X1) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_49]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_17,plain,
% 0.34/0.66      ( plus(X0,X1) = plus(X1,X0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_439_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_516,plain,
% 0.34/0.66      ( plus(X0,X1) = plus(X1,X0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_17]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_16,plain,
% 0.34/0.66      ( spilling != waterLevel(X0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_440_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_514,plain,
% 0.34/0.66      ( spilling != waterLevel(X0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_16]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_15,plain,
% 0.34/0.66      ( filling != waterLevel(X0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_441_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_512,plain,
% 0.34/0.66      ( filling != waterLevel(X0) ),
% 0.34/0.66      inference(copy,[status(esa)],[c_15]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_4,plain,
% 0.34/0.66      ( filling != spilling ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_452_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_500,plain,
% 0.34/0.66      ( filling != spilling ),
% 0.34/0.66      inference(copy,[status(esa)],[c_4]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_3,plain,
% 0.34/0.66      ( overflow != tapOn ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_453_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_498,plain,( overflow != tapOn ),inference(copy,[status(esa)],[c_3]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_2,plain,
% 0.34/0.66      ( tapOff != overflow ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_454_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_496,plain,( tapOff != overflow ),inference(copy,[status(esa)],[c_2]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_1,plain,
% 0.34/0.66      ( tapOff != tapOn ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_455_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_494,plain,( tapOff != tapOn ),inference(copy,[status(esa)],[c_1]) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_0,plain,
% 0.34/0.66      ( ~ less(X0,n0) ),
% 0.34/0.66      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_4_0) ).
% 0.34/0.66  
% 0.34/0.66  cnf(c_492,plain,( ~ less(X0,n0) ),inference(copy,[status(esa)],[c_0]) ).
% 0.34/0.66  
% 0.34/0.66  
% 0.34/0.66  
% 0.34/0.66  % ------                             Statistics
% 0.34/0.66  
% 0.34/0.66  % ------ General
% 0.34/0.66  
% 0.34/0.66  % num_of_input_clauses:                 139
% 0.34/0.66  % num_of_input_neg_conjectures:         1
% 0.34/0.66  % num_of_splits:                        0
% 0.34/0.66  % num_of_split_atoms:                   0
% 0.34/0.66  % num_of_sem_filtered_clauses:          0
% 0.34/0.66  % num_of_subtypes:                      0
% 0.34/0.66  % monotx_restored_types:                0
% 0.34/0.66  % sat_num_of_epr_types:                 0
% 0.34/0.66  % sat_num_of_non_cyclic_types:          0
% 0.34/0.66  % sat_guarded_non_collapsed_types:      0
% 0.34/0.66  % is_epr:                               0
% 0.34/0.66  % is_horn:                              0
% 0.34/0.66  % has_eq:                               1
% 0.34/0.66  % num_pure_diseq_elim:                  0
% 0.34/0.66  % simp_replaced_by:                     0
% 0.34/0.66  % res_preprocessed:                     10
% 0.34/0.66  % prep_upred:                           0
% 0.34/0.66  % prep_unflattend:                      0
% 0.34/0.66  % pred_elim_cands:                      2
% 0.34/0.66  % pred_elim:                            1
% 0.34/0.66  % pred_elim_cl:                         3
% 0.34/0.66  % pred_elim_cycles:                     2
% 0.34/0.66  % forced_gc_time:                       0
% 0.34/0.66  % gc_basic_clause_elim:                 0
% 0.34/0.66  % parsing_time:                         0.006
% 0.34/0.66  % sem_filter_time:                      0.
% 0.34/0.66  % pred_elim_time:                       0.
% 0.34/0.66  % out_proof_time:                       0.
% 0.34/0.66  % monotx_time:                          0.
% 0.34/0.66  % subtype_inf_time:                     0.
% 0.34/0.66  % unif_index_cands_time:                0.
% 0.34/0.66  % unif_index_add_time:                  0.
% 0.34/0.66  % total_time:                           0.18
% 0.34/0.66  % num_of_symbols:                       67
% 0.34/0.66  % num_of_terms:                         573
% 0.34/0.66  
% 0.34/0.66  % ------ Propositional Solver
% 0.34/0.66  
% 0.34/0.66  % prop_solver_calls:                    1
% 0.34/0.66  % prop_fast_solver_calls:               31
% 0.34/0.66  % prop_num_of_clauses:                  258
% 0.34/0.66  % prop_preprocess_simplified:           321
% 0.34/0.66  % prop_fo_subsumed:                     0
% 0.34/0.66  % prop_solver_time:                     0.
% 0.34/0.66  % prop_fast_solver_time:                0.
% 0.34/0.66  % prop_unsat_core_time:                 0.
% 0.34/0.66  
% 0.34/0.66  % ------ QBF 
% 0.34/0.66  
% 0.34/0.66  % qbf_q_res:                            0
% 0.34/0.66  % qbf_num_tautologies:                  0
% 0.34/0.66  % qbf_prep_cycles:                      0
% 0.34/0.66  
% 0.34/0.66  % ------ BMC1
% 0.34/0.66  
% 0.34/0.66  % bmc1_current_bound:                   -1
% 0.34/0.66  % bmc1_last_solved_bound:               -1
% 0.34/0.66  % bmc1_unsat_core_size:                 -1
% 0.34/0.66  % bmc1_unsat_core_parents_size:         -1
% 0.34/0.66  % bmc1_merge_next_fun:                  0
% 0.34/0.66  % bmc1_unsat_core_clauses_time:         0.
% 0.34/0.66  
% 0.34/0.66  % ------ Instantiation
% 0.34/0.66  
% 0.34/0.66  % inst_num_of_clauses:                  136
% 0.34/0.66  % inst_num_in_passive:                  0
% 0.34/0.66  % inst_num_in_active:                   0
% 0.34/0.66  % inst_num_in_unprocessed:              136
% 0.34/0.66  % inst_num_of_loops:                    0
% 0.34/0.66  % inst_num_of_learning_restarts:        0
% 0.34/0.66  % inst_num_moves_active_passive:        0
% 0.34/0.66  % inst_lit_activity:                    0
% 0.34/0.66  % inst_lit_activity_moves:              0
% 0.34/0.66  % inst_num_tautologies:                 0
% 0.34/0.66  % inst_num_prop_implied:                0
% 0.34/0.66  % inst_num_existing_simplified:         0
% 0.34/0.66  % inst_num_eq_res_simplified:           0
% 0.34/0.66  % inst_num_child_elim:                  0
% 0.34/0.66  % inst_num_of_dismatching_blockings:    0
% 0.34/0.66  % inst_num_of_non_proper_insts:         0
% 0.34/0.66  % inst_num_of_duplicates:               0
% 0.34/0.66  % inst_inst_num_from_inst_to_res:       0
% 0.34/0.66  % inst_dismatching_checking_time:       0.
% 0.34/0.66  
% 0.34/0.66  % ------ Resolution
% 0.34/0.66  
% 0.34/0.66  % res_num_of_clauses:                   229
% 0.34/0.66  % res_num_in_passive:                   0
% 0.34/0.66  % res_num_in_active:                    120
% 0.34/0.66  % res_num_of_loops:                     8
% 0.34/0.66  % res_forward_subset_subsumed:          1
% 0.34/0.66  % res_backward_subset_subsumed:         6
% 0.34/0.66  % res_forward_subsumed:                 1
% 0.34/0.66  % res_backward_subsumed:                0
% 0.34/0.66  % res_forward_subsumption_resolution:   0
% 0.34/0.66  % res_backward_subsumption_resolution:  0
% 0.34/0.66  % res_clause_to_clause_subsumption:     3
% 0.34/0.66  % res_orphan_elimination:               0
% 0.34/0.66  % res_tautology_del:                    0
% 0.34/0.66  % res_num_eq_res_simplified:            0
% 0.34/0.66  % res_num_sel_changes:                  0
% 0.34/0.66  % res_moves_from_active_to_pass:        0
% 0.34/0.66  
% 0.34/0.66  % Status Unknown
% 0.51/0.73  % Orienting using strategy ClausalAll
% 0.51/0.73  % FOF problem with conjecture
% 0.51/0.73  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox2/tmp/iprover_proof_639473.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p | tee /export/starexec/sandbox2/tmp/iprover_modulo_out_1db87b | grep -v "SZS"
% 0.58/0.76  
% 0.58/0.76  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.58/0.76  
% 0.58/0.76  % 
% 0.58/0.76  % ------  iProver source info 
% 0.58/0.76  
% 0.58/0.76  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.58/0.76  % git: non_committed_changes: true
% 0.58/0.76  % git: last_make_outside_of_git: true
% 0.58/0.76  
% 0.58/0.76  % 
% 0.58/0.76  % ------ Input Options
% 0.58/0.76  
% 0.58/0.76  % --out_options                         all
% 0.58/0.76  % --tptp_safe_out                       true
% 0.58/0.76  % --problem_path                        ""
% 0.58/0.76  % --include_path                        ""
% 0.58/0.76  % --clausifier                          .//eprover
% 0.58/0.76  % --clausifier_options                  --tstp-format  
% 0.58/0.76  % --stdin                               false
% 0.58/0.76  % --dbg_backtrace                       false
% 0.58/0.76  % --dbg_dump_prop_clauses               false
% 0.58/0.76  % --dbg_dump_prop_clauses_file          -
% 0.58/0.76  % --dbg_out_stat                        false
% 0.58/0.76  
% 0.58/0.76  % ------ General Options
% 0.58/0.76  
% 0.58/0.76  % --fof                                 false
% 0.58/0.76  % --time_out_real                       150.
% 0.58/0.76  % --time_out_prep_mult                  0.2
% 0.58/0.76  % --time_out_virtual                    -1.
% 0.58/0.76  % --schedule                            none
% 0.58/0.76  % --ground_splitting                    input
% 0.58/0.76  % --splitting_nvd                       16
% 0.58/0.76  % --non_eq_to_eq                        false
% 0.58/0.76  % --prep_gs_sim                         true
% 0.58/0.76  % --prep_unflatten                      false
% 0.58/0.76  % --prep_res_sim                        true
% 0.58/0.76  % --prep_upred                          true
% 0.58/0.76  % --res_sim_input                       true
% 0.58/0.76  % --clause_weak_htbl                    true
% 0.58/0.76  % --gc_record_bc_elim                   false
% 0.58/0.76  % --symbol_type_check                   false
% 0.58/0.76  % --clausify_out                        false
% 0.58/0.76  % --large_theory_mode                   false
% 0.58/0.76  % --prep_sem_filter                     none
% 0.58/0.76  % --prep_sem_filter_out                 false
% 0.58/0.76  % --preprocessed_out                    false
% 0.58/0.76  % --sub_typing                          false
% 0.58/0.76  % --brand_transform                     false
% 0.58/0.76  % --pure_diseq_elim                     true
% 0.58/0.76  % --min_unsat_core                      false
% 0.58/0.76  % --pred_elim                           true
% 0.58/0.76  % --add_important_lit                   false
% 0.58/0.76  % --soft_assumptions                    false
% 0.58/0.76  % --reset_solvers                       false
% 0.58/0.76  % --bc_imp_inh                          []
% 0.58/0.76  % --conj_cone_tolerance                 1.5
% 0.58/0.76  % --prolific_symb_bound                 500
% 0.58/0.76  % --lt_threshold                        2000
% 0.58/0.76  
% 0.58/0.76  % ------ SAT Options
% 0.58/0.76  
% 0.58/0.76  % --sat_mode                            false
% 0.58/0.76  % --sat_fm_restart_options              ""
% 0.58/0.76  % --sat_gr_def                          false
% 0.58/0.76  % --sat_epr_types                       true
% 0.58/0.76  % --sat_non_cyclic_types                false
% 0.58/0.76  % --sat_finite_models                   false
% 0.58/0.76  % --sat_fm_lemmas                       false
% 0.58/0.76  % --sat_fm_prep                         false
% 0.58/0.76  % --sat_fm_uc_incr                      true
% 0.58/0.76  % --sat_out_model                       small
% 0.58/0.76  % --sat_out_clauses                     false
% 0.58/0.76  
% 0.58/0.76  % ------ QBF Options
% 0.58/0.76  
% 0.58/0.76  % --qbf_mode                            false
% 0.58/0.76  % --qbf_elim_univ                       true
% 0.58/0.76  % --qbf_sk_in                           true
% 0.58/0.76  % --qbf_pred_elim                       true
% 0.58/0.76  % --qbf_split                           32
% 0.58/0.76  
% 0.58/0.76  % ------ BMC1 Options
% 0.58/0.76  
% 0.58/0.76  % --bmc1_incremental                    false
% 0.58/0.76  % --bmc1_axioms                         reachable_all
% 0.58/0.76  % --bmc1_min_bound                      0
% 0.58/0.76  % --bmc1_max_bound                      -1
% 0.58/0.76  % --bmc1_max_bound_default              -1
% 0.58/0.76  % --bmc1_symbol_reachability            true
% 0.58/0.76  % --bmc1_property_lemmas                false
% 0.58/0.76  % --bmc1_k_induction                    false
% 0.58/0.76  % --bmc1_non_equiv_states               false
% 0.58/0.76  % --bmc1_deadlock                       false
% 0.58/0.76  % --bmc1_ucm                            false
% 0.58/0.76  % --bmc1_add_unsat_core                 none
% 0.58/0.76  % --bmc1_unsat_core_children            false
% 0.58/0.76  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.58/0.76  % --bmc1_out_stat                       full
% 0.58/0.76  % --bmc1_ground_init                    false
% 0.58/0.76  % --bmc1_pre_inst_next_state            false
% 0.58/0.76  % --bmc1_pre_inst_state                 false
% 0.58/0.76  % --bmc1_pre_inst_reach_state           false
% 0.58/0.76  % --bmc1_out_unsat_core                 false
% 0.58/0.76  % --bmc1_aig_witness_out                false
% 0.58/0.76  % --bmc1_verbose                        false
% 0.58/0.76  % --bmc1_dump_clauses_tptp              false
% 0.58/0.79  % --bmc1_dump_unsat_core_tptp           false
% 0.58/0.79  % --bmc1_dump_file                      -
% 0.58/0.79  % --bmc1_ucm_expand_uc_limit            128
% 0.58/0.79  % --bmc1_ucm_n_expand_iterations        6
% 0.58/0.79  % --bmc1_ucm_extend_mode                1
% 0.58/0.79  % --bmc1_ucm_init_mode                  2
% 0.58/0.79  % --bmc1_ucm_cone_mode                  none
% 0.58/0.79  % --bmc1_ucm_reduced_relation_type      0
% 0.58/0.79  % --bmc1_ucm_relax_model                4
% 0.58/0.79  % --bmc1_ucm_full_tr_after_sat          true
% 0.58/0.79  % --bmc1_ucm_expand_neg_assumptions     false
% 0.58/0.79  % --bmc1_ucm_layered_model              none
% 0.58/0.79  % --bmc1_ucm_max_lemma_size             10
% 0.58/0.79  
% 0.58/0.79  % ------ AIG Options
% 0.58/0.79  
% 0.58/0.79  % --aig_mode                            false
% 0.58/0.79  
% 0.58/0.79  % ------ Instantiation Options
% 0.58/0.79  
% 0.58/0.79  % --instantiation_flag                  true
% 0.58/0.79  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.58/0.79  % --inst_solver_per_active              750
% 0.58/0.79  % --inst_solver_calls_frac              0.5
% 0.58/0.79  % --inst_passive_queue_type             priority_queues
% 0.58/0.79  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.58/0.79  % --inst_passive_queues_freq            [25;2]
% 0.58/0.79  % --inst_dismatching                    true
% 0.58/0.79  % --inst_eager_unprocessed_to_passive   true
% 0.58/0.79  % --inst_prop_sim_given                 true
% 0.58/0.79  % --inst_prop_sim_new                   false
% 0.58/0.79  % --inst_orphan_elimination             true
% 0.58/0.79  % --inst_learning_loop_flag             true
% 0.58/0.79  % --inst_learning_start                 3000
% 0.58/0.79  % --inst_learning_factor                2
% 0.58/0.79  % --inst_start_prop_sim_after_learn     3
% 0.58/0.79  % --inst_sel_renew                      solver
% 0.58/0.79  % --inst_lit_activity_flag              true
% 0.58/0.79  % --inst_out_proof                      true
% 0.58/0.79  
% 0.58/0.79  % ------ Resolution Options
% 0.58/0.79  
% 0.58/0.79  % --resolution_flag                     true
% 0.58/0.79  % --res_lit_sel                         kbo_max
% 0.58/0.79  % --res_to_prop_solver                  none
% 0.58/0.79  % --res_prop_simpl_new                  false
% 0.58/0.79  % --res_prop_simpl_given                false
% 0.58/0.79  % --res_passive_queue_type              priority_queues
% 0.58/0.79  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.58/0.79  % --res_passive_queues_freq             [15;5]
% 0.58/0.79  % --res_forward_subs                    full
% 0.58/0.79  % --res_backward_subs                   full
% 0.58/0.79  % --res_forward_subs_resolution         true
% 0.58/0.79  % --res_backward_subs_resolution        true
% 0.58/0.79  % --res_orphan_elimination              false
% 0.58/0.79  % --res_time_limit                      1000.
% 0.58/0.79  % --res_out_proof                       true
% 0.58/0.79  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_639473.s
% 0.58/0.79  % --modulo                              true
% 0.58/0.79  
% 0.58/0.79  % ------ Combination Options
% 0.58/0.79  
% 0.58/0.79  % --comb_res_mult                       1000
% 0.58/0.79  % --comb_inst_mult                      300
% 0.58/0.79  % ------ 
% 0.58/0.79  
% 0.58/0.79  % ------ Parsing...% successful
% 0.58/0.79  
% 0.58/0.79  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe:1:0s% warning: Clause {~(equality_sorted($i,spilling,filling))} has no selected literals
% 0.58/0.79  cnf(c_586,plain,
% 0.58/0.79      ( spilling != filling ),
% 0.58/0.79      inference(global_propositional_subsumption_main_parent,
% 0.58/0.79                [status(thm)],
% 0.58/0.79                [c_585]) ).
% 0.58/0.79  
% 0.58/0.79  cnf(c_585,plain,
% 0.58/0.79      ( n0 != n3 | spilling != filling ),
% 0.58/0.79      inference(resolution_lifted,[status(thm)],[c_564,c_560]) ).
% 0.58/0.79  
% 0.58/0.79  cnf(c_564,plain,
% 0.58/0.79      ( ~ holdsAt(spilling,n0) ),
% 0.58/0.79      inference(copy,[status(esa)],[c_555]) ).
% 0.58/0.79  
% 0.58/0.79  cnf(c_555,plain,
% 0.58/0.79      ( ~ holdsAt(spilling,n0) ),
% 0.58/0.79      inference(copy,[status(esa)],[c_537]) ).
% 0.58/0.79  
% 0.58/0.79  cnf(c_537,plain,
% 0.58/0.79      ( ~ holdsAt(spilling,n0) ),
% 0.58/0.79      inference(copy,[status(esa)],[c_412]) ).
% 0.58/0.79  
% 0.58/0.79  cnf(c_412,plain,
% 0.58/0.79      ( ~ holdsAt(spilling,n0) ),
% 0.58/0.79      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_40) ).
% 0.58/0.79  
% 0.58/0.79  cnf(c_560,plain,
% 0.58/0.79      ( holdsAt(filling,n3) ),
% 0.58/0.79      inference(copy,[status(esa)],[c_559]) ).
% 0.58/0.79  
% 0.58/0.79  cnf(c_559,plain,
% 0.58/0.79      ( holdsAt(filling,n3) ),
% 0.58/0.79      inference(copy,[status(esa)],[c_545]) ).
% 0.58/0.79  
% 0.58/0.79  cnf(c_545,plain,
% 0.58/0.79      ( holdsAt(filling,n3) ),
% 0.58/0.79      inference(copy,[status(esa)],[c_416]) ).
% 0.58/0.79  
% 0.58/0.79  cnf(c_416,plain,
% 0.58/0.79      ( holdsAt(filling,n3) ),
% 0.58/0.79      file('/export/starexec/sandbox2/tmp/iprover_modulo_b9a171.p', c_0_44) ).
% 0.58/0.79  
% 0.58/0.79   pe_e  snvd_s sp: 0 0s snvd_e % 
% 0.58/0.79  
% 0.58/0.79  % ------ Proving...
% 0.58/0.79  % ------ Problem Properties 
% 0.58/0.79  
% 0.58/0.79  % 
% 0.58/0.79  % EPR                                   false
% 0.58/0.96  % Horn                                  false
% 0.58/0.96  % Has equality                          true
% 0.58/0.96  
% 0.58/0.96  % % ------ Input Options Time Limit: Unbounded
% 0.58/0.96  
% 0.58/0.96  
% 0.58/0.96  Compiling...
% 0.58/0.96  Loading plugin: done.
% 0.58/0.96  % % ------ Current options:
% 0.58/0.96  
% 0.58/0.96  % ------ Input Options
% 0.58/0.96  
% 0.58/0.96  % --out_options                         all
% 0.58/0.96  % --tptp_safe_out                       true
% 0.58/0.96  % --problem_path                        ""
% 0.58/0.96  % --include_path                        ""
% 0.58/0.96  % --clausifier                          .//eprover
% 0.58/0.96  % --clausifier_options                  --tstp-format  
% 0.58/0.96  % --stdin                               false
% 0.58/0.96  % --dbg_backtrace                       false
% 0.58/0.96  % --dbg_dump_prop_clauses               false
% 0.58/0.96  % --dbg_dump_prop_clauses_file          -
% 0.58/0.96  % --dbg_out_stat                        false
% 0.58/0.96  
% 0.58/0.96  % ------ General Options
% 0.58/0.96  
% 0.58/0.96  % --fof                                 false
% 0.58/0.96  % --time_out_real                       150.
% 0.58/0.96  % --time_out_prep_mult                  0.2
% 0.58/0.96  % --time_out_virtual                    -1.
% 0.58/0.96  % --schedule                            none
% 0.58/0.96  % --ground_splitting                    input
% 0.58/0.96  % --splitting_nvd                       16
% 0.58/0.96  % --non_eq_to_eq                        false
% 0.58/0.96  % --prep_gs_sim                         true
% 0.58/0.96  % --prep_unflatten                      false
% 0.58/0.96  % --prep_res_sim                        true
% 0.58/0.96  % --prep_upred                          true
% 0.58/0.96  % --res_sim_input                       true
% 0.58/0.96  % --clause_weak_htbl                    true
% 0.58/0.96  % --gc_record_bc_elim                   false
% 0.58/0.96  % --symbol_type_check                   false
% 0.58/0.96  % --clausify_out                        false
% 0.58/0.96  % --large_theory_mode                   false
% 0.58/0.96  % --prep_sem_filter                     none
% 0.58/0.96  % --prep_sem_filter_out                 false
% 0.58/0.96  % --preprocessed_out                    false
% 0.58/0.96  % --sub_typing                          false
% 0.58/0.96  % --brand_transform                     false
% 0.58/0.96  % --pure_diseq_elim                     true
% 0.58/0.96  % --min_unsat_core                      false
% 0.58/0.96  % --pred_elim                           true
% 0.58/0.96  % --add_important_lit                   false
% 0.58/0.96  % --soft_assumptions                    false
% 0.58/0.96  % --reset_solvers                       false
% 0.58/0.96  % --bc_imp_inh                          []
% 0.58/0.96  % --conj_cone_tolerance                 1.5
% 0.58/0.96  % --prolific_symb_bound                 500
% 0.58/0.96  % --lt_threshold                        2000
% 0.58/0.96  
% 0.58/0.96  % ------ SAT Options
% 0.58/0.96  
% 0.58/0.96  % --sat_mode                            false
% 0.58/0.96  % --sat_fm_restart_options              ""
% 0.58/0.96  % --sat_gr_def                          false
% 0.58/0.96  % --sat_epr_types                       true
% 0.58/0.96  % --sat_non_cyclic_types                false
% 0.58/0.96  % --sat_finite_models                   false
% 0.58/0.96  % --sat_fm_lemmas                       false
% 0.58/0.96  % --sat_fm_prep                         false
% 0.58/0.96  % --sat_fm_uc_incr                      true
% 0.58/0.96  % --sat_out_model                       small
% 0.58/0.96  % --sat_out_clauses                     false
% 0.58/0.96  
% 0.58/0.96  % ------ QBF Options
% 0.58/0.96  
% 0.58/0.96  % --qbf_mode                            false
% 0.58/0.96  % --qbf_elim_univ                       true
% 0.58/0.96  % --qbf_sk_in                           true
% 0.58/0.96  % --qbf_pred_elim                       true
% 0.58/0.96  % --qbf_split                           32
% 0.58/0.96  
% 0.58/0.96  % ------ BMC1 Options
% 0.58/0.96  
% 0.58/0.96  % --bmc1_incremental                    false
% 0.58/0.96  % --bmc1_axioms                         reachable_all
% 0.58/0.96  % --bmc1_min_bound                      0
% 0.58/0.96  % --bmc1_max_bound                      -1
% 0.58/0.96  % --bmc1_max_bound_default              -1
% 0.58/0.96  % --bmc1_symbol_reachability            true
% 0.58/0.96  % --bmc1_property_lemmas                false
% 0.58/0.96  % --bmc1_k_induction                    false
% 0.58/0.96  % --bmc1_non_equiv_states               false
% 0.58/0.96  % --bmc1_deadlock                       false
% 0.58/0.96  % --bmc1_ucm                            false
% 0.58/0.96  % --bmc1_add_unsat_core                 none
% 0.58/0.96  % --bmc1_unsat_core_children            false
% 0.58/0.96  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.58/0.96  % --bmc1_out_stat                       full
% 0.58/0.96  % --bmc1_ground_init                    false
% 0.58/0.96  % --bmc1_pre_inst_next_state            false
% 0.58/0.96  % --bmc1_pre_inst_state                 false
% 0.58/0.96  % --bmc1_pre_inst_reach_state           false
% 0.58/0.96  % --bmc1_out_unsat_core                 false
% 0.58/0.96  % --bmc1_aig_witness_out                false
% 0.58/0.96  % --bmc1_verbose                        false
% 0.58/0.96  % --bmc1_dump_clauses_tptp              false
% 0.58/0.97  % --bmc1_dump_unsat_core_tptp           false
% 0.58/0.97  % --bmc1_dump_file                      -
% 0.58/0.97  % --bmc1_ucm_expand_uc_limit            128
% 0.58/0.97  % --bmc1_ucm_n_expand_iterations        6
% 0.58/0.97  % --bmc1_ucm_extend_mode                1
% 0.58/0.97  % --bmc1_ucm_init_mode                  2
% 0.58/0.97  % --bmc1_ucm_cone_mode                  none
% 0.58/0.97  % --bmc1_ucm_reduced_relation_type      0
% 0.58/0.97  % --bmc1_ucm_relax_model                4
% 0.58/0.97  % --bmc1_ucm_full_tr_after_sat          true
% 0.58/0.97  % --bmc1_ucm_expand_neg_assumptions     false
% 0.58/0.97  % --bmc1_ucm_layered_model              none
% 0.58/0.97  % --bmc1_ucm_max_lemma_size             10
% 0.58/0.97  
% 0.58/0.97  % ------ AIG Options
% 0.58/0.97  
% 0.58/0.97  % --aig_mode                            false
% 0.58/0.97  
% 0.58/0.97  % ------ Instantiation Options
% 0.58/0.97  
% 0.58/0.97  % --instantiation_flag                  true
% 0.58/0.97  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.58/0.97  % --inst_solver_per_active              750
% 0.58/0.97  % --inst_solver_calls_frac              0.5
% 0.58/0.97  % --inst_passive_queue_type             priority_queues
% 0.58/0.97  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.58/0.97  % --inst_passive_queues_freq            [25;2]
% 0.58/0.97  % --inst_dismatching                    true
% 0.58/0.97  % --inst_eager_unprocessed_to_passive   true
% 0.58/0.97  % --inst_prop_sim_given                 true
% 0.58/0.97  % --inst_prop_sim_new                   false
% 0.58/0.97  % --inst_orphan_elimination             true
% 0.58/0.97  % --inst_learning_loop_flag             true
% 0.58/0.97  % --inst_learning_start                 3000
% 0.58/0.97  % --inst_learning_factor                2
% 0.58/0.97  % --inst_start_prop_sim_after_learn     3
% 0.58/0.97  % --inst_sel_renew                      solver
% 0.58/0.97  % --inst_lit_activity_flag              true
% 0.58/0.97  % --inst_out_proof                      true
% 0.58/0.97  
% 0.58/0.97  % ------ Resolution Options
% 0.58/0.97  
% 0.58/0.97  % --resolution_flag                     true
% 0.58/0.97  % --res_lit_sel                         kbo_max
% 0.58/0.97  % --res_to_prop_solver                  none
% 0.58/0.97  % --res_prop_simpl_new                  false
% 0.58/0.97  % --res_prop_simpl_given                false
% 0.58/0.97  % --res_passive_queue_type              priority_queues
% 0.58/0.97  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.58/0.97  % --res_passive_queues_freq             [15;5]
% 0.58/0.97  % --res_forward_subs                    full
% 0.58/0.97  % --res_backward_subs                   full
% 0.58/0.97  % --res_forward_subs_resolution         true
% 0.58/0.97  % --res_backward_subs_resolution        true
% 0.58/0.97  % --res_orphan_elimination              false
% 0.58/0.97  % --res_time_limit                      1000.
% 0.58/0.97  % --res_out_proof                       true
% 0.58/0.97  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_639473.s
% 0.58/0.97  % --modulo                              true
% 0.58/0.97  
% 0.58/0.97  % ------ Combination Options
% 0.58/0.97  
% 0.58/0.97  % --comb_res_mult                       1000
% 0.58/0.97  % --comb_inst_mult                      300
% 0.58/0.97  % ------ 
% 0.58/0.97  
% 0.58/0.97  
% 0.58/0.97  
% 0.58/0.97  % ------ Proving...
% 0.58/0.97  % 
% 0.58/0.97  
% 0.58/0.97  
% 0.58/0.97  %  Resolution empty clause
% 0.58/0.97  
% 0.58/0.97  % ------                             Statistics
% 0.58/0.97  
% 0.58/0.97  % ------ General
% 0.58/0.97  
% 0.58/0.97  % num_of_input_clauses:                 417
% 0.58/0.97  % num_of_input_neg_conjectures:         1
% 0.58/0.97  % num_of_splits:                        0
% 0.58/0.97  % num_of_split_atoms:                   0
% 0.58/0.97  % num_of_sem_filtered_clauses:          0
% 0.58/0.97  % num_of_subtypes:                      0
% 0.58/0.97  % monotx_restored_types:                0
% 0.58/0.97  % sat_num_of_epr_types:                 0
% 0.58/0.97  % sat_num_of_non_cyclic_types:          0
% 0.58/0.97  % sat_guarded_non_collapsed_types:      0
% 0.58/0.97  % is_epr:                               0
% 0.58/0.97  % is_horn:                              0
% 0.58/0.97  % has_eq:                               1
% 0.58/0.97  % num_pure_diseq_elim:                  0
% 0.58/0.97  % simp_replaced_by:                     0
% 0.58/0.97  % res_preprocessed:                     10
% 0.58/0.97  % prep_upred:                           0
% 0.58/0.97  % prep_unflattend:                      0
% 0.58/0.97  % pred_elim_cands:                      2
% 0.58/0.97  % pred_elim:                            1
% 0.58/0.97  % pred_elim_cl:                         3
% 0.58/0.97  % pred_elim_cycles:                     2
% 0.58/0.97  % forced_gc_time:                       0
% 0.58/0.97  % gc_basic_clause_elim:                 0
% 0.58/0.97  % parsing_time:                         0.02
% 0.58/0.97  % sem_filter_time:                      0.
% 0.58/0.97  % pred_elim_time:                       0.001
% 0.58/0.97  % out_proof_time:                       0.001
% 0.58/0.97  % monotx_time:                          0.
% 0.58/0.97  % subtype_inf_time:                     0.
% 0.58/0.97  % unif_index_cands_time:                0.
% 0.58/0.97  % unif_index_add_time:                  0.
% 0.58/0.97  % total_time:                           0.233
% 0.58/0.97  % num_of_symbols:                       66
% 0.58/0.97  % num_of_terms:                         872
% 0.58/0.97  
% 0.58/0.97  % ------ Propositional Solver
% 0.58/0.97  
% 0.58/0.97  % prop_solver_calls:                    1
% 0.58/0.97  % prop_fast_solver_calls:               32
% 0.58/0.97  % prop_num_of_clauses:                  319
% 0.58/0.97  % prop_preprocess_simplified:           1374
% 0.58/0.97  % prop_fo_subsumed:                     1
% 0.58/0.97  % prop_solver_time:                     0.
% 0.58/0.97  % prop_fast_solver_time:                0.
% 0.58/0.97  % prop_unsat_core_time:                 0.
% 0.58/0.97  
% 0.58/0.97  % ------ QBF 
% 0.58/0.97  
% 0.58/0.97  % qbf_q_res:                            0
% 0.58/0.97  % qbf_num_tautologies:                  0
% 0.58/0.97  % qbf_prep_cycles:                      0
% 0.58/0.97  
% 0.58/0.97  % ------ BMC1
% 0.58/0.97  
% 0.58/0.97  % bmc1_current_bound:                   -1
% 0.58/0.97  % bmc1_last_solved_bound:               -1
% 0.58/0.97  % bmc1_unsat_core_size:                 -1
% 0.58/0.97  % bmc1_unsat_core_parents_size:         -1
% 0.58/0.97  % bmc1_merge_next_fun:                  0
% 0.58/0.97  % bmc1_unsat_core_clauses_time:         0.
% 0.58/0.97  
% 0.58/0.97  % ------ Instantiation
% 0.58/0.97  
% 0.58/0.97  % inst_num_of_clauses:                  412
% 0.58/0.97  % inst_num_in_passive:                  0
% 0.58/0.97  % inst_num_in_active:                   0
% 0.58/0.97  % inst_num_in_unprocessed:              414
% 0.58/0.97  % inst_num_of_loops:                    0
% 0.58/0.97  % inst_num_of_learning_restarts:        0
% 0.58/0.97  % inst_num_moves_active_passive:        0
% 0.58/0.97  % inst_lit_activity:                    0
% 0.58/0.97  % inst_lit_activity_moves:              0
% 0.58/0.97  % inst_num_tautologies:                 0
% 0.58/0.97  % inst_num_prop_implied:                0
% 0.58/0.97  % inst_num_existing_simplified:         0
% 0.58/0.97  % inst_num_eq_res_simplified:           0
% 0.58/0.97  % inst_num_child_elim:                  0
% 0.58/0.97  % inst_num_of_dismatching_blockings:    0
% 0.58/0.97  % inst_num_of_non_proper_insts:         0
% 0.58/0.97  % inst_num_of_duplicates:               0
% 0.58/0.97  % inst_inst_num_from_inst_to_res:       0
% 0.58/0.97  % inst_dismatching_checking_time:       0.
% 0.58/0.97  
% 0.58/0.97  % ------ Resolution
% 0.58/0.97  
% 0.58/0.97  % res_num_of_clauses:                   553
% 0.58/0.97  % res_num_in_passive:                   49
% 0.58/0.97  % res_num_in_active:                    163
% 0.58/0.97  % res_num_of_loops:                     45
% 0.58/0.97  % res_forward_subset_subsumed:          305
% 0.58/0.97  % res_backward_subset_subsumed:         3
% 0.58/0.97  % res_forward_subsumed:                 0
% 0.58/0.97  % res_backward_subsumed:                0
% 0.58/0.97  % res_forward_subsumption_resolution:   4
% 0.58/0.97  % res_backward_subsumption_resolution:  0
% 0.58/0.97  % res_clause_to_clause_subsumption:     28
% 0.58/0.97  % res_orphan_elimination:               0
% 0.58/0.97  % res_tautology_del:                    0
% 0.58/0.97  % res_num_eq_res_simplified:            0
% 0.58/0.97  % res_num_sel_changes:                  0
% 0.58/0.97  % res_moves_from_active_to_pass:        0
% 0.58/0.97  
% 0.58/0.97  % Status Unsatisfiable
% 0.58/0.97  % SZS status Theorem
% 0.58/0.97  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------