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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SWB011+2 : 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.f11fIAAKqg true

% Computer : n007.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:15:54 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(ic_type,type,
    ic: $i > $o ).

thf(uri_owl_ObjectProperty_type,type,
    uri_owl_ObjectProperty: $i ).

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

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

thf(uri_owl_disjointWith_type,type,
    uri_owl_disjointWith: $i ).

thf(uri_owl_Class_type,type,
    uri_owl_Class: $i ).

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

thf(uri_ex_x_type,type,
    uri_ex_x: $i ).

thf(testcase_premise_fullish_011_Entity_Types_as_Classes,axiom,
    ( ( iext @ uri_rdf_type @ uri_ex_x @ uri_owl_ObjectProperty )
    & ( iext @ uri_rdf_type @ uri_ex_x @ uri_owl_Class )
    & ( iext @ uri_owl_disjointWith @ uri_owl_Class @ uri_owl_ObjectProperty ) ) ).

thf(zip_derived_cl8,plain,
    iext @ uri_rdf_type @ uri_ex_x @ uri_owl_Class,
    inference(cnf,[status(esa)],[testcase_premise_fullish_011_Entity_Types_as_Classes]) ).

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

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

thf(zip_derived_cl19,plain,
    icext @ uri_owl_Class @ uri_ex_x,
    inference('dp-resolution',[status(thm)],[zip_derived_cl8,zip_derived_cl0]) ).

thf(zip_derived_cl9,plain,
    iext @ uri_owl_disjointWith @ uri_owl_Class @ uri_owl_ObjectProperty,
    inference(cnf,[status(esa)],[testcase_premise_fullish_011_Entity_Types_as_Classes]) ).

thf(owl_eqdis_disjointwith,axiom,
    ! [C1: $i,C2: $i] :
      ( ( iext @ uri_owl_disjointWith @ C1 @ C2 )
    <=> ( ( ic @ C1 )
        & ( ic @ C2 )
        & ! [X: $i] :
            ~ ( ( icext @ C1 @ X )
              & ( icext @ C2 @ X ) ) ) ) ).

thf(zip_derived_cl4,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( icext @ X0 @ X1 )
      | ~ ( icext @ X2 @ X1 )
      | ~ ( iext @ uri_owl_disjointWith @ X2 @ X0 ) ),
    inference(cnf,[status(esa)],[owl_eqdis_disjointwith]) ).

thf(zip_derived_cl22,plain,
    ! [X0: $i] :
      ( ~ ( icext @ uri_owl_Class @ X0 )
      | ~ ( icext @ uri_owl_ObjectProperty @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl9,zip_derived_cl4]) ).

thf(zip_derived_cl31,plain,
    ~ ( icext @ uri_owl_ObjectProperty @ uri_ex_x ),
    inference('s_sup-',[status(thm)],[zip_derived_cl19,zip_derived_cl22]) ).

thf(zip_derived_cl7,plain,
    iext @ uri_rdf_type @ uri_ex_x @ uri_owl_ObjectProperty,
    inference(cnf,[status(esa)],[testcase_premise_fullish_011_Entity_Types_as_Classes]) ).

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

thf(zip_derived_cl18,plain,
    icext @ uri_owl_ObjectProperty @ uri_ex_x,
    inference('dp-resolution',[status(thm)],[zip_derived_cl7,zip_derived_cl0]) ).

thf(zip_derived_cl32,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl31,zip_derived_cl18]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SWB011+2 : TPTP v8.1.2. Released v5.2.0.
% 0.13/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.f11fIAAKqg true
% 0.14/0.35  % Computer : n007.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.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Sun Aug 27 06:48:42 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.14/0.36  % Running portfolio for 300 s
% 0.14/0.36  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.36  % Number of cores: 8
% 0.14/0.36  % Python version: Python 3.6.8
% 0.14/0.36  % Running in FO mode
% 0.22/0.63  % Total configuration time : 435
% 0.22/0.63  % Estimated wc time : 1092
% 0.22/0.63  % Estimated cpu time (7 cpus) : 156.0
% 0.22/0.70  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.22/0.72  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.22/0.74  % Solved by fo/fo6_bce.sh.
% 0.22/0.74  % BCE start: 10
% 0.22/0.74  % BCE eliminated: 0
% 0.22/0.74  % PE start: 10
% 0.22/0.74  logic: neq
% 0.22/0.74  % PE eliminated: 3
% 0.22/0.74  % done 5 iterations in 0.012s
% 0.22/0.74  % SZS status Unsatisfiable for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.22/0.74  % SZS output start Refutation
% See solution above
% 0.22/0.74  
% 0.22/0.74  
% 0.22/0.74  % Terminating...
% 1.45/0.85  % Runner terminated.
% 1.45/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------