Skip to content

mmseqs2 core dump #4

Description

@jmartinsjrbr

Hi,

We have installed Agnostos-wf and in our first attempt to analyze our metagenomic data we got the error bellow (in bold) after running 'db_creation' workflow

Used command line:
snakemake --use-conda -j 100 --cluster-config config/cluster.yaml --cluster "sbatch --export=ALL -t {cluster.time} -c {threads} --ntasks-per-node {cluster.ntasks_per_node} --nodes {cluster.nodes} --cpus-per-task {cluster.cpus_per_task} --job-name {rulename}.{jobid} --partition {cluster.partition}" -R --until workflow_report

#################################BEGIN slurm log file##############################################
Building DAG of jobs...
Using shell: /usr/bin/bash
Provided cores: 5
Rules claiming more threads will be scaled down.
Job counts:
count jobs
1 mmseqs_clustering
1
Select jobs to execute...

[Fri Jun 18 15:05:26 2021]
rule mmseqs_clustering:
output: /home/joaquim.junior/work/projects/bagasse/analysis/agnostos/db_creation/mmseqs_clustering/cluDB.tsv
log: logs/mmseqs_clustering_stdout.log, logs/mmseqs_clustering_stderr.err
jobid: 0
benchmark: benchmarks/mmseqs_clustering/clu.tsv
threads: 5

  • set -e

  • export 'OMPI_MCA_btl=^openib'

  • OMPI_MCA_btl='^openib'

  • export OMP_NUM_THREADS=5

  • OMP_NUM_THREADS=5

  • export OMP_PROC_BIND=FALSE

  • OMP_PROC_BIND=FALSE

  • /home/bioinf/progs/agnostos/agnostos-wf/bin/mmseqs createdb /home/joaquim.junior/work/projects/bagasse/analysis/agnostos/db_creation/mmseqs_clustering/seqDB
    /usr/bin/bash: line 8: 1032725 Illegal instruction (core dumped) /home/bioinf/progs/agnostos/agnostos-wf/bin/mmseqs createdb /home/joaquim.junior/work/projects/bagasse/analysis/agnostos/db_creation/mmseqs_clustering/seqDB 2> logs/mm>[Fri Jun 18 15:05:27 2021]
    Error in rule mmseqs_clustering:
    jobid: 0
    output: /home/joaquim.junior/work/projects/bagasse/analysis/agnostos/db_creation/mmseqs_clustering/cluDB.tsv
    log: logs/mmseqs_clustering_stdout.log, logs/mmseqs_clustering_stderr.err (check log file(s) for error message)
    shell:

      set -x
      set -e
    
      export OMPI_MCA_btl=^openib
      export OMP_NUM_THREADS=5
      export OMP_PROC_BIND=FALSE
    
      /home/bioinf/progs/agnostos/agnostos-wf/bin/mmseqs createdb  /home/joaquim.junior/work/projects/bagasse/analysis/agnostos/db_creation/mmseqs_clustering/seqDB 2>logs/mmseqs_clustering_stderr.err 1>logs/mmseqs_clustering_stdout.log
        /home/bioinf/progs/agnostos/agnostos-wf/bin/mmseqs cluster           /home/joaquim.junior/work/projects/bagasse/analysis/agnostos/db_creation/mmseqs_clustering/seqDB           /home/joaquim.junior/work/projects/bagasse/analysi>
      /home/bioinf/progs/agnostos/agnostos-wf/bin/mmseqs createtsv /home/joaquim.junior/work/projects/bagasse/analysis/agnostos/db_creation/mmseqs_clustering/seqDB /home/joaquim.junior/work/projects/bagasse/analysis/agnostos/db_creati>
      (one of the commands exited with non-zero exit code; note that snakemake uses bash strict mode!)
    

Shutting down, this might take some time.
Exiting because a job execution failed. Look above for error message
#################################END slurm log file##############################################

I was not able to figure out what might be happening.

Best regards,
Joaquim

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions