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

View Problem - Process Solution

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

% Computer : n018.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 6.10s 6.29s
% Output   : Refutation 6.10s
% 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(c13,axiom,
    iext(uri_rdf_type,uri_ex_r,uri_owl_Restriction),
    inference(split_conjunct,status(thm),[testcase_premise_fullish_001_Subgraph_Entailment]) ).

cnf(c14,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(c16,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(c17,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),[c16]) ).

cnf(c18,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),[c17]) ).

cnf(c2569,plain,
    ~ iext(uri_rdf_type,uri_ex_r,uri_owl_Restriction),
    inference(resolution,status(thm),[c18,c14]) ).

cnf(c5996,plain,
    $false,
    inference(resolution,status(thm),[c2569,c13]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : SWB001+1 : TPTP v8.1.0. Released v5.2.0.
% 0.04/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.35  % Computer : n018.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 600
% 0.13/0.35  % DateTime : Wed Jun  1 13:43:29 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 6.10/6.29  # Version:  1.3
% 6.10/6.29  # SZS status Theorem
% 6.10/6.29  # SZS output start CNFRefutation
% See solution above
% 6.10/6.29  
% 6.10/6.29  # Initial clauses    : 1283
% 6.10/6.29  # Processed clauses  : 919
% 6.10/6.29  # Factors computed   : 0
% 6.10/6.29  # Resolvents computed: 3446
% 6.10/6.29  # Tautologies deleted: 17
% 6.10/6.29  # Forward subsumed   : 462
% 6.10/6.29  # Backward subsumed  : 3
% 6.10/6.29  # -------- CPU Time ---------
% 6.10/6.29  # User time          : 5.908 s
% 6.10/6.29  # System time        : 0.026 s
% 6.10/6.29  # Total time         : 5.934 s
%------------------------------------------------------------------------------