TSTP Solution File: SYN029-1 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n025.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:33 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause1,axiom,
    ( q
    | p ),
    input ).

cnf(clause2,axiom,
    ( ~ p
    | q ),
    input ).

cnf(c0,plain,
    q,
    inference(resolution,status(thm),[clause2,clause1]) ).

cnf(prove_something,negated_conjecture,
    ( ~ p
    | ~ q ),
    input ).

cnf(c1,plain,
    ~ p,
    inference(resolution,status(thm),[prove_something,c0]) ).

cnf(clause4,axiom,
    r,
    input ).

cnf(clause3,axiom,
    ( ~ r
    | ~ q
    | p ),
    input ).

cnf(c2,plain,
    ( ~ r
    | p ),
    inference(resolution,status(thm),[clause3,c0]) ).

cnf(c3,plain,
    p,
    inference(resolution,status(thm),[c2,clause4]) ).

cnf(c4,plain,
    $false,
    inference(resolution,status(thm),[c3,c1]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN029-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n025.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 : Mon Jul 11 23:24:02 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.19/0.54  # Version:  1.3
% 0.19/0.54  # SZS status Unsatisfiable
% 0.19/0.54  # SZS output start CNFRefutation
% See solution above
% 0.19/0.54  
% 0.19/0.54  # Initial clauses    : 5
% 0.19/0.54  # Processed clauses  : 9
% 0.19/0.54  # Factors computed   : 0
% 0.19/0.54  # Resolvents computed: 5
% 0.19/0.54  # Tautologies deleted: 0
% 0.19/0.54  # Forward subsumed   : 0
% 0.19/0.54  # Backward subsumed  : 5
% 0.19/0.54  # -------- CPU Time ---------
% 0.19/0.54  # User time          : 0.183 s
% 0.19/0.54  # System time        : 0.020 s
% 0.19/0.54  # Total time         : 0.203 s
%------------------------------------------------------------------------------