TSTP Solution File: CSR008+1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : CSR008+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.3ILuVDqHt2 true

% Computer : n022.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Aug 30 22:05:14 EDT 2023

% Result   : Theorem 49.47s 7.75s
% Output   : Refutation 49.47s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   36
%            Number of leaves      :   67
% Syntax   : Number of formulae    :  269 (  63 unt;  36 typ;   0 def)
%            Number of atoms       :  546 ( 143 equ;   0 cnn)
%            Maximal formula atoms :   11 (   2 avg)
%            Number of connectives : 1726 ( 142   ~; 252   |;  36   &;1271   @)
%                                         (  18 <=>;   7  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   69 (  69   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   32 (  30 usr;  10 con; 0-4 aty)
%            Number of variables   :  297 (   0   ^; 288   !;   9   ?; 297   :)

% Comments : 
%------------------------------------------------------------------------------
thf(zip_tseitin_0_type,type,
    zip_tseitin_0: $i > $i > $i > $i > $o ).

thf(waterLevel_type,type,
    waterLevel: $i > $i ).

thf(zip_tseitin_3_type,type,
    zip_tseitin_3: $i > $i > $o ).

thf(n3_type,type,
    n3: $i ).

thf(tapOn_type,type,
    tapOn: $i ).

thf(spilling_type,type,
    spilling: $i ).

thf(releases_type,type,
    releases: $i > $i > $i > $o ).

thf(initiates_type,type,
    initiates: $i > $i > $i > $o ).

thf(happens_type,type,
    happens: $i > $i > $o ).

thf(n1_type,type,
    n1: $i ).

thf(filling_type,type,
    filling: $i ).

thf(zip_tseitin_5_type,type,
    zip_tseitin_5: $i > $i > $o ).

thf(sk__1_type,type,
    sk__1: $i > $i > $i > $i ).

thf(less_or_equal_type,type,
    less_or_equal: $i > $i > $o ).

thf(sk__type,type,
    sk_: $i > $i > $i > $i ).

thf(trajectory_type,type,
    trajectory: $i > $i > $i > $i > $o ).

thf(sk__6_type,type,
    sk__6: $i > $i > $i ).

thf(n2_type,type,
    n2: $i ).

thf(overflow_type,type,
    overflow: $i ).

thf(releasedAt_type,type,
    releasedAt: $i > $i > $o ).

thf(less_type,type,
    less: $i > $i > $o ).

thf(plus_type,type,
    plus: $i > $i > $i ).

thf(stoppedIn_type,type,
    stoppedIn: $i > $i > $i > $o ).

thf(holdsAt_type,type,
    holdsAt: $i > $i > $o ).

thf(n0_type,type,
    n0: $i ).

thf(zip_tseitin_4_type,type,
    zip_tseitin_4: $i > $i > $o ).

thf(terminates_type,type,
    terminates: $i > $i > $i > $o ).

thf(zip_tseitin_1_type,type,
    zip_tseitin_1: $i > $i > $i > $i > $o ).

thf(tapOff_type,type,
    tapOff: $i ).

thf(zip_tseitin_2_type,type,
    zip_tseitin_2: $i > $i > $o ).

thf(less_or_equal,axiom,
    ! [X: $i,Y: $i] :
      ( ( less_or_equal @ X @ Y )
    <=> ( ( less @ X @ Y )
        | ( X = Y ) ) ) ).

thf(zip_derived_cl86,plain,
    ! [X0: $i,X1: $i] :
      ( ( less_or_equal @ X0 @ X1 )
      | ( X0 != X1 ) ),
    inference(cnf,[status(esa)],[less_or_equal]) ).

thf(zip_derived_cl120,plain,
    ! [X0: $i] : ( less_or_equal @ X0 @ X0 ),
    inference(eq_res,[status(thm)],[zip_derived_cl86]) ).

thf(less2,axiom,
    ! [X: $i] :
      ( ( less @ X @ n2 )
    <=> ( less_or_equal @ X @ n1 ) ) ).

thf(zip_derived_cl91,plain,
    ! [X0: $i] :
      ( ( less @ X0 @ n2 )
      | ~ ( less_or_equal @ X0 @ n1 ) ),
    inference(cnf,[status(esa)],[less2]) ).

thf(zip_derived_cl121,plain,
    less @ n1 @ n2,
    inference('sup-',[status(thm)],[zip_derived_cl120,zip_derived_cl91]) ).

thf(initiates_all_defn,axiom,
    ! [Event: $i,Fluent: $i,Time: $i] :
      ( ( initiates @ Event @ Fluent @ Time )
    <=> ( ? [Height: $i] :
            ( ( holdsAt @ ( waterLevel @ Height ) @ Time )
            & ( Event = overflow )
            & ( Fluent
              = ( waterLevel @ Height ) ) )
        | ? [Height: $i] :
            ( ( holdsAt @ ( waterLevel @ Height ) @ Time )
            & ( Event = tapOff )
            & ( Fluent
              = ( waterLevel @ Height ) ) )
        | ( ( Fluent = spilling )
          & ( Event = overflow ) )
        | ( ( Fluent = filling )
          & ( Event = tapOn ) ) ) ) ).

thf(zf_stmt_0,axiom,
    ! [Fluent: $i,Event: $i] :
      ( ( zip_tseitin_3 @ Fluent @ Event )
    <=> ( ( Event = tapOn )
        & ( Fluent = filling ) ) ) ).

thf(zip_derived_cl38,plain,
    ! [X0: $i,X1: $i] :
      ( ( zip_tseitin_3 @ X0 @ X1 )
      | ( X0 != filling )
      | ( X1 != tapOn ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl156,plain,
    ! [X0: $i] :
      ( ( X0 != tapOn )
      | ( zip_tseitin_3 @ filling @ X0 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl38]) ).

thf(zip_derived_cl326,plain,
    zip_tseitin_3 @ filling @ tapOn,
    inference(eq_res,[status(thm)],[zip_derived_cl156]) ).

thf(zf_stmt_1,type,
    zip_tseitin_3: $i > $i > $o ).

thf(zf_stmt_2,type,
    zip_tseitin_2: $i > $i > $o ).

thf(zf_stmt_3,axiom,
    ! [Fluent: $i,Event: $i] :
      ( ( zip_tseitin_2 @ Fluent @ Event )
    <=> ( ( Event = overflow )
        & ( Fluent = spilling ) ) ) ).

thf(zf_stmt_4,type,
    zip_tseitin_1: $i > $i > $i > $i > $o ).

thf(zf_stmt_5,axiom,
    ! [Height: $i,Time: $i,Fluent: $i,Event: $i] :
      ( ( zip_tseitin_1 @ Height @ Time @ Fluent @ Event )
    <=> ( ( Fluent
          = ( waterLevel @ Height ) )
        & ( Event = tapOff )
        & ( holdsAt @ ( waterLevel @ Height ) @ Time ) ) ) ).

thf(zf_stmt_6,type,
    zip_tseitin_0: $i > $i > $i > $i > $o ).

thf(zf_stmt_7,axiom,
    ! [Height: $i,Time: $i,Fluent: $i,Event: $i] :
      ( ( zip_tseitin_0 @ Height @ Time @ Fluent @ Event )
    <=> ( ( Fluent
          = ( waterLevel @ Height ) )
        & ( Event = overflow )
        & ( holdsAt @ ( waterLevel @ Height ) @ Time ) ) ) ).

thf(zf_stmt_8,axiom,
    ! [Event: $i,Fluent: $i,Time: $i] :
      ( ( initiates @ Event @ Fluent @ Time )
    <=> ( ( zip_tseitin_3 @ Fluent @ Event )
        | ( zip_tseitin_2 @ Fluent @ Event )
        | ? [Height: $i] : ( zip_tseitin_1 @ Height @ Time @ Fluent @ Event )
        | ? [Height: $i] : ( zip_tseitin_0 @ Height @ Time @ Fluent @ Event ) ) ) ).

thf(zip_derived_cl40,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( initiates @ X0 @ X1 @ X2 )
      | ~ ( zip_tseitin_3 @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_8]) ).

thf(zip_derived_cl382,plain,
    ! [X0: $i] : ( initiates @ tapOn @ filling @ X0 ),
    inference('sup-',[status(thm)],[zip_derived_cl326,zip_derived_cl40]) ).

thf(plus0_2,axiom,
    ( ( plus @ n0 @ n2 )
    = n2 ) ).

thf(zip_derived_cl75,plain,
    ( ( plus @ n0 @ n2 )
    = n2 ),
    inference(cnf,[status(esa)],[plus0_2]) ).

thf(waterLevel_0,axiom,
    holdsAt @ ( waterLevel @ n0 ) @ n0 ).

thf(zip_derived_cl109,plain,
    holdsAt @ ( waterLevel @ n0 ) @ n0,
    inference(cnf,[status(esa)],[waterLevel_0]) ).

thf(change_of_waterLevel,axiom,
    ! [Height1: $i,Time: $i,Height2: $i,Offset: $i] :
      ( ( ( holdsAt @ ( waterLevel @ Height1 ) @ Time )
        & ( Height2
          = ( plus @ Height1 @ Offset ) ) )
     => ( trajectory @ filling @ Time @ ( waterLevel @ Height2 ) @ Offset ) ) ).

thf(zip_derived_cl63,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ~ ( holdsAt @ ( waterLevel @ X0 ) @ X1 )
      | ( X3
       != ( plus @ X0 @ X2 ) )
      | ( trajectory @ filling @ X1 @ ( waterLevel @ X3 ) @ X2 ) ),
    inference(cnf,[status(esa)],[change_of_waterLevel]) ).

thf(zip_derived_cl328,plain,
    ! [X0: $i,X1: $i] :
      ( ( trajectory @ filling @ n0 @ ( waterLevel @ X1 ) @ X0 )
      | ( X1
       != ( plus @ n0 @ X0 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl109,zip_derived_cl63]) ).

thf(zip_derived_cl1635,plain,
    ! [X0: $i] :
      ( ( X0 != n2 )
      | ( trajectory @ filling @ n0 @ ( waterLevel @ X0 ) @ n2 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl75,zip_derived_cl328]) ).

thf(zip_derived_cl1637,plain,
    trajectory @ filling @ n0 @ ( waterLevel @ n2 ) @ n2,
    inference(eq_res,[status(thm)],[zip_derived_cl1635]) ).

thf(zip_derived_cl120_001,plain,
    ! [X0: $i] : ( less_or_equal @ X0 @ X0 ),
    inference(eq_res,[status(thm)],[zip_derived_cl86]) ).

thf(less1,axiom,
    ! [X: $i] :
      ( ( less @ X @ n1 )
    <=> ( less_or_equal @ X @ n0 ) ) ).

thf(zip_derived_cl89,plain,
    ! [X0: $i] :
      ( ( less @ X0 @ n1 )
      | ~ ( less_or_equal @ X0 @ n0 ) ),
    inference(cnf,[status(esa)],[less1]) ).

thf(zip_derived_cl128,plain,
    less @ n0 @ n1,
    inference('sup-',[status(thm)],[zip_derived_cl120,zip_derived_cl89]) ).

thf(zip_derived_cl85,plain,
    ! [X0: $i,X1: $i] :
      ( ( less_or_equal @ X0 @ X1 )
      | ~ ( less @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[less_or_equal]) ).

thf(zip_derived_cl145,plain,
    less_or_equal @ n0 @ n1,
    inference('sup-',[status(thm)],[zip_derived_cl128,zip_derived_cl85]) ).

thf(zip_derived_cl91_002,plain,
    ! [X0: $i] :
      ( ( less @ X0 @ n2 )
      | ~ ( less_or_equal @ X0 @ n1 ) ),
    inference(cnf,[status(esa)],[less2]) ).

thf(zip_derived_cl158,plain,
    less @ n0 @ n2,
    inference('sup-',[status(thm)],[zip_derived_cl145,zip_derived_cl91]) ).

thf(change_holding,axiom,
    ! [Event: $i,Time: $i,Fluent: $i,Fluent2: $i,Offset: $i] :
      ( ( ( happens @ Event @ Time )
        & ( initiates @ Event @ Fluent @ Time )
        & ( less @ n0 @ Offset )
        & ( trajectory @ Fluent @ Time @ Fluent2 @ Offset )
        & ~ ( stoppedIn @ Time @ Fluent @ ( plus @ Time @ Offset ) ) )
     => ( holdsAt @ Fluent2 @ ( plus @ Time @ Offset ) ) ) ).

thf(zip_derived_cl10,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i,X4: $i] :
      ( ~ ( initiates @ X0 @ X1 @ X2 )
      | ~ ( happens @ X0 @ X2 )
      | ~ ( less @ n0 @ X3 )
      | ~ ( trajectory @ X1 @ X2 @ X4 @ X3 )
      | ( stoppedIn @ X2 @ X1 @ ( plus @ X2 @ X3 ) )
      | ( holdsAt @ X4 @ ( plus @ X2 @ X3 ) ) ),
    inference(cnf,[status(esa)],[change_holding]) ).

thf(zip_derived_cl321,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( holdsAt @ X1 @ ( plus @ X0 @ n2 ) )
      | ( stoppedIn @ X0 @ X2 @ ( plus @ X0 @ n2 ) )
      | ~ ( trajectory @ X2 @ X0 @ X1 @ n2 )
      | ~ ( happens @ X3 @ X0 )
      | ~ ( initiates @ X3 @ X2 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl158,zip_derived_cl10]) ).

thf(zip_derived_cl1639,plain,
    ! [X0: $i] :
      ( ~ ( initiates @ X0 @ filling @ n0 )
      | ~ ( happens @ X0 @ n0 )
      | ( stoppedIn @ n0 @ filling @ ( plus @ n0 @ n2 ) )
      | ( holdsAt @ ( waterLevel @ n2 ) @ ( plus @ n0 @ n2 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1637,zip_derived_cl321]) ).

thf(zip_derived_cl75_003,plain,
    ( ( plus @ n0 @ n2 )
    = n2 ),
    inference(cnf,[status(esa)],[plus0_2]) ).

thf(zip_derived_cl75_004,plain,
    ( ( plus @ n0 @ n2 )
    = n2 ),
    inference(cnf,[status(esa)],[plus0_2]) ).

thf(waterLevel_2,conjecture,
    holdsAt @ ( waterLevel @ n2 ) @ n2 ).

thf(zf_stmt_9,negated_conjecture,
    ~ ( holdsAt @ ( waterLevel @ n2 ) @ n2 ),
    inference('cnf.neg',[status(esa)],[waterLevel_2]) ).

thf(zip_derived_cl115,plain,
    ~ ( holdsAt @ ( waterLevel @ n2 ) @ n2 ),
    inference(cnf,[status(esa)],[zf_stmt_9]) ).

thf(zip_derived_cl1641,plain,
    ! [X0: $i] :
      ( ~ ( initiates @ X0 @ filling @ n0 )
      | ~ ( happens @ X0 @ n0 )
      | ( stoppedIn @ n0 @ filling @ n2 ) ),
    inference(demod,[status(thm)],[zip_derived_cl1639,zip_derived_cl75,zip_derived_cl75,zip_derived_cl115]) ).

thf(zip_derived_cl1642,plain,
    ( ( stoppedIn @ n0 @ filling @ n2 )
    | ~ ( happens @ tapOn @ n0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl382,zip_derived_cl1641]) ).

thf(happens_all_defn,axiom,
    ! [Event: $i,Time: $i] :
      ( ( happens @ Event @ Time )
    <=> ( ( ( Event = overflow )
          & ( holdsAt @ filling @ Time )
          & ( holdsAt @ ( waterLevel @ n3 ) @ Time ) )
        | ( ( Time = n0 )
          & ( Event = tapOn ) ) ) ) ).

thf(zf_stmt_10,axiom,
    ! [Time: $i,Event: $i] :
      ( ( zip_tseitin_5 @ Time @ Event )
    <=> ( ( Event = tapOn )
        & ( Time = n0 ) ) ) ).

thf(zip_derived_cl59,plain,
    ! [X0: $i,X1: $i] :
      ( ( zip_tseitin_5 @ X0 @ X1 )
      | ( X0 != n0 )
      | ( X1 != tapOn ) ),
    inference(cnf,[status(esa)],[zf_stmt_10]) ).

thf(zip_derived_cl157,plain,
    ! [X0: $i] :
      ( ( X0 != tapOn )
      | ( zip_tseitin_5 @ n0 @ X0 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl59]) ).

thf(zip_derived_cl327,plain,
    zip_tseitin_5 @ n0 @ tapOn,
    inference(eq_res,[status(thm)],[zip_derived_cl157]) ).

thf(zf_stmt_11,type,
    zip_tseitin_5: $i > $i > $o ).

thf(zf_stmt_12,type,
    zip_tseitin_4: $i > $i > $o ).

thf(zf_stmt_13,axiom,
    ! [Time: $i,Event: $i] :
      ( ( zip_tseitin_4 @ Time @ Event )
    <=> ( ( holdsAt @ ( waterLevel @ n3 ) @ Time )
        & ( holdsAt @ filling @ Time )
        & ( Event = overflow ) ) ) ).

thf(zf_stmt_14,axiom,
    ! [Event: $i,Time: $i] :
      ( ( happens @ Event @ Time )
    <=> ( ( zip_tseitin_5 @ Time @ Event )
        | ( zip_tseitin_4 @ Time @ Event ) ) ) ).

thf(zip_derived_cl61,plain,
    ! [X0: $i,X1: $i] :
      ( ( happens @ X0 @ X1 )
      | ~ ( zip_tseitin_5 @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_14]) ).

thf(zip_derived_cl385,plain,
    happens @ tapOn @ n0,
    inference('sup-',[status(thm)],[zip_derived_cl327,zip_derived_cl61]) ).

thf(zip_derived_cl1643,plain,
    stoppedIn @ n0 @ filling @ n2,
    inference(demod,[status(thm)],[zip_derived_cl1642,zip_derived_cl385]) ).

thf(stoppedin_defn,axiom,
    ! [Time1: $i,Fluent: $i,Time2: $i] :
      ( ( stoppedIn @ Time1 @ Fluent @ Time2 )
    <=> ? [Event: $i,Time: $i] :
          ( ( terminates @ Event @ Fluent @ Time )
          & ( less @ Time @ Time2 )
          & ( less @ Time1 @ Time )
          & ( happens @ Event @ Time ) ) ) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( less @ ( sk__1 @ X0 @ X1 @ X2 ) @ X0 )
      | ~ ( stoppedIn @ X2 @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[stoppedin_defn]) ).

thf(zip_derived_cl1645,plain,
    less @ ( sk__1 @ n2 @ filling @ n0 ) @ n2,
    inference('sup-',[status(thm)],[zip_derived_cl1643,zip_derived_cl1]) ).

thf(less_property,axiom,
    ! [X: $i,Y: $i] :
      ( ( less @ X @ Y )
    <=> ( ~ ( less @ Y @ X )
        & ( Y != X ) ) ) ).

thf(zip_derived_cl108,plain,
    ! [X0: $i,X1: $i] :
      ( ( less @ X0 @ X1 )
      | ( X1 = X0 )
      | ( less @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[less_property]) ).

thf(zip_derived_cl85_005,plain,
    ! [X0: $i,X1: $i] :
      ( ( less_or_equal @ X0 @ X1 )
      | ~ ( less @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[less_or_equal]) ).

thf(zip_derived_cl265,plain,
    ! [X0: $i,X1: $i] :
      ( ( less @ X0 @ X1 )
      | ( X0 = X1 )
      | ( less_or_equal @ X1 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl108,zip_derived_cl85]) ).

thf(zip_derived_cl86_006,plain,
    ! [X0: $i,X1: $i] :
      ( ( less_or_equal @ X0 @ X1 )
      | ( X0 != X1 ) ),
    inference(cnf,[status(esa)],[less_or_equal]) ).

thf(zip_derived_cl696,plain,
    ! [X0: $i,X1: $i] :
      ( ( less_or_equal @ X1 @ X0 )
      | ( less @ X0 @ X1 ) ),
    inference(clc,[status(thm)],[zip_derived_cl265,zip_derived_cl86]) ).

thf(zip_derived_cl90,plain,
    ! [X0: $i] :
      ( ( less_or_equal @ X0 @ n1 )
      | ~ ( less @ X0 @ n2 ) ),
    inference(cnf,[status(esa)],[less2]) ).

thf(zip_derived_cl703,plain,
    ! [X0: $i] :
      ( ( less_or_equal @ n2 @ X0 )
      | ( less_or_equal @ X0 @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl696,zip_derived_cl90]) ).

thf(zip_derived_cl84,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ( less @ X1 @ X0 )
      | ~ ( less_or_equal @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[less_or_equal]) ).

thf(zip_derived_cl817,plain,
    ! [X0: $i] :
      ( ( less_or_equal @ n2 @ X0 )
      | ( less @ X0 @ n1 )
      | ( X0 = n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl703,zip_derived_cl84]) ).

thf(zip_derived_cl88,plain,
    ! [X0: $i] :
      ( ( less_or_equal @ X0 @ n0 )
      | ~ ( less @ X0 @ n1 ) ),
    inference(cnf,[status(esa)],[less1]) ).

thf(zip_derived_cl1070,plain,
    ! [X0: $i] :
      ( ( X0 = n1 )
      | ( less_or_equal @ n2 @ X0 )
      | ( less_or_equal @ X0 @ n0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl817,zip_derived_cl88]) ).

thf(zip_derived_cl84_007,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ( less @ X1 @ X0 )
      | ~ ( less_or_equal @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[less_or_equal]) ).

thf(zip_derived_cl1794,plain,
    ! [X0: $i] :
      ( ( less_or_equal @ n2 @ X0 )
      | ( X0 = n1 )
      | ( less @ X0 @ n0 )
      | ( X0 = n0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1070,zip_derived_cl84]) ).

thf(less0,axiom,
    ~ ? [X: $i] : ( less @ X @ n0 ) ).

thf(zip_derived_cl87,plain,
    ! [X0: $i] :
      ~ ( less @ X0 @ n0 ),
    inference(cnf,[status(esa)],[less0]) ).

thf(zip_derived_cl3131,plain,
    ! [X0: $i] :
      ( ( X0 = n0 )
      | ( X0 = n1 )
      | ( less_or_equal @ n2 @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl1794,zip_derived_cl87]) ).

thf(zip_derived_cl84_008,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ( less @ X1 @ X0 )
      | ~ ( less_or_equal @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[less_or_equal]) ).

thf(zip_derived_cl3132,plain,
    ! [X0: $i] :
      ( ( X0 = n1 )
      | ( X0 = n0 )
      | ( less @ n2 @ X0 )
      | ( n2 = X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl3131,zip_derived_cl84]) ).

thf(zip_derived_cl106,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( less @ X0 @ X1 )
      | ~ ( less @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[less_property]) ).

thf(zip_derived_cl3145,plain,
    ! [X0: $i] :
      ( ( n2 = X0 )
      | ( X0 = n0 )
      | ( X0 = n1 )
      | ~ ( less @ X0 @ n2 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl3132,zip_derived_cl106]) ).

thf(zip_derived_cl107,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 != X0 )
      | ~ ( less @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[less_property]) ).

thf(zip_derived_cl3173,plain,
    ! [X0: $i] :
      ( ~ ( less @ X0 @ n2 )
      | ( X0 = n1 )
      | ( X0 = n0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl3145,zip_derived_cl107]) ).

thf(zip_derived_cl3193,plain,
    ( ( ( sk__1 @ n2 @ filling @ n0 )
      = n0 )
    | ( ( sk__1 @ n2 @ filling @ n0 )
      = n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1645,zip_derived_cl3173]) ).

thf(zip_derived_cl1643_009,plain,
    stoppedIn @ n0 @ filling @ n2,
    inference(demod,[status(thm)],[zip_derived_cl1642,zip_derived_cl385]) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( terminates @ ( sk_ @ X0 @ X1 @ X2 ) @ X1 @ ( sk__1 @ X0 @ X1 @ X2 ) )
      | ~ ( stoppedIn @ X2 @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[stoppedin_defn]) ).

thf(zip_derived_cl1644,plain,
    terminates @ ( sk_ @ n2 @ filling @ n0 ) @ filling @ ( sk__1 @ n2 @ filling @ n0 ),
    inference('sup-',[status(thm)],[zip_derived_cl1643,zip_derived_cl0]) ).

thf(terminates_all_defn,axiom,
    ! [Event: $i,Fluent: $i,Time: $i] :
      ( ( terminates @ Event @ Fluent @ Time )
    <=> ( ( ( Event = tapOff )
          & ( Fluent = filling ) )
        | ( ( Event = overflow )
          & ( Fluent = filling ) ) ) ) ).

thf(zip_derived_cl45,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( X0 = overflow )
      | ( X0 = tapOff )
      | ~ ( terminates @ X0 @ X1 @ X2 ) ),
    inference(cnf,[status(esa)],[terminates_all_defn]) ).

thf(zip_derived_cl2089,plain,
    ( ( ( sk_ @ n2 @ filling @ n0 )
      = tapOff )
    | ( ( sk_ @ n2 @ filling @ n0 )
      = overflow ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1644,zip_derived_cl45]) ).

thf(zip_derived_cl1643_010,plain,
    stoppedIn @ n0 @ filling @ n2,
    inference(demod,[status(thm)],[zip_derived_cl1642,zip_derived_cl385]) ).

thf(zip_derived_cl3,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( happens @ ( sk_ @ X0 @ X1 @ X2 ) @ ( sk__1 @ X0 @ X1 @ X2 ) )
      | ~ ( stoppedIn @ X2 @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[stoppedin_defn]) ).

thf(zip_derived_cl1646,plain,
    happens @ ( sk_ @ n2 @ filling @ n0 ) @ ( sk__1 @ n2 @ filling @ n0 ),
    inference('sup-',[status(thm)],[zip_derived_cl1643,zip_derived_cl3]) ).

thf(zip_derived_cl2093,plain,
    ( ( happens @ overflow @ ( sk__1 @ n2 @ filling @ n0 ) )
    | ( ( sk_ @ n2 @ filling @ n0 )
      = tapOff ) ),
    inference('sup+',[status(thm)],[zip_derived_cl2089,zip_derived_cl1646]) ).

thf(zip_derived_cl3368,plain,
    ( ( happens @ overflow @ n1 )
    | ( ( sk__1 @ n2 @ filling @ n0 )
      = n0 )
    | ( ( sk_ @ n2 @ filling @ n0 )
      = tapOff ) ),
    inference('sup+',[status(thm)],[zip_derived_cl3193,zip_derived_cl2093]) ).

thf(zip_derived_cl1643_011,plain,
    stoppedIn @ n0 @ filling @ n2,
    inference(demod,[status(thm)],[zip_derived_cl1642,zip_derived_cl385]) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( less @ X0 @ ( sk__1 @ X1 @ X2 @ X0 ) )
      | ~ ( stoppedIn @ X0 @ X2 @ X1 ) ),
    inference(cnf,[status(esa)],[stoppedin_defn]) ).

thf(zip_derived_cl1647,plain,
    less @ n0 @ ( sk__1 @ n2 @ filling @ n0 ),
    inference('sup-',[status(thm)],[zip_derived_cl1643,zip_derived_cl2]) ).

thf(zip_derived_cl6339,plain,
    ( ( less @ n0 @ n0 )
    | ( ( sk_ @ n2 @ filling @ n0 )
      = tapOff )
    | ( happens @ overflow @ n1 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl3368,zip_derived_cl1647]) ).

thf(zip_derived_cl87_012,plain,
    ! [X0: $i] :
      ~ ( less @ X0 @ n0 ),
    inference(cnf,[status(esa)],[less0]) ).

thf(zip_derived_cl6392,plain,
    ( ( ( sk_ @ n2 @ filling @ n0 )
      = tapOff )
    | ( happens @ overflow @ n1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl6339,zip_derived_cl87]) ).

thf(zip_derived_cl3193_013,plain,
    ( ( ( sk__1 @ n2 @ filling @ n0 )
      = n0 )
    | ( ( sk__1 @ n2 @ filling @ n0 )
      = n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1645,zip_derived_cl3173]) ).

thf(zip_derived_cl1646_014,plain,
    happens @ ( sk_ @ n2 @ filling @ n0 ) @ ( sk__1 @ n2 @ filling @ n0 ),
    inference('sup-',[status(thm)],[zip_derived_cl1643,zip_derived_cl3]) ).

thf(zip_derived_cl3338,plain,
    ( ( happens @ ( sk_ @ n2 @ filling @ n0 ) @ n1 )
    | ( ( sk__1 @ n2 @ filling @ n0 )
      = n0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl3193,zip_derived_cl1646]) ).

thf(zip_derived_cl6436,plain,
    ( ( happens @ tapOff @ n1 )
    | ( happens @ overflow @ n1 )
    | ( ( sk__1 @ n2 @ filling @ n0 )
      = n0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl6392,zip_derived_cl3338]) ).

thf(zip_derived_cl1647_015,plain,
    less @ n0 @ ( sk__1 @ n2 @ filling @ n0 ),
    inference('sup-',[status(thm)],[zip_derived_cl1643,zip_derived_cl2]) ).

thf(zip_derived_cl6458,plain,
    ( ( less @ n0 @ n0 )
    | ( happens @ overflow @ n1 )
    | ( happens @ tapOff @ n1 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl6436,zip_derived_cl1647]) ).

thf(zip_derived_cl87_016,plain,
    ! [X0: $i] :
      ~ ( less @ X0 @ n0 ),
    inference(cnf,[status(esa)],[less0]) ).

thf(zip_derived_cl6510,plain,
    ( ( happens @ overflow @ n1 )
    | ( happens @ tapOff @ n1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl6458,zip_derived_cl87]) ).

thf(zip_derived_cl382_017,plain,
    ! [X0: $i] : ( initiates @ tapOn @ filling @ X0 ),
    inference('sup-',[status(thm)],[zip_derived_cl326,zip_derived_cl40]) ).

thf(plus0_1,axiom,
    ( ( plus @ n0 @ n1 )
    = n1 ) ).

thf(zip_derived_cl74,plain,
    ( ( plus @ n0 @ n1 )
    = n1 ),
    inference(cnf,[status(esa)],[plus0_1]) ).

thf(zip_derived_cl328_018,plain,
    ! [X0: $i,X1: $i] :
      ( ( trajectory @ filling @ n0 @ ( waterLevel @ X1 ) @ X0 )
      | ( X1
       != ( plus @ n0 @ X0 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl109,zip_derived_cl63]) ).

thf(zip_derived_cl1633,plain,
    ! [X0: $i] :
      ( ( X0 != n1 )
      | ( trajectory @ filling @ n0 @ ( waterLevel @ X0 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl74,zip_derived_cl328]) ).

thf(zip_derived_cl1663,plain,
    trajectory @ filling @ n0 @ ( waterLevel @ n1 ) @ n1,
    inference(eq_res,[status(thm)],[zip_derived_cl1633]) ).

thf(zip_derived_cl128_019,plain,
    less @ n0 @ n1,
    inference('sup-',[status(thm)],[zip_derived_cl120,zip_derived_cl89]) ).

thf(zip_derived_cl10_020,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i,X4: $i] :
      ( ~ ( initiates @ X0 @ X1 @ X2 )
      | ~ ( happens @ X0 @ X2 )
      | ~ ( less @ n0 @ X3 )
      | ~ ( trajectory @ X1 @ X2 @ X4 @ X3 )
      | ( stoppedIn @ X2 @ X1 @ ( plus @ X2 @ X3 ) )
      | ( holdsAt @ X4 @ ( plus @ X2 @ X3 ) ) ),
    inference(cnf,[status(esa)],[change_holding]) ).

thf(zip_derived_cl319,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( holdsAt @ X1 @ ( plus @ X0 @ n1 ) )
      | ( stoppedIn @ X0 @ X2 @ ( plus @ X0 @ n1 ) )
      | ~ ( trajectory @ X2 @ X0 @ X1 @ n1 )
      | ~ ( happens @ X3 @ X0 )
      | ~ ( initiates @ X3 @ X2 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl128,zip_derived_cl10]) ).

thf(zip_derived_cl1819,plain,
    ! [X0: $i] :
      ( ~ ( initiates @ X0 @ filling @ n0 )
      | ~ ( happens @ X0 @ n0 )
      | ( stoppedIn @ n0 @ filling @ ( plus @ n0 @ n1 ) )
      | ( holdsAt @ ( waterLevel @ n1 ) @ ( plus @ n0 @ n1 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1663,zip_derived_cl319]) ).

thf(zip_derived_cl74_021,plain,
    ( ( plus @ n0 @ n1 )
    = n1 ),
    inference(cnf,[status(esa)],[plus0_1]) ).

thf(zip_derived_cl74_022,plain,
    ( ( plus @ n0 @ n1 )
    = n1 ),
    inference(cnf,[status(esa)],[plus0_1]) ).

thf(zip_derived_cl1821,plain,
    ! [X0: $i] :
      ( ~ ( initiates @ X0 @ filling @ n0 )
      | ~ ( happens @ X0 @ n0 )
      | ( stoppedIn @ n0 @ filling @ n1 )
      | ( holdsAt @ ( waterLevel @ n1 ) @ n1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl1819,zip_derived_cl74,zip_derived_cl74]) ).

thf(zip_derived_cl4857,plain,
    ( ( holdsAt @ ( waterLevel @ n1 ) @ n1 )
    | ( stoppedIn @ n0 @ filling @ n1 )
    | ~ ( happens @ tapOn @ n0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl382,zip_derived_cl1821]) ).

thf(zip_derived_cl385_023,plain,
    happens @ tapOn @ n0,
    inference('sup-',[status(thm)],[zip_derived_cl327,zip_derived_cl61]) ).

thf(zip_derived_cl4859,plain,
    ( ( holdsAt @ ( waterLevel @ n1 ) @ n1 )
    | ( stoppedIn @ n0 @ filling @ n1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl4857,zip_derived_cl385]) ).

thf(zip_derived_cl28,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( zip_tseitin_0 @ X0 @ X1 @ X2 @ X3 )
      | ~ ( holdsAt @ ( waterLevel @ X0 ) @ X1 )
      | ( X3 != overflow )
      | ( X2
       != ( waterLevel @ X0 ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_7]) ).

thf(zip_derived_cl4865,plain,
    ! [X0: $i,X1: $i] :
      ( ( stoppedIn @ n0 @ filling @ n1 )
      | ( X0
       != ( waterLevel @ n1 ) )
      | ( X1 != overflow )
      | ( zip_tseitin_0 @ n1 @ n1 @ X0 @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4859,zip_derived_cl28]) ).

thf(zip_derived_cl4908,plain,
    ! [X0: $i] :
      ( ( zip_tseitin_0 @ n1 @ n1 @ ( waterLevel @ n1 ) @ X0 )
      | ( X0 != overflow )
      | ( stoppedIn @ n0 @ filling @ n1 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl4865]) ).

thf(zip_derived_cl4909,plain,
    ( ( stoppedIn @ n0 @ filling @ n1 )
    | ( zip_tseitin_0 @ n1 @ n1 @ ( waterLevel @ n1 ) @ overflow ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl4908]) ).

thf(zip_derived_cl43,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( initiates @ X0 @ X1 @ X2 )
      | ~ ( zip_tseitin_0 @ X3 @ X2 @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_8]) ).

thf(zip_derived_cl5106,plain,
    ( ( stoppedIn @ n0 @ filling @ n1 )
    | ( initiates @ overflow @ ( waterLevel @ n1 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4909,zip_derived_cl43]) ).

thf(zip_derived_cl385_024,plain,
    happens @ tapOn @ n0,
    inference('sup-',[status(thm)],[zip_derived_cl327,zip_derived_cl61]) ).

thf(releases_all_defn,axiom,
    ! [Event: $i,Fluent: $i,Time: $i] :
      ( ( releases @ Event @ Fluent @ Time )
    <=> ? [Height: $i] :
          ( ( Fluent
            = ( waterLevel @ Height ) )
          & ( Event = tapOn ) ) ) ).

thf(zip_derived_cl52,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( releases @ X0 @ X1 @ X2 )
      | ( X1
       != ( waterLevel @ X3 ) )
      | ( X0 != tapOn ) ),
    inference(cnf,[status(esa)],[releases_all_defn]) ).

thf(zip_derived_cl195,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( X0 != tapOn )
      | ( releases @ X0 @ ( waterLevel @ X2 ) @ X1 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl52]) ).

thf(zip_derived_cl550,plain,
    ! [X0: $i,X1: $i] : ( releases @ tapOn @ ( waterLevel @ X1 ) @ X0 ),
    inference(eq_res,[status(thm)],[zip_derived_cl195]) ).

thf(happens_releases,axiom,
    ! [Event: $i,Time: $i,Fluent: $i] :
      ( ( ( happens @ Event @ Time )
        & ( releases @ Event @ Fluent @ Time ) )
     => ( releasedAt @ Fluent @ ( plus @ Time @ n1 ) ) ) ).

thf(zip_derived_cl22,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( happens @ X0 @ X1 )
      | ~ ( releases @ X0 @ X2 @ X1 )
      | ( releasedAt @ X2 @ ( plus @ X1 @ n1 ) ) ),
    inference(cnf,[status(esa)],[happens_releases]) ).

thf(zip_derived_cl612,plain,
    ! [X0: $i,X1: $i] :
      ( ( releasedAt @ ( waterLevel @ X1 ) @ ( plus @ X0 @ n1 ) )
      | ~ ( happens @ tapOn @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl550,zip_derived_cl22]) ).

thf(zip_derived_cl904,plain,
    ! [X0: $i] : ( releasedAt @ ( waterLevel @ X0 ) @ ( plus @ n0 @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl385,zip_derived_cl612]) ).

thf(zip_derived_cl74_025,plain,
    ( ( plus @ n0 @ n1 )
    = n1 ),
    inference(cnf,[status(esa)],[plus0_1]) ).

thf(zip_derived_cl905,plain,
    ! [X0: $i] : ( releasedAt @ ( waterLevel @ X0 ) @ n1 ),
    inference(demod,[status(thm)],[zip_derived_cl904,zip_derived_cl74]) ).

thf(keep_released,axiom,
    ! [Fluent: $i,Time: $i] :
      ( ( ( releasedAt @ Fluent @ Time )
        & ~ ? [Event: $i] :
              ( ( ( terminates @ Event @ Fluent @ Time )
                | ( initiates @ Event @ Fluent @ Time ) )
              & ( happens @ Event @ Time ) ) )
     => ( releasedAt @ Fluent @ ( plus @ Time @ n1 ) ) ) ).

thf(zip_derived_cl16,plain,
    ! [X0: $i,X1: $i] :
      ( ( releasedAt @ X0 @ ( plus @ X1 @ n1 ) )
      | ( happens @ ( sk__6 @ X1 @ X0 ) @ X1 )
      | ~ ( releasedAt @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[keep_released]) ).

thf(zip_derived_cl906,plain,
    ! [X0: $i] :
      ( ( happens @ ( sk__6 @ n1 @ ( waterLevel @ X0 ) ) @ n1 )
      | ( releasedAt @ ( waterLevel @ X0 ) @ ( plus @ n1 @ n1 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl905,zip_derived_cl16]) ).

thf(plus1_1,axiom,
    ( ( plus @ n1 @ n1 )
    = n2 ) ).

thf(zip_derived_cl77,plain,
    ( ( plus @ n1 @ n1 )
    = n2 ),
    inference(cnf,[status(esa)],[plus1_1]) ).

thf(zip_derived_cl910,plain,
    ! [X0: $i] :
      ( ( happens @ ( sk__6 @ n1 @ ( waterLevel @ X0 ) ) @ n1 )
      | ( releasedAt @ ( waterLevel @ X0 ) @ n2 ) ),
    inference(demod,[status(thm)],[zip_derived_cl906,zip_derived_cl77]) ).

thf(zip_derived_cl60,plain,
    ! [X0: $i,X1: $i] :
      ( ( zip_tseitin_4 @ X0 @ X1 )
      | ( zip_tseitin_5 @ X0 @ X1 )
      | ~ ( happens @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_14]) ).

thf(zip_derived_cl3864,plain,
    ! [X0: $i] :
      ( ( releasedAt @ ( waterLevel @ X0 ) @ n2 )
      | ( zip_tseitin_5 @ n1 @ ( sk__6 @ n1 @ ( waterLevel @ X0 ) ) )
      | ( zip_tseitin_4 @ n1 @ ( sk__6 @ n1 @ ( waterLevel @ X0 ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl910,zip_derived_cl60]) ).

thf(zip_derived_cl53,plain,
    ! [X0: $i,X1: $i] :
      ( ( holdsAt @ ( waterLevel @ n3 ) @ X0 )
      | ~ ( zip_tseitin_4 @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_13]) ).

thf(zip_derived_cl35448,plain,
    ! [X0: $i] :
      ( ( zip_tseitin_5 @ n1 @ ( sk__6 @ n1 @ ( waterLevel @ X0 ) ) )
      | ( releasedAt @ ( waterLevel @ X0 ) @ n2 )
      | ( holdsAt @ ( waterLevel @ n3 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl3864,zip_derived_cl53]) ).

thf(zip_derived_cl57,plain,
    ! [X0: $i,X1: $i] :
      ( ( X0 = tapOn )
      | ~ ( zip_tseitin_5 @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_10]) ).

thf(zip_derived_cl35462,plain,
    ! [X0: $i] :
      ( ( holdsAt @ ( waterLevel @ n3 ) @ n1 )
      | ( releasedAt @ ( waterLevel @ X0 ) @ n2 )
      | ( ( sk__6 @ n1 @ ( waterLevel @ X0 ) )
        = tapOn ) ),
    inference('sup-',[status(thm)],[zip_derived_cl35448,zip_derived_cl57]) ).

thf(zip_derived_cl910_026,plain,
    ! [X0: $i] :
      ( ( happens @ ( sk__6 @ n1 @ ( waterLevel @ X0 ) ) @ n1 )
      | ( releasedAt @ ( waterLevel @ X0 ) @ n2 ) ),
    inference(demod,[status(thm)],[zip_derived_cl906,zip_derived_cl77]) ).

thf(zip_derived_cl36367,plain,
    ! [X0: $i] :
      ( ( happens @ tapOn @ n1 )
      | ( releasedAt @ ( waterLevel @ X0 ) @ n2 )
      | ( holdsAt @ ( waterLevel @ n3 ) @ n1 )
      | ( releasedAt @ ( waterLevel @ X0 ) @ n2 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl35462,zip_derived_cl910]) ).

thf(zip_derived_cl36385,plain,
    ! [X0: $i] :
      ( ( holdsAt @ ( waterLevel @ n3 ) @ n1 )
      | ( releasedAt @ ( waterLevel @ X0 ) @ n2 )
      | ( happens @ tapOn @ n1 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl36367]) ).

thf(zip_derived_cl56,plain,
    ! [X0: $i,X1: $i] :
      ( ( zip_tseitin_4 @ X0 @ X1 )
      | ( X1 != overflow )
      | ~ ( holdsAt @ filling @ X0 )
      | ~ ( holdsAt @ ( waterLevel @ n3 ) @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_13]) ).

thf(zip_derived_cl36407,plain,
    ! [X0: $i,X1: $i] :
      ( ( happens @ tapOn @ n1 )
      | ( releasedAt @ ( waterLevel @ X1 ) @ n2 )
      | ~ ( holdsAt @ filling @ n1 )
      | ( X0 != overflow )
      | ( zip_tseitin_4 @ n1 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl36385,zip_derived_cl56]) ).

thf(zip_derived_cl385_027,plain,
    happens @ tapOn @ n0,
    inference('sup-',[status(thm)],[zip_derived_cl327,zip_derived_cl61]) ).

thf(zip_derived_cl382_028,plain,
    ! [X0: $i] : ( initiates @ tapOn @ filling @ X0 ),
    inference('sup-',[status(thm)],[zip_derived_cl326,zip_derived_cl40]) ).

thf(happens_holds,axiom,
    ! [Event: $i,Time: $i,Fluent: $i] :
      ( ( ( happens @ Event @ Time )
        & ( initiates @ Event @ Fluent @ Time ) )
     => ( holdsAt @ Fluent @ ( plus @ Time @ n1 ) ) ) ).

thf(zip_derived_cl20,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( happens @ X0 @ X1 )
      | ~ ( initiates @ X0 @ X2 @ X1 )
      | ( holdsAt @ X2 @ ( plus @ X1 @ n1 ) ) ),
    inference(cnf,[status(esa)],[happens_holds]) ).

thf(zip_derived_cl557,plain,
    ! [X0: $i] :
      ( ( holdsAt @ filling @ ( plus @ X0 @ n1 ) )
      | ~ ( happens @ tapOn @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl382,zip_derived_cl20]) ).

thf(zip_derived_cl677,plain,
    holdsAt @ filling @ ( plus @ n0 @ n1 ),
    inference('sup-',[status(thm)],[zip_derived_cl385,zip_derived_cl557]) ).

thf(zip_derived_cl74_029,plain,
    ( ( plus @ n0 @ n1 )
    = n1 ),
    inference(cnf,[status(esa)],[plus0_1]) ).

thf(zip_derived_cl678,plain,
    holdsAt @ filling @ n1,
    inference(demod,[status(thm)],[zip_derived_cl677,zip_derived_cl74]) ).

thf(zip_derived_cl36431,plain,
    ! [X0: $i,X1: $i] :
      ( ( happens @ tapOn @ n1 )
      | ( releasedAt @ ( waterLevel @ X1 ) @ n2 )
      | ( X0 != overflow )
      | ( zip_tseitin_4 @ n1 @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl36407,zip_derived_cl678]) ).

thf(zip_derived_cl36446,plain,
    ! [X0: $i] :
      ( ( zip_tseitin_4 @ n1 @ overflow )
      | ( releasedAt @ ( waterLevel @ X0 ) @ n2 )
      | ( happens @ tapOn @ n1 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl36431]) ).

thf(zip_derived_cl612_030,plain,
    ! [X0: $i,X1: $i] :
      ( ( releasedAt @ ( waterLevel @ X1 ) @ ( plus @ X0 @ n1 ) )
      | ~ ( happens @ tapOn @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl550,zip_derived_cl22]) ).

thf(zip_derived_cl36796,plain,
    ! [X0: $i,X1: $i] :
      ( ( releasedAt @ ( waterLevel @ X1 ) @ n2 )
      | ( zip_tseitin_4 @ n1 @ overflow )
      | ( releasedAt @ ( waterLevel @ X0 ) @ ( plus @ n1 @ n1 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl36446,zip_derived_cl612]) ).

thf(zip_derived_cl77_031,plain,
    ( ( plus @ n1 @ n1 )
    = n2 ),
    inference(cnf,[status(esa)],[plus1_1]) ).

thf(zip_derived_cl36806,plain,
    ! [X0: $i,X1: $i] :
      ( ( releasedAt @ ( waterLevel @ X1 ) @ n2 )
      | ( zip_tseitin_4 @ n1 @ overflow )
      | ( releasedAt @ ( waterLevel @ X0 ) @ n2 ) ),
    inference(demod,[status(thm)],[zip_derived_cl36796,zip_derived_cl77]) ).

thf(zip_derived_cl38166,plain,
    ! [X0: $i] :
      ( ( releasedAt @ ( waterLevel @ X0 ) @ n2 )
      | ( zip_tseitin_4 @ n1 @ overflow ) ),
    inference(condensation,[status(thm)],[zip_derived_cl36806]) ).

thf(zip_derived_cl53_032,plain,
    ! [X0: $i,X1: $i] :
      ( ( holdsAt @ ( waterLevel @ n3 ) @ X0 )
      | ~ ( zip_tseitin_4 @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_13]) ).

thf(zip_derived_cl38175,plain,
    ! [X0: $i] :
      ( ( releasedAt @ ( waterLevel @ X0 ) @ n2 )
      | ( holdsAt @ ( waterLevel @ n3 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl38166,zip_derived_cl53]) ).

thf(zip_derived_cl77_033,plain,
    ( ( plus @ n1 @ n1 )
    = n2 ),
    inference(cnf,[status(esa)],[plus1_1]) ).

thf(happens_not_released,axiom,
    ! [Event: $i,Time: $i,Fluent: $i] :
      ( ( ( happens @ Event @ Time )
        & ( ( initiates @ Event @ Fluent @ Time )
          | ( terminates @ Event @ Fluent @ Time ) ) )
     => ~ ( releasedAt @ Fluent @ ( plus @ Time @ n1 ) ) ) ).

thf(zip_derived_cl24,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( happens @ X0 @ X1 )
      | ~ ( initiates @ X0 @ X2 @ X1 )
      | ~ ( releasedAt @ X2 @ ( plus @ X1 @ n1 ) ) ),
    inference(cnf,[status(esa)],[happens_not_released]) ).

thf(zip_derived_cl264,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( releasedAt @ X0 @ n2 )
      | ~ ( initiates @ X1 @ X0 @ n1 )
      | ~ ( happens @ X1 @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl77,zip_derived_cl24]) ).

thf(zip_derived_cl38214,plain,
    ! [X0: $i,X1: $i] :
      ( ( holdsAt @ ( waterLevel @ n3 ) @ n1 )
      | ~ ( happens @ X1 @ n1 )
      | ~ ( initiates @ X1 @ ( waterLevel @ X0 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl38175,zip_derived_cl264]) ).

thf(zip_derived_cl38263,plain,
    ( ( stoppedIn @ n0 @ filling @ n1 )
    | ~ ( happens @ overflow @ n1 )
    | ( holdsAt @ ( waterLevel @ n3 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl5106,zip_derived_cl38214]) ).

thf(zip_derived_cl38327,plain,
    ( ( happens @ tapOff @ n1 )
    | ( holdsAt @ ( waterLevel @ n3 ) @ n1 )
    | ( stoppedIn @ n0 @ filling @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl6510,zip_derived_cl38263]) ).

thf(zip_derived_cl4859_034,plain,
    ( ( holdsAt @ ( waterLevel @ n1 ) @ n1 )
    | ( stoppedIn @ n0 @ filling @ n1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl4857,zip_derived_cl385]) ).

thf(zip_derived_cl32,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( zip_tseitin_1 @ X0 @ X1 @ X2 @ X3 )
      | ~ ( holdsAt @ ( waterLevel @ X0 ) @ X1 )
      | ( X3 != tapOff )
      | ( X2
       != ( waterLevel @ X0 ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_5]) ).

thf(zip_derived_cl4866,plain,
    ! [X0: $i,X1: $i] :
      ( ( stoppedIn @ n0 @ filling @ n1 )
      | ( X0
       != ( waterLevel @ n1 ) )
      | ( X1 != tapOff )
      | ( zip_tseitin_1 @ n1 @ n1 @ X0 @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4859,zip_derived_cl32]) ).

thf(zip_derived_cl4910,plain,
    ! [X0: $i] :
      ( ( zip_tseitin_1 @ n1 @ n1 @ ( waterLevel @ n1 ) @ X0 )
      | ( X0 != tapOff )
      | ( stoppedIn @ n0 @ filling @ n1 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl4866]) ).

thf(zip_derived_cl4911,plain,
    ( ( stoppedIn @ n0 @ filling @ n1 )
    | ( zip_tseitin_1 @ n1 @ n1 @ ( waterLevel @ n1 ) @ tapOff ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl4910]) ).

thf(zip_derived_cl42,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( initiates @ X0 @ X1 @ X2 )
      | ~ ( zip_tseitin_1 @ X3 @ X2 @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_8]) ).

thf(zip_derived_cl5145,plain,
    ( ( stoppedIn @ n0 @ filling @ n1 )
    | ( initiates @ tapOff @ ( waterLevel @ n1 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4911,zip_derived_cl42]) ).

thf(zip_derived_cl38214_035,plain,
    ! [X0: $i,X1: $i] :
      ( ( holdsAt @ ( waterLevel @ n3 ) @ n1 )
      | ~ ( happens @ X1 @ n1 )
      | ~ ( initiates @ X1 @ ( waterLevel @ X0 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl38175,zip_derived_cl264]) ).

thf(zip_derived_cl38264,plain,
    ( ( stoppedIn @ n0 @ filling @ n1 )
    | ~ ( happens @ tapOff @ n1 )
    | ( holdsAt @ ( waterLevel @ n3 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl5145,zip_derived_cl38214]) ).

thf(zip_derived_cl38346,plain,
    ( ( stoppedIn @ n0 @ filling @ n1 )
    | ( holdsAt @ ( waterLevel @ n3 ) @ n1 ) ),
    inference(clc,[status(thm)],[zip_derived_cl38327,zip_derived_cl38264]) ).

thf(zip_derived_cl4859_036,plain,
    ( ( holdsAt @ ( waterLevel @ n1 ) @ n1 )
    | ( stoppedIn @ n0 @ filling @ n1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl4857,zip_derived_cl385]) ).

thf(same_waterLevel,axiom,
    ! [Time: $i,Height1: $i,Height2: $i] :
      ( ( ( holdsAt @ ( waterLevel @ Height1 ) @ Time )
        & ( holdsAt @ ( waterLevel @ Height2 ) @ Time ) )
     => ( Height1 = Height2 ) ) ).

thf(zip_derived_cl64,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( holdsAt @ ( waterLevel @ X0 ) @ X1 )
      | ~ ( holdsAt @ ( waterLevel @ X2 ) @ X1 )
      | ( X0 = X2 ) ),
    inference(cnf,[status(esa)],[same_waterLevel]) ).

thf(zip_derived_cl4868,plain,
    ! [X0: $i] :
      ( ( stoppedIn @ n0 @ filling @ n1 )
      | ( n1 = X0 )
      | ~ ( holdsAt @ ( waterLevel @ X0 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4859,zip_derived_cl64]) ).

thf(zip_derived_cl38358,plain,
    ( ( stoppedIn @ n0 @ filling @ n1 )
    | ( n1 = n3 )
    | ( stoppedIn @ n0 @ filling @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl38346,zip_derived_cl4868]) ).

thf(zip_derived_cl38371,plain,
    ( ( n1 = n3 )
    | ( stoppedIn @ n0 @ filling @ n1 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl38358]) ).

thf(zip_derived_cl1_037,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( less @ ( sk__1 @ X0 @ X1 @ X2 ) @ X0 )
      | ~ ( stoppedIn @ X2 @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[stoppedin_defn]) ).

thf(zip_derived_cl38373,plain,
    ( ( n1 = n3 )
    | ( less @ ( sk__1 @ n1 @ filling @ n0 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl38371,zip_derived_cl1]) ).

thf(zip_derived_cl696_038,plain,
    ! [X0: $i,X1: $i] :
      ( ( less_or_equal @ X1 @ X0 )
      | ( less @ X0 @ X1 ) ),
    inference(clc,[status(thm)],[zip_derived_cl265,zip_derived_cl86]) ).

thf(zip_derived_cl85_039,plain,
    ! [X0: $i,X1: $i] :
      ( ( less_or_equal @ X0 @ X1 )
      | ~ ( less @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[less_or_equal]) ).

thf(zip_derived_cl697,plain,
    ! [X0: $i,X1: $i] :
      ( ( less_or_equal @ X0 @ X1 )
      | ( less_or_equal @ X1 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl696,zip_derived_cl85]) ).

thf(zip_derived_cl91_040,plain,
    ! [X0: $i] :
      ( ( less @ X0 @ n2 )
      | ~ ( less_or_equal @ X0 @ n1 ) ),
    inference(cnf,[status(esa)],[less2]) ).

thf(zip_derived_cl1115,plain,
    ! [X0: $i] :
      ( ( less_or_equal @ n1 @ X0 )
      | ( less @ X0 @ n2 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl697,zip_derived_cl91]) ).

thf(zip_derived_cl84_041,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ( less @ X1 @ X0 )
      | ~ ( less_or_equal @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[less_or_equal]) ).

thf(zip_derived_cl1137,plain,
    ! [X0: $i] :
      ( ( less @ X0 @ n2 )
      | ( less @ n1 @ X0 )
      | ( n1 = X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1115,zip_derived_cl84]) ).

thf(zip_derived_cl106_042,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( less @ X0 @ X1 )
      | ~ ( less @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[less_property]) ).

thf(zip_derived_cl1823,plain,
    ! [X0: $i] :
      ( ( n1 = X0 )
      | ( less @ X0 @ n2 )
      | ~ ( less @ X0 @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1137,zip_derived_cl106]) ).

thf(zip_derived_cl107_043,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 != X0 )
      | ~ ( less @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[less_property]) ).

thf(zip_derived_cl1848,plain,
    ! [X0: $i] :
      ( ~ ( less @ X0 @ n1 )
      | ( less @ X0 @ n2 ) ),
    inference(clc,[status(thm)],[zip_derived_cl1823,zip_derived_cl107]) ).

thf(zip_derived_cl38405,plain,
    ( ( n1 = n3 )
    | ( less @ ( sk__1 @ n1 @ filling @ n0 ) @ n2 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl38373,zip_derived_cl1848]) ).

thf(zip_derived_cl3173_044,plain,
    ! [X0: $i] :
      ( ~ ( less @ X0 @ n2 )
      | ( X0 = n1 )
      | ( X0 = n0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl3145,zip_derived_cl107]) ).

thf(zip_derived_cl38576,plain,
    ( ( n1 = n3 )
    | ( ( sk__1 @ n1 @ filling @ n0 )
      = n0 )
    | ( ( sk__1 @ n1 @ filling @ n0 )
      = n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl38405,zip_derived_cl3173]) ).

thf(zip_derived_cl38373_045,plain,
    ( ( n1 = n3 )
    | ( less @ ( sk__1 @ n1 @ filling @ n0 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl38371,zip_derived_cl1]) ).

thf(zip_derived_cl41517,plain,
    ( ( less @ n1 @ n1 )
    | ( ( sk__1 @ n1 @ filling @ n0 )
      = n0 )
    | ( n1 = n3 )
    | ( n1 = n3 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl38576,zip_derived_cl38373]) ).

thf(zip_derived_cl107_046,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 != X0 )
      | ~ ( less @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[less_property]) ).

thf(zip_derived_cl116,plain,
    ! [X0: $i] :
      ~ ( less @ X0 @ X0 ),
    inference(eq_res,[status(thm)],[zip_derived_cl107]) ).

thf(zip_derived_cl41633,plain,
    ( ( ( sk__1 @ n1 @ filling @ n0 )
      = n0 )
    | ( n1 = n3 )
    | ( n1 = n3 ) ),
    inference(demod,[status(thm)],[zip_derived_cl41517,zip_derived_cl116]) ).

thf(zip_derived_cl41634,plain,
    ( ( n1 = n3 )
    | ( ( sk__1 @ n1 @ filling @ n0 )
      = n0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl41633]) ).

thf(zip_derived_cl38371_047,plain,
    ( ( n1 = n3 )
    | ( stoppedIn @ n0 @ filling @ n1 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl38358]) ).

thf(zip_derived_cl2_048,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( less @ X0 @ ( sk__1 @ X1 @ X2 @ X0 ) )
      | ~ ( stoppedIn @ X0 @ X2 @ X1 ) ),
    inference(cnf,[status(esa)],[stoppedin_defn]) ).

thf(zip_derived_cl38375,plain,
    ( ( n1 = n3 )
    | ( less @ n0 @ ( sk__1 @ n1 @ filling @ n0 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl38371,zip_derived_cl2]) ).

thf(zip_derived_cl41766,plain,
    ( ( less @ n0 @ n0 )
    | ( n1 = n3 )
    | ( n1 = n3 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl41634,zip_derived_cl38375]) ).

thf(zip_derived_cl41878,plain,
    ( ( n1 = n3 )
    | ( less @ n0 @ n0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl41766]) ).

thf(zip_derived_cl116_049,plain,
    ! [X0: $i] :
      ~ ( less @ X0 @ X0 ),
    inference(eq_res,[status(thm)],[zip_derived_cl107]) ).

thf(zip_derived_cl41996,plain,
    n1 = n3,
    inference(clc,[status(thm)],[zip_derived_cl41878,zip_derived_cl116]) ).

thf(zip_derived_cl120_050,plain,
    ! [X0: $i] : ( less_or_equal @ X0 @ X0 ),
    inference(eq_res,[status(thm)],[zip_derived_cl86]) ).

thf(less3,axiom,
    ! [X: $i] :
      ( ( less @ X @ n3 )
    <=> ( less_or_equal @ X @ n2 ) ) ).

thf(zip_derived_cl93,plain,
    ! [X0: $i] :
      ( ( less @ X0 @ n3 )
      | ~ ( less_or_equal @ X0 @ n2 ) ),
    inference(cnf,[status(esa)],[less3]) ).

thf(zip_derived_cl127,plain,
    less @ n2 @ n3,
    inference('sup-',[status(thm)],[zip_derived_cl120,zip_derived_cl93]) ).

thf(zip_derived_cl106_051,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( less @ X0 @ X1 )
      | ~ ( less @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[less_property]) ).

thf(zip_derived_cl130,plain,
    ~ ( less @ n3 @ n2 ),
    inference('sup-',[status(thm)],[zip_derived_cl127,zip_derived_cl106]) ).

thf(zip_derived_cl42018,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl121,zip_derived_cl41996,zip_derived_cl130]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : CSR008+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% 0.00/0.15  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.3ILuVDqHt2 true
% 0.16/0.37  % Computer : n022.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 300
% 0.16/0.37  % DateTime : Mon Aug 28 08:32:39 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 0.16/0.37  % Running portfolio for 300 s
% 0.16/0.37  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.16/0.37  % Number of cores: 8
% 0.16/0.38  % Python version: Python 3.6.8
% 0.16/0.38  % Running in FO mode
% 0.24/0.69  % Total configuration time : 435
% 0.24/0.69  % Estimated wc time : 1092
% 0.24/0.69  % Estimated cpu time (7 cpus) : 156.0
% 0.24/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.24/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.24/0.79  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.24/0.80  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.24/0.82  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.24/0.82  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 1.27/0.83  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 49.47/7.75  % Solved by fo/fo5.sh.
% 49.47/7.75  % done 6414 iterations in 6.880s
% 49.47/7.75  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 49.47/7.75  % SZS output start Refutation
% See solution above
% 49.47/7.75  
% 49.47/7.75  
% 49.47/7.76  % Terminating...
% 50.18/7.81  % Runner terminated.
% 50.19/7.83  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------