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

View Problem - Process Solution

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

% Computer : n028.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 4.31s 4.51s
% Output   : Refutation 4.31s
% 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(X38,X39)
    | less_or_equal(X39,X38)
    | ~ defined(X38)
    | ~ defined(X39) ),
    input ).

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

cnf(c22426,plain,
    less_or_equal(a,a),
    inference(resolution,status(thm),[c576,a_is_defined]) ).

cnf(c22499,plain,
    $false,
    inference(resolution,status(thm),[c22426,not_less_or_equal_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : FLD056-1 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.12/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n028.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 : Mon Jun  6 15:37:14 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 4.31/4.51  # Version:  1.3
% 4.31/4.51  # SZS status Unsatisfiable
% 4.31/4.51  # SZS output start CNFRefutation
% See solution above
% 4.31/4.51  
% 4.31/4.51  # Initial clauses    : 29
% 4.31/4.51  # Processed clauses  : 465
% 4.31/4.51  # Factors computed   : 0
% 4.31/4.51  # Resolvents computed: 22501
% 4.31/4.51  # Tautologies deleted: 6
% 4.31/4.51  # Forward subsumed   : 19
% 4.31/4.51  # Backward subsumed  : 2
% 4.31/4.51  # -------- CPU Time ---------
% 4.31/4.51  # User time          : 4.112 s
% 4.31/4.51  # System time        : 0.056 s
% 4.31/4.51  # Total time         : 4.168 s
%------------------------------------------------------------------------------