TSTP Solution File: HWV006-1 by E---3.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1
% Problem  : HWV006-1 : TPTP v8.1.2. Released v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% 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 : 2400s
% WCLimit  : 300s
% DateTime : Tue Oct 10 17:51:08 EDT 2023

% Result   : Unsatisfiable 0.33s 0.63s
% Output   : CNFRefutation 0.33s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   48
% Syntax   : Number of clauses     :  198 (  82 unt;  15 nHn; 198 RR)
%            Number of literals    :  361 (   0 equ; 164 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   :  111 (   8 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(fulladder_halfadder1,axiom,
    ( type(h1(X1),halfadder)
    | ~ type(X1,fulladder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',fulladder_halfadder1) ).

cnf(f_isa_fulladder,hypothesis,
    type(f,fulladder),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',f_isa_fulladder) ).

cnf(fulladder_connection_in2_in1h1,axiom,
    ( connection(in(n2,X1),in(n1,h1(X1)))
    | ~ type(X1,fulladder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',fulladder_connection_in2_in1h1) ).

cnf(fulladder_halfadder2,axiom,
    ( type(h2(X1),halfadder)
    | ~ type(X1,fulladder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',fulladder_halfadder2) ).

cnf(fulladder_connection_outs_outsh2,axiom,
    ( connection(out(s,X1),out(s,h2(X1)))
    | ~ type(X1,fulladder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',fulladder_connection_outs_outsh2) ).

cnf(halfadder_and2,axiom,
    ( type(and2(X1),and)
    | ~ type(X1,halfadder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',halfadder_and2) ).

cnf(halfadder_connection_in1_in1and2,axiom,
    ( connection(in(n1,X1),in(n1,and2(X1)))
    | ~ type(X1,halfadder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',halfadder_connection_in1_in1and2) ).

cnf(value_propagation1,axiom,
    ( value(X2,X3)
    | ~ connection(X1,X2)
    | ~ value(X1,X3) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',value_propagation1) ).

cnf(halfadder_connection_outs_out1and1,axiom,
    ( connection(out(s,X1),out(n1,and1(X1)))
    | ~ type(X1,halfadder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',halfadder_connection_outs_out1and1) ).

cnf(fulladder_or1,axiom,
    ( type(or1(X1),or)
    | ~ type(X1,fulladder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',fulladder_or1) ).

cnf(ok_or_abnormal,axiom,
    ( mode(X1,ok)
    | mode(X1,abnormal)
    | ~ type(X1,X2) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',ok_or_abnormal) ).

cnf(diagnosis_and2h1,negated_conjecture,
    ~ mode(and2(h1(f)),abnormal),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',diagnosis_and2h1) ).

cnf(in2_0,hypothesis,
    value(in(n2,f),n0),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',in2_0) ).

cnf(outs_1,hypothesis,
    value(out(s,f),n1),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',outs_1) ).

cnf(halfadder_and1,axiom,
    ( type(and1(X1),and)
    | ~ type(X1,halfadder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',halfadder_and1) ).

cnf(halfadder_connection_out1and2_in1not1,axiom,
    ( connection(out(n1,and2(X1)),in(n1,not1(X1)))
    | ~ type(X1,halfadder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',halfadder_connection_out1and2_in1not1) ).

cnf(and_0x_0,axiom,
    ( value(out(n1,X1),n0)
    | ~ mode(X1,ok)
    | ~ type(X1,and)
    | ~ value(in(X2,X1),n0) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',and_0x_0) ).

cnf(fulladder_connection_inc_in2h1,axiom,
    ( connection(in(c,X1),in(n2,h1(X1)))
    | ~ type(X1,fulladder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',fulladder_connection_inc_in2h1) ).

cnf(diagnosis_or1_and1h2,negated_conjecture,
    ( ~ mode(or1(f),abnormal)
    | ~ mode(and1(h2(f)),abnormal) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',diagnosis_or1_and1h2) ).

cnf(halfadder_not1,axiom,
    ( type(not1(X1),not)
    | ~ type(X1,halfadder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',halfadder_not1) ).

cnf(halfadder_or1,axiom,
    ( type(or1(X1),or)
    | ~ type(X1,halfadder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',halfadder_or1) ).

cnf(halfadder_connection_in2_in2or1,axiom,
    ( connection(in(n2,X1),in(n2,or1(X1)))
    | ~ type(X1,halfadder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',halfadder_connection_in2_in2or1) ).

cnf(halfadder_connection_out1not1_in2and1,axiom,
    ( connection(out(n1,not1(X1)),in(n2,and1(X1)))
    | ~ type(X1,halfadder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',halfadder_connection_out1not1_in2and1) ).

cnf(and_1_x1,axiom,
    ( value(in(n2,X1),n1)
    | ~ mode(X1,ok)
    | ~ type(X1,and)
    | ~ value(out(n1,X1),n1) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',and_1_x1) ).

cnf(diagnosis_not1h1,negated_conjecture,
    ~ mode(not1(h1(f)),abnormal),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',diagnosis_not1h1) ).

cnf(diagnosis_or1h1,negated_conjecture,
    ~ mode(or1(h1(f)),abnormal),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',diagnosis_or1h1) ).

cnf(inc_1,hypothesis,
    value(in(c,f),n1),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',inc_1) ).

cnf(diagnosis_or1_not1h2,negated_conjecture,
    ( ~ mode(or1(f),abnormal)
    | ~ mode(not1(h2(f)),abnormal) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',diagnosis_or1_not1h2) ).

cnf(value_propagation2,axiom,
    ( value(X1,X3)
    | ~ connection(X1,X2)
    | ~ value(X2,X3) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',value_propagation2) ).

cnf(diagnosis_and1h1,negated_conjecture,
    ~ mode(and1(h1(f)),abnormal),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',diagnosis_and1h1) ).

cnf(not_0_1_fw,axiom,
    ( value(out(n1,X1),n1)
    | ~ mode(X1,ok)
    | ~ type(X1,not)
    | ~ value(in(n1,X1),n0) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',not_0_1_fw) ).

cnf(halfadder_connection_out1or1_in1_and1,axiom,
    ( connection(out(n1,or1(X1)),in(n1,and1(X1)))
    | ~ type(X1,halfadder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',halfadder_connection_out1or1_in1_and1) ).

cnf(or_1x_1,axiom,
    ( value(out(n1,X1),n1)
    | ~ mode(X1,ok)
    | ~ type(X1,or)
    | ~ value(in(X2,X1),n1) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',or_1x_1) ).

cnf(not_1_0_bw,axiom,
    ( value(in(n1,X1),n0)
    | ~ mode(X1,ok)
    | ~ type(X1,not)
    | ~ value(out(n1,X1),n1) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',not_1_0_bw) ).

cnf(fulladder_connection_outc_out1or1,axiom,
    ( connection(out(c,X1),out(n1,or1(X1)))
    | ~ type(X1,fulladder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',fulladder_connection_outc_out1or1) ).

cnf(and_11_1,axiom,
    ( value(out(n1,X1),n1)
    | ~ mode(X1,ok)
    | ~ type(X1,and)
    | ~ value(in(n1,X1),n1)
    | ~ value(in(n2,X1),n1) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',and_11_1) ).

cnf(halfadder_connection_outc_out1and2,axiom,
    ( connection(out(c,X1),out(n1,and2(X1)))
    | ~ type(X1,halfadder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',halfadder_connection_outc_out1and2) ).

cnf(fulladder_connection_outch2_in1or1,axiom,
    ( connection(out(c,h2(X1)),in(n1,or1(X1)))
    | ~ type(X1,fulladder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',fulladder_connection_outch2_in1or1) ).

cnf(or_0_0x,axiom,
    ( value(in(n1,X1),n0)
    | ~ mode(X1,ok)
    | ~ type(X1,or)
    | ~ value(out(n1,X1),n0) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',or_0_0x) ).

cnf(outc_0,hypothesis,
    value(out(c,f),n0),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',outc_0) ).

cnf(fulladder_connection_outsh1_in2h2,axiom,
    ( connection(out(s,h1(X1)),in(n2,h2(X1)))
    | ~ type(X1,fulladder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',fulladder_connection_outsh1_in2h2) ).

cnf(fulladder_connection_in1_in1h2,axiom,
    ( connection(in(n1,X1),in(n1,h2(X1)))
    | ~ type(X1,fulladder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',fulladder_connection_in1_in1h2) ).

cnf(halfadder_connection_in2_in2and2,axiom,
    ( connection(in(n2,X1),in(n2,and2(X1)))
    | ~ type(X1,halfadder) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',halfadder_connection_in2_in2and2) ).

cnf(in1_1,hypothesis,
    value(in(n1,f),n1),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',in1_1) ).

cnf(diagnosis_and2,negated_conjecture,
    ~ mode(and2(h2(f)),abnormal),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',diagnosis_and2) ).

cnf(unique_value,axiom,
    ( equal_value(X2,X3)
    | ~ value(X1,X2)
    | ~ value(X1,X3) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',unique_value) ).

cnf(and_0_00,axiom,
    ( value(in(n1,X1),n0)
    | value(in(n2,X1),n0)
    | ~ mode(X1,ok)
    | ~ type(X1,and)
    | ~ value(out(n1,X1),n0) ),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',and_0_00) ).

cnf(equal_value1,axiom,
    ~ equal_value(n0,n1),
    file('/export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p',equal_value1) ).

cnf(c_0_48,axiom,
    ( type(h1(X1),halfadder)
    | ~ type(X1,fulladder) ),
    fulladder_halfadder1 ).

cnf(c_0_49,hypothesis,
    type(f,fulladder),
    f_isa_fulladder ).

cnf(c_0_50,axiom,
    ( connection(in(n2,X1),in(n1,h1(X1)))
    | ~ type(X1,fulladder) ),
    fulladder_connection_in2_in1h1 ).

cnf(c_0_51,axiom,
    ( type(h2(X1),halfadder)
    | ~ type(X1,fulladder) ),
    fulladder_halfadder2 ).

cnf(c_0_52,axiom,
    ( connection(out(s,X1),out(s,h2(X1)))
    | ~ type(X1,fulladder) ),
    fulladder_connection_outs_outsh2 ).

cnf(c_0_53,axiom,
    ( type(and2(X1),and)
    | ~ type(X1,halfadder) ),
    halfadder_and2 ).

cnf(c_0_54,hypothesis,
    type(h1(f),halfadder),
    inference(spm,[status(thm)],[c_0_48,c_0_49]) ).

cnf(c_0_55,axiom,
    ( connection(in(n1,X1),in(n1,and2(X1)))
    | ~ type(X1,halfadder) ),
    halfadder_connection_in1_in1and2 ).

cnf(c_0_56,axiom,
    ( value(X2,X3)
    | ~ connection(X1,X2)
    | ~ value(X1,X3) ),
    value_propagation1 ).

cnf(c_0_57,hypothesis,
    connection(in(n2,f),in(n1,h1(f))),
    inference(spm,[status(thm)],[c_0_50,c_0_49]) ).

cnf(c_0_58,axiom,
    ( connection(out(s,X1),out(n1,and1(X1)))
    | ~ type(X1,halfadder) ),
    halfadder_connection_outs_out1and1 ).

cnf(c_0_59,hypothesis,
    type(h2(f),halfadder),
    inference(spm,[status(thm)],[c_0_51,c_0_49]) ).

cnf(c_0_60,hypothesis,
    connection(out(s,f),out(s,h2(f))),
    inference(spm,[status(thm)],[c_0_52,c_0_49]) ).

cnf(c_0_61,axiom,
    ( type(or1(X1),or)
    | ~ type(X1,fulladder) ),
    fulladder_or1 ).

cnf(c_0_62,axiom,
    ( mode(X1,ok)
    | mode(X1,abnormal)
    | ~ type(X1,X2) ),
    ok_or_abnormal ).

cnf(c_0_63,hypothesis,
    type(and2(h1(f)),and),
    inference(spm,[status(thm)],[c_0_53,c_0_54]) ).

cnf(c_0_64,negated_conjecture,
    ~ mode(and2(h1(f)),abnormal),
    diagnosis_and2h1 ).

cnf(c_0_65,hypothesis,
    connection(in(n1,h1(f)),in(n1,and2(h1(f)))),
    inference(spm,[status(thm)],[c_0_55,c_0_54]) ).

cnf(c_0_66,hypothesis,
    ( value(in(n1,h1(f)),X1)
    | ~ value(in(n2,f),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_57]) ).

cnf(c_0_67,hypothesis,
    value(in(n2,f),n0),
    in2_0 ).

cnf(c_0_68,hypothesis,
    connection(out(s,h2(f)),out(n1,and1(h2(f)))),
    inference(spm,[status(thm)],[c_0_58,c_0_59]) ).

cnf(c_0_69,hypothesis,
    ( value(out(s,h2(f)),X1)
    | ~ value(out(s,f),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_60]) ).

cnf(c_0_70,hypothesis,
    value(out(s,f),n1),
    outs_1 ).

cnf(c_0_71,hypothesis,
    type(or1(f),or),
    inference(spm,[status(thm)],[c_0_61,c_0_49]) ).

cnf(c_0_72,axiom,
    ( type(and1(X1),and)
    | ~ type(X1,halfadder) ),
    halfadder_and1 ).

cnf(c_0_73,axiom,
    ( connection(out(n1,and2(X1)),in(n1,not1(X1)))
    | ~ type(X1,halfadder) ),
    halfadder_connection_out1and2_in1not1 ).

cnf(c_0_74,axiom,
    ( value(out(n1,X1),n0)
    | ~ mode(X1,ok)
    | ~ type(X1,and)
    | ~ value(in(X2,X1),n0) ),
    and_0x_0 ).

cnf(c_0_75,hypothesis,
    mode(and2(h1(f)),ok),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_62,c_0_63]),c_0_64]) ).

cnf(c_0_76,hypothesis,
    ( value(in(n1,and2(h1(f))),X1)
    | ~ value(in(n1,h1(f)),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_65]) ).

cnf(c_0_77,hypothesis,
    value(in(n1,h1(f)),n0),
    inference(spm,[status(thm)],[c_0_66,c_0_67]) ).

cnf(c_0_78,axiom,
    ( connection(in(c,X1),in(n2,h1(X1)))
    | ~ type(X1,fulladder) ),
    fulladder_connection_inc_in2h1 ).

cnf(c_0_79,hypothesis,
    ( value(out(n1,and1(h2(f))),X1)
    | ~ value(out(s,h2(f)),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_68]) ).

cnf(c_0_80,hypothesis,
    value(out(s,h2(f)),n1),
    inference(spm,[status(thm)],[c_0_69,c_0_70]) ).

cnf(c_0_81,negated_conjecture,
    ( ~ mode(or1(f),abnormal)
    | ~ mode(and1(h2(f)),abnormal) ),
    diagnosis_or1_and1h2 ).

cnf(c_0_82,hypothesis,
    ( mode(or1(f),abnormal)
    | mode(or1(f),ok) ),
    inference(spm,[status(thm)],[c_0_62,c_0_71]) ).

cnf(c_0_83,hypothesis,
    type(and1(h2(f)),and),
    inference(spm,[status(thm)],[c_0_72,c_0_59]) ).

cnf(c_0_84,axiom,
    ( type(not1(X1),not)
    | ~ type(X1,halfadder) ),
    halfadder_not1 ).

cnf(c_0_85,hypothesis,
    connection(out(n1,and2(h1(f))),in(n1,not1(h1(f)))),
    inference(spm,[status(thm)],[c_0_73,c_0_54]) ).

cnf(c_0_86,hypothesis,
    ( value(out(n1,and2(h1(f))),n0)
    | ~ value(in(X1,and2(h1(f))),n0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_74,c_0_63]),c_0_75])]) ).

cnf(c_0_87,hypothesis,
    value(in(n1,and2(h1(f))),n0),
    inference(spm,[status(thm)],[c_0_76,c_0_77]) ).

cnf(c_0_88,axiom,
    ( type(or1(X1),or)
    | ~ type(X1,halfadder) ),
    halfadder_or1 ).

cnf(c_0_89,axiom,
    ( connection(in(n2,X1),in(n2,or1(X1)))
    | ~ type(X1,halfadder) ),
    halfadder_connection_in2_in2or1 ).

cnf(c_0_90,hypothesis,
    connection(in(c,f),in(n2,h1(f))),
    inference(spm,[status(thm)],[c_0_78,c_0_49]) ).

cnf(c_0_91,axiom,
    ( connection(out(n1,not1(X1)),in(n2,and1(X1)))
    | ~ type(X1,halfadder) ),
    halfadder_connection_out1not1_in2and1 ).

cnf(c_0_92,axiom,
    ( value(in(n2,X1),n1)
    | ~ mode(X1,ok)
    | ~ type(X1,and)
    | ~ value(out(n1,X1),n1) ),
    and_1_x1 ).

cnf(c_0_93,hypothesis,
    value(out(n1,and1(h2(f))),n1),
    inference(spm,[status(thm)],[c_0_79,c_0_80]) ).

cnf(c_0_94,negated_conjecture,
    ( mode(or1(f),ok)
    | ~ mode(and1(h2(f)),abnormal) ),
    inference(spm,[status(thm)],[c_0_81,c_0_82]) ).

cnf(c_0_95,hypothesis,
    ( mode(and1(h2(f)),abnormal)
    | mode(and1(h2(f)),ok) ),
    inference(spm,[status(thm)],[c_0_62,c_0_83]) ).

cnf(c_0_96,hypothesis,
    type(not1(h1(f)),not),
    inference(spm,[status(thm)],[c_0_84,c_0_54]) ).

cnf(c_0_97,negated_conjecture,
    ~ mode(not1(h1(f)),abnormal),
    diagnosis_not1h1 ).

cnf(c_0_98,hypothesis,
    ( value(in(n1,not1(h1(f))),X1)
    | ~ value(out(n1,and2(h1(f))),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_85]) ).

cnf(c_0_99,hypothesis,
    value(out(n1,and2(h1(f))),n0),
    inference(spm,[status(thm)],[c_0_86,c_0_87]) ).

cnf(c_0_100,hypothesis,
    type(or1(h1(f)),or),
    inference(spm,[status(thm)],[c_0_88,c_0_54]) ).

cnf(c_0_101,negated_conjecture,
    ~ mode(or1(h1(f)),abnormal),
    diagnosis_or1h1 ).

cnf(c_0_102,hypothesis,
    connection(in(n2,h1(f)),in(n2,or1(h1(f)))),
    inference(spm,[status(thm)],[c_0_89,c_0_54]) ).

cnf(c_0_103,hypothesis,
    ( value(in(n2,h1(f)),X1)
    | ~ value(in(c,f),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_90]) ).

cnf(c_0_104,hypothesis,
    value(in(c,f),n1),
    inc_1 ).

cnf(c_0_105,negated_conjecture,
    ( ~ mode(or1(f),abnormal)
    | ~ mode(not1(h2(f)),abnormal) ),
    diagnosis_or1_not1h2 ).

cnf(c_0_106,hypothesis,
    type(not1(h2(f)),not),
    inference(spm,[status(thm)],[c_0_84,c_0_59]) ).

cnf(c_0_107,axiom,
    ( value(X1,X3)
    | ~ connection(X1,X2)
    | ~ value(X2,X3) ),
    value_propagation2 ).

cnf(c_0_108,hypothesis,
    connection(out(n1,not1(h2(f))),in(n2,and1(h2(f)))),
    inference(spm,[status(thm)],[c_0_91,c_0_59]) ).

cnf(c_0_109,hypothesis,
    ( value(in(n2,and1(h2(f))),n1)
    | ~ mode(and1(h2(f)),ok) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_92,c_0_83]),c_0_93])]) ).

cnf(c_0_110,negated_conjecture,
    ( mode(and1(h2(f)),ok)
    | mode(or1(f),ok) ),
    inference(spm,[status(thm)],[c_0_94,c_0_95]) ).

cnf(c_0_111,hypothesis,
    type(and1(h1(f)),and),
    inference(spm,[status(thm)],[c_0_72,c_0_54]) ).

cnf(c_0_112,negated_conjecture,
    ~ mode(and1(h1(f)),abnormal),
    diagnosis_and1h1 ).

cnf(c_0_113,hypothesis,
    connection(out(n1,not1(h1(f))),in(n2,and1(h1(f)))),
    inference(spm,[status(thm)],[c_0_91,c_0_54]) ).

cnf(c_0_114,axiom,
    ( value(out(n1,X1),n1)
    | ~ mode(X1,ok)
    | ~ type(X1,not)
    | ~ value(in(n1,X1),n0) ),
    not_0_1_fw ).

cnf(c_0_115,hypothesis,
    mode(not1(h1(f)),ok),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_62,c_0_96]),c_0_97]) ).

cnf(c_0_116,hypothesis,
    value(in(n1,not1(h1(f))),n0),
    inference(spm,[status(thm)],[c_0_98,c_0_99]) ).

cnf(c_0_117,axiom,
    ( connection(out(n1,or1(X1)),in(n1,and1(X1)))
    | ~ type(X1,halfadder) ),
    halfadder_connection_out1or1_in1_and1 ).

cnf(c_0_118,axiom,
    ( value(out(n1,X1),n1)
    | ~ mode(X1,ok)
    | ~ type(X1,or)
    | ~ value(in(X2,X1),n1) ),
    or_1x_1 ).

cnf(c_0_119,hypothesis,
    mode(or1(h1(f)),ok),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_62,c_0_100]),c_0_101]) ).

cnf(c_0_120,hypothesis,
    ( value(in(n2,or1(h1(f))),X1)
    | ~ value(in(n2,h1(f)),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_102]) ).

cnf(c_0_121,hypothesis,
    value(in(n2,h1(f)),n1),
    inference(spm,[status(thm)],[c_0_103,c_0_104]) ).

cnf(c_0_122,axiom,
    ( value(in(n1,X1),n0)
    | ~ mode(X1,ok)
    | ~ type(X1,not)
    | ~ value(out(n1,X1),n1) ),
    not_1_0_bw ).

cnf(c_0_123,negated_conjecture,
    ( mode(or1(f),ok)
    | ~ mode(not1(h2(f)),abnormal) ),
    inference(spm,[status(thm)],[c_0_105,c_0_82]) ).

cnf(c_0_124,hypothesis,
    ( mode(not1(h2(f)),abnormal)
    | mode(not1(h2(f)),ok) ),
    inference(spm,[status(thm)],[c_0_62,c_0_106]) ).

cnf(c_0_125,hypothesis,
    ( value(out(n1,not1(h2(f))),X1)
    | ~ value(in(n2,and1(h2(f))),X1) ),
    inference(spm,[status(thm)],[c_0_107,c_0_108]) ).

cnf(c_0_126,negated_conjecture,
    ( mode(or1(f),ok)
    | value(in(n2,and1(h2(f))),n1) ),
    inference(spm,[status(thm)],[c_0_109,c_0_110]) ).

cnf(c_0_127,axiom,
    ( connection(out(c,X1),out(n1,or1(X1)))
    | ~ type(X1,fulladder) ),
    fulladder_connection_outc_out1or1 ).

cnf(c_0_128,axiom,
    ( value(out(n1,X1),n1)
    | ~ mode(X1,ok)
    | ~ type(X1,and)
    | ~ value(in(n1,X1),n1)
    | ~ value(in(n2,X1),n1) ),
    and_11_1 ).

cnf(c_0_129,hypothesis,
    mode(and1(h1(f)),ok),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_62,c_0_111]),c_0_112]) ).

cnf(c_0_130,hypothesis,
    ( value(in(n2,and1(h1(f))),X1)
    | ~ value(out(n1,not1(h1(f))),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_113]) ).

cnf(c_0_131,hypothesis,
    value(out(n1,not1(h1(f))),n1),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_114,c_0_96]),c_0_115]),c_0_116])]) ).

cnf(c_0_132,hypothesis,
    connection(out(n1,or1(h1(f))),in(n1,and1(h1(f)))),
    inference(spm,[status(thm)],[c_0_117,c_0_54]) ).

cnf(c_0_133,hypothesis,
    ( value(out(n1,or1(h1(f))),n1)
    | ~ value(in(X1,or1(h1(f))),n1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_118,c_0_100]),c_0_119])]) ).

cnf(c_0_134,hypothesis,
    value(in(n2,or1(h1(f))),n1),
    inference(spm,[status(thm)],[c_0_120,c_0_121]) ).

cnf(c_0_135,axiom,
    ( connection(out(c,X1),out(n1,and2(X1)))
    | ~ type(X1,halfadder) ),
    halfadder_connection_outc_out1and2 ).

cnf(c_0_136,hypothesis,
    connection(out(n1,and2(h2(f))),in(n1,not1(h2(f)))),
    inference(spm,[status(thm)],[c_0_73,c_0_59]) ).

cnf(c_0_137,hypothesis,
    ( value(in(n1,not1(h2(f))),n0)
    | ~ mode(not1(h2(f)),ok)
    | ~ value(out(n1,not1(h2(f))),n1) ),
    inference(spm,[status(thm)],[c_0_122,c_0_106]) ).

cnf(c_0_138,negated_conjecture,
    ( mode(not1(h2(f)),ok)
    | mode(or1(f),ok) ),
    inference(spm,[status(thm)],[c_0_123,c_0_124]) ).

cnf(c_0_139,hypothesis,
    ( mode(or1(f),ok)
    | value(out(n1,not1(h2(f))),n1) ),
    inference(spm,[status(thm)],[c_0_125,c_0_126]) ).

cnf(c_0_140,hypothesis,
    connection(out(c,f),out(n1,or1(f))),
    inference(spm,[status(thm)],[c_0_127,c_0_49]) ).

cnf(c_0_141,hypothesis,
    ( value(out(n1,and1(h1(f))),n1)
    | ~ value(in(n1,and1(h1(f))),n1)
    | ~ value(in(n2,and1(h1(f))),n1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_128,c_0_111]),c_0_129])]) ).

cnf(c_0_142,hypothesis,
    value(in(n2,and1(h1(f))),n1),
    inference(spm,[status(thm)],[c_0_130,c_0_131]) ).

cnf(c_0_143,hypothesis,
    ( value(in(n1,and1(h1(f))),X1)
    | ~ value(out(n1,or1(h1(f))),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_132]) ).

cnf(c_0_144,hypothesis,
    value(out(n1,or1(h1(f))),n1),
    inference(spm,[status(thm)],[c_0_133,c_0_134]) ).

cnf(c_0_145,axiom,
    ( connection(out(c,h2(X1)),in(n1,or1(X1)))
    | ~ type(X1,fulladder) ),
    fulladder_connection_outch2_in1or1 ).

cnf(c_0_146,hypothesis,
    connection(out(c,h2(f)),out(n1,and2(h2(f)))),
    inference(spm,[status(thm)],[c_0_135,c_0_59]) ).

cnf(c_0_147,hypothesis,
    ( value(out(n1,and2(h2(f))),X1)
    | ~ value(in(n1,not1(h2(f))),X1) ),
    inference(spm,[status(thm)],[c_0_107,c_0_136]) ).

cnf(c_0_148,negated_conjecture,
    ( mode(or1(f),ok)
    | value(in(n1,not1(h2(f))),n0) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_137,c_0_138]),c_0_139]) ).

cnf(c_0_149,axiom,
    ( value(in(n1,X1),n0)
    | ~ mode(X1,ok)
    | ~ type(X1,or)
    | ~ value(out(n1,X1),n0) ),
    or_0_0x ).

cnf(c_0_150,hypothesis,
    ( value(out(n1,or1(f)),X1)
    | ~ value(out(c,f),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_140]) ).

cnf(c_0_151,hypothesis,
    value(out(c,f),n0),
    outc_0 ).

cnf(c_0_152,axiom,
    ( connection(out(s,h1(X1)),in(n2,h2(X1)))
    | ~ type(X1,fulladder) ),
    fulladder_connection_outsh1_in2h2 ).

cnf(c_0_153,hypothesis,
    connection(out(s,h1(f)),out(n1,and1(h1(f)))),
    inference(spm,[status(thm)],[c_0_58,c_0_54]) ).

cnf(c_0_154,hypothesis,
    ( value(out(n1,and1(h1(f))),n1)
    | ~ value(in(n1,and1(h1(f))),n1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_141,c_0_142])]) ).

cnf(c_0_155,hypothesis,
    value(in(n1,and1(h1(f))),n1),
    inference(spm,[status(thm)],[c_0_143,c_0_144]) ).

cnf(c_0_156,hypothesis,
    connection(out(c,h2(f)),in(n1,or1(f))),
    inference(spm,[status(thm)],[c_0_145,c_0_49]) ).

cnf(c_0_157,hypothesis,
    ( value(out(c,h2(f)),X1)
    | ~ value(out(n1,and2(h2(f))),X1) ),
    inference(spm,[status(thm)],[c_0_107,c_0_146]) ).

cnf(c_0_158,hypothesis,
    ( mode(or1(f),ok)
    | value(out(n1,and2(h2(f))),n0) ),
    inference(spm,[status(thm)],[c_0_147,c_0_148]) ).

cnf(c_0_159,hypothesis,
    ( value(in(n1,or1(f)),n0)
    | ~ mode(or1(f),ok)
    | ~ value(out(n1,or1(f)),n0) ),
    inference(spm,[status(thm)],[c_0_149,c_0_71]) ).

cnf(c_0_160,hypothesis,
    value(out(n1,or1(f)),n0),
    inference(spm,[status(thm)],[c_0_150,c_0_151]) ).

cnf(c_0_161,axiom,
    ( connection(in(n1,X1),in(n1,h2(X1)))
    | ~ type(X1,fulladder) ),
    fulladder_connection_in1_in1h2 ).

cnf(c_0_162,axiom,
    ( connection(in(n2,X1),in(n2,and2(X1)))
    | ~ type(X1,halfadder) ),
    halfadder_connection_in2_in2and2 ).

cnf(c_0_163,hypothesis,
    connection(out(s,h1(f)),in(n2,h2(f))),
    inference(spm,[status(thm)],[c_0_152,c_0_49]) ).

cnf(c_0_164,hypothesis,
    ( value(out(s,h1(f)),X1)
    | ~ value(out(n1,and1(h1(f))),X1) ),
    inference(spm,[status(thm)],[c_0_107,c_0_153]) ).

cnf(c_0_165,hypothesis,
    value(out(n1,and1(h1(f))),n1),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_154,c_0_155])]) ).

cnf(c_0_166,hypothesis,
    ( value(in(n1,or1(f)),X1)
    | ~ value(out(c,h2(f)),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_156]) ).

cnf(c_0_167,hypothesis,
    ( mode(or1(f),ok)
    | value(out(c,h2(f)),n0) ),
    inference(spm,[status(thm)],[c_0_157,c_0_158]) ).

cnf(c_0_168,hypothesis,
    ( value(in(n1,or1(f)),n0)
    | ~ mode(or1(f),ok) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_159,c_0_160])]) ).

cnf(c_0_169,hypothesis,
    connection(in(n1,f),in(n1,h2(f))),
    inference(spm,[status(thm)],[c_0_161,c_0_49]) ).

cnf(c_0_170,hypothesis,
    connection(in(n2,h2(f)),in(n2,and2(h2(f)))),
    inference(spm,[status(thm)],[c_0_162,c_0_59]) ).

cnf(c_0_171,hypothesis,
    ( value(in(n2,h2(f)),X1)
    | ~ value(out(s,h1(f)),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_163]) ).

cnf(c_0_172,hypothesis,
    value(out(s,h1(f)),n1),
    inference(spm,[status(thm)],[c_0_164,c_0_165]) ).

cnf(c_0_173,hypothesis,
    ( value(out(c,h2(f)),X1)
    | ~ value(in(n1,or1(f)),X1) ),
    inference(spm,[status(thm)],[c_0_107,c_0_156]) ).

cnf(c_0_174,hypothesis,
    value(in(n1,or1(f)),n0),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_167]),c_0_168]) ).

cnf(c_0_175,hypothesis,
    connection(in(n1,h2(f)),in(n1,and2(h2(f)))),
    inference(spm,[status(thm)],[c_0_55,c_0_59]) ).

cnf(c_0_176,hypothesis,
    ( value(in(n1,h2(f)),X1)
    | ~ value(in(n1,f),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_169]) ).

cnf(c_0_177,hypothesis,
    value(in(n1,f),n1),
    in1_1 ).

cnf(c_0_178,hypothesis,
    ( value(in(n2,and2(h2(f))),X1)
    | ~ value(in(n2,h2(f)),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_170]) ).

cnf(c_0_179,hypothesis,
    value(in(n2,h2(f)),n1),
    inference(spm,[status(thm)],[c_0_171,c_0_172]) ).

cnf(c_0_180,hypothesis,
    type(and2(h2(f)),and),
    inference(spm,[status(thm)],[c_0_53,c_0_59]) ).

cnf(c_0_181,negated_conjecture,
    ~ mode(and2(h2(f)),abnormal),
    diagnosis_and2 ).

cnf(c_0_182,hypothesis,
    ( value(out(n1,and2(h2(f))),X1)
    | ~ value(out(c,h2(f)),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_146]) ).

cnf(c_0_183,hypothesis,
    value(out(c,h2(f)),n0),
    inference(spm,[status(thm)],[c_0_173,c_0_174]) ).

cnf(c_0_184,hypothesis,
    ( value(in(n1,and2(h2(f))),X1)
    | ~ value(in(n1,h2(f)),X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_175]) ).

cnf(c_0_185,hypothesis,
    value(in(n1,h2(f)),n1),
    inference(spm,[status(thm)],[c_0_176,c_0_177]) ).

cnf(c_0_186,axiom,
    ( equal_value(X2,X3)
    | ~ value(X1,X2)
    | ~ value(X1,X3) ),
    unique_value ).

cnf(c_0_187,hypothesis,
    value(in(n2,and2(h2(f))),n1),
    inference(spm,[status(thm)],[c_0_178,c_0_179]) ).

cnf(c_0_188,axiom,
    ( value(in(n1,X1),n0)
    | value(in(n2,X1),n0)
    | ~ mode(X1,ok)
    | ~ type(X1,and)
    | ~ value(out(n1,X1),n0) ),
    and_0_00 ).

cnf(c_0_189,hypothesis,
    mode(and2(h2(f)),ok),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_62,c_0_180]),c_0_181]) ).

cnf(c_0_190,hypothesis,
    value(out(n1,and2(h2(f))),n0),
    inference(spm,[status(thm)],[c_0_182,c_0_183]) ).

cnf(c_0_191,hypothesis,
    value(in(n1,and2(h2(f))),n1),
    inference(spm,[status(thm)],[c_0_184,c_0_185]) ).

cnf(c_0_192,hypothesis,
    ( equal_value(X1,n1)
    | ~ value(in(n2,and2(h2(f))),X1) ),
    inference(spm,[status(thm)],[c_0_186,c_0_187]) ).

cnf(c_0_193,hypothesis,
    ( value(in(n2,and2(h2(f))),n0)
    | value(in(n1,and2(h2(f))),n0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_188,c_0_180]),c_0_189]),c_0_190])]) ).

cnf(c_0_194,axiom,
    ~ equal_value(n0,n1),
    equal_value1 ).

cnf(c_0_195,hypothesis,
    ( equal_value(X1,n1)
    | ~ value(in(n1,and2(h2(f))),X1) ),
    inference(spm,[status(thm)],[c_0_186,c_0_191]) ).

cnf(c_0_196,hypothesis,
    value(in(n1,and2(h2(f))),n0),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_192,c_0_193]),c_0_194]) ).

cnf(c_0_197,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_195,c_0_196]),c_0_194]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.21  % Problem    : HWV006-1 : TPTP v8.1.2. Released v2.1.0.
% 0.11/0.22  % Command    : run_E %s %d THM
% 0.16/0.44  % Computer : n007.cluster.edu
% 0.16/0.44  % Model    : x86_64 x86_64
% 0.16/0.44  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.44  % Memory   : 8042.1875MB
% 0.16/0.44  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.44  % CPULimit   : 2400
% 0.16/0.44  % WCLimit    : 300
% 0.16/0.44  % DateTime   : Tue Oct  3 05:11:25 EDT 2023
% 0.16/0.45  % CPUTime    : 
% 0.33/0.60  Running first-order theorem proving
% 0.33/0.60  Running: /export/starexec/sandbox/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --auto-schedule=8 --cpu-limit=300 /export/starexec/sandbox/tmp/tmp.mFwcSHgPv8/E---3.1_18427.p
% 0.33/0.63  # Version: 3.1pre001
% 0.33/0.63  # Preprocessing class: FSLSSMSMSSSNFFN.
% 0.33/0.63  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.33/0.63  # Starting C07_19_nc_SOS_SAT001_MinMin_p005000_rr with 1500s (5) cores
% 0.33/0.63  # Starting new_bool_3 with 300s (1) cores
% 0.33/0.63  # Starting new_bool_1 with 300s (1) cores
% 0.33/0.63  # Starting sh5l with 300s (1) cores
% 0.33/0.63  # sh5l with pid 18508 completed with status 0
% 0.33/0.63  # Result found by sh5l
% 0.33/0.63  # Preprocessing class: FSLSSMSMSSSNFFN.
% 0.33/0.63  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.33/0.63  # Starting C07_19_nc_SOS_SAT001_MinMin_p005000_rr with 1500s (5) cores
% 0.33/0.63  # Starting new_bool_3 with 300s (1) cores
% 0.33/0.63  # Starting new_bool_1 with 300s (1) cores
% 0.33/0.63  # Starting sh5l with 300s (1) cores
% 0.33/0.63  # SinE strategy is gf500_gu_R04_F100_L20000
% 0.33/0.63  # Search class: FGHNF-FFMM21-SFFFFFNN
% 0.33/0.63  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.33/0.63  # Starting G-E--_107_C18_F1_PI_AE_Q4_CS_SP_PS_S4S with 131s (1) cores
% 0.33/0.63  # G-E--_107_C18_F1_PI_AE_Q4_CS_SP_PS_S4S with pid 18513 completed with status 0
% 0.33/0.63  # Result found by G-E--_107_C18_F1_PI_AE_Q4_CS_SP_PS_S4S
% 0.33/0.63  # Preprocessing class: FSLSSMSMSSSNFFN.
% 0.33/0.63  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.33/0.63  # Starting C07_19_nc_SOS_SAT001_MinMin_p005000_rr with 1500s (5) cores
% 0.33/0.63  # Starting new_bool_3 with 300s (1) cores
% 0.33/0.63  # Starting new_bool_1 with 300s (1) cores
% 0.33/0.63  # Starting sh5l with 300s (1) cores
% 0.33/0.63  # SinE strategy is gf500_gu_R04_F100_L20000
% 0.33/0.63  # Search class: FGHNF-FFMM21-SFFFFFNN
% 0.33/0.63  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.33/0.63  # Starting G-E--_107_C18_F1_PI_AE_Q4_CS_SP_PS_S4S with 131s (1) cores
% 0.33/0.63  # Preprocessing time       : 0.001 s
% 0.33/0.63  # Presaturation interreduction done
% 0.33/0.63  
% 0.33/0.63  # Proof found!
% 0.33/0.63  # SZS status Unsatisfiable
% 0.33/0.63  # SZS output start CNFRefutation
% See solution above
% 0.33/0.63  # Parsed axioms                        : 58
% 0.33/0.63  # Removed by relevancy pruning/SinE    : 0
% 0.33/0.63  # Initial clauses                      : 58
% 0.33/0.63  # Removed in clause preprocessing      : 0
% 0.33/0.63  # Initial clauses in saturation        : 58
% 0.33/0.63  # Processed clauses                    : 352
% 0.33/0.63  # ...of these trivial                  : 9
% 0.33/0.63  # ...subsumed                          : 10
% 0.33/0.63  # ...remaining for further processing  : 333
% 0.33/0.63  # Other redundant clauses eliminated   : 0
% 0.33/0.63  # Clauses deleted for lack of memory   : 0
% 0.33/0.63  # Backward-subsumed                    : 3
% 0.33/0.63  # Backward-rewritten                   : 13
% 0.33/0.63  # Generated clauses                    : 307
% 0.33/0.63  # ...of the previous two non-redundant : 250
% 0.33/0.63  # ...aggressively subsumed             : 0
% 0.33/0.63  # Contextual simplify-reflections      : 2
% 0.33/0.63  # Paramodulations                      : 307
% 0.33/0.63  # Factorizations                       : 0
% 0.33/0.63  # NegExts                              : 0
% 0.33/0.63  # Equation resolutions                 : 0
% 0.33/0.63  # Total rewrite steps                  : 114
% 0.33/0.63  # Propositional unsat checks           : 0
% 0.33/0.63  #    Propositional check models        : 0
% 0.33/0.63  #    Propositional check unsatisfiable : 0
% 0.33/0.63  #    Propositional clauses             : 0
% 0.33/0.63  #    Propositional clauses after purity: 0
% 0.33/0.63  #    Propositional unsat core size     : 0
% 0.33/0.63  #    Propositional preprocessing time  : 0.000
% 0.33/0.63  #    Propositional encoding time       : 0.000
% 0.33/0.63  #    Propositional solver time         : 0.000
% 0.33/0.63  #    Success case prop preproc time    : 0.000
% 0.33/0.63  #    Success case prop encoding time   : 0.000
% 0.33/0.63  #    Success case prop solver time     : 0.000
% 0.33/0.63  # Current number of processed clauses  : 259
% 0.33/0.63  #    Positive orientable unit clauses  : 80
% 0.33/0.63  #    Positive unorientable unit clauses: 0
% 0.33/0.63  #    Negative unit clauses             : 7
% 0.33/0.63  #    Non-unit-clauses                  : 172
% 0.33/0.63  # Current number of unprocessed clauses: 7
% 0.33/0.63  # ...number of literals in the above   : 23
% 0.33/0.63  # Current number of archived formulas  : 0
% 0.33/0.63  # Current number of archived clauses   : 74
% 0.33/0.63  # Clause-clause subsumption calls (NU) : 4941
% 0.33/0.63  # Rec. Clause-clause subsumption calls : 4060
% 0.33/0.63  # Non-unit clause-clause subsumptions  : 7
% 0.33/0.63  # Unit Clause-clause subsumption calls : 118
% 0.33/0.63  # Rewrite failures with RHS unbound    : 0
% 0.33/0.63  # BW rewrite match attempts            : 36
% 0.33/0.63  # BW rewrite match successes           : 11
% 0.33/0.63  # Condensation attempts                : 0
% 0.33/0.63  # Condensation successes               : 0
% 0.33/0.63  # Termbank termtop insertions          : 8161
% 0.33/0.63  
% 0.33/0.63  # -------------------------------------------------
% 0.33/0.63  # User time                : 0.016 s
% 0.33/0.63  # System time              : 0.006 s
% 0.33/0.63  # Total time               : 0.021 s
% 0.33/0.63  # Maximum resident set size: 1764 pages
% 0.33/0.63  
% 0.33/0.63  # -------------------------------------------------
% 0.33/0.63  # User time                : 0.018 s
% 0.33/0.63  # System time              : 0.008 s
% 0.33/0.63  # Total time               : 0.026 s
% 0.33/0.63  # Maximum resident set size: 1720 pages
% 0.33/0.63  % E---3.1 exiting
% 0.53/0.63  % E---3.1 exiting
%------------------------------------------------------------------------------