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

View Problem - Process Solution

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

% Computer : n024.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 : Thu Jul 21 11:24:44 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
fof(pel10_2,axiom,
    ( r
   => ( p
      & q ) ),
    input ).

fof(c6,axiom,
    ( ~ r
    | ( p
      & q ) ),
    inference(fof_nnf,status(thm),[pel10_2]) ).

fof(c7,axiom,
    ( ( ~ r
      | p )
    & ( ~ r
      | q ) ),
    inference(distribute,status(thm),[c6]) ).

cnf(c8,axiom,
    ( ~ r
    | p ),
    inference(split_conjunct,status(thm),[c7]) ).

fof(pel10,conjecture,
    ( p
  <=> q ),
    input ).

fof(c0,negated_conjecture,
    ~ ( p
    <=> q ),
    inference(assume_negation,status(cth),[pel10]) ).

fof(c1,negated_conjecture,
    ( ( ~ p
      | ~ q )
    & ( p
      | q ) ),
    inference(fof_nnf,status(thm),[c0]) ).

cnf(c3,negated_conjecture,
    ( p
    | q ),
    inference(split_conjunct,status(thm),[c1]) ).

fof(pel10_1,axiom,
    ( q
   => r ),
    input ).

fof(c10,axiom,
    ( ~ q
    | r ),
    inference(fof_nnf,status(thm),[pel10_1]) ).

cnf(c11,axiom,
    ( ~ q
    | r ),
    inference(split_conjunct,status(thm),[c10]) ).

cnf(c13,plain,
    ( r
    | p ),
    inference(resolution,status(thm),[c11,c3]) ).

cnf(c15,plain,
    p,
    inference(resolution,status(thm),[c13,c8]) ).

cnf(c2,negated_conjecture,
    ( ~ p
    | ~ q ),
    inference(split_conjunct,status(thm),[c1]) ).

cnf(c9,axiom,
    ( ~ r
    | q ),
    inference(split_conjunct,status(thm),[c7]) ).

fof(pel10_3,axiom,
    ( p
   => ( q
      | r ) ),
    input ).

fof(c4,axiom,
    ( ~ p
    | q
    | r ),
    inference(fof_nnf,status(thm),[pel10_3]) ).

cnf(c5,axiom,
    ( ~ p
    | q
    | r ),
    inference(split_conjunct,status(thm),[c4]) ).

cnf(c14,plain,
    ( q
    | r ),
    inference(resolution,status(thm),[c5,c3]) ).

cnf(c21,plain,
    q,
    inference(resolution,status(thm),[c14,c9]) ).

cnf(c23,plain,
    ~ p,
    inference(resolution,status(thm),[c21,c2]) ).

cnf(c24,plain,
    $false,
    inference(resolution,status(thm),[c23,c15]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem  : SYN044+1 : TPTP v8.1.0. Released v2.0.0.
% 0.08/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n024.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Mon Jul 11 23:37:13 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.37/0.54  # Version:  1.3
% 0.37/0.54  # SZS status Theorem
% 0.37/0.54  # SZS output start CNFRefutation
% See solution above
% 0.37/0.54  
% 0.37/0.54  # Initial clauses    : 6
% 0.37/0.54  # Processed clauses  : 12
% 0.37/0.54  # Factors computed   : 0
% 0.37/0.54  # Resolvents computed: 13
% 0.37/0.54  # Tautologies deleted: 1
% 0.37/0.54  # Forward subsumed   : 2
% 0.37/0.54  # Backward subsumed  : 8
% 0.37/0.54  # -------- CPU Time ---------
% 0.37/0.54  # User time          : 0.174 s
% 0.37/0.54  # System time        : 0.026 s
% 0.37/0.54  # Total time         : 0.200 s
%------------------------------------------------------------------------------