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

View Problem - Process Solution

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

% Computer : n019.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.23s 6.44s
% Output   : Refutation 6.23s
% 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(c12,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(c13,axiom,
    ( iext(uri_ex_p,uri_ex_s,skolem0001)
    & iext(uri_ex_q,skolem0001,uri_ex_s) ),
    inference(skolemize,status(esa),[c12]) ).

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

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

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

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

cnf(c19,negated_conjecture,
    ( ~ iext(uri_ex_p,X1309,X1310)
    | ~ iext(uri_ex_q,X1310,X1309) ),
    inference(split_conjunct,status(thm),[c18]) ).

cnf(c2568,plain,
    ~ iext(uri_ex_p,uri_ex_s,skolem0001),
    inference(resolution,status(thm),[c19,c15]) ).

cnf(c5995,plain,
    $false,
    inference(resolution,status(thm),[c2568,c14]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : SWB002+1 : TPTP v8.1.0. Released v5.2.0.
% 0.08/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.35  % Computer : n019.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 01:46:40 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 6.23/6.44  # Version:  1.3
% 6.23/6.44  # SZS status Theorem
% 6.23/6.44  # SZS output start CNFRefutation
% See solution above
% 6.23/6.44  
% 6.23/6.44  # Initial clauses    : 1281
% 6.23/6.44  # Processed clauses  : 926
% 6.23/6.44  # Factors computed   : 0
% 6.23/6.44  # Resolvents computed: 3441
% 6.23/6.44  # Tautologies deleted: 17
% 6.23/6.44  # Forward subsumed   : 462
% 6.23/6.44  # Backward subsumed  : 2
% 6.23/6.44  # -------- CPU Time ---------
% 6.23/6.44  # User time          : 6.016 s
% 6.23/6.44  # System time        : 0.031 s
% 6.23/6.44  # Total time         : 6.047 s
%------------------------------------------------------------------------------