TSTP Solution File: HWV006-1 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : HWV006-1 : TPTP v8.1.0. Released v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n014.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 19:10:30 EDT 2022

% Result   : Unsatisfiable 0.42s 0.62s
% Output   : Refutation 0.47s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   48
% Syntax   : Number of clauses     :  119 (  76 unt;   9 nHn; 119 RR)
%            Number of literals    :  184 (   0 equ;  71 neg)
%            Maximal clause size   :    5 (   1 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :    6 (   5 usr;   1 prp; 0-2 aty)
%            Number of functors    :   21 (  21 usr;  13 con; 0-2 aty)
%            Number of variables   :   43 (   3 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(value_propagation1,axiom,
    ( ~ connection(X,Y)
    | ~ value(X,Z)
    | value(Y,Z) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',value_propagation1) ).

cnf(value_propagation2,axiom,
    ( ~ connection(X,Y)
    | ~ value(Y,Z)
    | value(X,Z) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',value_propagation2) ).

cnf(unique_value,axiom,
    ( ~ value(X,Y)
    | ~ value(X,Z)
    | equal_value(Y,Z) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',unique_value) ).

cnf(equal_value1,axiom,
    ~ equal_value(n0,n1),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',equal_value1) ).

cnf(ok_or_abnormal,axiom,
    ( ~ type(X,Y)
    | mode(X,ok)
    | mode(X,abnormal) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',ok_or_abnormal) ).

cnf(and_0x_0,axiom,
    ( ~ mode(X,ok)
    | ~ type(X,and)
    | ~ value(in(Y,X),n0)
    | value(out(n1,X),n0) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',and_0x_0) ).

cnf(and_11_1,axiom,
    ( ~ mode(X,ok)
    | ~ type(X,and)
    | ~ value(in(n1,X),n1)
    | ~ value(in(n2,X),n1)
    | value(out(n1,X),n1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',and_11_1) ).

cnf(and_0_00,axiom,
    ( ~ mode(X,ok)
    | ~ type(X,and)
    | ~ value(out(n1,X),n0)
    | value(in(n1,X),n0)
    | value(in(n2,X),n0) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',and_0_00) ).

cnf(and_1_x1,axiom,
    ( ~ mode(X,ok)
    | ~ type(X,and)
    | ~ value(out(n1,X),n1)
    | value(in(n2,X),n1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',and_1_x1) ).

cnf(or_1x_1,axiom,
    ( ~ mode(X,ok)
    | ~ type(X,or)
    | ~ value(in(Y,X),n1)
    | value(out(n1,X),n1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',or_1x_1) ).

cnf(or_0_0x,axiom,
    ( ~ mode(X,ok)
    | ~ type(X,or)
    | ~ value(out(n1,X),n0)
    | value(in(n1,X),n0) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',or_0_0x) ).

cnf(not_0_1_fw,axiom,
    ( ~ mode(X,ok)
    | ~ type(X,not)
    | ~ value(in(n1,X),n0)
    | value(out(n1,X),n1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',not_0_1_fw) ).

cnf(not_1_0_bw,axiom,
    ( ~ mode(X,ok)
    | ~ type(X,not)
    | ~ value(out(n1,X),n1)
    | value(in(n1,X),n0) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-0.ax',not_1_0_bw) ).

cnf(halfadder_and1,axiom,
    ( ~ type(X,halfadder)
    | type(and1(X),and) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-1.ax',halfadder_and1) ).

cnf(halfadder_and2,axiom,
    ( ~ type(X,halfadder)
    | type(and2(X),and) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-1.ax',halfadder_and2) ).

cnf(halfadder_not1,axiom,
    ( ~ type(X,halfadder)
    | type(not1(X),not) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-1.ax',halfadder_not1) ).

cnf(halfadder_or1,axiom,
    ( ~ type(X,halfadder)
    | type(or1(X),or) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-1.ax',halfadder_or1) ).

cnf(halfadder_connection_in2_in2or1,axiom,
    ( ~ type(X,halfadder)
    | connection(in(n2,X),in(n2,or1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-1.ax',halfadder_connection_in2_in2or1) ).

cnf(halfadder_connection_in1_in1and2,axiom,
    ( ~ type(X,halfadder)
    | connection(in(n1,X),in(n1,and2(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-1.ax',halfadder_connection_in1_in1and2) ).

cnf(halfadder_connection_in2_in2and2,axiom,
    ( ~ type(X,halfadder)
    | connection(in(n2,X),in(n2,and2(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-1.ax',halfadder_connection_in2_in2and2) ).

cnf(halfadder_connection_outs_out1and1,axiom,
    ( ~ type(X,halfadder)
    | connection(out(s,X),out(n1,and1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-1.ax',halfadder_connection_outs_out1and1) ).

cnf(halfadder_connection_outc_out1and2,axiom,
    ( ~ type(X,halfadder)
    | connection(out(c,X),out(n1,and2(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-1.ax',halfadder_connection_outc_out1and2) ).

cnf(halfadder_connection_out1or1_in1_and1,axiom,
    ( ~ type(X,halfadder)
    | connection(out(n1,or1(X)),in(n1,and1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-1.ax',halfadder_connection_out1or1_in1_and1) ).

cnf(halfadder_connection_out1and2_in1not1,axiom,
    ( ~ type(X,halfadder)
    | connection(out(n1,and2(X)),in(n1,not1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-1.ax',halfadder_connection_out1and2_in1not1) ).

cnf(halfadder_connection_out1not1_in2and1,axiom,
    ( ~ type(X,halfadder)
    | connection(out(n1,not1(X)),in(n2,and1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-1.ax',halfadder_connection_out1not1_in2and1) ).

cnf(fulladder_halfadder1,axiom,
    ( ~ type(X,fulladder)
    | type(h1(X),halfadder) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-2.ax',fulladder_halfadder1) ).

cnf(fulladder_halfadder2,axiom,
    ( ~ type(X,fulladder)
    | type(h2(X),halfadder) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-2.ax',fulladder_halfadder2) ).

cnf(fulladder_or1,axiom,
    ( ~ type(X,fulladder)
    | type(or1(X),or) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-2.ax',fulladder_or1) ).

cnf(fulladder_connection_outsh1_in2h2,axiom,
    ( ~ type(X,fulladder)
    | connection(out(s,h1(X)),in(n2,h2(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-2.ax',fulladder_connection_outsh1_in2h2) ).

cnf(fulladder_connection_outch2_in1or1,axiom,
    ( ~ type(X,fulladder)
    | connection(out(c,h2(X)),in(n1,or1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-2.ax',fulladder_connection_outch2_in1or1) ).

cnf(fulladder_connection_in1_in1h2,axiom,
    ( ~ type(X,fulladder)
    | connection(in(n1,X),in(n1,h2(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-2.ax',fulladder_connection_in1_in1h2) ).

cnf(fulladder_connection_in2_in1h1,axiom,
    ( ~ type(X,fulladder)
    | connection(in(n2,X),in(n1,h1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-2.ax',fulladder_connection_in2_in1h1) ).

cnf(fulladder_connection_inc_in2h1,axiom,
    ( ~ type(X,fulladder)
    | connection(in(c,X),in(n2,h1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-2.ax',fulladder_connection_inc_in2h1) ).

cnf(fulladder_connection_outs_outsh2,axiom,
    ( ~ type(X,fulladder)
    | connection(out(s,X),out(s,h2(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-2.ax',fulladder_connection_outs_outsh2) ).

cnf(fulladder_connection_outc_out1or1,axiom,
    ( ~ type(X,fulladder)
    | connection(out(c,X),out(n1,or1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV001-2.ax',fulladder_connection_outc_out1or1) ).

cnf(f_isa_fulladder,hypothesis,
    type(f,fulladder),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f_isa_fulladder) ).

cnf(in1_1,hypothesis,
    value(in(n1,f),n1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',in1_1) ).

cnf(in2_0,hypothesis,
    value(in(n2,f),n0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',in2_0) ).

cnf(inc_1,hypothesis,
    value(in(c,f),n1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',inc_1) ).

cnf(outs_1,hypothesis,
    value(out(s,f),n1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',outs_1) ).

cnf(outc_0,hypothesis,
    value(out(c,f),n0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',outc_0) ).

cnf(diagnosis_or1_not1h2,negated_conjecture,
    ( ~ mode(or1(f),abnormal)
    | ~ mode(not1(h2(f)),abnormal) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diagnosis_or1_not1h2) ).

cnf(diagnosis_and2,negated_conjecture,
    ~ mode(and2(h2(f)),abnormal),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diagnosis_and2) ).

cnf(diagnosis_or1_and1h2,negated_conjecture,
    ( ~ mode(or1(f),abnormal)
    | ~ mode(and1(h2(f)),abnormal) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diagnosis_or1_and1h2) ).

cnf(diagnosis_or1h1,negated_conjecture,
    ~ mode(or1(h1(f)),abnormal),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diagnosis_or1h1) ).

cnf(diagnosis_not1h1,negated_conjecture,
    ~ mode(not1(h1(f)),abnormal),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diagnosis_not1h1) ).

cnf(diagnosis_and2h1,negated_conjecture,
    ~ mode(and2(h1(f)),abnormal),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diagnosis_and2h1) ).

cnf(diagnosis_and1h1,negated_conjecture,
    ~ mode(and1(h1(f)),abnormal),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diagnosis_and1h1) ).

cnf(59,plain,
    type(h1(f),halfadder),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_halfadder1,f_isa_fulladder]) ).

cnf(60,plain,
    type(h2(f),halfadder),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_halfadder2,f_isa_fulladder]) ).

cnf(61,plain,
    type(or1(f),or),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_or1,f_isa_fulladder]) ).

cnf(64,plain,
    ~ value(in(n1,f),n0),
    inference('UR-RESOLVE',[status(thm)],[unique_value,in1_1,equal_value1]) ).

cnf(70,plain,
    connection(in(n1,f),in(n1,h2(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_in1_in1h2,f_isa_fulladder]) ).

cnf(71,plain,
    connection(in(n2,f),in(n1,h1(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_in2_in1h1,f_isa_fulladder]) ).

cnf(72,plain,
    connection(in(c,f),in(n2,h1(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_inc_in2h1,f_isa_fulladder]) ).

cnf(73,plain,
    connection(out(s,f),out(s,h2(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_outs_outsh2,f_isa_fulladder]) ).

cnf(74,plain,
    connection(out(c,f),out(n1,or1(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_outc_out1or1,f_isa_fulladder]) ).

cnf(75,plain,
    connection(out(s,h1(f)),in(n2,h2(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_outsh1_in2h2,f_isa_fulladder]) ).

cnf(77,plain,
    connection(out(c,h2(f)),in(n1,or1(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_outch2_in1or1,f_isa_fulladder]) ).

cnf(78,plain,
    type(or1(h1(f)),or),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_or1,59]) ).

cnf(79,plain,
    type(not1(h1(f)),not),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_not1,59]) ).

cnf(80,plain,
    type(and2(h1(f)),and),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_and2,59]) ).

cnf(81,plain,
    type(and1(h1(f)),and),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_and1,59]) ).

cnf(84,plain,
    connection(out(s,h1(f)),out(n1,and1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_outs_out1and1,59]) ).

cnf(86,plain,
    connection(in(n1,h1(f)),in(n1,and2(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_in1_in1and2,59]) ).

cnf(87,plain,
    connection(in(n2,h1(f)),in(n2,or1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_in2_in2or1,59]) ).

cnf(89,plain,
    connection(out(n1,not1(h1(f))),in(n2,and1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_out1not1_in2and1,59]) ).

cnf(90,plain,
    connection(out(n1,and2(h1(f))),in(n1,not1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_out1and2_in1not1,59]) ).

cnf(91,plain,
    connection(out(n1,or1(h1(f))),in(n1,and1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_out1or1_in1_and1,59]) ).

cnf(93,plain,
    type(not1(h2(f)),not),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_not1,60]) ).

cnf(94,plain,
    type(and2(h2(f)),and),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_and2,60]) ).

cnf(95,plain,
    type(and1(h2(f)),and),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_and1,60]) ).

cnf(97,plain,
    connection(out(c,h2(f)),out(n1,and2(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_outc_out1and2,60]) ).

cnf(98,plain,
    connection(out(s,h2(f)),out(n1,and1(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_outs_out1and1,60]) ).

cnf(99,plain,
    connection(in(n2,h2(f)),in(n2,and2(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_in2_in2and2,60]) ).

cnf(100,plain,
    connection(in(n1,h2(f)),in(n1,and2(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_in1_in1and2,60]) ).

cnf(103,plain,
    connection(out(n1,not1(h2(f))),in(n2,and1(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_out1not1_in2and1,60]) ).

cnf(104,plain,
    connection(out(n1,and2(h2(f))),in(n1,not1(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_out1and2_in1not1,60]) ).

cnf(106,plain,
    ( mode(or1(f),ok)
    | mode(or1(f),abnormal) ),
    inference('HYPERRESOLVE',[status(thm)],[ok_or_abnormal,61]) ).

cnf(119,plain,
    mode(or1(h1(f)),ok),
    inference('UR-RESOLVE',[status(thm)],[ok_or_abnormal,78,diagnosis_or1h1]) ).

cnf(120,plain,
    mode(not1(h1(f)),ok),
    inference('UR-RESOLVE',[status(thm)],[ok_or_abnormal,79,diagnosis_not1h1]) ).

cnf(121,plain,
    mode(and2(h1(f)),ok),
    inference('UR-RESOLVE',[status(thm)],[ok_or_abnormal,80,diagnosis_and2h1]) ).

cnf(122,plain,
    mode(and1(h1(f)),ok),
    inference('UR-RESOLVE',[status(thm)],[ok_or_abnormal,81,diagnosis_and1h1]) ).

cnf(124,plain,
    ( mode(not1(h2(f)),ok)
    | mode(not1(h2(f)),abnormal) ),
    inference('HYPERRESOLVE',[status(thm)],[ok_or_abnormal,93]) ).

cnf(125,plain,
    mode(and2(h2(f)),ok),
    inference('UR-RESOLVE',[status(thm)],[ok_or_abnormal,94,diagnosis_and2]) ).

cnf(126,plain,
    ( mode(and1(h2(f)),ok)
    | mode(and1(h2(f)),abnormal) ),
    inference('HYPERRESOLVE',[status(thm)],[ok_or_abnormal,95]) ).

cnf(128,plain,
    ~ value(in(n1,h2(f)),n0),
    inference('UR-RESOLVE',[status(thm)],[value_propagation2,70,64]) ).

cnf(133,plain,
    value(in(n1,h1(f)),n0),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation1,71,in2_0]) ).

cnf(143,plain,
    value(in(n2,h1(f)),n1),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation1,72,inc_1]) ).

cnf(151,plain,
    value(out(s,h2(f)),n1),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation1,73,outs_1]) ).

cnf(159,plain,
    value(out(n1,or1(f)),n0),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation1,74,outc_0]) ).

cnf(174,plain,
    ( mode(or1(f),abnormal)
    | value(in(n1,or1(f)),n0) ),
    inference('HYPERRESOLVE',[status(thm)],[or_0_0x,106,61,159]) ).

cnf(185,plain,
    value(in(n1,and2(h1(f))),n0),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation1,86,133]) ).

cnf(187,plain,
    value(out(n1,and2(h1(f))),n0),
    inference('HYPERRESOLVE',[status(thm)],[and_0x_0,185,121,80]) ).

cnf(251,plain,
    value(in(n2,or1(h1(f))),n1),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation1,87,143]) ).

cnf(253,plain,
    value(out(n1,or1(h1(f))),n1),
    inference('HYPERRESOLVE',[status(thm)],[or_1x_1,251,119,78]) ).

cnf(308,plain,
    value(out(n1,and1(h2(f))),n1),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation1,98,151]) ).

cnf(329,plain,
    ~ value(in(n1,and2(h2(f))),n0),
    inference('UR-RESOLVE',[status(thm)],[value_propagation2,100,128]) ).

cnf(368,plain,
    value(in(n1,not1(h1(f))),n0),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation1,90,187]) ).

cnf(370,plain,
    value(out(n1,not1(h1(f))),n1),
    inference('HYPERRESOLVE',[status(thm)],[not_0_1_fw,368,120,79]) ).

cnf(396,plain,
    value(in(n1,and1(h1(f))),n1),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation1,91,253]) ).

cnf(419,plain,
    value(in(n2,and1(h1(f))),n1),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation1,370,89]) ).

cnf(441,plain,
    ( mode(or1(f),abnormal)
    | value(out(c,h2(f)),n0) ),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation2,174,77]) ).

cnf(442,plain,
    value(out(n1,and1(h1(f))),n1),
    inference('HYPERRESOLVE',[status(thm)],[and_11_1,419,122,81,396]) ).

cnf(465,plain,
    ( mode(and1(h2(f)),abnormal)
    | value(in(n2,and1(h2(f))),n1) ),
    inference('HYPERRESOLVE',[status(thm)],[and_1_x1,126,95,308]) ).

cnf(467,plain,
    ( mode(or1(f),abnormal)
    | value(out(n1,and2(h2(f))),n0) ),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation1,441,97]) ).

cnf(469,plain,
    value(out(s,h1(f)),n1),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation2,442,84]) ).

cnf(490,plain,
    value(in(n2,h2(f)),n1),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation1,469,75]) ).

cnf(513,plain,
    ~ value(in(n2,h2(f)),n0),
    inference('UR-RESOLVE',[status(thm)],[unique_value,490,equal_value1]) ).

cnf(556,plain,
    ~ value(in(n2,and2(h2(f))),n0),
    inference('UR-RESOLVE',[status(thm)],[value_propagation2,513,99]) ).

cnf(560,plain,
    mode(or1(f),abnormal),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[and_0_00,467,125,94]),556,329]) ).

cnf(561,plain,
    ~ mode(not1(h2(f)),abnormal),
    inference('REWRITE',[status(thm)],[diagnosis_or1_not1h2,560]) ).

cnf(562,plain,
    mode(not1(h2(f)),ok),
    inference('REWRITE',[status(thm)],[124,561]) ).

cnf(563,plain,
    ~ mode(and1(h2(f)),abnormal),
    inference('REWRITE',[status(thm)],[diagnosis_or1_and1h2,560]) ).

cnf(565,plain,
    value(in(n2,and1(h2(f))),n1),
    inference('REWRITE',[status(thm)],[465,563]) ).

cnf(569,plain,
    value(out(n1,not1(h2(f))),n1),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation2,565,103]) ).

cnf(634,plain,
    value(in(n1,not1(h2(f))),n0),
    inference('HYPERRESOLVE',[status(thm)],[not_1_0_bw,569,562,93]) ).

cnf(677,plain,
    value(out(n1,and2(h2(f))),n0),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation2,634,104]) ).

cnf(721,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[and_0_00,677,125,94,329]),556]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : HWV006-1 : TPTP v8.1.0. Released v2.1.0.
% 0.00/0.13  % Command  : run-snark %s %d
% 0.13/0.34  % Computer : n014.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Fri Jun 17 01:36:05 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.19/0.45  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.46  * 
% 0.19/0.46  * 
% 0.19/0.46  #<PACKAGE "SNARK-USER">
% 0.19/0.46  * 
% 0.19/0.46  SNARK-TPTP-OPTIONS
% 0.19/0.46  * 
% 0.19/0.47  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.19/0.47   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.19/0.47   (USE-FACTORING :POS)
% 0.19/0.47   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.19/0.47   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.19/0.47   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.19/0.47   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.19/0.47   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.19/0.47   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.19/0.47   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.19/0.47   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.19/0.47   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.19/0.47   (DECLARE-TPTP-SYMBOLS2))
% 0.19/0.47  * 
% 0.19/0.47  "."
% 0.19/0.47  * 
% 0.19/0.47  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-17T01:36:05
% 0.19/0.47  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n014.cluster.edu at 2022-06-17T01:36:05
% 0.42/0.62  
% 0.42/0.62  
% 0.42/0.62  #||
% 0.42/0.62  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.42/0.62  % SZS output start Refutation
% See solution above
% 0.47/0.63  ||#
% 0.47/0.63  
% 0.47/0.63  ; Summary of computation:
% 0.47/0.63  ;      1586 formulas have been input or derived (from 465 formulas).
% 0.47/0.63  ;       721 (45%) were retained.  Of these,
% 0.47/0.63  ;           95 (13%) were simplified or subsumed later,
% 0.47/0.63  ;          626 (87%) are still being kept.
% 0.47/0.63  ; 
% 0.47/0.63  ; Run time in seconds excluding printing time:
% 0.47/0.63  ;     0.012   8%   Read assertion file          (1 call)
% 0.47/0.63  ;     0.002   1%   Assert                       (58 calls)
% 0.47/0.63  ;     0.045  30%   Process new row              (1,402 calls)
% 0.47/0.63  ;     0.029  19%   Resolution                   (928 calls)
% 0.47/0.63  ;     0.005   3%   Paramodulation               (464 calls)
% 0.47/0.63  ;     0.000   0%   Factoring                    (10 calls)
% 0.47/0.63  ;     0.000   0%   Condensing                   (62 calls)
% 0.47/0.63  ;     0.002   1%   Forward subsumption          (62 calls)
% 0.47/0.63  ;     0.003   2%   Backward subsumption         (60 calls)
% 0.47/0.63  ;     0.000   0%   Clause clause subsumption    (4 calls)
% 0.47/0.63  ;     0.022  14%   Forward simplification       (1,402 calls)
% 0.47/0.63  ;     0.004   3%   Backward simplification      (721 calls)
% 0.47/0.63  ;     0.000   0%   Ordering                     (13 calls)
% 0.47/0.63  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.47/0.63  ;     0.001   1%   Purity testing               (1 call)
% 0.47/0.63  ;     0.027  18%   Other
% 0.47/0.63  ;     0.152        Total
% 0.47/0.63  ;     0.167        Real time
% 0.47/0.63  ; 
% 0.47/0.63  ; Term-hash-array has 796 terms in all.
% 0.47/0.63  ; Feature-vector-row-index has 47 entries (59 at peak, 60 added, 13 deleted).
% 0.47/0.63  ; Feature-vector-row-index has 302 nodes (396 at peak, 403 added, 101 deleted).
% 0.47/0.63  ;  Retrieved 4 possibly forward subsuming rows in 62 calls.
% 0.47/0.63  ;  Retrieved 2 possibly backward subsumed rows in 60 calls.
% 0.47/0.63  ; Path-index has 726 entries (726 at peak, 817 added, 91 deleted).
% 0.47/0.63  ; Path-index has 433 nodes (433 at peak, 436 added, 3 deleted).
% 0.47/0.63  ; Trie-index has 726 entries (726 at peak, 817 added, 91 deleted).
% 0.47/0.63  ; Trie-index has 1,874 nodes (1,874 at peak, 2,140 added, 266 deleted).
% 0.47/0.63  ; Retrieved 689 generalization terms in 1,386 calls.
% 0.47/0.63  ; Retrieved 742 instance terms in 660 calls.
% 0.47/0.63  ; Retrieved 8,444 unifiable terms in 6,436 calls.
% 0.47/0.63  ; 
% 0.47/0.63  ; The agenda of rows to process has 44 entries:
% 0.47/0.63  ;     3 with value 19             20 with value 23               2 with value 26
% 0.47/0.63  ;     6 with value 21              2 with value 24               1 with value 30
% 0.47/0.63  ;     6 with value 22              4 with value 25
% 0.47/0.63  ; The agenda of rows to give has 179 entries:
% 0.47/0.63  ;     1 with value (4 16)         22 with value (4 20)          26 with value (4 24)
% 0.47/0.63  ;     1 with value (4 17)         30 with value (4 21)          20 with value (4 25)
% 0.47/0.63  ;     1 with value (4 18)         42 with value (4 22)           2 with value (4 26)
% 0.47/0.63  ;    12 with value (4 19)         22 with value (4 23)
% 0.47/0.63  Evaluation took:
% 0.47/0.63    0.168 seconds of real time
% 0.47/0.63    0.138548 seconds of user run time
% 0.47/0.63    0.029262 seconds of system run time
% 0.47/0.63    [Run times include 0.007 seconds GC run time.]
% 0.47/0.63    0 calls to %EVAL
% 0.47/0.63    0 page faults and
% 0.47/0.63    17,075,264 bytes consed.
% 0.47/0.63  :PROOF-FOUND
% 0.47/0.63  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-17T01:36:05
% 0.47/0.63  :PROOF-FOUND
% 0.47/0.63  * 
%------------------------------------------------------------------------------