samtools view run into "uninterruptible sleep" status
0
0
Entering edit mode
8.4 years ago
Pei ▴ 170

Hi all:

I try to run ten samtools view jobs simultaneously, and found that most of them usually change from "R" to "D" when examined by the top cmd. Do you think it is nothing strange since I submit too much jobs? The %cpu and %mem seemed to be quite normal.

Thanks in advance!

Best

linux • 1.5k views
ADD COMMENT
2
Entering edit mode

That won't be CPU or memory bound, it's IO limited. Unless you have only solid state hard drives it's unlikely that you can effectively use more than a few instances at once. Note also that the compression part can be multithreaded (the -@ option).

ADD REPLY
0
Entering edit mode

Thanks you!

ADD REPLY

Login before adding your answer.

Traffic: 1619 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6