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

View Problem - Process Solution

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

% Computer : n017.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:38 EDT 2022

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

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

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

cnf(g3,plain,
    ~ less_or_equal(u,v),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_less_or_equal_8)]) ).

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.14  % Problem  : FLD060-4 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.12/0.15  % Command  : satcop --statistics %s
% 0.14/0.36  % Computer : n017.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Mon Jun  6 20:02:02 EDT 2022
% 0.14/0.37  % CPUTime  : 
% 0.14/0.40  % symbols: 16
% 0.14/0.40  % clauses: 34
% 0.14/0.40  % start clauses: 4
% 0.14/0.40  % iterative deepening steps: 164
% 0.14/0.40  % maximum path limit: 3
% 0.14/0.40  % literal attempts: 47678
% 0.14/0.40  % depth failures: 29519
% 0.14/0.40  % regularity failures: 1221
% 0.14/0.40  % tautology failures: 1832
% 0.14/0.40  % reductions: 8957
% 0.14/0.40  % extensions: 38219
% 0.14/0.40  % SAT variables: 6628
% 0.14/0.40  % SAT clauses: 14238
% 0.14/0.40  % WalkSAT solutions: 14245
% 0.14/0.40  % CDCL solutions: 0
% 0.14/0.40  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.40  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------