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

View Problem - Process Solution

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

% Computer : n027.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.82s 1.01s
% Output   : Refutation 0.82s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
fof(testcase_premise_fullish_002_Existential_Blank_Nodes,axiom,
    ? [BNODE_o] :
      ( iext(uri_ex_p,uri_ex_s,BNODE_o)
      & iext(uri_ex_q,BNODE_o,uri_ex_s) ),
    input ).

fof(c0,axiom,
    ? [X2] :
      ( iext(uri_ex_p,uri_ex_s,X2)
      & iext(uri_ex_q,X2,uri_ex_s) ),
    inference(variable_rename,status(thm),[testcase_premise_fullish_002_Existential_Blank_Nodes]) ).

fof(c1,axiom,
    ( iext(uri_ex_p,uri_ex_s,skolem0001)
    & iext(uri_ex_q,skolem0001,uri_ex_s) ),
    inference(skolemize,status(esa),[c0]) ).

cnf(c2,axiom,
    iext(uri_ex_p,uri_ex_s,skolem0001),
    inference(split_conjunct,status(thm),[c1]) ).

cnf(c3,axiom,
    iext(uri_ex_q,skolem0001,uri_ex_s),
    inference(split_conjunct,status(thm),[c1]) ).

fof(testcase_conclusion_fullish_002_Existential_Blank_Nodes,conjecture,
    ? [BNODE_x,BNODE_y] :
      ( iext(uri_ex_p,BNODE_x,BNODE_y)
      & iext(uri_ex_q,BNODE_y,BNODE_x) ),
    input ).

fof(c4,negated_conjecture,
    ~ ? [BNODE_x,BNODE_y] :
        ( iext(uri_ex_p,BNODE_x,BNODE_y)
        & iext(uri_ex_q,BNODE_y,BNODE_x) ),
    inference(assume_negation,status(cth),[testcase_conclusion_fullish_002_Existential_Blank_Nodes]) ).

fof(c5,negated_conjecture,
    ! [BNODE_x,BNODE_y] :
      ( ~ iext(uri_ex_p,BNODE_x,BNODE_y)
      | ~ iext(uri_ex_q,BNODE_y,BNODE_x) ),
    inference(fof_nnf,status(thm),[c4]) ).

fof(c6,negated_conjecture,
    ! [X3,X4] :
      ( ~ iext(uri_ex_p,X3,X4)
      | ~ iext(uri_ex_q,X4,X3) ),
    inference(variable_rename,status(thm),[c5]) ).

cnf(c7,negated_conjecture,
    ( ~ iext(uri_ex_p,X223,X224)
    | ~ iext(uri_ex_q,X224,X223) ),
    inference(split_conjunct,status(thm),[c6]) ).

cnf(c508,plain,
    ~ iext(uri_ex_p,uri_ex_s,skolem0001),
    inference(resolution,status(thm),[c7,c3]) ).

cnf(c944,plain,
    $false,
    inference(resolution,status(thm),[c508,c2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : SWB002+3 : TPTP v8.1.0. Released v5.2.0.
% 0.04/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.35  % Computer : n027.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:18:33 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.82/1.01  # Version:  1.3
% 0.82/1.01  # SZS status Theorem
% 0.82/1.01  # SZS output start CNFRefutation
% See solution above
% 0.82/1.01  
% 0.82/1.01  # Initial clauses    : 249
% 0.82/1.01  # Processed clauses  : 163
% 0.82/1.01  # Factors computed   : 0
% 0.82/1.01  # Resolvents computed: 437
% 0.82/1.01  # Tautologies deleted: 0
% 0.82/1.01  # Forward subsumed   : 84
% 0.82/1.01  # Backward subsumed  : 2
% 0.82/1.01  # -------- CPU Time ---------
% 0.82/1.01  # User time          : 0.639 s
% 0.82/1.01  # System time        : 0.015 s
% 0.82/1.01  # Total time         : 0.654 s
%------------------------------------------------------------------------------