TSTP Solution File: SET045-5 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n023.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 : Tue Jul 19 04:34:48 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_2,axiom,
    ( ~ element(X6,f(X5))
    | ~ element(X6,X6) ),
    input ).

cnf(c0,plain,
    ~ element(f(X7),f(X7)),
    inference(factor,status(thm),[clause_2]) ).

cnf(clause_4,negated_conjecture,
    element(X2,a),
    input ).

cnf(clause_3,axiom,
    ( ~ element(X9,X8)
    | element(X9,X9)
    | element(X9,f(X8)) ),
    input ).

cnf(c1,plain,
    ( element(X10,X10)
    | element(X10,f(a)) ),
    inference(resolution,status(thm),[clause_3,clause_4]) ).

cnf(c6,plain,
    element(f(X12),f(a)),
    inference(resolution,status(thm),[c1,c0]) ).

cnf(c14,plain,
    $false,
    inference(resolution,status(thm),[c6,c0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : SET045-5 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.35  % Computer : n023.cluster.edu
% 0.12/0.35  % Model    : x86_64 x86_64
% 0.12/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.35  % Memory   : 8042.1875MB
% 0.12/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.35  % CPULimit : 300
% 0.12/0.35  % WCLimit  : 600
% 0.12/0.35  % DateTime : Sun Jul 10 00:27:10 EDT 2022
% 0.12/0.35  % CPUTime  : 
% 0.20/0.52  # Version:  1.3
% 0.20/0.52  # SZS status Unsatisfiable
% 0.20/0.52  # SZS output start CNFRefutation
% See solution above
% 0.20/0.52  
% 0.20/0.52  # Initial clauses    : 4
% 0.20/0.52  # Processed clauses  : 7
% 0.20/0.52  # Factors computed   : 2
% 0.20/0.52  # Resolvents computed: 13
% 0.20/0.52  # Tautologies deleted: 1
% 0.20/0.52  # Forward subsumed   : 0
% 0.20/0.52  # Backward subsumed  : 0
% 0.20/0.52  # -------- CPU Time ---------
% 0.20/0.52  # User time          : 0.154 s
% 0.20/0.52  # System time        : 0.017 s
% 0.20/0.52  # Total time         : 0.171 s
%------------------------------------------------------------------------------