TSTP Solution File: SWB001+4 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SWB001+4 : TPTP v8.1.0. Released v5.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n026.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  : 600s
% DateTime : Tue Jul 19 19:19:04 EDT 2022

% Result   : Theorem 0.53s 0.74s
% Output   : Refutation 0.53s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
fof(testcase_premise_fullish_001_Subgraph_Entailment,axiom,
    ( iext(uri_rdfs_subClassOf,uri_ex_c,uri_ex_r)
    & iext(uri_rdf_type,uri_ex_r,uri_owl_Restriction)
    & iext(uri_owl_onProperty,uri_ex_r,uri_ex_p)
    & iext(uri_owl_someValuesFrom,uri_ex_r,uri_ex_d) ),
    input ).

cnf(c1,axiom,
    iext(uri_rdf_type,uri_ex_r,uri_owl_Restriction),
    inference(split_conjunct,status(thm),[testcase_premise_fullish_001_Subgraph_Entailment]) ).

cnf(c2,axiom,
    iext(uri_owl_onProperty,uri_ex_r,uri_ex_p),
    inference(split_conjunct,status(thm),[testcase_premise_fullish_001_Subgraph_Entailment]) ).

fof(testcase_conclusion_fullish_001_Subgraph_Entailment,conjecture,
    ( iext(uri_rdf_type,uri_ex_r,uri_owl_Restriction)
    & iext(uri_owl_onProperty,uri_ex_r,uri_ex_p) ),
    input ).

fof(c4,negated_conjecture,
    ~ ( iext(uri_rdf_type,uri_ex_r,uri_owl_Restriction)
      & iext(uri_owl_onProperty,uri_ex_r,uri_ex_p) ),
    inference(assume_negation,status(cth),[testcase_conclusion_fullish_001_Subgraph_Entailment]) ).

fof(c5,negated_conjecture,
    ( ~ iext(uri_rdf_type,uri_ex_r,uri_owl_Restriction)
    | ~ iext(uri_owl_onProperty,uri_ex_r,uri_ex_p) ),
    inference(fof_nnf,status(thm),[c4]) ).

cnf(c6,negated_conjecture,
    ( ~ iext(uri_rdf_type,uri_ex_r,uri_owl_Restriction)
    | ~ iext(uri_owl_onProperty,uri_ex_r,uri_ex_p) ),
    inference(split_conjunct,status(thm),[c5]) ).

cnf(c151,plain,
    ~ iext(uri_rdf_type,uri_ex_r,uri_owl_Restriction),
    inference(resolution,status(thm),[c6,c2]) ).

cnf(c572,plain,
    $false,
    inference(resolution,status(thm),[c151,c1]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : SWB001+4 : TPTP v8.1.0. Released v5.2.0.
% 0.07/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n026.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Wed Jun  1 01:35:26 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.53/0.74  # Version:  1.3
% 0.53/0.74  # SZS status Theorem
% 0.53/0.74  # SZS output start CNFRefutation
% See solution above
% 0.53/0.74  
% 0.53/0.74  # Initial clauses    : 94
% 0.53/0.74  # Processed clauses  : 145
% 0.53/0.74  # Factors computed   : 0
% 0.53/0.74  # Resolvents computed: 422
% 0.53/0.74  # Tautologies deleted: 0
% 0.53/0.74  # Forward subsumed   : 23
% 0.53/0.74  # Backward subsumed  : 2
% 0.53/0.74  # -------- CPU Time ---------
% 0.53/0.74  # User time          : 0.385 s
% 0.53/0.74  # System time        : 0.018 s
% 0.53/0.74  # Total time         : 0.403 s
%------------------------------------------------------------------------------