TSTP Solution File: FLD067-4 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : FLD067-4 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n024.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:26:41 EDT 2022

% Result   : Unsatisfiable 0.12s 0.32s
% Output   : Proof 0.12s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    less_or_equal(a,b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less_or_equal_4)]) ).

cnf(g1,plain,
    sum(b,additive_inverse(a),u),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sum_5)]) ).

cnf(g2,plain,
    ~ less_or_equal(additive_identity,u),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_less_or_equal_6)]) ).

cnf(g3,plain,
    ( ~ sum(a,additive_inverse(a),additive_identity)
    | ~ sum(b,additive_inverse(a),u)
    | ~ less_or_equal(a,b)
    | less_or_equal(additive_identity,u) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',compatibility_of_order_relation_and_addition)]) ).

cnf(g4,plain,
    ( ~ sum(additive_inverse(a),a,additive_identity)
    | sum(a,additive_inverse(a),additive_identity) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',commutativity_addition)]) ).

cnf(g5,plain,
    ( ~ defined(a)
    | sum(additive_inverse(a),a,additive_identity) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',existence_of_inverse_addition)]) ).

cnf(g6,plain,
    defined(a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_is_defined)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : FLD067-4 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.03/0.12  % Command  : satcop --statistics %s
% 0.12/0.31  % Computer : n024.cluster.edu
% 0.12/0.31  % Model    : x86_64 x86_64
% 0.12/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.31  % Memory   : 8042.1875MB
% 0.12/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 600
% 0.12/0.32  % DateTime : Tue Jun  7 02:42:05 EDT 2022
% 0.12/0.32  % CPUTime  : 
% 0.12/0.32  % symbols: 15
% 0.12/0.32  % clauses: 32
% 0.12/0.32  % start clauses: 3
% 0.12/0.32  % iterative deepening steps: 60
% 0.12/0.32  % maximum path limit: 2
% 0.12/0.32  % literal attempts: 6186
% 0.12/0.32  % depth failures: 4138
% 0.12/0.32  % regularity failures: 174
% 0.12/0.32  % tautology failures: 102
% 0.12/0.32  % reductions: 824
% 0.12/0.32  % extensions: 5289
% 0.12/0.32  % SAT variables: 1110
% 0.12/0.32  % SAT clauses: 2222
% 0.12/0.32  % WalkSAT solutions: 2220
% 0.12/0.32  % CDCL solutions: 0
% 0.12/0.32  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.32  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------