TSTP Solution File: GRP002-2 by E---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1.00
% Problem  : GRP002-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n026.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 07:46:52 EDT 2024

% Result   : Unsatisfiable 0.22s 0.54s
% Output   : CNFRefutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   12
% Syntax   : Number of clauses     :   70 (  70 unt;   0 nHn;  45 RR)
%            Number of literals    :   70 (  69 equ;   4 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    6 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :   10 (  10 usr;   8 con; 0-2 aty)
%            Number of variables   :   38 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(associativity,axiom,
    multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.OENcFCHe9R/E---3.1_27523.p',associativity) ).

cnf(left_inverse,axiom,
    multiply(inverse(X1),X1) = identity,
    file('/export/starexec/sandbox/tmp/tmp.OENcFCHe9R/E---3.1_27523.p',left_inverse) ).

cnf(left_identity,axiom,
    multiply(identity,X1) = X1,
    file('/export/starexec/sandbox/tmp/tmp.OENcFCHe9R/E---3.1_27523.p',left_identity) ).

cnf(x_cubed_is_identity,hypothesis,
    multiply(X1,multiply(X1,X1)) = identity,
    file('/export/starexec/sandbox/tmp/tmp.OENcFCHe9R/E---3.1_27523.p',x_cubed_is_identity) ).

cnf(right_identity,axiom,
    multiply(X1,identity) = X1,
    file('/export/starexec/sandbox/tmp/tmp.OENcFCHe9R/E---3.1_27523.p',right_identity) ).

cnf(d_times_inverse_b_is_h,negated_conjecture,
    multiply(d,inverse(b)) = h,
    file('/export/starexec/sandbox/tmp/tmp.OENcFCHe9R/E---3.1_27523.p',d_times_inverse_b_is_h) ).

cnf(right_inverse,axiom,
    multiply(X1,inverse(X1)) = identity,
    file('/export/starexec/sandbox/tmp/tmp.OENcFCHe9R/E---3.1_27523.p',right_inverse) ).

cnf(h_times_b_is_j,negated_conjecture,
    multiply(h,b) = j,
    file('/export/starexec/sandbox/tmp/tmp.OENcFCHe9R/E---3.1_27523.p',h_times_b_is_j) ).

cnf(a_times_b_is_c,negated_conjecture,
    multiply(a,b) = c,
    file('/export/starexec/sandbox/tmp/tmp.OENcFCHe9R/E---3.1_27523.p',a_times_b_is_c) ).

cnf(c_times_inverse_a_is_d,negated_conjecture,
    multiply(c,inverse(a)) = d,
    file('/export/starexec/sandbox/tmp/tmp.OENcFCHe9R/E---3.1_27523.p',c_times_inverse_a_is_d) ).

cnf(j_times_inverse_h_is_k,negated_conjecture,
    multiply(j,inverse(h)) = k,
    file('/export/starexec/sandbox/tmp/tmp.OENcFCHe9R/E---3.1_27523.p',j_times_inverse_h_is_k) ).

cnf(prove_k_times_inverse_b_is_e,negated_conjecture,
    multiply(k,inverse(b)) != identity,
    file('/export/starexec/sandbox/tmp/tmp.OENcFCHe9R/E---3.1_27523.p',prove_k_times_inverse_b_is_e) ).

cnf(c_0_12,axiom,
    multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    associativity ).

cnf(c_0_13,axiom,
    multiply(inverse(X1),X1) = identity,
    left_inverse ).

cnf(c_0_14,axiom,
    multiply(identity,X1) = X1,
    left_identity ).

cnf(c_0_15,plain,
    multiply(inverse(X1),multiply(X1,X2)) = X2,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_13]),c_0_14]) ).

cnf(c_0_16,hypothesis,
    multiply(X1,multiply(X1,X1)) = identity,
    x_cubed_is_identity ).

cnf(c_0_17,axiom,
    multiply(X1,identity) = X1,
    right_identity ).

cnf(c_0_18,negated_conjecture,
    multiply(d,inverse(b)) = h,
    d_times_inverse_b_is_h ).

cnf(c_0_19,hypothesis,
    inverse(X1) = multiply(X1,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_16]),c_0_17]) ).

cnf(c_0_20,axiom,
    multiply(X1,inverse(X1)) = identity,
    right_inverse ).

cnf(c_0_21,negated_conjecture,
    multiply(d,multiply(b,b)) = h,
    inference(rw,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_22,plain,
    inverse(inverse(X1)) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_13]),c_0_17]) ).

cnf(c_0_23,plain,
    multiply(X1,multiply(X2,inverse(multiply(X1,X2)))) = identity,
    inference(spm,[status(thm)],[c_0_20,c_0_12]) ).

cnf(c_0_24,negated_conjecture,
    multiply(d,multiply(d,h)) = multiply(b,b),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_21]),c_0_19]),c_0_12]) ).

cnf(c_0_25,hypothesis,
    inverse(multiply(X1,X1)) = X1,
    inference(spm,[status(thm)],[c_0_22,c_0_19]) ).

cnf(c_0_26,negated_conjecture,
    multiply(h,b) = j,
    h_times_b_is_j ).

cnf(c_0_27,negated_conjecture,
    multiply(d,multiply(d,j)) = identity,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_24]),c_0_25]),c_0_12]),c_0_26]) ).

cnf(c_0_28,negated_conjecture,
    multiply(d,d) = multiply(d,j),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_27]),c_0_19]),c_0_17]) ).

cnf(c_0_29,hypothesis,
    inverse(multiply(d,j)) = d,
    inference(spm,[status(thm)],[c_0_25,c_0_28]) ).

cnf(c_0_30,hypothesis,
    multiply(d,multiply(j,d)) = identity,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_29]),c_0_12]) ).

cnf(c_0_31,negated_conjecture,
    multiply(a,b) = c,
    a_times_b_is_c ).

cnf(c_0_32,hypothesis,
    multiply(d,j) = multiply(j,d),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_30]),c_0_19]),c_0_28]),c_0_17]) ).

cnf(c_0_33,negated_conjecture,
    multiply(a,multiply(b,multiply(c,c))) = identity,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_31]),c_0_19]) ).

cnf(c_0_34,negated_conjecture,
    multiply(c,inverse(a)) = d,
    c_times_inverse_a_is_d ).

cnf(c_0_35,negated_conjecture,
    multiply(d,d) = multiply(j,d),
    inference(rw,[status(thm)],[c_0_28,c_0_32]) ).

cnf(c_0_36,plain,
    multiply(X1,inverse(multiply(X2,X1))) = inverse(X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_23]),c_0_17]) ).

cnf(c_0_37,negated_conjecture,
    multiply(b,multiply(c,c)) = multiply(a,a),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_33]),c_0_19]),c_0_17]) ).

cnf(c_0_38,negated_conjecture,
    multiply(c,multiply(a,a)) = d,
    inference(rw,[status(thm)],[c_0_34,c_0_19]) ).

cnf(c_0_39,negated_conjecture,
    d = j,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_35]),c_0_19]),c_0_28]),c_0_32]),c_0_12]),c_0_30]),c_0_17]) ).

cnf(c_0_40,plain,
    multiply(inverse(multiply(X1,X2)),X1) = inverse(X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_36]),c_0_22]) ).

cnf(c_0_41,negated_conjecture,
    multiply(c,multiply(c,a)) = multiply(b,b),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_37]),c_0_25]),c_0_12]),c_0_19]) ).

cnf(c_0_42,negated_conjecture,
    multiply(j,inverse(h)) = k,
    j_times_inverse_h_is_k ).

cnf(c_0_43,plain,
    multiply(inverse(multiply(X1,X2)),multiply(X1,multiply(X2,X3))) = X3,
    inference(spm,[status(thm)],[c_0_15,c_0_12]) ).

cnf(c_0_44,negated_conjecture,
    multiply(c,multiply(a,a)) = j,
    inference(rw,[status(thm)],[c_0_38,c_0_39]) ).

cnf(c_0_45,negated_conjecture,
    inverse(multiply(c,a)) = multiply(b,c),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_40,c_0_41]),c_0_25]) ).

cnf(c_0_46,negated_conjecture,
    multiply(c,multiply(c,d)) = multiply(a,a),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_38]),c_0_19]),c_0_12]) ).

cnf(c_0_47,negated_conjecture,
    multiply(j,multiply(h,h)) = k,
    inference(rw,[status(thm)],[c_0_42,c_0_19]) ).

cnf(c_0_48,negated_conjecture,
    multiply(h,multiply(b,X1)) = multiply(j,X1),
    inference(spm,[status(thm)],[c_0_12,c_0_26]) ).

cnf(c_0_49,negated_conjecture,
    multiply(b,multiply(c,j)) = a,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_44]),c_0_45]),c_0_12]) ).

cnf(c_0_50,negated_conjecture,
    multiply(c,multiply(c,j)) = multiply(a,a),
    inference(spm,[status(thm)],[c_0_46,c_0_39]) ).

cnf(c_0_51,negated_conjecture,
    multiply(j,multiply(j,k)) = multiply(h,h),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_47]),c_0_19]),c_0_12]) ).

cnf(c_0_52,negated_conjecture,
    multiply(a,multiply(a,c)) = b,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_31]),c_0_19]),c_0_12]) ).

cnf(c_0_53,hypothesis,
    multiply(X1,multiply(X2,multiply(X1,X2))) = inverse(multiply(X1,X2)),
    inference(spm,[status(thm)],[c_0_12,c_0_19]) ).

cnf(c_0_54,negated_conjecture,
    multiply(j,multiply(c,j)) = multiply(h,a),
    inference(spm,[status(thm)],[c_0_48,c_0_49]) ).

cnf(c_0_55,negated_conjecture,
    inverse(multiply(c,j)) = multiply(a,c),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_40,c_0_50]),c_0_25]) ).

cnf(c_0_56,negated_conjecture,
    multiply(j,multiply(k,h)) = multiply(j,j),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_51]),c_0_25]),c_0_12]),c_0_19]) ).

cnf(c_0_57,negated_conjecture,
    multiply(a,multiply(a,multiply(c,X1))) = multiply(b,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_52]),c_0_12]) ).

cnf(c_0_58,hypothesis,
    multiply(c,multiply(h,a)) = multiply(a,c),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_54]),c_0_55]) ).

cnf(c_0_59,negated_conjecture,
    multiply(k,h) = j,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_56]),c_0_19]),c_0_12]),c_0_16]),c_0_17]) ).

cnf(c_0_60,negated_conjecture,
    multiply(k,inverse(b)) != identity,
    inference(fof_simplification,[status(thm)],[prove_k_times_inverse_b_is_e]) ).

cnf(c_0_61,negated_conjecture,
    multiply(b,multiply(h,a)) = c,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_58]),c_0_52]),c_0_31]) ).

cnf(c_0_62,negated_conjecture,
    multiply(a,multiply(c,c)) = multiply(j,j),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_40,c_0_55]),c_0_12]),c_0_19]) ).

cnf(c_0_63,negated_conjecture,
    multiply(h,multiply(j,j)) = multiply(k,k),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_59]),c_0_19]),c_0_19]) ).

cnf(c_0_64,negated_conjecture,
    multiply(k,inverse(b)) != identity,
    c_0_60 ).

cnf(c_0_65,hypothesis,
    multiply(X1,multiply(X2,multiply(X1,multiply(X2,multiply(X1,X2))))) = identity,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_16,c_0_12]),c_0_12]) ).

cnf(c_0_66,negated_conjecture,
    multiply(k,k) = multiply(b,b),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_61]),c_0_19]),c_0_12]),c_0_62]),c_0_63]),c_0_19]) ).

cnf(c_0_67,hypothesis,
    multiply(X1,multiply(X1,multiply(X1,X2))) = X2,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_16]),c_0_14]),c_0_12]) ).

cnf(c_0_68,negated_conjecture,
    multiply(k,multiply(b,b)) != identity,
    inference(rw,[status(thm)],[c_0_64,c_0_19]) ).

cnf(c_0_69,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_66]),c_0_67]),c_0_68]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : GRP002-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.07/0.14  % Command    : run_E %s %d THM
% 0.14/0.36  % Computer : n026.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit   : 300
% 0.14/0.36  % WCLimit    : 300
% 0.14/0.36  % DateTime   : Fri May  3 15:52:53 EDT 2024
% 0.14/0.36  % CPUTime    : 
% 0.22/0.50  Running first-order theorem proving
% 0.22/0.50  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.OENcFCHe9R/E---3.1_27523.p
% 0.22/0.54  # Version: 3.1.0
% 0.22/0.54  # Preprocessing class: FSSSSMSMSSSNFFN.
% 0.22/0.54  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.22/0.54  # Starting G----_0031_C18_F1_SE_CS_SP_S0Y with 1500s (5) cores
% 0.22/0.54  # Starting new_bool_3 with 300s (1) cores
% 0.22/0.54  # Starting new_bool_1 with 300s (1) cores
% 0.22/0.54  # Starting sh5l with 300s (1) cores
% 0.22/0.54  # new_bool_3 with pid 27615 completed with status 0
% 0.22/0.54  # Result found by new_bool_3
% 0.22/0.54  # Preprocessing class: FSSSSMSMSSSNFFN.
% 0.22/0.54  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.22/0.54  # Starting G----_0031_C18_F1_SE_CS_SP_S0Y with 1500s (5) cores
% 0.22/0.54  # Starting new_bool_3 with 300s (1) cores
% 0.22/0.54  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,3,20000,1.0)
% 0.22/0.54  # Search class: FUUPM-FFSS21-SFFFFFNN
% 0.22/0.54  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.22/0.54  # Starting SAT001_MinMin_p005000_rr_RG with 181s (1) cores
% 0.22/0.54  # SAT001_MinMin_p005000_rr_RG with pid 27621 completed with status 0
% 0.22/0.54  # Result found by SAT001_MinMin_p005000_rr_RG
% 0.22/0.54  # Preprocessing class: FSSSSMSMSSSNFFN.
% 0.22/0.54  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.22/0.54  # Starting G----_0031_C18_F1_SE_CS_SP_S0Y with 1500s (5) cores
% 0.22/0.54  # Starting new_bool_3 with 300s (1) cores
% 0.22/0.54  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,3,20000,1.0)
% 0.22/0.54  # Search class: FUUPM-FFSS21-SFFFFFNN
% 0.22/0.54  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.22/0.54  # Starting SAT001_MinMin_p005000_rr_RG with 181s (1) cores
% 0.22/0.54  # Preprocessing time       : 0.002 s
% 0.22/0.54  # Presaturation interreduction done
% 0.22/0.54  
% 0.22/0.54  # Proof found!
% 0.22/0.54  # SZS status Unsatisfiable
% 0.22/0.54  # SZS output start CNFRefutation
% See solution above
% 0.22/0.54  # Parsed axioms                        : 12
% 0.22/0.54  # Removed by relevancy pruning/SinE    : 0
% 0.22/0.54  # Initial clauses                      : 12
% 0.22/0.54  # Removed in clause preprocessing      : 0
% 0.22/0.54  # Initial clauses in saturation        : 12
% 0.22/0.54  # Processed clauses                    : 154
% 0.22/0.54  # ...of these trivial                  : 30
% 0.22/0.54  # ...subsumed                          : 24
% 0.22/0.54  # ...remaining for further processing  : 100
% 0.22/0.54  # Other redundant clauses eliminated   : 0
% 0.22/0.54  # Clauses deleted for lack of memory   : 0
% 0.22/0.54  # Backward-subsumed                    : 0
% 0.22/0.54  # Backward-rewritten                   : 21
% 0.22/0.54  # Generated clauses                    : 998
% 0.22/0.54  # ...of the previous two non-redundant : 562
% 0.22/0.54  # ...aggressively subsumed             : 0
% 0.22/0.54  # Contextual simplify-reflections      : 0
% 0.22/0.54  # Paramodulations                      : 998
% 0.22/0.54  # Factorizations                       : 0
% 0.22/0.54  # NegExts                              : 0
% 0.22/0.54  # Equation resolutions                 : 0
% 0.22/0.54  # Disequality decompositions           : 0
% 0.22/0.54  # Total rewrite steps                  : 1986
% 0.22/0.54  # ...of those cached                   : 1469
% 0.22/0.54  # Propositional unsat checks           : 0
% 0.22/0.54  #    Propositional check models        : 0
% 0.22/0.54  #    Propositional check unsatisfiable : 0
% 0.22/0.54  #    Propositional clauses             : 0
% 0.22/0.54  #    Propositional clauses after purity: 0
% 0.22/0.54  #    Propositional unsat core size     : 0
% 0.22/0.54  #    Propositional preprocessing time  : 0.000
% 0.22/0.54  #    Propositional encoding time       : 0.000
% 0.22/0.54  #    Propositional solver time         : 0.000
% 0.22/0.54  #    Success case prop preproc time    : 0.000
% 0.22/0.54  #    Success case prop encoding time   : 0.000
% 0.22/0.54  #    Success case prop solver time     : 0.000
% 0.22/0.54  # Current number of processed clauses  : 67
% 0.22/0.54  #    Positive orientable unit clauses  : 64
% 0.22/0.54  #    Positive unorientable unit clauses: 2
% 0.22/0.54  #    Negative unit clauses             : 1
% 0.22/0.54  #    Non-unit-clauses                  : 0
% 0.22/0.54  # Current number of unprocessed clauses: 405
% 0.22/0.54  # ...number of literals in the above   : 405
% 0.22/0.54  # Current number of archived formulas  : 0
% 0.22/0.54  # Current number of archived clauses   : 33
% 0.22/0.54  # Clause-clause subsumption calls (NU) : 0
% 0.22/0.54  # Rec. Clause-clause subsumption calls : 0
% 0.22/0.54  # Non-unit clause-clause subsumptions  : 0
% 0.22/0.54  # Unit Clause-clause subsumption calls : 6
% 0.22/0.54  # Rewrite failures with RHS unbound    : 0
% 0.22/0.54  # BW rewrite match attempts            : 94
% 0.22/0.54  # BW rewrite match successes           : 33
% 0.22/0.54  # Condensation attempts                : 0
% 0.22/0.54  # Condensation successes               : 0
% 0.22/0.54  # Termbank termtop insertions          : 10234
% 0.22/0.54  # Search garbage collected termcells   : 2
% 0.22/0.54  
% 0.22/0.54  # -------------------------------------------------
% 0.22/0.54  # User time                : 0.021 s
% 0.22/0.54  # System time              : 0.004 s
% 0.22/0.54  # Total time               : 0.025 s
% 0.22/0.54  # Maximum resident set size: 1664 pages
% 0.22/0.54  
% 0.22/0.54  # -------------------------------------------------
% 0.22/0.54  # User time                : 0.024 s
% 0.22/0.54  # System time              : 0.005 s
% 0.22/0.54  # Total time               : 0.029 s
% 0.22/0.54  # Maximum resident set size: 1688 pages
% 0.22/0.54  % E---3.1 exiting
% 0.22/0.54  % E exiting
%------------------------------------------------------------------------------