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

View Problem - Process Solution

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

% Computer : n028.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.41s 0.59s
% Output   : Refutation 0.41s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   51
% Syntax   : Number of clauses     :  122 (  75 unt;  11 nHn; 122 RR)
%            Number of literals    :  186 (   0 equ;  68 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :   13 (  12 usr;   1 prp; 0-2 aty)
%            Number of functors    :   13 (  13 usr;   1 con; 0-1 aty)
%            Number of variables   :   42 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(value_propagation_zero1,axiom,
    ( ~ connection(X,Y)
    | ~ zero(X)
    | zero(Y) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',value_propagation_zero1) ).

cnf(value_propagation_one1,axiom,
    ( ~ connection(X,Y)
    | ~ one(X)
    | one(Y) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',value_propagation_one1) ).

cnf(value_propagation_zero2,axiom,
    ( ~ connection(X,Y)
    | ~ zero(Y)
    | zero(X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',value_propagation_zero2) ).

cnf(value_propagation_one2,axiom,
    ( ~ connection(X,Y)
    | ~ one(Y)
    | one(X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',value_propagation_one2) ).

cnf(unique_value,axiom,
    ( ~ zero(X)
    | ~ one(X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',unique_value) ).

cnf(and_0x_0,axiom,
    ( ~ and_ok(X)
    | ~ zero(in1(X))
    | zero(out1(X)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',and_0x_0) ).

cnf(and_11_1,axiom,
    ( ~ and_ok(X)
    | ~ one(in1(X))
    | ~ one(in2(X))
    | one(out1(X)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',and_11_1) ).

cnf(and_0_00,axiom,
    ( ~ and_ok(X)
    | ~ zero(out1(X))
    | zero(in1(X))
    | zero(in2(X)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',and_0_00) ).

cnf(and_1_x1,axiom,
    ( ~ and_ok(X)
    | ~ one(out1(X))
    | one(in2(X)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',and_1_x1) ).

cnf(and_ok_or_abnormal,axiom,
    ( ~ logic_and(X)
    | and_ok(X)
    | abnormal(X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',and_ok_or_abnormal) ).

cnf(or_x1_1,axiom,
    ( ~ or_ok(X)
    | ~ one(in2(X))
    | one(out1(X)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',or_x1_1) ).

cnf(or_0_0x,axiom,
    ( ~ or_ok(X)
    | ~ zero(out1(X))
    | zero(in1(X)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',or_0_0x) ).

cnf(or_ok_or_abnormal,axiom,
    ( ~ logic_or(X)
    | or_ok(X)
    | abnormal(X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',or_ok_or_abnormal) ).

cnf(not_0_1_fw,axiom,
    ( ~ not_ok(X)
    | ~ zero(in1(X))
    | one(out1(X)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',not_0_1_fw) ).

cnf(not_1_0_bw,axiom,
    ( ~ not_ok(X)
    | ~ one(out1(X))
    | zero(in1(X)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',not_1_0_bw) ).

cnf(not_ok_or_abnormal,axiom,
    ( ~ logic_not(X)
    | not_ok(X)
    | abnormal(X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-0.ax',not_ok_or_abnormal) ).

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

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

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

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

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

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

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

cnf(halfadder_connection_outs_out1and1,axiom,
    ( ~ halfadder(X)
    | connection(outs(X),out1(and1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-1.ax',halfadder_connection_outs_out1and1) ).

cnf(halfadder_connection_outc_out1and2,axiom,
    ( ~ halfadder(X)
    | connection(outc(X),out1(and2(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-1.ax',halfadder_connection_outc_out1and2) ).

cnf(halfadder_connection_out1or1_in1_and1,axiom,
    ( ~ halfadder(X)
    | connection(out1(or1(X)),in1(and1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-1.ax',halfadder_connection_out1or1_in1_and1) ).

cnf(halfadder_connection_out1and2_in1not1,axiom,
    ( ~ halfadder(X)
    | connection(out1(and2(X)),in1(not1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-1.ax',halfadder_connection_out1and2_in1not1) ).

cnf(halfadder_connection_out1not1_in2and1,axiom,
    ( ~ halfadder(X)
    | connection(out1(not1(X)),in2(and1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-1.ax',halfadder_connection_out1not1_in2and1) ).

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

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

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

cnf(fulladder_connection_outsh1_in2h2,axiom,
    ( ~ fulladder(X)
    | connection(outs(h1(X)),in2(h2(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-2.ax',fulladder_connection_outsh1_in2h2) ).

cnf(fulladder_connection_outch2_in1or1,axiom,
    ( ~ fulladder(X)
    | connection(outc(h2(X)),in1(or1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-2.ax',fulladder_connection_outch2_in1or1) ).

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

cnf(fulladder_connection_in2_in1h1,axiom,
    ( ~ fulladder(X)
    | connection(in2(X),in1(h1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-2.ax',fulladder_connection_in2_in1h1) ).

cnf(fulladder_connection_inc_in2h1,axiom,
    ( ~ fulladder(X)
    | connection(inc(X),in2(h1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-2.ax',fulladder_connection_inc_in2h1) ).

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

cnf(fulladder_connection_outc_out1or1,axiom,
    ( ~ fulladder(X)
    | connection(outc(X),out1(or1(X))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HWV002-2.ax',fulladder_connection_outc_out1or1) ).

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

cnf(in1_1,hypothesis,
    one(in1(f)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',in1_1) ).

cnf(in2_0,hypothesis,
    zero(in2(f)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',in2_0) ).

cnf(inc_1,hypothesis,
    one(inc(f)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',inc_1) ).

cnf(outs_1,hypothesis,
    one(outs(f)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',outs_1) ).

cnf(outc_0,hypothesis,
    zero(outc(f)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',outc_0) ).

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

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

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

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

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

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

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

cnf(67,plain,
    ~ zero(in1(f)),
    inference('UR-RESOLVE',[status(thm)],[unique_value,in1_1]) ).

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

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

cnf(72,plain,
    logic_or(or1(f)),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_or1,f_isa_fulladder]) ).

cnf(73,plain,
    connection(in1(f),in1(h2(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_in1_in1h2,f_isa_fulladder]) ).

cnf(74,plain,
    connection(in2(f),in1(h1(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_in2_in1h1,f_isa_fulladder]) ).

cnf(75,plain,
    connection(inc(f),in2(h1(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_inc_in2h1,f_isa_fulladder]) ).

cnf(76,plain,
    connection(outs(f),outs(h2(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_outs_outsh2,f_isa_fulladder]) ).

cnf(77,plain,
    connection(outc(f),out1(or1(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_outc_out1or1,f_isa_fulladder]) ).

cnf(78,plain,
    connection(outs(h1(f)),in2(h2(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_outsh1_in2h2,f_isa_fulladder]) ).

cnf(80,plain,
    connection(outc(h2(f)),in1(or1(f))),
    inference('HYPERRESOLVE',[status(thm)],[fulladder_connection_outch2_in1or1,f_isa_fulladder]) ).

cnf(93,plain,
    logic_or(or1(h1(f))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_or1,70]) ).

cnf(94,plain,
    logic_not(not1(h1(f))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_not1,70]) ).

cnf(95,plain,
    logic_and(and2(h1(f))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_and2,70]) ).

cnf(96,plain,
    logic_and(and1(h1(f))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_and1,70]) ).

cnf(98,plain,
    connection(outs(h1(f)),out1(and1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_outs_out1and1,70]) ).

cnf(100,plain,
    connection(in1(h1(f)),in1(and2(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_in1_in1and2,70]) ).

cnf(101,plain,
    connection(in2(h1(f)),in2(or1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_in2_in2or1,70]) ).

cnf(103,plain,
    connection(out1(not1(h1(f))),in2(and1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_out1not1_in2and1,70]) ).

cnf(104,plain,
    connection(out1(and2(h1(f))),in1(not1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_out1and2_in1not1,70]) ).

cnf(105,plain,
    connection(out1(or1(h1(f))),in1(and1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_out1or1_in1_and1,70]) ).

cnf(107,plain,
    logic_not(not1(h2(f))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_not1,71]) ).

cnf(108,plain,
    logic_and(and2(h2(f))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_and2,71]) ).

cnf(109,plain,
    logic_and(and1(h2(f))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_and1,71]) ).

cnf(110,plain,
    connection(outc(h2(f)),out1(and2(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_outc_out1and2,71]) ).

cnf(111,plain,
    connection(outs(h2(f)),out1(and1(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_outs_out1and1,71]) ).

cnf(112,plain,
    connection(in2(h2(f)),in2(and2(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_in2_in2and2,71]) ).

cnf(113,plain,
    connection(in1(h2(f)),in1(and2(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_in1_in1and2,71]) ).

cnf(116,plain,
    connection(out1(not1(h2(f))),in2(and1(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_out1not1_in2and1,71]) ).

cnf(117,plain,
    connection(out1(and2(h2(f))),in1(not1(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[halfadder_connection_out1and2_in1not1,71]) ).

cnf(119,plain,
    ( or_ok(or1(f))
    | abnormal(or1(f)) ),
    inference('HYPERRESOLVE',[status(thm)],[or_ok_or_abnormal,72]) ).

cnf(120,plain,
    or_ok(or1(h1(f))),
    inference('UR-RESOLVE',[status(thm)],[or_ok_or_abnormal,93,diagnosis_or1h1]) ).

cnf(121,plain,
    not_ok(not1(h1(f))),
    inference('UR-RESOLVE',[status(thm)],[not_ok_or_abnormal,94,diagnosis_not1h1]) ).

cnf(122,plain,
    and_ok(and2(h1(f))),
    inference('UR-RESOLVE',[status(thm)],[and_ok_or_abnormal,95,diagnosis_and2h1]) ).

cnf(123,plain,
    and_ok(and1(h1(f))),
    inference('UR-RESOLVE',[status(thm)],[and_ok_or_abnormal,96,diagnosis_and1h1]) ).

cnf(125,plain,
    ( not_ok(not1(h2(f)))
    | abnormal(not1(h2(f))) ),
    inference('HYPERRESOLVE',[status(thm)],[not_ok_or_abnormal,107]) ).

cnf(126,plain,
    and_ok(and2(h2(f))),
    inference('UR-RESOLVE',[status(thm)],[and_ok_or_abnormal,108,diagnosis_and2]) ).

cnf(127,plain,
    ( and_ok(and1(h2(f)))
    | abnormal(and1(h2(f))) ),
    inference('HYPERRESOLVE',[status(thm)],[and_ok_or_abnormal,109]) ).

cnf(129,plain,
    ~ zero(in1(h2(f))),
    inference('UR-RESOLVE',[status(thm)],[value_propagation_zero2,73,67]) ).

cnf(134,plain,
    zero(in1(h1(f))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_zero1,74,in2_0]) ).

cnf(144,plain,
    one(in2(h1(f))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_one1,75,inc_1]) ).

cnf(152,plain,
    one(outs(h2(f))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_one1,76,outs_1]) ).

cnf(160,plain,
    zero(out1(or1(f))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_zero1,77,outc_0]) ).

cnf(175,plain,
    ( abnormal(or1(f))
    | zero(in1(or1(f))) ),
    inference('HYPERRESOLVE',[status(thm)],[or_0_0x,119,160]) ).

cnf(186,plain,
    zero(in1(and2(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_zero1,100,134]) ).

cnf(188,plain,
    zero(out1(and2(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[and_0x_0,186,122]) ).

cnf(254,plain,
    one(in2(or1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_one1,101,144]) ).

cnf(256,plain,
    one(out1(or1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[or_x1_1,254,120]) ).

cnf(312,plain,
    one(out1(and1(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_one1,111,152]) ).

cnf(333,plain,
    ~ zero(in1(and2(h2(f)))),
    inference('UR-RESOLVE',[status(thm)],[value_propagation_zero2,113,129]) ).

cnf(372,plain,
    zero(in1(not1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_zero1,104,188]) ).

cnf(374,plain,
    one(out1(not1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[not_0_1_fw,372,121]) ).

cnf(400,plain,
    one(in1(and1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_one1,105,256]) ).

cnf(422,plain,
    ( abnormal(or1(f))
    | zero(outc(h2(f))) ),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_zero2,175,80]) ).

cnf(424,plain,
    one(in2(and1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_one1,374,103]) ).

cnf(447,plain,
    ( abnormal(or1(f))
    | zero(out1(and2(h2(f)))) ),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_zero1,422,110]) ).

cnf(448,plain,
    one(out1(and1(h1(f)))),
    inference('HYPERRESOLVE',[status(thm)],[and_11_1,424,123,400]) ).

cnf(471,plain,
    ( abnormal(and1(h2(f)))
    | one(in2(and1(h2(f)))) ),
    inference('HYPERRESOLVE',[status(thm)],[and_1_x1,127,312]) ).

cnf(473,plain,
    one(outs(h1(f))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_one2,448,98]) ).

cnf(495,plain,
    one(in2(h2(f))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_one1,473,78]) ).

cnf(518,plain,
    ~ zero(in2(h2(f))),
    inference('UR-RESOLVE',[status(thm)],[unique_value,495]) ).

cnf(541,plain,
    ~ zero(in2(and2(h2(f)))),
    inference('UR-RESOLVE',[status(thm)],[value_propagation_zero2,518,112]) ).

cnf(545,plain,
    abnormal(or1(f)),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[and_0_00,447,126]),541,333]) ).

cnf(546,plain,
    ~ abnormal(not1(h2(f))),
    inference('REWRITE',[status(thm)],[diagnosis_or1_not1h2,545]) ).

cnf(547,plain,
    not_ok(not1(h2(f))),
    inference('REWRITE',[status(thm)],[125,546]) ).

cnf(548,plain,
    ~ abnormal(and1(h2(f))),
    inference('REWRITE',[status(thm)],[diagnosis_or1_and1h2,545]) ).

cnf(550,plain,
    one(in2(and1(h2(f)))),
    inference('REWRITE',[status(thm)],[471,548]) ).

cnf(557,plain,
    one(out1(not1(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_one2,550,116]) ).

cnf(603,plain,
    zero(in1(not1(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[not_1_0_bw,557,547]) ).

cnf(647,plain,
    zero(out1(and2(h2(f)))),
    inference('HYPERRESOLVE',[status(thm)],[value_propagation_zero2,603,117]) ).

cnf(696,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[and_0_00,647,126,333]),541]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : HWV006-2 : TPTP v8.1.0. Bugfixed v2.7.0.
% 0.12/0.13  % Command  : run-snark %s %d
% 0.13/0.34  % Computer : n028.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 : Thu Jun 16 20:58:57 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.47  #<PACKAGE "SNARK-USER">
% 0.19/0.47  * 
% 0.19/0.47  SNARK-TPTP-OPTIONS
% 0.19/0.47  * 
% 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-16T20:58:57
% 0.19/0.47  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n028.cluster.edu at 2022-06-16T20:58:57
% 0.41/0.59  
% 0.41/0.59  
% 0.41/0.59  #||
% 0.41/0.59  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.41/0.59  % SZS output start Refutation
% See solution above
% 0.41/0.61  ||#
% 0.41/0.61  
% 0.41/0.61  ; Summary of computation:
% 0.41/0.61  ;      1438 formulas have been input or derived (from 476 formulas).
% 0.41/0.61  ;       696 (48%) were retained.  Of these,
% 0.41/0.61  ;           13 ( 2%) were simplified or subsumed later,
% 0.41/0.61  ;          683 (98%) are still being kept.
% 0.41/0.61  ; 
% 0.41/0.61  ; Run time in seconds excluding printing time:
% 0.41/0.61  ;     0.010   8%   Read assertion file          (1 call)
% 0.41/0.61  ;     0.002   2%   Assert                       (64 calls)
% 0.41/0.61  ;     0.036  28%   Process new row              (1,366 calls)
% 0.41/0.61  ;     0.029  23%   Resolution                   (950 calls)
% 0.41/0.61  ;     0.003   2%   Paramodulation               (475 calls)
% 0.41/0.61  ;     0.000   0%   Factoring                    (7 calls)
% 0.41/0.61  ;     0.000   0%   Condensing                   (67 calls)
% 0.41/0.61  ;     0.000   0%   Forward subsumption          (67 calls)
% 0.41/0.61  ;     0.001   1%   Backward subsumption         (65 calls)
% 0.41/0.61  ;     0.000   0%   Clause clause subsumption    (6 calls)
% 0.41/0.61  ;     0.007   6%   Forward simplification       (1,366 calls)
% 0.41/0.61  ;     0.002   2%   Backward simplification      (696 calls)
% 0.41/0.61  ;     0.001   1%   Ordering                     (10 calls)
% 0.41/0.61  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.41/0.61  ;     0.000   0%   Purity testing               (1 call)
% 0.41/0.61  ;     0.036  28%   Other
% 0.41/0.61  ;     0.127        Total
% 0.41/0.61  ;     0.143        Real time
% 0.41/0.61  ; 
% 0.41/0.61  ; Term-hash-array has 756 terms in all.
% 0.41/0.61  ; Feature-vector-row-index has 52 entries (64 at peak, 65 added, 13 deleted).
% 0.41/0.61  ; Feature-vector-row-index has 167 nodes (249 at peak, 253 added, 86 deleted).
% 0.41/0.61  ;  Retrieved 7 possibly forward subsuming rows in 67 calls.
% 0.41/0.61  ;  Retrieved 3 possibly backward subsumed rows in 65 calls.
% 0.41/0.61  ; Path-index has 756 entries (756 at peak, 765 added, 9 deleted).
% 0.41/0.61  ; Path-index has 652 nodes (652 at peak, 661 added, 9 deleted).
% 0.41/0.61  ; Trie-index has 756 entries (756 at peak, 765 added, 9 deleted).
% 0.41/0.61  ; Trie-index has 1,886 nodes (1,886 at peak, 1,902 added, 16 deleted).
% 0.41/0.61  ; Retrieved 678 generalization terms in 1,328 calls.
% 0.41/0.61  ; Retrieved 630 instance terms in 630 calls.
% 0.41/0.61  ; Retrieved 6,533 unifiable terms in 4,925 calls.
% 0.41/0.61  ; 
% 0.41/0.61  ; The agenda of rows to process has 47 entries:
% 0.41/0.61  ;     2 with value 17             26 with value 21               2 with value 24
% 0.41/0.61  ;     6 with value 19              2 with value 22               1 with value 26
% 0.41/0.61  ;     6 with value 20              2 with value 23
% 0.41/0.61  ; The agenda of rows to give has 215 entries:
% 0.41/0.61  ;     2 with value (4 15)         42 with value (4 19)          18 with value (4 22)
% 0.41/0.61  ;     1 with value (4 16)         70 with value (4 20)          10 with value (4 23)
% 0.41/0.61  ;    16 with value (4 17)         28 with value (4 21)           2 with value (4 24)
% 0.41/0.61  ;    26 with value (4 18)
% 0.41/0.61  Evaluation took:
% 0.41/0.61    0.143 seconds of real time
% 0.41/0.61    0.11714 seconds of user run time
% 0.41/0.61    0.025926 seconds of system run time
% 0.41/0.61    [Run times include 0.008 seconds GC run time.]
% 0.41/0.61    0 calls to %EVAL
% 0.41/0.61    0 page faults and
% 0.41/0.61    14,564,184 bytes consed.
% 0.41/0.61  :PROOF-FOUND
% 0.41/0.61  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-16T20:58:57
% 0.41/0.61  :PROOF-FOUND
% 0.41/0.61  * 
%------------------------------------------------------------------------------