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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KRS195+1 : TPTP v8.1.2. Bugfixed v5.4.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.AVdjs3rJ83 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 : Thu Aug 31 05:56:50 EDT 2023

% Result   : Theorem 1.43s 0.81s
% Output   : Refutation 1.43s
% 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 :   97 (   7   ~;   7   |;   1   &;  77   @)
%                                         (   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   :   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(tca_type,type,
    tca: $i ).

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(isa_tca_thm,conjecture,
    isa @ tca @ thm ).

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

thf(zip_derived_cl9,plain,
    ~ ( isa @ tca @ 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(thm,axiom,
    ! [Ax: $i,C: $i] :
      ( ! [I1: $i] :
          ( ( model @ I1 @ Ax )
         => ( model @ I1 @ C ) )
    <=> ( status @ Ax @ C @ thm ) ) ).

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

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(tca,axiom,
    ! [Ax: $i,C: $i] :
      ( ( ~ ? [I1: $i] : ( model @ I1 @ Ax )
        & ! [I2: $i] : ( model @ I2 @ C ) )
    <=> ( status @ Ax @ C @ tca ) ) ).

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

thf(zip_derived_cl26,plain,
    ! [X0: $i,X1: $i] :
      ( ( isa @ tca @ X0 )
      | ~ ( model @ X1 @ ( sk__3 @ X0 @ tca ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl7,zip_derived_cl4]) ).

thf(zip_derived_cl35,plain,
    ! [X0: $i,X1: $i] :
      ( ( status @ ( sk__3 @ X0 @ tca ) @ X1 @ thm )
      | ( isa @ tca @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1,zip_derived_cl26]) ).

thf(zip_derived_cl42,plain,
    ( ( isa @ tca @ thm )
    | ( isa @ tca @ thm ) ),
    inference('sup+',[status(thm)],[zip_derived_cl6,zip_derived_cl35]) ).

thf(zip_derived_cl43,plain,
    isa @ tca @ thm,
    inference(simplify,[status(thm)],[zip_derived_cl42]) ).

thf(zip_derived_cl45,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl9,zip_derived_cl43]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : KRS195+1 : TPTP v8.1.2. Bugfixed v5.4.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.AVdjs3rJ83 true
% 0.14/0.35  % Computer : n022.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 01:23:10 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Running portfolio for 300 s
% 0.14/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.14/0.35  % Number of cores: 8
% 0.14/0.36  % Python version: Python 3.6.8
% 0.14/0.36  % Running in FO mode
% 0.21/0.67  % Total configuration time : 435
% 0.21/0.68  % Estimated wc time : 1092
% 0.21/0.68  % Estimated cpu time (7 cpus) : 156.0
% 0.94/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.94/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.94/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.94/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.94/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.94/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.94/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 1.43/0.81  % Solved by fo/fo4.sh.
% 1.43/0.81  % done 25 iterations in 0.012s
% 1.43/0.81  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.43/0.81  % SZS output start Refutation
% See solution above
% 1.43/0.81  
% 1.43/0.81  
% 1.43/0.81  % Terminating...
% 1.43/0.88  % Runner terminated.
% 1.43/0.89  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------