Hi Husen,
Thank you for using HUMAnN2, the demo file is designed to be executable on your desktop or laptop, but for real samples we suggest:
1) the number of threads that that are requested should be less than number of cores you have on the machine/server that is used to run, otherwise could cause delay of switching threads between cores.
2) You probably using he full diamond dataset with demo that needs ~30 minutes to load no matter what is the size of read files.
3) use a server with mutlti-cores and enough memory
4) Some parts of the program is parallelized that uses actually all the threads that are requested.
5) for a sample size 250,000,000 reads using 8cores with --threads 8, ~30hrs cpu time + ~50G memory (as 8 cores are used) are needed.
6) "--bypass-translated-search" option can speedup the run for a case that you decide to skip the translated search!
Thanks!
Ali