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

View Problem - Process Solution

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

% Computer : n007.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:05 EDT 2022

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

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

cnf(g1,plain,
    quotient(z,x,zQx),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',zQx)]) ).

cnf(g2,plain,
    less_equal(x,y),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',xLEy)]) ).

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

cnf(g4,plain,
    quotient(z,y,zQy),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',zQy)]) ).

cnf(g5,plain,
    ( ~ less_equal(zQy,divide(zQx,y))
    | ~ less_equal(divide(zQx,y),zQx)
    | less_equal(zQy,zQx) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity_of_less_equal)]) ).

cnf(g6,plain,
    ( ~ quotient(zQx,y,divide(zQx,y))
    | less_equal(divide(zQx,y),zQx) ),
    inference(ground_cnf,[],[file('Axioms/HEN001-0.ax',divisor_existence)]) ).

cnf(g7,plain,
    quotient(zQx,y,divide(zQx,y)),
    inference(ground_cnf,[],[file('Axioms/HEN001-0.ax',closure)]) ).

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

cnf(g9,plain,
    ( ~ quotient(z,x,zQx)
    | ~ quotient(z,y,zQy)
    | ~ quotient(x,y,zero)
    | ~ quotient(zQx,y,divide(zQx,y))
    | ~ quotient(zQy,zero,zQy)
    | less_equal(zQy,divide(zQx,y)) ),
    inference(ground_cnf,[],[file('Axioms/HEN001-0.ax',quotient_property)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : HEN007-2 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n007.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 : Fri Jul  1 13:08:54 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.19/0.46  % symbols: 12
% 0.19/0.46  % clauses: 25
% 0.19/0.46  % start clauses: 1
% 0.19/0.46  % iterative deepening steps: 829
% 0.19/0.46  % maximum path limit: 5
% 0.19/0.46  % literal attempts: 139199
% 0.19/0.46  % depth failures: 81385
% 0.19/0.46  % regularity failures: 6083
% 0.19/0.46  % tautology failures: 6288
% 0.19/0.46  % reductions: 0
% 0.19/0.46  % extensions: 138574
% 0.19/0.46  % SAT variables: 8883
% 0.19/0.46  % SAT clauses: 24123
% 0.19/0.46  % WalkSAT solutions: 24120
% 0.19/0.46  % CDCL solutions: 0
% 0.19/0.46  % SZS status Unsatisfiable for theBenchmark
% 0.19/0.46  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------