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

View Problem - Process Solution

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

% Computer : n032.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:22 EDT 2022

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.09  % Problem  : FLD021-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.05/0.10  % Command  : satcop --statistics %s
% 0.08/0.28  % Computer : n032.cluster.edu
% 0.08/0.28  % Model    : x86_64 x86_64
% 0.08/0.28  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.28  % Memory   : 8042.1875MB
% 0.08/0.28  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.28  % CPULimit : 300
% 0.08/0.28  % WCLimit  : 600
% 0.08/0.28  % DateTime : Mon Jun  6 14:09:34 EDT 2022
% 0.08/0.28  % CPUTime  : 
% 0.08/0.29  % symbols: 14
% 0.08/0.29  % clauses: 30
% 0.08/0.29  % start clauses: 2
% 0.08/0.29  % iterative deepening steps: 87
% 0.08/0.29  % maximum path limit: 2
% 0.08/0.29  % literal attempts: 13853
% 0.08/0.29  % depth failures: 9273
% 0.08/0.29  % regularity failures: 171
% 0.08/0.29  % tautology failures: 609
% 0.08/0.29  % reductions: 2435
% 0.08/0.29  % extensions: 11291
% 0.08/0.29  % SAT variables: 1232
% 0.08/0.29  % SAT clauses: 2858
% 0.08/0.29  % WalkSAT solutions: 2855
% 0.08/0.29  % CDCL solutions: 0
% 0.08/0.29  % SZS status Unsatisfiable for theBenchmark
% 0.08/0.29  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------