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

View Problem - Process Solution

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

% Computer : n018.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:19 EDT 2022

% Result   : Unsatisfiable 0.20s 0.38s
% Output   : Proof 0.20s
% 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_5)]) ).

cnf(g1,plain,
    sum(additive_identity,c,d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sum_6)]) ).

cnf(g2,plain,
    ~ sum(a,c,add(d,b)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_sum_7)]) ).

cnf(g3,plain,
    ( ~ sum(additive_identity,c,d)
    | sum(c,additive_identity,d) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',commutativity_addition)]) ).

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

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

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

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

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

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

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

cnf(g11,plain,
    defined(additive_identity),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',well_definedness_of_additive_identity)]) ).

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

cnf(g13,plain,
    defined(d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d_is_defined)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : FLD013-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n018.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Tue Jun  7 03:42:50 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.20/0.38  % symbols: 16
% 0.20/0.38  % clauses: 33
% 0.20/0.38  % start clauses: 3
% 0.20/0.38  % iterative deepening steps: 148
% 0.20/0.38  % maximum path limit: 3
% 0.20/0.38  % literal attempts: 38660
% 0.20/0.38  % depth failures: 26186
% 0.20/0.38  % regularity failures: 458
% 0.20/0.38  % tautology failures: 311
% 0.20/0.38  % reductions: 6834
% 0.20/0.38  % extensions: 31462
% 0.20/0.38  % SAT variables: 3175
% 0.20/0.38  % SAT clauses: 6860
% 0.20/0.38  % WalkSAT solutions: 6863
% 0.20/0.38  % CDCL solutions: 0
% 0.20/0.38  % SZS status Unsatisfiable for theBenchmark
% 0.20/0.38  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------