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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN333-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:13 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause1,negated_conjecture,
    f(X3,X2),
    input ).

cnf(clause2,negated_conjecture,
    ( ~ f(X4,z(X5,X4))
    | ~ f(z(X5,X4),z(X5,X4))
    | g(X5,X4) ),
    input ).

cnf(c0,plain,
    ( ~ f(X7,z(X6,X7))
    | g(X6,X7) ),
    inference(resolution,status(thm),[clause2,clause1]) ).

cnf(c1,plain,
    g(X9,X8),
    inference(resolution,status(thm),[c0,clause1]) ).

cnf(clause3,negated_conjecture,
    ( ~ f(X10,z(X11,X10))
    | ~ f(z(X11,X10),z(X11,X10))
    | ~ g(X11,z(X11,X10))
    | ~ g(z(X11,X10),z(X11,X10)) ),
    input ).

cnf(c2,plain,
    ( ~ f(X12,z(X13,X12))
    | ~ f(z(X13,X12),z(X13,X12))
    | ~ g(X13,z(X13,X12)) ),
    inference(resolution,status(thm),[clause3,c1]) ).

cnf(c3,plain,
    ( ~ f(X15,z(X14,X15))
    | ~ g(X14,z(X14,X15)) ),
    inference(resolution,status(thm),[c2,clause1]) ).

cnf(c4,plain,
    ~ f(X16,z(X17,X16)),
    inference(resolution,status(thm),[c3,c1]) ).

cnf(c5,plain,
    $false,
    inference(resolution,status(thm),[c4,clause1]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : SYN333-1 : TPTP v8.1.0. Released v1.2.0.
% 0.08/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n021.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 : Tue Jul 12 04:45:09 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.19/0.55  # Version:  1.3
% 0.19/0.55  # SZS status Unsatisfiable
% 0.19/0.55  # SZS output start CNFRefutation
% See solution above
% 0.19/0.55  
% 0.19/0.55  # Initial clauses    : 3
% 0.19/0.55  # Processed clauses  : 8
% 0.19/0.55  # Factors computed   : 0
% 0.19/0.55  # Resolvents computed: 6
% 0.19/0.55  # Tautologies deleted: 0
% 0.19/0.55  # Forward subsumed   : 0
% 0.19/0.55  # Backward subsumed  : 5
% 0.19/0.55  # -------- CPU Time ---------
% 0.19/0.55  # User time          : 0.176 s
% 0.19/0.55  # System time        : 0.022 s
% 0.19/0.55  # Total time         : 0.198 s
%------------------------------------------------------------------------------