TSTP Solution File: FLD063-3 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n019.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:40 EDT 2022

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

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

cnf(g1,plain,
    ~ less_or_equal(a,b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_less_or_equal_4)]) ).

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

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

cnf(g4,plain,
    defined(b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_is_defined)]) ).

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

cnf(g6,plain,
    ( ~ defined(b)
    | sum(additive_identity,b,b) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',existence_of_identity_addition)]) ).

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

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

cnf(g9,plain,
    ( ~ defined(b)
    | ~ defined(a)
    | sum(b,a,add(b,a)) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',totality_of_addition)]) ).

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

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

cnf(g12,plain,
    ( ~ sum(b,a,add(b,a))
    | sum(a,b,add(b,a)) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',commutativity_addition)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.10  % Problem  : FLD063-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.05/0.10  % Command  : satcop --statistics %s
% 0.10/0.31  % Computer : n019.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit : 300
% 0.10/0.31  % WCLimit  : 600
% 0.10/0.31  % DateTime : Mon Jun  6 13:51:25 EDT 2022
% 0.10/0.31  % CPUTime  : 
% 0.16/0.33  % symbols: 14
% 0.16/0.33  % clauses: 30
% 0.16/0.33  % start clauses: 2
% 0.16/0.33  % iterative deepening steps: 182
% 0.16/0.33  % maximum path limit: 3
% 0.16/0.33  % literal attempts: 36112
% 0.16/0.33  % depth failures: 22701
% 0.16/0.33  % regularity failures: 2608
% 0.16/0.33  % tautology failures: 3797
% 0.16/0.33  % reductions: 2746
% 0.16/0.33  % extensions: 33166
% 0.16/0.33  % SAT variables: 4896
% 0.16/0.33  % SAT clauses: 9711
% 0.16/0.33  % WalkSAT solutions: 9710
% 0.16/0.33  % CDCL solutions: 0
% 0.16/0.33  % SZS status Unsatisfiable for theBenchmark
% 0.16/0.33  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------