TSTP Solution File: FLD061-4 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n024.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:39 EDT 2022

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

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

cnf(g1,plain,
    less_or_equal(c,d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',less_or_equal_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,
    ~ less_or_equal(u,v),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_less_or_equal_11)]) ).

cnf(g5,plain,
    ( ~ sum(a,c,u)
    | ~ sum(b,c,add(b,c))
    | ~ less_or_equal(a,b)
    | less_or_equal(u,add(b,c)) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',compatibility_of_order_relation_and_addition)]) ).

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

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

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

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

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

cnf(g11,plain,
    ( ~ less_or_equal(u,add(b,c))
    | ~ less_or_equal(add(b,c),v)
    | less_or_equal(u,v) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',transitivity_of_order_relation)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : FLD061-4 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.12/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n024.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Mon Jun  6 12:08:20 EDT 2022
% 0.12/0.34  % 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: 174
% 0.19/0.37  % maximum path limit: 2
% 0.19/0.37  % literal attempts: 46579
% 0.19/0.37  % depth failures: 30423
% 0.19/0.37  % regularity failures: 1403
% 0.19/0.37  % tautology failures: 759
% 0.19/0.37  % reductions: 6753
% 0.19/0.37  % extensions: 39130
% 0.19/0.37  % SAT variables: 4110
% 0.19/0.37  % SAT clauses: 8411
% 0.19/0.37  % WalkSAT solutions: 8406
% 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
%------------------------------------------------------------------------------