TSTP Solution File: PUZ018_1 by E---3.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1
% Problem  : PUZ018_1 : TPTP v8.1.2. Bugfixed v5.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n006.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 19:11:39 EDT 2023

% Result   : Theorem 0.21s 0.52s
% Output   : CNFRefutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   38
% Syntax   : Number of formulae    :  101 (  49 unt;  15 typ;   0 def)
%            Number of atoms       :  195 (   0 equ)
%            Maximal formula atoms :    7 (   2 avg)
%            Number of connectives :  193 (  84   ~; 101   |;   5   &)
%                                         (   0 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   4 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    9 (   5   >;   4   *;   0   +;   0  <<)
%            Number of predicates  :    8 (   7 usr;   3 prp; 0-2 aty)
%            Number of functors    :   10 (  10 usr;  10 con; 0-0 aty)
%            Number of variables   :   54 (   0 sgn;  54   !;   0   ?;  54   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    all_on: day > $o ).

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

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

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

tff(decl_26,type,
    same_person: ( person * person ) > $o ).

tff(decl_27,type,
    a: person ).

tff(decl_28,type,
    b: person ).

tff(decl_29,type,
    c: person ).

tff(decl_30,type,
    monday: day ).

tff(decl_31,type,
    tuesday: day ).

tff(decl_32,type,
    wednesday: day ).

tff(decl_33,type,
    thursday: day ).

tff(decl_34,type,
    friday: day ).

tff(decl_35,type,
    sunday: day ).

tff(decl_36,type,
    saturday: day ).

tff(prove_all_on_friday,conjecture,
    all_on(friday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',prove_all_on_friday) ).

tff(all_on_c_on,axiom,
    ! [X1: day] :
      ( all_on(X1)
     => on(c,X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',all_on_c_on) ).

tff(all_on_one_day,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/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',all_on_one_day) ).

tff(all_on_b_on,axiom,
    ! [X1: day] :
      ( all_on(X1)
     => on(b,X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',all_on_b_on) ).

tff(not_on_for_3_days,hypothesis,
    ! [X1: day,X2: day,X4: day,X5: day,X6: person] :
      ~ ( consecutive(X1,X2)
        & consecutive(X2,X4)
        & consecutive(X4,X5)
        & on(X6,X1)
        & on(X6,X2)
        & on(X6,X4) ),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',not_on_for_3_days) ).

tff(b_off_saturday,hypothesis,
    ~ on(b,saturday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',b_off_saturday) ).

tff(friday_follows_thursday,axiom,
    consecutive(thursday,friday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',friday_follows_thursday) ).

tff(a_not_c,axiom,
    ~ same_person(a,c),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',a_not_c) ).

tff(no_two_off_twice_together,hypothesis,
    ! [X7: person,X2: day,X4: day,X8: person] :
      ( on(X7,X2)
      | on(X7,X4)
      | on(X8,X2)
      | on(X8,X4)
      | same_person(X7,X8)
      | same_day(X2,X4) ),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',no_two_off_twice_together) ).

tff(all_on_a_on,axiom,
    ! [X1: day] :
      ( all_on(X1)
     => on(a,X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',all_on_a_on) ).

tff(a_off_tuesday,hypothesis,
    ~ on(a,tuesday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',a_off_tuesday) ).

tff(thursday_follows_wednesday,axiom,
    consecutive(wednesday,thursday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',thursday_follows_wednesday) ).

tff(c_off_sunday,hypothesis,
    ~ on(c,sunday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',c_off_sunday) ).

tff(a_off_sunday,hypothesis,
    ~ on(a,sunday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',a_off_sunday) ).

tff(wednesday_follows_tuesday,axiom,
    consecutive(tuesday,wednesday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',wednesday_follows_tuesday) ).

tff(a_not_b,axiom,
    ~ same_person(a,b),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',a_not_b) ).

tff(sunday_not_thursday,axiom,
    ~ same_day(sunday,thursday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',sunday_not_thursday) ).

tff(a_off_thursday,hypothesis,
    ~ on(a,thursday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',a_off_thursday) ).

tff(tuesday_follows_monday,axiom,
    consecutive(monday,tuesday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',tuesday_follows_monday) ).

tff(b_off_thursday,hypothesis,
    ~ on(b,thursday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',b_off_thursday) ).

tff(monday_follows_sunday,axiom,
    consecutive(sunday,monday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',monday_follows_sunday) ).

tff(tuesday_not_thursday,axiom,
    ~ same_day(tuesday,thursday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',tuesday_not_thursday) ).

tff(sunday_not_tuesday,axiom,
    ~ same_day(sunday,tuesday),
    file('/export/starexec/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p',sunday_not_tuesday) ).

tff(c_0_23,negated_conjecture,
    ~ all_on(friday),
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[prove_all_on_friday])]) ).

tff(c_0_24,plain,
    ! [X11: day] :
      ( ~ all_on(X11)
      | on(c,X11) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[all_on_c_on])]) ).

tcf(c_0_25,hypothesis,
    ( all_on(sunday)
    | all_on(monday)
    | all_on(tuesday)
    | all_on(wednesday)
    | all_on(thursday)
    | all_on(friday)
    | all_on(saturday) ),
    inference(split_conjunct,[status(thm)],[all_on_one_day]) ).

tcf(c_0_26,negated_conjecture,
    ~ all_on(friday),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

tff(c_0_27,plain,
    ! [X10: day] :
      ( ~ all_on(X10)
      | on(b,X10) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[all_on_b_on])]) ).

tcf(c_0_28,plain,
    ! [X1: day] :
      ( on(c,X1)
      | ~ all_on(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

tcf(c_0_29,hypothesis,
    ( all_on(saturday)
    | all_on(sunday)
    | all_on(thursday)
    | all_on(wednesday)
    | all_on(tuesday)
    | all_on(monday) ),
    inference(sr,[status(thm)],[c_0_25,c_0_26]) ).

tff(c_0_30,hypothesis,
    ! [X17: day,X18: day,X19: day,X20: day,X21: person] :
      ( ~ consecutive(X17,X18)
      | ~ consecutive(X18,X19)
      | ~ consecutive(X19,X20)
      | ~ on(X21,X17)
      | ~ on(X21,X18)
      | ~ on(X21,X19) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[not_on_for_3_days])]) ).

tcf(c_0_31,plain,
    ! [X1: day] :
      ( on(b,X1)
      | ~ all_on(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

tcf(c_0_32,hypothesis,
    ( on(c,wednesday)
    | all_on(saturday)
    | all_on(sunday)
    | all_on(thursday)
    | all_on(tuesday)
    | all_on(monday) ),
    inference(spm,[status(thm)],[c_0_28,c_0_29]) ).

tff(c_0_33,hypothesis,
    ~ on(b,saturday),
    inference(fof_simplification,[status(thm)],[b_off_saturday]) ).

tcf(c_0_34,hypothesis,
    ! [X1: day,X2: day,X3: person,X5: day,X4: day] :
      ( ~ consecutive(X1,X2)
      | ~ consecutive(X2,X4)
      | ~ consecutive(X4,X5)
      | ~ on(X3,X1)
      | ~ on(X3,X2)
      | ~ on(X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

tcf(c_0_35,plain,
    consecutive(thursday,friday),
    inference(split_conjunct,[status(thm)],[friday_follows_thursday]) ).

tff(c_0_36,plain,
    ~ same_person(a,c),
    inference(fof_simplification,[status(thm)],[a_not_c]) ).

tff(c_0_37,hypothesis,
    ! [X22: person,X23: day,X24: day,X25: person] :
      ( on(X22,X23)
      | on(X22,X24)
      | on(X25,X23)
      | on(X25,X24)
      | same_person(X22,X25)
      | same_day(X23,X24) ),
    inference(variable_rename,[status(thm)],[no_two_off_twice_together]) ).

tff(c_0_38,plain,
    ! [X9: day] :
      ( ~ all_on(X9)
      | on(a,X9) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[all_on_a_on])]) ).

tcf(c_0_39,hypothesis,
    ( on(c,wednesday)
    | on(b,monday)
    | all_on(tuesday)
    | all_on(thursday)
    | all_on(sunday)
    | all_on(saturday) ),
    inference(spm,[status(thm)],[c_0_31,c_0_32]) ).

tcf(c_0_40,hypothesis,
    ~ on(b,saturday),
    inference(split_conjunct,[status(thm)],[c_0_33]) ).

tff(c_0_41,hypothesis,
    ~ on(a,tuesday),
    inference(fof_simplification,[status(thm)],[a_off_tuesday]) ).

tcf(c_0_42,hypothesis,
    ! [X1: day,X3: person,X2: day] :
      ( ~ consecutive(X1,thursday)
      | ~ consecutive(X2,X1)
      | ~ on(X3,thursday)
      | ~ on(X3,X1)
      | ~ on(X3,X2) ),
    inference(spm,[status(thm)],[c_0_34,c_0_35]) ).

tcf(c_0_43,plain,
    consecutive(wednesday,thursday),
    inference(split_conjunct,[status(thm)],[thursday_follows_wednesday]) ).

tff(c_0_44,hypothesis,
    ~ on(c,sunday),
    inference(fof_simplification,[status(thm)],[c_off_sunday]) ).

tcf(c_0_45,plain,
    ~ same_person(a,c),
    inference(split_conjunct,[status(thm)],[c_0_36]) ).

tcf(c_0_46,hypothesis,
    ! [X1: day,X6: person,X3: person,X2: day] :
      ( on(X3,X1)
      | on(X3,X2)
      | on(X6,X1)
      | on(X6,X2)
      | same_person(X3,X6)
      | same_day(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_37]) ).

tff(c_0_47,hypothesis,
    ~ on(a,sunday),
    inference(fof_simplification,[status(thm)],[a_off_sunday]) ).

tcf(c_0_48,plain,
    ! [X1: day] :
      ( on(a,X1)
      | ~ all_on(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_38]) ).

tcf(c_0_49,hypothesis,
    ( on(b,monday)
    | on(c,wednesday)
    | all_on(sunday)
    | all_on(thursday)
    | all_on(tuesday) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_39]),c_0_40]) ).

tcf(c_0_50,hypothesis,
    ~ on(a,tuesday),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

tcf(c_0_51,plain,
    consecutive(tuesday,wednesday),
    inference(split_conjunct,[status(thm)],[wednesday_follows_tuesday]) ).

tff(c_0_52,plain,
    ~ same_person(a,b),
    inference(fof_simplification,[status(thm)],[a_not_b]) ).

tcf(c_0_53,hypothesis,
    ! [X3: person,X1: day] :
      ( ~ consecutive(X1,wednesday)
      | ~ on(X3,thursday)
      | ~ on(X3,wednesday)
      | ~ on(X3,X1) ),
    inference(spm,[status(thm)],[c_0_42,c_0_43]) ).

tcf(c_0_54,hypothesis,
    ~ on(c,sunday),
    inference(split_conjunct,[status(thm)],[c_0_44]) ).

tcf(c_0_55,hypothesis,
    ! [X1: day,X2: day] :
      ( same_day(X1,X2)
      | on(a,X1)
      | on(a,X2)
      | on(c,X1)
      | on(c,X2) ),
    inference(spm,[status(thm)],[c_0_45,c_0_46]) ).

tcf(c_0_56,hypothesis,
    ~ on(a,sunday),
    inference(split_conjunct,[status(thm)],[c_0_47]) ).

tff(c_0_57,plain,
    ~ same_day(sunday,thursday),
    inference(fof_simplification,[status(thm)],[sunday_not_thursday]) ).

tff(c_0_58,hypothesis,
    ~ on(a,thursday),
    inference(fof_simplification,[status(thm)],[a_off_thursday]) ).

tcf(c_0_59,hypothesis,
    ( on(c,wednesday)
    | on(b,monday)
    | all_on(thursday)
    | all_on(sunday) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_48,c_0_49]),c_0_50]) ).

tcf(c_0_60,hypothesis,
    ! [X1: day,X3: person,X2: day] :
      ( ~ consecutive(X1,tuesday)
      | ~ consecutive(X2,X1)
      | ~ on(X3,tuesday)
      | ~ on(X3,X1)
      | ~ on(X3,X2) ),
    inference(spm,[status(thm)],[c_0_34,c_0_51]) ).

tcf(c_0_61,plain,
    consecutive(monday,tuesday),
    inference(split_conjunct,[status(thm)],[tuesday_follows_monday]) ).

tff(c_0_62,hypothesis,
    ~ on(b,thursday),
    inference(fof_simplification,[status(thm)],[b_off_thursday]) ).

tcf(c_0_63,plain,
    ~ same_person(a,b),
    inference(split_conjunct,[status(thm)],[c_0_52]) ).

tcf(c_0_64,hypothesis,
    ! [X3: person] :
      ( ~ on(X3,thursday)
      | ~ on(X3,wednesday)
      | ~ on(X3,tuesday) ),
    inference(spm,[status(thm)],[c_0_53,c_0_51]) ).

tcf(c_0_65,hypothesis,
    ! [X1: day] :
      ( same_day(sunday,X1)
      | on(c,X1)
      | on(a,X1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_55]),c_0_56]) ).

tcf(c_0_66,plain,
    ~ same_day(sunday,thursday),
    inference(split_conjunct,[status(thm)],[c_0_57]) ).

tcf(c_0_67,hypothesis,
    ~ on(a,thursday),
    inference(split_conjunct,[status(thm)],[c_0_58]) ).

tcf(c_0_68,hypothesis,
    ( on(b,monday)
    | on(c,wednesday)
    | all_on(thursday) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_48,c_0_59]),c_0_56]) ).

tcf(c_0_69,hypothesis,
    ! [X3: person,X1: day] :
      ( ~ consecutive(X1,monday)
      | ~ on(X3,tuesday)
      | ~ on(X3,monday)
      | ~ on(X3,X1) ),
    inference(spm,[status(thm)],[c_0_60,c_0_61]) ).

tcf(c_0_70,plain,
    consecutive(sunday,monday),
    inference(split_conjunct,[status(thm)],[monday_follows_sunday]) ).

tcf(c_0_71,hypothesis,
    ~ on(b,thursday),
    inference(split_conjunct,[status(thm)],[c_0_62]) ).

tcf(c_0_72,hypothesis,
    ! [X1: day,X2: day] :
      ( same_day(X1,X2)
      | on(a,X1)
      | on(a,X2)
      | on(b,X1)
      | on(b,X2) ),
    inference(spm,[status(thm)],[c_0_63,c_0_46]) ).

tff(c_0_73,plain,
    ~ same_day(tuesday,thursday),
    inference(fof_simplification,[status(thm)],[tuesday_not_thursday]) ).

tcf(c_0_74,hypothesis,
    ( ~ on(c,wednesday)
    | ~ on(c,tuesday) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_64,c_0_65]),c_0_66]),c_0_67]) ).

tcf(c_0_75,hypothesis,
    ( on(c,wednesday)
    | on(b,monday) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_48,c_0_68]),c_0_67]) ).

tff(c_0_76,plain,
    ~ same_day(sunday,tuesday),
    inference(fof_simplification,[status(thm)],[sunday_not_tuesday]) ).

tcf(c_0_77,hypothesis,
    ! [X3: person] :
      ( ~ on(X3,tuesday)
      | ~ on(X3,monday)
      | ~ on(X3,sunday) ),
    inference(spm,[status(thm)],[c_0_69,c_0_70]) ).

tcf(c_0_78,hypothesis,
    ! [X1: day] :
      ( same_day(X1,thursday)
      | on(b,X1)
      | on(a,X1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_71,c_0_72]),c_0_67]) ).

tcf(c_0_79,plain,
    ~ same_day(tuesday,thursday),
    inference(split_conjunct,[status(thm)],[c_0_73]) ).

tcf(c_0_80,hypothesis,
    ( on(b,monday)
    | ~ on(c,tuesday) ),
    inference(spm,[status(thm)],[c_0_74,c_0_75]) ).

tcf(c_0_81,plain,
    ~ same_day(sunday,tuesday),
    inference(split_conjunct,[status(thm)],[c_0_76]) ).

tcf(c_0_82,hypothesis,
    ( ~ on(b,monday)
    | ~ on(b,sunday) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_77,c_0_78]),c_0_79]),c_0_50]) ).

tcf(c_0_83,hypothesis,
    on(b,monday),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_80,c_0_65]),c_0_81]),c_0_50]) ).

tcf(c_0_84,hypothesis,
    ~ on(b,sunday),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_82,c_0_83])]) ).

cnf(c_0_85,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_84,c_0_78]),c_0_66]),c_0_56]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : PUZ018_1 : TPTP v8.1.2. Bugfixed v5.0.0.
% 0.07/0.14  % Command    : run_E %s %d THM
% 0.14/0.35  % Computer : n006.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   : 2400
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Mon Oct  2 18:48:10 EDT 2023
% 0.21/0.35  % CPUTime    : 
% 0.21/0.49  Running first-order theorem proving
% 0.21/0.49  Running: /export/starexec/sandbox2/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/sandbox2/tmp/tmp.0gEnNEl5U8/E---3.1_24321.p
% 0.21/0.52  # Version: 3.1pre001
% 0.21/0.52  # Preprocessing class: FSMSSMSMSSSNFFN.
% 0.21/0.52  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.21/0.52  # Starting G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with 1500s (5) cores
% 0.21/0.52  # Starting new_bool_3 with 300s (1) cores
% 0.21/0.52  # Starting new_bool_1 with 300s (1) cores
% 0.21/0.52  # Starting sh5l with 300s (1) cores
% 0.21/0.52  # G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with pid 24433 completed with status 0
% 0.21/0.52  # Result found by G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI
% 0.21/0.52  # Preprocessing class: FSMSSMSMSSSNFFN.
% 0.21/0.52  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.21/0.52  # Starting G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with 1500s (5) cores
% 0.21/0.52  # No SInE strategy applied
% 0.21/0.52  # Search class: FGHNS-FFMM00-SFFFFFNN
% 0.21/0.52  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.21/0.52  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2mI with 811s (1) cores
% 0.21/0.52  # Starting G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with 151s (1) cores
% 0.21/0.52  # Starting new_bool_3 with 136s (1) cores
% 0.21/0.52  # Starting new_bool_1 with 136s (1) cores
% 0.21/0.52  # Starting sh5l with 136s (1) cores
% 0.21/0.52  # G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with pid 24446 completed with status 0
% 0.21/0.52  # Result found by G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI
% 0.21/0.52  # Preprocessing class: FSMSSMSMSSSNFFN.
% 0.21/0.52  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.21/0.52  # Starting G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with 1500s (5) cores
% 0.21/0.52  # No SInE strategy applied
% 0.21/0.52  # Search class: FGHNS-FFMM00-SFFFFFNN
% 0.21/0.52  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.21/0.52  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2mI with 811s (1) cores
% 0.21/0.52  # Starting G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with 151s (1) cores
% 0.21/0.52  # Preprocessing time       : 0.002 s
% 0.21/0.52  # Presaturation interreduction done
% 0.21/0.52  
% 0.21/0.52  # Proof found!
% 0.21/0.52  # SZS status Theorem
% 0.21/0.52  # SZS output start CNFRefutation
% See solution above
% 0.21/0.52  # Parsed axioms                        : 65
% 0.21/0.52  # Removed by relevancy pruning/SinE    : 0
% 0.21/0.52  # Initial clauses                      : 65
% 0.21/0.52  # Removed in clause preprocessing      : 17
% 0.21/0.52  # Initial clauses in saturation        : 48
% 0.21/0.52  # Processed clauses                    : 210
% 0.21/0.52  # ...of these trivial                  : 7
% 0.21/0.52  # ...subsumed                          : 25
% 0.21/0.52  # ...remaining for further processing  : 178
% 0.21/0.52  # Other redundant clauses eliminated   : 0
% 0.21/0.52  # Clauses deleted for lack of memory   : 0
% 0.21/0.52  # Backward-subsumed                    : 27
% 0.21/0.52  # Backward-rewritten                   : 12
% 0.21/0.52  # Generated clauses                    : 383
% 0.21/0.52  # ...of the previous two non-redundant : 327
% 0.21/0.52  # ...aggressively subsumed             : 0
% 0.21/0.52  # Contextual simplify-reflections      : 0
% 0.21/0.52  # Paramodulations                      : 377
% 0.21/0.52  # Factorizations                       : 6
% 0.21/0.52  # NegExts                              : 0
% 0.21/0.52  # Equation resolutions                 : 0
% 0.21/0.52  # Total rewrite steps                  : 71
% 0.21/0.52  # Propositional unsat checks           : 0
% 0.21/0.52  #    Propositional check models        : 0
% 0.21/0.52  #    Propositional check unsatisfiable : 0
% 0.21/0.52  #    Propositional clauses             : 0
% 0.21/0.52  #    Propositional clauses after purity: 0
% 0.21/0.52  #    Propositional unsat core size     : 0
% 0.21/0.52  #    Propositional preprocessing time  : 0.000
% 0.21/0.52  #    Propositional encoding time       : 0.000
% 0.21/0.52  #    Propositional solver time         : 0.000
% 0.21/0.52  #    Success case prop preproc time    : 0.000
% 0.21/0.52  #    Success case prop encoding time   : 0.000
% 0.21/0.52  #    Success case prop solver time     : 0.000
% 0.21/0.52  # Current number of processed clauses  : 91
% 0.21/0.52  #    Positive orientable unit clauses  : 13
% 0.21/0.52  #    Positive unorientable unit clauses: 0
% 0.21/0.52  #    Negative unit clauses             : 32
% 0.21/0.52  #    Non-unit-clauses                  : 46
% 0.21/0.52  # Current number of unprocessed clauses: 176
% 0.21/0.52  # ...number of literals in the above   : 994
% 0.21/0.52  # Current number of archived formulas  : 0
% 0.21/0.52  # Current number of archived clauses   : 87
% 0.21/0.52  # Clause-clause subsumption calls (NU) : 802
% 0.21/0.52  # Rec. Clause-clause subsumption calls : 265
% 0.21/0.52  # Non-unit clause-clause subsumptions  : 33
% 0.21/0.52  # Unit Clause-clause subsumption calls : 198
% 0.21/0.52  # Rewrite failures with RHS unbound    : 0
% 0.21/0.52  # BW rewrite match attempts            : 28
% 0.21/0.52  # BW rewrite match successes           : 4
% 0.21/0.52  # Condensation attempts                : 0
% 0.21/0.52  # Condensation successes               : 0
% 0.21/0.52  # Termbank termtop insertions          : 6355
% 0.21/0.52  
% 0.21/0.52  # -------------------------------------------------
% 0.21/0.52  # User time                : 0.017 s
% 0.21/0.52  # System time              : 0.002 s
% 0.21/0.52  # Total time               : 0.019 s
% 0.21/0.52  # Maximum resident set size: 1788 pages
% 0.21/0.52  
% 0.21/0.52  # -------------------------------------------------
% 0.21/0.52  # User time                : 0.078 s
% 0.21/0.52  # System time              : 0.008 s
% 0.21/0.52  # Total time               : 0.086 s
% 0.21/0.52  # Maximum resident set size: 1748 pages
% 0.21/0.52  % E---3.1 exiting
% 0.21/0.52  % E---3.1 exiting
%------------------------------------------------------------------------------