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

View Problem - Process Solution

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

% Computer : n004.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.20s 0.45s
% Output   : Proof 0.20s
% 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,
    ( ~ quotient(aQc,bQc,zero)
    | less_equal(aQc,bQc) ),
    inference(ground_cnf,[],[file('Axioms/HEN001-0.ax',less_equal_quotient)]) ).

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

cnf(g3,plain,
    sPE(aQc,aQc),
    inference(ground_cnf,[],[theory(equality)]) ).

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

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

cnf(g6,plain,
    sPE(bQc,bQc),
    inference(ground_cnf,[],[theory(equality)]) ).

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

cnf(g8,plain,
    ( ~ sPE(aQc,aQc)
    | ~ sPE(bQc,bQc)
    | ~ sPE(divide(aQc,bQc),zero)
    | ~ quotient(aQc,bQc,divide(aQc,bQc))
    | quotient(aQc,bQc,zero) ),
    inference(ground_cnf,[],[theory(equality)]) ).

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

cnf(g10,plain,
    ( ~ less_equal(divide(aQc,bQc),zero)
    | ~ less_equal(zero,divide(aQc,bQc))
    | sPE(divide(aQc,bQc),zero) ),
    inference(ground_cnf,[],[file('Axioms/HEN001-0.ax',less_equal_and_equal)]) ).

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

cnf(g12,plain,
    less_equal(zero,c),
    inference(ground_cnf,[],[file('Axioms/HEN001-0.ax',zero_is_smallest)]) ).

cnf(g13,plain,
    less_equal(zero,divide(aQc,bQc)),
    inference(ground_cnf,[],[file('Axioms/HEN001-0.ax',zero_is_smallest)]) ).

cnf(g14,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)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : HEN008-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.13/0.35  % Computer : n004.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 14:52:38 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.20/0.45  % symbols: 12
% 0.20/0.45  % clauses: 19
% 0.20/0.45  % start clauses: 1
% 0.20/0.45  % iterative deepening steps: 745
% 0.20/0.45  % maximum path limit: 4
% 0.20/0.45  % literal attempts: 97408
% 0.20/0.45  % depth failures: 56185
% 0.20/0.45  % regularity failures: 4641
% 0.20/0.45  % tautology failures: 5424
% 0.20/0.45  % reductions: 0
% 0.20/0.45  % extensions: 96779
% 0.20/0.45  % SAT variables: 6609
% 0.20/0.45  % SAT clauses: 16745
% 0.20/0.45  % WalkSAT solutions: 16746
% 0.20/0.45  % CDCL solutions: 0
% 0.20/0.45  % SZS status Unsatisfiable for theBenchmark
% 0.20/0.45  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------