TSTP Solution File: CSR004+2 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : CSR004+2 : TPTP v8.1.2. Bugfixed v3.1.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.YQLdyECTbo true

% Computer : n018.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:13 EDT 2023

% Result   : Theorem 0.56s 0.79s
% Output   : Refutation 0.56s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   30 (  10 unt;  12 typ;   0 def)
%            Number of atoms       :   37 (  10 equ;   0 cnn)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   87 (  11   ~;   9   |;   6   &;  57   @)
%                                         (   4 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   13 (  13   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (  10 usr;   6 con; 0-2 aty)
%            Number of variables   :   14 (   0   ^;  14   !;   0   ?;  14   :)

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

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

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

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

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

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

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

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(waterLevel_3,axiom,
    holdsAt @ ( waterLevel @ n3 ) @ n3 ).

thf(zip_derived_cl41,plain,
    holdsAt @ ( waterLevel @ n3 ) @ n3,
    inference(cnf,[status(esa)],[waterLevel_3]) ).

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_0,axiom,
    ! [Time: $i,Event: $i] :
      ( ( zip_tseitin_4 @ Time @ Event )
    <=> ( ( holdsAt @ ( waterLevel @ n3 ) @ Time )
        & ( holdsAt @ filling @ Time )
        & ( Event = overflow ) ) ) ).

thf(zip_derived_cl28,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_0]) ).

thf(zip_derived_cl88,plain,
    ! [X0: $i] :
      ( ~ ( holdsAt @ filling @ n3 )
      | ( X0 != overflow )
      | ( zip_tseitin_4 @ n3 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl41,zip_derived_cl28]) ).

thf(filling_3,axiom,
    holdsAt @ filling @ n3 ).

thf(zip_derived_cl42,plain,
    holdsAt @ filling @ n3,
    inference(cnf,[status(esa)],[filling_3]) ).

thf(zip_derived_cl89,plain,
    ! [X0: $i] :
      ( ( X0 != overflow )
      | ( zip_tseitin_4 @ n3 @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl88,zip_derived_cl42]) ).

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

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

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

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

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

thf(overflow_3,conjecture,
    happens @ overflow @ n3 ).

thf(zf_stmt_5,negated_conjecture,
    ~ ( happens @ overflow @ n3 ),
    inference('cnf.neg',[status(esa)],[overflow_3]) ).

thf(zip_derived_cl43,plain,
    ~ ( happens @ overflow @ n3 ),
    inference(cnf,[status(esa)],[zf_stmt_5]) ).

thf(zip_derived_cl45,plain,
    ~ ( zip_tseitin_4 @ n3 @ overflow ),
    inference('sup-',[status(thm)],[zip_derived_cl34,zip_derived_cl43]) ).

thf(zip_derived_cl103,plain,
    overflow != overflow,
    inference('sup-',[status(thm)],[zip_derived_cl89,zip_derived_cl45]) ).

thf(zip_derived_cl104,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl103]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : CSR004+2 : TPTP v8.1.2. Bugfixed v3.1.0.
% 0.06/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.YQLdyECTbo true
% 0.12/0.34  % Computer : n018.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Mon Aug 28 13:13:31 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  % Running portfolio for 300 s
% 0.12/0.34  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.12/0.34  % Number of cores: 8
% 0.19/0.34  % Python version: Python 3.6.8
% 0.19/0.35  % Running in FO mode
% 0.53/0.64  % Total configuration time : 435
% 0.53/0.64  % Estimated wc time : 1092
% 0.53/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.53/0.68  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.53/0.71  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.53/0.72  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.55/0.74  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.55/0.74  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.55/0.74  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.55/0.75  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.56/0.79  % Solved by fo/fo4.sh.
% 0.56/0.79  % done 56 iterations in 0.020s
% 0.56/0.79  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.56/0.79  % SZS output start Refutation
% See solution above
% 0.56/0.79  
% 0.56/0.79  
% 0.56/0.79  % Terminating...
% 0.56/0.84  % Runner terminated.
% 1.60/0.85  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------