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

View Problem - Process Solution

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

% Computer : n017.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:07 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause7,negated_conjecture,
    ~ f(z(X5),z(X5)),
    input ).

cnf(clause3,negated_conjecture,
    ( ~ h(X3)
    | f(X3,X3) ),
    input ).

cnf(clause5,negated_conjecture,
    ( ~ g(X4)
    | h(z(X4)) ),
    input ).

cnf(clause2,negated_conjecture,
    ( g(y(X6))
    | f(X6,X6) ),
    input ).

cnf(c1,plain,
    g(y(z(X8))),
    inference(resolution,status(thm),[clause2,clause7]) ).

cnf(c3,plain,
    h(z(y(z(X9)))),
    inference(resolution,status(thm),[c1,clause5]) ).

cnf(c4,plain,
    f(z(y(z(X16))),z(y(z(X16)))),
    inference(resolution,status(thm),[c3,clause3]) ).

cnf(c9,plain,
    $false,
    inference(resolution,status(thm),[c4,clause7]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN326-1 : TPTP v8.1.0. Released v1.2.0.
% 0.07/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n017.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Tue Jul 12 03:38:49 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.19/0.50  # Version:  1.3
% 0.19/0.50  # SZS status Unsatisfiable
% 0.19/0.50  # SZS output start CNFRefutation
% See solution above
% 0.19/0.50  
% 0.19/0.50  # Initial clauses    : 7
% 0.19/0.50  # Processed clauses  : 14
% 0.19/0.50  # Factors computed   : 0
% 0.19/0.50  # Resolvents computed: 10
% 0.19/0.50  # Tautologies deleted: 0
% 0.19/0.50  # Forward subsumed   : 1
% 0.19/0.50  # Backward subsumed  : 2
% 0.19/0.50  # -------- CPU Time ---------
% 0.19/0.50  # User time          : 0.152 s
% 0.19/0.50  # System time        : 0.014 s
% 0.19/0.50  # Total time         : 0.166 s
%------------------------------------------------------------------------------