I am running a multiple parallel file handling process (minimum 200 processes) where each process is reading a logs of varying size(0-50mb) to capture a real time data of the logs .I am running my jobs on 16 cores and 8 gb ram Linux machine.
But there is a huge lag between the cpu and elapsed time process of the files.
Can you please explain why there is such lag b/w cpu and elapsed time with some examples?Also is there any method to reduce the wait times of these processes.