I am training an acoustic model with CMU sphinx. I have around 200 hours of speech data. When I run the training script (sphinxtrain run, initially 4 of my CPU cores was at 100% and my machine got hot so it was doing some calculations. However, now the script looks looks like it is hang at Module 20, Phase 3. Upon inspection, I've realized that 4 copies of "Perl 5.12" are running in my machine with 0% CPU utilization and updating a file called qmanager/bw.2.4.out in the training directory (Baum Welch model?). This file is constantly updated; I have an SSD drive.
My question is whether this is normal (that CPU usage is at 0%) and is there a way to speed up the training.