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

View Problem - Process Solution

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

% Computer : n017.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:16 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sum(additive_identity,additive_inverse(additive_inverse(a)),a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_sum_2)]) ).

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

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

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

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

cnf(g5,plain,
    ( ~ defined(additive_inverse(a))
    | sum(additive_inverse(additive_inverse(a)),additive_inverse(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/sandbox/benchmark/theBenchmark.p',a_is_defined)]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : FLD007-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.08/0.15  % Command  : satcop --statistics %s
% 0.14/0.37  % Computer : n017.cluster.edu
% 0.14/0.37  % Model    : x86_64 x86_64
% 0.14/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.37  % Memory   : 8042.1875MB
% 0.14/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.37  % CPULimit : 300
% 0.14/0.37  % WCLimit  : 600
% 0.14/0.37  % DateTime : Mon Jun  6 19:02:31 EDT 2022
% 0.14/0.37  % CPUTime  : 
% 0.14/0.38  % symbols: 13
% 0.14/0.38  % clauses: 28
% 0.14/0.38  % start clauses: 1
% 0.14/0.38  % iterative deepening steps: 114
% 0.14/0.38  % maximum path limit: 3
% 0.14/0.38  % literal attempts: 11995
% 0.14/0.38  % depth failures: 8590
% 0.14/0.38  % regularity failures: 287
% 0.14/0.38  % tautology failures: 178
% 0.14/0.38  % reductions: 41
% 0.14/0.38  % extensions: 11903
% 0.14/0.38  % SAT variables: 2561
% 0.14/0.38  % SAT clauses: 4759
% 0.14/0.38  % WalkSAT solutions: 4760
% 0.14/0.38  % CDCL solutions: 0
% 0.14/0.38  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.38  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------