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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : FLD013-5 : 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:20 EDT 2022

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

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

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

cnf(g2,plain,
    sum(a,c,u),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',sum_9)]) ).

cnf(g3,plain,
    sum(d,b,v),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',sum_10)]) ).

cnf(g4,plain,
    ~ sum(additive_identity,u,v),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_sum_11)]) ).

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

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,
    ( ~ sum(c,additive_identity,d)
    | ~ sum(additive_identity,b,b)
    | ~ sum(d,b,v)
    | sum(c,b,v) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',associativity_addition_1)]) ).

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : FLD013-5 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.03/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n019.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 23:45:40 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.19/0.37  % symbols: 18
% 0.19/0.37  % clauses: 37
% 0.19/0.37  % start clauses: 5
% 0.19/0.37  % iterative deepening steps: 176
% 0.19/0.37  % maximum path limit: 2
% 0.19/0.37  % literal attempts: 75553
% 0.19/0.37  % depth failures: 50865
% 0.19/0.37  % regularity failures: 717
% 0.19/0.37  % tautology failures: 0
% 0.19/0.37  % reductions: 13790
% 0.19/0.37  % extensions: 61004
% 0.19/0.37  % SAT variables: 2896
% 0.19/0.37  % SAT clauses: 7724
% 0.19/0.37  % WalkSAT solutions: 7723
% 0.19/0.37  % CDCL solutions: 0
% 0.19/0.37  % SZS status Unsatisfiable for theBenchmark
% 0.19/0.37  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------