TSTP Solution File: LCL230-2 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n013.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 : Sun Jul 17 13:53:09 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_4,negated_conjecture,
    ~ r,
    input ).

cnf(clause_2,negated_conjecture,
    ~ p,
    input ).

cnf(clause_3,negated_conjecture,
    q,
    input ).

cnf(clause_1,negated_conjecture,
    ( ~ q
    | p
    | r ),
    input ).

cnf(c0,plain,
    ( p
    | r ),
    inference(resolution,status(thm),[clause_1,clause_3]) ).

cnf(c1,plain,
    r,
    inference(resolution,status(thm),[c0,clause_2]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : LCL230-2 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n013.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 : Sun Jul  3 09:37:44 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.20/0.50  # Version:  1.3
% 0.20/0.50  # SZS status Unsatisfiable
% 0.20/0.50  # SZS output start CNFRefutation
% See solution above
% 0.20/0.50  
% 0.20/0.50  # Initial clauses    : 4
% 0.20/0.50  # Processed clauses  : 6
% 0.20/0.50  # Factors computed   : 0
% 0.20/0.50  # Resolvents computed: 4
% 0.20/0.50  # Tautologies deleted: 0
% 0.20/0.50  # Forward subsumed   : 0
% 0.20/0.50  # Backward subsumed  : 2
% 0.20/0.50  # -------- CPU Time ---------
% 0.20/0.50  # User time          : 0.142 s
% 0.20/0.50  # System time        : 0.017 s
% 0.20/0.50  # Total time         : 0.159 s
%------------------------------------------------------------------------------