TSTP Solution File: SYN002-1.007.008 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n005.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:24:18 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(negative,negated_conjecture,
    ( ~ p(X3)
    | ~ p(f(f(f(f(f(f(f(f(X3))))))))) ),
    input ).

cnf(positive,negated_conjecture,
    ( p(X2)
    | p(f(f(f(f(f(f(f(X2)))))))) ),
    input ).

cnf(c1,plain,
    ( ~ p(X4)
    | p(f(X4)) ),
    inference(resolution,status(thm),[negative,positive]) ).

cnf(c2,plain,
    ( p(f(X5))
    | p(f(f(f(f(f(f(f(X5)))))))) ),
    inference(resolution,status(thm),[c1,positive]) ).

cnf(c7,plain,
    ( p(f(f(X6)))
    | ~ p(X6) ),
    inference(resolution,status(thm),[c2,negative]) ).

cnf(c9,plain,
    ( p(f(f(f(X19))))
    | p(f(f(f(f(f(f(f(X19)))))))) ),
    inference(resolution,status(thm),[c7,c2]) ).

cnf(c97,plain,
    ( p(f(f(f(f(X20)))))
    | ~ p(X20) ),
    inference(resolution,status(thm),[c9,negative]) ).

cnf(c10,plain,
    ( p(f(f(f(f(f(f(f(f(f(X15))))))))))
    | p(X15) ),
    inference(resolution,status(thm),[c7,positive]) ).

cnf(c53,plain,
    ( p(X16)
    | ~ p(f(X16)) ),
    inference(resolution,status(thm),[c10,negative]) ).

cnf(c69,plain,
    ( p(f(f(f(f(f(f(X17)))))))
    | p(X17) ),
    inference(resolution,status(thm),[c53,positive]) ).

cnf(c71,plain,
    ( p(X21)
    | p(f(f(f(f(f(X21)))))) ),
    inference(resolution,status(thm),[c69,c53]) ).

cnf(c119,plain,
    ( p(X23)
    | p(f(f(f(f(X23))))) ),
    inference(resolution,status(thm),[c71,c53]) ).

cnf(c130,plain,
    p(f(f(f(f(X24))))),
    inference(resolution,status(thm),[c119,c97]) ).

cnf(c146,plain,
    ~ p(X26),
    inference(resolution,status(thm),[c130,negative]) ).

cnf(c147,plain,
    $false,
    inference(resolution,status(thm),[c146,c130]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : SYN002-1.007.008 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n005.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 : Mon Jul 11 23:22:37 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.54  # Version:  1.3
% 0.18/0.54  # SZS status Unsatisfiable
% 0.18/0.54  # SZS output start CNFRefutation
% See solution above
% 0.18/0.54  
% 0.18/0.54  # Initial clauses    : 2
% 0.18/0.54  # Processed clauses  : 19
% 0.18/0.54  # Factors computed   : 0
% 0.18/0.54  # Resolvents computed: 148
% 0.18/0.54  # Tautologies deleted: 1
% 0.18/0.54  # Forward subsumed   : 5
% 0.18/0.54  # Backward subsumed  : 17
% 0.18/0.54  # -------- CPU Time ---------
% 0.18/0.54  # User time          : 0.172 s
% 0.18/0.54  # System time        : 0.029 s
% 0.18/0.54  # Total time         : 0.201 s
%------------------------------------------------------------------------------