TSTP Solution File: PUZ018-1 by E---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1.00
% Problem  : PUZ018-1 : TPTP v8.2.0. Bugfixed v1.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n032.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 May 21 02:24:41 EDT 2024

% Result   : Unsatisfiable 0.20s 0.52s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   23
% Syntax   : Number of clauses     :   85 (  49 unt;  15 nHn;  79 RR)
%            Number of literals    :  189 (   0 equ;  93 neg)
%            Maximal clause size   :    7 (   2 avg)
%            Maximal term depth    :    1 (   1 avg)
%            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   :   50 (   3 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_all_on_friday,negated_conjecture,
    ~ all_on(friday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_all_on_friday) ).

cnf(all_on_c_on,axiom,
    ( on(c,X1)
    | ~ all_on(X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',all_on_c_on) ).

cnf(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/benchmark/theBenchmark.p',all_on_one_day) ).

cnf(all_on_b_on,axiom,
    ( on(b,X1)
    | ~ all_on(X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',all_on_b_on) ).

cnf(not_on_for_3_days,hypothesis,
    ( ~ consecutive(X1,X2)
    | ~ consecutive(X2,X3)
    | ~ consecutive(X3,X4)
    | ~ on(X5,X1)
    | ~ on(X5,X2)
    | ~ on(X5,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_on_for_3_days) ).

cnf(b_off_saturday,hypothesis,
    ~ on(b,saturday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_off_saturday) ).

cnf(friday_follows_thursday,axiom,
    consecutive(thursday,friday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',friday_follows_thursday) ).

cnf(a_not_c,axiom,
    ~ same_person(a,c),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_not_c) ).

cnf(all_on_a_on,axiom,
    ( on(a,X1)
    | ~ all_on(X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',all_on_a_on) ).

cnf(a_off_tuesday,hypothesis,
    ~ on(a,tuesday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_off_tuesday) ).

cnf(thursday_follows_wednesday,axiom,
    consecutive(wednesday,thursday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',thursday_follows_wednesday) ).

cnf(c_off_sunday,hypothesis,
    ~ on(c,sunday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c_off_sunday) ).

cnf(no_two_off_twice_together,hypothesis,
    ( on(X1,X2)
    | on(X1,X3)
    | on(X4,X2)
    | on(X4,X3)
    | same_person(X1,X4)
    | same_day(X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',no_two_off_twice_together) ).

cnf(a_off_sunday,hypothesis,
    ~ on(a,sunday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_off_sunday) ).

cnf(a_off_thursday,hypothesis,
    ~ on(a,thursday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_off_thursday) ).

cnf(wednesday_follows_tuesday,axiom,
    consecutive(tuesday,wednesday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wednesday_follows_tuesday) ).

cnf(a_not_b,axiom,
    ~ same_person(a,b),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_not_b) ).

cnf(sunday_not_thursday,axiom,
    ~ same_day(sunday,thursday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sunday_not_thursday) ).

cnf(tuesday_follows_monday,axiom,
    consecutive(monday,tuesday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',tuesday_follows_monday) ).

cnf(b_off_thursday,hypothesis,
    ~ on(b,thursday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_off_thursday) ).

cnf(monday_follows_sunday,axiom,
    consecutive(sunday,monday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',monday_follows_sunday) ).

cnf(tuesday_not_thursday,axiom,
    ~ same_day(tuesday,thursday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',tuesday_not_thursday) ).

cnf(sunday_not_tuesday,axiom,
    ~ same_day(sunday,tuesday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sunday_not_tuesday) ).

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

cnf(c_0_24,plain,
    ( on(c,X1)
    | ~ all_on(X1) ),
    inference(fof_simplification,[status(thm)],[all_on_c_on]) ).

cnf(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) ),
    all_on_one_day ).

cnf(c_0_26,negated_conjecture,
    ~ all_on(friday),
    c_0_23 ).

cnf(c_0_27,plain,
    ( on(b,X1)
    | ~ all_on(X1) ),
    inference(fof_simplification,[status(thm)],[all_on_b_on]) ).

cnf(c_0_28,plain,
    ( on(c,X1)
    | ~ all_on(X1) ),
    c_0_24 ).

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

cnf(c_0_30,hypothesis,
    ( ~ consecutive(X1,X2)
    | ~ consecutive(X2,X3)
    | ~ consecutive(X3,X4)
    | ~ on(X5,X1)
    | ~ on(X5,X2)
    | ~ on(X5,X3) ),
    inference(fof_simplification,[status(thm)],[not_on_for_3_days]) ).

cnf(c_0_31,plain,
    ( on(b,X1)
    | ~ all_on(X1) ),
    c_0_27 ).

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

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

cnf(c_0_34,hypothesis,
    ( ~ consecutive(X1,X2)
    | ~ consecutive(X2,X3)
    | ~ consecutive(X3,X4)
    | ~ on(X5,X1)
    | ~ on(X5,X2)
    | ~ on(X5,X3) ),
    c_0_30 ).

cnf(c_0_35,axiom,
    consecutive(thursday,friday),
    friday_follows_thursday ).

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

cnf(c_0_37,plain,
    ( on(a,X1)
    | ~ all_on(X1) ),
    inference(fof_simplification,[status(thm)],[all_on_a_on]) ).

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

cnf(c_0_39,hypothesis,
    ~ on(b,saturday),
    c_0_33 ).

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

cnf(c_0_41,hypothesis,
    ( ~ 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]) ).

cnf(c_0_42,axiom,
    consecutive(wednesday,thursday),
    thursday_follows_wednesday ).

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

cnf(c_0_44,plain,
    ~ same_person(a,c),
    c_0_36 ).

cnf(c_0_45,hypothesis,
    ( on(X1,X2)
    | on(X1,X3)
    | on(X4,X2)
    | on(X4,X3)
    | same_person(X1,X4)
    | same_day(X2,X3) ),
    no_two_off_twice_together ).

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

cnf(c_0_47,plain,
    ( on(a,X1)
    | ~ all_on(X1) ),
    c_0_37 ).

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

cnf(c_0_49,hypothesis,
    ~ on(a,tuesday),
    c_0_40 ).

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

cnf(c_0_51,axiom,
    consecutive(tuesday,wednesday),
    wednesday_follows_tuesday ).

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

cnf(c_0_53,hypothesis,
    ( ~ consecutive(X1,wednesday)
    | ~ on(X2,thursday)
    | ~ on(X2,wednesday)
    | ~ on(X2,X1) ),
    inference(spm,[status(thm)],[c_0_41,c_0_42]) ).

cnf(c_0_54,hypothesis,
    ~ on(c,sunday),
    c_0_43 ).

cnf(c_0_55,hypothesis,
    ( same_day(X1,X2)
    | on(a,X1)
    | on(a,X2)
    | on(c,X1)
    | on(c,X2) ),
    inference(spm,[status(thm)],[c_0_44,c_0_45]) ).

cnf(c_0_56,hypothesis,
    ~ on(a,sunday),
    c_0_46 ).

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

cnf(c_0_58,hypothesis,
    ( on(c,wednesday)
    | on(b,monday)
    | all_on(sunday)
    | all_on(thursday) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_48]),c_0_49]) ).

cnf(c_0_59,hypothesis,
    ~ on(a,thursday),
    c_0_50 ).

cnf(c_0_60,hypothesis,
    ( ~ 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]) ).

cnf(c_0_61,axiom,
    consecutive(monday,tuesday),
    tuesday_follows_monday ).

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

cnf(c_0_63,plain,
    ~ same_person(a,b),
    c_0_52 ).

cnf(c_0_64,hypothesis,
    ( ~ on(X1,thursday)
    | ~ on(X1,wednesday)
    | ~ on(X1,tuesday) ),
    inference(spm,[status(thm)],[c_0_53,c_0_51]) ).

cnf(c_0_65,hypothesis,
    ( 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]) ).

cnf(c_0_66,plain,
    ~ same_day(sunday,thursday),
    c_0_57 ).

cnf(c_0_67,hypothesis,
    ( on(b,monday)
    | on(c,wednesday)
    | all_on(sunday) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_58]),c_0_59]) ).

cnf(c_0_68,hypothesis,
    ( ~ consecutive(X1,monday)
    | ~ on(X2,tuesday)
    | ~ on(X2,monday)
    | ~ on(X2,X1) ),
    inference(spm,[status(thm)],[c_0_60,c_0_61]) ).

cnf(c_0_69,axiom,
    consecutive(sunday,monday),
    monday_follows_sunday ).

cnf(c_0_70,hypothesis,
    ~ on(b,thursday),
    c_0_62 ).

cnf(c_0_71,hypothesis,
    ( 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_45]) ).

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

cnf(c_0_73,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_59]) ).

cnf(c_0_74,hypothesis,
    ( on(c,wednesday)
    | on(b,monday) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_67]),c_0_56]) ).

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

cnf(c_0_76,hypothesis,
    ( ~ on(X1,tuesday)
    | ~ on(X1,monday)
    | ~ on(X1,sunday) ),
    inference(spm,[status(thm)],[c_0_68,c_0_69]) ).

cnf(c_0_77,hypothesis,
    ( same_day(X1,thursday)
    | on(b,X1)
    | on(a,X1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_70,c_0_71]),c_0_59]) ).

cnf(c_0_78,plain,
    ~ same_day(tuesday,thursday),
    c_0_72 ).

cnf(c_0_79,hypothesis,
    ( on(b,monday)
    | ~ on(c,tuesday) ),
    inference(spm,[status(thm)],[c_0_73,c_0_74]) ).

cnf(c_0_80,plain,
    ~ same_day(sunday,tuesday),
    c_0_75 ).

cnf(c_0_81,hypothesis,
    ( ~ on(b,monday)
    | ~ on(b,sunday) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_76,c_0_77]),c_0_78]),c_0_49]) ).

cnf(c_0_82,hypothesis,
    on(b,monday),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_79,c_0_65]),c_0_80]),c_0_49]) ).

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem    : PUZ018-1 : TPTP v8.2.0. Bugfixed v1.2.0.
% 0.08/0.14  % Command    : run_E %s %d THM
% 0.13/0.35  % Computer : n032.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit   : 300
% 0.13/0.35  % WCLimit    : 300
% 0.13/0.35  % DateTime   : Sat May 18 10:50:52 EDT 2024
% 0.13/0.35  % CPUTime    : 
% 0.20/0.49  Running first-order theorem proving
% 0.20/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/benchmark/theBenchmark.p
% 0.20/0.52  # Version: 3.1.0
% 0.20/0.52  # Preprocessing class: FSMSSMSMSSSNFFN.
% 0.20/0.52  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.20/0.52  # Starting G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with 1500s (5) cores
% 0.20/0.52  # Starting new_bool_3 with 300s (1) cores
% 0.20/0.52  # Starting new_bool_1 with 300s (1) cores
% 0.20/0.52  # Starting sh5l with 300s (1) cores
% 0.20/0.52  # G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with pid 23141 completed with status 0
% 0.20/0.52  # Result found by G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI
% 0.20/0.52  # Preprocessing class: FSMSSMSMSSSNFFN.
% 0.20/0.52  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.20/0.52  # Starting G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with 1500s (5) cores
% 0.20/0.52  # No SInE strategy applied
% 0.20/0.52  # Search class: FGHNS-FFMM00-SFFFFFNN
% 0.20/0.52  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.20/0.52  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2mI with 811s (1) cores
% 0.20/0.52  # Starting G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with 151s (1) cores
% 0.20/0.52  # Starting new_bool_3 with 136s (1) cores
% 0.20/0.52  # Starting new_bool_1 with 136s (1) cores
% 0.20/0.52  # Starting sh5l with 136s (1) cores
% 0.20/0.52  # G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with pid 23146 completed with status 0
% 0.20/0.52  # Result found by G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI
% 0.20/0.52  # Preprocessing class: FSMSSMSMSSSNFFN.
% 0.20/0.52  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.20/0.52  # Starting G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with 1500s (5) cores
% 0.20/0.52  # No SInE strategy applied
% 0.20/0.52  # Search class: FGHNS-FFMM00-SFFFFFNN
% 0.20/0.52  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.20/0.52  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2mI with 811s (1) cores
% 0.20/0.52  # Starting G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI with 151s (1) cores
% 0.20/0.52  # Preprocessing time       : 0.001 s
% 0.20/0.52  # Presaturation interreduction done
% 0.20/0.52  
% 0.20/0.52  # Proof found!
% 0.20/0.52  # SZS status Unsatisfiable
% 0.20/0.52  # SZS output start CNFRefutation
% See solution above
% 0.20/0.52  # Parsed axioms                        : 48
% 0.20/0.52  # Removed by relevancy pruning/SinE    : 0
% 0.20/0.52  # Initial clauses                      : 48
% 0.20/0.52  # Removed in clause preprocessing      : 0
% 0.20/0.52  # Initial clauses in saturation        : 48
% 0.20/0.52  # Processed clauses                    : 210
% 0.20/0.52  # ...of these trivial                  : 7
% 0.20/0.52  # ...subsumed                          : 25
% 0.20/0.52  # ...remaining for further processing  : 178
% 0.20/0.52  # Other redundant clauses eliminated   : 0
% 0.20/0.52  # Clauses deleted for lack of memory   : 0
% 0.20/0.52  # Backward-subsumed                    : 27
% 0.20/0.52  # Backward-rewritten                   : 12
% 0.20/0.52  # Generated clauses                    : 383
% 0.20/0.52  # ...of the previous two non-redundant : 327
% 0.20/0.52  # ...aggressively subsumed             : 0
% 0.20/0.52  # Contextual simplify-reflections      : 0
% 0.20/0.52  # Paramodulations                      : 377
% 0.20/0.52  # Factorizations                       : 6
% 0.20/0.52  # NegExts                              : 0
% 0.20/0.52  # Equation resolutions                 : 0
% 0.20/0.52  # Disequality decompositions           : 0
% 0.20/0.52  # Total rewrite steps                  : 71
% 0.20/0.52  # ...of those cached                   : 61
% 0.20/0.52  # Propositional unsat checks           : 0
% 0.20/0.52  #    Propositional check models        : 0
% 0.20/0.52  #    Propositional check unsatisfiable : 0
% 0.20/0.52  #    Propositional clauses             : 0
% 0.20/0.52  #    Propositional clauses after purity: 0
% 0.20/0.52  #    Propositional unsat core size     : 0
% 0.20/0.52  #    Propositional preprocessing time  : 0.000
% 0.20/0.52  #    Propositional encoding time       : 0.000
% 0.20/0.52  #    Propositional solver time         : 0.000
% 0.20/0.52  #    Success case prop preproc time    : 0.000
% 0.20/0.52  #    Success case prop encoding time   : 0.000
% 0.20/0.52  #    Success case prop solver time     : 0.000
% 0.20/0.52  # Current number of processed clauses  : 91
% 0.20/0.52  #    Positive orientable unit clauses  : 13
% 0.20/0.52  #    Positive unorientable unit clauses: 0
% 0.20/0.52  #    Negative unit clauses             : 32
% 0.20/0.52  #    Non-unit-clauses                  : 46
% 0.20/0.52  # Current number of unprocessed clauses: 176
% 0.20/0.52  # ...number of literals in the above   : 994
% 0.20/0.52  # Current number of archived formulas  : 0
% 0.20/0.52  # Current number of archived clauses   : 87
% 0.20/0.52  # Clause-clause subsumption calls (NU) : 804
% 0.20/0.52  # Rec. Clause-clause subsumption calls : 255
% 0.20/0.52  # Non-unit clause-clause subsumptions  : 33
% 0.20/0.52  # Unit Clause-clause subsumption calls : 185
% 0.20/0.52  # Rewrite failures with RHS unbound    : 0
% 0.20/0.52  # BW rewrite match attempts            : 28
% 0.20/0.52  # BW rewrite match successes           : 4
% 0.20/0.52  # Condensation attempts                : 0
% 0.20/0.52  # Condensation successes               : 0
% 0.20/0.52  # Termbank termtop insertions          : 5317
% 0.20/0.52  # Search garbage collected termcells   : 92
% 0.20/0.52  
% 0.20/0.52  # -------------------------------------------------
% 0.20/0.52  # User time                : 0.014 s
% 0.20/0.52  # System time              : 0.004 s
% 0.20/0.52  # Total time               : 0.018 s
% 0.20/0.52  # Maximum resident set size: 1684 pages
% 0.20/0.52  
% 0.20/0.52  # -------------------------------------------------
% 0.20/0.52  # User time                : 0.078 s
% 0.20/0.52  # System time              : 0.009 s
% 0.20/0.52  # Total time               : 0.087 s
% 0.20/0.52  # Maximum resident set size: 1716 pages
% 0.20/0.52  % E---3.1 exiting
% 0.20/0.52  % E exiting
%------------------------------------------------------------------------------