TSTP Solution File: PUZ018_1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : PUZ018_1 : TPTP v8.1.2. Bugfixed v5.0.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 : n001.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:54:01 EDT 2023

% Result   : Theorem 5.92s 2.51s
% Output   : CNFRefutation 6.32s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   43
% Syntax   : Number of formulae    :  129 (  70 unt;  17 typ;   0 def)
%            Number of atoms       :  232 (   0 equ)
%            Maximal formula atoms :    7 (   2 avg)
%            Number of connectives :  203 (  83   ~; 112   |;   5   &)
%                                         (   0 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   3 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of types       :    3 (   2 usr)
%            Number of type conns  :    9 (   5   >;   4   *;   0   +;   0  <<)
%            Number of predicates  :    6 (   5 usr;   1 prp; 0-2 aty)
%            Number of functors    :   10 (  10 usr;  10 con; 0-0 aty)
%            Number of variables   :   54 (;  54   !;   0   ?;  54   :)

% Comments : 
%------------------------------------------------------------------------------
%$ same_person > same_day > on > consecutive > all_on > #nlpp > wednesday > tuesday > thursday > sunday > saturday > monday > friday > c > b > a

%Foreground sorts:
tff(day,type,
    day: $tType ).

tff(person,type,
    person: $tType ).

%Background operators:

%Foreground operators:
tff(same_person,type,
    same_person: ( person * person ) > $o ).

tff(friday,type,
    friday: day ).

tff(on,type,
    on: ( person * day ) > $o ).

tff(sunday,type,
    sunday: day ).

tff(all_on,type,
    all_on: day > $o ).

tff(a,type,
    a: person ).

tff(b,type,
    b: person ).

tff(thursday,type,
    thursday: day ).

tff(same_day,type,
    same_day: ( day * day ) > $o ).

tff(c,type,
    c: person ).

tff(monday,type,
    monday: day ).

tff(saturday,type,
    saturday: day ).

tff(tuesday,type,
    tuesday: day ).

tff(consecutive,type,
    consecutive: ( day * day ) > $o ).

tff(wednesday,type,
    wednesday: day ).

tff(f_157,hypothesis,
    ~ on(a,sunday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_off_sunday) ).

tff(f_161,hypothesis,
    ~ on(a,thursday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_off_thursday) ).

tff(f_169,negated_conjecture,
    ~ all_on(friday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_all_on_friday) ).

tff(f_130,hypothesis,
    ( all_on(sunday)
    | all_on(monday)
    | all_on(tuesday)
    | all_on(wednesday)
    | all_on(thursday)
    | all_on(friday)
    | all_on(saturday) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',all_on_one_day) ).

tff(f_36,axiom,
    ! [X: day] :
      ( all_on(X)
     => on(a,X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',all_on_a_on) ).

tff(f_40,axiom,
    ! [X: day] :
      ( all_on(X)
     => on(b,X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',all_on_b_on) ).

tff(f_165,hypothesis,
    ~ on(b,saturday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_off_saturday) ).

tff(f_59,axiom,
    consecutive(sunday,monday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',monday_follows_sunday) ).

tff(f_60,axiom,
    consecutive(monday,tuesday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',tuesday_follows_monday) ).

tff(f_155,hypothesis,
    ! [X: person,Y: day,Z: day,W: person] :
      ( on(X,Y)
      | on(X,Z)
      | on(W,Y)
      | on(W,Z)
      | same_person(X,W)
      | same_day(Y,Z) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',no_two_off_twice_together) ).

tff(f_73,axiom,
    ~ same_person(b,c),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_not_c) ).

tff(f_97,axiom,
    ~ same_day(monday,saturday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',monday_not_saturday) ).

tff(f_167,hypothesis,
    ~ on(c,sunday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',c_off_sunday) ).

tff(f_87,axiom,
    ~ same_day(sunday,saturday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sunday_not_saturday) ).

tff(f_159,hypothesis,
    ~ on(a,tuesday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_off_tuesday) ).

tff(f_163,hypothesis,
    ~ on(b,thursday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_off_thursday) ).

tff(f_69,axiom,
    ~ same_person(a,b),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_not_b) ).

tff(f_101,axiom,
    ~ same_day(tuesday,thursday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',tuesday_not_thursday) ).

tff(f_143,hypothesis,
    ! [X: day,Y: day,Z: day,W: day,U: person] :
      ~ ( consecutive(X,Y)
        & consecutive(Y,Z)
        & consecutive(Z,W)
        & on(U,X)
        & on(U,Y)
        & on(U,Z) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_on_for_3_days) ).

tff(f_61,axiom,
    consecutive(tuesday,wednesday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',wednesday_follows_tuesday) ).

tff(f_83,axiom,
    ~ same_day(sunday,thursday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sunday_not_thursday) ).

tff(f_62,axiom,
    consecutive(wednesday,thursday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',thursday_follows_wednesday) ).

tff(f_44,axiom,
    ! [X: day] :
      ( all_on(X)
     => on(c,X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',all_on_c_on) ).

tff(f_71,axiom,
    ~ same_person(a,c),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_not_c) ).

tff(f_79,axiom,
    ~ same_day(sunday,tuesday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sunday_not_tuesday) ).

tff(f_63,axiom,
    consecutive(thursday,friday),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',friday_follows_thursday) ).

tff(c_84,plain,
    ~ on(a,sunday),
    inference(cnfTransformation,[status(thm)],[f_157]) ).

tff(c_88,plain,
    ~ on(a,thursday),
    inference(cnfTransformation,[status(thm)],[f_161]) ).

tff(c_96,plain,
    ~ all_on(friday),
    inference(cnfTransformation,[status(thm)],[f_169]) ).

tff(c_78,plain,
    ( all_on(saturday)
    | all_on(friday)
    | all_on(thursday)
    | all_on(wednesday)
    | all_on(tuesday)
    | all_on(monday)
    | all_on(sunday) ),
    inference(cnfTransformation,[status(thm)],[f_130]) ).

tff(c_97,plain,
    ( all_on(saturday)
    | all_on(thursday)
    | all_on(wednesday)
    | all_on(tuesday)
    | all_on(monday)
    | all_on(sunday) ),
    inference(negUnitSimplification,[status(thm)],[c_96,c_78]) ).

tff(c_99,plain,
    all_on(sunday),
    inference(splitLeft,[status(thm)],[c_97]) ).

tff(c_110,plain,
    ! [X_21: day] :
      ( on(a,X_21)
      | ~ all_on(X_21) ),
    inference(cnfTransformation,[status(thm)],[f_36]) ).

tff(c_113,plain,
    ~ all_on(sunday),
    inference(resolution,[status(thm)],[c_110,c_84]) ).

tff(c_123,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_99,c_113]) ).

tff(c_124,plain,
    ( all_on(monday)
    | all_on(tuesday)
    | all_on(wednesday)
    | all_on(thursday)
    | all_on(saturday) ),
    inference(splitRight,[status(thm)],[c_97]) ).

tff(c_126,plain,
    all_on(saturday),
    inference(splitLeft,[status(thm)],[c_124]) ).

tff(c_146,plain,
    ! [X_25: day] :
      ( on(b,X_25)
      | ~ all_on(X_25) ),
    inference(cnfTransformation,[status(thm)],[f_40]) ).

tff(c_92,plain,
    ~ on(b,saturday),
    inference(cnfTransformation,[status(thm)],[f_165]) ).

tff(c_149,plain,
    ~ all_on(saturday),
    inference(resolution,[status(thm)],[c_146,c_92]) ).

tff(c_156,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_126,c_149]) ).

tff(c_157,plain,
    ( all_on(thursday)
    | all_on(wednesday)
    | all_on(tuesday)
    | all_on(monday) ),
    inference(splitRight,[status(thm)],[c_124]) ).

tff(c_159,plain,
    all_on(monday),
    inference(splitLeft,[status(thm)],[c_157]) ).

tff(c_4,plain,
    ! [X_2: day] :
      ( on(b,X_2)
      | ~ all_on(X_2) ),
    inference(cnfTransformation,[status(thm)],[f_40]) ).

tff(c_12,plain,
    consecutive(sunday,monday),
    inference(cnfTransformation,[status(thm)],[f_59]) ).

tff(c_14,plain,
    consecutive(monday,tuesday),
    inference(cnfTransformation,[status(thm)],[f_60]) ).

tff(c_386,plain,
    ! [Y_33: day,Z_34: day,X_35: person,W_36: person] :
      ( same_day(Y_33,Z_34)
      | same_person(X_35,W_36)
      | on(W_36,Z_34)
      | on(W_36,Y_33)
      | on(X_35,Z_34)
      | on(X_35,Y_33) ),
    inference(cnfTransformation,[status(thm)],[f_155]) ).

tff(c_32,plain,
    ~ same_person(b,c),
    inference(cnfTransformation,[status(thm)],[f_73]) ).

tff(c_614,plain,
    ! [Y_44: day,Z_45: day] :
      ( same_day(Y_44,Z_45)
      | on(c,Z_45)
      | on(c,Y_44)
      | on(b,Z_45)
      | on(b,Y_44) ),
    inference(resolution,[status(thm)],[c_386,c_32]) ).

tff(c_56,plain,
    ~ same_day(monday,saturday),
    inference(cnfTransformation,[status(thm)],[f_97]) ).

tff(c_626,plain,
    ( on(c,saturday)
    | on(c,monday)
    | on(b,saturday)
    | on(b,monday) ),
    inference(resolution,[status(thm)],[c_614,c_56]) ).

tff(c_687,plain,
    ( on(c,saturday)
    | on(c,monday)
    | on(b,monday) ),
    inference(negUnitSimplification,[status(thm)],[c_92,c_626]) ).

tff(c_883,plain,
    on(b,monday),
    inference(splitLeft,[status(thm)],[c_687]) ).

tff(c_94,plain,
    ~ on(c,sunday),
    inference(cnfTransformation,[status(thm)],[f_167]) ).

tff(c_46,plain,
    ~ same_day(sunday,saturday),
    inference(cnfTransformation,[status(thm)],[f_87]) ).

tff(c_623,plain,
    ( on(c,saturday)
    | on(c,sunday)
    | on(b,saturday)
    | on(b,sunday) ),
    inference(resolution,[status(thm)],[c_614,c_46]) ).

tff(c_684,plain,
    ( on(c,saturday)
    | on(b,sunday) ),
    inference(negUnitSimplification,[status(thm)],[c_92,c_94,c_623]) ).

tff(c_737,plain,
    on(b,sunday),
    inference(splitLeft,[status(thm)],[c_684]) ).

tff(c_86,plain,
    ~ on(a,tuesday),
    inference(cnfTransformation,[status(thm)],[f_159]) ).

tff(c_90,plain,
    ~ on(b,thursday),
    inference(cnfTransformation,[status(thm)],[f_163]) ).

tff(c_28,plain,
    ~ same_person(a,b),
    inference(cnfTransformation,[status(thm)],[f_69]) ).

tff(c_747,plain,
    ! [Y_46: day,Z_47: day] :
      ( same_day(Y_46,Z_47)
      | on(b,Z_47)
      | on(b,Y_46)
      | on(a,Z_47)
      | on(a,Y_46) ),
    inference(resolution,[status(thm)],[c_386,c_28]) ).

tff(c_60,plain,
    ~ same_day(tuesday,thursday),
    inference(cnfTransformation,[status(thm)],[f_101]) ).

tff(c_750,plain,
    ( on(b,thursday)
    | on(b,tuesday)
    | on(a,thursday)
    | on(a,tuesday) ),
    inference(resolution,[status(thm)],[c_747,c_60]) ).

tff(c_813,plain,
    on(b,tuesday),
    inference(negUnitSimplification,[status(thm)],[c_86,c_88,c_90,c_750]) ).

tff(c_80,plain,
    ! [X_9: day,Z_11: day,U_13: person,W_12: day,Y_10: day] :
      ( ~ on(U_13,Z_11)
      | ~ on(U_13,Y_10)
      | ~ on(U_13,X_9)
      | ~ consecutive(Z_11,W_12)
      | ~ consecutive(Y_10,Z_11)
      | ~ consecutive(X_9,Y_10) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_873,plain,
    ! [Y_10: day,X_9: day,W_12: day] :
      ( ~ on(b,Y_10)
      | ~ on(b,X_9)
      | ~ consecutive(tuesday,W_12)
      | ~ consecutive(Y_10,tuesday)
      | ~ consecutive(X_9,Y_10) ),
    inference(resolution,[status(thm)],[c_813,c_80]) ).

tff(c_1513,plain,
    ! [X_117: day,Y_118: day] :
      ( ~ on(b,X_117)
      | ~ on(b,Y_118)
      | ~ consecutive(Y_118,tuesday)
      | ~ consecutive(X_117,Y_118) ),
    inference(splitLeft,[status(thm)],[c_873]) ).

tff(c_1727,plain,
    ! [Y_132: day] :
      ( ~ on(b,Y_132)
      | ~ consecutive(Y_132,tuesday)
      | ~ consecutive(sunday,Y_132) ),
    inference(resolution,[status(thm)],[c_737,c_1513]) ).

tff(c_1730,plain,
    ( ~ consecutive(monday,tuesday)
    | ~ consecutive(sunday,monday) ),
    inference(resolution,[status(thm)],[c_883,c_1727]) ).

tff(c_1757,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_12,c_14,c_1730]) ).

tff(c_1758,plain,
    ! [W_12: day] : ~ consecutive(tuesday,W_12),
    inference(splitRight,[status(thm)],[c_873]) ).

tff(c_16,plain,
    consecutive(tuesday,wednesday),
    inference(cnfTransformation,[status(thm)],[f_61]) ).

tff(c_1760,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_1758,c_16]) ).

tff(c_1762,plain,
    ~ on(b,monday),
    inference(splitRight,[status(thm)],[c_687]) ).

tff(c_1769,plain,
    ~ all_on(monday),
    inference(resolution,[status(thm)],[c_4,c_1762]) ).

tff(c_1773,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_159,c_1769]) ).

tff(c_1775,plain,
    ~ on(b,sunday),
    inference(splitRight,[status(thm)],[c_684]) ).

tff(c_1797,plain,
    ! [Y_133: day,Z_134: day] :
      ( same_day(Y_133,Z_134)
      | on(b,Z_134)
      | on(b,Y_133)
      | on(a,Z_134)
      | on(a,Y_133) ),
    inference(resolution,[status(thm)],[c_386,c_28]) ).

tff(c_42,plain,
    ~ same_day(sunday,thursday),
    inference(cnfTransformation,[status(thm)],[f_83]) ).

tff(c_1812,plain,
    ( on(b,thursday)
    | on(b,sunday)
    | on(a,thursday)
    | on(a,sunday) ),
    inference(resolution,[status(thm)],[c_1797,c_42]) ).

tff(c_1875,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_84,c_88,c_1775,c_90,c_1812]) ).

tff(c_1876,plain,
    ( all_on(tuesday)
    | all_on(wednesday)
    | all_on(thursday) ),
    inference(splitRight,[status(thm)],[c_157]) ).

tff(c_1878,plain,
    all_on(thursday),
    inference(splitLeft,[status(thm)],[c_1876]) ).

tff(c_1880,plain,
    ! [X_136: day] :
      ( on(b,X_136)
      | ~ all_on(X_136) ),
    inference(cnfTransformation,[status(thm)],[f_40]) ).

tff(c_1886,plain,
    ~ all_on(thursday),
    inference(resolution,[status(thm)],[c_1880,c_90]) ).

tff(c_1891,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1878,c_1886]) ).

tff(c_1892,plain,
    ( all_on(wednesday)
    | all_on(tuesday) ),
    inference(splitRight,[status(thm)],[c_1876]) ).

tff(c_1894,plain,
    all_on(tuesday),
    inference(splitLeft,[status(thm)],[c_1892]) ).

tff(c_1901,plain,
    ! [X_139: day] :
      ( on(a,X_139)
      | ~ all_on(X_139) ),
    inference(cnfTransformation,[status(thm)],[f_36]) ).

tff(c_1910,plain,
    ~ all_on(tuesday),
    inference(resolution,[status(thm)],[c_1901,c_86]) ).

tff(c_1916,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1894,c_1910]) ).

tff(c_1917,plain,
    all_on(wednesday),
    inference(splitRight,[status(thm)],[c_1892]) ).

tff(c_18,plain,
    consecutive(wednesday,thursday),
    inference(cnfTransformation,[status(thm)],[f_62]) ).

tff(c_6,plain,
    ! [X_3: day] :
      ( on(c,X_3)
      | ~ all_on(X_3) ),
    inference(cnfTransformation,[status(thm)],[f_44]) ).

tff(c_2155,plain,
    ! [Y_152: day,Z_153: day,X_154: person,W_155: person] :
      ( same_day(Y_152,Z_153)
      | same_person(X_154,W_155)
      | on(W_155,Z_153)
      | on(W_155,Y_152)
      | on(X_154,Z_153)
      | on(X_154,Y_152) ),
    inference(cnfTransformation,[status(thm)],[f_155]) ).

tff(c_30,plain,
    ~ same_person(a,c),
    inference(cnfTransformation,[status(thm)],[f_71]) ).

tff(c_2233,plain,
    ! [Y_156: day,Z_157: day] :
      ( same_day(Y_156,Z_157)
      | on(c,Z_157)
      | on(c,Y_156)
      | on(a,Z_157)
      | on(a,Y_156) ),
    inference(resolution,[status(thm)],[c_2155,c_30]) ).

tff(c_38,plain,
    ~ same_day(sunday,tuesday),
    inference(cnfTransformation,[status(thm)],[f_79]) ).

tff(c_2263,plain,
    ( on(c,tuesday)
    | on(c,sunday)
    | on(a,tuesday)
    | on(a,sunday) ),
    inference(resolution,[status(thm)],[c_2233,c_38]) ).

tff(c_2320,plain,
    on(c,tuesday),
    inference(negUnitSimplification,[status(thm)],[c_84,c_86,c_94,c_2263]) ).

tff(c_2239,plain,
    ( on(c,thursday)
    | on(c,sunday)
    | on(a,thursday)
    | on(a,sunday) ),
    inference(resolution,[status(thm)],[c_2233,c_42]) ).

tff(c_2300,plain,
    on(c,thursday),
    inference(negUnitSimplification,[status(thm)],[c_84,c_88,c_94,c_2239]) ).

tff(c_2353,plain,
    ! [Y_10: day,X_9: day,W_12: day] :
      ( ~ on(c,Y_10)
      | ~ on(c,X_9)
      | ~ consecutive(thursday,W_12)
      | ~ consecutive(Y_10,thursday)
      | ~ consecutive(X_9,Y_10) ),
    inference(resolution,[status(thm)],[c_2300,c_80]) ).

tff(c_3297,plain,
    ! [X_227: day,Y_228: day] :
      ( ~ on(c,X_227)
      | ~ on(c,Y_228)
      | ~ consecutive(Y_228,thursday)
      | ~ consecutive(X_227,Y_228) ),
    inference(splitLeft,[status(thm)],[c_2353]) ).

tff(c_3314,plain,
    ! [Y_229: day] :
      ( ~ on(c,Y_229)
      | ~ consecutive(Y_229,thursday)
      | ~ consecutive(tuesday,Y_229) ),
    inference(resolution,[status(thm)],[c_2320,c_3297]) ).

tff(c_3396,plain,
    ! [X_237: day] :
      ( ~ consecutive(X_237,thursday)
      | ~ consecutive(tuesday,X_237)
      | ~ all_on(X_237) ),
    inference(resolution,[status(thm)],[c_6,c_3314]) ).

tff(c_3398,plain,
    ( ~ consecutive(tuesday,wednesday)
    | ~ all_on(wednesday) ),
    inference(resolution,[status(thm)],[c_18,c_3396]) ).

tff(c_3402,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1917,c_16,c_3398]) ).

tff(c_3403,plain,
    ! [W_12: day] : ~ consecutive(thursday,W_12),
    inference(splitRight,[status(thm)],[c_2353]) ).

tff(c_20,plain,
    consecutive(thursday,friday),
    inference(cnfTransformation,[status(thm)],[f_63]) ).

tff(c_3405,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_3403,c_20]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.13/0.13  % Problem  : PUZ018_1 : TPTP v8.1.2. Bugfixed v5.0.0.
% 0.13/0.14  % 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.35  % Computer : n001.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Thu Aug  3 18:08:10 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 5.92/2.51  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 6.32/2.53  
% 6.32/2.53  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 6.32/2.56  
% 6.32/2.56  Inference rules
% 6.32/2.56  ----------------------
% 6.32/2.56  #Ref     : 0
% 6.32/2.56  #Sup     : 650
% 6.32/2.56  #Fact    : 24
% 6.32/2.56  #Define  : 0
% 6.32/2.56  #Split   : 52
% 6.32/2.56  #Chain   : 0
% 6.32/2.56  #Close   : 0
% 6.32/2.56  
% 6.32/2.56  Ordering : KBO
% 6.32/2.56  
% 6.32/2.56  Simplification rules
% 6.32/2.56  ----------------------
% 6.32/2.56  #Subsume      : 210
% 6.32/2.56  #Demod        : 302
% 6.32/2.56  #Tautology    : 148
% 6.32/2.56  #SimpNegUnit  : 111
% 6.32/2.56  #BackRed      : 2
% 6.32/2.56  
% 6.32/2.56  #Partial instantiations: 0
% 6.32/2.56  #Strategies tried      : 1
% 6.32/2.56  
% 6.32/2.56  Timing (in seconds)
% 6.32/2.56  ----------------------
% 6.32/2.57  Preprocessing        : 0.54
% 6.32/2.57  Parsing              : 0.33
% 6.32/2.57  CNF conversion       : 0.03
% 6.32/2.57  Main loop            : 0.94
% 6.32/2.57  Inferencing          : 0.32
% 6.32/2.57  Reduction            : 0.28
% 6.32/2.57  Demodulation         : 0.19
% 6.32/2.57  BG Simplification    : 0.04
% 6.32/2.57  Subsumption          : 0.21
% 6.32/2.57  Abstraction          : 0.03
% 6.32/2.57  MUC search           : 0.00
% 6.32/2.57  Cooper               : 0.00
% 6.32/2.57  Total                : 1.54
% 6.32/2.57  Index Insertion      : 0.00
% 6.32/2.57  Index Deletion       : 0.00
% 6.32/2.57  Index Matching       : 0.00
% 6.32/2.57  BG Taut test         : 0.00
%------------------------------------------------------------------------------