Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • joa_ds
    Member
    • Dec 2008
    • 52

    Illumina pipeline multicoring

    hi, we just installed the illumina pipeline 1.3.2. I haven't used it myself, but someone else who used it told me that only 6 of the 16 cores were used while multithreading.

    They asked me if i had capped the core usage on some users, which i have not. In fact we run the basecalling for the 454 on our own server and that process uses all 16 cores while multicoring. I also have my own perl scripts that query the DB for analysis and those scripts are using threads and i get to 1600% CPU usage, so i am using 16 cores.

    Is there any logical reason why the illumina pipeline is only 6 cores? Has anyone experienced this as well? It is the 1.3.2 illumina pipeline.
  • westerman
    Rick Westerman
    • Jun 2008
    • 1104

    #2
    I don't run the Illumina software and so can not answer your question directly.

    However your message did raise a warning flag in my sysadmin brain. You say " ..I haven't used it myself, but someone else who used it told me..." My suggestion is to double check this claim yourself before wondering about if the pipeline is limited to 6 cores. The pipeline may or may not be so limited. But without independent replication of the problem I would not trust the end user to be correct.

    Comment

    • kmcarr
      Senior Member
      • May 2008
      • 1181

      #3
      I have used the Illumina pipeline regularly but have no connection with the developers so I can't speak with authority. The pipeline is made up from a large collection of perl and python scripts plus some compiled executables. It is my understanding that none of the components of the pipeline are themselves multiprocessing capable. The operation of the pipeline is managed by the make utility. To utilize multiple CPUs (or cores) you have to pass the '-j N' option to make where 'N' is the number of CPUs you want to use for running the pipeline.

      Since the data processing performed by the pipeline falls into the class of embarrassingly parallel problems multiple CPUs are utilized by launching multiple instances of the programs to work on different chunks of data. By default most of the pipeline programs work on the data one tile at a time. For a full flow cell on the GAII this would be 800 independent chunks of data. The make utility handles launching the pipeline programs and passing out chunks of data to them. It will use at most the number of CPUs specified by the '-j' parameter. If the user inadvertently passed '-j 6' instead of '-j 16' to make when he was launching the pipeline that may explain the problem.

      Comment

      • joa_ds
        Member
        • Dec 2008
        • 52

        #4
        well, i don't know what the other persons were using. They only told me that they ran a validation run and only 6 of the 16 cores were used. I was just wondering if that perhaps was a illumina pipeline limitation or if somebody else had experienced the same.

        And btw, perl is capable of multicoring, I just discovered some nice tricks last week. Just read on Threads on CPAN, it is possible to use a 'for loop' and push every loop into a single thread. With some tweaking you can push for example 16 loops in 16 cores and speed up your code significantly. You can contact me via PM if you want more information.

        Comment

        • clivey
          Member
          • Jul 2008
          • 24

          #5
          pebcak ?

          -j6 rather than -j16 sounds pretty likely.

          Comment

          • dcjamison
            Member
            • Oct 2008
            • 15

            #6
            An alternative explanation:

            The pipeline parallelizes with different granularities for different tasks. For most steps, the granularity is at the tile level, while for the eland and the reporting steps the granularity is at the lane level. Depending on how many lanes and exactly when you look, it is quite possible to see fewer processors being used than what you specified.

            In this specific case, the user could have been using 6 lanes, and looked at the core usage during eland.

            (I think the -j6 rather than -j16 is more likely though).

            Curt

            Comment

            • kmcarr
              Senior Member
              • May 2008
              • 1181

              #7
              Curt,

              Good point. I couldn't recall when I wrote my response if Eland split tasks on the tile or lane level so I didn't go into that possibility. I would say your explanation, looking at usage while Eland is processing 6 lanes, is equally probable. That assumes the original user had set ELAND_MULTIPLE_INSTANCES in his/her GERALD config file.

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                by SEQadmin2


                Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                The systematic characterization of the human proteome has
                ...
                07-20-2026, 11:48 AM
              • SEQadmin2
                Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                by SEQadmin2



                Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                ...
                07-09-2026, 11:10 AM
              • SEQadmin2
                Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                by SEQadmin2



                Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                07-08-2026, 05:17 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-24-2026, 12:17 PM
              0 responses
              25 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-23-2026, 11:41 AM
              0 responses
              20 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-20-2026, 11:10 AM
              0 responses
              28 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-13-2026, 10:26 AM
              0 responses
              38 views
              0 reactions
              Last Post SEQadmin2  
              Working...