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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KRS191+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.h4HHTNgWXr true

% Computer : n028.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:49 EDT 2023

% Result   : Theorem 1.16s 0.80s
% Output   : Refutation 1.16s
% 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       :   29 (   0 equ;   0 cnn)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   99 (   6   ~;   7   |;   2   &;  79   @)
%                                         (   3 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   7 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   :   25 (   0   ^;  23   !;   2   ?;  25   :)

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

thf(sk__5_type,type,
    sk__5: $i > $i > $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(wtc_type,type,
    wtc: $i ).

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

thf(isa_wtc_thm,conjecture,
    isa @ wtc @ thm ).

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

thf(zip_derived_cl10,plain,
    ~ ( isa @ wtc @ 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_cl7,plain,
    ! [X0: $i,X1: $i] :
      ( ( isa @ X0 @ X1 )
      | ~ ( status @ ( sk__4 @ X1 @ X0 ) @ ( sk__5 @ X1 @ X0 ) @ X1 ) ),
    inference(cnf,[status(esa)],[isa]) ).

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

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

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

thf(zip_derived_cl43,plain,
    ! [X0: $i,X1: $i] :
      ( ( isa @ wtc @ X0 )
      | ( model @ X1 @ ( sk__5 @ X0 @ wtc ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl8,zip_derived_cl6]) ).

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 @ wtc @ X0 )
      | ( status @ X1 @ ( sk__5 @ X0 @ wtc ) @ thm ) ),
    inference('sup-',[status(thm)],[zip_derived_cl43,zip_derived_cl0]) ).

thf(zip_derived_cl120,plain,
    ( ( isa @ wtc @ thm )
    | ( isa @ wtc @ thm ) ),
    inference('sup+',[status(thm)],[zip_derived_cl7,zip_derived_cl61]) ).

thf(zip_derived_cl121,plain,
    isa @ wtc @ thm,
    inference(simplify,[status(thm)],[zip_derived_cl120]) ).

thf(zip_derived_cl123,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl10,zip_derived_cl121]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : KRS191+1 : TPTP v8.1.2. Bugfixed v5.4.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.h4HHTNgWXr true
% 0.13/0.34  % Computer : n028.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Mon Aug 28 01:46:39 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.35  % Running in FO mode
% 0.20/0.64  % Total configuration time : 435
% 0.20/0.64  % Estimated wc time : 1092
% 0.20/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.20/0.72  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.20/0.73  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.20/0.75  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.20/0.75  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.20/0.75  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.20/0.75  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.20/0.75  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 1.16/0.80  % Solved by fo/fo4.sh.
% 1.16/0.80  % done 69 iterations in 0.029s
% 1.16/0.80  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 1.16/0.80  % SZS output start Refutation
% See solution above
% 1.16/0.80  
% 1.16/0.80  
% 1.16/0.80  % Terminating...
% 1.59/0.85  % Runner terminated.
% 1.59/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------