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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : NUM027-1 : TPTP v8.1.0. Bugfixed v4.0.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 : Mon Jul 18 13:58:20 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ equalish(c,n0),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_c_is_0)]) ).

cnf(g1,plain,
    ( ~ less(multiply(b,c),multiply(a,c))
    | equalish(c,n0)
    | less(multiply(multiply(b,c),c),multiply(multiply(a,c),c)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiply_lemma)]) ).

cnf(g2,plain,
    less(multiply(b,c),multiply(a,c)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_times_c_less_than_a_times_c)]) ).

cnf(g3,plain,
    ( ~ equalish(b,a)
    | equalish(multiply(b,c),multiply(a,c)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',equality_preserved_over_times)]) ).

cnf(g4,plain,
    ( ~ less(multiply(a,c),multiply(b,c))
    | equalish(c,n0)
    | less(multiply(multiply(a,c),c),multiply(multiply(b,c),c)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiply_lemma)]) ).

cnf(g5,plain,
    ( ~ less(a,b)
    | equalish(c,n0)
    | less(multiply(a,c),multiply(b,c)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiply_lemma)]) ).

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

cnf(g7,plain,
    ~ less(multiply(multiply(a,c),c),multiply(multiply(a,c),c)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',number_not_less_than_itself)]) ).

cnf(g8,plain,
    ( ~ equalish(multiply(b,c),multiply(a,c))
    | ~ less(multiply(b,c),multiply(a,c)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_less_and_equal)]) ).

cnf(g9,plain,
    ( equalish(b,a)
    | less(a,b)
    | less(b,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',numbers_either_less_or_equal)]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : NUM027-1 : TPTP v8.1.0. Bugfixed v4.0.0.
% 0.10/0.13  % Command  : satcop --statistics %s
% 0.13/0.32  % Computer : n019.cluster.edu
% 0.13/0.32  % Model    : x86_64 x86_64
% 0.13/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.32  % Memory   : 8042.1875MB
% 0.13/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.32  % CPULimit : 300
% 0.13/0.32  % WCLimit  : 600
% 0.13/0.32  % DateTime : Wed Jul  6 13:52:08 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 3.17/0.71  % symbols: 12
% 3.17/0.71  % clauses: 21
% 3.17/0.71  % start clauses: 1
% 3.17/0.71  % iterative deepening steps: 1361
% 3.17/0.71  % maximum path limit: 7
% 3.17/0.71  % literal attempts: 289780
% 3.17/0.71  % depth failures: 177613
% 3.17/0.71  % regularity failures: 32931
% 3.17/0.71  % tautology failures: 35003
% 3.17/0.71  % reductions: 10083
% 3.17/0.71  % extensions: 279582
% 3.17/0.71  % SAT variables: 54846
% 3.17/0.71  % SAT clauses: 79485
% 3.17/0.71  % WalkSAT solutions: 79385
% 3.17/0.71  % CDCL solutions: 95
% 3.17/0.71  % SZS status Unsatisfiable for theBenchmark
% 3.17/0.71  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------