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

View Problem - Process Solution

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

% Computer : n021.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 : Mon Jul 18 13:58:17 EDT 2022

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

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

cnf(g1,plain,
    ( ~ divides(c,a)
    | equalish(c,a)
    | less(c,a) ),
    inference(ground_cnf,[],[file('Axioms/NUM001-2.ax',divides_only_less_or_equal)]) ).

cnf(g2,plain,
    ( ~ less(c,a)
    | ~ less(b,c)
    | less(b,a) ),
    inference(ground_cnf,[],[file('Axioms/NUM001-1.ax',transitivity_of_less)]) ).

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

cnf(g4,plain,
    ~ less(b,a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_greater_equal_a)]) ).

cnf(g5,plain,
    ( ~ equalish(add(successor(predecessor_of_1st_minus_2nd(c,b)),b),c)
    | ~ equalish(c,a)
    | equalish(add(successor(predecessor_of_1st_minus_2nd(c,b)),b),a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity)]) ).

cnf(g6,plain,
    ( ~ less(b,c)
    | equalish(add(successor(predecessor_of_1st_minus_2nd(c,b)),b),c) ),
    inference(ground_cnf,[],[file('Axioms/NUM001-1.ax',less_lemma)]) ).

cnf(g7,plain,
    ( ~ equalish(add(successor(predecessor_of_1st_minus_2nd(c,b)),b),a)
    | less(b,a) ),
    inference(ground_cnf,[],[file('Axioms/NUM001-1.ax',smaller_number)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : NUM021-1 : TPTP v8.1.0. Bugfixed v4.0.0.
% 0.03/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n021.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 : Tue Jul  5 20:00:03 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.35  % symbols: 13
% 0.12/0.35  % clauses: 19
% 0.12/0.35  % start clauses: 2
% 0.12/0.35  % iterative deepening steps: 118
% 0.12/0.35  % maximum path limit: 4
% 0.12/0.35  % literal attempts: 10015
% 0.12/0.35  % depth failures: 5545
% 0.12/0.35  % regularity failures: 1438
% 0.12/0.35  % tautology failures: 797
% 0.12/0.35  % reductions: 306
% 0.12/0.35  % extensions: 9498
% 0.12/0.35  % SAT variables: 2186
% 0.12/0.35  % SAT clauses: 2897
% 0.12/0.35  % WalkSAT solutions: 2891
% 0.12/0.35  % CDCL solutions: 0
% 0.12/0.35  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.35  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------