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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SWB002+4 : 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 0.59s 0.83s
% Output   : Refutation 0.59s
% 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,X50,X51)
    | ~ iext(uri_ex_q,X51,X50) ),
    inference(split_conjunct,status(thm),[c6]) ).

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

cnf(c549,plain,
    $false,
    inference(resolution,status(thm),[c152,c2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SWB002+4 : TPTP v8.1.0. Released v5.2.0.
% 0.03/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n018.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Wed Jun  1 12:19:14 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.59/0.83  # Version:  1.3
% 0.59/0.83  # SZS status Theorem
% 0.59/0.83  # SZS output start CNFRefutation
% See solution above
% 0.59/0.83  
% 0.59/0.83  # Initial clauses    : 92
% 0.59/0.83  # Processed clauses  : 138
% 0.59/0.83  # Factors computed   : 0
% 0.59/0.83  # Resolvents computed: 398
% 0.59/0.83  # Tautologies deleted: 0
% 0.59/0.83  # Forward subsumed   : 18
% 0.59/0.83  # Backward subsumed  : 1
% 0.59/0.83  # -------- CPU Time ---------
% 0.59/0.83  # User time          : 0.468 s
% 0.59/0.83  # System time        : 0.019 s
% 0.59/0.83  # Total time         : 0.487 s
%------------------------------------------------------------------------------