TSTP Solution File: FLD056-3 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : FLD056-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n029.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 : Sat Jul 16 02:25:00 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(not_less_or_equal_2,negated_conjecture,
    ~ less_or_equal(a,a),
    input ).

cnf(a_is_defined,plain,
    defined(a),
    input ).

cnf(totality_of_order_relation,axiom,
    ( less_or_equal(X72,X71)
    | less_or_equal(X71,X72)
    | ~ defined(X72)
    | ~ defined(X71) ),
    input ).

cnf(c760,plain,
    ( less_or_equal(X182,a)
    | less_or_equal(a,X182)
    | ~ defined(X182) ),
    inference(resolution,status(thm),[totality_of_order_relation,a_is_defined]) ).

cnf(c9336,plain,
    less_or_equal(a,a),
    inference(resolution,status(thm),[c760,a_is_defined]) ).

cnf(c9587,plain,
    $false,
    inference(resolution,status(thm),[c9336,not_less_or_equal_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem  : FLD056-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.13/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.35  % Computer : n029.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Mon Jun  6 22:43:20 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 2.74/2.94  # Version:  1.3
% 2.74/2.94  # SZS status Unsatisfiable
% 2.74/2.94  # SZS output start CNFRefutation
% See solution above
% 2.74/2.94  
% 2.74/2.94  # Initial clauses    : 28
% 2.74/2.94  # Processed clauses  : 452
% 2.74/2.94  # Factors computed   : 6
% 2.74/2.94  # Resolvents computed: 9584
% 2.74/2.94  # Tautologies deleted: 2
% 2.74/2.94  # Forward subsumed   : 35
% 2.74/2.94  # Backward subsumed  : 0
% 2.74/2.94  # -------- CPU Time ---------
% 2.74/2.94  # User time          : 2.555 s
% 2.74/2.94  # System time        : 0.027 s
% 2.74/2.94  # Total time         : 2.582 s
%------------------------------------------------------------------------------