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

View Problem - Process Solution

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

% Computer : n023.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.20s 0.53s
% Output   : Refutation 0.20s
% 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,X6,X5)
    | ~ iext(uri_ex_q,X5,X6) ),
    inference(split_conjunct,status(thm),[c6]) ).

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

cnf(c9,plain,
    $false,
    inference(resolution,status(thm),[c8,c2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : SWB002+2 : TPTP v8.1.0. Released v5.2.0.
% 0.07/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.35  % Computer : n023.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 12:00:41 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.20/0.53  # Version:  1.3
% 0.20/0.53  # SZS status Theorem
% 0.20/0.53  # SZS output start CNFRefutation
% See solution above
% 0.20/0.53  
% 0.20/0.53  # Initial clauses    : 3
% 0.20/0.53  # Processed clauses  : 4
% 0.20/0.53  # Factors computed   : 0
% 0.20/0.53  # Resolvents computed: 2
% 0.20/0.53  # Tautologies deleted: 0
% 0.20/0.53  # Forward subsumed   : 0
% 0.20/0.53  # Backward subsumed  : 0
% 0.20/0.53  # -------- CPU Time ---------
% 0.20/0.53  # User time          : 0.150 s
% 0.20/0.53  # System time        : 0.021 s
% 0.20/0.53  # Total time         : 0.171 s
%------------------------------------------------------------------------------