#
# results.txt
#

#
# NOTE:
#
# In following "ti46" refers to:
#
# "NIST CD-ROM Version of the Texas Instruments-developed 46-Word
# Speaker-Dependent Isolated Word Speech Database"
#
# "tidigits" refers to the:
#
# "NIST CD-ROM Version of the Texas Instruments-developed Studio Quality
# Speaker-Independent Connected-Digit Corpus".
#
 
#
# This file contains summary of benchmarks for Sphinx4. The format of
# this file is designed to it is parseable by report generator
# programs, and yet still readable by humans with out assistance from
# external programs.  The format of the file is as follow:
# Comments start with a '#' followed by a space
#
# SystemName:	the name (or description) of the system where the test
#		 was run.
# Program:	The program tested (typically sphinx3 or sphinx4)
# Date:		The date the test was run
# Test:		The name of the test (ti46 etc)
# Who:		The name of the tester
#
# statistics as C+P from the run.
#
# comments on the test, multiple lines ok, each line starts with -A

# Formatting rules:
#
#  - no spaces before the colons
#  - always have at least one comment - and the comment should be
#     meaningful.
#  - be consistent with the previous entries
#
#    Also, the statistics fields should not be used as comments. I
#    don't think we need to record these fields until we start looking
#    at optimizing them. At that point, don't include them as comments
#    but as full fledged fields. Since we are parsing fields by name,
#    its ok to add new fields, just as long as they have unique field
#    names.
#
#    comment lines begin with '#'


# ===== system descriptions ==========

#                      (kbytes) (mhz)  (MBytes)
# system name 	CPUS 	CACHE 	CLOCK 	MEMORY ARCHITECTURE 	OS
		
system 	argus   2 	4096 	360 	512 	sparcv9 	solaris  
system 	mute 	1 	2048 	296 	128 	sparcv9 	solaris 
system 	mangueira 2 	8192 	750 	1024 	blade1000	solaris
system  sunlabs	8	4096 	336	4096	E3500 		solaris
system 	pharynx	1 	?  	450 	256 	pentium-3	linux 	
system  boteco	1	?  	700	256	pentium-3	MS-Win2000
system  debris	8	?  	750	32768	UltraSPARC-III  solaris-5.9

# ==================================================
SystemName:  	mangueira
Program: 	sphinx4
Date:		5/30/2002
Test:		ti46
Who:		egouvea

   Accuracy: %95.7   Errors: 102  (Rec: 95  Ins: 0  Del: 7)
   Sentences: 2382      Words: 2382   Matches: 2280
   Total Time Audio: 2567.2s  Proc: 1648.9s  Speed: 0.6 X real time
   Mem Total: 19.43 Mb Free: 6.10 Mb Used: 13.33 Mb

- First test collected by Evandro on the reference machine


# ==================================================
SystemName: 	pharynx
Program:	sphinx4
Date:		5/30/2002
Test:		ti46
Who:		egouvea

   Accuracy: %95.7   Errors: 102  (Rec: 95  Ins: 0  Del: 7)
   Sentences: 2382      Words: 2382   Matches: 2280
   Total Time Audio: 2567.2s  Proc: 3845.8s  Speed: 1.5 X real time
   Mem Total: 14.78 Mb Free: 1.42 Mb Used: 13.36 Mb

- run on linux

# ==================================================
SystemName:	argus
Program:	sphinx3
Date:		5/31/2002
Test:		ti46
Who:		pkwok

   Accuracy: %97.103271   Errors: 69
   Sentences: 2382      Words: 2382   Matches: 2313
   Total Timing Audio: 1611.0s  Proc: 932.6s  Speed: 0.578912 X real time
   Memory usage data unavailable

 - Running the TI-46 test set against Sphinx 3 with the
 - isolated digits model data supplied by Rita Singh

# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		5/31/2002
Test:		ti46
Who:		plamere

   Accuracy: %95.1   Errors: 116  (Rec: 109  Ins: 0  Del: 7)
   Sentences: 2382      Words: 2382   Matches: 2266
   Total Time Audio: 2567.2s  Proc: 3074.7s  Speed: 1.2 X real time
   Mem Total: 17.02 Mb Free: 5.12 Mb Used: 11.90 Mb

- after refactor of the ActiveList stuff, using a RelaxedFixActiveList
- Note that there is an error in the list that may be reducing
- accuracy that will be fixed soon

# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		5/31/2002
Test:		ti46_quick
Who:		plamere

   Accuracy: %98.4   Errors: 1  (Rec: 1  Ins: 0  Del: 0)
   Sentences: 62      Words: 62   Matches: 61
   Total Time Audio: 67.3s  Proc: 90.8s  Speed: 1.3 X real time
   Mem Total: 16.35 Mb Free: 6.72 Mb Used: 9.64 Mb

- a quick test to check the reformatting, and also to serve as a
- baseline for ti46_quick


# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		5/31/2002
Test:		ti46_quick
Who:		plamere

   Accuracy: %98.4    Errors: 1  (Rec: 1  Ins: 0  Del: 0)
   Sentences: 62      Words: 62   Matches: 61
   Total Time Audio: 68.9s  Proc: 86.9s  Speed: 1.3 X real time
   Mem Total: 14.27 Mb Free: 7.11 Mb Used: 7.16 Mb
   NIST WORD ACCURACY=  98.387% (   61/   62)  ERRORS=  1.613% (    1/ 62)

- Better calculation of average score in the RelaxedFitActiveList
- purge routine

# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		5/31/2002
Test:		ti46
Who:		plamere

   Accuracy: %96.9    Errors: 75  (Rec: 71  Ins: 0  Del: 4)
   Sentences: 2382      Words: 2382   Matches: 2307
   Total Time Audio: 2628.2s  Proc: 6960.4s  Speed: 2.6 X real time
   Mem Total: 31.38 Mb Free: 15.37 Mb Used: 16.01 Mb

- Increased the activelist target size from 1500 to 4500 to see if we
- could meet the accuracy of sphinx3, without regard to processing time.
- still slightly less accurate than sphinx3, and quite a bit slower


# ==================================================
SystemName:	argus
Program:	sphinx3
Date:		6/3/2002
Test:		ti46
Who:		pkwok

   Accuracy: %97.1   Errors: 69
   Sentences: 2382      Words: 2382   Matches: 2313
   Total Timing Audio: 2571.6s  Proc: 953.9s  Speed: 0.37 X real time
   Memory usage data unavailable

- Fixed audio time problem due to integer division rounding.
- As you can see, the "Total Timing Audio: 2571.6s" is close enough
- to that of Sphinx 4.


# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           6/3/2002
Test:           ti46
Who:            pkwok

   Accuracy: %94.9    Errors: 121  (Rec: 114  Ins: 0  Del: 7)
   Sentences: 2382      Words: 2382   Matches: 2261
   Total Time Audio: 2571.9s  Proc: 3282.7s  Speed: 1.3 X real time
   Mem Total: 18.86 Mb Free: 4.12 Mb Used: 14.73 Mb

- edu.cmu.sphinx3.frontend.keepAudioReference set to true
- Fixed audio time problem: this should be the correct total audio time
- When the AcousticScorer encounters an UTTERANCE_START, it immediately
- reads the next Feature to score it. Its odd that this causes a 0.2%
- drop in accuracy.

# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/3/2002
Test:		ti46_quick
Who:		plamere

# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 426     0.0000s   0.0000s   0.0840s   0.0007s   0.2900s   
FrontEnd        6797    0.0000s   0.0000s   0.7320s   0.0007s   4.4240s   
Preemphasizer   426     0.0000s   0.0000s   0.0560s   0.0002s   0.0900s   
HammingWindow   426     0.0000s   0.0000s   0.1270s   0.0010s   0.4080s   
FFT             6803    0.0000s   0.0000s   0.0750s   0.0003s   2.1030s   
MelFilter       6803    0.0000s   0.0000s   0.0310s   0.0000s   0.2100s   
MelCepstrum     6803    0.0000s   0.0000s   0.0350s   0.0001s   0.3820s   
FeatureExtracto 311     0.0000s   0.0000s   0.0160s   0.0003s   0.0960s   
AM_Load         1       5.9870s   5.9870s   5.9870s   5.9870s   5.9870s   
LingustLoading  1       0.2970s   0.2970s   0.2970s   0.2970s   0.2970s   
Score           6735    0.0000s   0.0000s   0.7430s   0.0045s   30.3560s  
Prune           6673    0.0000s   0.0000s   0.0670s   0.0002s   1.5470s   
Grow            6735    0.0080s   0.0000s   0.3320s   0.0090s   60.6420s  
Decode          62      1.7350s   0.8920s   3.7290s   1.5074s   93.4600s  
# ------------- Summary statistics ----------- 
   Accuracy: %98.4    Errors: 1  (Rec: 1  Ins: 0  Del: 0)
   Sentences: 62      Words: 62   Matches: 61
   Total Time Audio: 67.5s  Proc: 93.5s  Speed: 1.4 X real time
   Mem Total: 16.06 Mb Free: 7.49 Mb Used: 8.57 Mb

- Added timing info. Interesting to see that the bulk of the time is 
- in the Grow and the Score code

# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/3/2002
Test:		ti46_quick
Who:		plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 426     0.0000s   0.0000s   0.0120s   0.0003s   0.1200s   
FrontEnd        6797    0.0020s   0.0000s   0.7080s   0.0006s   3.9720s   
Preemphasizer   426     0.0000s   0.0000s   0.0030s   0.0001s   0.0340s   
HammingWindow   426     0.0000s   0.0000s   0.0080s   0.0006s   0.2350s   
FFT             6803    0.0000s   0.0000s   0.1010s   0.0003s   2.0720s   
MelFilter       6803    0.0000s   0.0000s   0.0320s   0.0000s   0.2480s   
MelCepstrum     6803    0.0000s   0.0000s   0.0710s   0.0001s   0.4380s   
FeatureExtracto 311     0.0000s   0.0000s   0.1110s   0.0006s   0.1920s   
AM_Load         1       7.4380s   7.4380s   7.4380s   7.4380s   7.4380s   
LingustLoading  1       0.1820s   0.1820s   0.1820s   0.1820s   0.1820s   
Score           6735    0.0020s   0.0000s   0.7190s   0.0042s   28.2650s  
Prune           6673    0.0000s   0.0000s   0.1960s   0.0002s   1.2560s   
Grow            6735    0.0050s   0.0000s   0.4670s   0.0063s   42.4650s  
Decode          62      1.7840s   0.6070s   3.3940s   1.1730s   72.7250s  
#  ------------- Summary statistics ----------- 
   Accuracy: %98.4    Errors: 1  (Rec: 1  Ins: 0  Del: 0)
   Sentences: 62      Words: 62   Matches: 61
   Total Time Audio: 67.5s  Proc: 72.7s  Speed: 1.1 X real time
   Mem Total: 14.59 Mb Free: 6.52 Mb Used: 8.07 Mb

- replaced ArrayList iterator with get(index) call
- a micro-optimization, but reduces times significantly

# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/3/2002
Test:		ti46
Who:		pkwok

   Accuracy: %95.0    Errors: 118  (Rec: 111  Ins: 0  Del: 7)
   Sentences: 2382      Words: 2382   Matches: 2264
   Total Time Audio: 2571.9s  Proc: 3386.0s  Speed: 1.3 X real time
   Mem Total: 16.73 Mb Free: 8.52 Mb Used: 8.21 Mb

- edu.cmu.sphinx3.frontend.keepAudioReference set to true.
- Fixed audio time problem: this should be the correct total audio time.

# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/4/2002
Test:		ti46_quick
Who:		plamere

# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 426     0.0000s   0.0000s   0.0210s   0.0004s   0.1750s   
FrontEnd        6797    0.0000s   0.0000s   0.4740s   0.0006s   4.2330s   
Preemphasizer   426     0.0000s   0.0000s   0.0500s   0.0003s   0.1230s   
HammingWindow   426     0.0010s   0.0000s   0.0220s   0.0005s   0.2250s   
FFT             6803    0.0000s   0.0000s   0.0750s   0.0003s   1.7870s   
MelFilter       6803    0.0000s   0.0000s   0.0020s   0.0000s   0.2290s   
MelCepstrum     6803    0.0000s   0.0000s   0.0110s   0.0001s   0.4400s   
FeatureExtracto 311     0.0000s   0.0000s   0.0410s   0.0004s   0.1130s   
AM_Load         1       7.3680s   7.3680s   7.3680s   7.3680s   7.3680s   
LingustLoading  1       0.3000s   0.3000s   0.3000s   0.3000s   0.3000s   
Score           6797    0.0000s   0.0000s   0.4740s   0.0025s   16.7020s  
Prune           6735    0.0000s   0.0000s   0.0010s   0.0000s   0.0400s   
Grow            6797    0.0050s   0.0000s   0.4260s   0.0106s   72.2650s  
Decode          62      1.0690s   0.7860s   3.9440s   1.4529s   90.0820s  
# ------------- Summary statistics ----------- 
   Accuracy: %95.2    Errors: 3  (Rec: 3  Ins: 0  Del: 0)
   Sentences: 62      Words: 62   Matches: 59
   Total Time Audio: 67.5s  Proc: 90.1s  Speed: 1.3 X real time
   Mem Total: 15.18 Mb Free: 5.42 Mb Used: 9.76 Mb

- Uses SortedActiveList which relies on a SortedSet to maintain the active list


# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/4/2002
Test:		ti46
Who:		plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.1640s   0.0003s   5.5120s   
FrontEnd        259102  0.0000s   0.0000s   0.8950s   0.0004s   94.0060s  
Preemphasizer   16214   0.0000s   0.0000s   0.1620s   0.0000s   0.7400s   
HammingWindow   16214   0.0000s   0.0000s   0.0560s   0.0003s   5.1450s   
FFT             259477  0.0000s   0.0000s   0.3070s   0.0002s   58.2280s  
MelFilter       259477  0.0000s   0.0000s   0.0410s   0.0000s   4.9210s   
MelCepstrum     259477  0.0000s   0.0000s   0.1240s   0.0000s   12.0200s  
FeatureExtracto 11737   0.0000s   0.0000s   0.0780s   0.0001s   1.2850s   
AM_Load         1       6.2300s   6.2300s   6.2300s   6.2300s   6.2300s   
LingustLoading  1       0.1600s   0.1600s   0.1600s   0.1600s   0.1600s   
Score           259102  0.0000s   0.0000s   0.8950s   0.0055s   1427.5350s
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.3410s   
Grow            259102  0.0640s   0.0000s   0.4240s   0.0010s   249.6570s 
Decode          2382    0.6730s   0.4250s   2.6380s   0.7097s   1690.4760s
#  ------------- Summary statistics ----------- 
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 1690.5s  Speed: 0.7 X real time
   Mem Total: 15.80 Mb Free: 5.98 Mb Used: 9.81 Mb


- Uses new TreeActiveList which keeps tokens in a sorted tree. That accounts 
- for the speed improvement.  Uses upgraded scoring code. That accounts 
- for significant improvement in accuracy.

# ==================================================
SystemName:	mangueira
Program:	sphinx4
Date:		6/4/2002
Test:		ti46
Who:		egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.0060s   0.0001s   2.3100s
FrontEnd        259102  0.0000s   0.0000s   0.2470s   0.0002s   44.4190s
Preemphasizer   16214   0.0000s   0.0000s   0.0020s   0.0000s   0.3650s
HammingWindow   16214   0.0000s   0.0000s   0.0870s   0.0002s   3.2580s
FFT             259477  0.0000s   0.0000s   0.0160s   0.0001s   26.5360s
MelFilter       259477  0.0000s   0.0000s   0.0870s   0.0000s   2.1390s
MelCepstrum     259477  0.0000s   0.0000s   0.0040s   0.0000s   6.4160s
FeatureExtracto 11737   0.0000s   0.0000s   0.1510s   0.0001s   0.6750s
AM_Load         1       2.9130s   2.9130s   2.9130s   2.9130s   2.9130s
LingustLoading  1       0.0660s   0.0660s   0.0660s   0.0660s   0.0660s
Score           259102  0.0000s   0.0000s   0.2470s   0.0029s   750.6890s
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.2270s
Grow            259102  0.0000s   0.0000s   0.1830s   0.0005s   126.9930s
Decode          2382    0.3320s   0.2290s   5.5320s   0.3891s   926.7420s
# ------------- Summary statistics -----------
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 926.7s  Speed: 0.4 X real time
   Mem Total: 16.28 Mb Free: 4.87 Mb Used: 11.41 Mb

- Uses new TreeActiveList which keeps tokens in a sorted tree. That accounts 
- for the speed improvement.  Uses upgraded scoring code. That accounts 
- for significant improvement in accuracy. Run on mangueira.

# ==================================================
SystemName:	boteco
Program:	sphinx4
Date:		6/4/2002
Test:		ti46
Who:		egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 16214   0.0000s   0.0000s   0.1000s   0.0003s   4.0770s
FrontEnd        259102  0.0000s   0.0000s   0.5210s   0.0003s   71.2770s
Preemphasizer   16214   0.0000s   0.0000s   0.0200s   0.0000s   0.4400s
HammingWindow   16214   0.0000s   0.0000s   0.1200s   0.0003s   4.6660s
FFT             259477  0.0000s   0.0000s   0.1000s   0.0002s   43.4670s
MelFilter       259477  0.0000s   0.0000s   0.0910s   0.0000s   2.6730s
MelCepstrum     259477  0.0000s   0.0000s   0.0300s   0.0000s   8.7730s
FeatureExtracto 11737   0.0000s   0.0000s   0.1600s   0.0001s   1.7420s
AM_Load         1       3.9660s   3.9660s   3.9660s   3.9660s   3.9660s
LingustLoading  1       0.1100s   0.1100s   0.1100s   0.1100s   0.1100s
Score           259102  0.0000s   0.0000s   0.5210s   0.0055s   1412.4120s
Prune           256720  0.0000s   0.0000s   0.0110s   0.0000s   0.9110s
Grow            259102  0.0000s   0.0000s   0.2610s   0.0010s   255.4980s
Decode          2382    0.5810s   0.4300s   1.9630s   0.7129s   1698.2140s
# ------------- Summary statistics -----------
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 1698.2s  Speed: 0.7 X real time
   Mem Total: 11.94 Mb Free: 2.28 Mb Used: 9.65 Mb

- Uses new TreeActiveList which keeps tokens in a sorted tree. That accounts 
- for the speed improvement.  Uses upgraded scoring code. That accounts 
- for significant improvement in accuracy. Run on Windows 2000.

# ==================================================
SystemName:	pharynx
Program:	sphinx4
Date:		6/4/2002
Test:		ti46
Who:		egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 16214   0.0000s   0.0000s   0.1670s   0.0009s   13.8200s
FrontEnd        259102  0.0000s   0.0000s   1.3730s   0.0005s   126.2850s
Preemphasizer   16214   0.0000s   0.0000s   0.0100s   0.0001s   0.8850s
HammingWindow   16214   0.0000s   0.0000s   0.1710s   0.0005s   8.0560s
FFT             259477  0.0000s   0.0000s   0.1670s   0.0003s   70.8690s
MelFilter       259477  0.0000s   0.0000s   0.1660s   0.0000s   5.0360s
MelCepstrum     259477  0.0000s   0.0000s   0.0200s   0.0000s   11.7570s
FeatureExtracto 11737   0.0000s   0.0000s   0.2960s   0.0003s   3.4610s
AM_Load         1       8.3750s   8.3750s   8.3750s   8.3750s   8.3750s
LingustLoading  1       0.3180s   0.3180s   0.3180s   0.3180s   0.3180s
Score           259102  0.0000s   0.0000s   1.3740s   0.0066s   1699.1940s
Prune           256720  0.0000s   0.0000s   0.0250s   0.0000s   0.7020s
Grow            259102  0.0010s   0.0000s   0.3320s   0.0014s   358.8540s
Decode          2382    0.7800s   0.5300s   4.3400s   0.8703s   2073.1360s
# ------------- Summary statistics -----------
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 2073.1s  Speed: 0.8 X real time
   Mem Total: 12.45 Mb Free: 4.15 Mb Used: 8.29 Mb

- Uses new TreeActiveList which keeps tokens in a sorted tree. That accounts 
- for the speed improvement.  Uses upgraded scoring code. That accounts 
- for significant improvement in accuracy. Run on linux box. Caveat: data read
- over a network.


# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/4/2002
Test:		ti46
Who:		plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.1290s   0.0003s   5.4660s   
FrontEnd        259102  0.0000s   0.0000s   0.9150s   0.0004s   103.4830s 
Preemphasizer   16214   0.0000s   0.0000s   0.0030s   0.0000s   0.4370s   
HammingWindow   16214   0.0000s   0.0000s   0.0270s   0.0003s   4.8370s   
FFT             259477  0.0000s   0.0000s   0.2510s   0.0003s   68.2000s  
MelFilter       259477  0.0000s   0.0000s   0.1210s   0.0000s   5.1800s   
MelCepstrum     259477  0.0000s   0.0000s   0.1290s   0.0000s   12.1680s  
FeatureExtracto 11737   0.0000s   0.0000s   0.2560s   0.0001s   1.5080s   
AM_Load         1       6.1160s   6.1160s   6.1160s   6.1160s   6.1160s   
LingustLoading  1       0.1740s   0.1740s   0.1740s   0.1740s   0.1740s   
Score           259102  0.0000s   0.0000s   0.9160s   0.0048s   1244.9180s
Prune           256720  0.0000s   0.0000s   0.0040s   0.0000s   0.4010s   
Grow            259102  0.0010s   0.0000s   0.5570s   0.0010s   250.7540s 
Decode          2382    0.7380s   0.3700s   2.9230s   0.6336s   1509.2010s
# ------------- Summary statistics ----------- 
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 1509.2s  Speed: 0.6 X real time
   Mem Total: 15.95 Mb Free: 4.30 Mb Used: 11.64 Mb

- use single precision float as the accumulator in the inner scoring loop

# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/5/2002
Test:		ti46
Who:		plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.0280s   0.0002s   3.7690s   
FrontEnd        259102  0.0000s   0.0000s   0.7910s   0.0003s   89.8170s  
Preemphasizer   16214   0.0000s   0.0000s   0.1030s   0.0000s   0.7730s   
HammingWindow   16214   0.0000s   0.0000s   0.1260s   0.0003s   5.0640s   
FFT             259477  0.0000s   0.0000s   0.4210s   0.0002s   56.3790s  
MelFilter       259477  0.0000s   0.0000s   0.0950s   0.0000s   4.8990s   
MelCepstrum     259477  0.0000s   0.0000s   0.1090s   0.0000s   11.7930s  
FeatureExtracto 11737   0.0000s   0.0000s   0.2340s   0.0001s   1.4490s   
AM_Load         1       6.6800s   6.6800s   6.6800s   6.6800s   6.6800s   
LingustLoading  1       0.2960s   0.2960s   0.2960s   0.2960s   0.2960s   
Score           259102  0.0000s   0.0000s   0.7910s   0.0025s   660.0990s 
Prune           256720  0.0000s   0.0000s   0.0040s   0.0000s   0.2910s   
Grow            259102  0.0010s   0.0000s   0.3060s   0.0004s   93.3750s  
Decode          2382    0.2780s   0.2020s   2.4430s   0.3207s   763.9400s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 763.9s  Speed: 0.3 X real time
   Mem Total: 13.11 Mb Free: 2.11 Mb Used: 11.00 Mb

- reduced max active list size down from 2000 to 100. No accuracy loss, 
- speed increase to faster than sphinx3 and more accurate. (953 vs.764)
- over a network.


# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/5/2002
Test:		ti46_quick
Who:		pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 426     0.0000s   0.0000s   0.0500s   0.0010s   0.4450s   
FrontEnd        6797    0.0000s   0.0000s   0.7450s   0.0007s   5.0850s   
Preemphasizer   426     0.0000s   0.0000s   0.0570s   0.0002s   0.0850s   
HammingWindow   426     0.0000s   0.0000s   0.1220s   0.0010s   0.4390s   
FFT             6803    0.0000s   0.0000s   0.1340s   0.0003s   2.2680s   
MelFilter       6803    0.0000s   0.0000s   0.0550s   0.0000s   0.3090s   
MelCepstrum     6803    0.0000s   0.0000s   0.0590s   0.0001s   0.4260s   
FeatureExtracto 311     0.0000s   0.0000s   0.2390s   0.0010s   0.3160s   
AM_Load         1       8.5960s   8.5960s   8.5960s   8.5960s   8.5960s   
LingustLoading  1       0.3380s   0.3380s   0.3380s   0.3380s   0.3380s   
Score           6797    0.0000s   0.0000s   0.7450s   0.0070s   47.3180s  
Prune           6735    0.0000s   0.0000s   0.0010s   0.0000s   0.0480s   
Grow            6797    0.0000s   0.0000s   0.3210s   0.0012s   8.1460s   
Decode          62      0.7290s   0.5110s   2.9530s   0.9060s   56.1730s  

   Accuracy: %100.0    Errors: 0  (Rec: 0  Ins: 0  Del: 0)
   Sentences: 62      Words: 62   Matches: 62
   Total Time Audio: 67.5s  Proc: 56.7s  Speed: 0.8 X real time
   Mem Total: 13.91 Mb Free: 5.54 Mb Used: 8.37 Mb

- ti46_quick run with the default ActiveList size of 1000


# ==================================================
SystemName:	argus
Program:	sphinx3
Date:		6/5/2002
Test:		ti46_quick
Who:		pkwok

            Function     Total  Count   Average
             Loading    0.3231 000001    0.3231
                file    0.3374 000001    0.3374
              Decode   29.0167 000604    0.0480
            FrontEnd    7.8555 000302    0.0260
          ScorePrune   13.5242 000302    0.0448
   ExtractHypothesis    0.0146 000302    0.0000
Total Times 51.071377 seconds

   Accuracy: %98.4   Errors: 1
   Sentences: 62      Words: 62   Matches: 61
   Total Timing Audio: 67.4s  Proc: 29.0s  Speed: 0.43 X real time
   Memory usage data unavailable

- default run of ti46_quick on argus.


# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/5/2002
Test:		ti46
Who:		pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.2650s   0.0032s   52.1410s  
FrontEnd        259102  0.0000s   0.0000s   1.0660s   0.0006s   143.2000s 
Preemphasizer   16214   0.0000s   0.0000s   0.0430s   0.0000s   0.7710s   
HammingWindow   16214   0.0000s   0.0000s   0.1350s   0.0004s   5.7670s   
FFT             259477  0.0000s   0.0000s   0.1950s   0.0002s   59.5420s  
MelFilter       259477  0.0000s   0.0000s   0.0330s   0.0000s   5.0490s   
MelCepstrum     259477  0.0000s   0.0000s   0.1230s   0.0000s   12.3760s  
FeatureExtracto 11737   0.0000s   0.0000s   0.2470s   0.0001s   1.1380s   
AM_Load         1       8.8890s   8.8890s   8.8890s   8.8890s   8.8890s   
LingustLoading  1       0.2090s   0.2090s   0.2090s   0.2090s   0.2090s   
Score           259102  0.0000s   0.0000s   1.0660s   0.0051s   1317.1220s
Prune           256720  0.0000s   0.0000s   0.0030s   0.0000s   0.3320s   
Grow            259102  0.0010s   0.0000s   0.5040s   0.0010s   255.9590s 
Decode          2382    0.5680s   0.3910s   3.1090s   0.6652s   1584.5550s
# ------------- Summary statistics ----------- 
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 1584.6s  Speed: 0.6 X real time
   Mem Total: 16.62 Mb Free: 4.24 Mb Used: 12.38 Mb

- After Paul changed all doubles to floats in the inner loop of the scoring
- code.


# ==================================================
SystemName:	sunlabs
Program:	sphinx4
Date:		6/5/2002
Test:		ti46
Who:		pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.3260s   0.0005s   8.2910s   
FrontEnd        259102  0.0000s   0.0000s   0.3960s   0.0004s   110.8850s 
Preemphasizer   16214   0.0000s   0.0000s   0.0040s   0.0000s   0.5750s   
HammingWindow   16214   0.0000s   0.0000s   0.3020s   0.0006s   10.2950s  
FFT             259477  0.0000s   0.0000s   0.3910s   0.0002s   64.0450s  
MelFilter       259477  0.0000s   0.0000s   0.2570s   0.0000s   6.6850s   
MelCepstrum     259477  0.0000s   0.0000s   0.2790s   0.0001s   13.1630s  
LiveCMN         259477  0.0000s   0.0000s   0.0010s   0.0000s   0.6290s   
FeatureExtracto 11869   0.0000s   0.0000s   0.2540s   0.0002s   1.8000s   
AM_Load         1       6.2790s   6.2790s   6.2790s   6.2790s   6.2790s   
LingustLoading  1       0.1840s   0.1840s   0.1840s   0.1840s   0.1840s   
Score           259102  0.0000s   0.0000s   0.4030s   0.0050s   1284.7190s
Prune           256720  0.0000s   0.0000s   0.0020s   0.0000s   0.4920s   
Grow            259102  0.0010s   0.0000s   0.4110s   0.0012s   297.9960s 
Decode          2382    0.6400s   0.4060s   2.4030s   0.6702s   1596.5180s
# ------------- Summary statistics ----------- 
   Accuracy: %98.4    Errors: 38  (Rec: 38  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2344
   Total Time Audio: 2571.9s  Proc: 1596.5s  Speed: 0.6 X real time
   Mem Total: 15.57 Mb Free: 6.98 Mb Used: 8.59 Mb

- uses live mode CMN, accuracy drop 0.6% to 98.4%


# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/5/2002
Test:		ti46
Who:		pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.1400s   0.0011s   18.0780s  
FrontEnd        259102  0.0000s   0.0000s   0.4940s   0.0004s   111.3610s 
Preemphasizer   16214   0.0000s   0.0000s   0.0040s   0.0000s   0.6550s   
HammingWindow   16214   0.0000s   0.0000s   0.1420s   0.0003s   5.2440s   
FFT             259477  0.0000s   0.0000s   0.0360s   0.0002s   63.9690s  
MelFilter       259477  0.0000s   0.0000s   0.0390s   0.0000s   4.8280s   
MelCepstrum     259477  0.0000s   0.0000s   0.0300s   0.0000s   12.2690s  
FeatureExtracto 11737   0.0000s   0.0000s   0.2100s   0.0001s   1.4450s   
AM_Load         1       5.4220s   5.4220s   5.4220s   5.4220s   5.4220s   
LingustLoading  1       0.1590s   0.1590s   0.1590s   0.1590s   0.1590s   
Score           259102  0.0000s   0.0000s   0.4940s   0.0038s   981.5190s 
Prune           256720  0.0000s   0.0000s   0.0020s   0.0000s   0.3630s   
Grow            259102  0.0010s   0.0000s   0.3500s   0.0010s   248.0590s 
Decode          2382    0.4950s   0.3200s   2.0090s   0.5214s   1241.8980s
# ------------- Summary statistics ----------- 
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 1241.9s  Speed: 0.5 X real time
   Mem Total: 15.88 Mb Free: 9.29 Mb Used: 6.59 Mb

- Optimized the MixtureComponent.getScore() code by added a 
- LogMath.logEToLog(). Method. This knocked another 342s (22%) off.
- The size of the ActiveList is still at the default 1500.


# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/5/2002
Test:		ti46
Who:		pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.1200s   0.0002s   3.9610s   
FrontEnd        259102  0.0000s   0.0000s   0.5880s   0.0004s   94.7380s  
Preemphasizer   16214   0.0000s   0.0000s   0.0110s   0.0000s   0.7020s   
HammingWindow   16214   0.0000s   0.0000s   0.1210s   0.0003s   5.2450s   
FFT             259477  0.0000s   0.0000s   0.0380s   0.0002s   63.3440s  
MelFilter       259477  0.0000s   0.0000s   0.0240s   0.0000s   4.6480s   
MelCepstrum     259477  0.0000s   0.0000s   0.0520s   0.0000s   11.3630s  
FeatureExtracto 11737   0.0000s   0.0000s   0.0420s   0.0001s   1.0550s   
AM_Load         1       5.3920s   5.3920s   5.3920s   5.3920s   5.3920s   
LingustLoading  1       0.2480s   0.2480s   0.2480s   0.2480s   0.2480s   
Score           259102  0.0000s   0.0000s   0.5880s   0.0020s   525.2990s 
Prune           256720  0.0000s   0.0000s   0.0040s   0.0000s   0.3590s   
Grow            259102  0.0010s   0.0000s   0.2500s   0.0004s   99.1500s  
Decode          2382    0.2700s   0.1640s   1.7960s   0.2656s   632.7110s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.0    Errors: 23  (Rec: 23  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2359
   Total Time Audio: 2571.9s  Proc: 632.7s  Speed: 0.2 X real time
   Mem Total: 13.84 Mb Free: 5.87 Mb Used: 7.97 Mb

- ActiveList size is 100. Contains the LogMath.logEToLog() optimization.
- So with no lost of accuracy (actually 23 instead of 24 errors), it is
- very close to twice as fast as Sphinx 3


# ==================================================
SystemName:	pharynx
Program:	sphinx4
Date:		6/5/2002
Test:		ti46
Who:		egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.4370s   0.0010s   15.4140s  
FrontEnd        259102  0.0000s   0.0000s   2.0360s   0.0005s   128.2740s 
Preemphasizer   16214   0.0000s   0.0000s   0.0120s   0.0001s   0.8920s   
HammingWindow   16214   0.0010s   0.0000s   0.1690s   0.0005s   7.6510s   
FFT             259477  0.0000s   0.0000s   0.1700s   0.0003s   75.2020s  
MelFilter       259477  0.0000s   0.0000s   0.0880s   0.0000s   5.2620s   
MelCepstrum     259477  0.0000s   0.0000s   0.0180s   0.0000s   12.4530s  
FeatureExtracto 11737   0.0000s   0.0000s   0.2320s   0.0003s   3.6400s   
AM_Load         1       7.8260s   7.8260s   7.8260s   7.8260s   7.8260s   
LingustLoading  1       0.3540s   0.3540s   0.3540s   0.3540s   0.3540s   
Score           259102  0.0000s   0.0000s   2.0370s   0.0051s   1323.5650s
Prune           256720  0.0000s   0.0000s   0.0140s   0.0000s   0.9070s   
Grow            259102  0.0000s   0.0000s   0.3170s   0.0013s   348.1480s 
Decode          2382    0.6130s   0.4060s   7.4180s   0.7097s   1690.5080s
# ------------- Summary statistics ----------- 
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 1690.5s  Speed: 0.7 X real time
   Mem Total: 12.65 Mb Free: 5.01 Mb Used: 7.64 Mb

- sphinx4 on linux

# ==================================================
SystemName:	pharynx
Program:	sphinx3
Date:		6/5/2002
Test:		ti46
Who:		egouvea

            Function     Total  Count   Average
             Loading    0.3881 000001    0.3881
                file    0.2076 000001    0.2076
              Decode  557.4132 022900    0.0243
            FrontEnd  151.0836 011450    0.0132
         preemphasis    0.5526 013694    0.0000
       HammingWindow    1.4213 254458    0.0000
   SpectrumMagnitude  128.6763 254458    0.0005
         MelSpectrum    5.3250 254458    0.0000
         MelCepstrum    7.7116 254458    0.0000
                 cmn    0.1321 011450    0.0000
    FeatureExtractor    0.3575 011450    0.0000
          ScorePrune  245.6033 011450    0.0215
   ExtractHypothesis    0.3469 011450    0.0000
Total Times 1099.219238 seconds

# ------------- Summary statistics -----------
   Accuracy: %97.1   Errors: 69
   Sentences: 2382      Words: 2382   Matches: 2313
   Total Timing Audio: 2571.6s  Proc: 557.9s  Speed: 0.22 X real time
   Memory usage data unavailable

- sphinx3 on linux

# ==================================================
SystemName:	mangueira
Program:	sphinx4
Date:		6/6/2002
Test:		ti46
Who:		egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.0060s   0.0001s   2.4230s   
FrontEnd        259102  0.0000s   0.0000s   0.2490s   0.0002s   44.5010s  
Preemphasizer   16214   0.0000s   0.0000s   0.0020s   0.0000s   0.4010s   
HammingWindow   16214   0.0000s   0.0000s   0.0060s   0.0002s   3.0670s   
FFT             259477  0.0000s   0.0000s   0.0770s   0.0001s   26.7430s  
MelFilter       259477  0.0000s   0.0000s   0.0140s   0.0000s   1.9830s   
MelCepstrum     259477  0.0000s   0.0000s   0.0040s   0.0000s   6.4860s   
FeatureExtracto 11737   0.0000s   0.0000s   0.1470s   0.0001s   0.9300s   
AM_Load         1       3.3320s   3.3320s   3.3320s   3.3320s   3.3320s   
LingustLoading  1       0.0690s   0.0690s   0.0690s   0.0690s   0.0690s   
Score           259102  0.0000s   0.0000s   0.2490s   0.0023s   583.7920s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.2100s   
Grow            259102  0.0000s   0.0000s   0.1990s   0.0005s   128.6970s 
Decode          2382    0.2760s   0.1900s   1.0080s   0.3018s   718.9970s 

# ------------- Summary statistics ----------- 
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 719.0s  Speed: 0.3 X real time
   Mem Total: 16.18 Mb Free: 3.84 Mb Used: 12.34 Mb

- sphinx4 on solaris

# ==================================================
SystemName:	mangueira
Program:	sphinx3
Date:		6/6/2002
Test:		ti46
Who:		egouvea

            Function     Total  Count   Average
             Loading    0.2402 000001    0.2402
                file    0.1370 000001    0.1370
              Decode  372.9180 022900    0.0163
            FrontEnd  144.2254 011450    0.0126
         preemphasis    1.3543 013694    0.0001
       HammingWindow    1.0988 254458    0.0000
   SpectrumMagnitude  125.6033 254458    0.0005
         MelSpectrum    3.9631 254458    0.0000
         MelCepstrum    5.9940 254458    0.0000
                 cmn    0.0782 011450    0.0000
    FeatureExtractor    0.2845 011450    0.0000
          ScorePrune  220.6341 011450    0.0193
   ExtractHypothesis    0.2513 011450    0.0000
Total Times 876.782349 seconds
# ------------- Summary statistics -----------
   Accuracy: %97.1   Errors: 69
   Sentences: 2382      Words: 2382   Matches: 2313
   Total Timing Audio: 2571.6s  Proc: 373.2s  Speed: 0.15 X real time
   Memory usage data unavailable

- sphinx3 on solaris

# ==================================================
SystemName:	argus
Program:	sphinx3
Date:		6/6/2002
Test:		multi_batch
Who:		pkwok

            Function     Total  Count   Average
             Loading    0.2981 000001    0.2981
                file    0.3437 000001    0.3437
              Decode    8.6853 000306    0.0284
            FrontEnd    3.1288 000153    0.0204
         preemphasis    0.0299 000171    0.0002
       HammingWindow    0.0280 003582    0.0000
   SpectrumMagnitude    2.7384 003582    0.0008
         MelSpectrum    0.0755 003582    0.0000
         MelCepstrum    0.1427 003582    0.0000
                 cmn    0.0024 000153    0.0000
    FeatureExtractor    0.0076 000153    0.0000
          ScorePrune    5.3482 000153    0.0350
   ExtractHypothesis    0.0102 000153    0.0001
Total Times 20.838751 seconds
# ------------- Summary statistics -----------
   Accuracy: %100.0   Errors: 0
   Sentences: 20      Words: 20   Matches: 20
   Total Timing Audio: 36.0s  Proc: 8.7s  Speed: 0.24 X real time
   Memory usage data unavailable

- connected digits run of Sphinx3 on argus

# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/6/2002
Test:		multi_batch
Who:		pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 193     0.0000s   0.0000s   0.0520s   0.0034s   0.6480s   
FrontEnd        3619    0.0000s   0.0000s   0.4160s   0.0008s   2.9700s   
Preemphasizer   193     0.0000s   0.0000s   0.0030s   0.0002s   0.0350s   
HammingWindow   193     0.0000s   0.0000s   0.0070s   0.0010s   0.1850s   
FFT             3624    0.0000s   0.0000s   0.0490s   0.0003s   1.2450s   
MelFilter       3624    0.0000s   0.0000s   0.0020s   0.0000s   0.1650s   
MelCepstrum     3624    0.0000s   0.0000s   0.0290s   0.0001s   0.2620s   
FeatureExtracto 157     0.0010s   0.0000s   0.0020s   0.0003s   0.0500s   
AM_Load         1       5.6890s   5.6890s   5.6890s   5.6890s   5.6890s   
LingustLoading  1       0.1970s   0.1970s   0.1970s   0.1970s   0.1970s   
Score           3619    0.0000s   0.0000s   0.4170s   0.0049s   17.5650s  
Prune           3599    0.0000s   0.0000s   0.0010s   0.0000s   0.0190s   
Grow            3619    0.0010s   0.0000s   0.4730s   0.0017s   6.2770s   
Decode          20      0.8120s   0.3410s   2.3900s   1.2151s   24.3020s  
# ------------- Summary statistics ----------- 
   Accuracy: %100.0    Errors: 0  (Rec: 0  Ins: 0  Del: 0)
   Sentences: 20      Words: 78   Matches: 78
   Total Time Audio: 36.0s  Proc: 24.3s  Speed: 0.7 X real time
   Mem Total: 18.36 Mb Free: 6.44 Mb Used: 11.92 Mb

- ActiveList size is the default 1500


# ==================================================
SystemName:	argus
Program:	sphinx4
Date:		6/6/2002
Test:		multi_batch
Who:		pkwok


# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 193     0.0000s   0.0000s   0.1000s   0.0009s   0.1820s   
FrontEnd        3619    0.0000s   0.0000s   0.4420s   0.0007s   2.4020s   
Preemphasizer   193     0.0000s   0.0000s   0.0030s   0.0002s   0.0290s   
HammingWindow   193     0.0000s   0.0000s   0.0320s   0.0012s   0.2320s   
FFT             3624    0.0000s   0.0000s   0.0250s   0.0003s   1.1050s   
MelFilter       3624    0.0000s   0.0000s   0.0020s   0.0000s   0.1300s   
MelCepstrum     3624    0.0000s   0.0000s   0.0040s   0.0001s   0.1950s   
FeatureExtracto 157     0.0000s   0.0000s   0.0430s   0.0007s   0.1070s   
AM_Load         1       5.6050s   5.6050s   5.6050s   5.6050s   5.6050s   
LingustLoading  1       0.1450s   0.1450s   0.1450s   0.1450s   0.1450s   
Score           3619    0.0000s   0.0000s   0.4420s   0.0018s   6.6510s   
Prune           3599    0.0000s   0.0000s   0.0010s   0.0000s   0.0240s   
Grow            3619    0.0010s   0.0000s   0.2140s   0.0006s   2.1450s   
Decode          20      0.2760s   0.1200s   1.3160s   0.4648s   9.2960s   
#  ------------- Summary statistics ----------- 
   Accuracy: %100.0    Errors: 0  (Rec: 0  Ins: 0  Del: 0)
   Sentences: 20      Words: 78   Matches: 78
   Total Time Audio: 36.0s  Proc: 9.3s  Speed: 0.3 X real time
   Mem Total: 13.29 Mb Free: 6.84 Mb Used: 6.45 Mb

- ActiveList size is 50


# ==================================================
SystemName:	argus
Program:	sphinx3
Date:		6/6/2002
Test:		ti46
Who:		pkwok


            Function     Total  Count   Average
             Loading    0.2982 000001    0.2982
                file    0.2510 000001    0.2510
              Decode  647.6606 022900    0.0283
            FrontEnd  224.1292 011450    0.0196
         preemphasis    2.1325 013694    0.0002
       HammingWindow    2.0666 254458    0.0000
   SpectrumMagnitude  196.1614 254458    0.0008
         MelSpectrum    5.4313 254458    0.0000
         MelCepstrum   10.2421 254458    0.0000
                 cmn    0.1505 011450    0.0000
    FeatureExtractor    0.5293 011450    0.0000
          ScorePrune  403.6388 011450    0.0353
   ExtractHypothesis    0.5169 011450    0.0000
Total Times 1493.208374 seconds
# ------------- Summary statistics -----------
   Accuracy: %97.1   Errors: 69
   Sentences: 2382      Words: 2382   Matches: 2313
   Total Timing Audio: 2571.6s  Proc: 648.3s  Speed: 0.25 X real time
   Memory usage data unavailable

- Rerun of Sphinx 3 on argus after seeing Evandro's Sphinx 3 results on
- mangueira and pharynx.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/6/2002
Test:           ti46
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 16214   0.0000s   0.0000s   0.0780s   0.0001s   2.3920s
FrontEnd        259102  0.0000s   0.0000s   0.2470s   0.0002s   44.4070s
Preemphasizer   16214   0.0000s   0.0000s   0.0020s   0.0000s   0.2570s
HammingWindow   16214   0.0000s   0.0000s   0.0790s   0.0002s   3.2010s
FFT             259477  0.0000s   0.0000s   0.0820s   0.0001s   26.7500s
MelFilter       259477  0.0000s   0.0000s   0.0060s   0.0000s   2.0460s
MelCepstrum     259477  0.0000s   0.0000s   0.0070s   0.0000s   6.3480s
FeatureExtracto 11737   0.0000s   0.0000s   0.1460s   0.0001s   1.1700s
AM_Load         1       2.9600s   2.9600s   2.9600s   2.9600s   2.9600s
LingustLoading  1       0.0660s   0.0660s   0.0660s   0.0660s   0.0660s
Score           259102  0.0000s   0.0000s   0.2470s   0.0012s   314.1030s
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.2350s
Grow            259102  0.0000s   0.0000s   0.1210s   0.0002s   52.6840s
Decode          2382    0.1340s   0.0940s   0.8290s   0.1560s   371.6690s
# ------------- Summary statistics -----------
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.90s  Proc: 371.67s  Speed: 0.14 X real time
   Mem Total: 13.18 Mb Free: 3.46 Mb Used: 9.72 Mb

- ActiveList size is 100. This compares with Sphinx 3's 0.15 X real time.

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           6/7/2002
Test:           ti46
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.1430s   0.0030s   48.8890s  
FrontEnd        259102  0.0000s   0.0000s   0.6440s   0.0005s   140.9360s 
Preemphasizer   16214   0.0000s   0.0000s   0.0030s   0.0000s   0.6790s   
HammingWindow   16214   0.0000s   0.0000s   0.1420s   0.0003s   5.4780s   
FFT             259477  0.0000s   0.0000s   0.1460s   0.0002s   63.4040s  
MelFilter       259477  0.0000s   0.0000s   0.0320s   0.0000s   4.7660s   
MelCepstrum     259477  0.0000s   0.0000s   0.0080s   0.0000s   11.4100s  
FeatureExtracto 11737   0.0000s   0.0000s   0.2670s   0.0001s   1.5300s   
AM_Load         1       5.4190s   5.4190s   5.4190s   5.4190s   5.4190s   
LingustLoading  1       0.1480s   0.1480s   0.1480s   0.1480s   0.1480s   
Score           259102  0.0000s   0.0000s   0.6440s   0.0031s   809.8660s 
Prune           256720  0.0000s   0.0000s   0.0050s   0.0000s   0.3580s   
Grow            259102  0.0010s   0.0000s   0.4210s   0.0010s   254.2860s 
Decode          2382    0.4200s   0.2370s   2.0140s   0.4521s   1076.8350s
#  ------------- Summary statistics ----------- 
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 1076.8s  Speed: 0.4 X real time
   Mem Total: 16.30 Mb Free: 5.35 Mb Used: 10.95 Mb

- Experimental version with a threaded scorer running two threads.
- Active list is 1500, comparaes favorably with non-threaded version 
- with a Proc: time of 1241.9s
# ==================================================
SystemName:     sunlabs
Program:        sphinx4
Date:           6/7/2002
Test:           ti46
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.0540s   0.0008s   12.6680s  
FrontEnd        259102  0.0000s   0.0000s   0.5900s   0.0004s   104.9960s 
Preemphasizer   16214   0.0000s   0.0000s   0.0030s   0.0000s   0.5770s   
HammingWindow   16214   0.0000s   0.0000s   0.0100s   0.0005s   7.3510s   
FFT             259477  0.0000s   0.0000s   0.0250s   0.0002s   59.4630s  
MelFilter       259477  0.0000s   0.0000s   0.0100s   0.0000s   5.2420s   
MelCepstrum     259477  0.0000s   0.0000s   0.0040s   0.0000s   12.4560s  
FeatureExtracto 11737   0.0000s   0.0000s   0.1780s   0.0001s   1.4690s   
AM_Load         1       6.2040s   6.2040s   6.2040s   6.2040s   6.2040s   
LingustLoading  1       0.1540s   0.1540s   0.1540s   0.1540s   0.1540s   
Score           259102  0.0000s   0.0000s   0.5900s   0.0039s   1018.0470s
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.3770s   
Grow            259102  0.0010s   0.0000s   0.3960s   0.0011s   290.5360s 
Decode          2382    0.4840s   0.3330s   2.1360s   0.5553s   1322.6220s
# ------------- Summary statistics ----------- 
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 1322.6s  Speed: 0.5 X real time
   Mem Total: 15.96 Mb Free: 4.71 Mb Used: 11.25 Mb

- Running with new multi-threaded scorer on sunlabs. Running here
- with default absoluteBeamWidth of 1500 and configured to have only one 
- scoring thread (i.e. this is essentially without threading the
-  scorer)
# ==================================================
SystemName:     sunlabs
Program:        sphinx4
Date:           6/7/2002
Test:           ti46
Who:            plamere


# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.0120s   0.0003s   4.9540s   
FrontEnd        259102  0.0000s   0.0000s   0.5360s   0.0004s   98.5200s  
Preemphasizer   16214   0.0000s   0.0000s   0.0030s   0.0000s   0.5830s   
HammingWindow   16214   0.0000s   0.0000s   0.0700s   0.0004s   7.0760s   
FFT             259477  0.0000s   0.0000s   0.0240s   0.0002s   60.1640s  
MelFilter       259477  0.0000s   0.0000s   0.0330s   0.0000s   5.2660s   
MelCepstrum     259477  0.0000s   0.0000s   0.0100s   0.0000s   12.4640s  
FeatureExtracto 11737   0.0000s   0.0000s   0.0700s   0.0001s   1.4550s   
AM_Load         1       6.0110s   6.0110s   6.0110s   6.0110s   6.0110s   
LingustLoading  1       0.1450s   0.1450s   0.1450s   0.1450s   0.1450s   
Score           259102  0.0000s   0.0000s   0.5370s   0.0025s   639.0990s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.5730s   
Grow            259102  0.0010s   0.0000s   0.3820s   0.0012s   315.2280s 
Decode          2382    0.4030s   0.2300s   1.9690s   0.4069s   969.3330s 
 ------------- Summary statistics ----------- 
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 969.3s  Speed: 0.4 X real time
   Mem Total: 16.45 Mb Free: 7.55 Mb Used: 8.90 Mb

- Running with new multi-threaded scorer on sunlabs. Running here
- with default absoluteBeamWidth of 1500 and configured to have set the
- number of scoring threads to be equal to the number of available
- processors. In this run, 8 scoring threads were used.

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           6/7/2002
Test:           ti46
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.1470s   0.0035s   56.1310s  
FrontEnd        259102  0.0000s   0.0000s   1.0560s   0.0006s   144.7840s 
Preemphasizer   16214   0.0000s   0.0000s   0.0040s   0.0000s   0.6980s   
HammingWindow   16214   0.0670s   0.0000s   0.1500s   0.0004s   5.7840s   
FFT             259477  0.0000s   0.0000s   0.1610s   0.0002s   57.9070s  
MelFilter       259477  0.0000s   0.0000s   0.0400s   0.0000s   5.1430s   
MelCepstrum     259477  0.0000s   0.0000s   0.0590s   0.0000s   11.9900s  
FeatureExtracto 11737   0.0000s   0.0000s   0.1890s   0.0001s   1.4810s   
AM_Load         1       6.1640s   6.1640s   6.1640s   6.1640s   6.1640s   
LingustLoading  1       0.7380s   0.7380s   0.7380s   0.7380s   0.7380s   
Score           259102  0.0000s   0.0000s   1.0560s   0.0032s   838.7510s 
Prune           256720  0.0000s   0.0000s   0.0020s   0.0000s   0.3880s   
Grow            259102  0.0000s   0.0000s   0.4110s   0.0010s   263.4150s 
Decode          2382    0.4500s   0.2430s   2.7250s   0.4682s   1115.2970s
 ------------- Summary statistics ----------- 
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 1115.3s  Speed: 0.4 X real time
   Mem Total: 15.98 Mb Free: 8.28 Mb Used: 7.70 Mb

- multi threaded (2 scoring threads
# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           6/7/2002
Test:           ti46
Who:            plamere
# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 16214   0.0000s   0.0000s   0.0690s   0.0007s   11.4960s
FrontEnd        259102  0.0000s   0.0000s   0.5340s   0.0004s   106.3980s
Preemphasizer   16214   0.0000s   0.0000s   0.0360s   0.0000s   0.7480s
HammingWindow   16214   0.0000s   0.0000s   0.1300s   0.0003s   5.6240s
FFT             259477  0.0000s   0.0000s   0.2120s   0.0003s   65.1230s
MelFilter       259477  0.0000s   0.0000s   0.0280s   0.0000s   4.8810s
MelCepstrum     259477  0.0000s   0.0000s   0.0420s   0.0000s   11.9010s
FeatureExtracto 11737   0.0000s   0.0000s   0.2810s   0.0002s   1.8760s
AM_Load         1       6.5700s   6.5700s   6.5700s   6.5700s   6.5700s
LingustLoading  1       0.1920s   0.1920s   0.1920s   0.1920s   0.1920s
Score           259102  0.0000s   0.0000s   0.5340s   0.0037s   970.5870s
Prune           256720  0.0000s   0.0000s   0.0310s   0.0000s   0.3830s
Grow            259102  0.0000s   0.0000s   0.4130s   0.0009s   245.0310s
Decode          2382    0.4410s   0.3000s   2.0050s   0.5159s   1228.8500s
 ------------- Summary statistics -----------
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.9s  Proc: 1228.9s  Speed: 0.5 X real time
   Mem Total: 15.21 Mb Free: 2.68 Mb Used: 12.53 Mb

- using 1 thread to score tokens

# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/7/2002
Test:           ti46
Who:            egouvea
# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 16214   0.0000s   0.0000s   0.0810s   0.0002s   2.6450s
FrontEnd        259102  0.0000s   0.0000s   0.2480s   0.0002s   44.9760s
Preemphasizer   16214   0.0000s   0.0000s   0.0020s   0.0000s   0.2690s
HammingWindow   16214   0.0000s   0.0000s   0.0150s   0.0002s   3.2340s
FFT             259477  0.0000s   0.0000s   0.0130s   0.0001s   26.8780s
MelFilter       259477  0.0000s   0.0000s   0.0050s   0.0000s   2.0510s
MelCepstrum     259477  0.0000s   0.0000s   0.0050s   0.0000s   6.4370s
FeatureExtracto 11737   0.0000s   0.0000s   0.0370s   0.0001s   0.8180s
AM_Load         1       2.9250s   2.9250s   2.9250s   2.9250s   2.9250s
LingustLoading  1       0.0680s   0.0680s   0.0680s   0.0680s   0.0680s
Score           259102  0.0000s   0.0000s   0.2490s   0.0020s   518.2860s
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.2610s
Grow            259102  0.0000s   0.0000s   0.1820s   0.0005s   137.9030s
Decode          2382    0.2990s   0.1450s   0.9450s   0.2780s   662.1600s
 ------------- Summary statistics -----------
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.90s  Proc: 662.16s  Speed: 0.26 X real time
   Mem Total: 15.52 Mb Free: 8.84 Mb Used: 6.69 Mb

- New run on mangueira, with current code. Gain of little less than 10%

# ==================================================
SystemName:     pharynx
Program:        sphinx4
Date:           6/7/2002
Test:           ti46
Who:            egouvea
# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 16214   0.0000s   0.0000s   0.4030s   0.0009s   14.8490s
FrontEnd        259102  0.0000s   0.0000s   1.2750s   0.0005s   128.1320s
Preemphasizer   16214   0.0000s   0.0000s   0.0020s   0.0001s   0.8480s
HammingWindow   16214   0.0000s   0.0000s   0.1700s   0.0005s   7.9480s
FFT             259477  0.0000s   0.0000s   0.1680s   0.0003s   72.9890s
MelFilter       259477  0.0000s   0.0000s   0.1650s   0.0000s   4.7630s
MelCepstrum     259477  0.0000s   0.0000s   0.1680s   0.0000s   12.0900s
FeatureExtracto 11737   0.0000s   0.0000s   0.2770s   0.0002s   2.7720s
AM_Load         1       8.2020s   8.2020s   8.2020s   8.2020s   8.2020s
LingustLoading  1       0.3090s   0.3090s   0.3090s   0.3090s   0.3090s
Score           259102  0.0000s   0.0000s   1.2750s   0.0052s   1335.0310s
Prune           256720  0.0000s   0.0000s   0.0230s   0.0000s   0.8470s
Grow            259102  0.0010s   0.0000s   0.3370s   0.0014s   354.3380s
Decode          2382    0.6170s   0.4150s   4.6690s   0.7155s   1704.3020s
 ------------- Summary statistics -----------
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.90s  Proc: 1704.31s  Speed: 0.66 X real time
   Mem Total: 12.15 Mb Free: 1.70 Mb Used: 10.45 Mb

- New run on linux. Speed is almost the same as previously, negligibly slower.

# ==================================================
SystemName:     boteco
Program:        sphinx4
Date:           6/7/2002
Test:           ti46
Who:            egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 16214   0.0000s   0.0000s   0.1110s   0.0015s   24.1630s
FrontEnd        259102  0.0000s   0.0000s   0.5910s   0.0004s   95.9160s
Preemphasizer   16214   0.0000s   0.0000s   0.0200s   0.0000s   0.6020s
HammingWindow   16214   0.0000s   0.0000s   0.1600s   0.0003s   5.3460s
FFT             259477  0.0000s   0.0000s   0.1010s   0.0002s   45.7700s
MelFilter       259477  0.0000s   0.0000s   0.0600s   0.0000s   2.9860s
MelCepstrum     259477  0.0000s   0.0000s   0.0400s   0.0000s   8.9210s
FeatureExtracto 11737   0.0000s   0.0000s   0.3300s   0.0002s   2.0910s
AM_Load         1       5.2180s   5.2180s   5.2180s   5.2180s   5.2180s
LingustLoading  1       0.1300s   0.1300s   0.1300s   0.1300s   0.1300s
Score           259102  0.0000s   0.0000s   0.5910s   0.0049s   1260.2610s
Prune           256720  0.0000s   0.0000s   0.0310s   0.0000s   0.5630s
Grow            259102  0.0000s   0.0000s   0.3800s   0.0011s   289.1250s
Decode          2382    0.5210s   0.3610s   1.8730s   0.6552s   1560.6100s
 ------------- Summary statistics -----------
   Accuracy: %99.0    Errors: 24  (Rec: 24  Ins: 0  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2358
   Total Time Audio: 2571.90s  Proc: 1560.60s  Speed: 0.61 X real time
   Mem Total: 11.93 Mb Free: 4.77 Mb Used: 7.16 Mb

- Comparative run on windows-based system

# ==================================================
SystemName:     boteco
Program:        sphinx3
Date:           6/7/2002
Test:           ti46
Who:            egouvea

            Function     Total  Count   Average
             Loading    1.0310 000001    1.0310
                file    0.2200 000001    0.2200
              Decode  641.6810 022900    0.0280
            FrontEnd  117.0580 011450    0.0102
         preemphasis    0.4800 013694    0.0000
       HammingWindow    1.1820 254458    0.0000
   SpectrumMagnitude   95.8290 254458    0.0004
         MelSpectrum    4.4160 254458    0.0000
         MelCepstrum    6.7390 254458    0.0000
                 cmn    0.1900 011450    0.0000
    FeatureExtractor    0.3100 011450    0.0000
          ScorePrune  267.8650 011450    0.0234
   ExtractHypothesis    1.2910 011450    0.0001
Total Times 1138.292114 seconds
# ------------- Summary statistics -----------
   Accuracy : %97.1   Errors: 69
   Sentences: 2382      Words : 2382   Matches: 2313
   Total Timing Audio: 2571.6s  Proc: 643.2s  Speed: 0.25 X real time
   Memory usage data unavailable

- Comparative run on windows-based system


# ==================================================
SystemName:     sunlabs
Program:        sphinx4
Date:           6/11/2002
Test:           ti46_multi
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.1790s   0.0003s   5.4380s   
FrontEnd        259102  0.0000s   0.0000s   0.5380s   0.0004s   100.5950s 
Preemphasizer   16214   0.0000s   0.0000s   0.0030s   0.0001s   0.8260s   
HammingWindow   16214   0.0000s   0.0000s   0.0110s   0.0004s   7.1270s   
FFT             259477  0.0000s   0.0000s   0.0130s   0.0002s   60.7810s  
MelFilter       259477  0.0000s   0.0000s   0.0120s   0.0000s   5.3670s   
MelCepstrum     259477  0.0000s   0.0000s   0.0110s   0.0001s   12.9840s  
FeatureExtracto 11737   0.0000s   0.0000s   0.1840s   0.0002s   1.8870s   
AM_Load         1       6.0000s   6.0000s   6.0000s   6.0000s   6.0000s   
LingustLoading  1       0.1420s   0.1420s   0.1420s   0.1420s   0.1420s   
Score           259102  0.0000s   0.0000s   0.5380s   0.0023s   585.1550s 
Prune           256720  0.0000s   0.0000s   0.0020s   0.0000s   0.5120s   
Grow            259102  0.0010s   0.0000s   0.4600s   0.0015s   393.2900s 
Decode          2382    0.3670s   0.2250s   1.9270s   0.4180s   995.6210s 
# ------------- Summary statistics ----------- 
   Accuracy: %98.6    Errors: 305  (Rec: 33  Ins: 272  Del: 0)
   Sentences: 2382      Words: 2382   Matches: 2349 SentenceAcc: %88.7
   Total Time Audio: 2571.90s  Proc: 995.62s  Speed: 0.39 X real time
   Mem Total: 17.41 Mb Free: 1.24 Mb Used: 16.18 Mb

- baseline for connnected digits task. Looking at sentence accuracy.
- 272 insertions is quite high


# ==================================================
SystemName:     mangueira
Program:        sphinx3
Date:           6/11/2002
Test:           ti46
Who:            pkwok

            Function     Total  Count   Average
             Loading    0.1989 000001    0.1989
                file    0.1366 000001    0.1366
              Decode  377.2568 022900    0.0165
            FrontEnd  143.6795 011450    0.0125
         preemphasis    1.3980 013694    0.0001
       HammingWindow    1.0587 254458    0.0000
   SpectrumMagnitude  125.2304 254458    0.0005
         MelSpectrum    3.9406 254458    0.0000
         MelCepstrum    5.8685 254458    0.0000
                 cmn    0.0773 011450    0.0000
    FeatureExtractor    0.2850 011450    0.0000
          ScorePrune  222.8812 011450    0.0195
   ExtractHypothesis    0.3048 011450    0.0000
Total Times 882.316406 seconds
# ------------- Summary statistics -----------
   Accuracy: %97.6   Errors: 96  (Rec: 58  Ins: 38  Del: 0)
   Words: 2382   Matches: 2324
   Sentences: 2382   Matches: 2313   SentenceAcc: %97.1
   Total Timing Audio: 2571.6s  Proc: 377.7s  Speed: 0.15 X real time
   Memory usage data unavailable

- Added recognition, insertion, and deletion errors to metrics.
- What was "Accuracy" before mean "SentenceAccuracy". "Accuracy" now
- means "WordAccuracy".


# ==================================================
SystemName:     argus
Program:        sphinx3
Date:           6/17/2002
Test:           tidigits-all-quick
Who:            pkwok

            Function     Total  Count   Average
             Loading    0.3168 000001    0.3168
                file    0.3538 000001    0.3538
              Decode 1186.6077 039862    0.0298
            FrontEnd  402.8519 019931    0.0202
         preemphasis    3.8010 022287    0.0002
       HammingWindow    3.7070 464306    0.0000
   SpectrumMagnitude  352.2744 464306    0.0008
         MelSpectrum   10.0257 464306    0.0000
         MelCepstrum   18.6095 464306    0.0000
                 cmn    0.2664 019931    0.0000
    FeatureExtractor    0.9668 019931    0.0000
          ScorePrune  759.0157 019931    0.0381
   ExtractHypothesis    1.0175 019931    0.0001
Total Times 2739.814209 seconds
# ------------- Summary statistics -----------
   Accuracy: %89.2   Errors: 484  (Rec: 447  Ins: 18  Del: 19)
   Words: 4311   Matches: 3845
   Sentences: 2510   Matches: 2127   SentenceAcc: %84.7
   Total Timing Audio: 4670.3s  Proc: 1187.8s  Speed: 0.25 X real time
   Memory usage data unavailable

- Default run of tidigits-quick on argus
- There is a bug in function batch_metrics.c:stringToArray(). So the
  Word Accuracy/Error numbers are faulty here.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/17/2002
Test:           tidigits-all-quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 24951   0.0000s   0.0000s   0.0190s   0.0002s   5.6800s   
FrontEnd        469144  0.0000s   0.0000s   0.4350s   0.0002s   83.5090s  
Preemphasizer   24951   0.0000s   0.0000s   0.0020s   0.0000s   0.4630s   
HammingWindow   24951   0.0000s   0.0000s   0.1260s   0.0003s   6.2980s   
FFT             469480  0.0000s   0.0000s   0.0190s   0.0001s   48.9510s  
MelFilter       469480  0.0000s   0.0000s   0.0080s   0.0000s   3.6620s   
MelCepstrum     469480  0.0000s   0.0000s   0.0080s   0.0000s   11.6040s  
FeatureExtracto 20585   0.0000s   0.0000s   0.4350s   0.0001s   2.5650s   
AM_Load         1       2.9490s   2.9490s   2.9490s   2.9490s   2.9490s   
LingustLoading  1       0.0670s   0.0670s   0.0670s   0.0670s   0.0670s   
Score           469144  0.0000s   0.0000s   0.5470s   0.0020s   937.7930s 
Prune           466634  0.0000s   0.0000s   0.0010s   0.0000s   0.4060s   
Grow            469144  0.0000s   0.0000s   0.6250s   0.0007s   338.1880s 
Decode          2510    0.3250s   0.1450s   2.2090s   0.5102s   1280.5780s
# ------------- Summary statistics ----------- 
   Accuracy: %91.4    Errors: 967  (Rec: 607  Ins: 258  Del: 102)
   Words: 8273   Matches: 7564
   Sentences: 2510   Matches: 1990   SentenceAcc: %79.3
   Total Time Audio: 4670.63s  Proc: 1285.66s  Speed: 0.28 X real time
   Mem Total: 33.02 Mb Free: 9.28 Mb Used: 23.74 Mb

- default run of Sphinx 4/tidigits-quick on mangueira



# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/18/2002
Test:           tidigits
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 124415  0.0000s   0.0000s   0.1220s   0.0002s   27.8430s  
FrontEnd        2338013 0.0000s   0.0000s   0.6360s   0.0002s   407.2770s 
Preemphasizer   124415  0.0000s   0.0000s   0.0020s   0.0000s   2.1890s   
HammingWindow   124415  0.0000s   0.0000s   0.1110s   0.0002s   30.1520s  
FFT             2339734 0.0000s   0.0000s   0.1200s   0.0001s   242.9550s 
MelFilter       2339734 0.0000s   0.0000s   0.0100s   0.0000s   17.6150s  
MelCepstrum     2339734 0.0000s   0.0000s   0.0310s   0.0000s   58.8580s  
FeatureExtracto 102506  0.0000s   0.0000s   0.6360s   0.0001s   6.8640s   
AM_Load         1       3.0180s   3.0180s   3.0180s   3.0180s   3.0180s   
LingustLoading  1       0.0650s   0.0650s   0.0650s   0.0650s   0.0650s   
Score           2338013 0.0000s   0.0000s   0.6390s   0.0020s   4681.2160s
Prune           2325466 0.0000s   0.0000s   0.0010s   0.0000s   1.5080s   
Grow            2338013 0.0010s   0.0000s   0.6200s   0.0007s   1729.2330s
Decode          12547   0.6350s   0.1220s   2.4030s   0.5124s   6428.5410s
# ------------- Summary statistics ----------- 
   Accuracy: %91.6    Errors: 4811  (Rec: 2987  Ins: 1364  Del: 460)
   Words: 41220   Matches: 37773
   Sentences: 12547   Matches: 9917   SentenceAcc: %79.0
   Total Time Audio: 23276.27s  Proc: 6455.54s  Speed: 0.28 X real time
   Mem Total: 32.58 Mb Free: 9.30 Mb Used: 23.28 Mb

- Default run of Sphinx 4/TIDIGITS on mangueira
- There are 12547 audio files, and took almost 2 hours.


# ==================================================
SystemName:     argus
Program:        sphinx3
Date:           6/18/2002
Test:           tidigits-all-quick
Who:            pkwok

# --------------
            Function     Total  Count   Average
             Loading    0.3679 000001    0.3679
                file    0.3068 000001    0.3068
              Decode 1180.6409 039862    0.0296
            FrontEnd  400.6448 019931    0.0201
         preemphasis    3.8174 022287    0.0002
       HammingWindow    3.6872 464306    0.0000
   SpectrumMagnitude  350.0817 464306    0.0008
         MelSpectrum   10.4767 464306    0.0000
         MelCepstrum   18.4698 464306    0.0000
                 cmn    0.3426 019931    0.0000
    FeatureExtractor    0.9644 019931    0.0000
          ScorePrune  755.3085 019931    0.0379
   ExtractHypothesis    0.9598 019931    0.0000
Total Times 2726.068359 seconds
# ------------- Summary statistics -----------
   Accuracy: %92.8   Errors: 655  (Rec: 437  Ins: 60  Del: 158)
   Words: 8273   Matches: 7678
   Sentences: 2510   Matches: 2127   SentenceAcc: %84.7
   Total Timing Audio: 4670.3s  Proc: 1181.7s  Speed: 0.25 X real time
   Memory usage data unavailable

- Rerun of Sphinx3/TIDIGITS-quick after fixing the 
- batch_metrics.c:stringToArray() bug. The number of Words now matches
- with output from Sphinx 3.


# ==================================================
SystemName:     argus
Program:        sphinx3
Date:           6/18/2002
Test:           tidigits-quick
Who:            pkwok

# ------------- Summary statistics -----------
   Accuracy: %97.8   Errors: 138  (Rec: 73  Ins: 13  Del: 52)
   Words: 5762   Matches: 5637
   Sentences: 1740   Matches: 1627   SentenceAcc: %93.5
   This Timing Audio: 1.6s  Proc: 0.4s  Speed: 0.26 X real time
   Total Timing Audio: 3103.2s  Proc: 741.9s  Speed: 0.24 X real time
   Memory usage data unavailable

- Testing only the adult audio files in tidigits-quick.
- There is a big difference in sentence accuracy from the adult+children
- test.


# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           6/18/2002
Test:           tidigits
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 83297   0.0000s   0.0000s   0.1950s   0.0023s   191.9140s
FrontEnd        1547237 0.0000s   0.0000s   0.6600s   0.0004s   686.8150s
Preemphasizer   83297   0.0000s   0.0000s   0.0330s   0.0000s   2.8820s
HammingWindow   83297   0.0000s   0.0000s   0.2030s   0.0004s   31.6010s
FFT             1548401 0.0000s   0.0000s   0.1810s   0.0002s   327.6880s
MelFilter       1548401 0.0000s   0.0000s   0.0390s   0.0000s   28.8070s
MelCepstrum     1548401 0.0000s   0.0000s   0.0640s   0.0000s   71.3200s
FeatureExtracto 68036   0.0000s   0.0000s   0.6200s   0.0001s   8.2620s
AM_Load         1       5.0420s   5.0420s   5.0420s   5.0420s   5.0420s
LingustLoading  1       0.1700s   0.1700s   0.1700s   0.1700s   0.1700s
Score           1547237 0.0000s   0.0000s   0.9180s   0.0032s   4975.2630s
Prune           1538537 0.0000s   0.0000s   0.0090s   0.0000s   1.8160s
Grow            1547237 0.0010s   0.0000s   1.0480s   0.0013s   1978.0010s
Decode          8700    1.5720s   0.2230s   3.2070s   0.8014s   6972.2400s
# ------------- Summary statistics -----------
   Accuracy: %98.9    Errors: 723  (Rec: 255  Ins: 399  Del: 69)
   Words: 28583   Matches: 28259
   Sentences: 8700   Matches: 8081   SentenceAcc: %92.9
   Total Time Audio: 15400.04s  Proc: 7001.47s  Speed: 0.45 X real time
   Mem Total: 28.97 Mb Free: 7.08 Mb Used: 21.89 Mb

- After Evandro fixed the frontend FFT frequency lower and upper bands.
- This is the entire TIDIGITS adult section - 8700 files.
- Uses the default word insertion penalty: 0.9999999.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/18/2002
Test:           tidigits
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 83297   0.0000s   0.0000s   0.1560s   0.0003s   27.0760s  
FrontEnd        1547237 0.0000s   0.0000s   0.5020s   0.0002s   317.4730s 
Preemphasizer   83297   0.0000s   0.0000s   0.0020s   0.0000s   1.6130s   
HammingWindow   83297   0.0000s   0.0000s   0.1350s   0.0003s   23.5450s  
FFT             1548401 0.0000s   0.0000s   0.1550s   0.0001s   181.4670s 
MelFilter       1548401 0.0000s   0.0000s   0.1220s   0.0000s   14.7560s  
MelCepstrum     1548401 0.0000s   0.0000s   0.0950s   0.0000s   44.6890s  
FeatureExtracto 68036   0.0000s   0.0000s   0.5020s   0.0001s   5.5760s   
AM_Load         1       2.9610s   2.9610s   2.9610s   2.9610s   2.9610s   
LingustLoading  1       0.0670s   0.0670s   0.0670s   0.0670s   0.0670s   
Score           1547237 0.0000s   0.0000s   0.7870s   0.0026s   4068.2320s
Prune           1538537 0.0000s   0.0000s   0.0670s   0.0000s   2.1340s   
Grow            1547237 0.0010s   0.0000s   1.0730s   0.0008s   1219.4640s
Decode          8700    1.0740s   0.1570s   2.6740s   0.6103s   5309.3200s
# ------------- Summary statistics ----------- 
   Accuracy: %98.8    Errors: 538  (Rec: 243  Ins: 188  Del: 107)
   Words: 28583   Matches: 28233
   Sentences: 8700   Matches: 8227   SentenceAcc: %94.6
   Total Time Audio: 15400.04s  Proc: 5329.57s  Speed: 0.35 X real time
   Mem Total: 28.17 Mb Free: 4.73 Mb Used: 23.45 Mb

- Also after Evandro's FFT fix, and uses the TIDIGITS adult section only.
- The word insertion penalty this time is 0.99999999999999. We get similar
- word accuracy, but the sentence accuracy is 1.7% higher. This is close
- to our target accuracy of 95%.


# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           6/18/2002
Test:           tidigits
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 83297   0.0000s   0.0000s   0.2070s   0.0004s   33.6160s
FrontEnd        1547237 0.0000s   0.0000s   0.6090s   0.0004s   585.2930s
Preemphasizer   83297   0.0000s   0.0000s   0.0030s   0.0000s   3.0110s
HammingWindow   83297   0.0000s   0.0000s   0.2340s   0.0005s   39.6990s
FFT             1548401 0.0000s   0.0000s   0.2070s   0.0002s   357.3380s
MelFilter       1548401 0.0000s   0.0000s   0.0180s   0.0000s   31.6380s
MelCepstrum     1548401 0.0000s   0.0000s   0.0150s   0.0000s   76.7440s
FeatureExtracto 68036   0.0010s   0.0000s   0.5190s   0.0002s   10.4290s
AM_Load         1       6.4310s   6.4310s   6.4310s   6.4310s   6.4310s
LingustLoading  1       0.2030s   0.2030s   0.2030s   0.2030s   0.2030s
Score           1547237 0.0000s   0.0000s   1.0010s   0.0025s   3794.5430s
Prune           1538537 0.0000s   0.0000s   0.0020s   0.0000s   3.0190s
Grow            1547237 0.0010s   0.0000s   1.0900s   0.0016s   2440.7600s
Decode          8700    1.2380s   0.2020s   3.1850s   0.7202s   6266.0820s
# ------------- Summary statistics -----------
   Accuracy: %98.6    Errors: 505  (Rec: 246  Ins: 107  Del: 152)
   Words: 28583   Matches: 28185
   Sentences: 8700   Matches: 8251   SentenceAcc: %94.8
   Total Time Audio: 15400.04s  Proc: 6299.96s  Speed: 0.41 X real time
   Mem Total: 29.73 Mb Free: 4.38 Mb Used: 25.36 Mb

- Sames as previous two tests, but this time uses a word insertion
- penalty of 0.999999999999999999999 (21 9's). This seem the highest
- attainable. Adding another 7 9's to the WIP causes the 
- SentenceAccuracy to drop again to 94.5.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/18/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.1190s   0.0002s   3.3150s   
FrontEnd        311790  0.0000s   0.0000s   0.2920s   0.0002s   54.7500s  
Preemphasizer   16748   0.0000s   0.0000s   0.0020s   0.0000s   0.3150s   
HammingWindow   16748   0.0000s   0.0000s   0.1220s   0.0002s   4.1190s   
FFT             312026  0.0000s   0.0000s   0.0150s   0.0001s   32.3160s  
MelFilter       312026  0.0000s   0.0000s   0.0090s   0.0000s   2.5000s   
MelCepstrum     312026  0.0000s   0.0000s   0.0060s   0.0000s   8.0140s   
FeatureExtracto 13724   0.0000s   0.0000s   0.2920s   0.0001s   1.0970s   
AM_Load         1       3.0620s   3.0620s   3.0620s   3.0620s   3.0620s   
LingustLoading  1       0.0670s   0.0670s   0.0670s   0.0670s   0.0670s   
Score           311790  0.0000s   0.0000s   0.4160s   0.0020s   614.5760s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.2630s   
Grow            311790  0.0010s   0.0000s   0.5100s   0.0008s   235.0700s 
Decode          1740    0.3330s   0.1260s   2.0930s   0.4897s   852.1050s 
# ------------- Summary statistics ----------- 
   Accuracy: %98.5    Errors: 101  (Rec: 56  Ins: 16  Del: 29)
   Words: 5762   Matches: 5677
   Sentences: 1740   Matches: 1655   SentenceAcc: %95.1
   Total Time Audio: 3103.46s  Proc: 855.86s  Speed: 0.28 X real time
   Mem Total: 28.23 Mb Free: 0.58 Mb Used: 27.65 Mb

- TIDIGITS-quick, adult section only, with WIP of 0.99...99 (21 9's).
- Compares favorably with Sphinx3 sentence accuracy of 93.5% and word
- accuracy of 97.8%.


# ==================================================
SystemName:     mangueira
Program:        sphinx3
Date:           6/19/2002
Test:           tidigits_quick
Who:            pkwok

# --------------
            Function     Total  Count   Average
             Loading    0.1938 000001    0.1938
                file    0.2193 000001    0.2193
              Decode  425.0233 026536    0.0160
            FrontEnd  172.7134 013268    0.0130
         preemphasis    1.6414 014903    0.0001
       HammingWindow    1.2617 308441    0.0000
   SpectrumMagnitude  150.0732 308441    0.0005
         MelSpectrum    4.9721 308441    0.0000
         MelCepstrum    7.3348 308441    0.0000
                 cmn    0.0918 013268    0.0000
    FeatureExtractor    0.3401 013268    0.0000
          ScorePrune  242.5680 013268    0.0183
   ExtractHypothesis    0.4840 013268    0.0000
Total Times 1006.917053 seconds
# ------------- Summary statistics -----------
   Accuracy: %99.0   Errors: 65  (Rec: 38  Ins: 9  Del: 18)
   Words: 5762   Matches: 5706
   Sentences: 1740   Matches: 1682   SentenceAcc: %96.7
   Total Timing Audio: 3103.2s  Proc: 425.5s  Speed: 0.14 X real time
   Memory usage data unavailable

- Uses new melfilter upper & lower bound frequencies of 3600 and 130.
- Improved sentence accuracy by 3.2% (previously 93.5%).
- Improved word accuracy by 1.2% (previously 97.8%).


# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           6/19/2002
Test:           tidigits_quick
Who:            pkwok

# ------------- Summary statistics ----------- 
   Accuracy: %97.7    Errors: 197  (Rec: 104  Ins: 65  Del: 28)
   Words: 5762   Matches: 5630
   Sentences: 1740   Matches: 1572   SentenceAcc: %90.3
   Total Time Audio: 3103.46s  Proc: 1418.73s  Speed: 0.46 X real time
   Mem Total: 28.39 Mb Free: 9.34 Mb Used: 19.05 Mb

- Just for comparison, S4/tidigits-quick is run with the wrong melfilter
- upper/lower freq. values. The WIP is 0.9999999.

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           6/19/2002
Test:           tidigits_quick
Who:            pkwok

# ------------- Summary statistics ----------- 
   Accuracy: %98.7    Errors: 148  (Rec: 55  Ins: 75  Del: 18)
   Words: 5762   Matches: 5689
   Sentences: 1740   Matches: 1614   SentenceAcc: %92.8
   Total Time Audio: 3103.46s  Proc: 1406.55s  Speed: 0.45 X real time
   Mem Total: 28.76 Mb Free: 13.07 Mb Used: 15.68 Mb

- Uses the correct melfilter upper/lower freq. values. WIP is still 0.9999999.
- So setting the melfilter values correctly gaves as a 2.5% increase
- in sentence accuracy.
- Correct melfilter values, together with a WIP value of
- 0.999...999 (21 9's), gave a sentence accuracy of 95.1%. 
- Therefore, changing the WIP value to
- 0.999...999 (21 9's) increased sentence accuracy by 2.3% (95.1 - 92.8).


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/18/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.0080s   0.0002s   2.6320s   
FrontEnd        311790  0.0000s   0.0000s   0.2730s   0.0002s   54.6690s  
Preemphasizer   16748   0.0000s   0.0000s   0.0020s   0.0000s   0.3130s   
HammingWindow   16748   0.0000s   0.0000s   0.1290s   0.0003s   4.2000s   
FFT             312026  0.0000s   0.0000s   0.0180s   0.0001s   32.5090s  
MelFilter       312026  0.0000s   0.0000s   0.0080s   0.0000s   2.5460s   
MelCepstrum     312026  0.0000s   0.0000s   0.0280s   0.0000s   8.0250s   
FeatureExtracto 13724   0.0000s   0.0000s   0.2180s   0.0001s   1.0020s   
AM_Load         1       2.9720s   2.9720s   2.9720s   2.9720s   2.9720s   
LingustLoading  1       0.0670s   0.0670s   0.0670s   0.0670s   0.0670s   
Score           311790  0.0000s   0.0000s   0.4010s   0.0018s   574.1870s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.3580s   
Grow            311790  0.0010s   0.0000s   0.5540s   0.0007s   229.5350s 
Decode          1740    0.3530s   0.1310s   1.9960s   0.4636s   806.5810s 
# ------------- Summary statistics ----------- 
   Accuracy: %98.5    Errors: 101  (Rec: 56  Ins: 16  Del: 29)
   Words: 5762   Matches: 5677
   Sentences: 1740   Matches: 1655   SentenceAcc: %95.1
   Total Time Audio: 3103.46s  Proc: 810.78s  Speed: 0.26 X real time
   Mem Total: 29.91 Mb Free: 18.59 Mb Used: 11.33 Mb

- Optimized the summation of MixtureComponent scores in GaussianMixture.java.
- Speed decreased from 0.28 RT to 0.26 RT.



# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/18/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.0240s   0.0002s   3.1830s   
FrontEnd        311790  0.0000s   0.0000s   0.3430s   0.0002s   56.0970s  
Preemphasizer   16748   0.0000s   0.0000s   0.0040s   0.0000s   0.4430s   
HammingWindow   16748   0.0000s   0.0000s   0.1410s   0.0003s   4.2360s   
FFT             312026  0.0000s   0.0000s   0.0370s   0.0001s   32.8470s  
MelFilter       312026  0.0000s   0.0000s   0.0150s   0.0000s   2.6790s   
MelCepstrum     312026  0.0000s   0.0000s   0.0160s   0.0000s   8.2250s   
FeatureExtracto 13724   0.0000s   0.0000s   0.2020s   0.0001s   0.9850s   
AM_Load         1       3.6840s   3.6840s   3.6840s   3.6840s   3.6840s   
LingustLoading  1       0.0680s   0.0680s   0.0680s   0.0680s   0.0680s   
Score           311790  0.0000s   0.0000s   0.5400s   0.0014s   447.8630s 
Prune           310050  0.0000s   0.0000s   0.0020s   0.0000s   0.3780s   
Grow            311790  0.0000s   0.0000s   0.4640s   0.0007s   226.2720s 
Decode          1740    0.3080s   0.1170s   1.7990s   0.3893s   677.3480s 
# ------------- Summary statistics ----------- 
   Accuracy: %98.5    Errors: 101  (Rec: 56  Ins: 16  Del: 29)
   Words: 5762   Matches: 5677
   Sentences: 1740   Matches: 1655   SentenceAcc: %95.1
   Total Time Audio: 3103.46s  Proc: 681.15s  Speed: 0.22 X real time
   Mem Total: 28.51 Mb Free: 2.75 Mb Used: 25.75 Mb

- Implemented a more efficient LogMath.logToLinear() that uses
- Math.exp() instead of Math.pow().
- Scoring code is 22% faster. Overall runtime decreased from 
- 0.26 RT to 0.22 RT (15%).


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/21/2002
Test:           ti46
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.0050s   0.0002s   2.5320s   
FrontEnd        259102  0.0000s   0.0000s   0.3440s   0.0002s   45.5880s  
Preemphasizer   16214   0.0000s   0.0000s   0.0020s   0.0000s   0.2780s   
HammingWindow   16214   0.0000s   0.0000s   0.0840s   0.0002s   3.3120s   
FFT             259477  0.0000s   0.0000s   0.1360s   0.0001s   27.0190s  
MelFilter       259477  0.0000s   0.0000s   0.0050s   0.0000s   2.1830s   
MelCepstrum     259477  0.0000s   0.0000s   0.0020s   0.0000s   6.6310s   
FeatureExtracto 11737   0.0000s   0.0000s   0.0320s   0.0001s   0.7580s   
AM_Load         1       2.9170s   2.9170s   2.9170s   2.9170s   2.9170s   
LingustLoading  1       0.0670s   0.0670s   0.0670s   0.0670s   0.0670s   
Score           259102  0.0000s   0.0000s   0.3440s   0.0014s   351.7480s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.2790s   
Grow            259102  0.0010s   0.0000s   0.1900s   0.0005s   138.5660s 
Decode          2382    0.3280s   0.1130s   0.9250s   0.2071s   493.3660s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.4    Errors: 14  (Rec: 14  Ins: 0  Del: 0)
   Words: 2382   Matches: 2368
   Sentences: 2382   Matches: 2368   SentenceAcc: %99.4
   Total Time Audio: 2571.90s  Proc: 496.93s  Speed: 0.19 X real time
   Mem Total: 15.73 Mb Free: 9.99 Mb Used: 5.74 Mb

- Test run of TI46 on the more efficient LogMath.logToLinear() that uses
- Math.exp() instead of Math.pow().


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/21/2002
Test:           ti46
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.0140s   0.0002s   2.4730s   
FrontEnd        259102  0.0000s   0.0000s   0.2770s   0.0002s   45.5760s  
Preemphasizer   16214   0.0000s   0.0000s   0.0020s   0.0000s   0.2570s   
HammingWindow   16214   0.0000s   0.0000s   0.0850s   0.0002s   3.8240s   
FFT             259477  0.0000s   0.0000s   0.0150s   0.0001s   27.1180s  
MelFilter       259477  0.0000s   0.0000s   0.0060s   0.0000s   2.0400s   
MelCepstrum     259477  0.0000s   0.0000s   0.0030s   0.0000s   6.6380s   
FeatureExtracto 11737   0.0000s   0.0000s   0.0750s   0.0001s   0.7630s   
AM_Load         1       2.9210s   2.9210s   2.9210s   2.9210s   2.9210s   
LingustLoading  1       0.0670s   0.0670s   0.0670s   0.0670s   0.0670s   
Score           259102  0.0000s   0.0000s   0.2770s   0.0008s   219.9510s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.2430s   
Grow            259102  0.0000s   0.0000s   0.1350s   0.0002s   56.0120s  
Decode          2382    0.1020s   0.0660s   0.9130s   0.1169s   278.4820s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.4    Errors: 14  (Rec: 14  Ins: 0  Del: 0)
   Words: 2382   Matches: 2368
   Sentences: 2382   Matches: 2368   SentenceAcc: %99.4
   Total Time Audio: 2571.90s  Proc: 281.27s  Speed: 0.11 X real time
   Mem Total: 13.73 Mb Free: 4.18 Mb Used: 9.56 Mb

- Just for kicks... tried an ActiveList size of 100.
- Its starting to look ridiculously fast...
- the fastest we ever had on TI46, both for S3 and S4.
- And I don't have to wait that long for the test to finish :)


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/25/2002
Test:           ti46
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.0730s   0.0002s   2.6350s   
FrontEnd        259102  0.0000s   0.0000s   0.2920s   0.0002s   45.4320s  
Preemphasizer   16214   0.0000s   0.0000s   0.0020s   0.0000s   0.2680s   
HammingWindow   16214   0.0000s   0.0000s   0.0810s   0.0002s   3.2080s   
FFT             259477  0.0000s   0.0000s   0.2740s   0.0001s   27.2340s  
MelFilter       259477  0.0000s   0.0000s   0.0060s   0.0000s   2.1450s   
MelCepstrum     259477  0.0000s   0.0000s   0.0050s   0.0000s   6.6990s   
FeatureExtracto 11737   0.0000s   0.0000s   0.1030s   0.0001s   0.9880s   
AM_Load         1       2.9730s   2.9730s   2.9730s   2.9730s   2.9730s   
LingustLoading  1       0.0660s   0.0660s   0.0660s   0.0660s   0.0660s   
Score           259102  0.0000s   0.0000s   0.2920s   0.0009s   222.7470s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.2110s   
Grow            259102  0.0000s   0.0000s   0.1280s   0.0002s   50.4480s  
Decode          2382    0.0990s   0.0720s   0.7690s   0.1158s   275.7230s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.4    Errors: 14  (Rec: 14  Ins: 0  Del: 0)
   Words: 2382   Matches: 2368
   Sentences: 2382   Matches: 2368   SentenceAcc: %99.4
   Total Time Audio: 2571.90s  Proc: 278.38s  Speed: 0.11 X real time
   Mem Total: 13.31 Mb Free: 3.79 Mb Used: 9.52 Mb

- Turned off the ThreadedAcousticScorer, i.e., uses only one thread,
- but uses an ActiveList size of 100.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/25/2002
Test:           ti46
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.0800s   0.0002s   2.4560s   
FrontEnd        259102  0.0000s   0.0000s   0.2490s   0.0002s   45.2520s  
Preemphasizer   16214   0.0000s   0.0000s   0.0020s   0.0000s   0.3190s   
HammingWindow   16214   0.0000s   0.0000s   0.0180s   0.0002s   3.1640s   
FFT             259477  0.0000s   0.0000s   0.0140s   0.0001s   26.6710s  
MelFilter       259477  0.0000s   0.0000s   0.0050s   0.0000s   2.1970s   
MelCepstrum     259477  0.0000s   0.0000s   0.0170s   0.0000s   6.7120s   
FeatureExtracto 11737   0.0000s   0.0000s   0.1330s   0.0001s   1.1350s   
AM_Load         1       3.0220s   3.0220s   3.0220s   3.0220s   3.0220s   
LingustLoading  1       0.0680s   0.0680s   0.0680s   0.0680s   0.0680s   
Score           259102  0.0000s   0.0000s   0.2500s   0.0016s   406.0460s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.1820s   
Grow            259102  0.0010s   0.0000s   0.2070s   0.0005s   128.7040s 
Decode          2382    0.1880s   0.1350s   0.8770s   0.2258s   537.8550s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.4    Errors: 14  (Rec: 14  Ins: 0  Del: 0)
   Words: 2382   Matches: 2368
   Sentences: 2382   Matches: 2368   SentenceAcc: %99.4
   Total Time Audio: 2571.90s  Proc: 541.49s  Speed: 0.21 X real time
   Mem Total: 15.96 Mb Free: 7.10 Mb Used: 8.86 Mb

- Uses the default ActiveList size of 1500, but turned off threaded scoring.

# ==================================================
SystemName:     boteco
Program:        sphinx4
Date:           6/25/2002
Test:           ti46
Who:            egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 16214   0.0000s   0.0000s   0.1200s   0.0011s   17.7910s
FrontEnd        259102  0.0000s   0.0000s   0.4810s   0.0003s   84.2610s
Preemphasizer   16214   0.0000s   0.0000s   0.0400s   0.0000s   0.3700s
HammingWindow   16214   0.0000s   0.0000s   0.0910s   0.0003s   4.6350s
FFT             259477  0.0000s   0.0000s   0.3600s   0.0002s   43.4940s
MelFilter       259477  0.0000s   0.0000s   0.1400s   0.0000s   2.9610s
MelCepstrum     259477  0.0000s   0.0000s   0.0500s   0.0000s   9.3010s
FeatureExtracto 11737   0.0000s   0.0000s   0.1410s   0.0002s   1.7730s
AM_Load         1       4.9670s   4.9670s   4.9670s   4.9670s   4.9670s
LingustLoading  1       0.1200s   0.1200s   0.1200s   0.1200s   0.1200s
Score           259102  0.0000s   0.0000s   0.4810s   0.0017s   445.1680s
Prune           256720  0.0000s   0.0000s   0.0100s   0.0000s   0.1900s
Grow            259102  0.0000s   0.0000s   0.1410s   0.0004s   92.5380s
Decode          2382    0.1800s   0.1300s   1.3420s   0.2275s   541.7930s
 ------------- Summary statistics -----------
   Accuracy: %99.4    Errors: 14  (Rec: 14  Ins: 0  Del: 0)
   Words: 2382   Matches: 2368
   Sentences: 2382   Matches: 2368   SentenceAcc: %99.4
   Total Time Audio: 2571.90s  Proc: 548.34s  Speed: 0.21 X real time
   Mem Total: 10.16 Mb Free: 2.38 Mb Used: 7.78 Mb

- Uses ActiveList 100, but code as is from SourceForge otherwise

# ==================================================
SystemName:     boteco
Program:        sphinx4
Date:           6/25/2002
Test:           ti46
Who:            egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 16214   0.0000s   0.0000s   0.1010s   0.0006s   9.9140s
FrontEnd        259102  0.0000s   0.0000s   0.4810s   0.0003s   73.2170s
Preemphasizer   16214   0.0000s   0.0000s   0.0310s   0.0000s   0.4630s
HammingWindow   16214   0.0000s   0.0000s   0.1010s   0.0003s   4.2650s
FFT             259477  0.0000s   0.0000s   0.1010s   0.0002s   41.1200s
MelFilter       259477  0.0000s   0.0000s   0.0300s   0.0000s   2.6740s
MelCepstrum     259477  0.0000s   0.0000s   0.0400s   0.0000s   8.6230s
FeatureExtracto 11737   0.0000s   0.0000s   0.1710s   0.0002s   1.8140s
AM_Load         1       5.0980s   5.0980s   5.0980s   5.0980s   5.0980s
LingustLoading  1       0.1300s   0.1300s   0.1300s   0.1300s   0.1300s
Score           259102  0.0000s   0.0000s   0.4810s   0.0035s   915.9780s
Prune           256720  0.0000s   0.0000s   0.0100s   0.0000s   0.3300s
Grow            259102  0.0000s   0.0000s   0.2700s   0.0009s   242.6850s
Decode          2382    0.4410s   0.2800s   1.6920s   0.4887s   1163.9990s
 ------------- Summary statistics -----------
   Accuracy: %99.4    Errors: 14  (Rec: 14  Ins: 0  Del: 0)
   Words: 2382   Matches: 2368
   Sentences: 2382   Matches: 2368   SentenceAcc: %99.4
   Total Time Audio: 2571.90s  Proc: 1168.40s  Speed: 0.45 X real time
   Mem Total: 12.39 Mb Free: 4.13 Mb Used: 8.26 Mb

- Active list 1500, code as is from SourceForge

# ==================================================
SystemName:     pharynx
Program:        sphinx4
Date:           6/25/2002
Test:           ti46
Who:            egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 16214   0.0000s   0.0000s   0.4060s   0.0009s   15.1980s
FrontEnd        259102  0.0000s   0.0000s   0.8720s   0.0005s   121.4720s
Preemphasizer   16214   0.0000s   0.0000s   0.0020s   0.0000s   0.6700s
HammingWindow   16214   0.0000s   0.0000s   0.2320s   0.0005s   7.9160s
FFT             259477  0.0000s   0.0000s   0.1590s   0.0003s   71.6810s
MelFilter       259477  0.0000s   0.0000s   0.1610s   0.0000s   5.1510s
MelCepstrum     259477  0.0000s   0.0000s   0.0620s   0.0000s   11.5400s
FeatureExtracto 11737   0.0000s   0.0000s   0.2270s   0.0003s   3.1590s
AM_Load         1       7.8880s   7.8880s   7.8880s   7.8880s   7.8880s
LingustLoading  1       0.3420s   0.3420s   0.3420s   0.3420s   0.3420s
Score           259102  0.0000s   0.0000s   0.8720s   0.0021s   556.0510s
Prune           256720  0.0000s   0.0000s   0.0100s   0.0000s   0.5070s
Grow            259102  0.0010s   0.0000s   0.2390s   0.0005s   127.7050s
Decode          2382    0.2350s   0.1820s   3.3810s   0.2902s   691.1570s
 ------------- Summary statistics -----------
   Accuracy: %99.4    Errors: 14  (Rec: 14  Ins: 0  Del: 0)
   Words: 2382   Matches: 2368
   Sentences: 2382   Matches: 2368   SentenceAcc: %99.4
   Total Time Audio: 2571.90s  Proc: 698.72s  Speed: 0.27 X real time
   Mem Total: 10.35 Mb Free: 0.24 Mb Used: 10.11 Mb

- Active list 100, code as is from SourceForge otherwise

# ==================================================
SystemName:     pharynx
Program:        sphinx4
Date:           6/25/2002
Test:           ti46
Who:            egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 16214   0.0000s   0.0000s   0.4100s   0.0010s   16.0980s
FrontEnd        259102  0.0000s   0.0000s   0.9180s   0.0005s   122.7390s
Preemphasizer   16214   0.0000s   0.0000s   0.0530s   0.0000s   0.7370s
HammingWindow   16214   0.0000s   0.0000s   0.1680s   0.0005s   8.0870s
FFT             259477  0.0000s   0.0000s   0.0570s   0.0003s   71.7920s
MelFilter       259477  0.0000s   0.0000s   0.0760s   0.0000s   4.9980s
MelCepstrum     259477  0.0000s   0.0000s   0.0200s   0.0000s   11.4200s
FeatureExtracto 11737   0.0000s   0.0000s   0.2690s   0.0002s   2.7740s
AM_Load         1       7.9220s   7.9220s   7.9220s   7.9220s   7.9220s
LingustLoading  1       0.3380s   0.3380s   0.3380s   0.3380s   0.3380s
Score           259102  0.0000s   0.0000s   0.9280s   0.0040s   1024.9850s
Prune           256720  0.0000s   0.0000s   0.0050s   0.0000s   0.5360s
Grow            259102  0.0000s   0.0000s   0.4320s   0.0014s   360.7780s
Decode          2382    0.5010s   0.3290s   3.8880s   0.5853s   1394.1460s
 ------------- Summary statistics -----------
   Accuracy: %99.4    Errors: 14  (Rec: 14  Ins: 0  Del: 0)
   Words: 2382   Matches: 2368
   Sentences: 2382   Matches: 2368   SentenceAcc: %99.4
   Total Time Audio: 2571.90s  Proc: 1401.49s  Speed: 0.54 X real time
   Mem Total: 12.19 Mb Free: 5.03 Mb Used: 7.16 Mb

- Active list 1500, code as is from SourceForge

# ==================================================
SystemName:     pharynx
Program:        sphinx4
Date:           6/26/2002
Test:           ti46
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.4000s   0.0009s   14.9800s  
FrontEnd        259102  0.0000s   0.0000s   0.7780s   0.0005s   121.1610s 
Preemphasizer   16214   0.0000s   0.0000s   0.0120s   0.0000s   0.6730s   
HammingWindow   16214   0.0000s   0.0000s   0.1590s   0.0005s   8.0800s   
FFT             259477  0.0000s   0.0000s   0.1590s   0.0003s   71.7450s  
MelFilter       259477  0.0000s   0.0000s   0.1570s   0.0000s   5.0970s   
MelCepstrum     259477  0.0000s   0.0000s   0.0160s   0.0000s   11.4720s  
FeatureExtracto 11737   0.0000s   0.0000s   0.2040s   0.0002s   2.7760s   
AM_Load         1       8.5400s   8.5400s   8.5400s   8.5400s   8.5400s   
LingustLoading  1       0.3730s   0.3730s   0.3730s   0.3730s   0.3730s   
Score           259102  0.0000s   0.0000s   0.7780s   0.0021s   549.0420s 
Prune           256720  0.0000s   0.0000s   0.0100s   0.0000s   0.5000s   
Grow            259102  0.0000s   0.0000s   0.2850s   0.0005s   127.6190s 
Decode          2382    0.2290s   0.1630s   3.5810s   0.2870s   683.6890s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.4    Errors: 14  (Rec: 14  Ins: 0  Del: 0)
   Words: 2382   Matches: 2368
   Sentences: 2382   Matches: 2368   SentenceAcc: %99.4
   Total Time Audio: 2571.90s  Proc: 691.64s  Speed: 0.27 X real time
   Mem Total: 10.28 Mb Free: 1.44 Mb Used: 8.84 Mb

- Turned off threaded scoring, activelist size is 100, 
- code as is from SourceForge. Results are as expected, because pharynx
- has only one CPU.


# ==================================================
SystemName:     pharynx
Program:        sphinx4
Date:           6/26/2002
Test:           ti46
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.4030s   0.0008s   13.7710s  
FrontEnd        259102  0.0000s   0.0000s   1.3040s   0.0005s   124.6030s 
Preemphasizer   16214   0.0000s   0.0000s   0.0450s   0.0001s   0.8720s   
HammingWindow   16214   0.0000s   0.0000s   0.1700s   0.0005s   8.1290s   
FFT             259477  0.0000s   0.0000s   0.1700s   0.0003s   71.5110s  
MelFilter       259477  0.0000s   0.0000s   0.0890s   0.0000s   4.9570s   
MelCepstrum     259477  0.0000s   0.0000s   0.0180s   0.0000s   12.3450s  
FeatureExtracto 11737   0.0000s   0.0000s   0.2500s   0.0002s   1.9340s   
AM_Load         1       8.5610s   8.5610s   8.5610s   8.5610s   8.5610s   
LingustLoading  1       0.3300s   0.3300s   0.3300s   0.3300s   0.3300s   
Score           259102  0.0000s   0.0000s   1.3050s   0.0039s   1015.4050s
Prune           256720  0.0000s   0.0000s   0.0290s   0.0000s   0.6730s   
Grow            259102  0.0010s   0.0000s   0.3540s   0.0014s   354.8820s 
Decode          2382    0.4900s   0.3270s   4.6240s   0.5783s   1377.4220s
# ------------- Summary statistics ----------- 
   Accuracy: %99.4    Errors: 14  (Rec: 14  Ins: 0  Del: 0)
   Words: 2382   Matches: 2368
   Sentences: 2382   Matches: 2368   SentenceAcc: %99.4
   Total Time Audio: 2571.90s  Proc: 1387.63s  Speed: 0.54 X real time
   Mem Total: 12.11 Mb Free: 2.83 Mb Used: 9.29 Mb

- Turned off threaded scoring, activelist size is 1500, 
- code as is from SourceForge. Results are as expected, because pharynx
- has only one CPU.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/26/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.0130s   0.0002s   3.0330s   
FrontEnd        311790  0.0000s   0.0000s   0.2670s   0.0002s   54.5730s  
Preemphasizer   16748   0.0000s   0.0000s   0.0010s   0.0000s   0.3090s   
HammingWindow   16748   0.0000s   0.0000s   0.1050s   0.0002s   4.0860s   
FFT             312026  0.0000s   0.0000s   0.1010s   0.0001s   32.7780s  
MelFilter       312026  0.0000s   0.0000s   0.0120s   0.0000s   2.6540s   
MelCepstrum     312026  0.0000s   0.0000s   0.0200s   0.0000s   7.9710s   
FeatureExtracto 13724   0.0010s   0.0000s   0.1130s   0.0001s   0.8930s   
AM_Load         1       2.9970s   2.9970s   2.9970s   2.9970s   2.9970s   
LingustLoading  1       0.0670s   0.0670s   0.0670s   0.0670s   0.0670s   
Score           311790  0.0000s   0.0000s   0.2670s   0.0008s   261.8140s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.3560s   
Grow            311790  0.0000s   0.0000s   0.2960s   0.0003s   101.8980s 
Decode          1740    0.1890s   0.0590s   0.9210s   0.2106s   366.4790s 
# ------------- Summary statistics ----------- 
   Accuracy: %98.5    Errors: 101  (Rec: 55  Ins: 17  Del: 29)
   Words: 5762   Matches: 5678
   Sentences: 1740   Matches: 1656   SentenceAcc: %95.2
   Total Time Audio: 3103.46s  Proc: 369.53s  Speed: 0.12 X real time
   Mem Total: 21.55 Mb Free: 6.56 Mb Used: 14.99 Mb

- TIDIGITS-quick using an ActiveList size of 100.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/26/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.0100s   0.0002s   3.0150s   
FrontEnd        311790  0.0000s   0.0000s   0.2620s   0.0002s   54.3920s  
Preemphasizer   16748   0.0000s   0.0000s   0.0020s   0.0000s   0.3750s   
HammingWindow   16748   0.0000s   0.0000s   0.0940s   0.0002s   3.8060s   
FFT             312026  0.0000s   0.0000s   0.0160s   0.0001s   32.4930s  
MelFilter       312026  0.0000s   0.0000s   0.0090s   0.0000s   2.5780s   
MelCepstrum     312026  0.0000s   0.0000s   0.0160s   0.0000s   8.1540s   
FeatureExtracto 13724   0.0010s   0.0000s   0.1300s   0.0001s   0.9410s   
AM_Load         1       2.9400s   2.9400s   2.9400s   2.9400s   2.9400s   
LingustLoading  1       0.0680s   0.0680s   0.0680s   0.0680s   0.0680s   
Score           311790  0.0000s   0.0000s   0.2620s   0.0007s   229.8830s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.3690s   
Grow            311790  0.0000s   0.0000s   0.2210s   0.0003s   82.9910s  
Decode          1740    0.2650s   0.0580s   0.7920s   0.1814s   315.6690s 
# ------------- Summary statistics ----------- 
   Accuracy: %98.5    Errors: 100  (Rec: 56  Ins: 15  Del: 29)
   Words: 5762   Matches: 5677
   Sentences: 1740   Matches: 1656   SentenceAcc: %95.2
   Total Time Audio: 3103.46s  Proc: 318.72s  Speed: 0.10 X real time
   Mem Total: 18.43 Mb Free: 12.87 Mb Used: 5.56 Mb

- TIDIGITS-quick using an ActiveList size of 75.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           6/26/2002
Test:           ti46
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.0060s   0.0001s   2.3610s   
FrontEnd        259102  0.0000s   0.0000s   0.3000s   0.0002s   44.9710s  
Preemphasizer   16214   0.0000s   0.0000s   0.0120s   0.0000s   0.2630s   
HammingWindow   16214   0.0000s   0.0000s   0.0750s   0.0002s   3.4120s   
FFT             259477  0.0000s   0.0000s   0.0760s   0.0001s   27.1930s  
MelFilter       259477  0.0000s   0.0000s   0.0710s   0.0000s   2.2270s   
MelCepstrum     259477  0.0000s   0.0000s   0.0160s   0.0000s   6.6230s   
FeatureExtracto 11737   0.0000s   0.0000s   0.0130s   0.0000s   0.5650s   
AM_Load         1       3.0060s   3.0060s   3.0060s   3.0060s   3.0060s   
LingustLoading  1       0.0690s   0.0690s   0.0690s   0.0690s   0.0690s   
Score           259102  0.0000s   0.0000s   0.3000s   0.0007s   188.0780s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.2520s   
Grow            259102  0.0000s   0.0000s   0.1140s   0.0002s   42.5470s  
Decode          2382    0.0850s   0.0550s   0.9320s   0.0979s   233.1750s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.4    Errors: 15  (Rec: 15  Ins: 0  Del: 0)
   Words: 2382   Matches: 2367
   Sentences: 2382   Matches: 2367   SentenceAcc: %99.4
   Total Time Audio: 2571.90s  Proc: 236.28s  Speed: 0.09 X real time
   Mem Total: 13.12 Mb Free: 5.12 Mb Used: 8.01 Mb

- Uses an ActiveList size of 80, and still maintains the same accuracy.

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/23/2002
Test:           ti46
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.1390s   0.0002s   3.9470s   
FrontEnd        259102  0.0000s   0.0000s   0.5570s   0.0004s   93.6670s  
Preemphasizer   16214   0.0000s   0.0000s   0.0030s   0.0000s   0.4900s   
HammingWindow   16214   0.0000s   0.0000s   0.1360s   0.0003s   4.9590s   
FFT             259477  0.0000s   0.0000s   0.0210s   0.0002s   62.0630s  
MelFilter       259477  0.0000s   0.0000s   0.0080s   0.0000s   4.8610s   
MelCepstrum     259477  0.0000s   0.0000s   0.0700s   0.0000s   11.8400s  
FeatureExtracto 11737   0.0000s   0.0000s   0.0440s   0.0001s   0.9760s   
AM_Load         1       5.4870s   5.4870s   5.4870s   5.4870s   5.4870s   
LingustLoading  1       0.2000s   0.2000s   0.2000s   0.2000s   0.2000s   
Score           259102  0.0000s   0.0000s   0.5580s   0.0022s   582.6190s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.3490s   
Grow            259102  0.0010s   0.0000s   0.3430s   0.0009s   235.5590s 
Decode          2382    0.3210s   0.1830s   1.7350s   0.3458s   823.6200s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.4    Errors: 14  (Rec: 14  Ins: 0  Del: 0)
   Words: 2382   Matches: 2368
   Sentences: 2382   Matches: 2368   SentenceAcc: %99.4
   Total Time Audio: 2571.90s  Proc: 832.18s  Speed: 0.32 X real time
   Mem Total: 15.17 Mb Free: 4.37 Mb Used: 10.80 Mb

- using context independent phones.
- target size is 1500.
- WIP is the default.

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/23/2002
Test:           ti46
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.0680s   0.0035s   57.2580s  
FrontEnd        259102  0.0000s   0.0000s   0.5540s   0.0006s   148.0900s 
Preemphasizer   16214   0.0000s   0.0000s   0.0030s   0.0000s   0.4590s   
HammingWindow   16214   0.0000s   0.0000s   0.1490s   0.0003s   5.1950s   
FFT             259477  0.0000s   0.0000s   0.0580s   0.0002s   62.4630s  
MelFilter       259477  0.0000s   0.0000s   0.0100s   0.0000s   4.8610s   
MelCepstrum     259477  0.0000s   0.0000s   0.0160s   0.0000s   11.8980s  
FeatureExtracto 11737   0.0000s   0.0000s   0.0910s   0.0001s   1.1480s   
AM_Load         1       6.7860s   6.7860s   6.7860s   6.7860s   6.7860s   
LingustLoading  1       0.4080s   0.4080s   0.4080s   0.4080s   0.4080s   
Score           259102  0.0000s   0.0000s   0.5540s   0.0027s   702.4270s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.4170s   
Grow            259102  0.0010s   0.0000s   0.4230s   0.0015s   386.5130s 
Decode          2382    0.6860s   0.2430s   2.0420s   0.4603s   1096.3750s
#  ------------- Summary statistics ----------- 
   Accuracy: %99.5    Errors: 12  (Rec: 12  Ins: 0  Del: 0)
   Words: 2382   Matches: 2370
   Sentences: 2382   Matches: 2370   SentenceAcc: %99.5
   Total Time Audio: 2571.90s  Proc: 1104.03s  Speed: 0.43 X real time
   Mem Total: 18.69 Mb Free: 12.08 Mb Used: 6.61 Mb

- using context dependent phones.
- target size is 1500.
- WIP is the default. Note accuracy is slightly better

# ==================================================
SystemName:     mute
Program:        sphinx4
Date:           7/23/2002
Test:           ti46
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.1750s   0.0027s   43.5140s  
FrontEnd        259102  0.0000s   0.0000s   1.0140s   0.0006s   146.9800s 
Preemphasizer   16214   0.0000s   0.0000s   0.0030s   0.0001s   0.8120s   
HammingWindow   16214   0.0000s   0.0000s   0.1630s   0.0004s   6.8010s   
FFT             259477  0.0000s   0.0000s   0.1210s   0.0003s   65.9060s  
MelFilter       259477  0.0000s   0.0000s   0.1000s   0.0000s   6.2700s   
MelCepstrum     259477  0.0000s   0.0000s   0.2930s   0.0001s   14.8450s  
FeatureExtracto 11737   0.0000s   0.0000s   0.3750s   0.0002s   1.8590s   
AM_Load         1       10.3070s  10.3070s  10.3070s  10.3070s  10.3070s  
LingustLoading  1       0.5320s   0.5320s   0.5320s   0.5320s   0.5320s   
Score           259102  0.0000s   0.0000s   1.0140s   0.0037s   965.4580s 
Prune           256720  0.0000s   0.0000s   0.0190s   0.0000s   0.4580s   
Grow            259102  0.0020s   0.0000s   0.4950s   0.0018s   474.8650s 
Decode          2382    0.4980s   0.3540s   3.5250s   0.6076s   1447.4040s
# ------------- Summary statistics ----------- 
   Accuracy: %99.5    Errors: 12  (Rec: 12  Ins: 0  Del: 0)
   Words: 2382   Matches: 2370
   Sentences: 2382   Matches: 2370   SentenceAcc: %99.5
   Total Time Audio: 2571.90s  Proc: 1463.84s  Speed: 0.57 X real time
   Mem Total: 17.79 Mb Free: 3.91 Mb Used: 13.88 Mb

- Using context dependent phones.
- Target size is 1500.
- WIP is the default.

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/23/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.1700s   0.0003s   4.5300s   
FrontEnd        311790  0.0000s   0.0000s   0.5800s   0.0004s   114.5010s 
Preemphasizer   16748   0.0000s   0.0000s   0.0130s   0.0000s   0.6960s   
HammingWindow   16748   0.0010s   0.0000s   0.1800s   0.0004s   6.6810s   
FFT             312026  0.0000s   0.0000s   0.0810s   0.0002s   75.5390s  
MelFilter       312026  0.0000s   0.0000s   0.0380s   0.0000s   6.1020s   
MelCepstrum     312026  0.0000s   0.0000s   0.0170s   0.0000s   14.2990s  
FeatureExtracto 13724   0.0000s   0.0000s   0.0490s   0.0001s   1.1130s   
AM_Load         1       5.5760s   5.5760s   5.5760s   5.5760s   5.5760s   
LingustLoading  1       0.1970s   0.1970s   0.1970s   0.1970s   0.1970s   
Score           311790  0.0000s   0.0000s   17.0370s  0.0022s   675.3690s 
Prune           310050  0.0000s   0.0000s   0.0050s   0.0000s   0.4220s   
Grow            311790  0.0010s   0.0000s   0.7720s   0.0011s   338.9710s 
Decode          1740    0.4940s   0.1770s   17.7590s  0.5855s   1018.7890s
# ------------- Summary statistics ----------- 
   Accuracy: %98.6    Errors: 101  (Rec: 55  Ins: 18  Del: 28)
   Words: 5762   Matches: 5679
   Sentences: 1740   Matches: 1655   SentenceAcc: %95.1
   Total Time Audio: 3103.46s  Proc: 1025.43s  Speed: 0.33 X real time
   Mem Total: 27.64 Mb Free: 10.28 Mb Used: 17.36 Mb

- using context independent  phones.
- target size is 200.
- WIP is 1E-21. 

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/23/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.1000s   0.0029s   48.4660s  
FrontEnd        311790  0.0000s   0.0000s   0.5740s   0.0005s   160.7170s 
Preemphasizer   16748   0.0000s   0.0000s   0.0030s   0.0000s   0.5660s   
HammingWindow   16748   0.0000s   0.0000s   0.3380s   0.0005s   7.8300s   
FFT             312026  0.0000s   0.0000s   0.0700s   0.0002s   76.5280s  
MelFilter       312026  0.0000s   0.0000s   0.0430s   0.0000s   6.0060s   
MelCepstrum     312026  0.0000s   0.0000s   0.0580s   0.0000s   14.5530s  
FeatureExtracto 13724   0.0000s   0.0000s   0.0870s   0.0001s   1.2770s   
AM_Load         1       5.5080s   5.5080s   5.5080s   5.5080s   5.5080s   
LingustLoading  1       2.6860s   2.6860s   2.6860s   2.6860s   2.6860s   
Score           311790  0.0000s   0.0000s   0.5740s   0.0018s   569.7530s 
Prune           310050  0.0000s   0.0000s   0.0120s   0.0000s   0.3610s   
Grow            311790  0.0010s   0.0000s   1.0420s   0.0016s   491.3060s 
Decode          1740    0.4880s   0.2080s   2.8730s   0.6484s   1128.1670s
# ------------- Summary statistics ----------- 
   Accuracy: %98.6    Errors: 140  (Rec: 75  Ins: 61  Del: 4)
   Words: 5762   Matches: 5683
   Sentences: 1740   Matches: 1638   SentenceAcc: %94.1
   Total Time Audio: 3103.46s  Proc: 1133.58s  Speed: 0.37 X real time
   Mem Total: 40.02 Mb Free: 11.84 Mb Used: 28.18 Mb

- using context dependent phones.
- target size is 200.
- WIP is 1E-21. Note accuracy is 1%  worse than best
  tidigits_quick run. 

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/23/2002
Test:           tidigits
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 83297   0.0000s   0.0000s   0.2220s   0.0024s   198.3040s 
FrontEnd        1547237 0.0000s   0.0000s   0.6050s   0.0005s   707.2440s 
Preemphasizer   83297   0.0000s   0.0000s   0.0220s   0.0000s   2.7980s   
HammingWindow   83297   0.0000s   0.0000s   0.3390s   0.0004s   36.9880s  
FFT             1548401 0.0000s   0.0000s   0.3600s   0.0002s   334.9800s 
MelFilter       1548401 0.0000s   0.0000s   0.3140s   0.0000s   29.8980s  
MelCepstrum     1548401 0.0000s   0.0000s   0.0540s   0.0000s   71.6370s  
FeatureExtracto 68036   0.0000s   0.0000s   0.2390s   0.0001s   6.3150s   
AM_Load         1       5.6460s   5.6460s   5.6460s   5.6460s   5.6460s   
LingustLoading  1       2.6050s   2.6050s   2.6050s   2.6050s   2.6050s   
Score           1547237 0.0000s   0.0000s   0.8100s   0.0020s   3154.6150s
Prune           1538537 0.0000s   0.0000s   0.0090s   0.0000s   1.6470s   
Grow            1547237 0.0010s   0.0000s   1.5610s   0.0016s   2469.9730s
Decode          8700    1.1010s   0.2100s   2.6250s   0.6860s   5968.1640s
# ------------- Summary statistics ----------- 
   Accuracy: %98.7    Errors: 659  (Rec: 321  Ins: 298  Del: 40)
   Words: 28583   Matches: 28222
   Sentences: 8700   Matches: 8161   SentenceAcc: %93.8
   Total Time Audio: 15400.04s  Proc: 5996.40s  Speed: 0.39 X real time
   Mem Total: 38.93 Mb Free: 12.88 Mb Used: 26.05 Mb

- using context dependent phones.
- target size is 200.
- WIP is 1E-21. Note accuracy is 1%  worse than best

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/24/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.0640s   0.0003s   4.6840s   
FrontEnd        311790  0.0000s   0.0000s   0.7690s   0.0004s   116.3340s 
Preemphasizer   16748   0.0000s   0.0000s   0.0030s   0.0000s   0.5750s   
HammingWindow   16748   0.0000s   0.0000s   0.2410s   0.0005s   7.8270s   
FFT             312026  0.0000s   0.0000s   0.1070s   0.0002s   75.1980s  
MelFilter       312026  0.0000s   0.0000s   0.0830s   0.0000s   5.9340s   
MelCepstrum     312026  0.0000s   0.0000s   0.2410s   0.0000s   14.9520s  
FeatureExtracto 13724   0.0000s   0.0000s   0.2470s   0.0001s   1.7320s   
AM_Load         1       5.9420s   5.9420s   5.9420s   5.9420s   5.9420s   
LingustLoading  1       1.3290s   1.3290s   1.3290s   1.3290s   1.3290s   
Score           311790  0.0000s   0.0000s   0.9110s   0.0026s   805.6490s 
Prune           310050  0.0000s   0.0000s   0.0050s   0.0000s   0.3980s   
Grow            311790  0.0010s   0.0000s   1.0410s   0.0017s   530.5640s 
Decode          1740    0.7040s   0.2250s   3.3010s   0.7777s   1353.1660s
#  ------------- Summary statistics ----------- 
   Accuracy: %98.4    Errors: 112  (Rec: 53  Ins: 19  Del: 40)
   Words: 5762   Matches: 5669
   Sentences: 1740   Matches: 1645   SentenceAcc: %94.5
   Total Time Audio: 3103.46s  Proc: 1359.39s  Speed: 0.44 X real time
   Mem Total: 36.37 Mb Free: 11.54 Mb Used: 24.83 Mb

- using context dependent phones.
- target size is 200.
- WIP is 1E-21. 
- compositeThreshold = 5
- Note slight accuracy (0.4%) improvement when using composite
- senones. This accuracy improvement is actually due to the different
- shuffling seed.

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/24/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.2600s   0.0003s   4.5630s   
FrontEnd        311790  0.0000s   0.0000s   0.5330s   0.0004s   120.6970s 
Preemphasizer   16748   0.0000s   0.0000s   0.0020s   0.0000s   0.5680s   
HammingWindow   16748   0.0000s   0.0000s   0.2090s   0.0004s   7.4530s   
FFT             312026  0.0000s   0.0000s   0.0940s   0.0002s   75.4570s  
MelFilter       312026  0.0000s   0.0000s   0.1300s   0.0000s   6.0570s   
MelCepstrum     312026  0.0000s   0.0000s   0.0560s   0.0001s   19.8060s  
FeatureExtracto 13724   0.0000s   0.0000s   0.0970s   0.0001s   1.2590s   
AM_Load         1       6.1520s   6.1520s   6.1520s   6.1520s   6.1520s   
LingustLoading  1       1.4340s   1.4340s   1.4340s   1.4340s   1.4340s   
Score           311790  0.0000s   0.0000s   0.8270s   0.0023s   721.4320s 
Prune           310050  0.0000s   0.0000s   0.0030s   0.0000s   0.4880s   
Grow            311790  0.0010s   0.0000s   0.9580s   0.0017s   537.4780s 
Decode          1740    0.5320s   0.2150s   2.6680s   0.7357s   1280.1710s

#------------- Summary statistics ----------- 
   Accuracy: %98.3    Errors: 117  (Rec: 56  Ins: 21  Del: 40)
   Words: 5762   Matches: 5666
   Sentences: 1740   Matches: 1639   SentenceAcc: %94.2
   Total Time Audio: 3103.46s  Proc: 1286.61s  Speed: 0.41 X real time
   Mem Total: 35.48 Mb Free: 2.29 Mb Used: 33.20 Mb

- using context dependent phones.
- target size is 200.
- WIP is 1E-21. 
- compositeThreshold = 0. All composites all the time.

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/24/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.0620s   0.0003s   5.1300s   
FrontEnd        311790  0.0000s   0.0000s   0.6400s   0.0004s   119.2150s 
Preemphasizer   16748   0.0000s   0.0000s   0.0030s   0.0000s   0.5710s   
HammingWindow   16748   0.0000s   0.0000s   0.2710s   0.0004s   7.1170s   
FFT             312026  0.0000s   0.0000s   0.1440s   0.0003s   78.7070s  
MelFilter       312026  0.0000s   0.0000s   0.0490s   0.0000s   5.9500s   
MelCepstrum     312026  0.0000s   0.0000s   0.0390s   0.0000s   14.9080s  
FeatureExtracto 13724   0.0000s   0.0000s   0.0930s   0.0001s   1.4650s   
AM_Load         1       6.8650s   6.8650s   6.8650s   6.8650s   6.8650s   
LingustLoading  1       3.0450s   3.0450s   3.0450s   3.0450s   3.0450s   
Score           311790  0.0000s   0.0000s   7.1760s   0.0020s   637.0600s 
Prune           310050  0.0000s   0.0000s   0.0030s   0.0000s   0.4630s   
Grow            311790  0.0010s   0.0000s   11.9280s  0.0016s   503.2590s 
Decode          1740    0.6190s   0.2210s   12.3160s  0.6978s   1214.1920s
# ------------- Summary statistics ----------- 
   Accuracy: %98.8    Errors: 124  (Rec: 63  Ins: 55  Del: 6)
   Words: 5762   Matches: 5693
   Sentences: 1740   Matches: 1645   SentenceAcc: %94.5
   Total Time Audio: 3103.46s  Proc: 1220.52s  Speed: 0.39 X real time
   Mem Total: 41.23 Mb Free: 22.38 Mb Used: 18.85 Mb

- using context dependent phones.
- target size is 200.
- WIP is 1E-21. 
- compositeThreshold = 1000. This essentially turns off composites.
- Note that even though the sentence accuracy is the same the
- composition of the errors (inserts vs. deletes) are very different

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/24/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.2630s   0.0005s   8.5740s   
FrontEnd        311790  0.0000s   0.0000s   0.7060s   0.0004s   125.7170s 
Preemphasizer   16748   0.0000s   0.0000s   0.0030s   0.0000s   0.6050s   
HammingWindow   16748   0.0000s   0.0000s   0.2500s   0.0005s   8.2150s   
FFT             312026  0.0000s   0.0000s   0.5560s   0.0002s   77.8150s  
MelFilter       312026  0.0000s   0.0000s   0.1440s   0.0000s   6.2880s   
MelCepstrum     312026  0.0000s   0.0000s   0.0460s   0.0000s   14.2190s  
FeatureExtracto 13724   0.0000s   0.0000s   0.7060s   0.0002s   2.2450s   
AM_Load         1       5.9890s   5.9890s   5.9890s   5.9890s   5.9890s   
LingustLoading  1       3.2750s   3.2750s   3.2750s   3.2750s   3.2750s   
Score           311790  0.0000s   0.0000s   2.4970s   0.0056s   1736.3360s
Prune           310050  0.0000s   0.0000s   0.0020s   0.0000s   0.6490s   
Grow            311790  0.0050s   0.0000s   2.8890s   0.0093s   2899.7210s
Decode          1740    1.8640s   0.7180s   9.2850s   2.7119s   4718.6490s
# ------------- Summary statistics ----------- 
   Accuracy: %99.3    Errors: 96  (Rec: 35  Ins: 56  Del: 5)
   Words: 5762   Matches: 5722
   Sentences: 1740   Matches: 1672   SentenceAcc: %96.1
   Total Time Audio: 3103.46s  Proc: 4728.40s  Speed: 1.52 X real time
   Mem Total: 83.30 Mb Free: 43.61 Mb Used: 39.70 Mb

- Using context dependent phones.
- Target size is 1000. Note accuracy is best yet for this task, but
- performance is very slow. Will try trimming target size to get good
- balance between accuracy and performance.
- WIP is 1E-21. 
- compositeThreshold = 1000. This essentially turns off composites.

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/24/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.1370s   0.0003s   5.1460s   
FrontEnd        311790  0.0000s   0.0000s   0.5530s   0.0004s   120.8040s 
Preemphasizer   16748   0.0000s   0.0000s   0.0020s   0.0000s   0.5510s   
HammingWindow   16748   0.0000s   0.0000s   0.4590s   0.0005s   8.3840s   
FFT             312026  0.0000s   0.0000s   0.1360s   0.0002s   77.3670s  
MelFilter       312026  0.0000s   0.0000s   0.1520s   0.0000s   6.3290s   
MelCepstrum     312026  0.0000s   0.0000s   0.0990s   0.0000s   14.7580s  
FeatureExtracto 13724   0.0000s   0.0000s   0.5200s   0.0002s   2.2480s   
AM_Load         1       5.4780s   5.4780s   5.4780s   5.4780s   5.4780s   
LingustLoading  1       2.7800s   2.7800s   2.7800s   2.7800s   2.7800s   
Score           311790  0.0000s   0.0000s   1.3680s   0.0033s   1029.4050s
Prune           310050  0.0000s   0.0000s   0.0040s   0.0000s   0.4470s   
Grow            311790  0.0040s   0.0000s   1.6350s   0.0045s   1408.1960s
Decode          1740    1.2490s   0.4110s   5.4310s   1.4457s   2515.4540s
# ------------- Summary statistics ----------- 
   Accuracy: %99.3    Errors: 97  (Rec: 36  Ins: 57  Del: 4)
   Words: 5762   Matches: 5722
   Sentences: 1740   Matches: 1669   SentenceAcc: %95.9
   Total Time Audio: 3103.46s  Proc: 2523.23s  Speed: 0.81 X real time
   Mem Total: 48.76 Mb Free: 27.81 Mb Used: 20.95 Mb

- Using context dependent phones.  Target size is 500. 
# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/24/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.4660s   0.0003s   5.5870s   
FrontEnd        311790  0.0000s   0.0000s   0.5530s   0.0004s   118.6520s 
Preemphasizer   16748   0.0000s   0.0000s   0.0080s   0.0000s   0.7430s   
HammingWindow   16748   0.0000s   0.0000s   0.1240s   0.0005s   7.8320s   
FFT             312026  0.0000s   0.0000s   0.1430s   0.0002s   76.7240s  
MelFilter       312026  0.0000s   0.0000s   0.0400s   0.0000s   5.9770s   
MelCepstrum     312026  0.0000s   0.0000s   0.0540s   0.0000s   14.4010s  
FeatureExtracto 13724   0.0010s   0.0000s   0.1540s   0.0001s   1.4210s   
AM_Load         1       5.5380s   5.5380s   5.5380s   5.5380s   5.5380s   
LingustLoading  1       2.8760s   2.8760s   2.8760s   2.8760s   2.8760s   
Score           311790  0.0000s   0.0000s   1.1680s   0.0031s   952.0110s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.4310s   
Grow            311790  0.0010s   0.0000s   1.5290s   0.0033s   1043.6220s
Decode          1740    0.8540s   0.3920s   4.8890s   1.1835s   2059.2190s
# ------------- Summary statistics ----------- 
   Accuracy: %99.3    Errors: 96  (Rec: 36  Ins: 55  Del: 5)
   Words: 5762   Matches: 5721
   Sentences: 1740   Matches: 1671   SentenceAcc: %96.0
   Total Time Audio: 3103.46s  Proc: 2066.24s  Speed: 0.67 X real time
   Mem Total: 55.10 Mb Free: 26.30 Mb Used: 28.80 Mb
- Using context dependent phones.  Target size is 400. 

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/25/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.0850s   0.0003s   4.9700s   
FrontEnd        311790  0.0000s   0.0000s   0.6240s   0.0003s   108.6640s 
Preemphasizer   16748   0.0000s   0.0000s   0.0050s   0.0000s   0.5740s   
HammingWindow   16748   0.0000s   0.0000s   0.1070s   0.0005s   7.5610s   
FFT             312026  0.0000s   0.0000s   0.0700s   0.0002s   66.4920s  
MelFilter       312026  0.0000s   0.0000s   0.0460s   0.0000s   5.9860s   
MelCepstrum     312026  0.0000s   0.0000s   0.0610s   0.0000s   14.4220s  
FeatureExtracto 13724   0.0000s   0.0000s   0.2420s   0.0002s   2.3310s   
AM_Load         1       5.7400s   5.7400s   5.7400s   5.7400s   5.7400s   
LingustLoading  1       3.0570s   3.0570s   3.0570s   3.0570s   3.0570s   
Score           311790  0.0000s   0.0000s   1.0850s   0.0021s   664.7180s 
Prune           310050  0.0000s   0.0000s   0.0080s   0.0000s   0.5010s   
Grow            311790  0.0010s   0.0000s   1.1970s   0.0024s   753.2770s 
Decode          1740    0.7160s   0.2690s   3.9780s   0.8573s   1491.6800s
# ------------- Summary statistics ----------- 
   Accuracy: %99.3    Errors: 93  (Rec: 34  Ins: 55  Del: 4)
   Words: 5762   Matches: 5724
   Sentences: 1740   Matches: 1672   SentenceAcc: %96.1
   Total Time Audio: 3103.46s  Proc: 1499.23s  Speed: 0.48 X real time
   Mem Total: 48.98 Mb Free: 20.31 Mb Used: 28.66 Mb

- Using context dependent phones.  Target size is 300. 


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           7/25/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.0880s   0.0002s   3.2040s   
FrontEnd        311790  0.0000s   0.0000s   0.2830s   0.0002s   56.3370s  
Preemphasizer   16748   0.0000s   0.0000s   0.0010s   0.0000s   0.3400s   
HammingWindow   16748   0.0000s   0.0000s   0.0610s   0.0003s   4.7270s   
FFT             312026  0.0000s   0.0000s   0.2470s   0.0001s   33.3260s  
MelFilter       312026  0.0000s   0.0000s   0.0480s   0.0000s   2.6330s   
MelCepstrum     312026  0.0000s   0.0000s   0.0360s   0.0000s   8.0650s   
FeatureExtracto 13724   0.0000s   0.0000s   0.0010s   0.0001s   0.7020s   
AM_Load         1       2.9030s   2.9030s   2.9030s   2.9030s   2.9030s   
LingustLoading  1       1.3360s   1.3360s   1.3360s   1.3360s   1.3360s   
Score           311790  0.0000s   0.0000s   0.6640s   0.0016s   514.1860s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.2700s   
Grow            311790  0.0010s   0.0000s   0.8210s   0.0019s   579.5410s 
Decode          1740    0.4790s   0.2050s   2.4910s   0.6601s   1148.4980s
# ------------- Summary statistics ----------- 
   Accuracy: %99.3    Errors: 83  (Rec: 37  Ins: 40  Del: 6)
   Words: 5762   Matches: 5719
   Sentences: 1740   Matches: 1683   SentenceAcc: %96.7
   Total Time Audio: 3103.46s  Proc: 1153.29s  Speed: 0.37 X real time
   Mem Total: 47.44 Mb Free: 20.64 Mb Used: 26.80 Mb

- Uses context dependent phones. Target size is 400.
- WIP is changed to 1.0E-25.
- This is the same as the best Sphinx 3 performance.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           7/25/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.0500s   0.0002s   3.0330s   
FrontEnd        311790  0.0000s   0.0000s   0.3310s   0.0002s   56.7960s  
Preemphasizer   16748   0.0000s   0.0000s   0.0020s   0.0000s   0.2990s   
HammingWindow   16748   0.0000s   0.0000s   0.0390s   0.0003s   4.8150s   
FFT             312026  0.0000s   0.0000s   0.0480s   0.0001s   32.6360s  
MelFilter       312026  0.0000s   0.0000s   0.0390s   0.0000s   2.8480s   
MelCepstrum     312026  0.0000s   0.0000s   0.0220s   0.0000s   8.1810s   
FeatureExtracto 13724   0.0000s   0.0000s   0.3310s   0.0001s   1.1840s   
AM_Load         1       2.9540s   2.9540s   2.9540s   2.9540s   2.9540s   
LingustLoading  1       1.3120s   1.3120s   1.3120s   1.3120s   1.3120s   
Score           311790  0.0000s   0.0000s   0.5520s   0.0013s   399.0300s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.2980s   
Grow            311790  0.0010s   0.0000s   0.6350s   0.0013s   408.1070s 
Decode          1740    0.4270s   0.1530s   1.8350s   0.4904s   853.3800s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.2    Errors: 72  (Rec: 40  Ins: 28  Del: 4)
   Words: 5762   Matches: 5718
   Sentences: 1740   Matches: 1685   SentenceAcc: %96.8
   Total Time Audio: 3103.46s  Proc: 857.49s  Speed: 0.28 X real time
   Mem Total: 43.98 Mb Free: 22.22 Mb Used: 21.76 Mb

- Uses CD phones, target size 300, WIP is 1.0E-30. Ins. errs. reduced a bit.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           7/25/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.0420s   0.0002s   3.0860s   
FrontEnd        311790  0.0000s   0.0000s   0.2660s   0.0002s   56.5110s  
Preemphasizer   16748   0.0000s   0.0000s   0.0020s   0.0000s   0.3120s   
HammingWindow   16748   0.0010s   0.0000s   0.2430s   0.0003s   5.4320s   
FFT             312026  0.0000s   0.0000s   0.0510s   0.0001s   32.6460s  
MelFilter       312026  0.0000s   0.0000s   0.0730s   0.0000s   2.6430s   
MelCepstrum     312026  0.0000s   0.0000s   0.0260s   0.0000s   8.0900s   
FeatureExtracto 13724   0.0010s   0.0000s   0.1590s   0.0001s   0.9870s   
AM_Load         1       2.9470s   2.9470s   2.9470s   2.9470s   2.9470s   
LingustLoading  1       1.3200s   1.3200s   1.3200s   1.3200s   1.3200s   
Score           311790  0.0000s   0.0000s   0.7370s   0.0016s   490.5650s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.2760s   
Grow            311790  0.0010s   0.0000s   0.8490s   0.0018s   570.0190s 
Decode          1740    1.0220s   0.2040s   2.6550s   0.6386s   1111.1100s
# ------------- Summary statistics ----------- 
   Accuracy: %99.3    Errors: 70  (Rec: 34  Ins: 29  Del: 7)
   Words: 5762   Matches: 5721
   Sentences: 1740   Matches: 1689   SentenceAcc: %97.1
   Total Time Audio: 3103.46s  Proc: 1115.34s  Speed: 0.36 X real time
   Mem Total: 54.19 Mb Free: 38.55 Mb Used: 15.63 Mb

- Uses CD phones, target size 400, WIP is 1.0E-30.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           7/25/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.0470s   0.0002s   2.9370s   
FrontEnd        311790  0.0000s   0.0000s   0.3210s   0.0002s   56.7590s  
Preemphasizer   16748   0.0000s   0.0000s   0.0020s   0.0000s   0.3240s   
HammingWindow   16748   0.0000s   0.0000s   0.0730s   0.0003s   4.8110s   
FFT             312026  0.0000s   0.0000s   0.0490s   0.0001s   32.8880s  
MelFilter       312026  0.0000s   0.0000s   0.0570s   0.0000s   2.7210s   
MelCepstrum     312026  0.0000s   0.0000s   0.0440s   0.0000s   7.9810s   
FeatureExtracto 13724   0.0000s   0.0000s   0.1930s   0.0001s   1.3120s   
AM_Load         1       2.9070s   2.9070s   2.9070s   2.9070s   2.9070s   
LingustLoading  1       1.3960s   1.3960s   1.3960s   1.3960s   1.3960s   
Score           311790  0.0000s   0.0000s   0.7080s   0.0016s   492.4110s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.2750s   
Grow            311790  0.0020s   0.0000s   0.8530s   0.0018s   558.9160s 
Decode          1740    0.4940s   0.2020s   2.6770s   0.6308s   1097.5390s
# ------------- Summary statistics ----------- 
   Accuracy: %99.3    Errors: 68  (Rec: 36  Ins: 25  Del: 7)
   Words: 5762   Matches: 5719
   Sentences: 1740   Matches: 1694   SentenceAcc: %97.4
   Total Time Audio: 3103.46s  Proc: 1101.88s  Speed: 0.36 X real time
   Mem Total: 57.73 Mb Free: 34.70 Mb Used: 23.03 Mb

- Same attributes as previous run, but specifies the LogMath.logBase = 1.0001

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           7/26/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.0930s   0.0004s   5.9990s   
FrontEnd        311790  0.0000s   0.0000s   0.5310s   0.0004s   129.4240s 
Preemphasizer   16748   0.0000s   0.0000s   0.0030s   0.0000s   0.5520s   
HammingWindow   16748   0.0000s   0.0000s   0.1410s   0.0005s   7.6200s   
FFT             312026  0.0000s   0.0000s   0.0970s   0.0002s   77.7330s  
MelFilter       312026  0.0000s   0.0000s   0.1080s   0.0000s   6.1100s   
MelCepstrum     312026  0.0000s   0.0000s   0.0850s   0.0001s   23.0040s  
FeatureExtracto 13724   0.0000s   0.0000s   0.3700s   0.0002s   2.2010s   
AM_Load         1       5.8620s   5.8620s   5.8620s   5.8620s   5.8620s   
LingustLoading  1       3.1520s   3.1520s   3.1520s   3.1520s   3.1520s   
Score           311790  0.0000s   0.0000s   1.1620s   0.0028s   877.3720s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.4140s   
Grow            311790  0.0030s   0.0000s   1.4440s   0.0031s   975.9510s 
Decode          1740    0.9060s   0.3510s   4.7010s   1.1042s   1921.2760s
# ------------- Summary statistics ----------- 
   Accuracy: %99.3    Errors: 68  (Rec: 36  Ins: 25  Del: 7)
   Words: 5762   Matches: 5719
   Sentences: 1740   Matches: 1694   SentenceAcc: %97.4
   Total Time Audio: 3103.46s  Proc: 1928.14s  Speed: 0.62 X real time
   Mem Total: 57.73 Mb Free: 34.70 Mb Used: 23.03 Mb

- Uses CD phones, target size 400, WIP is 1.0E-30.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           7/25/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.3980s   0.0002s   3.3400s   
FrontEnd        311790  0.0000s   0.0000s   0.4920s   0.0002s   58.8130s  
Preemphasizer   16748   0.0000s   0.0000s   0.0100s   0.0000s   0.2980s   
HammingWindow   16748   0.0000s   0.0000s   0.1160s   0.0003s   5.3560s   
FFT             312026  0.0000s   0.0000s   0.1500s   0.0001s   33.4600s  
MelFilter       312026  0.0000s   0.0000s   0.1220s   0.0000s   2.6690s   
MelCepstrum     312026  0.0000s   0.0000s   0.0100s   0.0000s   8.0140s   
FeatureExtracto 13724   0.0000s   0.0000s   0.3760s   0.0001s   1.7120s   
AM_Load         1       3.0520s   3.0520s   3.0520s   3.0520s   3.0520s   
LingustLoading  1       1.4040s   1.4040s   1.4040s   1.4040s   1.4040s   
Score           311790  0.0000s   0.0000s   1.5240s   0.0033s   1037.5510s
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.3290s   
Grow            311790  0.0030s   0.0000s   1.9140s   0.0052s   1635.3070s
Decode          1740    1.2160s   0.4350s   5.9710s   1.5649s   2722.9530s
# ------------- Summary statistics ----------- 
   Accuracy: %99.3    Errors: 60  (Rec: 32  Ins: 19  Del: 9)
   Words: 5762   Matches: 5721
   Sentences: 1740   Matches: 1697   SentenceAcc: %97.5
   Total Time Audio: 3103.46s  Proc: 2728.52s  Speed: 0.88 X real time
   Mem Total: 78.35 Mb Free: 38.40 Mb Used: 39.95 Mb

- Uses CD phones, target size 1000, WIP is 1.0E-35.
- This simply shows that if we increase the target size AND WIP,
- it is possible to improve the performance. However, it looks like we
- are hitting some bottleneck at this 97.5% range. Moreover, it takes
- too long and its simply pointless to keep increasing the target size
- just to squeeze another ounce of performance. So this is just for the
- record.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           7/25/2002
Test:           ti46_multi
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.1120s   0.0003s   5.6680s   
FrontEnd        259102  0.0000s   0.0000s   0.2620s   0.0002s   50.6770s  
Preemphasizer   16214   0.0000s   0.0000s   0.0020s   0.0000s   0.4510s   
HammingWindow   16214   0.0000s   0.0000s   0.1900s   0.0003s   4.4950s   
FFT             259477  0.0000s   0.0000s   0.1990s   0.0001s   27.4560s  
MelFilter       259477  0.0000s   0.0000s   0.1960s   0.0000s   2.4260s   
MelCepstrum     259477  0.0000s   0.0000s   0.0180s   0.0000s   6.5350s   
FeatureExtracto 11737   0.0000s   0.0000s   0.0470s   0.0001s   0.7220s   
AM_Load         1       3.0930s   3.0930s   3.0930s   3.0930s   3.0930s   
LingustLoading  1       1.6270s   1.6270s   1.6270s   1.6270s   1.6270s   
Score           259102  0.0000s   0.0000s   0.3520s   0.0016s   417.9250s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.2260s   
Grow            259102  0.0010s   0.0000s   0.4570s   0.0017s   447.1110s 
Decode          2382    0.3640s   0.2050s   1.4450s   0.3883s   924.8830s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.8    Errors: 16  (Rec: 5  Ins: 11  Del: 0)
   Words: 2382   Matches: 2377
   Sentences: 2382   Matches: 2366   SentenceAcc: %99.3
   Total Time Audio: 2571.90s  Proc: 930.64s  Speed: 0.36 X real time
   Mem Total: 35.80 Mb Free: 19.79 Mb Used: 16.01 Mb

- Testing TI46 using the connected-digit grammar, and the default settings:
- Target size 400, WIP 1.0E-30. It actually has the best word accuracy
- ever on a large test set.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           7/25/2002
Test:           ti46_multi
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16214   0.0000s   0.0000s   0.0310s   0.0002s   2.6170s   
FrontEnd        259102  0.0000s   0.0000s   0.2910s   0.0002s   47.3850s  
Preemphasizer   16214   0.0000s   0.0000s   0.0020s   0.0000s   0.3670s   
HammingWindow   16214   0.0000s   0.0000s   0.0300s   0.0003s   4.2660s   
FFT             259477  0.0000s   0.0000s   0.1960s   0.0001s   27.2090s  
MelFilter       259477  0.0000s   0.0000s   0.0240s   0.0000s   2.1810s   
MelCepstrum     259477  0.0000s   0.0000s   0.0160s   0.0000s   6.7340s   
FeatureExtracto 11737   0.0000s   0.0000s   0.2910s   0.0001s   0.9740s   
AM_Load         1       2.9520s   2.9520s   2.9520s   2.9520s   2.9520s   
LingustLoading  1       1.4590s   1.4590s   1.4590s   1.4590s   1.4590s   
Score           259102  0.0000s   0.0000s   0.3560s   0.0016s   418.5720s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.2440s   
Grow            259102  0.0010s   0.0000s   0.4070s   0.0017s   451.0100s 
Decode          2382    0.3340s   0.2190s   1.3590s   0.3913s   932.1620s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.8    Errors: 10  (Rec: 4  Ins: 6  Del: 0)
   Words: 2382   Matches: 2378
   Sentences: 2382   Matches: 2372   SentenceAcc: %99.6
   Total Time Audio: 2571.90s  Proc: 938.02s  Speed: 0.36 X real time
   Mem Total: 36.17 Mb Free: 19.03 Mb Used: 17.14 Mb

- Target size 400, WIP 1.0E-45

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           8/02/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 16748   0.0000s   0.0000s   0.3750s   0.0024s   40.8750s  
FrontEnd        311790  0.0000s   0.0000s   0.6180s   0.0005s   154.6560s 
Preemphasizer   16748   0.0000s   0.0000s   0.0030s   0.0000s   0.5880s   
HammingWindow   16748   0.0000s   0.0000s   0.3810s   0.0005s   7.5440s   
FFT             312026  0.0000s   0.0000s   0.3820s   0.0002s   77.8810s  
MelFilter       312026  0.0000s   0.0000s   0.1200s   0.0000s   6.1230s   
MelCepstrum     312026  0.0000s   0.0000s   0.0950s   0.0000s   14.5410s  
FeatureExtracto 13724   0.0000s   0.0000s   0.0600s   0.0001s   1.1540s   
AM_Load         1       5.5760s   5.5760s   5.5760s   5.5760s   5.5760s   
LingustLoading  1       17.6150s  17.6150s  17.6150s  17.6150s  17.6150s  
Score           311790  0.0000s   0.0000s   1.0090s   0.0028s   884.0870s 
Prune           310050  0.0000s   0.0000s   0.0140s   0.0000s   0.4160s   
Grow            311790  0.0030s   0.0000s   1.3340s   0.0037s   1154.9550s
Decode          1740    0.8870s   0.3820s   3.9590s   1.2173s   2118.0520s
# ------------- Summary statistics ----------- 
   Accuracy: %99.3    Errors: 68  (Rec: 36  Ins: 25  Del: 7)
   Words: 5762   Matches: 5719
   Sentences: 1740   Matches: 1694   SentenceAcc: %97.4
   Total Time Audio: 3103.46s  Proc: 2124.43s  Speed: 0.68 X real time
   Mem Total: 51.69 Mb Free: 12.23 Mb Used: 39.46 Mb

- Uses CD phones, target size 400, WIP is 1.0E-30.
- Collapses duplicate right contexts to eliminate duplicate units in
- the sentence hmm


# ==================================================
SystemName:     sunlabs
Program:        sphinx4
Date:           8/8/2002
Test:           ti46
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 26589   0.0000s   0.0000s   0.0540s   0.0011s   27.9900s  
FrontEnd        259102  0.0000s   0.0000s   0.8210s   0.0009s   245.8880s 
Preemphasizer   26589   0.0000s   0.0000s   0.0030s   0.0000s   1.0560s   
HammingWindow   26589   0.0000s   0.0000s   0.1850s   0.0006s   14.6270s  
FFT             259477  0.0000s   0.0000s   0.1810s   0.0006s   166.6810s 
MelFilter       259477  0.0000s   0.0000s   0.0130s   0.0000s   9.0250s   
MelCepstrum     259477  0.0000s   0.0000s   0.2010s   0.0001s   16.0780s  
FeatureExtracto 11737   0.0010s   0.0000s   0.3660s   0.0002s   2.5470s   
AM_Load         1       6.7880s   6.7880s   6.7880s   6.7880s   6.7880s   
LingustLoading  1       0.3300s   0.3300s   0.3300s   0.3300s   0.3300s   
Score           259102  0.0000s   0.0000s   0.8230s   0.0032s   826.2380s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.6860s   
Grow            259102  0.0010s   0.0000s   0.5330s   0.0019s   502.1350s 
Decode          2382    0.4090s   0.3070s   2.3900s   0.5612s   1336.8410s
# ------------- Summary statistics ----------- 
   Accuracy: %99.8    Errors: 4  (Rec: 4  Ins: 0  Del: 0)
   Words: 2382   Matches: 2378
   Sentences: 2382   Matches: 2378   SentenceAcc: %99.8
   Total Time Audio: 2571.66s  Proc: 1348.83s  Speed: 0.52 X real time
   Mem Total: 18.91 Mb Free: 6.38 Mb Used: 12.53 Mb

- Uses Rita's new acoustic model trained with TIDIGITS. These models have
- a new feature arrangement (cepstra-delta-doubledelta).
- ** IMPORTANT ** : From now on, all tests will use the new acoustic models. 


# ==================================================
SystemName:     sunlabs
Program:        sphinx4
Date:           8/9/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.1500s   0.0007s   20.5980s  
FrontEnd        311790  0.0000s   0.0000s   0.7910s   0.0009s   286.2670s 
Preemphasizer   29156   0.0000s   0.0000s   0.0030s   0.0000s   1.2430s   
HammingWindow   29156   0.0000s   0.0000s   0.4460s   0.0006s   18.2690s  
FFT             312026  0.0000s   0.0000s   0.1490s   0.0007s   207.3980s 
MelFilter       312026  0.0000s   0.0000s   0.0880s   0.0000s   10.6030s  
AM_Load         1       6.6220s   6.6220s   6.6220s   6.6220s   6.6220s   
MelCepstrum     312026  0.0000s   0.0000s   0.1470s   0.0001s   19.0080s  
FeatureExtracto 13724   0.0000s   0.0000s   0.1580s   0.0001s   1.4750s   
LingustLoading  1       3.2740s   3.2740s   3.2740s   3.2740s   3.2740s   
Score           311790  0.0000s   0.0000s   1.5480s   0.0034s   1063.1720s
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.7360s   
Grow            311790  0.0040s   0.0000s   1.6360s   0.0045s   1403.1020s
Decode          1740    1.1300s   0.4330s   5.6350s   1.4782s   2572.0930s
# ------------- Summary statistics ----------- 
   Accuracy: %99.8    Errors: 27  (Rec: 7  Ins: 16  Del: 4)
   Words: 5762   Matches: 5751
   Sentences: 1740   Matches: 1716   SentenceAcc: %98.6
   Total Time Audio: 6206.70s  Proc: 2581.88s  Speed: 0.42 X real time
   Mem Total: 49.54 Mb Free: 29.43 Mb Used: 20.11 Mb

- Running tidigits_quick with Rita's new models.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           8/9/2002
Test:           ti46
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 26589   0.0000s   0.0000s   0.1690s   0.0004s   10.5280s  
FrontEnd        259102  0.0000s   0.0000s   0.3570s   0.0004s   99.3050s  
Preemphasizer   26589   0.0000s   0.0000s   0.0020s   0.0000s   0.4930s   
HammingWindow   26589   0.0000s   0.0000s   0.0900s   0.0002s   6.3590s   
AM_Load         1       3.0300s   3.0300s   3.0300s   3.0300s   3.0300s   
FFT             259477  0.0000s   0.0000s   0.1340s   0.0003s   66.5250s  
MelFilter       259477  0.0000s   0.0000s   0.0060s   0.0000s   3.6650s   
MelCepstrum     259477  0.0000s   0.0000s   0.0110s   0.0000s   8.2630s   
FeatureExtracto 11737   0.0000s   0.0000s   0.0390s   0.0001s   0.6310s   
LingustLoading  1       0.2100s   0.2100s   0.2100s   0.2100s   0.2100s   
Score           259102  0.0000s   0.0000s   0.3570s   0.0017s   437.3340s 
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.2910s   
Grow            259102  0.0010s   0.0000s   0.2490s   0.0009s   223.0660s 
Decode          2382    0.2650s   0.1490s   1.1240s   0.2788s   664.0850s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.8    Errors: 4  (Rec: 4  Ins: 0  Del: 0)
   Words: 2382   Matches: 2378
   Sentences: 2382   Matches: 2378   SentenceAcc: %99.8
   Total Time Audio: 2571.66s  Proc: 668.86s  Speed: 0.26 X real time
   Mem Total: 19.41 Mb Free: 6.03 Mb Used: 13.39 Mb

- Running TI46 with new acoustic model for speed comparison.
- ActiveList size is 1500.
- This does NOT include Paul's fixes to right-context as of 8/12/2002.


# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           8/9/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.1180s   0.0004s   12.5780s  
FrontEnd        311790  0.0000s   0.0000s   0.3770s   0.0004s   122.7940s 
Preemphasizer   29156   0.0000s   0.0000s   0.0020s   0.0000s   0.5860s   
HammingWindow   29156   0.0000s   0.0000s   0.2710s   0.0003s   9.3920s   
AM_Load         1       3.3770s   3.3770s   3.3770s   3.3770s   3.3770s   
FFT             312026  0.0000s   0.0000s   0.2790s   0.0003s   80.4630s  
MelFilter       312026  0.0000s   0.0000s   0.2870s   0.0000s   5.0240s   
MelCepstrum     312026  0.0000s   0.0000s   0.0400s   0.0000s   10.1850s  
FeatureExtracto 13724   0.0000s   0.0000s   0.0050s   0.0001s   0.7250s   
LingustLoading  1       1.3520s   1.3520s   1.3520s   1.3520s   1.3520s   
Score           311790  0.0000s   0.0000s   0.7590s   0.0018s   570.4880s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.2750s   
Grow            311790  0.0010s   0.0000s   0.9720s   0.0018s   556.3310s 
Decode          1740    0.5150s   0.2120s   2.4820s   0.6738s   1172.4620s
# ------------- Summary statistics ----------- 
   Accuracy: %99.8    Errors: 27  (Rec: 7  Ins: 16  Del: 4)
   Words: 5762   Matches: 5751
   Sentences: 1740   Matches: 1716   SentenceAcc: %98.6
   Total Time Audio: 3103.35s  Proc: 1177.55s  Speed: 0.38 X real time
   Mem Total: 61.24 Mb Free: 9.45 Mb Used: 51.79 Mb

- Running tidigits_quick with new acoustic model for speed comparison.
- ActiveList size is 400, WIP is 1.0E-30.
- This does NOT include Paul's fixes to right-context as of 8/12/2002.

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           8/16/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.3630s   0.0004s   10.3660s  
FrontEnd        311790  0.0000s   0.0000s   0.8160s   0.0008s   239.3800s 
Preemphasizer   29156   0.0000s   0.0000s   0.0030s   0.0000s   1.0550s   
HammingWindow   29156   0.0000s   0.0000s   0.3570s   0.0005s   13.2630s  
AM_Load         1       5.8230s   5.8230s   5.8230s   5.8230s   5.8230s   
FFT             312026  0.0000s   0.0000s   0.2180s   0.0006s   180.0760s 
MelFilter       312026  0.0000s   0.0000s   0.0320s   0.0000s   9.1980s   
MelCepstrum     312026  0.0000s   0.0000s   0.0570s   0.0001s   17.2180s  
FeatureExtracto 13724   0.0010s   0.0000s   0.5580s   0.0002s   2.4820s   
LingustLoading  1       8.2230s   8.2230s   8.2230s   8.2230s   8.2230s   
Score           311790  0.0000s   0.0000s   1.0450s   0.0033s   1033.8250s
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.3960s   
Grow            311790  0.0030s   0.0000s   1.3920s   0.0032s   992.7540s 
Decode          1740    0.9520s   0.3520s   4.2070s   1.1933s   2076.3950s
# ------------- Summary statistics ----------- 
   Accuracy: %99.7    Errors: 22  (Rec: 9  Ins: 2  Del: 11)
   Words: 5762   Matches: 5742
   Sentences: 1740   Matches: 1720   SentenceAcc: %98.9
   Total Time Audio: 6206.70s  Proc: 2082.70s  Speed: 0.34 X real time
   Mem Total: 47.09 Mb Free: 25.76 Mb Used: 21.32 Mb

- After fixing problem with invalid SentenceHMMs
- ActiveList size is 400, WIP is 1.0E-56.

# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           8/19/2002
Test:           tidigits_quick
Who:            plamere


# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.0870s   0.0004s   12.8270s  
FrontEnd        311790  0.0000s   0.0000s   0.5160s   0.0004s   121.7030s 
Preemphasizer   29156   0.0000s   0.0000s   0.0020s   0.0000s   0.6160s   
HammingWindow   29156   0.0010s   0.0000s   0.1930s   0.0003s   9.6010s   
AM_Load         1       3.0810s   3.0810s   3.0810s   3.0810s   3.0810s   
FFT             312026  0.0000s   0.0000s   0.2150s   0.0003s   79.0370s  
MelFilter       312026  0.0000s   0.0000s   0.0460s   0.0000s   4.5690s   
MelCepstrum     312026  0.0000s   0.0000s   0.0400s   0.0000s   9.8590s   
FeatureExtracto 13724   0.0000s   0.0000s   0.5160s   0.0001s   1.8250s   
LingustLoading  1       1.9160s   1.9160s   1.9160s   1.9160s   1.9160s   
Score           311790  0.0000s   0.0000s   8.5190s   0.0020s   627.6570s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.3140s   
Grow            311790  0.0010s   0.0000s   0.8390s   0.0017s   534.5580s 
Decode          1740    0.4780s   0.2070s   9.2150s   0.6837s   1189.6760s
# ------------- Summary statistics ----------- 
   Accuracy: %99.7    Errors: 22  (Rec: 9  Ins: 2  Del: 11)
   Words: 5762   Matches: 5742
   Sentences: 1740   Matches: 1720   SentenceAcc: %98.9
   Total Time Audio: 6206.70s  Proc: 1193.39s  Speed: 0.19 X real time
   Mem Total: 48.07 Mb Free: 6.59 Mb Used: 41.48 Mb

- After fixing problem with invalid SentenceHMMs
- ActiveList size is 400, WIP is 1.0E-56.

# ==================================================
SystemName:     sunlabs
Program:        sphinx4
Date:           8/21/2002
Test:           ti46
Who:            plamere
# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 26589   0.0000s   0.0000s   0.1960s   0.0017s   46.3870s
FrontEnd        259102  0.0000s   0.0000s   0.7840s   0.0010s   268.7010s
Preemphasizer   26589   0.0000s   0.0000s   0.0030s   0.0000s   1.0810s
HammingWindow   26589   0.0000s   0.0000s   0.1850s   0.0006s   15.2540s
AM_Load         1       6.3640s   6.3640s   6.3640s   6.3640s   6.3640s
FFT             259477  0.0000s   0.0000s   0.2700s   0.0007s   170.0510s
MelFilter       259477  0.0000s   0.0000s   0.0780s   0.0000s   9.3110s
MelCepstrum     259477  0.0000s   0.0000s   0.0410s   0.0001s   16.5280s
FeatureExtracto 11737   0.0000s   0.0000s   0.2670s   0.0002s   2.0410s
LingustLoading  1       0.7930s   0.7930s   0.7930s   0.7930s   0.7930s
Score           259102  0.0000s   0.0000s   0.7850s   0.0037s   949.4720s
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   0.5740s
Grow            259102  0.0020s   0.0000s   0.6080s   0.0024s   612.2850s
Decode          2382    0.5500s   0.3840s   2.6720s   0.6614s   1575.3390s
# ------------- Summary statistics -----------
   Accuracy: %99.8    Errors: 4  (Rec: 4  Ins: 0  Del: 0)
   Words: 2382   Matches: 2378
   Sentences: 2382   Matches: 2378   SentenceAcc: %99.8
   Total Time Audio: 5143.32s  Proc: 1587.38s  Speed: 0.31 X real time
   Mem Total: 20.13 Mb Free: 7.52 Mb Used: 12.62 Mb

- Grammars with alternates at nodes

# ==================================================
SystemName:     sunlabs
Program:        sphinx4
Date:           8/21/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.1760s   0.0013s   39.3420s  
FrontEnd        311790  0.0000s   0.0000s   0.7900s   0.0010s   308.3270s 
Preemphasizer   29156   0.0000s   0.0000s   0.0050s   0.0001s   1.7720s   
HammingWindow   29156   0.0000s   0.0000s   0.3200s   0.0006s   18.5730s  
AM_Load         1       6.9920s   6.9920s   6.9920s   6.9920s   6.9920s   
FFT             312026  0.0000s   0.0000s   0.1350s   0.0007s   205.2650s 
MelFilter       312026  0.0000s   0.0000s   0.0930s   0.0000s   11.3410s  
MelCepstrum     312026  0.0000s   0.0000s   0.0650s   0.0001s   19.6620s  
FeatureExtracto 13724   0.0000s   0.0000s   0.7900s   0.0002s   3.3430s   
LingustLoading  1       11.9350s  11.9350s  11.9350s  11.9350s  11.9350s  
Score           311790  0.0000s   0.0000s   1.0300s   0.0038s   1185.3790s
Prune           310050  0.0000s   0.0000s   0.0030s   0.0000s   0.7040s   
Grow            311790  0.0030s   0.0000s   1.6710s   0.0045s   1398.9080s
Decode          1740    1.2260s   0.4680s   5.9100s   1.5257s   2654.6930s
# ------------- Summary statistics ----------- 
   Accuracy: %99.7    Errors: 22  (Rec: 9  Ins: 2  Del: 11)
   Words: 5762   Matches: 5742
   Sentences: 1740   Matches: 1720   SentenceAcc: %98.9
   Total Time Audio: 6206.70s  Proc: 2661.02s  Speed: 0.43 X real time
   Mem Total: 46.00 Mb Free: 2.82 Mb Used: 43.18 Mb

- Grammars with alternates at nodes
# ==================================================
SystemName:     sunlabs
Program:        sphinx4
Date:           8/28/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime
batchAudioSourc 29156   0.0000s   0.0000s   0.2370s   0.0013s   39.0040s
FrontEnd        311790  0.0000s   0.0000s   0.7580s   0.0010s   297.7790s
Preemphasizer   29156   0.0000s   0.0000s   0.0030s   0.0000s   1.1890s
HammingWindow   29156   0.0000s   0.0000s   0.2200s   0.0006s   16.5010s
AM_Load         1       7.1480s   7.1480s   7.1480s   7.1480s   7.1480s
FFT             312026  0.0000s   0.0000s   0.1890s   0.0006s   198.5250s
MelFilter       312026  0.0000s   0.0000s   0.0150s   0.0000s   10.6970s
MelCepstrum     312026  0.0000s   0.0000s   0.0100s   0.0001s   19.4640s
FeatureExtracto 13724   0.0000s   0.0000s   0.7500s   0.0002s   2.7640s
LingustLoading  1       1.5150s   1.5150s   1.5150s   1.5150s   1.5150s
Score           311790  0.0000s   0.0000s   0.7580s   0.0058s   1819.0060s
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.6750s
Grow            311790  0.0010s   0.0000s   0.9060s   0.0015s   469.0500s
Decode          1740    1.0400s   0.4390s   4.1890s   1.3209s   2298.3380s
# ------------- Summary statistics -----------
   Accuracy: %99.5    Errors: 143  (Rec: 12  Ins: 117  Del: 14)
   Words: 5762   Matches: 5736
   Sentences: 1740   Matches: 1615   SentenceAcc: %92.8
   Total Time Audio: 6206.70s  Proc: 2309.22s  Speed: 0.37 X real time
   Mem Total: 25.16 Mb Free: 5.64 Mb Used: 19.52 Mb
- First working version of TreeSentenceHMM. No WIP implemented yet.
- Composites used for cross-grammar triphones

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           8/28/2002
Test:           tidigits_quick
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.3600s   0.0022s   64.2980s  
FrontEnd        311790  0.0000s   0.0000s   0.7440s   0.0010s   312.1720s 
Preemphasizer   29156   0.0000s   0.0000s   0.0030s   0.0000s   1.3990s   
HammingWindow   29156   0.0000s   0.0000s   0.2190s   0.0005s   13.7210s  
AM_Load         1       5.9010s   5.9010s   5.9010s   5.9010s   5.9010s   
FFT             312026  0.0000s   0.0000s   0.0980s   0.0006s   183.8280s 
MelFilter       312026  0.0000s   0.0000s   0.0290s   0.0000s   9.4580s   
MelCepstrum     312026  0.0000s   0.0000s   0.0270s   0.0001s   28.4740s  
FeatureExtracto 13724   0.0000s   0.0000s   0.4200s   0.0002s   2.3020s   
LingustLoading  1       2.2030s   2.2030s   2.2030s   2.2030s   2.2030s   
Score           311790  0.0000s   0.0000s   0.9360s   0.0105s   3275.4830s
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.5870s   
Grow            311790  0.0010s   0.0000s   1.1080s   0.0020s   620.4270s 
Decode          1740    1.8530s   0.7020s   7.5850s   2.2449s   3906.1150s
# ------------- Summary statistics ----------- 
   Accuracy: %99.3    Errors: 64  (Rec: 13  Ins: 21  Del: 30)
   Words: 5762   Matches: 5719
   Sentences: 1740   Matches: 1680   SentenceAcc: %96.6
   Total Time Audio: 6206.70s  Proc: 3912.48s  Speed: 0.63 X real time
   Mem Total: 31.45 Mb Free: 22.37 Mb Used: 9.08 Mb

- Improved TreeSentenceHMM, w/ suffix silence pronunciations
- WIP is 1E-40. This is using composites for all borders still
- total size of the TreeSentenceHMM is 399 nodes, vs. >5000 for
- static hmms (this drop is mainly due to the use of composites)
- increase in processing time due to extra expense of scoring
- composites

# ==================================================
SystemName:     pharynx
Program:        sphinx4
Date:           9/4/2002
Test:           tidigits_quick
Who:            egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.3620s   0.0010s   27.7590s  
FrontEnd        311790  0.0000s   0.0000s   1.3710s   0.0012s   379.3660s 
Preemphasizer   29156   0.0000s   0.0000s   0.0110s   0.0001s   1.9260s   
HammingWindow   29156   0.0010s   0.0000s   0.3380s   0.0008s   23.2370s  
AM_Load         1       8.5090s   8.5090s   8.5090s   8.5090s   8.5090s   
FFT             312026  0.0000s   0.0000s   0.3560s   0.0009s   281.8780s 
MelFilter       312026  0.0000s   0.0000s   0.0880s   0.0000s   10.1280s  
MelCepstrum     312026  0.0000s   0.0000s   0.0400s   0.0001s   21.7700s  
FeatureExtracto 13724   0.0000s   0.0000s   0.6470s   0.0003s   3.4380s   
Score           311790  0.0000s   0.0000s   1.3710s   0.0053s   1638.7050s
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.6730s   
Grow            311790  0.0010s   0.0000s   1.0370s   0.0035s   1099.0800s
Decode          1740    1.3230s   0.5020s   5.6000s   1.6163s   2812.3470s
# ------------- Summary statistics ----------- 
   Accuracy: %99.6    Errors: 22  (Rec: 10  Ins: 1  Del: 11)
   Words: 5762   Matches: 5741
   Sentences: 1740   Matches: 1721   SentenceAcc: %98.9
   Total Time Audio: 6206.70s  Proc: 2812.34s  Speed: 0.45 X real time
   Mem Total: 34.29 Mb Free: 8.80 Mb Used: 25.49 Mb

- Current code, as is. Database (/lab/speech) now is local to the linux
- machine.


# ==================================================
SystemName:     pharynx
Program:        sphinx3
Date:           9/4/2002
Test:           tidigits_quick
Who:            egouvea

# --------------
            Function     Total  Count   Average
             Loading    0.2186 000001    0.2186
                file    0.3043 000001    0.3043
              Decode  560.1354 026536    0.0211
            FrontEnd  182.4327 013268    0.0137
         preemphasis    0.6688 014903    0.0000
       HammingWindow    1.7094 308441    0.0000
   SpectrumMagnitude  155.4561 308441    0.0005
         MelSpectrum    6.6516 308441    0.0000
         MelCepstrum    9.2091 308441    0.0000
                 cmn    0.1346 013268    0.0000
    FeatureExtractor    0.4196 013268    0.0000
          ScorePrune  261.6275 013268    0.0197
   ExtractHypothesis    0.4367 013268    0.0000
Total Times 1179.404419 seconds
# ------------- Summary statistics -----------
   Accuracy: %99.0   Errors: 65  (Rec: 38  Ins: 9  Del: 18)
   Words: 5762   Matches: 5706
   Sentences: 1740   Matches: 1682   SentenceAcc: %96.7
   Total Timing Audio: 3103.2s  Proc: 560.7s  Speed: 0.18 X real time
   Memory usage data unavailable

- Code as is, database local to linux machine.

# ==================================================
SystemName:     pharynx
Program:        sphinx4
Date:           9/4/2002
Test:           ti46
Who:            egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 26589   0.0000s   0.0000s   0.1940s   0.0006s   14.8270s  
FrontEnd        259102  0.0000s   0.0000s   0.9990s   0.0011s   296.3270s 
Preemphasizer   26589   0.0000s   0.0000s   0.0020s   0.0000s   1.2850s   
HammingWindow   26589   0.0000s   0.0000s   0.1910s   0.0006s   15.3710s  
AM_Load         1       8.4010s   8.4010s   8.4010s   8.4010s   8.4010s   
FFT             259477  0.0000s   0.0000s   0.1900s   0.0009s   225.3160s 
MelFilter       259477  0.0000s   0.0000s   0.1900s   0.0000s   11.0120s  
MelCepstrum     259477  0.0000s   0.0000s   0.0640s   0.0001s   17.2840s  
FeatureExtracto 11737   0.0000s   0.0000s   0.0500s   0.0002s   2.4930s   
Score           259102  0.0000s   0.0000s   1.0000s   0.0052s   1346.9820s
Prune           256720  0.0000s   0.0000s   0.0010s   0.0000s   1.8190s   
Grow            259102  0.0010s   0.0000s   0.4110s   0.0025s   650.0850s 
Decode          2382    0.9640s   0.4860s   3.3240s   0.8471s   2017.7660s
# ------------- Summary statistics ----------- 
   Accuracy: %99.8    Errors: 4  (Rec: 4  Ins: 0  Del: 0)
   Words: 2382   Matches: 2378
   Sentences: 2382   Matches: 2378   SentenceAcc: %99.8
   Total Time Audio: 5143.32s  Proc: 2017.77s  Speed: 0.39 X real time
   Mem Total: 15.02 Mb Free: 7.62 Mb Used: 7.39 Mb
 
- Current code, database local to linux machine.

# ==================================================
SystemName:     mangueira
Program:        sphinx4
Date:           9/4/2002
Test:           tidigits_quick
Who:            egouvea

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.0510s   0.0004s   12.7280s  
FrontEnd        311790  0.0000s   0.0000s   0.3420s   0.0004s   121.3490s 
Preemphasizer   29156   0.0000s   0.0000s   0.0020s   0.0000s   0.5570s   
HammingWindow   29156   0.0000s   0.0000s   0.0590s   0.0003s   8.9880s   
AM_Load         1       3.1060s   3.1060s   3.1060s   3.1060s   3.1060s   
FFT             312026  0.0000s   0.0000s   0.0470s   0.0003s   79.6800s  
MelFilter       312026  0.0000s   0.0000s   0.0510s   0.0000s   4.6310s   
MelCepstrum     312026  0.0000s   0.0000s   0.0260s   0.0000s   9.9700s   
FeatureExtracto 13724   0.0000s   0.0000s   0.2310s   0.0001s   1.1810s   
Score           311790  0.0000s   0.0000s   0.5770s   0.0019s   586.3370s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.2720s   
Grow            311790  0.0010s   0.0000s   0.7890s   0.0016s   511.8120s 
Decode          1740    0.5490s   0.2070s   2.7350s   0.6484s   1128.2180s
# ------------- Summary statistics ----------- 
   Accuracy: %99.6    Errors: 22  (Rec: 10  Ins: 1  Del: 11)
   Words: 5762   Matches: 5741
   Sentences: 1740   Matches: 1721   SentenceAcc: %98.9
   Total Time Audio: 6206.70s  Proc: 1128.22s  Speed: 0.18 X real time
   Mem Total: 45.95 Mb Free: 24.26 Mb Used: 21.69 Mb

- Current code, as is.

# ==================================================
SystemName:     mangueira
Program:        sphinx3
Date:           9/4/2002
Test:           tidigits_quick
Who:            egouvea

# --------------
            Function     Total  Count   Average
             Loading    0.2642 000001    0.2642
                file    0.2166 000001    0.2166
              Decode  419.4017 026536    0.0158
            FrontEnd  172.2947 013268    0.0130
         preemphasis    1.7314 014903    0.0001
       HammingWindow    1.2663 308441    0.0000
   SpectrumMagnitude  149.4553 308441    0.0005
         MelSpectrum    4.9777 308441    0.0000
         MelCepstrum    7.3514 308441    0.0000
                 cmn    0.0953 013268    0.0000
    FeatureExtractor    0.3559 013268    0.0000
          ScorePrune  242.0679 013268    0.0182
   ExtractHypothesis    0.3288 013268    0.0000
Total Times 999.807068 seconds
# ------------- Summary statistics -----------
   Accuracy: %99.0   Errors: 65  (Rec: 38  Ins: 9  Del: 18)
   Words: 5762   Matches: 5706
   Sentences: 1740   Matches: 1682   SentenceAcc: %96.7
   Total Timing Audio: 3103.2s  Proc: 419.8s  Speed: 0.14 X real time
   Memory usage data unavailable

- Current code, as is.

# ==================================================
SystemName:     argus
Program:        sphinx4
Date:           9/10/2002
Test:           tidigits_quick_tree
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.2050s   0.0034s   98.9520s  
FrontEnd        311790  0.0000s   0.0000s   0.7230s   0.0011s   337.6750s 
Preemphasizer   29156   0.0000s   0.0000s   0.0030s   0.0001s   1.5020s   
HammingWindow   29156   0.0000s   0.0000s   0.2170s   0.0005s   13.5950s  
AM_Load         1       5.8890s   5.8890s   5.8890s   5.8890s   5.8890s   
FFT             312026  0.0000s   0.0000s   0.2280s   0.0006s   188.3400s 
MelFilter       312026  0.0000s   0.0000s   0.0510s   0.0000s   9.6360s   
MelCepstrum     312026  0.0000s   0.0000s   0.0260s   0.0001s   17.5300s  
FeatureExtracto 13724   0.0000s   0.0000s   0.6270s   0.0001s   1.9120s   
DictionaryLoad  1       0.0140s   0.0140s   0.0140s   0.0140s   0.0140s   
compileGrammar  1       0.9930s   0.9930s   0.9930s   0.9930s   0.9930s   
expandGrammar   5       0.0040s   0.0000s   0.0090s   0.0026s   0.0130s   
expandAlternati 5       0.0060s   0.0000s   0.0070s   0.0028s   0.0140s   
expandWords     5       0.0140s   0.0000s   0.0140s   0.0048s   0.0240s   
expandPronuncia 5       0.0070s   0.0000s   0.0070s   0.0030s   0.0150s   
expandUnits     5       0.0290s   0.0000s   0.0290s   0.0076s   0.0380s   
expandCDUnits   5       0.2320s   0.0000s   0.2320s   0.0536s   0.2680s   
Score           311790  0.0000s   0.0000s   0.7270s   0.0035s   1078.8560s
Prune           310050  0.0000s   0.0000s   0.0070s   0.0000s   0.4080s   
Grow            311790  0.0020s   0.0000s   0.8850s   0.0033s   1025.1990s
Decode          1740    1.1390s   0.3810s   4.3430s   1.2123s   2109.4840s
# ------------- Summary statistics ----------- 
   Accuracy: %98.2    Errors: 116  (Rec: 45  Ins: 15  Del: 56)
   Words: 5762   Matches: 5661
   Sentences: 1740   Matches: 1635   SentenceAcc: %94.0
   Total Time Audio: 6206.70s  Proc: 2109.48s  Speed: 0.34 X real time
   Mem Total: 31.17 Mb Free: 10.26 Mb Used: 20.91 Mb

- After compile time flattening for TreeLinguist
- no composites

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           9/13/2002
Test:           tidigits_quick_tree
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.0210s   0.0006s   18.7970s  
FrontEnd        311790  0.0000s   0.0000s   0.4410s   0.0004s   128.0820s 
Preemphasizer   29156   0.0000s   0.0000s   0.0020s   0.0000s   0.6240s   
HammingWindow   29156   0.0000s   0.0000s   0.1010s   0.0003s   9.8480s   
AM_Load         1       2.9500s   2.9500s   2.9500s   2.9500s   2.9500s   
FFT             312026  0.0000s   0.0000s   0.0930s   0.0003s   79.9440s  
MelFilter       312026  0.0000s   0.0000s   0.0100s   0.0000s   4.7510s   
MelCepstrum     312026  0.0000s   0.0000s   0.0090s   0.0000s   10.1450s  
FeatureExtracto 13724   0.0000s   0.0000s   0.0990s   0.0001s   0.9590s   
DictionaryLoad  1       0.0070s   0.0070s   0.0070s   0.0070s   0.0070s   
compileGrammar  1       0.5120s   0.5120s   0.5120s   0.5120s   0.5120s   
expandGrammar   4       0.0030s   0.0000s   0.1370s   0.0350s   0.1400s   
Score           311790  0.0000s   0.0000s   0.4860s   0.0014s   433.0940s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.2090s   
Grow            311790  0.0020s   0.0000s   0.5030s   0.0015s   469.4830s 
Decode          1740    0.5190s   0.1550s   2.1200s   0.5211s   906.7090s 
# ------------- Summary statistics ----------- 
   Accuracy: %98.2    Errors: 106  (Rec: 31  Ins: 5  Del: 70)
   Words: 5762   Matches: 5661
   Sentences: 1740   Matches: 1643   SentenceAcc: %94.4
   Total Time Audio: 6206.70s  Proc: 906.71s  Speed: 0.15 X real time
   Mem Total: 32.03 Mb Free: 6.59 Mb Used: 25.44 Mb

- after fix of WordListGrammar, extra SIL node removed
- improvements still possible by reducing WIP

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           9/13/2002
Test:           an4_spelling
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 8091    0.0000s   0.0000s   0.5040s   0.0006s   4.5970s   
FrontEnd        92132   0.0000s   0.0000s   0.7330s   0.0005s   42.0040s  
Preemphasizer   8091    0.0000s   0.0000s   0.0020s   0.0000s   0.1910s   
HammingWindow   8091    0.0000s   0.0000s   0.6450s   0.0005s   3.8460s   
AM_Load         1       11.2450s  11.2450s  11.2450s  11.2450s  11.2450s  
FFT             92190   0.0000s   0.0000s   0.2360s   0.0003s   23.8850s  
MelFilter       92190   0.0000s   0.0000s   0.0010s   0.0000s   1.4320s   
MelCepstrum     92190   0.0000s   0.0000s   0.0020s   0.0000s   2.9410s   
FeatureExtracto 3958    0.0010s   0.0000s   0.5890s   0.0003s   1.0680s   
DictionaryLoad  1       7.6580s   7.6580s   7.6580s   7.6580s   7.6580s   
compileGrammar  1       4.9000s   4.9000s   4.9000s   4.9000s   4.9000s   
expandGrammar   4       4.5300s   0.0000s   4.5300s   1.1398s   4.5590s   
Score           92132   0.0000s   0.0000s   4.2500s   0.0033s   306.6160s 
Prune           91844   0.0000s   0.0000s   0.0010s   0.0000s   0.8330s   
Grow            92132   0.0110s   0.0000s   7.7560s   0.0152s   1398.7210s
Decode          288     4.6040s   1.9880s   16.2690s  6.0827s   1751.8170s
# ------------- Summary statistics ----------- 
   Accuracy: %92.6    Errors: 180  (Rec: 117  Ins: 21  Del: 42)
   Words: 2150   Matches: 1991
   Sentences: 288   Matches: 255   SentenceAcc: %88.5
   Total Time Audio: 1837.03s  Proc: 1751.82s  Speed: 0.95 X real time
   Mem Total: 449.59 Mb Free: 183.27 Mb Used: 266.31 Mb

- beam width is 2000
- joinPronunciation is true

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           9/13/2002
Test:           natural_spelling
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 8091    0.0000s   0.0000s   0.1110s   0.0011s   8.5750s   
FrontEnd        92132   0.0000s   0.0000s   1.2410s   0.0009s   80.6730s  
Preemphasizer   8091    0.0000s   0.0000s   0.0040s   0.0000s   0.3580s   
HammingWindow   8091    0.0000s   0.0000s   0.1120s   0.0005s   4.0870s   
AM_Load         1       23.5400s  23.5400s  23.5400s  23.5400s  23.5400s  
FFT             92190   0.0000s   0.0000s   0.1210s   0.0006s   56.1000s  
MelFilter       92190   0.0000s   0.0000s   0.1150s   0.0000s   3.0120s   
MelCepstrum     92190   0.0000s   0.0000s   0.0600s   0.0001s   5.2920s   
FeatureExtracto 3958    0.0000s   0.0000s   0.0020s   0.0001s   0.3200s   
DictionaryLoad  1       8.5860s   8.5860s   8.5860s   8.5860s   8.5860s   
compileGrammar  1       0.4120s   0.4120s   0.4120s   0.4120s   0.4120s   
expandGrammar   4       0.0030s   0.0000s   0.3290s   0.0830s   0.3320s   
Score           92132   0.0000s   0.0000s   1.2410s   0.0024s   218.0160s 
Prune           91844   0.0000s   0.0000s   0.0040s   0.0000s   0.1880s   
Grow            92132   0.0020s   0.0000s   6.0410s   0.0031s   287.6250s 
Decode          288     1.9170s   0.5810s   8.9240s   1.7673s   508.9840s 
# ------------- Summary statistics ----------- 
   Accuracy: %51.7    Errors: 1100  (Rec: 798  Ins: 62  Del: 240)
   Words: 2150   Matches: 1112
   Sentences: 288   Matches: 7   SentenceAcc: %2.4
   Total Time Audio: 1837.03s  Proc: 508.98s  Speed: 0.28 X real time
   Mem Total: 223.37 Mb Free: 99.87 Mb Used: 123.50 Mb

- using SIL in the grammar, 400 beam width

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           9/13/2002
Test:           natural_spelling
Who:            plamere


# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 8091    0.0000s   0.0000s   0.2600s   0.0020s   16.0300s  
FrontEnd        92132   0.0000s   0.0000s   1.2010s   0.0010s   92.9240s  
Preemphasizer   8091    0.0000s   0.0000s   0.0730s   0.0001s   0.5050s   
HammingWindow   8091    0.0000s   0.0000s   0.3410s   0.0007s   5.7590s   
AM_Load         1       22.1650s  22.1650s  22.1650s  22.1650s  22.1650s  
FFT             92190   0.0000s   0.0000s   0.1210s   0.0006s   58.3770s  
MelFilter       92190   0.0000s   0.0000s   0.0110s   0.0000s   2.8370s   
MelCepstrum     92190   0.0000s   0.0000s   0.1020s   0.0001s   5.6610s   
FeatureExtracto 3958    0.0000s   0.0000s   0.2760s   0.0002s   0.7610s   
DictionaryLoad  1       13.6210s  13.6210s  13.6210s  13.6210s  13.6210s  
compileGrammar  1       9.2090s   9.2090s   9.2090s   9.2090s   9.2090s   
Score           92132   0.0000s   0.0000s   1.2010s   0.0029s   262.9070s 
Prune           91844   0.0000s   0.0000s   0.0020s   0.0000s   0.2450s   
Grow            92132   0.0060s   0.0010s   71.4990s  0.0090s   830.5320s 
Decode          288     2.7770s   1.2380s   76.3280s  3.9035s   1124.2220s
# ------------- Summary statistics ----------- 
   Accuracy: %45.3    Errors: 1328  (Rec: 890  Ins: 152  Del: 286)
   Words: 2150   Matches: 974
   Sentences: 288   Matches: 5   SentenceAcc: %1.7
   Total Time Audio: 1792.86s  Proc: 1124.22s  Speed: 0.63 X real time
   Mem Total: 309.77 Mb Free: 69.55 Mb Used: 240.22 Mb

- using the flat decoder

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           9/13/2002
Test:           natural_spelling
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 8091    0.0000s   0.0000s   0.0830s   0.0004s   3.0620s   
FrontEnd        92132   0.0000s   0.0000s   1.2150s   0.0008s   77.9600s  
Preemphasizer   8091    0.0000s   0.0000s   0.0040s   0.0000s   0.3710s   
HammingWindow   8091    0.0010s   0.0000s   0.1010s   0.0005s   3.8580s   
AM_Load         1       21.9510s  21.9510s  21.9510s  21.9510s  21.9510s  
FFT             92190   0.0000s   0.0000s   0.2370s   0.0006s   59.0130s  
MelFilter       92190   0.0000s   0.0000s   0.0120s   0.0000s   2.8730s   
MelCepstrum     92190   0.0000s   0.0000s   0.0600s   0.0001s   5.4830s   
FeatureExtracto 3958    0.0000s   0.0000s   0.0070s   0.0001s   0.3910s   
DictionaryLoad  1       13.3840s  13.3840s  13.3840s  13.3840s  13.3840s  
compileGrammar  1       0.5950s   0.5950s   0.5950s   0.5950s   0.5950s   
expandGrammar   4       0.0030s   0.0000s   0.5330s   0.1340s   0.5360s   
Score           92132   0.0000s   0.0000s   1.2160s   0.0029s   264.7490s 
Prune           91844   0.0000s   0.0000s   0.0020s   0.0000s   0.2100s   
Grow            92132   0.0050s   0.0000s   6.6260s   0.0054s   498.8440s 
Decode          288     2.2500s   0.8390s   10.4840s  2.6638s   767.1790s 
# ------------- Summary statistics ----------- 
   Accuracy: %53.8    Errors: 1086  (Rec: 766  Ins: 92  Del: 228)
   Words: 2150   Matches: 1156
   Sentences: 288   Matches: 6   SentenceAcc: %2.1
   Total Time Audio: 1837.03s  Proc: 767.18s  Speed: 0.42 X real time
   Mem Total: 261.80 Mb Free: 92.02 Mb Used: 169.78 Mb

- using the tree decoder 

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           9/20/2002
Test:           an4
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 22845   0.0000s   0.0000s   6.0570s   0.0007s   15.1730s  
FrontEnd        255566  0.0000s   0.0000s   6.2130s   0.0007s   176.2240s 
Preemphasizer   22845   0.0000s   0.0000s   0.0020s   0.0000s   0.5380s   
HammingWindow   22845   0.0000s   0.0000s   5.0820s   0.0021s   47.2970s  
AM_Load         1       11.1020s  11.1020s  11.1020s  11.1020s  11.1020s  
FFT             255777  0.0000s   0.0000s   4.9520s   0.0004s   89.9670s  
MelFilter       255777  0.0000s   0.0000s   0.0020s   0.0000s   3.5620s   
MelCepstrum     255777  0.0000s   0.0000s   0.1880s   0.0000s   8.3980s   
FeatureExtracto 11063   0.0000s   0.0000s   5.7620s   0.0006s   6.4250s   
DictionaryLoad  1       7.6450s   7.6450s   7.6450s   7.6450s   7.6450s   
compileGrammar  1       18.7580s  18.7580s  18.7580s  18.7580s  18.7580s  
expandGrammar   4       17.6910s  0.0000s   17.6910s  4.4302s   17.7210s  
Score           255566  0.0000s   0.0000s   7.3160s   0.0033s   854.9120s 
Prune           254618  0.0000s   0.0000s   0.0010s   0.0000s   0.3560s   
Grow            255566  0.0070s   0.0000s   8.1740s   0.0157s   4005.1140s
Decode          948     8.7940s   1.4800s   15.0490s  6.0351s   5721.2350s
# ------------- Summary statistics ----------- 
   Accuracy: %83.6    Errors: 1007  (Rec: 668  Ins: 113  Del: 226)
   Words: 5442   Matches: 4548
   Sentences: 948   Matches: 766   SentenceAcc: %80.8
   Total Time Audio: 5092.69s  Proc: 5721.24s  Speed: 1.12 X real time
   Mem Total: 507.00 Mb Free: 286.57 Mb Used: 220.43 Mb

- an4 baseline

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           9/23/2002
Test:           natural_spelling_tree_lm
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 8091    0.0000s   0.0000s   0.0490s   0.0002s   1.6950s   
FrontEnd        92132   0.0000s   0.0000s   0.5190s   0.0004s   34.1030s  
Preemphasizer   8091    0.0000s   0.0000s   0.0020s   0.0000s   0.2150s   
HammingWindow   8091    0.0000s   0.0000s   0.0440s   0.0003s   2.7780s   
AM_Load         1       11.0240s  11.0240s  11.0240s  11.0240s  11.0240s  
FFT             92190   0.0000s   0.0000s   0.0520s   0.0003s   23.6410s  
MelFilter       92190   0.0000s   0.0000s   0.0010s   0.0000s   1.3430s   
MelCepstrum     92190   0.0000s   0.0000s   0.0040s   0.0000s   2.9210s   
FeatureExtracto 3958    0.0000s   0.0000s   0.0010s   0.0001s   0.2250s   
DictionaryLoad  1       7.5960s   7.5960s   7.5960s   7.5960s   7.5960s   
compileGrammar  1       0.2180s   0.2180s   0.2180s   0.2180s   0.2180s   
expandGrammar   4       0.0000s   0.0000s   0.1550s   0.0462s   0.1850s   
Score           92132   0.0000s   0.0000s   4.0470s   0.0015s   140.0080s 
Prune           91844   0.0000s   0.0000s   0.0010s   0.0000s   0.0950s   
Grow            92132   0.0040s   0.0000s   3.8850s   0.0049s   455.0680s 
Decode          288     1.8230s   0.6550s   7.6290s   2.0723s   596.8320s 
# ------------- Summary statistics ----------- 
   Accuracy: %61.7    Errors: 983  (Rec: 691  Ins: 159  Del: 133)
   Words: 2150   Matches: 1326
   Sentences: 288   Matches: 46   SentenceAcc: %16.0
   Total Time Audio: 1837.03s  Proc: 596.83s  Speed: 0.32 X real time
   Mem Total: 263.48 Mb Free: 102.28 Mb Used: 161.20 Mb

- language weight is 25, WIP is 1E-10, using custom alpha model, GP
- alpha model yields 55.5% accuracy.

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           9/24/2002
Test:           tidigits_quick_tree
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.5020s   0.0013s   37.0010s  
FrontEnd        311790  0.0000s   0.0000s   0.5580s   0.0005s   140.3290s 
Preemphasizer   29156   0.0000s   0.0000s   0.0020s   0.0000s   0.5920s   
HammingWindow   29156   0.0000s   0.0000s   0.0500s   0.0003s   9.1820s   
AM_Load         1       3.0250s   3.0250s   3.0250s   3.0250s   3.0250s   
FFT             312026  0.0000s   0.0000s   0.1550s   0.0002s   74.3420s  
MelFilter       312026  0.0000s   0.0000s   0.1500s   0.0000s   4.5630s   
MelCepstrum     312026  0.0000s   0.0000s   0.0090s   0.0000s   9.9500s   
FeatureExtracto 13724   0.0000s   0.0000s   0.3710s   0.0001s   1.5150s   
DictionaryLoad  1       0.0090s   0.0090s   0.0090s   0.0090s   0.0090s   
compileGrammar  1       0.1680s   0.1680s   0.1680s   0.1680s   0.1680s   
expandGrammar   4       0.0000s   0.0000s   0.1130s   0.0358s   0.1430s   
Score           311790  0.0000s   0.0000s   0.5580s   0.0014s   448.4390s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.2720s   
Grow            311790  0.0010s   0.0000s   0.4540s   0.0015s   475.7450s 
Decode          1740    0.5080s   0.1570s   2.0290s   0.5336s   928.3990s 
# ------------- Summary statistics ----------- 
   Accuracy: %98.2    Errors: 108  (Rec: 31  Ins: 5  Del: 72)
   Words: 5762   Matches: 5659
   Sentences: 1740   Matches: 1641   SentenceAcc: %94.3
   Total Time Audio: 6206.70s  Proc: 928.40s  Speed: 0.15 X real time
   Mem Total: 31.17 Mb Free: 8.45 Mb Used: 22.72 Mb

- pronunciation probabilties are 1.0/numPronunciations as opposed to
-  1.0, yields a slight improvement in accuracy.


# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/03/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 94223   0.0000s   0.0000s   0.1360s   0.0002s   20.1360s  
FrontEnd        277557  0.0000s   0.0000s   0.4510s   0.0005s   134.8830s 
Preemphasizer   94223   0.0000s   0.0000s   0.0020s   0.0000s   0.6890s   
HammingWindow   94223   0.0000s   0.0000s   0.3200s   0.0001s   10.6840s  
AM_Load         1       2.9540s   2.9540s   2.9540s   2.9540s   2.9540s   
FFT             377093  0.0000s   0.0000s   0.1750s   0.0002s   81.7810s  
MelFilter       377093  0.0000s   0.0000s   0.0510s   0.0000s   4.6730s   
MelCepstrum     377093  0.0000s   0.0000s   0.0290s   0.0000s   10.1170s  
EnergyEndpointe 315479  0.0000s   0.0000s   0.2860s   0.0001s   33.9560s  
NonSpeechFilter 277797  0.0000s   0.0000s   0.0860s   0.0000s   10.9010s  
FeatureExtracto 12249   0.0000s   0.0000s   0.1360s   0.0001s   0.9870s   
DictionaryLoad  1       0.0080s   0.0080s   0.0080s   0.0080s   0.0080s   
compileGrammar  1       1.3080s   1.3080s   1.3080s   1.3080s   1.3080s   
Score           277557  0.0000s   0.0000s   0.7110s   0.0016s   434.1010s 
Prune           275817  0.0000s   0.0000s   0.0010s   0.0000s   0.2150s   
Grow            277557  0.0010s   0.0000s   0.8260s   0.0025s   705.0750s 
Decode          1740    1.0020s   0.1480s   2.4140s   0.6714s   1168.2400s
# ------------- Summary statistics ----------- 
   Accuracy: %99.8    Errors: 20  (Rec: 6  Ins: 6  Del: 8)
   Words: 5762   Matches: 5748
   Sentences: 1740   Matches: 1722   SentenceAcc: %99.0
   Total Time Audio: 6206.70s  Proc: 1168.24s  Speed: 0.19 X real time
   Mem Total: 49.78 Mb Free: 35.84 Mb Used: 13.94 Mb

- Uses the EnergyEndpointer to tag the speech endpoints.
- EnergyEndpointer values are:
- startLow = 2, startHigh = 6, startWindow = 5, startOffset = 5 
- endLow = 2, endHigh = 6, endWindow = 30, endOffset = 10
- maxDropout = 10

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/03/2002
Test:           tidigits_quick
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.4010s   0.0013s   37.1860s  
FrontEnd        311790  0.0000s   0.0000s   0.7180s   0.0005s   149.9240s 
Preemphasizer   29156   0.0000s   0.0000s   0.0020s   0.0000s   0.7710s   
HammingWindow   29156   0.0000s   0.0000s   0.2640s   0.0004s   10.5090s  
AM_Load         1       3.1730s   3.1730s   3.1730s   3.1730s   3.1730s   
FFT             312026  0.0000s   0.0000s   0.2340s   0.0003s   80.5360s  
MelFilter       312026  0.0000s   0.0000s   0.1190s   0.0000s   4.8780s   
MelCepstrum     312026  0.0000s   0.0000s   0.0480s   0.0000s   10.0410s  
FeatureExtracto 13724   0.0000s   0.0000s   0.7180s   0.0001s   1.9630s   
DictionaryLoad  1       0.0120s   0.0120s   0.0120s   0.0120s   0.0120s   
compileGrammar  1       1.2960s   1.2960s   1.2960s   1.2960s   1.2960s   
Score           311790  0.0000s   0.0000s   0.7190s   0.0016s   504.0010s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.2710s   
Grow            311790  0.0030s   0.0000s   0.7590s   0.0025s   792.1940s 
Decode          1740    1.0500s   0.2300s   2.3970s   0.7620s   1325.9170s
# ------------- Summary statistics ----------- 
   Accuracy: %99.7    Errors: 20  (Rec: 8  Ins: 1  Del: 11)
   Words: 5762   Matches: 5743
   Sentences: 1740   Matches: 1722   SentenceAcc: %99.0
   Total Time Audio: 6206.70s  Proc: 1325.92s  Speed: 0.21 X real time
   Mem Total: 49.16 Mb Free: 34.25 Mb Used: 14.91 Mb

- Default run of tidigits_quick without endpointing.

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/03/2002
Test:           tidigits_quick_tree
Who:            plamere
# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   6.6210s   0.0019s   56.8060s  
FrontEnd        311790  0.0000s   0.0000s   6.6740s   0.0006s   189.1980s 
Preemphasizer   29156   0.0000s   0.0000s   0.0020s   0.0000s   0.6240s   
HammingWindow   29156   0.0000s   0.0000s   5.0720s   0.0006s   16.5240s  
AM_Load         1       3.1020s   3.1020s   3.1020s   3.1020s   3.1020s   
FFT             312026  0.0000s   0.0000s   5.7090s   0.0003s   95.7370s  
MelFilter       312026  0.0000s   0.0000s   0.0010s   0.0000s   4.4140s   
MelCepstrum     312026  0.0000s   0.0000s   0.0030s   0.0000s   10.1340s  
FeatureExtracto 13724   0.0000s   0.0000s   0.0010s   0.0001s   0.7370s   
DictionaryLoad  1       0.0080s   0.0080s   0.0080s   0.0080s   0.0080s   
compileGrammar  1       0.9420s   0.9420s   0.9420s   0.9420s   0.9420s   
expandGrammar   26      0.0000s   0.0000s   0.1540s   0.0305s   0.7940s   
Score           311790  0.0000s   0.0000s   24.5480s  0.0015s   479.6490s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.3030s   
Grow            311790  0.0090s   0.0000s   7.1410s   0.0098s   3067.6810s
Decode          1740    1.6020s   0.6300s   26.4100s  2.0403s   3550.0830s
# ------------- Summary statistics ----------- 
   Accuracy: %98.4    Errors: 96  (Rec: 30  Ins: 6  Del: 60)
   Words: 5762   Matches: 5672
   Sentences: 1740   Matches: 1652   SentenceAcc: %94.9
   Total Time Audio: 6206.70s  Proc: 3550.08s  Speed: 0.57 X real time
   Mem Total: 439.81 Mb Free: 50.88 Mb Used: 388.93 Mb
- totalStatesSentenceHMM 6618.0, 
- with inter word contexts, using jdk1.4.1, after sentence hmm size
- reduction. The grow phase is taking significantly longer now. need
- to look at that.

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/03/2002
Test:           tidigits_quick_tree
Who:            plamere
# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   1.4930s   0.0002s   7.0550s   
FrontEnd        311790  0.0000s   0.0000s   6.2370s   0.0005s   149.8690s 
Preemphasizer   29156   0.0000s   0.0000s   0.0020s   0.0000s   0.5810s   
HammingWindow   29156   0.0000s   0.0000s   6.1320s   0.0009s   26.0270s  
AM_Load         1       3.0330s   3.0330s   3.0330s   3.0330s   3.0330s   
FFT             312026  0.0000s   0.0000s   5.3690s   0.0003s   91.7470s  
MelFilter       312026  0.0000s   0.0000s   0.0010s   0.0000s   4.6280s   
MelCepstrum     312026  0.0000s   0.0000s   5.5520s   0.0000s   15.5090s  
FeatureExtracto 13724   0.0000s   0.0000s   0.0010s   0.0001s   0.7360s   
DictionaryLoad  1       0.0090s   0.0090s   0.0090s   0.0090s   0.0090s   
compileGrammar  1       1.0830s   1.0830s   1.0830s   1.0830s   1.0830s   
expandGrammar   26      0.0000s   0.0000s   0.1600s   0.0352s   0.9140s   
Score           311790  0.0000s   0.0000s   6.6230s   0.0016s   489.1620s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.2750s   
Grow            311790  0.0020s   0.0000s   7.4400s   0.0031s   977.3200s 
Decode          1740    0.5170s   0.1980s   7.8410s   0.8448s   1469.9580s
# ------------- Summary statistics ----------- 
   Accuracy: %98.4    Errors: 96  (Rec: 30  Ins: 6  Del: 60)
   Words: 5762   Matches: 5672
   Sentences: 1740   Matches: 1652   SentenceAcc: %94.9
   Total Time Audio: 6206.70s  Proc: 1469.96s  Speed: 0.24 X real time
   Mem Total: 446.70 Mb Free: 193.58 Mb Used: 253.11 Mb

- Using jdk1.4.0, much better performance than 1.4.1

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/03/2002
Test:           tidigits_quick_tree
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.0500s   0.0007s   18.9770s  
FrontEnd        311790  0.0000s   0.0000s   12.9660s  0.0007s   221.8090s 
Preemphasizer   29156   0.0000s   0.0000s   0.0020s   0.0000s   0.5820s   
HammingWindow   29156   0.0000s   0.0000s   12.6180s  0.0028s   81.6300s  
AM_Load         1       3.2340s   3.2340s   3.2340s   3.2340s   3.2340s   
FFT             312026  0.0000s   0.0000s   12.8910s  0.0003s   95.9880s  
MelFilter       312026  0.0000s   0.0000s   0.0010s   0.0000s   4.5320s   
MelCepstrum     312026  0.0000s   0.0000s   0.0110s   0.0000s   9.8780s   
FeatureExtracto 13724   0.0010s   0.0000s   0.0010s   0.0001s   0.7550s   
DictionaryLoad  1       0.0180s   0.0180s   0.0180s   0.0180s   0.0180s   
compileGrammar  1       3.5620s   3.5620s   3.5620s   3.5620s   3.5620s   
expandGrammar   26      0.0000s   0.0000s   0.5320s   0.1137s   2.9560s   
Score           311790  0.0000s   0.0000s   12.9660s  0.0017s   524.2080s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   0.9710s   
Grow            311790  0.0110s   0.0000s   13.9830s  0.0135s   4201.8290s
Decode          1740    1.8490s   0.7400s   17.8480s  2.7181s   4729.5590s
# ------------- Summary statistics ----------- 
   Accuracy: %98.9    Errors: 68  (Rec: 19  Ins: 5  Del: 44)
   Words: 5762   Matches: 5699
   Sentences: 1740   Matches: 1679   SentenceAcc: %96.5
   Total Time Audio: 6206.70s  Proc: 4729.56s  Speed: 0.76 X real time
   Mem Total: 1014.00 Mb Free: 511.71 Mb Used: 502.29 Mb
 ========= statistics for batch=======
- back to using jdk1.4.1, full inter grammar node contexts. Could
- tweak WIP a little to reduce deletions

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/03/2002
Test:           tidigits_quick_tree
Who:            plamere
# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   12.9480s  0.0025s   73.5430s  
FrontEnd        311790  0.0000s   0.0000s   13.3360s  0.0008s   246.2200s 
Preemphasizer   29156   0.0000s   0.0000s   0.0020s   0.0000s   0.5850s   
HammingWindow   29156   0.0000s   0.0000s   13.2950s  0.0024s   70.8170s  
AM_Load         1       3.1280s   3.1280s   3.1280s   3.1280s   3.1280s   
FFT             312026  0.0000s   0.0000s   2.1990s   0.0003s   82.6170s  
MelFilter       312026  0.0000s   0.0000s   0.0010s   0.0000s   4.3910s   
MelCepstrum     312026  0.0000s   0.0000s   0.0030s   0.0000s   9.8770s   
FeatureExtracto 13724   0.0000s   0.0000s   0.0630s   0.0001s   0.8110s   
DictionaryLoad  1       0.0100s   0.0100s   0.0100s   0.0100s   0.0100s   
compileGrammar  1       3.6540s   3.6540s   3.6540s   3.6540s   3.6540s   
expandGrammar   26      0.0000s   0.0000s   0.5380s   0.1173s   3.0490s   
Score           311790  0.0000s   0.0000s   13.3360s  0.0019s   599.5890s 
Prune           310050  0.0000s   0.0000s   0.0390s   0.0000s   0.2900s   
Grow            311790  0.0030s   0.0000s   14.5540s  0.0052s   1636.5230s
Decode          1740    0.5770s   0.2160s   15.9160s  1.2872s   2239.8060s
# ------------- Summary statistics ----------- 
   Accuracy: %99.4    Errors: 48  (Rec: 14  Ins: 12  Del: 22)
   Words: 5762   Matches: 5726
   Sentences: 1740   Matches: 1695   SentenceAcc: %97.4
   Total Time Audio: 6206.70s  Proc: 2239.81s  Speed: 0.36 X real time
   Mem Total: 1014.00 Mb Free: 412.95 Mb Used: 601.05 Mb

- after tweeking WIP a bit,wordInsertionProbability=1.0E-36

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/04/2002
Test:           natural_spelling
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 8039    0.0000s   0.0000s   0.5710s   0.0006s   5.0330s   
FrontEnd        92132   0.0000s   0.0000s   3.1170s   0.0004s   40.7880s  
Preemphasizer   8039    0.0000s   0.0000s   0.0020s   0.0000s   0.2040s   
HammingWindow   8039    0.0000s   0.0000s   3.0150s   0.0007s   5.9440s   
AM_Load         1       11.4390s  11.4390s  11.4390s  11.4390s  11.4390s  
FFT             92138   0.0000s   0.0000s   0.2580s   0.0003s   23.7390s  
MelFilter       92138   0.0000s   0.0000s   0.0010s   0.0000s   1.3200s   
MelCepstrum     92138   0.0000s   0.0000s   0.0030s   0.0000s   3.0260s   
FeatureExtracto 3958    0.0000s   0.0000s   0.0010s   0.0001s   0.2360s   
DictionaryLoad  1       7.5560s   7.5560s   7.5560s   7.5560s   7.5560s   
compileGrammar  1       0.1890s   0.1890s   0.1890s   0.1890s   0.1890s   
expandGrammar   3       0.0000s   0.0000s   0.1480s   0.0500s   0.1500s   
Score           92132   0.0000s   0.0000s   3.6180s   0.0016s   148.5960s 
Prune           91844   0.0000s   0.0000s   0.0010s   0.0000s   0.0730s   
Grow            92132   0.0030s   0.0000s   4.0880s   0.0032s   296.4200s 
Decode          288     1.2920s   0.4770s   5.6600s   1.5491s   446.1440s 
# ------------- Summary statistics ----------- 
   Accuracy: %53.4    Errors: 1067  (Rec: 767  Ins: 66  Del: 234)
   Words: 2150   Matches: 1149
   Sentences: 288   Matches: 9   SentenceAcc: %3.1
   Total Time Audio: 1837.03s  Proc: 446.14s  Speed: 0.24 X real time
   Mem Total: 308.54 Mb Free: 13.57 Mb Used: 294.97 Mb

- Default run using current code.


# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/04/2002
Test:           natural_spelling_ep
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 21489   0.0000s   0.0000s   0.4170s   0.0001s   2.3750s   
FrontEnd        83335   0.0000s   0.0000s   3.9250s   0.0005s   44.7790s  
Preemphasizer   21489   0.0000s   0.0000s   0.0020s   0.0000s   0.2030s   
HammingWindow   21489   0.0000s   0.0000s   3.7830s   0.0005s   11.2780s  
AM_Load         1       11.4960s  11.4960s  11.4960s  11.4960s  11.4960s  
FFT             105588  0.0000s   0.0000s   0.3340s   0.0002s   24.2340s  
MelFilter       105588  0.0000s   0.0000s   0.0010s   0.0000s   1.2890s   
MelCepstrum     105588  0.0000s   0.0000s   0.0030s   0.0000s   2.9970s   
EnergyEndpointe 92740   0.0000s   0.0000s   0.4200s   0.0001s   5.9220s   
NonSpeechFilter 83374   0.0010s   0.0000s   0.0760s   0.0000s   3.1570s   
FeatureExtracto 3587    0.0000s   0.0000s   0.1920s   0.0001s   0.4080s   
DictionaryLoad  1       7.5200s   7.5200s   7.5200s   7.5200s   7.5200s   
compileGrammar  1       0.2260s   0.2260s   0.2260s   0.2260s   0.2260s   
expandGrammar   3       0.0000s   0.0000s   0.1420s   0.0477s   0.1430s   
Score           83335   0.0000s   0.0000s   3.9250s   0.0017s   144.6580s 
Prune           83047   0.0000s   0.0000s   0.0010s   0.0000s   0.0710s   
Grow            83335   0.0020s   0.0000s   3.7320s   0.0031s   262.3360s 
Decode          288     1.1600s   0.3630s   6.0030s   1.4180s   408.3780s 
# ------------- Summary statistics ----------- 
   Accuracy: %51.9    Errors: 1090  (Rec: 782  Ins: 56  Del: 252)
   Words: 2150   Matches: 1116
   Sentences: 288   Matches: 9   SentenceAcc: %3.1
   Total Time Audio: 1837.03s  Proc: 408.38s  Speed: 0.22 X real time
   Mem Total: 281.39 Mb Free: 69.29 Mb Used: 212.10 Mb

- Natural Spelling with endpointing. Its 8% faster than without endpointing,
- since it decodes less features, but a little less accurate.
- Both recognition and deletion errors increased, but insertion errors
- decreased. Also uses a little less memory.


# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/04/2002
Test:           natural_spelling_tree_lm
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 8039    0.0000s   0.0000s   3.4410s   0.0012s   9.3510s   
FrontEnd        92132   0.0000s   0.0000s   3.6000s   0.0005s   42.7320s  
Preemphasizer   8039    0.0000s   0.0000s   0.0020s   0.0000s   0.1770s   
HammingWindow   8039    0.0000s   0.0000s   0.4350s   0.0004s   3.3970s   
AM_Load         1       11.2980s  11.2980s  11.2980s  11.2980s  11.2980s  
FFT             92138   0.0000s   0.0000s   0.2230s   0.0003s   23.6920s  
MelFilter       92138   0.0000s   0.0000s   0.0010s   0.0000s   1.3830s   
MelCepstrum     92138   0.0000s   0.0000s   0.2670s   0.0000s   3.2060s   
FeatureExtracto 3958    0.0000s   0.0000s   0.0010s   0.0001s   0.2280s   
DictionaryLoad  1       7.4820s   7.4820s   7.4820s   7.4820s   7.4820s   
compileGrammar  1       0.1810s   0.1810s   0.1810s   0.1810s   0.1810s   
expandGrammar   3       0.0000s   0.0000s   0.1400s   0.0470s   0.1410s   
Score           92132   0.0000s   0.0000s   3.6000s   0.0016s   148.9740s 
Prune           91844   0.0000s   0.0000s   0.0010s   0.0000s   0.1260s   
Grow            92132   0.0050s   0.0000s   4.0990s   0.0053s   491.7910s 
Decode          288     2.0860s   0.6310s   7.9420s   2.2299s   642.2180s 
# ------------- Summary statistics ----------- 
   Accuracy: %61.4    Errors: 973  (Rec: 700  Ins: 143  Del: 130)
   Words: 2150   Matches: 1320
   Sentences: 288   Matches: 62   SentenceAcc: %21.5
   Total Time Audio: 1837.03s  Proc: 642.22s  Speed: 0.35 X real time
   Mem Total: 287.41 Mb Free: 147.38 Mb Used: 140.03 Mb

- Default run of natural spelling using tree linguist and 
- n-gram language model. Sentence accuracy higher than previous by 5.5%.


# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/04/2002
Test:           natural_spelling_tree_lm_ep
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 21479   0.0000s   0.0000s   0.4130s   0.0001s   2.6330s   
FrontEnd        87198   0.0000s   0.0000s   3.4810s   0.0005s   43.2110s  
Preemphasizer   21479   0.0000s   0.0000s   0.0020s   0.0000s   0.1930s   
HammingWindow   21479   0.0000s   0.0000s   3.3540s   0.0004s   7.8190s   
AM_Load         1       11.5950s  11.5950s  11.5950s  11.5950s  11.5950s  
FFT             105578  0.0000s   0.0000s   0.5490s   0.0002s   24.7750s  
MelFilter       105578  0.0000s   0.0000s   0.3350s   0.0000s   1.6940s   
MelCepstrum     105578  0.0000s   0.0000s   0.0030s   0.0000s   3.0180s   
EnergyEndpointe 92730   0.0000s   0.0000s   3.3820s   0.0001s   8.4030s   
NonSpeechFilter 87216   0.0000s   0.0000s   0.2410s   0.0000s   2.1100s   
FeatureExtracto 3752    0.0010s   0.0000s   0.0010s   0.0001s   0.2340s   
DictionaryLoad  1       7.5860s   7.5860s   7.5860s   7.5860s   7.5860s   
compileGrammar  1       0.1820s   0.1820s   0.1820s   0.1820s   0.1820s   
expandGrammar   3       0.0000s   0.0000s   0.1400s   0.0473s   0.1420s   
Score           87198   0.0000s   0.0000s   3.4810s   0.0016s   143.5460s 
Prune           86910   0.0000s   0.0000s   0.0010s   0.0000s   0.0920s   
Grow            87198   0.0050s   0.0000s   3.6870s   0.0051s   448.0930s 
Decode          288     2.1600s   0.5160s   6.5750s   2.0586s   592.8890s 
# ------------- Summary statistics ----------- 
   Accuracy: %60.7    Errors: 980  (Rec: 706  Ins: 134  Del: 140)
   Words: 2150   Matches: 1304
   Sentences: 288   Matches: 60   SentenceAcc: %20.8
   Total Time Audio: 1837.03s  Proc: 592.89s  Speed: 0.32 X real time
   Mem Total: 259.51 Mb Free: 65.76 Mb Used: 193.75 Mb

- Same as the previous test, but with endpointing. Energy Low = 5, High = 9.
- Also 8% faster than without endpointing.

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/7/2002
Test:           an4_spelling
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 8039    0.0000s   0.0000s   0.3640s   0.0005s   3.8990s   
FrontEnd        92132   0.0000s   0.0000s   1.0640s   0.0004s   38.5340s  
Preemphasizer   8039    0.0000s   0.0000s   0.0020s   0.0000s   0.1930s   
HammingWindow   8039    0.0000s   0.0000s   0.6670s   0.0005s   3.9220s   
AM_Load         1       11.1590s  11.1590s  11.1590s  11.1590s  11.1590s  
FFT             92138   0.0000s   0.0000s   0.3040s   0.0003s   24.3570s  
MelFilter       92138   0.0000s   0.0000s   0.0010s   0.0000s   1.4030s   
MelCepstrum     92138   0.0000s   0.0000s   0.0100s   0.0000s   3.0390s   
FeatureExtracto 3958    0.0000s   0.0000s   0.0010s   0.0001s   0.2690s   
DictionaryLoad  1       6.8970s   6.8970s   6.8970s   6.8970s   6.8970s   
compileGrammar  1       4.1000s   4.1000s   4.1000s   4.1000s   4.1000s   
expandGrammar   3       0.0000s   0.0000s   3.5570s   1.1860s   3.5580s   
Score           92132   0.0000s   0.0000s   9.0800s   0.0032s   290.8250s 
Prune           91844   0.0000s   0.0000s   0.0010s   0.0000s   0.1900s   
Grow            92132   0.0060s   0.0000s   9.2920s   0.0093s   855.2680s 
Decode          288     4.7230s   1.3980s   16.1720s  4.2197s   1215.2760s
# ------------- Summary statistics ----------- 
   Accuracy: %93.0    Errors: 171  (Rec: 108  Ins: 21  Del: 42)
   Words: 2150   Matches: 2000
   Sentences: 288   Matches: 256   SentenceAcc: %88.9
   Total Time Audio: 1837.03s  Proc: 1215.28s  Speed: 0.66 X real time
   Mem Total: 471.91 Mb Free: 233.37 Mb Used: 238.54 Mb

- Default run of an4_spelling, target size of 2000.

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/7/2002
Test:           an4_spelling_ep
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 21489   0.0000s   0.0000s   0.5450s   0.0001s   2.4990s   
FrontEnd        83335   0.0000s   0.0000s   4.8430s   0.0005s   42.8320s  
Preemphasizer   21489   0.0000s   0.0000s   0.0020s   0.0000s   0.1860s   
HammingWindow   21489   0.0000s   0.0000s   0.3410s   0.0002s   3.5690s   
AM_Load         1       11.1130s  11.1130s  11.1130s  11.1130s  11.1130s  
FFT             105588  0.0000s   0.0000s   0.0130s   0.0002s   23.8120s  
MelFilter       105588  0.0000s   0.0000s   0.0010s   0.0000s   1.3560s   
MelCepstrum     105588  0.0000s   0.0000s   0.0130s   0.0000s   3.0080s   
EnergyEndpointe 92740   0.0000s   0.0000s   0.3360s   0.0001s   5.5550s   
NonSpeechFilter 83374   0.0000s   0.0000s   0.0670s   0.0000s   3.1570s   
FeatureExtracto 3587    0.0000s   0.0000s   0.0010s   0.0001s   0.2460s   
DictionaryLoad  1       6.8310s   6.8310s   6.8310s   6.8310s   6.8310s   
compileGrammar  1       4.0900s   4.0900s   4.0900s   4.0900s   4.0900s   
expandGrammar   3       0.0000s   0.0000s   3.5540s   1.1850s   3.5550s   
Score           83335   0.0000s   0.0000s   6.3700s   0.0032s   270.5670s 
Prune           83047   0.0000s   0.0000s   0.0010s   0.0000s   0.1860s   
Grow            83335   0.0060s   0.0000s   8.7400s   0.0090s   752.6350s 
Decode          288     2.8890s   1.0380s   13.8150s  3.7385s   1076.6790s
# ------------- Summary statistics ----------- 
   Accuracy: %93.4    Errors: 162  (Rec: 104  Ins: 20  Del: 38)
   Words: 2150   Matches: 2008
   Sentences: 288   Matches: 259   SentenceAcc: %89.9
   Total Time Audio: 1837.03s  Proc: 1076.68s  Speed: 0.59 X real time
   Mem Total: 432.16 Mb Free: 220.15 Mb Used: 212.00 Mb

- Default run of an4_spelling with endpointing, same target size of 2000.
- Both accuracy (+0.4%) and sentence accuracy (+1%) becomes slightly higher.
- 11% faster than without endpointing.

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/10/2002
Test:           natural_spelling
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 8039    0.0000s   0.0000s   0.0100s   0.0002s   1.6000s   
FrontEnd        92132   0.0000s   0.0000s   0.5280s   0.0004s   34.4990s  
Preemphasizer   8039    0.0000s   0.0000s   0.0020s   0.0000s   0.1950s   
HammingWindow   8039    0.0000s   0.0000s   0.2500s   0.0004s   2.8930s   
AM_Load         1       8.3760s   8.3760s   8.3760s   8.3760s   8.3760s   
FFT             92138   0.0000s   0.0000s   0.0390s   0.0003s   23.8550s  
MelFilter       92138   0.0000s   0.0000s   0.0010s   0.0000s   1.3890s   
MelCepstrum     92138   0.0000s   0.0000s   0.0030s   0.0000s   2.9880s   
FeatureExtracto 3958    0.0000s   0.0000s   0.2870s   0.0001s   0.5230s   
DictionaryLoad  1       3.6210s   3.6210s   3.6210s   3.6210s   3.6210s   
compileGrammar  1       0.1870s   0.1870s   0.1870s   0.1870s   0.1870s   
expandGrammar   3       0.0000s   0.0000s   0.1440s   0.0483s   0.1450s   
Score           92132   0.0000s   0.0000s   0.5280s   0.0015s   135.3900s 
Prune           91844   0.0000s   0.0000s   0.0010s   0.0000s   0.1170s   
Grow            92132   0.0010s   0.0000s   3.9880s   0.0016s   147.8920s 
Decode          288     0.9150s   0.3390s   5.6300s   0.9880s   284.5480s 
# ------------- Summary statistics ----------- 
   Accuracy: %58.5    Errors: 1067  (Rec: 789  Ins: 175  Del: 103)
   Words: 2150   Matches: 1258
   Sentences: 288   Matches: 13   SentenceAcc: %4.5
   Total Time Audio: 1837.03s  Proc: 284.55s  Speed: 0.15 X real time
   Mem Total: 1014.00 Mb Free: 615.13 Mb Used: 398.87 Mb
- Tweaked WIP to improve accuracy

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/17/2002
Test:           tidigits_quick_tree
Who:            plamere
# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 29156   0.0000s   0.0000s   0.0140s   0.0006s   18.5820s  
FrontEnd        311790  0.0000s   0.0000s   0.3500s   0.0004s   125.6470s 
Preemphasizer   29156   0.0000s   0.0000s   0.0020s   0.0000s   0.6130s   
HammingWindow   29156   0.0000s   0.0000s   0.0140s   0.0003s   8.9540s   
AM_Load         1       3.2460s   3.2460s   3.2460s   3.2460s   3.2460s   
FFT             312026  0.0000s   0.0000s   0.0130s   0.0003s   79.2200s  
MelFilter       312026  0.0000s   0.0000s   0.0010s   0.0000s   4.2950s   
MelCepstrum     312026  0.0000s   0.0000s   0.0030s   0.0000s   10.1240s  
FeatureExtracto 13724   0.0000s   0.0000s   0.0020s   0.0001s   0.7460s   
DictionaryLoad  1       0.0070s   0.0070s   0.0070s   0.0070s   0.0070s   
compileGrammar  1       1.4240s   1.4240s   1.4240s   1.4240s   1.4240s   
expandGrammar   26      0.0000s   0.0000s   0.4620s   0.0318s   0.8270s   
Score           311790  0.0000s   0.0000s   0.7230s   0.0014s   442.0060s 
Prune           310050  0.0000s   0.0000s   0.0010s   0.0000s   2.7230s   
Grow            311790  0.0010s   0.0000s   0.3870s   0.0014s   451.9570s 
Decode          1740    0.4590s   0.1890s   2.0160s   0.5224s   909.0540s 
# ------------- Summary statistics ----------- 
   Accuracy: %99.4    Errors: 45  (Rec: 10  Ins: 9  Del: 26)
   Words: 5762   Matches: 5726
   Sentences: 1740   Matches: 1698   SentenceAcc: %97.6
   Total Time Audio: 6206.70s  Proc: 909.05s  Speed: 0.15 X real time
   Mem Total: 1014.00 Mb Free: 809.61 Mb Used: 204.39 Mb

- after implementing shared sentence hmm states


# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/17/2002
Test:           rm1_loop_grammar
Who:            pkwok

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 35409   0.0000s   0.0000s   5.0990s   0.0008s   26.5840s  
FrontEnd        405903  0.0000s   0.0000s   5.4460s   0.0005s   191.0740s 
Preemphasizer   35409   0.0000s   0.0000s   0.0020s   0.0000s   0.7810s   
HammingWindow   35409   0.0000s   0.0000s   5.1990s   0.0005s   19.1410s  
AM_Load         1       8.5080s   8.5080s   8.5080s   8.5080s   8.5080s   
FFT             406059  0.0000s   0.0000s   0.5260s   0.0003s   107.3250s 
MelFilter       406059  0.0000s   0.0000s   0.0020s   0.0000s   5.9950s   
MelCepstrum     406059  0.0000s   0.0000s   0.0050s   0.0000s   12.9470s  
FeatureExtracto 17399   0.0000s   0.0000s   0.0010s   0.0002s   2.6290s   
DictionaryLoad  1       3.2770s   3.2770s   3.2770s   3.2770s   3.2770s   
compileGrammar  1       2.6310s   2.6310s   2.6310s   2.6310s   2.6310s   
expandGrammar   3       0.0000s   0.0000s   2.1350s   0.7127s   2.1380s   
Score           405903  0.0000s   0.0000s   5.4460s   0.0035s   1428.3960s
Prune           404691  0.0000s   0.0000s   0.0100s   0.0000s   8.6990s   
Grow            405903  0.0120s   0.0000s   6.6290s   0.0133s   5393.2960s
Decode          1212    6.8370s   1.6000s   15.7210s  5.7086s   6918.8680s
# ------------- Summary statistics ----------- 
   Accuracy: %12.9    Errors: 9224  (Rec: 7031  Ins: 201  Del: 1992)
   Words: 10354   Matches: 1331
   Sentences: 1212   Matches: 0   SentenceAcc: %.0
   Total Time Audio: 8084.90s  Proc: 6918.87s  Speed: 0.86 X real time
   Mem Total: 1014.00 Mb Free: 639.06 Mb Used: 374.94 Mb

- Uses a simple looping grammar for all 991 words in RM1, the TreeLinguist.

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/24/2002
Test:           an4_spelling_unigram
Who:            plamere

# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 8039    0.0000s   0.0000s   0.1960s   0.0005s   4.3640s   
FrontEnd        92132   0.0000s   0.0000s   0.6030s   0.0004s   40.9550s  
Preemphasizer   8039    0.0000s   0.0000s   0.0020s   0.0000s   0.2130s   
HammingWindow   8039    0.0000s   0.0000s   0.0040s   0.0004s   2.9700s   
AM_Load         1       21.2020s  21.2020s  21.2020s  21.2020s  21.2020s  
FFT             92138   0.0000s   0.0000s   0.4730s   0.0003s   24.5480s  
MelFilter       92138   0.0000s   0.0000s   0.0050s   0.0000s   1.3920s   
MelCepstrum     92138   0.0000s   0.0000s   0.0030s   0.0000s   2.9940s   
FeatureExtracto 3958    0.0000s   0.0000s   0.0010s   0.0001s   0.5180s   
DictionaryLoad  1       3.2310s   3.2310s   3.2310s   3.2310s   3.2310s   
compileGrammar  1       16.2650s  16.2650s  16.2650s  16.2650s  16.2650s  
expandGrammar   4484    0.0000s   0.0000s   4.1230s   0.0036s   16.1520s  
Score           92132   0.0000s   0.0000s   1.4830s   0.0039s   360.1660s 
Prune           91844   0.0000s   0.0000s   0.0010s   0.0000s   1.8810s   
Grow            92132   0.0150s   0.0000s   6.9140s   0.0239s   2204.1560s
Decode          288     9.7550s   3.7770s   23.7100s  9.6881s   2790.1660s
# ------------- Summary statistics ----------- 
   Accuracy: %81.2    Errors: 466  (Rec: 354  Ins: 61  Del: 51)
   Words: 2150   Matches: 1745
   Sentences: 288   Matches: 64   SentenceAcc: %22.2
   Total Time Audio: 1837.03s  Proc: 2790.17s  Speed: 1.52 X real time
   Mem Total: 1014.00 Mb Free: 776.87 Mb Used: 237.13 Mb

- Uses new StaticLinguist
- WORD ACCURACY=  82.605% ( 1776/ 2150)  ERRORS= 20.605% (  443/ 2150)
- SENTENCE ACCURACY    22.2% (  64)
- note filterSuccessors set to false

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/24/2002
Test:           an4_words_unigram
Who:            plamere
# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 8757    0.0000s   0.0000s   0.3440s   0.0011s   9.9130s   
FrontEnd        95877   0.0000s   0.0000s   0.4490s   0.0005s   47.2670s  
Preemphasizer   8757    0.0000s   0.0000s   0.0020s   0.0000s   0.2230s   
HammingWindow   8757    0.0000s   0.0000s   0.2080s   0.0004s   3.1360s   
AM_Load         1       20.5760s  20.5760s  20.5760s  20.5760s  20.5760s  
FFT             95877   0.0000s   0.0000s   0.0130s   0.0003s   24.8720s  
MelFilter       95877   0.0000s   0.0000s   0.0010s   0.0000s   1.4430s   
MelCepstrum     95877   0.0000s   0.0000s   0.0030s   0.0000s   3.1510s   
FeatureExtracto 4207    0.0010s   0.0000s   0.0010s   0.0001s   0.5870s   
DictionaryLoad  1       3.1350s   3.1350s   3.1350s   3.1350s   3.1350s   
compileGrammar  1       58.6210s  58.6210s  58.6210s  58.6210s  58.6210s  
expandGrammar   10743   0.0000s   0.0000s   4.5670s   0.0054s   58.3250s  
Score           95877   0.0000s   0.0000s   1.3240s   0.0045s   427.0470s 
Prune           95410   0.0000s   0.0000s   0.0030s   0.0000s   2.5580s   
Grow            95877   0.0120s   0.0000s   6.8670s   0.0171s   1637.6450s
Decode          467     4.7730s   1.8550s   13.5720s  4.9526s   2312.8660s
# ------------- Summary statistics ----------- 
   Accuracy: %92.8    Errors: 150  (Rec: 118  Ins: 17  Del: 15)
   Words: 1846   Matches: 1713
   Sentences: 467   Matches: 358   SentenceAcc: %76.7
   Total Time Audio: 1908.24s  Proc: 2312.87s  Speed: 1.21 X real time
   Mem Total: 1014.00 Mb Free: 677.02 Mb Used: 336.98 Mb

- a2a test
- WORD ACCURACY=  92.904% ( 1715/ 1846)  ERRORS=  8.072% (  149/ 1846)

# ==================================================
SystemName:     debris
Program:        sphinx4
Date:           10/24/2002
Test:           an4_words_trigram
Who:            plamere
# ----------------------------- batch-----------------------------------------
# Name          Count   CurTime   MinTime   MaxTime   AvgTime   TotTime   
batchAudioSourc 8757    0.0000s   0.0000s   1.0460s   0.0008s   7.0880s   
FrontEnd        95877   0.0000s   0.0000s   1.1370s   0.0005s   45.4960s  
Preemphasizer   8757    0.0000s   0.0000s   0.0020s   0.0000s   0.2450s   
HammingWindow   8757    0.0000s   0.0000s   0.0840s   0.0004s   3.0930s   
AM_Load         1       20.7520s  20.7520s  20.7520s  20.7520s  20.7520s  
FFT             95877   0.0000s   0.0000s   0.0130s   0.0003s   24.9410s  
MelFilter       95877   0.0000s   0.0000s   0.0010s   0.0000s   1.4850s   
MelCepstrum     95877   0.0000s   0.0000s   0.0030s   0.0000s   3.1360s   
FeatureExtracto 4207    0.0010s   0.0000s   0.0010s   0.0002s   0.6350s   
DictionaryLoad  1       3.2320s   3.2320s   3.2320s   3.2320s   3.2320s   
compileGrammar  1       58.4060s  58.4060s  58.4060s  58.4060s  58.4060s  
expandGrammar   10743   0.0000s   0.0000s   4.5640s   0.0054s   58.0840s  
Score           95877   0.0000s   0.0000s   1.5130s   0.0044s   421.8600s 
Prune           95410   0.0000s   0.0000s   0.0030s   0.0000s   2.2980s   
Grow            95877   0.0170s   0.0000s   7.2870s   0.0188s   1804.0980s
Decode          467     6.3880s   2.0180s   19.0950s  5.2710s   2461.5480s
# ------------- Summary statistics ----------- 
   Accuracy: %96.0    Errors: 77  (Rec: 49  Ins: 4  Del: 24)
   Words: 1846   Matches: 1773
   Sentences: 467   Matches: 417   SentenceAcc: %89.3
   Total Time Audio: 1908.24s  Proc: 2461.55s  Speed: 1.29 X real time
   Mem Total: 1014.00 Mb Free: 728.47 Mb Used: 285.53 Mb

- a2a test
- WORD ACCURACY=  96.262% ( 1777/ 1846)  ERRORS=  3.954% (   73/ 1846)

