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

View Problem - Process Solution

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

% Computer : n028.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.11s 0.33s
% Output   : Proof 0.11s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

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

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

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

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

cnf(g4,plain,
    defined(c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',c_is_defined)]) ).

cnf(g5,plain,
    ( ~ equalish(add(a,c),add(c,b))
    | ~ equalish(add(c,b),add(d,b))
    | equalish(add(a,c),add(d,b)) ),
    inference(ground_cnf,[],[file('Axioms/FLD001-0.ax',transitivity_of_equality)]) ).

cnf(g6,plain,
    ( ~ equalish(c,d)
    | ~ defined(b)
    | equalish(add(c,b),add(d,b)) ),
    inference(ground_cnf,[],[file('Axioms/FLD001-0.ax',compatibility_of_equality_and_addition)]) ).

cnf(g7,plain,
    ( ~ equalish(add(a,c),add(b,c))
    | ~ equalish(add(b,c),add(c,b))
    | equalish(add(a,c),add(c,b)) ),
    inference(ground_cnf,[],[file('Axioms/FLD001-0.ax',transitivity_of_equality)]) ).

cnf(g8,plain,
    ( ~ equalish(a,b)
    | ~ defined(c)
    | equalish(add(a,c),add(b,c)) ),
    inference(ground_cnf,[],[file('Axioms/FLD001-0.ax',compatibility_of_equality_and_addition)]) ).

cnf(g9,plain,
    ( ~ defined(b)
    | ~ defined(c)
    | equalish(add(b,c),add(c,b)) ),
    inference(ground_cnf,[],[file('Axioms/FLD001-0.ax',commutativity_addition)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : FLD013-1 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.10/0.12  % Command  : satcop --statistics %s
% 0.11/0.32  % Computer : n028.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 600
% 0.11/0.32  % DateTime : Mon Jun  6 11:38:28 EDT 2022
% 0.11/0.32  % CPUTime  : 
% 0.11/0.33  % symbols: 15
% 0.11/0.33  % clauses: 34
% 0.11/0.33  % start clauses: 3
% 0.11/0.33  % iterative deepening steps: 73
% 0.11/0.33  % maximum path limit: 3
% 0.11/0.33  % literal attempts: 7743
% 0.11/0.33  % depth failures: 5421
% 0.11/0.33  % regularity failures: 240
% 0.11/0.33  % tautology failures: 744
% 0.11/0.33  % reductions: 386
% 0.11/0.33  % extensions: 7178
% 0.11/0.33  % SAT variables: 2343
% 0.11/0.33  % SAT clauses: 2968
% 0.11/0.33  % WalkSAT solutions: 2963
% 0.11/0.33  % CDCL solutions: 0
% 0.11/0.33  % SZS status Unsatisfiable for theBenchmark
% 0.11/0.33  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------