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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : FLD071-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:04 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(not_less_or_equal_5,negated_conjecture,
    ~ less_or_equal(additive_identity,multiply(a,b)),
    input ).

cnf(less_or_equal_3,negated_conjecture,
    less_or_equal(additive_identity,a),
    input ).

cnf(less_or_equal_4,negated_conjecture,
    less_or_equal(additive_identity,b),
    input ).

cnf(compatibility_of_order_relation_and_multiplication,axiom,
    ( less_or_equal(additive_identity,multiply(X44,X43))
    | ~ less_or_equal(additive_identity,X44)
    | ~ less_or_equal(additive_identity,X43) ),
    input ).

cnf(c750,plain,
    ( less_or_equal(additive_identity,multiply(X289,b))
    | ~ less_or_equal(additive_identity,X289) ),
    inference(resolution,status(thm),[compatibility_of_order_relation_and_multiplication,less_or_equal_4]) ).

cnf(c158522,plain,
    less_or_equal(additive_identity,multiply(a,b)),
    inference(resolution,status(thm),[c750,less_or_equal_3]) ).

cnf(c158533,plain,
    $false,
    inference(resolution,status(thm),[c158522,not_less_or_equal_5]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : FLD071-1 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.08/0.15  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.36  % Computer : n028.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Mon Jun  6 14:28:14 EDT 2022
% 0.14/0.37  % CPUTime  : 
% 44.03/44.25  # Version:  1.3
% 44.03/44.25  # SZS status Unsatisfiable
% 44.03/44.25  # SZS output start CNFRefutation
% See solution above
% 44.03/44.25  
% 44.03/44.25  # Initial clauses    : 32
% 44.03/44.25  # Processed clauses  : 1194
% 44.03/44.25  # Factors computed   : 0
% 44.03/44.25  # Resolvents computed: 158539
% 44.03/44.25  # Tautologies deleted: 12
% 44.03/44.25  # Forward subsumed   : 40
% 44.03/44.25  # Backward subsumed  : 2
% 44.03/44.25  # -------- CPU Time ---------
% 44.03/44.25  # User time          : 43.602 s
% 44.03/44.25  # System time        : 0.275 s
% 44.03/44.25  # Total time         : 43.877 s
%------------------------------------------------------------------------------