TSTP Solution File: KLE144+2 by E---3.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1
% Problem  : KLE144+2 : TPTP v8.1.2. Released v4.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 : 2400s
% WCLimit  : 300s
% DateTime : Tue Oct 10 18:04:28 EDT 2023

% Result   : Theorem 0.91s 0.60s
% Output   : CNFRefutation 0.91s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   22
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   75 (  52 unt;   0 def)
%            Number of atoms       :  100 (  48 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   48 (  23   ~;  19   |;   3   &)
%                                         (   1 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   2 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :  111 (  15 sgn;  48   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(star_induction2,axiom,
    ! [X1,X2,X3] :
      ( leq(addition(multiplication(X3,X1),X2),X3)
     => leq(multiplication(X2,star(X1)),X3) ),
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',star_induction2) ).

fof(multiplicative_right_identity,axiom,
    ! [X1] : multiplication(X1,one) = X1,
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',multiplicative_right_identity) ).

fof(additive_associativity,axiom,
    ! [X3,X2,X1] : addition(X1,addition(X2,X3)) = addition(addition(X1,X2),X3),
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',additive_associativity) ).

fof(idempotence,axiom,
    ! [X1] : addition(X1,X1) = X1,
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',idempotence) ).

fof(infty_unfold1,axiom,
    ! [X1] : strong_iteration(X1) = addition(multiplication(X1,strong_iteration(X1)),one),
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',infty_unfold1) ).

fof(additive_commutativity,axiom,
    ! [X1,X2] : addition(X1,X2) = addition(X2,X1),
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',additive_commutativity) ).

fof(multiplicative_left_identity,axiom,
    ! [X1] : multiplication(one,X1) = X1,
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',multiplicative_left_identity) ).

fof(order,axiom,
    ! [X1,X2] :
      ( leq(X1,X2)
    <=> addition(X1,X2) = X2 ),
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',order) ).

fof(left_annihilation,axiom,
    ! [X1] : multiplication(zero,X1) = zero,
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',left_annihilation) ).

fof(additive_identity,axiom,
    ! [X1] : addition(X1,zero) = X1,
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',additive_identity) ).

fof(star_unfold2,axiom,
    ! [X1] : addition(one,multiplication(star(X1),X1)) = star(X1),
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',star_unfold2) ).

fof(infty_coinduction,axiom,
    ! [X1,X2,X3] :
      ( leq(X3,addition(multiplication(X1,X3),X2))
     => leq(X3,multiplication(strong_iteration(X1),X2)) ),
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',infty_coinduction) ).

fof(distributivity2,axiom,
    ! [X1,X2,X3] : multiplication(addition(X1,X2),X3) = addition(multiplication(X1,X3),multiplication(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',distributivity2) ).

fof(goals,conjecture,
    ! [X4] :
      ( leq(strong_iteration(star(X4)),strong_iteration(one))
      & leq(strong_iteration(one),strong_iteration(star(X4))) ),
    file('/export/starexec/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p',goals) ).

fof(c_0_14,plain,
    ! [X29,X30,X31] :
      ( ~ leq(addition(multiplication(X31,X29),X30),X31)
      | leq(multiplication(X30,star(X29)),X31) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[star_induction2])]) ).

fof(c_0_15,plain,
    ! [X15] : multiplication(X15,one) = X15,
    inference(variable_rename,[status(thm)],[multiplicative_right_identity]) ).

fof(c_0_16,plain,
    ! [X7,X8,X9] : addition(X9,addition(X8,X7)) = addition(addition(X9,X8),X7),
    inference(variable_rename,[status(thm)],[additive_associativity]) ).

fof(c_0_17,plain,
    ! [X11] : addition(X11,X11) = X11,
    inference(variable_rename,[status(thm)],[idempotence]) ).

fof(c_0_18,plain,
    ! [X32] : strong_iteration(X32) = addition(multiplication(X32,strong_iteration(X32)),one),
    inference(variable_rename,[status(thm)],[infty_unfold1]) ).

fof(c_0_19,plain,
    ! [X5,X6] : addition(X5,X6) = addition(X6,X5),
    inference(variable_rename,[status(thm)],[additive_commutativity]) ).

cnf(c_0_20,plain,
    ( leq(multiplication(X3,star(X2)),X1)
    | ~ leq(addition(multiplication(X1,X2),X3),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_21,plain,
    multiplication(X1,one) = X1,
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_22,plain,
    addition(X1,addition(X2,X3)) = addition(addition(X1,X2),X3),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_23,plain,
    addition(X1,X1) = X1,
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

cnf(c_0_24,plain,
    strong_iteration(X1) = addition(multiplication(X1,strong_iteration(X1)),one),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_25,plain,
    addition(X1,X2) = addition(X2,X1),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_26,plain,
    ( leq(multiplication(X1,star(one)),X2)
    | ~ leq(addition(X2,X1),X2) ),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_27,plain,
    addition(X1,addition(X1,X2)) = addition(X1,X2),
    inference(spm,[status(thm)],[c_0_22,c_0_23]) ).

cnf(c_0_28,plain,
    addition(one,multiplication(X1,strong_iteration(X1))) = strong_iteration(X1),
    inference(rw,[status(thm)],[c_0_24,c_0_25]) ).

fof(c_0_29,plain,
    ! [X16] : multiplication(one,X16) = X16,
    inference(variable_rename,[status(thm)],[multiplicative_left_identity]) ).

cnf(c_0_30,plain,
    ( leq(multiplication(X1,star(one)),X2)
    | ~ leq(addition(X1,X2),X2) ),
    inference(spm,[status(thm)],[c_0_26,c_0_25]) ).

cnf(c_0_31,plain,
    addition(one,strong_iteration(X1)) = strong_iteration(X1),
    inference(spm,[status(thm)],[c_0_27,c_0_28]) ).

cnf(c_0_32,plain,
    multiplication(one,X1) = X1,
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

fof(c_0_33,plain,
    ! [X37,X38] :
      ( ( ~ leq(X37,X38)
        | addition(X37,X38) = X38 )
      & ( addition(X37,X38) != X38
        | leq(X37,X38) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[order])]) ).

fof(c_0_34,plain,
    ! [X23] : multiplication(zero,X23) = zero,
    inference(variable_rename,[status(thm)],[left_annihilation]) ).

fof(c_0_35,plain,
    ! [X10] : addition(X10,zero) = X10,
    inference(variable_rename,[status(thm)],[additive_identity]) ).

cnf(c_0_36,plain,
    ( leq(star(one),strong_iteration(X1))
    | ~ leq(strong_iteration(X1),strong_iteration(X1)) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_30,c_0_31]),c_0_32]) ).

cnf(c_0_37,plain,
    ( leq(X1,X2)
    | addition(X1,X2) != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_33]) ).

cnf(c_0_38,plain,
    multiplication(zero,X1) = zero,
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_39,plain,
    addition(X1,zero) = X1,
    inference(split_conjunct,[status(thm)],[c_0_35]) ).

fof(c_0_40,plain,
    ! [X25] : addition(one,multiplication(star(X25),X25)) = star(X25),
    inference(variable_rename,[status(thm)],[star_unfold2]) ).

cnf(c_0_41,plain,
    leq(star(one),strong_iteration(X1)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_37]),c_0_23])]) ).

cnf(c_0_42,plain,
    strong_iteration(zero) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_38]),c_0_39]) ).

cnf(c_0_43,plain,
    addition(one,multiplication(star(X1),X1)) = star(X1),
    inference(split_conjunct,[status(thm)],[c_0_40]) ).

cnf(c_0_44,plain,
    ( addition(X1,X2) = X2
    | ~ leq(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_33]) ).

cnf(c_0_45,plain,
    leq(star(one),one),
    inference(spm,[status(thm)],[c_0_41,c_0_42]) ).

cnf(c_0_46,plain,
    addition(one,star(X1)) = star(X1),
    inference(spm,[status(thm)],[c_0_27,c_0_43]) ).

cnf(c_0_47,plain,
    star(one) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_45]),c_0_25]),c_0_46]) ).

cnf(c_0_48,plain,
    ( leq(X1,X2)
    | ~ leq(addition(X1,X2),X2) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_25]),c_0_47]),c_0_21]) ).

fof(c_0_49,plain,
    ! [X33,X34,X35] :
      ( ~ leq(X35,addition(multiplication(X33,X35),X34))
      | leq(X35,multiplication(strong_iteration(X33),X34)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[infty_coinduction])]) ).

cnf(c_0_50,plain,
    ( leq(X1,X2)
    | ~ leq(addition(X2,X1),X2) ),
    inference(spm,[status(thm)],[c_0_48,c_0_25]) ).

cnf(c_0_51,plain,
    ( leq(X1,multiplication(strong_iteration(X2),X3))
    | ~ leq(X1,addition(multiplication(X2,X1),X3)) ),
    inference(split_conjunct,[status(thm)],[c_0_49]) ).

cnf(c_0_52,plain,
    ( leq(X1,X2)
    | addition(X2,addition(X1,X2)) != X2 ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_50,c_0_37]),c_0_22]) ).

cnf(c_0_53,plain,
    ( leq(X1,multiplication(strong_iteration(one),X2))
    | ~ leq(X1,addition(X1,X2)) ),
    inference(spm,[status(thm)],[c_0_51,c_0_32]) ).

cnf(c_0_54,plain,
    leq(X1,addition(X1,X2)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_27]),c_0_23])]) ).

cnf(c_0_55,plain,
    leq(X1,multiplication(strong_iteration(one),X2)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_53,c_0_54])]) ).

cnf(c_0_56,plain,
    leq(X1,strong_iteration(one)),
    inference(spm,[status(thm)],[c_0_55,c_0_21]) ).

fof(c_0_57,plain,
    ! [X20,X21,X22] : multiplication(addition(X20,X21),X22) = addition(multiplication(X20,X22),multiplication(X21,X22)),
    inference(variable_rename,[status(thm)],[distributivity2]) ).

cnf(c_0_58,plain,
    addition(X1,strong_iteration(one)) = strong_iteration(one),
    inference(spm,[status(thm)],[c_0_44,c_0_56]) ).

cnf(c_0_59,plain,
    multiplication(addition(X1,X2),X3) = addition(multiplication(X1,X3),multiplication(X2,X3)),
    inference(split_conjunct,[status(thm)],[c_0_57]) ).

cnf(c_0_60,plain,
    addition(strong_iteration(one),X1) = strong_iteration(one),
    inference(spm,[status(thm)],[c_0_25,c_0_58]) ).

cnf(c_0_61,plain,
    addition(X1,multiplication(X2,X1)) = multiplication(addition(X2,one),X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_59,c_0_32]),c_0_25]) ).

cnf(c_0_62,plain,
    multiplication(addition(X1,one),strong_iteration(one)) = strong_iteration(one),
    inference(spm,[status(thm)],[c_0_60,c_0_61]) ).

cnf(c_0_63,plain,
    ( leq(X1,multiplication(strong_iteration(one),X2))
    | ~ leq(X1,addition(X2,X1)) ),
    inference(spm,[status(thm)],[c_0_53,c_0_25]) ).

fof(c_0_64,negated_conjecture,
    ~ ! [X4] :
        ( leq(strong_iteration(star(X4)),strong_iteration(one))
        & leq(strong_iteration(one),strong_iteration(star(X4))) ),
    inference(assume_negation,[status(cth)],[goals]) ).

cnf(c_0_65,plain,
    multiplication(addition(one,X1),strong_iteration(one)) = strong_iteration(one),
    inference(spm,[status(thm)],[c_0_62,c_0_25]) ).

cnf(c_0_66,plain,
    ( leq(strong_iteration(X1),strong_iteration(one))
    | ~ leq(strong_iteration(X1),strong_iteration(X1)) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_63,c_0_31]),c_0_21]) ).

fof(c_0_67,negated_conjecture,
    ( ~ leq(strong_iteration(star(esk1_0)),strong_iteration(one))
    | ~ leq(strong_iteration(one),strong_iteration(star(esk1_0))) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_64])])]) ).

cnf(c_0_68,plain,
    multiplication(star(X1),strong_iteration(one)) = strong_iteration(one),
    inference(spm,[status(thm)],[c_0_65,c_0_46]) ).

cnf(c_0_69,plain,
    leq(strong_iteration(X1),strong_iteration(one)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_66,c_0_37]),c_0_23])]) ).

cnf(c_0_70,negated_conjecture,
    ( ~ leq(strong_iteration(star(esk1_0)),strong_iteration(one))
    | ~ leq(strong_iteration(one),strong_iteration(star(esk1_0))) ),
    inference(split_conjunct,[status(thm)],[c_0_67]) ).

cnf(c_0_71,plain,
    leq(strong_iteration(one),multiplication(strong_iteration(star(X1)),X2)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_68]),c_0_60]),c_0_69])]) ).

cnf(c_0_72,negated_conjecture,
    ~ leq(strong_iteration(one),strong_iteration(star(esk1_0))),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_70,c_0_69])]) ).

cnf(c_0_73,plain,
    leq(strong_iteration(one),strong_iteration(star(X1))),
    inference(spm,[status(thm)],[c_0_71,c_0_21]) ).

cnf(c_0_74,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_72,c_0_73])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem    : KLE144+2 : TPTP v8.1.2. Released v4.0.0.
% 0.06/0.12  % Command    : run_E %s %d THM
% 0.12/0.33  % Computer : n022.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit   : 2400
% 0.12/0.33  % WCLimit    : 300
% 0.12/0.33  % DateTime   : Tue Oct  3 04:40:24 EDT 2023
% 0.12/0.33  % CPUTime    : 
% 0.17/0.46  Running first-order theorem proving
% 0.17/0.46  Running: /export/starexec/sandbox/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/sandbox/tmp/tmp.G00S903t1j/E---3.1_29571.p
% 0.91/0.60  # Version: 3.1pre001
% 0.91/0.60  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.91/0.60  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.91/0.60  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.91/0.60  # Starting new_bool_3 with 300s (1) cores
% 0.91/0.60  # Starting new_bool_1 with 300s (1) cores
% 0.91/0.60  # Starting sh5l with 300s (1) cores
% 0.91/0.60  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 29650 completed with status 0
% 0.91/0.60  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 0.91/0.60  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.91/0.60  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.91/0.60  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.91/0.60  # No SInE strategy applied
% 0.91/0.60  # Search class: FHHSM-FFSF21-MFFFFFNN
% 0.91/0.60  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.91/0.60  # Starting G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S0Y with 811s (1) cores
% 0.91/0.60  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.91/0.60  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S059I with 136s (1) cores
% 0.91/0.60  # Starting new_bool_3 with 136s (1) cores
% 0.91/0.60  # Starting new_bool_1 with 136s (1) cores
% 0.91/0.60  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 29655 completed with status 0
% 0.91/0.60  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 0.91/0.60  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.91/0.60  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.91/0.60  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.91/0.60  # No SInE strategy applied
% 0.91/0.60  # Search class: FHHSM-FFSF21-MFFFFFNN
% 0.91/0.60  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.91/0.60  # Starting G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S0Y with 811s (1) cores
% 0.91/0.60  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.91/0.60  # Preprocessing time       : 0.001 s
% 0.91/0.60  # Presaturation interreduction done
% 0.91/0.60  
% 0.91/0.60  # Proof found!
% 0.91/0.60  # SZS status Theorem
% 0.91/0.60  # SZS output start CNFRefutation
% See solution above
% 0.91/0.60  # Parsed axioms                        : 19
% 0.91/0.60  # Removed by relevancy pruning/SinE    : 0
% 0.91/0.60  # Initial clauses                      : 20
% 0.91/0.60  # Removed in clause preprocessing      : 0
% 0.91/0.60  # Initial clauses in saturation        : 20
% 0.91/0.60  # Processed clauses                    : 2003
% 0.91/0.60  # ...of these trivial                  : 118
% 0.91/0.60  # ...subsumed                          : 1447
% 0.91/0.60  # ...remaining for further processing  : 438
% 0.91/0.60  # Other redundant clauses eliminated   : 38
% 0.91/0.60  # Clauses deleted for lack of memory   : 0
% 0.91/0.60  # Backward-subsumed                    : 67
% 0.91/0.60  # Backward-rewritten                   : 85
% 0.91/0.60  # Generated clauses                    : 10772
% 0.91/0.60  # ...of the previous two non-redundant : 7048
% 0.91/0.60  # ...aggressively subsumed             : 0
% 0.91/0.60  # Contextual simplify-reflections      : 3
% 0.91/0.60  # Paramodulations                      : 10734
% 0.91/0.60  # Factorizations                       : 0
% 0.91/0.60  # NegExts                              : 0
% 0.91/0.60  # Equation resolutions                 : 38
% 0.91/0.60  # Total rewrite steps                  : 12274
% 0.91/0.60  # Propositional unsat checks           : 0
% 0.91/0.60  #    Propositional check models        : 0
% 0.91/0.60  #    Propositional check unsatisfiable : 0
% 0.91/0.60  #    Propositional clauses             : 0
% 0.91/0.60  #    Propositional clauses after purity: 0
% 0.91/0.60  #    Propositional unsat core size     : 0
% 0.91/0.60  #    Propositional preprocessing time  : 0.000
% 0.91/0.60  #    Propositional encoding time       : 0.000
% 0.91/0.60  #    Propositional solver time         : 0.000
% 0.91/0.60  #    Success case prop preproc time    : 0.000
% 0.91/0.60  #    Success case prop encoding time   : 0.000
% 0.91/0.60  #    Success case prop solver time     : 0.000
% 0.91/0.60  # Current number of processed clauses  : 266
% 0.91/0.60  #    Positive orientable unit clauses  : 88
% 0.91/0.60  #    Positive unorientable unit clauses: 4
% 0.91/0.60  #    Negative unit clauses             : 33
% 0.91/0.60  #    Non-unit-clauses                  : 141
% 0.91/0.60  # Current number of unprocessed clauses: 4883
% 0.91/0.60  # ...number of literals in the above   : 8797
% 0.91/0.60  # Current number of archived formulas  : 0
% 0.91/0.60  # Current number of archived clauses   : 172
% 0.91/0.60  # Clause-clause subsumption calls (NU) : 4267
% 0.91/0.60  # Rec. Clause-clause subsumption calls : 4154
% 0.91/0.60  # Non-unit clause-clause subsumptions  : 737
% 0.91/0.60  # Unit Clause-clause subsumption calls : 475
% 0.91/0.60  # Rewrite failures with RHS unbound    : 0
% 0.91/0.60  # BW rewrite match attempts            : 330
% 0.91/0.60  # BW rewrite match successes           : 191
% 0.91/0.60  # Condensation attempts                : 0
% 0.91/0.60  # Condensation successes               : 0
% 0.91/0.60  # Termbank termtop insertions          : 112639
% 0.91/0.60  
% 0.91/0.60  # -------------------------------------------------
% 0.91/0.60  # User time                : 0.121 s
% 0.91/0.60  # System time              : 0.009 s
% 0.91/0.60  # Total time               : 0.130 s
% 0.91/0.60  # Maximum resident set size: 1744 pages
% 0.91/0.60  
% 0.91/0.60  # -------------------------------------------------
% 0.91/0.60  # User time                : 0.628 s
% 0.91/0.60  # System time              : 0.018 s
% 0.91/0.60  # Total time               : 0.646 s
% 0.91/0.60  # Maximum resident set size: 1688 pages
% 0.91/0.60  % E---3.1 exiting
% 0.91/0.60  % E---3.1 exiting
%------------------------------------------------------------------------------