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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : HEN007-6 : 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.14s 0.39s
% Output   : Proof 0.14s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

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

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

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

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

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

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/sandbox2/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-6 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.13  % Command  : satcop --statistics %s
% 0.14/0.34  % Computer : n015.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Fri Jul  1 14:55:58 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.14/0.39  % symbols: 12
% 0.14/0.39  % clauses: 24
% 0.14/0.39  % start clauses: 1
% 0.14/0.39  % iterative deepening steps: 769
% 0.14/0.39  % maximum path limit: 4
% 0.14/0.39  % literal attempts: 89286
% 0.14/0.39  % depth failures: 51218
% 0.14/0.39  % regularity failures: 4032
% 0.14/0.39  % tautology failures: 4003
% 0.14/0.39  % reductions: 0
% 0.14/0.39  % extensions: 88700
% 0.14/0.39  % SAT variables: 5954
% 0.14/0.39  % SAT clauses: 14811
% 0.14/0.39  % WalkSAT solutions: 14815
% 0.14/0.39  % CDCL solutions: 0
% 0.14/0.39  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.39  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------