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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SWB018+1 : TPTP v8.1.2. Released v5.2.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.gzw5fbtKNA true

% Computer : n009.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 20:16:00 EDT 2023

% Result   : Theorem 0.58s 0.84s
% Output   : Refutation 0.58s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   28 (  11 unt;   8 typ;   0 def)
%            Number of atoms       :   31 (   4 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   92 (  10   ~;   6   |;   2   &;  71   @)
%                                         (   2 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    5 (   5   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   8 usr;   7 con; 0-3 aty)
%            Number of variables   :   22 (   0   ^;  22   !;   0   ?;  22   :)

% Comments : 
%------------------------------------------------------------------------------
thf(uri_ex_w_type,type,
    uri_ex_w: $i ).

thf(uri_ex_Person_type,type,
    uri_ex_Person: $i ).

thf(uri_rdfs_domain_type,type,
    uri_rdfs_domain: $i ).

thf(uri_ex_u_type,type,
    uri_ex_u: $i ).

thf(iext_type,type,
    iext: $i > $i > $i > $o ).

thf(icext_type,type,
    icext: $i > $i > $o ).

thf(uri_rdf_type_type,type,
    uri_rdf_type: $i ).

thf(uri_owl_sameAs_type,type,
    uri_owl_sameAs: $i ).

thf(rdfs_cext_def,axiom,
    ! [X: $i,C: $i] :
      ( ( iext @ uri_rdf_type @ X @ C )
    <=> ( icext @ C @ X ) ) ).

thf(zip_derived_cl11,plain,
    ! [X0: $i,X1: $i] :
      ( ( iext @ uri_rdf_type @ X0 @ X1 )
      | ~ ( icext @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[rdfs_cext_def]) ).

thf(testcase_conclusion_fullish_018_Modified_Logical_Vocabulary_Semantics,conjecture,
    iext @ uri_rdf_type @ uri_ex_u @ uri_ex_Person ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( iext @ uri_rdf_type @ uri_ex_u @ uri_ex_Person ),
    inference('cnf.neg',[status(esa)],[testcase_conclusion_fullish_018_Modified_Logical_Vocabulary_Semantics]) ).

thf(zip_derived_cl94,plain,
    ~ ( iext @ uri_rdf_type @ uri_ex_u @ uri_ex_Person ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(testcase_premise_fullish_018_Modified_Logical_Vocabulary_Semantics,axiom,
    ( ( iext @ uri_owl_sameAs @ uri_ex_w @ uri_ex_u )
    & ( iext @ uri_rdfs_domain @ uri_owl_sameAs @ uri_ex_Person ) ) ).

thf(zip_derived_cl92,plain,
    iext @ uri_owl_sameAs @ uri_ex_w @ uri_ex_u,
    inference(cnf,[status(esa)],[testcase_premise_fullish_018_Modified_Logical_Vocabulary_Semantics]) ).

thf(owl_eqdis_sameas,axiom,
    ! [X: $i,Y: $i] :
      ( ( iext @ uri_owl_sameAs @ X @ Y )
    <=> ( X = Y ) ) ).

thf(zip_derived_cl90,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ~ ( iext @ uri_owl_sameAs @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[owl_eqdis_sameas]) ).

thf(zip_derived_cl195,plain,
    uri_ex_w = uri_ex_u,
    inference('sup-',[status(thm)],[zip_derived_cl92,zip_derived_cl90]) ).

thf(zip_derived_cl197,plain,
    ~ ( iext @ uri_rdf_type @ uri_ex_w @ uri_ex_Person ),
    inference(demod,[status(thm)],[zip_derived_cl94,zip_derived_cl195]) ).

thf(zip_derived_cl299,plain,
    ~ ( icext @ uri_ex_Person @ uri_ex_w ),
    inference('sup-',[status(thm)],[zip_derived_cl11,zip_derived_cl197]) ).

thf(zip_derived_cl91,plain,
    ! [X0: $i,X1: $i] :
      ( ( iext @ uri_owl_sameAs @ X0 @ X1 )
      | ( X0 != X1 ) ),
    inference(cnf,[status(esa)],[owl_eqdis_sameas]) ).

thf(zip_derived_cl139,plain,
    ! [X0: $i] : ( iext @ uri_owl_sameAs @ X0 @ X0 ),
    inference(eq_res,[status(thm)],[zip_derived_cl91]) ).

thf(zip_derived_cl93,plain,
    iext @ uri_rdfs_domain @ uri_owl_sameAs @ uri_ex_Person,
    inference(cnf,[status(esa)],[testcase_premise_fullish_018_Modified_Logical_Vocabulary_Semantics]) ).

thf(rdfs_domain_main,axiom,
    ! [P: $i,C: $i,X: $i,Y: $i] :
      ( ( ( iext @ uri_rdfs_domain @ P @ C )
        & ( iext @ P @ X @ Y ) )
     => ( icext @ C @ X ) ) ).

thf(zip_derived_cl19,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( icext @ X0 @ X1 )
      | ~ ( iext @ uri_rdfs_domain @ X2 @ X0 )
      | ~ ( iext @ X2 @ X1 @ X3 ) ),
    inference(cnf,[status(esa)],[rdfs_domain_main]) ).

thf(zip_derived_cl218,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( iext @ uri_owl_sameAs @ X1 @ X0 )
      | ( icext @ uri_ex_Person @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl93,zip_derived_cl19]) ).

thf(zip_derived_cl237,plain,
    ! [X0: $i] : ( icext @ uri_ex_Person @ X0 ),
    inference('sup-',[status(thm)],[zip_derived_cl139,zip_derived_cl218]) ).

thf(zip_derived_cl300,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl299,zip_derived_cl237]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : SWB018+1 : TPTP v8.1.2. Released v5.2.0.
% 0.12/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.gzw5fbtKNA true
% 0.14/0.34  % Computer : n009.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Sun Aug 27 07:12:50 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.14/0.34  % Running portfolio for 300 s
% 0.14/0.34  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.34  % Number of cores: 8
% 0.14/0.35  % Python version: Python 3.6.8
% 0.14/0.35  % Running in FO mode
% 0.58/0.65  % Total configuration time : 435
% 0.58/0.65  % Estimated wc time : 1092
% 0.58/0.65  % Estimated cpu time (7 cpus) : 156.0
% 0.58/0.72  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.58/0.72  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.58/0.76  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.58/0.76  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.58/0.76  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.58/0.76  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.58/0.76  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.58/0.81  % /export/starexec/sandbox/solver/bin/fo/fo1_lcnf.sh running for 50s
% 0.58/0.84  % Solved by fo/fo7.sh.
% 0.58/0.84  % done 253 iterations in 0.061s
% 0.58/0.84  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.58/0.84  % SZS output start Refutation
% See solution above
% 0.58/0.84  
% 0.58/0.84  
% 0.58/0.84  % Terminating...
% 1.76/0.96  % Runner terminated.
% 1.76/0.97  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------