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

View Problem - Process Solution

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

% Computer : n006.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:25:23 EDT 2024

% Result   : Unsatisfiable 0.18s 0.48s
% Output   : CNFRefutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   15
%            Number of leaves      :   19
% Syntax   : Number of clauses     :   80 (  15 unt;  12 nHn;  76 RR)
%            Number of literals    :  168 (   2 equ; 101 neg)
%            Maximal clause size   :    3 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :   10 (   8 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   4 con; 0-1 aty)
%            Number of variables   :   35 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(liars_make_false_statements,axiom,
    ( ~ liar(X1)
    | ~ says(X1,X2)
    | ~ a_truth(X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ001-0.ax',liars_make_false_statements) ).

cnf(a_says_hes_from_mars,hypothesis,
    says(a,a_from_mars),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_says_hes_from_mars) ).

cnf(marsian_females_are_liars,axiom,
    ( liar(X1)
    | ~ from_mars(X1)
    | ~ female(X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ001-0.ax',marsian_females_are_liars) ).

cnf(a_from_mars2,hypothesis,
    ( from_mars(a)
    | ~ a_truth(a_from_mars) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_from_mars2) ).

cnf(not_truthteller_and_liar,axiom,
    ( ~ truthteller(X1)
    | ~ liar(X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ001-0.ax',not_truthteller_and_liar) ).

cnf(false_statements_made_by_liars,axiom,
    ( a_truth(statement_by(X1))
    | liar(X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ001-0.ax',false_statements_made_by_liars) ).

cnf(venusian_female_are_truthtellers,axiom,
    ( truthteller(X1)
    | ~ from_venus(X1)
    | ~ female(X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ001-0.ax',venusian_female_are_truthtellers) ).

cnf(venusian_males_are_liars,axiom,
    ( liar(X1)
    | ~ from_venus(X1)
    | ~ male(X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ001-0.ax',venusian_males_are_liars) ).

cnf(male_or_female,axiom,
    ( male(X1)
    | female(X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ001-0.ax',male_or_female) ).

cnf(different_sex2,hypothesis,
    ( female(b)
    | ~ male(a) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',different_sex2) ).

cnf(b_says_a_lies,hypothesis,
    says(b,a_has_lied),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_says_a_lies) ).

cnf(a_from_mars3,hypothesis,
    ( ~ a_truth(a_from_mars)
    | ~ a_truth(statement_by(b)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_from_mars3) ).

cnf(b_states,hypothesis,
    statement_by(b) = a_has_lied,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_states) ).

cnf(one_from_venus,negated_conjecture,
    ( from_venus(a)
    | from_venus(b) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',one_from_venus) ).

cnf(truth_of_bs_statement,hypothesis,
    ( a_truth(a_from_mars)
    | a_truth(statement_by(b)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',truth_of_bs_statement) ).

cnf(a_from_mars1,hypothesis,
    ( a_truth(a_from_mars)
    | ~ from_mars(a) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_from_mars1) ).

cnf(one_from_mars,negated_conjecture,
    ( from_mars(b)
    | from_mars(a) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',one_from_mars) ).

cnf(true_statements_made_by_truthtellers,axiom,
    ( truthteller(X1)
    | ~ a_truth(statement_by(X1)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ001-0.ax',true_statements_made_by_truthtellers) ).

cnf(truthtellers_make_true_statements,axiom,
    ( a_truth(X2)
    | ~ truthteller(X1)
    | ~ says(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ001-0.ax',truthtellers_make_true_statements) ).

cnf(c_0_19,plain,
    ( ~ liar(X1)
    | ~ says(X1,X2)
    | ~ a_truth(X2) ),
    inference(fof_simplification,[status(thm)],[liars_make_false_statements]) ).

cnf(c_0_20,plain,
    ( ~ liar(X1)
    | ~ says(X1,X2)
    | ~ a_truth(X2) ),
    c_0_19 ).

cnf(c_0_21,hypothesis,
    says(a,a_from_mars),
    a_says_hes_from_mars ).

cnf(c_0_22,plain,
    ( liar(X1)
    | ~ from_mars(X1)
    | ~ female(X1) ),
    inference(fof_simplification,[status(thm)],[marsian_females_are_liars]) ).

cnf(c_0_23,hypothesis,
    ( from_mars(a)
    | ~ a_truth(a_from_mars) ),
    inference(fof_simplification,[status(thm)],[a_from_mars2]) ).

cnf(c_0_24,plain,
    ( ~ truthteller(X1)
    | ~ liar(X1) ),
    inference(fof_simplification,[status(thm)],[not_truthteller_and_liar]) ).

cnf(c_0_25,hypothesis,
    ( ~ a_truth(a_from_mars)
    | ~ liar(a) ),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_26,plain,
    ( liar(X1)
    | ~ from_mars(X1)
    | ~ female(X1) ),
    c_0_22 ).

cnf(c_0_27,hypothesis,
    ( from_mars(a)
    | ~ a_truth(a_from_mars) ),
    c_0_23 ).

cnf(c_0_28,plain,
    ( ~ truthteller(X1)
    | ~ liar(X1) ),
    c_0_24 ).

cnf(c_0_29,axiom,
    ( a_truth(statement_by(X1))
    | liar(X1) ),
    false_statements_made_by_liars ).

cnf(c_0_30,plain,
    ( truthteller(X1)
    | ~ from_venus(X1)
    | ~ female(X1) ),
    inference(fof_simplification,[status(thm)],[venusian_female_are_truthtellers]) ).

cnf(c_0_31,plain,
    ( liar(X1)
    | ~ from_venus(X1)
    | ~ male(X1) ),
    inference(fof_simplification,[status(thm)],[venusian_males_are_liars]) ).

cnf(c_0_32,hypothesis,
    ( ~ a_truth(a_from_mars)
    | ~ female(a) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_26]),c_0_27]) ).

cnf(c_0_33,axiom,
    ( male(X1)
    | female(X1) ),
    male_or_female ).

cnf(c_0_34,plain,
    ( a_truth(statement_by(X1))
    | ~ truthteller(X1) ),
    inference(spm,[status(thm)],[c_0_28,c_0_29]) ).

cnf(c_0_35,plain,
    ( truthteller(X1)
    | ~ from_venus(X1)
    | ~ female(X1) ),
    c_0_30 ).

cnf(c_0_36,hypothesis,
    ( female(b)
    | ~ male(a) ),
    inference(fof_simplification,[status(thm)],[different_sex2]) ).

cnf(c_0_37,plain,
    ( liar(X1)
    | ~ from_venus(X1)
    | ~ male(X1) ),
    c_0_31 ).

cnf(c_0_38,hypothesis,
    ( male(a)
    | ~ a_truth(a_from_mars) ),
    inference(spm,[status(thm)],[c_0_32,c_0_33]) ).

cnf(c_0_39,hypothesis,
    says(b,a_has_lied),
    b_says_a_lies ).

cnf(c_0_40,hypothesis,
    ( ~ a_truth(a_from_mars)
    | ~ a_truth(statement_by(b)) ),
    inference(fof_simplification,[status(thm)],[a_from_mars3]) ).

cnf(c_0_41,plain,
    ( a_truth(statement_by(X1))
    | ~ female(X1)
    | ~ from_venus(X1) ),
    inference(spm,[status(thm)],[c_0_34,c_0_35]) ).

cnf(c_0_42,hypothesis,
    ( female(b)
    | ~ male(a) ),
    c_0_36 ).

cnf(c_0_43,hypothesis,
    statement_by(b) = a_has_lied,
    b_states ).

cnf(c_0_44,hypothesis,
    ( ~ a_truth(a_from_mars)
    | ~ from_venus(a) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_37]),c_0_38]) ).

cnf(c_0_45,negated_conjecture,
    ( from_venus(a)
    | from_venus(b) ),
    one_from_venus ).

cnf(c_0_46,hypothesis,
    ( a_truth(a_from_mars)
    | a_truth(statement_by(b)) ),
    truth_of_bs_statement ).

cnf(c_0_47,hypothesis,
    ( ~ a_truth(a_has_lied)
    | ~ liar(b) ),
    inference(spm,[status(thm)],[c_0_20,c_0_39]) ).

cnf(c_0_48,hypothesis,
    ( a_truth(a_from_mars)
    | ~ from_mars(a) ),
    inference(fof_simplification,[status(thm)],[a_from_mars1]) ).

cnf(c_0_49,hypothesis,
    ( ~ a_truth(a_from_mars)
    | ~ a_truth(statement_by(b)) ),
    c_0_40 ).

cnf(c_0_50,hypothesis,
    ( a_truth(a_has_lied)
    | ~ male(a)
    | ~ from_venus(b) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_42]),c_0_43]) ).

cnf(c_0_51,negated_conjecture,
    ( from_venus(b)
    | ~ a_truth(a_from_mars) ),
    inference(spm,[status(thm)],[c_0_44,c_0_45]) ).

cnf(c_0_52,hypothesis,
    ( a_truth(a_has_lied)
    | a_truth(a_from_mars) ),
    inference(rw,[status(thm)],[c_0_46,c_0_43]) ).

cnf(c_0_53,hypothesis,
    ( ~ a_truth(a_has_lied)
    | ~ female(b)
    | ~ from_mars(b) ),
    inference(spm,[status(thm)],[c_0_47,c_0_26]) ).

cnf(c_0_54,hypothesis,
    ( a_truth(a_from_mars)
    | ~ from_mars(a) ),
    c_0_48 ).

cnf(c_0_55,negated_conjecture,
    ( from_mars(b)
    | from_mars(a) ),
    one_from_mars ).

cnf(c_0_56,hypothesis,
    ( ~ a_truth(a_from_mars)
    | ~ a_truth(a_has_lied) ),
    inference(rw,[status(thm)],[c_0_49,c_0_43]) ).

cnf(c_0_57,hypothesis,
    a_truth(a_has_lied),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_50,c_0_38]),c_0_51]),c_0_52]) ).

cnf(c_0_58,hypothesis,
    ( male(b)
    | ~ a_truth(a_has_lied)
    | ~ from_mars(b) ),
    inference(spm,[status(thm)],[c_0_53,c_0_33]) ).

cnf(c_0_59,negated_conjecture,
    ( a_truth(a_from_mars)
    | from_mars(b) ),
    inference(spm,[status(thm)],[c_0_54,c_0_55]) ).

cnf(c_0_60,hypothesis,
    ~ a_truth(a_from_mars),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_56,c_0_57])]) ).

cnf(c_0_61,plain,
    ( truthteller(X1)
    | ~ a_truth(statement_by(X1)) ),
    inference(fof_simplification,[status(thm)],[true_statements_made_by_truthtellers]) ).

cnf(c_0_62,hypothesis,
    ( ~ a_truth(a_has_lied)
    | ~ male(b)
    | ~ from_venus(b) ),
    inference(spm,[status(thm)],[c_0_47,c_0_37]) ).

cnf(c_0_63,hypothesis,
    ( male(b)
    | ~ from_mars(b) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_58,c_0_57])]) ).

cnf(c_0_64,negated_conjecture,
    from_mars(b),
    inference(sr,[status(thm)],[c_0_59,c_0_60]) ).

cnf(c_0_65,plain,
    ( ~ truthteller(X1)
    | ~ female(X1)
    | ~ from_mars(X1) ),
    inference(spm,[status(thm)],[c_0_28,c_0_26]) ).

cnf(c_0_66,plain,
    ( truthteller(X1)
    | ~ a_truth(statement_by(X1)) ),
    c_0_61 ).

cnf(c_0_67,plain,
    ( a_truth(X2)
    | ~ truthteller(X1)
    | ~ says(X1,X2) ),
    inference(fof_simplification,[status(thm)],[truthtellers_make_true_statements]) ).

cnf(c_0_68,hypothesis,
    ( ~ male(b)
    | ~ from_venus(b) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_62,c_0_57])]) ).

cnf(c_0_69,hypothesis,
    male(b),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_63,c_0_64])]) ).

cnf(c_0_70,plain,
    ( ~ a_truth(statement_by(X1))
    | ~ female(X1)
    | ~ from_mars(X1) ),
    inference(spm,[status(thm)],[c_0_65,c_0_66]) ).

cnf(c_0_71,plain,
    ( a_truth(X2)
    | ~ truthteller(X1)
    | ~ says(X1,X2) ),
    c_0_67 ).

cnf(c_0_72,hypothesis,
    ~ from_venus(b),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_68,c_0_69])]) ).

cnf(c_0_73,hypothesis,
    ( ~ a_truth(a_has_lied)
    | ~ male(a)
    | ~ from_mars(b) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_70,c_0_42]),c_0_43]) ).

cnf(c_0_74,hypothesis,
    ( a_truth(a_from_mars)
    | ~ truthteller(a) ),
    inference(spm,[status(thm)],[c_0_71,c_0_21]) ).

cnf(c_0_75,negated_conjecture,
    from_venus(a),
    inference(sr,[status(thm)],[c_0_45,c_0_72]) ).

cnf(c_0_76,hypothesis,
    ( ~ male(a)
    | ~ from_mars(b) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_73,c_0_57])]) ).

cnf(c_0_77,hypothesis,
    ~ female(a),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_74,c_0_35]),c_0_75])]),c_0_60]) ).

cnf(c_0_78,hypothesis,
    ~ male(a),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_76,c_0_64])]) ).

cnf(c_0_79,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_77,c_0_33]),c_0_78]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : PUZ007-1 : TPTP v8.2.0. Released v1.0.0.
% 0.07/0.13  % Command    : run_E %s %d THM
% 0.12/0.34  % Computer : n006.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit   : 300
% 0.12/0.34  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Sat May 18 10:29:38 EDT 2024
% 0.12/0.34  % CPUTime    : 
% 0.18/0.47  Running first-order model finding
% 0.18/0.47  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/benchmark/theBenchmark.p
% 0.18/0.48  # Version: 3.1.0
% 0.18/0.48  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.18/0.48  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.18/0.48  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.18/0.48  # Starting new_bool_3 with 300s (1) cores
% 0.18/0.48  # Starting new_bool_1 with 300s (1) cores
% 0.18/0.48  # Starting sh5l with 300s (1) cores
% 0.18/0.48  # new_bool_3 with pid 20752 completed with status 0
% 0.18/0.48  # Result found by new_bool_3
% 0.18/0.48  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.18/0.48  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.18/0.48  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.18/0.48  # Starting new_bool_3 with 300s (1) cores
% 0.18/0.48  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,3,20000,1.0)
% 0.18/0.48  # Search class: FGHSF-FFSM11-SFFFFFNN
% 0.18/0.48  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.18/0.48  # Starting SAT001_MinMin_p005000_rr_RG with 181s (1) cores
% 0.18/0.48  # SAT001_MinMin_p005000_rr_RG with pid 20758 completed with status 0
% 0.18/0.48  # Result found by SAT001_MinMin_p005000_rr_RG
% 0.18/0.48  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.18/0.48  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.18/0.48  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.18/0.48  # Starting new_bool_3 with 300s (1) cores
% 0.18/0.48  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,3,20000,1.0)
% 0.18/0.48  # Search class: FGHSF-FFSM11-SFFFFFNN
% 0.18/0.48  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.18/0.48  # Starting SAT001_MinMin_p005000_rr_RG with 181s (1) cores
% 0.18/0.48  # Preprocessing time       : 0.001 s
% 0.18/0.48  # Presaturation interreduction done
% 0.18/0.48  
% 0.18/0.48  # Proof found!
% 0.18/0.48  # SZS status Unsatisfiable
% 0.18/0.48  # SZS output start CNFRefutation
% See solution above
% 0.18/0.48  # Parsed axioms                        : 28
% 0.18/0.48  # Removed by relevancy pruning/SinE    : 0
% 0.18/0.48  # Initial clauses                      : 28
% 0.18/0.48  # Removed in clause preprocessing      : 1
% 0.18/0.48  # Initial clauses in saturation        : 27
% 0.18/0.48  # Processed clauses                    : 136
% 0.18/0.48  # ...of these trivial                  : 3
% 0.18/0.48  # ...subsumed                          : 32
% 0.18/0.48  # ...remaining for further processing  : 101
% 0.18/0.48  # Other redundant clauses eliminated   : 0
% 0.18/0.48  # Clauses deleted for lack of memory   : 0
% 0.18/0.48  # Backward-subsumed                    : 14
% 0.18/0.48  # Backward-rewritten                   : 17
% 0.18/0.48  # Generated clauses                    : 114
% 0.18/0.48  # ...of the previous two non-redundant : 96
% 0.18/0.48  # ...aggressively subsumed             : 0
% 0.18/0.48  # Contextual simplify-reflections      : 4
% 0.18/0.48  # Paramodulations                      : 111
% 0.18/0.48  # Factorizations                       : 0
% 0.18/0.48  # NegExts                              : 0
% 0.18/0.48  # Equation resolutions                 : 0
% 0.18/0.48  # Disequality decompositions           : 0
% 0.18/0.48  # Total rewrite steps                  : 63
% 0.18/0.48  # ...of those cached                   : 56
% 0.18/0.48  # Propositional unsat checks           : 0
% 0.18/0.48  #    Propositional check models        : 0
% 0.18/0.48  #    Propositional check unsatisfiable : 0
% 0.18/0.48  #    Propositional clauses             : 0
% 0.18/0.48  #    Propositional clauses after purity: 0
% 0.18/0.48  #    Propositional unsat core size     : 0
% 0.18/0.48  #    Propositional preprocessing time  : 0.000
% 0.18/0.48  #    Propositional encoding time       : 0.000
% 0.18/0.48  #    Propositional solver time         : 0.000
% 0.18/0.48  #    Success case prop preproc time    : 0.000
% 0.18/0.48  #    Success case prop encoding time   : 0.000
% 0.18/0.48  #    Success case prop solver time     : 0.000
% 0.18/0.48  # Current number of processed clauses  : 40
% 0.18/0.48  #    Positive orientable unit clauses  : 9
% 0.18/0.48  #    Positive unorientable unit clauses: 0
% 0.18/0.48  #    Negative unit clauses             : 7
% 0.18/0.48  #    Non-unit-clauses                  : 24
% 0.18/0.48  # Current number of unprocessed clauses: 4
% 0.18/0.48  # ...number of literals in the above   : 13
% 0.18/0.48  # Current number of archived formulas  : 0
% 0.18/0.48  # Current number of archived clauses   : 61
% 0.18/0.48  # Clause-clause subsumption calls (NU) : 621
% 0.18/0.48  # Rec. Clause-clause subsumption calls : 379
% 0.18/0.48  # Non-unit clause-clause subsumptions  : 32
% 0.18/0.48  # Unit Clause-clause subsumption calls : 121
% 0.18/0.48  # Rewrite failures with RHS unbound    : 0
% 0.18/0.48  # BW rewrite match attempts            : 3
% 0.18/0.48  # BW rewrite match successes           : 3
% 0.18/0.48  # Condensation attempts                : 0
% 0.18/0.48  # Condensation successes               : 0
% 0.18/0.48  # Termbank termtop insertions          : 1576
% 0.18/0.48  # Search garbage collected termcells   : 41
% 0.18/0.48  
% 0.18/0.48  # -------------------------------------------------
% 0.18/0.48  # User time                : 0.008 s
% 0.18/0.48  # System time              : 0.001 s
% 0.18/0.48  # Total time               : 0.009 s
% 0.18/0.48  # Maximum resident set size: 1744 pages
% 0.18/0.48  
% 0.18/0.48  # -------------------------------------------------
% 0.18/0.48  # User time                : 0.008 s
% 0.18/0.48  # System time              : 0.004 s
% 0.18/0.48  # Total time               : 0.012 s
% 0.18/0.48  # Maximum resident set size: 1712 pages
% 0.18/0.48  % E---3.1 exiting
%------------------------------------------------------------------------------