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

View Problem - Process Solution

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

% Computer : n026.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:20 EDT 2022

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

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

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

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

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

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

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

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : FLD014-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.11/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n026.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Mon Jun  6 19:04:00 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.39  % symbols: 14
% 0.12/0.39  % clauses: 30
% 0.12/0.39  % start clauses: 2
% 0.12/0.39  % iterative deepening steps: 162
% 0.12/0.39  % maximum path limit: 3
% 0.12/0.39  % literal attempts: 48955
% 0.12/0.39  % depth failures: 32307
% 0.12/0.39  % regularity failures: 873
% 0.12/0.39  % tautology failures: 1561
% 0.12/0.39  % reductions: 7642
% 0.12/0.39  % extensions: 41048
% 0.12/0.39  % SAT variables: 7161
% 0.12/0.39  % SAT clauses: 16526
% 0.12/0.39  % WalkSAT solutions: 16523
% 0.12/0.39  % CDCL solutions: 0
% 0.12/0.39  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.39  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------