TSTP Solution File: SYN986+1.000 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN986+1.000 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n022.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:32:21 EDT 2022

% Result   : Theorem 0.17s 0.52s
% Output   : Refutation 0.17s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
fof(ck,conjecture,
    ? [Z0] : r(zero,zero,Z0),
    input ).

fof(c0,negated_conjecture,
    ~ ? [Z0] : r(zero,zero,Z0),
    inference(assume_negation,status(cth),[ck]) ).

fof(c1,negated_conjecture,
    ! [Z0] : ~ r(zero,zero,Z0),
    inference(fof_nnf,status(thm),[c0]) ).

fof(c2,negated_conjecture,
    ! [X2] : ~ r(zero,zero,X2),
    inference(variable_rename,status(thm),[c1]) ).

cnf(c3,negated_conjecture,
    ~ r(zero,zero,X8),
    inference(split_conjunct,status(thm),[c2]) ).

fof(hyp1,axiom,
    ! [Y] : r(Y,zero,succ(Y)),
    input ).

fof(c9,axiom,
    ! [X7] : r(X7,zero,succ(X7)),
    inference(variable_rename,status(thm),[hyp1]) ).

cnf(c10,axiom,
    r(X9,zero,succ(X9)),
    inference(split_conjunct,status(thm),[c9]) ).

cnf(c11,plain,
    $false,
    inference(resolution,status(thm),[c10,c3]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : SYN986+1.000 : TPTP v8.1.0. Released v4.0.0.
% 0.03/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.32  % Computer : n022.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 600
% 0.12/0.32  % DateTime : Tue Jul 12 07:56:40 EDT 2022
% 0.12/0.32  % CPUTime  : 
% 0.17/0.52  # Version:  1.3
% 0.17/0.52  # SZS status Theorem
% 0.17/0.52  # SZS output start CNFRefutation
% See solution above
% 0.17/0.52  
% 0.17/0.52  # Initial clauses    : 3
% 0.17/0.52  # Processed clauses  : 2
% 0.17/0.52  # Factors computed   : 0
% 0.17/0.52  # Resolvents computed: 1
% 0.17/0.52  # Tautologies deleted: 0
% 0.17/0.52  # Forward subsumed   : 0
% 0.17/0.52  # Backward subsumed  : 0
% 0.17/0.52  # -------- CPU Time ---------
% 0.17/0.52  # User time          : 0.181 s
% 0.17/0.52  # System time        : 0.021 s
% 0.17/0.52  # Total time         : 0.202 s
%------------------------------------------------------------------------------