TSTP Solution File: PUZ031-1 by E-SAT---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1.00
% Problem  : PUZ031-1 : TPTP v8.1.2. Released v1.0.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 : Sat May  4 09:12:01 EDT 2024

% Result   : Unsatisfiable 0.16s 0.44s
% Output   : CNFRefutation 0.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   20
% Syntax   : Number of clauses     :   74 (  18 unt;   6 nHn;  74 RR)
%            Number of literals    :  195 (   0 equ; 129 neg)
%            Maximal clause size   :    8 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :   10 (   9 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   5 con; 0-1 aty)
%            Number of variables   :  103 (   2 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(eating_habits,axiom,
    ( eats(X1,X2)
    | eats(X1,X3)
    | ~ animal(X1)
    | ~ plant(X2)
    | ~ animal(X3)
    | ~ plant(X4)
    | ~ much_smaller(X3,X1)
    | ~ eats(X3,X4) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',eating_habits) ).

cnf(snail_smaller_than_bird,axiom,
    ( much_smaller(X1,X2)
    | ~ snail(X1)
    | ~ bird(X2) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',snail_smaller_than_bird) ).

cnf(bird_is_an_animal,axiom,
    ( animal(X1)
    | ~ bird(X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',bird_is_an_animal) ).

cnf(snail_is_an_animal,axiom,
    ( animal(X1)
    | ~ snail(X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',snail_is_an_animal) ).

cnf(bird_dont_eat_snail,axiom,
    ( ~ bird(X1)
    | ~ snail(X2)
    | ~ eats(X1,X2) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',bird_dont_eat_snail) ).

cnf(snail_eats_snail_food,axiom,
    ( eats(X1,snail_food_of(X1))
    | ~ snail(X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',snail_eats_snail_food) ).

cnf(snail_food_is_a_plant,axiom,
    ( plant(snail_food_of(X1))
    | ~ snail(X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',snail_food_is_a_plant) ).

cnf(grain_is_a_plant,axiom,
    ( plant(X1)
    | ~ grain(X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',grain_is_a_plant) ).

cnf(there_is_a_grain,axiom,
    grain(a_grain),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',there_is_a_grain) ).

cnf(bird_smaller_than_fox,axiom,
    ( much_smaller(X1,X2)
    | ~ bird(X1)
    | ~ fox(X2) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',bird_smaller_than_fox) ).

cnf(fox_is_an_animal,axiom,
    ( animal(X1)
    | ~ fox(X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',fox_is_an_animal) ).

cnf(there_is_a_snail,axiom,
    snail(a_snail),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',there_is_a_snail) ).

cnf(there_is_a_bird,axiom,
    bird(a_bird),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',there_is_a_bird) ).

cnf(prove_the_animal_exists,negated_conjecture,
    ( ~ animal(X1)
    | ~ animal(X2)
    | ~ grain(X3)
    | ~ eats(X1,X2)
    | ~ eats(X2,X3) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',prove_the_animal_exists) ).

cnf(there_is_a_fox,axiom,
    fox(a_fox),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',there_is_a_fox) ).

cnf(fox_smaller_than_wolf,axiom,
    ( much_smaller(X1,X2)
    | ~ fox(X1)
    | ~ wolf(X2) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',fox_smaller_than_wolf) ).

cnf(wolf_is_an_animal,axiom,
    ( animal(X1)
    | ~ wolf(X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',wolf_is_an_animal) ).

cnf(wolf_dont_eat_fox,axiom,
    ( ~ wolf(X1)
    | ~ fox(X2)
    | ~ eats(X1,X2) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',wolf_dont_eat_fox) ).

cnf(wolf_dont_eat_grain,axiom,
    ( ~ wolf(X1)
    | ~ grain(X2)
    | ~ eats(X1,X2) ),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',wolf_dont_eat_grain) ).

cnf(there_is_a_wolf,axiom,
    wolf(a_wolf),
    file('/export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p',there_is_a_wolf) ).

cnf(c_0_20,plain,
    ( eats(X1,X2)
    | eats(X1,X3)
    | ~ animal(X1)
    | ~ plant(X2)
    | ~ animal(X3)
    | ~ plant(X4)
    | ~ much_smaller(X3,X1)
    | ~ eats(X3,X4) ),
    inference(fof_simplification,[status(thm)],[eating_habits]) ).

cnf(c_0_21,plain,
    ( much_smaller(X1,X2)
    | ~ snail(X1)
    | ~ bird(X2) ),
    inference(fof_simplification,[status(thm)],[snail_smaller_than_bird]) ).

cnf(c_0_22,plain,
    ( animal(X1)
    | ~ bird(X1) ),
    inference(fof_simplification,[status(thm)],[bird_is_an_animal]) ).

cnf(c_0_23,plain,
    ( animal(X1)
    | ~ snail(X1) ),
    inference(fof_simplification,[status(thm)],[snail_is_an_animal]) ).

cnf(c_0_24,plain,
    ( ~ bird(X1)
    | ~ snail(X2)
    | ~ eats(X1,X2) ),
    inference(fof_simplification,[status(thm)],[bird_dont_eat_snail]) ).

cnf(c_0_25,plain,
    ( eats(X1,X2)
    | eats(X1,X3)
    | ~ animal(X1)
    | ~ plant(X2)
    | ~ animal(X3)
    | ~ plant(X4)
    | ~ much_smaller(X3,X1)
    | ~ eats(X3,X4) ),
    c_0_20 ).

cnf(c_0_26,plain,
    ( much_smaller(X1,X2)
    | ~ snail(X1)
    | ~ bird(X2) ),
    c_0_21 ).

cnf(c_0_27,plain,
    ( animal(X1)
    | ~ bird(X1) ),
    c_0_22 ).

cnf(c_0_28,plain,
    ( animal(X1)
    | ~ snail(X1) ),
    c_0_23 ).

cnf(c_0_29,plain,
    ( ~ bird(X1)
    | ~ snail(X2)
    | ~ eats(X1,X2) ),
    c_0_24 ).

cnf(c_0_30,plain,
    ( eats(X1,snail_food_of(X1))
    | ~ snail(X1) ),
    inference(fof_simplification,[status(thm)],[snail_eats_snail_food]) ).

cnf(c_0_31,plain,
    ( plant(snail_food_of(X1))
    | ~ snail(X1) ),
    inference(fof_simplification,[status(thm)],[snail_food_is_a_plant]) ).

cnf(c_0_32,plain,
    ( plant(X1)
    | ~ grain(X1) ),
    inference(fof_simplification,[status(thm)],[grain_is_a_plant]) ).

cnf(c_0_33,plain,
    ( eats(X1,X2)
    | ~ eats(X3,X4)
    | ~ plant(X4)
    | ~ plant(X2)
    | ~ snail(X3)
    | ~ bird(X1) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_26]),c_0_27]),c_0_28]),c_0_29]) ).

cnf(c_0_34,plain,
    ( eats(X1,snail_food_of(X1))
    | ~ snail(X1) ),
    c_0_30 ).

cnf(c_0_35,plain,
    ( plant(snail_food_of(X1))
    | ~ snail(X1) ),
    c_0_31 ).

cnf(c_0_36,plain,
    ( plant(X1)
    | ~ grain(X1) ),
    c_0_32 ).

cnf(c_0_37,axiom,
    grain(a_grain),
    there_is_a_grain ).

cnf(c_0_38,plain,
    ( eats(X1,X2)
    | ~ plant(X2)
    | ~ snail(X3)
    | ~ bird(X1) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_34]),c_0_35]) ).

cnf(c_0_39,plain,
    plant(a_grain),
    inference(spm,[status(thm)],[c_0_36,c_0_37]) ).

cnf(c_0_40,plain,
    ( much_smaller(X1,X2)
    | ~ bird(X1)
    | ~ fox(X2) ),
    inference(fof_simplification,[status(thm)],[bird_smaller_than_fox]) ).

cnf(c_0_41,plain,
    ( animal(X1)
    | ~ fox(X1) ),
    inference(fof_simplification,[status(thm)],[fox_is_an_animal]) ).

cnf(c_0_42,plain,
    ( eats(X1,a_grain)
    | ~ snail(X2)
    | ~ bird(X1) ),
    inference(spm,[status(thm)],[c_0_38,c_0_39]) ).

cnf(c_0_43,axiom,
    snail(a_snail),
    there_is_a_snail ).

cnf(c_0_44,plain,
    ( much_smaller(X1,X2)
    | ~ bird(X1)
    | ~ fox(X2) ),
    c_0_40 ).

cnf(c_0_45,plain,
    ( animal(X1)
    | ~ fox(X1) ),
    c_0_41 ).

cnf(c_0_46,plain,
    ( eats(X1,a_grain)
    | ~ bird(X1) ),
    inference(spm,[status(thm)],[c_0_42,c_0_43]) ).

cnf(c_0_47,axiom,
    bird(a_bird),
    there_is_a_bird ).

cnf(c_0_48,negated_conjecture,
    ( ~ animal(X1)
    | ~ animal(X2)
    | ~ grain(X3)
    | ~ eats(X1,X2)
    | ~ eats(X2,X3) ),
    inference(fof_simplification,[status(thm)],[prove_the_animal_exists]) ).

cnf(c_0_49,plain,
    ( eats(X1,X2)
    | eats(X1,X3)
    | ~ eats(X3,X4)
    | ~ plant(X4)
    | ~ plant(X2)
    | ~ bird(X3)
    | ~ fox(X1) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_44]),c_0_45]),c_0_27]) ).

cnf(c_0_50,plain,
    eats(a_bird,a_grain),
    inference(spm,[status(thm)],[c_0_46,c_0_47]) ).

cnf(c_0_51,negated_conjecture,
    ( ~ animal(X1)
    | ~ animal(X2)
    | ~ grain(X3)
    | ~ eats(X1,X2)
    | ~ eats(X2,X3) ),
    c_0_48 ).

cnf(c_0_52,plain,
    animal(a_bird),
    inference(spm,[status(thm)],[c_0_27,c_0_47]) ).

cnf(c_0_53,axiom,
    fox(a_fox),
    there_is_a_fox ).

cnf(c_0_54,plain,
    ( much_smaller(X1,X2)
    | ~ fox(X1)
    | ~ wolf(X2) ),
    inference(fof_simplification,[status(thm)],[fox_smaller_than_wolf]) ).

cnf(c_0_55,plain,
    ( animal(X1)
    | ~ wolf(X1) ),
    inference(fof_simplification,[status(thm)],[wolf_is_an_animal]) ).

cnf(c_0_56,plain,
    ( ~ wolf(X1)
    | ~ fox(X2)
    | ~ eats(X1,X2) ),
    inference(fof_simplification,[status(thm)],[wolf_dont_eat_fox]) ).

cnf(c_0_57,plain,
    ( eats(X1,a_bird)
    | eats(X1,X2)
    | ~ plant(X2)
    | ~ fox(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_50]),c_0_39]),c_0_47])]) ).

cnf(c_0_58,negated_conjecture,
    ( ~ eats(X1,a_bird)
    | ~ animal(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_50]),c_0_37]),c_0_52])]) ).

cnf(c_0_59,plain,
    animal(a_fox),
    inference(spm,[status(thm)],[c_0_45,c_0_53]) ).

cnf(c_0_60,plain,
    ( much_smaller(X1,X2)
    | ~ fox(X1)
    | ~ wolf(X2) ),
    c_0_54 ).

cnf(c_0_61,plain,
    ( animal(X1)
    | ~ wolf(X1) ),
    c_0_55 ).

cnf(c_0_62,plain,
    ( ~ wolf(X1)
    | ~ fox(X2)
    | ~ eats(X1,X2) ),
    c_0_56 ).

cnf(c_0_63,plain,
    ( eats(X1,a_grain)
    | eats(X1,a_bird)
    | ~ fox(X1) ),
    inference(spm,[status(thm)],[c_0_57,c_0_39]) ).

cnf(c_0_64,negated_conjecture,
    ~ eats(a_fox,a_bird),
    inference(spm,[status(thm)],[c_0_58,c_0_59]) ).

cnf(c_0_65,plain,
    ( eats(X1,X2)
    | ~ eats(X3,X4)
    | ~ plant(X4)
    | ~ plant(X2)
    | ~ fox(X3)
    | ~ wolf(X1) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_60]),c_0_61]),c_0_45]),c_0_62]) ).

cnf(c_0_66,plain,
    eats(a_fox,a_grain),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_63,c_0_53]),c_0_64]) ).

cnf(c_0_67,plain,
    ( eats(X1,X2)
    | ~ plant(X2)
    | ~ wolf(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_66]),c_0_39]),c_0_53])]) ).

cnf(c_0_68,plain,
    ( ~ wolf(X1)
    | ~ grain(X2)
    | ~ eats(X1,X2) ),
    inference(fof_simplification,[status(thm)],[wolf_dont_eat_grain]) ).

cnf(c_0_69,plain,
    ( eats(X1,a_grain)
    | ~ wolf(X1) ),
    inference(spm,[status(thm)],[c_0_67,c_0_39]) ).

cnf(c_0_70,axiom,
    wolf(a_wolf),
    there_is_a_wolf ).

cnf(c_0_71,plain,
    ( ~ wolf(X1)
    | ~ grain(X2)
    | ~ eats(X1,X2) ),
    c_0_68 ).

cnf(c_0_72,plain,
    eats(a_wolf,a_grain),
    inference(spm,[status(thm)],[c_0_69,c_0_70]) ).

cnf(c_0_73,plain,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_71,c_0_72]),c_0_37]),c_0_70])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.10  % Problem    : PUZ031-1 : TPTP v8.1.2. Released v1.0.0.
% 0.03/0.11  % Command    : run_E %s %d THM
% 0.10/0.31  % Computer : n032.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit   : 300
% 0.10/0.31  % WCLimit    : 300
% 0.10/0.31  % DateTime   : Fri May  3 11:13:24 EDT 2024
% 0.10/0.31  % CPUTime    : 
% 0.16/0.42  Running first-order model finding
% 0.16/0.42  Running: /export/starexec/sandbox2/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --satauto-schedule=8 --cpu-limit=300 /export/starexec/sandbox2/tmp/tmp.9GRM8GRr7g/E---3.1_31755.p
% 0.16/0.44  # Version: 3.1.0
% 0.16/0.44  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.16/0.44  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.16/0.44  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.16/0.44  # Starting new_bool_3 with 300s (1) cores
% 0.16/0.44  # Starting new_bool_1 with 300s (1) cores
% 0.16/0.44  # Starting sh5l with 300s (1) cores
% 0.16/0.44  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 31832 completed with status 0
% 0.16/0.44  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 0.16/0.44  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.16/0.44  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.16/0.44  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.16/0.44  # No SInE strategy applied
% 0.16/0.44  # Search class: FGHNF-FFSM11-SFFFFFNN
% 0.16/0.44  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.16/0.44  # Starting SAT001_MinMin_p005000_rr_RG with 811s (1) cores
% 0.16/0.44  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.16/0.44  # Starting new_bool_3 with 136s (1) cores
% 0.16/0.44  # Starting new_bool_1 with 136s (1) cores
% 0.16/0.44  # Starting sh5l with 136s (1) cores
% 0.16/0.44  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 31837 completed with status 0
% 0.16/0.44  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 0.16/0.44  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.16/0.44  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.16/0.44  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.16/0.44  # No SInE strategy applied
% 0.16/0.44  # Search class: FGHNF-FFSM11-SFFFFFNN
% 0.16/0.44  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.16/0.44  # Starting SAT001_MinMin_p005000_rr_RG with 811s (1) cores
% 0.16/0.44  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.16/0.44  # Preprocessing time       : 0.001 s
% 0.16/0.44  # Presaturation interreduction done
% 0.16/0.44  
% 0.16/0.44  # Proof found!
% 0.16/0.44  # SZS status Unsatisfiable
% 0.16/0.44  # SZS output start CNFRefutation
% See solution above
% 0.16/0.44  # Parsed axioms                        : 26
% 0.16/0.44  # Removed by relevancy pruning/SinE    : 0
% 0.16/0.44  # Initial clauses                      : 26
% 0.16/0.44  # Removed in clause preprocessing      : 0
% 0.16/0.44  # Initial clauses in saturation        : 26
% 0.16/0.44  # Processed clauses                    : 141
% 0.16/0.44  # ...of these trivial                  : 0
% 0.16/0.44  # ...subsumed                          : 7
% 0.16/0.44  # ...remaining for further processing  : 134
% 0.16/0.44  # Other redundant clauses eliminated   : 0
% 0.16/0.44  # Clauses deleted for lack of memory   : 0
% 0.16/0.44  # Backward-subsumed                    : 17
% 0.16/0.44  # Backward-rewritten                   : 0
% 0.16/0.44  # Generated clauses                    : 117
% 0.16/0.44  # ...of the previous two non-redundant : 112
% 0.16/0.44  # ...aggressively subsumed             : 0
% 0.16/0.44  # Contextual simplify-reflections      : 16
% 0.16/0.44  # Paramodulations                      : 117
% 0.16/0.44  # Factorizations                       : 0
% 0.16/0.44  # NegExts                              : 0
% 0.16/0.44  # Equation resolutions                 : 0
% 0.16/0.44  # Disequality decompositions           : 0
% 0.16/0.44  # Total rewrite steps                  : 18
% 0.16/0.44  # ...of those cached                   : 11
% 0.16/0.44  # Propositional unsat checks           : 0
% 0.16/0.44  #    Propositional check models        : 0
% 0.16/0.44  #    Propositional check unsatisfiable : 0
% 0.16/0.44  #    Propositional clauses             : 0
% 0.16/0.44  #    Propositional clauses after purity: 0
% 0.16/0.44  #    Propositional unsat core size     : 0
% 0.16/0.44  #    Propositional preprocessing time  : 0.000
% 0.16/0.44  #    Propositional encoding time       : 0.000
% 0.16/0.44  #    Propositional solver time         : 0.000
% 0.16/0.44  #    Success case prop preproc time    : 0.000
% 0.16/0.44  #    Success case prop encoding time   : 0.000
% 0.16/0.44  #    Success case prop solver time     : 0.000
% 0.16/0.44  # Current number of processed clauses  : 91
% 0.16/0.44  #    Positive orientable unit clauses  : 16
% 0.16/0.44  #    Positive unorientable unit clauses: 0
% 0.16/0.44  #    Negative unit clauses             : 14
% 0.16/0.44  #    Non-unit-clauses                  : 61
% 0.16/0.44  # Current number of unprocessed clauses: 23
% 0.16/0.44  # ...number of literals in the above   : 144
% 0.16/0.44  # Current number of archived formulas  : 0
% 0.16/0.44  # Current number of archived clauses   : 43
% 0.16/0.44  # Clause-clause subsumption calls (NU) : 794
% 0.16/0.44  # Rec. Clause-clause subsumption calls : 224
% 0.16/0.44  # Non-unit clause-clause subsumptions  : 35
% 0.16/0.44  # Unit Clause-clause subsumption calls : 371
% 0.16/0.44  # Rewrite failures with RHS unbound    : 0
% 0.16/0.44  # BW rewrite match attempts            : 0
% 0.16/0.44  # BW rewrite match successes           : 0
% 0.16/0.44  # Condensation attempts                : 0
% 0.16/0.44  # Condensation successes               : 0
% 0.16/0.44  # Termbank termtop insertions          : 2907
% 0.16/0.44  # Search garbage collected termcells   : 78
% 0.16/0.44  
% 0.16/0.44  # -------------------------------------------------
% 0.16/0.44  # User time                : 0.009 s
% 0.16/0.44  # System time              : 0.002 s
% 0.16/0.44  # Total time               : 0.011 s
% 0.16/0.44  # Maximum resident set size: 1660 pages
% 0.16/0.44  
% 0.16/0.44  # -------------------------------------------------
% 0.16/0.44  # User time                : 0.042 s
% 0.16/0.44  # System time              : 0.007 s
% 0.16/0.44  # Total time               : 0.049 s
% 0.16/0.44  # Maximum resident set size: 1708 pages
% 0.16/0.44  % E---3.1 exiting
%------------------------------------------------------------------------------