TSTP Solution File: LCL248-3 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : LCL248-3 : TPTP v8.1.2. Released v2.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% Computer : n009.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  : 300s
% DateTime : Tue Aug 22 10:47:48 EDT 2023

% Result   : Unsatisfiable 238.52s 211.39s
% Output   : CNFRefutation 238.69s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   27
%            Number of leaves      :   18
% Syntax   : Number of formulae    :   94 (  42 unt;   8 typ;   0 def)
%            Number of atoms       :  141 (   8 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :  114 (  59   ~;  55   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   4 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    9 (   6   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   2 con; 0-2 aty)
%            Number of variables   :  192 (; 192   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ theorem > axiom > or > implies > and > #nlpp > not > q > p

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(theorem,type,
    theorem: $i > $o ).

tff(or,type,
    or: ( $i * $i ) > $i ).

tff(not,type,
    not: $i > $i ).

tff(q,type,
    q: $i ).

tff(and,type,
    and: ( $i * $i ) > $i ).

tff(axiom,type,
    axiom: $i > $o ).

tff(p,type,
    p: $i ).

tff(implies,type,
    implies: ( $i * $i ) > $i ).

tff(f_48,axiom,
    ! [A,B] : axiom(implies(A,or(B,A))),
    file(unknown,unknown) ).

tff(f_61,axiom,
    ! [X] :
      ( theorem(X)
      | ~ axiom(X) ),
    file(unknown,unknown) ).

tff(f_56,axiom,
    ! [X,Y] : ( implies(X,Y) = or(not(X),Y) ),
    file(unknown,unknown) ).

tff(f_52,axiom,
    ! [A,B,C] : axiom(implies(or(A,or(B,C)),or(B,or(A,C)))),
    file(unknown,unknown) ).

tff(f_69,axiom,
    ! [X,Y] :
      ( theorem(X)
      | ~ theorem(implies(Y,X))
      | ~ theorem(Y) ),
    file(unknown,unknown) ).

tff(f_50,axiom,
    ! [A,B] : axiom(implies(or(A,B),or(B,A))),
    file(unknown,unknown) ).

tff(f_46,axiom,
    ! [A] : axiom(implies(or(A,A),A)),
    file(unknown,unknown) ).

tff(f_96,axiom,
    ! [P,Q] : ( and(P,Q) = not(or(not(P),not(Q))) ),
    file(unknown,unknown) ).

tff(f_54,axiom,
    ! [A,B,C] : axiom(implies(implies(A,B),implies(or(C,A),or(C,B)))),
    file(unknown,unknown) ).

tff(f_100,axiom,
    ~ theorem(implies(and(p,q),implies(p,q))),
    file(unknown,unknown) ).

tff(c_4,plain,
    ! [A_2,B_3] : axiom(implies(A_2,or(B_3,A_2))),
    inference(cnfTransformation,[status(thm)],[f_48]) ).

tff(c_14,plain,
    ! [X_14] :
      ( ~ axiom(X_14)
      | theorem(X_14) ),
    inference(cnfTransformation,[status(thm)],[f_61]) ).

tff(c_12,plain,
    ! [X_12,Y_13] : ( or(not(X_12),Y_13) = implies(X_12,Y_13) ),
    inference(cnfTransformation,[status(thm)],[f_56]) ).

tff(c_76,plain,
    ! [A_33,B_34,C_35] : axiom(implies(or(A_33,or(B_34,C_35)),or(B_34,or(A_33,C_35)))),
    inference(cnfTransformation,[status(thm)],[f_52]) ).

tff(c_83,plain,
    ! [X_12,B_34,C_35] : axiom(implies(implies(X_12,or(B_34,C_35)),or(B_34,or(not(X_12),C_35)))),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_76]) ).

tff(c_629,plain,
    ! [X_104,B_105,C_106] : axiom(implies(implies(X_104,or(B_105,C_106)),or(B_105,implies(X_104,C_106)))),
    inference(demodulation,[status(thm),theory(equality)],[c_12,c_83]) ).

tff(c_49,plain,
    ! [Y_29,X_30] :
      ( ~ theorem(Y_29)
      | ~ theorem(implies(Y_29,X_30))
      | theorem(X_30) ),
    inference(cnfTransformation,[status(thm)],[f_69]) ).

tff(c_53,plain,
    ! [Y_29,X_30] :
      ( ~ theorem(Y_29)
      | theorem(X_30)
      | ~ axiom(implies(Y_29,X_30)) ),
    inference(resolution,[status(thm)],[c_14,c_49]) ).

tff(c_647,plain,
    ! [X_104,B_105,C_106] :
      ( ~ theorem(implies(X_104,or(B_105,C_106)))
      | theorem(or(B_105,implies(X_104,C_106))) ),
    inference(resolution,[status(thm)],[c_629,c_53]) ).

tff(c_6,plain,
    ! [A_4,B_5] : axiom(implies(or(A_4,B_5),or(B_5,A_4))),
    inference(cnfTransformation,[status(thm)],[f_50]) ).

tff(c_95,plain,
    ! [Y_36,X_37] :
      ( ~ theorem(Y_36)
      | theorem(X_37)
      | ~ axiom(implies(Y_36,X_37)) ),
    inference(resolution,[status(thm)],[c_14,c_49]) ).

tff(c_115,plain,
    ! [A_2,B_3] :
      ( ~ theorem(A_2)
      | theorem(or(B_3,A_2)) ),
    inference(resolution,[status(thm)],[c_4,c_95]) ).

tff(c_8,plain,
    ! [A_6,B_7,C_8] : axiom(implies(or(A_6,or(B_7,C_8)),or(B_7,or(A_6,C_8)))),
    inference(cnfTransformation,[status(thm)],[f_52]) ).

tff(c_803,plain,
    ! [A_128,B_129,C_130] :
      ( ~ theorem(or(A_128,or(B_129,C_130)))
      | theorem(or(B_129,or(A_128,C_130))) ),
    inference(resolution,[status(thm)],[c_8,c_95]) ).

tff(c_1036,plain,
    ! [B_154,B_155,C_156] :
      ( theorem(or(B_154,or(B_155,C_156)))
      | ~ theorem(or(B_154,C_156)) ),
    inference(resolution,[status(thm)],[c_115,c_803]) ).

tff(c_1051,plain,
    ! [X_12,B_155,C_156] :
      ( theorem(implies(X_12,or(B_155,C_156)))
      | ~ theorem(or(not(X_12),C_156)) ),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_1036]) ).

tff(c_1185,plain,
    ! [X_166,B_167,C_168] :
      ( theorem(implies(X_166,or(B_167,C_168)))
      | ~ theorem(implies(X_166,C_168)) ),
    inference(demodulation,[status(thm),theory(equality)],[c_12,c_1051]) ).

tff(c_16,plain,
    ! [Y_16,X_15] :
      ( ~ theorem(Y_16)
      | ~ theorem(implies(Y_16,X_15))
      | theorem(X_15) ),
    inference(cnfTransformation,[status(thm)],[f_69]) ).

tff(c_1431,plain,
    ! [X_189,B_190,C_191] :
      ( ~ theorem(X_189)
      | theorem(or(B_190,C_191))
      | ~ theorem(implies(X_189,C_191)) ),
    inference(resolution,[status(thm)],[c_1185,c_16]) ).

tff(c_1615,plain,
    ! [X_207,B_208,C_209] :
      ( ~ theorem(X_207)
      | theorem(or(B_208,C_209))
      | ~ axiom(implies(X_207,C_209)) ),
    inference(resolution,[status(thm)],[c_14,c_1431]) ).

tff(c_2125,plain,
    ! [A_258,B_259,B_260] :
      ( ~ theorem(or(A_258,B_259))
      | theorem(or(B_260,or(B_259,A_258))) ),
    inference(resolution,[status(thm)],[c_6,c_1615]) ).

tff(c_111,plain,
    ! [A_6,B_7,C_8] :
      ( ~ theorem(or(A_6,or(B_7,C_8)))
      | theorem(or(B_7,or(A_6,C_8))) ),
    inference(resolution,[status(thm)],[c_8,c_95]) ).

tff(c_2287,plain,
    ! [B_275,B_276,A_277] :
      ( theorem(or(B_275,or(B_276,A_277)))
      | ~ theorem(or(A_277,B_275)) ),
    inference(resolution,[status(thm)],[c_2125,c_111]) ).

tff(c_2,plain,
    ! [A_1] : axiom(implies(or(A_1,A_1),A_1)),
    inference(cnfTransformation,[status(thm)],[f_46]) ).

tff(c_114,plain,
    ! [A_1] :
      ( ~ theorem(or(A_1,A_1))
      | theorem(A_1) ),
    inference(resolution,[status(thm)],[c_2,c_95]) ).

tff(c_2398,plain,
    ! [B_287,A_288] :
      ( theorem(or(B_287,A_288))
      | ~ theorem(or(A_288,or(B_287,A_288))) ),
    inference(resolution,[status(thm)],[c_2287,c_114]) ).

tff(c_2477,plain,
    ! [X_12,Y_13] :
      ( theorem(or(not(X_12),Y_13))
      | ~ theorem(or(Y_13,implies(X_12,Y_13))) ),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_2398]) ).

tff(c_2809,plain,
    ! [X_320,Y_321] :
      ( theorem(implies(X_320,Y_321))
      | ~ theorem(or(Y_321,implies(X_320,Y_321))) ),
    inference(demodulation,[status(thm),theory(equality)],[c_12,c_2477]) ).

tff(c_3031,plain,
    ! [X_333,C_334] :
      ( theorem(implies(X_333,C_334))
      | ~ theorem(implies(X_333,or(C_334,C_334))) ),
    inference(resolution,[status(thm)],[c_647,c_2809]) ).

tff(c_3100,plain,
    ! [X_335,C_336] :
      ( theorem(implies(X_335,C_336))
      | ~ axiom(implies(X_335,or(C_336,C_336))) ),
    inference(resolution,[status(thm)],[c_14,c_3031]) ).

tff(c_3140,plain,
    ! [A_2] : theorem(implies(A_2,A_2)),
    inference(resolution,[status(thm)],[c_4,c_3100]) ).

tff(c_18,plain,
    ! [P_17,Q_18] : ( not(or(not(P_17),not(Q_18))) = and(P_17,Q_18) ),
    inference(cnfTransformation,[status(thm)],[f_96]) ).

tff(c_54,plain,
    ! [P_31,Q_32] : ( not(implies(P_31,not(Q_32))) = and(P_31,Q_32) ),
    inference(demodulation,[status(thm),theory(equality)],[c_12,c_18]) ).

tff(c_63,plain,
    ! [P_31,Q_32,Y_13] : ( implies(implies(P_31,not(Q_32)),Y_13) = or(and(P_31,Q_32),Y_13) ),
    inference(superposition,[status(thm),theory(equality)],[c_54,c_12]) ).

tff(c_21,plain,
    ! [P_17,Q_18] : ( not(implies(P_17,not(Q_18))) = and(P_17,Q_18) ),
    inference(demodulation,[status(thm),theory(equality)],[c_12,c_18]) ).

tff(c_3141,plain,
    ! [A_337] : theorem(implies(A_337,A_337)),
    inference(resolution,[status(thm)],[c_4,c_3100]) ).

tff(c_42,plain,
    ! [A_27,B_28] : axiom(implies(or(A_27,B_28),or(B_28,A_27))),
    inference(cnfTransformation,[status(thm)],[f_50]) ).

tff(c_273,plain,
    ! [Y_59,X_60] : axiom(implies(or(Y_59,not(X_60)),implies(X_60,Y_59))),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_42]) ).

tff(c_319,plain,
    ! [Y_66,X_67] :
      ( ~ theorem(or(Y_66,not(X_67)))
      | theorem(implies(X_67,Y_66)) ),
    inference(resolution,[status(thm)],[c_273,c_53]) ).

tff(c_341,plain,
    ! [X_12,X_67] :
      ( ~ theorem(implies(X_12,not(X_67)))
      | theorem(implies(X_67,not(X_12))) ),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_319]) ).

tff(c_3239,plain,
    ! [X_341] : theorem(implies(X_341,not(not(X_341)))),
    inference(resolution,[status(thm)],[c_3141,c_341]) ).

tff(c_3261,plain,
    ! [P_17,Q_18] : theorem(implies(implies(P_17,not(Q_18)),not(and(P_17,Q_18)))),
    inference(superposition,[status(thm),theory(equality)],[c_21,c_3239]) ).

tff(c_3270,plain,
    ! [P_17,Q_18] : theorem(or(and(P_17,Q_18),not(and(P_17,Q_18)))),
    inference(demodulation,[status(thm),theory(equality)],[c_63,c_3261]) ).

tff(c_378,plain,
    ! [P_72,Q_73,Y_74] : ( implies(implies(P_72,not(Q_73)),Y_74) = or(and(P_72,Q_73),Y_74) ),
    inference(superposition,[status(thm),theory(equality)],[c_54,c_12]) ).

tff(c_441,plain,
    ! [P_72,Q_73,B_3] : axiom(or(and(P_72,Q_73),or(B_3,implies(P_72,not(Q_73))))),
    inference(superposition,[status(thm),theory(equality)],[c_378,c_4]) ).

tff(c_5731,plain,
    ! [P_458,Q_459,Y_460] :
      ( ~ theorem(implies(P_458,not(Q_459)))
      | theorem(Y_460)
      | ~ axiom(or(and(P_458,Q_459),Y_460)) ),
    inference(superposition,[status(thm),theory(equality)],[c_378,c_53]) ).

tff(c_5784,plain,
    ! [Y_461,Q_462] :
      ( theorem(Y_461)
      | ~ axiom(or(and(not(Q_462),Q_462),Y_461)) ),
    inference(resolution,[status(thm)],[c_3140,c_5731]) ).

tff(c_5825,plain,
    ! [B_463,Q_464] : theorem(or(B_463,implies(not(Q_464),not(Q_464)))),
    inference(resolution,[status(thm)],[c_441,c_5784]) ).

tff(c_90,plain,
    ! [A_33,X_12,C_35] : axiom(implies(or(A_33,or(not(X_12),C_35)),implies(X_12,or(A_33,C_35)))),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_76]) ).

tff(c_1287,plain,
    ! [A_176,X_177,C_178] : axiom(implies(or(A_176,implies(X_177,C_178)),implies(X_177,or(A_176,C_178)))),
    inference(demodulation,[status(thm),theory(equality)],[c_12,c_90]) ).

tff(c_1305,plain,
    ! [A_176,X_177,C_178] :
      ( ~ theorem(or(A_176,implies(X_177,C_178)))
      | theorem(implies(X_177,or(A_176,C_178))) ),
    inference(resolution,[status(thm)],[c_1287,c_53]) ).

tff(c_6036,plain,
    ! [Q_469,B_470] : theorem(implies(not(Q_469),or(B_470,not(Q_469)))),
    inference(resolution,[status(thm)],[c_5825,c_1305]) ).

tff(c_6069,plain,
    ! [Q_469,X_12] : theorem(implies(not(Q_469),implies(X_12,not(Q_469)))),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_6036]) ).

tff(c_137,plain,
    ! [A_40,B_41,C_42] : axiom(implies(implies(A_40,B_41),implies(or(C_42,A_40),or(C_42,B_41)))),
    inference(cnfTransformation,[status(thm)],[f_54]) ).

tff(c_143,plain,
    ! [Y_13,B_41,X_12] : axiom(implies(implies(Y_13,B_41),implies(implies(X_12,Y_13),or(not(X_12),B_41)))),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_137]) ).

tff(c_540,plain,
    ! [Y_88,B_89,X_90] : axiom(implies(implies(Y_88,B_89),implies(implies(X_90,Y_88),implies(X_90,B_89)))),
    inference(demodulation,[status(thm),theory(equality)],[c_12,c_143]) ).

tff(c_2337,plain,
    ! [Y_281,B_282,X_283] :
      ( ~ theorem(implies(Y_281,B_282))
      | theorem(implies(implies(X_283,Y_281),implies(X_283,B_282))) ),
    inference(resolution,[status(thm)],[c_540,c_53]) ).

tff(c_13061,plain,
    ! [X_807,Y_808,B_809] :
      ( ~ theorem(implies(X_807,Y_808))
      | theorem(implies(X_807,B_809))
      | ~ theorem(implies(Y_808,B_809)) ),
    inference(resolution,[status(thm)],[c_2337,c_16]) ).

tff(c_13101,plain,
    ! [Q_469,B_809,X_12] :
      ( theorem(implies(not(Q_469),B_809))
      | ~ theorem(implies(implies(X_12,not(Q_469)),B_809)) ),
    inference(resolution,[status(thm)],[c_6069,c_13061]) ).

tff(c_202766,plain,
    ! [Q_4284,B_4285,X_4286] :
      ( theorem(implies(not(Q_4284),B_4285))
      | ~ theorem(or(and(X_4286,Q_4284),B_4285)) ),
    inference(demodulation,[status(thm),theory(equality)],[c_63,c_13101]) ).

tff(c_203577,plain,
    ! [Q_4287,P_4288] : theorem(implies(not(Q_4287),not(and(P_4288,Q_4287)))),
    inference(resolution,[status(thm)],[c_3270,c_202766]) ).

tff(c_200,plain,
    ! [A_49,B_50] :
      ( ~ theorem(or(A_49,B_50))
      | theorem(or(B_50,A_49)) ),
    inference(resolution,[status(thm)],[c_6,c_95]) ).

tff(c_204,plain,
    ! [X_12,Y_13] :
      ( ~ theorem(implies(X_12,Y_13))
      | theorem(or(Y_13,not(X_12))) ),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_200]) ).

tff(c_2028,plain,
    ! [A_248,B_249,C_250] :
      ( ~ theorem(implies(A_248,B_249))
      | theorem(implies(or(C_250,A_248),or(C_250,B_249))) ),
    inference(resolution,[status(thm)],[c_137,c_53]) ).

tff(c_8725,plain,
    ! [C_595,A_596,B_597] :
      ( ~ theorem(or(C_595,A_596))
      | theorem(or(C_595,B_597))
      | ~ theorem(implies(A_596,B_597)) ),
    inference(resolution,[status(thm)],[c_2028,c_16]) ).

tff(c_8864,plain,
    ! [Y_13,B_597,X_12] :
      ( theorem(or(Y_13,B_597))
      | ~ theorem(implies(not(X_12),B_597))
      | ~ theorem(implies(X_12,Y_13)) ),
    inference(resolution,[status(thm)],[c_204,c_8725]) ).

tff(c_435766,plain,
    ! [Y_6704,P_6705,Q_6706] :
      ( theorem(or(Y_6704,not(and(P_6705,Q_6706))))
      | ~ theorem(implies(Q_6706,Y_6704)) ),
    inference(resolution,[status(thm)],[c_203577,c_8864]) ).

tff(c_284,plain,
    ! [Y_59,X_60] :
      ( ~ theorem(or(Y_59,not(X_60)))
      | theorem(implies(X_60,Y_59)) ),
    inference(resolution,[status(thm)],[c_273,c_53]) ).

tff(c_436167,plain,
    ! [P_6707,Q_6708,Y_6709] :
      ( theorem(implies(and(P_6707,Q_6708),Y_6709))
      | ~ theorem(implies(Q_6708,Y_6709)) ),
    inference(resolution,[status(thm)],[c_435766,c_284]) ).

tff(c_1198,plain,
    ! [B_169,X_170,Y_171] :
      ( theorem(or(B_169,implies(X_170,Y_171)))
      | ~ theorem(or(B_169,Y_171)) ),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_1036]) ).

tff(c_1218,plain,
    ! [X_12,X_170,Y_171] :
      ( theorem(implies(X_12,implies(X_170,Y_171)))
      | ~ theorem(or(not(X_12),Y_171)) ),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_1198]) ).

tff(c_1401,plain,
    ! [X_186,X_187,Y_188] :
      ( theorem(implies(X_186,implies(X_187,Y_188)))
      | ~ theorem(implies(X_186,Y_188)) ),
    inference(demodulation,[status(thm),theory(equality)],[c_12,c_1218]) ).

tff(c_20,plain,
    ~ theorem(implies(and(p,q),implies(p,q))),
    inference(cnfTransformation,[status(thm)],[f_100]) ).

tff(c_1415,plain,
    ~ theorem(implies(and(p,q),q)),
    inference(resolution,[status(thm)],[c_1401,c_20]) ).

tff(c_436478,plain,
    ~ theorem(implies(q,q)),
    inference(resolution,[status(thm)],[c_436167,c_1415]) ).

tff(c_436615,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_3140,c_436478]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : LCL248-3 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.13  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.14/0.34  % Computer : n009.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Thu Aug  3 13:55:23 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 238.52/211.39  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 238.52/211.40  
% 238.52/211.40  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 238.69/211.48  
% 238.69/211.48  Inference rules
% 238.69/211.48  ----------------------
% 238.69/211.48  #Ref     : 0
% 238.69/211.48  #Sup     : 105447
% 238.69/211.48  #Fact    : 0
% 238.69/211.48  #Define  : 0
% 238.69/211.48  #Split   : 2
% 238.69/211.48  #Chain   : 0
% 238.69/211.48  #Close   : 0
% 238.69/211.48  
% 238.69/211.48  Ordering : KBO
% 238.69/211.48  
% 238.69/211.48  Simplification rules
% 238.69/211.48  ----------------------
% 238.69/211.48  #Subsume      : 37204
% 238.69/211.48  #Demod        : 41496
% 238.69/211.48  #Tautology    : 12288
% 238.69/211.48  #SimpNegUnit  : 1
% 238.69/211.48  #BackRed      : 8
% 238.69/211.48  
% 238.69/211.48  #Partial instantiations: 0
% 238.69/211.48  #Strategies tried      : 1
% 238.69/211.48  
% 238.69/211.48  Timing (in seconds)
% 238.69/211.48  ----------------------
% 238.69/211.49  Preprocessing        : 0.44
% 238.69/211.49  Parsing              : 0.25
% 238.69/211.49  CNF conversion       : 0.02
% 238.69/211.49  Main loop            : 209.86
% 238.69/211.49  Inferencing          : 14.31
% 238.69/211.49  Reduction            : 77.29
% 238.69/211.49  Demodulation         : 57.66
% 238.69/211.49  BG Simplification    : 0.36
% 238.69/211.49  Subsumption          : 102.62
% 238.69/211.49  Abstraction          : 0.75
% 238.69/211.49  MUC search           : 0.00
% 238.69/211.49  Cooper               : 0.00
% 238.69/211.49  Total                : 210.41
% 238.69/211.49  Index Insertion      : 0.00
% 238.69/211.49  Index Deletion       : 0.00
% 238.69/211.49  Index Matching       : 0.00
% 238.69/211.49  BG Taut test         : 0.00
%------------------------------------------------------------------------------