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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : HEN007-4 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n015.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 13:02:06 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ less_equal(divide(c,b),divide(c,a)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_c_divide_b_LE_c_divide_a)]) ).

cnf(g1,plain,
    ( ~ less_equal(divide(c,divide(c,a)),b)
    | less_equal(divide(c,b),divide(c,a)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',property_of_divide1)]) ).

cnf(g2,plain,
    less_equal(a,b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_LE_b)]) ).

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

cnf(g4,plain,
    ( ~ less_equal(divide(c,a),divide(c,a))
    | less_equal(divide(c,divide(c,a)),a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',property_of_divide1)]) ).

cnf(g5,plain,
    ( ~ sPE(divide(divide(c,a),divide(c,a)),zero)
    | less_equal(divide(c,a),divide(c,a)) ),
    inference(ground_cnf,[],[file('Axioms/HEN002-0.ax',quotient_less_equal2)]) ).

cnf(g6,plain,
    sPE(divide(divide(c,a),divide(c,a)),zero),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',x_divide_x_is_zero)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem  : HEN007-4 : TPTP v8.1.0. Released v1.0.0.
% 0.12/0.13  % Command  : satcop --statistics %s
% 0.13/0.35  % Computer : n015.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 600
% 0.13/0.35  % DateTime : Fri Jul  1 13:12:13 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.36  % symbols: 9
% 0.13/0.36  % clauses: 20
% 0.13/0.36  % start clauses: 1
% 0.13/0.36  % iterative deepening steps: 151
% 0.13/0.36  % maximum path limit: 3
% 0.13/0.36  % literal attempts: 8464
% 0.13/0.36  % depth failures: 5158
% 0.13/0.36  % regularity failures: 641
% 0.13/0.36  % tautology failures: 344
% 0.13/0.36  % reductions: 0
% 0.13/0.36  % extensions: 8341
% 0.13/0.36  % SAT variables: 2323
% 0.13/0.36  % SAT clauses: 3432
% 0.13/0.36  % WalkSAT solutions: 3427
% 0.13/0.36  % CDCL solutions: 0
% 0.13/0.36  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.36  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------