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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1.00
% Problem  : RNG004-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n022.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:13:59 EDT 2024

% Result   : Unsatisfiable 0.38s 0.62s
% Output   : CNFRefutation 0.38s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   24
%            Number of leaves      :   15
% Syntax   : Number of clauses     :   81 (  46 unt;   0 nHn;  56 RR)
%            Number of literals    :  165 (  28 equ;  87 neg)
%            Maximal clause size   :    5 (   2 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    8 (   8 usr;   5 con; 0-2 aty)
%            Number of variables   :  183 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(addition_is_well_defined,axiom,
    ( X3 = X4
    | ~ sum(X1,X2,X3)
    | ~ sum(X1,X2,X4) ),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',addition_is_well_defined) ).

cnf(associativity_of_addition2,axiom,
    ( sum(X3,X4,X6)
    | ~ sum(X1,X2,X3)
    | ~ sum(X2,X4,X5)
    | ~ sum(X1,X5,X6) ),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',associativity_of_addition2) ).

cnf(additive_identity2,axiom,
    sum(X1,additive_identity,X1),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',additive_identity2) ).

cnf(left_inverse,axiom,
    sum(additive_inverse(X1),X1,additive_identity),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',left_inverse) ).

cnf(closure_of_addition,axiom,
    sum(X1,X2,add(X1,X2)),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',closure_of_addition) ).

cnf(commutativity_of_addition,axiom,
    ( sum(X2,X1,X3)
    | ~ sum(X1,X2,X3) ),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',commutativity_of_addition) ).

cnf(distributivity1,axiom,
    ( sum(X3,X5,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X1,X4,X5)
    | ~ sum(X2,X4,X6)
    | ~ product(X1,X6,X7) ),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',distributivity1) ).

cnf(additive_identity1,axiom,
    sum(additive_identity,X1,X1),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',additive_identity1) ).

cnf(a_times_b,hypothesis,
    product(a,b,c),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',a_times_b) ).

cnf(closure_of_multiplication,axiom,
    product(X1,X2,multiply(X1,X2)),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',closure_of_multiplication) ).

cnf(distributivity4,axiom,
    ( product(X6,X2,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ sum(X1,X4,X6)
    | ~ sum(X3,X5,X7) ),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',distributivity4) ).

cnf(a_inverse_times_b_inverse,hypothesis,
    product(additive_inverse(a),additive_inverse(b),d),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',a_inverse_times_b_inverse) ).

cnf(distributivity3,axiom,
    ( sum(X3,X5,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ sum(X1,X4,X6)
    | ~ product(X6,X2,X7) ),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',distributivity3) ).

cnf(right_inverse,axiom,
    sum(X1,additive_inverse(X1),additive_identity),
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',right_inverse) ).

cnf(prove_c_equals_d,negated_conjecture,
    c != d,
    file('/export/starexec/sandbox2/tmp/tmp.7BmfDCbp6W/E---3.1_15404.p',prove_c_equals_d) ).

cnf(c_0_15,plain,
    ( X3 = X4
    | ~ sum(X1,X2,X3)
    | ~ sum(X1,X2,X4) ),
    inference(fof_simplification,[status(thm)],[addition_is_well_defined]) ).

cnf(c_0_16,plain,
    ( sum(X3,X4,X6)
    | ~ sum(X1,X2,X3)
    | ~ sum(X2,X4,X5)
    | ~ sum(X1,X5,X6) ),
    inference(fof_simplification,[status(thm)],[associativity_of_addition2]) ).

cnf(c_0_17,plain,
    ( X3 = X4
    | ~ sum(X1,X2,X3)
    | ~ sum(X1,X2,X4) ),
    c_0_15 ).

cnf(c_0_18,axiom,
    sum(X1,additive_identity,X1),
    additive_identity2 ).

cnf(c_0_19,plain,
    ( sum(X3,X4,X6)
    | ~ sum(X1,X2,X3)
    | ~ sum(X2,X4,X5)
    | ~ sum(X1,X5,X6) ),
    c_0_16 ).

cnf(c_0_20,axiom,
    sum(additive_inverse(X1),X1,additive_identity),
    left_inverse ).

cnf(c_0_21,plain,
    ( X1 = X2
    | ~ sum(X2,additive_identity,X1) ),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

cnf(c_0_22,axiom,
    sum(X1,X2,add(X1,X2)),
    closure_of_addition ).

cnf(c_0_23,plain,
    ( sum(X2,X1,X3)
    | ~ sum(X1,X2,X3) ),
    inference(fof_simplification,[status(thm)],[commutativity_of_addition]) ).

cnf(c_0_24,plain,
    ( sum(X3,X5,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X1,X4,X5)
    | ~ sum(X2,X4,X6)
    | ~ product(X1,X6,X7) ),
    inference(fof_simplification,[status(thm)],[distributivity1]) ).

cnf(c_0_25,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X4,additive_inverse(X2),X1)
    | ~ sum(X4,additive_identity,X3) ),
    inference(spm,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_26,plain,
    add(X1,additive_identity) = X1,
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

cnf(c_0_27,plain,
    ( sum(X2,X1,X3)
    | ~ sum(X1,X2,X3) ),
    c_0_23 ).

cnf(c_0_28,axiom,
    sum(additive_identity,X1,X1),
    additive_identity1 ).

cnf(c_0_29,plain,
    ( sum(X3,X5,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X1,X4,X5)
    | ~ sum(X2,X4,X6)
    | ~ product(X1,X6,X7) ),
    c_0_24 ).

cnf(c_0_30,hypothesis,
    product(a,b,c),
    a_times_b ).

cnf(c_0_31,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X3,additive_inverse(X2),X1) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_22]),c_0_26]) ).

cnf(c_0_32,plain,
    ( X1 = add(X2,X3)
    | ~ sum(X2,X3,X1) ),
    inference(spm,[status(thm)],[c_0_17,c_0_22]) ).

cnf(c_0_33,plain,
    sum(X1,X2,add(X2,X1)),
    inference(spm,[status(thm)],[c_0_27,c_0_22]) ).

cnf(c_0_34,plain,
    ( X1 = X2
    | ~ sum(additive_identity,X2,X1) ),
    inference(spm,[status(thm)],[c_0_17,c_0_28]) ).

cnf(c_0_35,hypothesis,
    ( sum(X1,X2,c)
    | ~ product(a,X3,X2)
    | ~ product(a,X4,X1)
    | ~ sum(X4,X3,b) ),
    inference(spm,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_36,plain,
    sum(add(X1,additive_inverse(X2)),X2,X1),
    inference(spm,[status(thm)],[c_0_31,c_0_22]) ).

cnf(c_0_37,plain,
    add(X1,X2) = add(X2,X1),
    inference(spm,[status(thm)],[c_0_32,c_0_33]) ).

cnf(c_0_38,plain,
    sum(additive_identity,X1,additive_inverse(additive_inverse(X1))),
    inference(spm,[status(thm)],[c_0_31,c_0_20]) ).

cnf(c_0_39,plain,
    add(additive_identity,X1) = X1,
    inference(spm,[status(thm)],[c_0_34,c_0_22]) ).

cnf(c_0_40,hypothesis,
    ( sum(X1,c,c)
    | ~ product(a,X2,X1)
    | ~ sum(X2,b,b) ),
    inference(spm,[status(thm)],[c_0_35,c_0_30]) ).

cnf(c_0_41,axiom,
    product(X1,X2,multiply(X1,X2)),
    closure_of_multiplication ).

cnf(c_0_42,plain,
    ( X1 = additive_identity
    | ~ sum(additive_inverse(X2),X2,X1) ),
    inference(spm,[status(thm)],[c_0_17,c_0_20]) ).

cnf(c_0_43,plain,
    add(X1,add(X2,additive_inverse(X1))) = X2,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_36]),c_0_37]) ).

cnf(c_0_44,plain,
    additive_inverse(additive_inverse(X1)) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_38]),c_0_39]) ).

cnf(c_0_45,hypothesis,
    ( sum(multiply(a,X1),c,c)
    | ~ sum(X1,b,b) ),
    inference(spm,[status(thm)],[c_0_40,c_0_41]) ).

cnf(c_0_46,plain,
    add(X1,additive_inverse(X1)) = additive_identity,
    inference(spm,[status(thm)],[c_0_42,c_0_33]) ).

cnf(c_0_47,plain,
    add(additive_inverse(X1),add(X2,X1)) = X2,
    inference(spm,[status(thm)],[c_0_43,c_0_44]) ).

cnf(c_0_48,hypothesis,
    sum(multiply(a,additive_identity),c,c),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_36]),c_0_46]) ).

cnf(c_0_49,plain,
    add(X1,additive_inverse(add(X1,X2))) = additive_inverse(X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_47]),c_0_37]) ).

cnf(c_0_50,hypothesis,
    add(c,multiply(a,additive_identity)) = c,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_48]),c_0_37]) ).

cnf(c_0_51,hypothesis,
    additive_inverse(multiply(a,additive_identity)) = additive_identity,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_50]),c_0_46]) ).

cnf(c_0_52,hypothesis,
    multiply(a,additive_identity) = additive_identity,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_51]),c_0_26]) ).

cnf(c_0_53,hypothesis,
    product(a,additive_identity,additive_identity),
    inference(spm,[status(thm)],[c_0_41,c_0_52]) ).

cnf(c_0_54,hypothesis,
    ( sum(X1,X2,additive_identity)
    | ~ product(a,X3,X2)
    | ~ product(a,X4,X1)
    | ~ sum(X4,X3,additive_identity) ),
    inference(spm,[status(thm)],[c_0_29,c_0_53]) ).

cnf(c_0_55,hypothesis,
    ( sum(X1,c,additive_identity)
    | ~ product(a,X2,X1)
    | ~ sum(X2,b,additive_identity) ),
    inference(spm,[status(thm)],[c_0_54,c_0_30]) ).

cnf(c_0_56,plain,
    ( product(X6,X2,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ sum(X1,X4,X6)
    | ~ sum(X3,X5,X7) ),
    inference(fof_simplification,[status(thm)],[distributivity4]) ).

cnf(c_0_57,hypothesis,
    ( sum(multiply(a,X1),c,additive_identity)
    | ~ sum(X1,b,additive_identity) ),
    inference(spm,[status(thm)],[c_0_55,c_0_41]) ).

cnf(c_0_58,plain,
    ( product(X6,X2,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ sum(X1,X4,X6)
    | ~ sum(X3,X5,X7) ),
    c_0_56 ).

cnf(c_0_59,hypothesis,
    product(additive_inverse(a),additive_inverse(b),d),
    a_inverse_times_b_inverse ).

cnf(c_0_60,hypothesis,
    sum(multiply(a,additive_inverse(b)),c,additive_identity),
    inference(spm,[status(thm)],[c_0_57,c_0_20]) ).

cnf(c_0_61,plain,
    ( sum(X3,X5,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ sum(X1,X4,X6)
    | ~ product(X6,X2,X7) ),
    inference(fof_simplification,[status(thm)],[distributivity3]) ).

cnf(c_0_62,hypothesis,
    ( product(X1,additive_inverse(b),X2)
    | ~ product(X3,additive_inverse(b),X4)
    | ~ sum(X3,additive_inverse(a),X1)
    | ~ sum(X4,d,X2) ),
    inference(spm,[status(thm)],[c_0_58,c_0_59]) ).

cnf(c_0_63,plain,
    add(additive_inverse(X1),add(X1,X2)) = X2,
    inference(spm,[status(thm)],[c_0_47,c_0_37]) ).

cnf(c_0_64,hypothesis,
    add(c,multiply(a,additive_inverse(b))) = additive_identity,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_60]),c_0_37]) ).

cnf(c_0_65,plain,
    ( sum(X3,X5,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ sum(X1,X4,X6)
    | ~ product(X6,X2,X7) ),
    c_0_61 ).

cnf(c_0_66,hypothesis,
    ( product(X1,additive_inverse(b),X2)
    | ~ sum(multiply(X3,additive_inverse(b)),d,X2)
    | ~ sum(X3,additive_inverse(a),X1) ),
    inference(spm,[status(thm)],[c_0_62,c_0_41]) ).

cnf(c_0_67,hypothesis,
    multiply(a,additive_inverse(b)) = additive_inverse(c),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_63,c_0_64]),c_0_26]) ).

cnf(c_0_68,hypothesis,
    ( sum(X1,X2,d)
    | ~ product(X3,additive_inverse(b),X2)
    | ~ product(X4,additive_inverse(b),X1)
    | ~ sum(X4,X3,additive_inverse(a)) ),
    inference(spm,[status(thm)],[c_0_65,c_0_59]) ).

cnf(c_0_69,hypothesis,
    ( product(additive_identity,additive_inverse(b),X1)
    | ~ sum(additive_inverse(c),d,X1) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_66,c_0_20]),c_0_44]),c_0_67]) ).

cnf(c_0_70,hypothesis,
    ( sum(X1,d,d)
    | ~ product(X2,additive_inverse(b),X1)
    | ~ sum(X2,additive_inverse(a),additive_inverse(a)) ),
    inference(spm,[status(thm)],[c_0_68,c_0_59]) ).

cnf(c_0_71,hypothesis,
    product(additive_identity,additive_inverse(b),add(d,additive_inverse(c))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_22]),c_0_37]) ).

cnf(c_0_72,hypothesis,
    sum(add(d,additive_inverse(c)),d,d),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_70,c_0_71]),c_0_28])]) ).

cnf(c_0_73,hypothesis,
    add(d,add(d,additive_inverse(c))) = d,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_72]),c_0_37]) ).

cnf(c_0_74,plain,
    additive_inverse(add(X1,additive_inverse(X2))) = add(X2,additive_inverse(X1)),
    inference(spm,[status(thm)],[c_0_49,c_0_43]) ).

cnf(c_0_75,axiom,
    sum(X1,additive_inverse(X1),additive_identity),
    right_inverse ).

cnf(c_0_76,negated_conjecture,
    c != d,
    inference(fof_simplification,[status(thm)],[prove_c_equals_d]) ).

cnf(c_0_77,hypothesis,
    add(c,additive_inverse(d)) = additive_identity,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_73]),c_0_46]),c_0_74]) ).

cnf(c_0_78,plain,
    additive_inverse(additive_identity) = additive_identity,
    inference(spm,[status(thm)],[c_0_34,c_0_75]) ).

cnf(c_0_79,negated_conjecture,
    c != d,
    c_0_76 ).

cnf(c_0_80,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_77]),c_0_78]),c_0_26]),c_0_44]),c_0_79]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : RNG004-1 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.14  % Command    : run_E %s %d THM
% 0.14/0.35  % Computer : n022.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   : Fri May  3 11:22:57 EDT 2024
% 0.14/0.35  % CPUTime    : 
% 0.20/0.52  Running first-order theorem proving
% 0.20/0.52  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.7BmfDCbp6W/E---3.1_15404.p
% 0.38/0.62  # Version: 3.1.0
% 0.38/0.62  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.38/0.62  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.38/0.62  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.38/0.62  # Starting new_bool_3 with 300s (1) cores
% 0.38/0.62  # Starting new_bool_1 with 300s (1) cores
% 0.38/0.62  # Starting sh5l with 300s (1) cores
% 0.38/0.62  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 15511 completed with status 0
% 0.38/0.62  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 0.38/0.62  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.38/0.62  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.38/0.62  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.38/0.62  # No SInE strategy applied
% 0.38/0.62  # Search class: FHUSM-FFMF21-SFFFFFNN
% 0.38/0.62  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.38/0.62  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S4d with 811s (1) cores
% 0.38/0.62  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.38/0.62  # Starting new_bool_3 with 136s (1) cores
% 0.38/0.62  # Starting new_bool_1 with 136s (1) cores
% 0.38/0.62  # Starting sh5l with 136s (1) cores
% 0.38/0.62  # G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S4d with pid 15516 completed with status 0
% 0.38/0.62  # Result found by G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S4d
% 0.38/0.62  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.38/0.62  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.38/0.62  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.38/0.62  # No SInE strategy applied
% 0.38/0.62  # Search class: FHUSM-FFMF21-SFFFFFNN
% 0.38/0.62  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.38/0.62  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S4d with 811s (1) cores
% 0.38/0.62  # Preprocessing time       : 0.001 s
% 0.38/0.62  # Presaturation interreduction done
% 0.38/0.62  
% 0.38/0.62  # Proof found!
% 0.38/0.62  # SZS status Unsatisfiable
% 0.38/0.62  # SZS output start CNFRefutation
% See solution above
% 0.38/0.62  # Parsed axioms                        : 20
% 0.38/0.62  # Removed by relevancy pruning/SinE    : 0
% 0.38/0.62  # Initial clauses                      : 20
% 0.38/0.62  # Removed in clause preprocessing      : 0
% 0.38/0.62  # Initial clauses in saturation        : 20
% 0.38/0.62  # Processed clauses                    : 1610
% 0.38/0.62  # ...of these trivial                  : 141
% 0.38/0.62  # ...subsumed                          : 908
% 0.38/0.62  # ...remaining for further processing  : 561
% 0.38/0.62  # Other redundant clauses eliminated   : 0
% 0.38/0.62  # Clauses deleted for lack of memory   : 0
% 0.38/0.62  # Backward-subsumed                    : 2
% 0.38/0.62  # Backward-rewritten                   : 27
% 0.38/0.62  # Generated clauses                    : 7076
% 0.38/0.62  # ...of the previous two non-redundant : 4456
% 0.38/0.62  # ...aggressively subsumed             : 0
% 0.38/0.62  # Contextual simplify-reflections      : 0
% 0.38/0.62  # Paramodulations                      : 7076
% 0.38/0.62  # Factorizations                       : 0
% 0.38/0.62  # NegExts                              : 0
% 0.38/0.62  # Equation resolutions                 : 0
% 0.38/0.62  # Disequality decompositions           : 0
% 0.38/0.62  # Total rewrite steps                  : 6713
% 0.38/0.62  # ...of those cached                   : 6367
% 0.38/0.62  # Propositional unsat checks           : 0
% 0.38/0.62  #    Propositional check models        : 0
% 0.38/0.62  #    Propositional check unsatisfiable : 0
% 0.38/0.62  #    Propositional clauses             : 0
% 0.38/0.62  #    Propositional clauses after purity: 0
% 0.38/0.62  #    Propositional unsat core size     : 0
% 0.38/0.62  #    Propositional preprocessing time  : 0.000
% 0.38/0.62  #    Propositional encoding time       : 0.000
% 0.38/0.62  #    Propositional solver time         : 0.000
% 0.38/0.62  #    Success case prop preproc time    : 0.000
% 0.38/0.62  #    Success case prop encoding time   : 0.000
% 0.38/0.62  #    Success case prop solver time     : 0.000
% 0.38/0.62  # Current number of processed clauses  : 512
% 0.38/0.62  #    Positive orientable unit clauses  : 81
% 0.38/0.62  #    Positive unorientable unit clauses: 1
% 0.38/0.62  #    Negative unit clauses             : 1
% 0.38/0.62  #    Non-unit-clauses                  : 429
% 0.38/0.62  # Current number of unprocessed clauses: 2613
% 0.38/0.62  # ...number of literals in the above   : 5208
% 0.38/0.62  # Current number of archived formulas  : 0
% 0.38/0.62  # Current number of archived clauses   : 49
% 0.38/0.62  # Clause-clause subsumption calls (NU) : 65590
% 0.38/0.62  # Rec. Clause-clause subsumption calls : 50548
% 0.38/0.62  # Non-unit clause-clause subsumptions  : 870
% 0.38/0.62  # Unit Clause-clause subsumption calls : 0
% 0.38/0.62  # Rewrite failures with RHS unbound    : 0
% 0.38/0.62  # BW rewrite match attempts            : 174
% 0.38/0.62  # BW rewrite match successes           : 30
% 0.38/0.62  # Condensation attempts                : 0
% 0.38/0.62  # Condensation successes               : 0
% 0.38/0.62  # Termbank termtop insertions          : 73373
% 0.38/0.62  # Search garbage collected termcells   : 61
% 0.38/0.62  
% 0.38/0.62  # -------------------------------------------------
% 0.38/0.62  # User time                : 0.090 s
% 0.38/0.62  # System time              : 0.004 s
% 0.38/0.62  # Total time               : 0.094 s
% 0.38/0.62  # Maximum resident set size: 1640 pages
% 0.38/0.62  
% 0.38/0.62  # -------------------------------------------------
% 0.38/0.62  # User time                : 0.441 s
% 0.38/0.62  # System time              : 0.012 s
% 0.38/0.62  # Total time               : 0.453 s
% 0.38/0.62  # Maximum resident set size: 1704 pages
% 0.38/0.62  % E---3.1 exiting
% 0.38/0.63  % E exiting
%------------------------------------------------------------------------------