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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KRS187+1 : TPTP v8.1.2. Bugfixed v5.4.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.e0mFfcvGFO true

% Computer : n029.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 : Thu Aug 31 05:56:48 EDT 2023

% Result   : Theorem 1.29s 0.82s
% Output   : Refutation 1.29s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   23 (   5 unt;   8 typ;   0 def)
%            Number of atoms       :   28 (   0 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   95 (   5   ~;   7   |;   1   &;  77   @)
%                                         (   3 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   13 (  13   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   8 usr;   3 con; 0-3 aty)
%            Number of variables   :   24 (   0   ^;  23   !;   1   ?;  24   :)

% Comments : 
%------------------------------------------------------------------------------
thf(thm_type,type,
    thm: $i ).

thf(status_type,type,
    status: $i > $i > $i > $o ).

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

thf(model_type,type,
    model: $i > $i > $o ).

thf(sk__4_type,type,
    sk__4: $i > $i > $i ).

thf(isa_type,type,
    isa: $i > $i > $o ).

thf(sk__3_type,type,
    sk__3: $i > $i > $i ).

thf(tac_type,type,
    tac: $i ).

thf(isa_tac_thm,conjecture,
    isa @ tac @ thm ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( isa @ tac @ thm ),
    inference('cnf.neg',[status(esa)],[isa_tac_thm]) ).

thf(zip_derived_cl9,plain,
    ~ ( isa @ tac @ thm ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(isa,axiom,
    ! [S1: $i,S2: $i] :
      ( ! [Ax: $i,C: $i] :
          ( ( status @ Ax @ C @ S1 )
         => ( status @ Ax @ C @ S2 ) )
    <=> ( isa @ S1 @ S2 ) ) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i,X1: $i] :
      ( ( isa @ X0 @ X1 )
      | ~ ( status @ ( sk__3 @ X1 @ X0 ) @ ( sk__4 @ X1 @ X0 ) @ X1 ) ),
    inference(cnf,[status(esa)],[isa]) ).

thf(zip_derived_cl7,plain,
    ! [X0: $i,X1: $i] :
      ( ( isa @ X0 @ X1 )
      | ( status @ ( sk__3 @ X1 @ X0 ) @ ( sk__4 @ X1 @ X0 ) @ X0 ) ),
    inference(cnf,[status(esa)],[isa]) ).

thf(tac,axiom,
    ! [Ax: $i,C: $i] :
      ( ( ? [I1: $i] : ( model @ I1 @ Ax )
        & ! [I2: $i] : ( model @ I2 @ C ) )
    <=> ( status @ Ax @ C @ tac ) ) ).

thf(zip_derived_cl5,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( model @ X0 @ X1 )
      | ~ ( status @ X2 @ X1 @ tac ) ),
    inference(cnf,[status(esa)],[tac]) ).

thf(zip_derived_cl21,plain,
    ! [X0: $i,X1: $i] :
      ( ( isa @ tac @ X0 )
      | ( model @ X1 @ ( sk__4 @ X0 @ tac ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl7,zip_derived_cl5]) ).

thf(thm,axiom,
    ! [Ax: $i,C: $i] :
      ( ! [I1: $i] :
          ( ( model @ I1 @ Ax )
         => ( model @ I1 @ C ) )
    <=> ( status @ Ax @ C @ thm ) ) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i,X1: $i] :
      ( ( status @ X0 @ X1 @ thm )
      | ~ ( model @ ( sk_ @ X1 @ X0 ) @ X1 ) ),
    inference(cnf,[status(esa)],[thm]) ).

thf(zip_derived_cl61,plain,
    ! [X0: $i,X1: $i] :
      ( ( isa @ tac @ X0 )
      | ( status @ X1 @ ( sk__4 @ X0 @ tac ) @ thm ) ),
    inference('sup-',[status(thm)],[zip_derived_cl21,zip_derived_cl0]) ).

thf(zip_derived_cl138,plain,
    ( ( isa @ tac @ thm )
    | ( isa @ tac @ thm ) ),
    inference('sup+',[status(thm)],[zip_derived_cl6,zip_derived_cl61]) ).

thf(zip_derived_cl139,plain,
    isa @ tac @ thm,
    inference(simplify,[status(thm)],[zip_derived_cl138]) ).

thf(zip_derived_cl141,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl9,zip_derived_cl139]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : KRS187+1 : TPTP v8.1.2. Bugfixed v5.4.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.e0mFfcvGFO true
% 0.14/0.35  % Computer : n029.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Mon Aug 28 02:08:11 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Running portfolio for 300 s
% 0.14/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.35  % Number of cores: 8
% 0.14/0.35  % Python version: Python 3.6.8
% 0.14/0.35  % Running in FO mode
% 0.21/0.65  % Total configuration time : 435
% 0.21/0.65  % Estimated wc time : 1092
% 0.21/0.65  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.73  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.74  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 1.29/0.82  % Solved by fo/fo4.sh.
% 1.29/0.82  % done 82 iterations in 0.037s
% 1.29/0.82  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 1.29/0.82  % SZS output start Refutation
% See solution above
% 1.29/0.82  
% 1.29/0.82  
% 1.29/0.82  % Terminating...
% 1.29/0.87  % Runner terminated.
% 1.61/0.89  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------