TSTP Solution File: HEN008-2 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n008.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:07 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ less_equal(aQc,bQc),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_aQcLEbQc)]) ).

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

cnf(g2,plain,
    quotient(aQc,zero,aQc),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',x_divde_zero_is_x)]) ).

cnf(g3,plain,
    quotient(a,c,aQc),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',aQc)]) ).

cnf(g4,plain,
    ( ~ less_equal(divide(aQc,bQc),zero)
    | ~ quotient(aQc,bQc,divide(aQc,bQc))
    | ~ quotient(aQc,zero,aQc)
    | less_equal(aQc,bQc) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',xQyLEz_implies_xQzLEy)]) ).

cnf(g5,plain,
    quotient(aQc,bQc,divide(aQc,bQc)),
    inference(ground_cnf,[],[file('Axioms/HEN001-0.ax',closure)]) ).

cnf(g6,plain,
    quotient(b,c,bQc),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',bQc)]) ).

cnf(g7,plain,
    quotient(zero,c,zero),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',zero_divide_anything_is_zero)]) ).

cnf(g8,plain,
    ( ~ quotient(a,b,zero)
    | ~ quotient(a,c,aQc)
    | ~ quotient(b,c,bQc)
    | ~ quotient(zero,c,zero)
    | ~ quotient(aQc,bQc,divide(aQc,bQc))
    | less_equal(divide(aQc,bQc),zero) ),
    inference(ground_cnf,[],[file('Axioms/HEN001-0.ax',quotient_property)]) ).

cnf(g9,plain,
    ( ~ less_equal(a,b)
    | quotient(a,b,zero) ),
    inference(ground_cnf,[],[file('Axioms/HEN001-0.ax',quotient_less_equal)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : HEN008-2 : TPTP v8.1.0. Released v1.0.0.
% 0.08/0.14  % Command  : satcop --statistics %s
% 0.14/0.35  % Computer : n008.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Fri Jul  1 13:15:38 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.14/0.37  % symbols: 12
% 0.14/0.37  % clauses: 26
% 0.14/0.37  % start clauses: 1
% 0.14/0.37  % iterative deepening steps: 361
% 0.14/0.37  % maximum path limit: 3
% 0.14/0.37  % literal attempts: 37453
% 0.14/0.37  % depth failures: 22645
% 0.14/0.37  % regularity failures: 1253
% 0.14/0.37  % tautology failures: 767
% 0.14/0.37  % reductions: 0
% 0.14/0.37  % extensions: 37185
% 0.14/0.37  % SAT variables: 3593
% 0.14/0.37  % SAT clauses: 8428
% 0.14/0.37  % WalkSAT solutions: 8429
% 0.14/0.37  % CDCL solutions: 0
% 0.14/0.37  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.37  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------