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

View Problem - Process Solution

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

% Computer : n021.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:27:02 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause4,negated_conjecture,
    ~ g(b),
    input ).

cnf(clause3,negated_conjecture,
    f(X2),
    input ).

cnf(clause1,negated_conjecture,
    ( ~ f(X3)
    | ~ f(b)
    | g(X3) ),
    input ).

cnf(c0,plain,
    ( ~ f(X4)
    | g(X4) ),
    inference(resolution,status(thm),[clause1,clause3]) ).

cnf(c1,plain,
    g(X5),
    inference(resolution,status(thm),[c0,clause3]) ).

cnf(c2,plain,
    $false,
    inference(resolution,status(thm),[c1,clause4]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SYN318-1 : TPTP v8.1.0. Released v1.2.0.
% 0.00/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.33  % Computer : n021.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Tue Jul 12 02:36:08 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.18/0.50  # Version:  1.3
% 0.18/0.50  # SZS status Unsatisfiable
% 0.18/0.50  # SZS output start CNFRefutation
% See solution above
% 0.18/0.50  
% 0.18/0.50  # Initial clauses    : 4
% 0.18/0.50  # Processed clauses  : 6
% 0.18/0.50  # Factors computed   : 0
% 0.18/0.50  # Resolvents computed: 3
% 0.18/0.50  # Tautologies deleted: 0
% 0.18/0.50  # Forward subsumed   : 0
% 0.18/0.50  # Backward subsumed  : 2
% 0.18/0.50  # -------- CPU Time ---------
% 0.18/0.50  # User time          : 0.149 s
% 0.18/0.50  # System time        : 0.022 s
% 0.18/0.50  # Total time         : 0.171 s
%------------------------------------------------------------------------------