TSTP Solution File: SWB003+3 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SWB003+3 : 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:05 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
fof(testcase_premise_fullish_003_Blank_Nodes_for_Literals,axiom,
    iext(uri_ex_p,uri_ex_s,literal_plain(dat_str_foo)),
    input ).

cnf(c0,axiom,
    iext(uri_ex_p,uri_ex_s,literal_plain(dat_str_foo)),
    inference(split_conjunct,status(thm),[testcase_premise_fullish_003_Blank_Nodes_for_Literals]) ).

fof(testcase_conclusion_fullish_003_Blank_Nodes_for_Literals,conjecture,
    ? [BNODE_x] : iext(uri_ex_p,uri_ex_s,BNODE_x),
    input ).

fof(c1,negated_conjecture,
    ~ ? [BNODE_x] : iext(uri_ex_p,uri_ex_s,BNODE_x),
    inference(assume_negation,status(cth),[testcase_conclusion_fullish_003_Blank_Nodes_for_Literals]) ).

fof(c2,negated_conjecture,
    ! [BNODE_x] : ~ iext(uri_ex_p,uri_ex_s,BNODE_x),
    inference(fof_nnf,status(thm),[c1]) ).

fof(c3,negated_conjecture,
    ! [X2] : ~ iext(uri_ex_p,uri_ex_s,X2),
    inference(variable_rename,status(thm),[c2]) ).

cnf(c4,negated_conjecture,
    ~ iext(uri_ex_p,uri_ex_s,X217),
    inference(split_conjunct,status(thm),[c3]) ).

cnf(c505,plain,
    $false,
    inference(resolution,status(thm),[c4,c0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : SWB003+3 : TPTP v8.1.0. Released v5.2.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.35  % Computer : n018.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  : 600
% 0.14/0.35  % DateTime : Wed Jun  1 02:37:58 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.69/0.86  # Version:  1.3
% 0.69/0.86  # SZS status Theorem
% 0.69/0.86  # SZS output start CNFRefutation
% See solution above
% 0.69/0.86  
% 0.69/0.86  # Initial clauses    : 248
% 0.69/0.86  # Processed clauses  : 11
% 0.69/0.86  # Factors computed   : 0
% 0.69/0.86  # Resolvents computed: 1
% 0.69/0.86  # Tautologies deleted: 0
% 0.69/0.86  # Forward subsumed   : 1
% 0.69/0.86  # Backward subsumed  : 0
% 0.69/0.86  # -------- CPU Time ---------
% 0.69/0.86  # User time          : 0.484 s
% 0.69/0.86  # System time        : 0.017 s
% 0.69/0.86  # Total time         : 0.501 s
%------------------------------------------------------------------------------