Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Delivered
Workspace Spectrum LSF
Created by Guest
Created on Sep 21, 2017

Jobs that get into PSUSP state because they reached MAX_JOB_REQUEUE cannot be killed by an appropriate JOB_CONTROL mechanism

Answer from PMR:

For the PSUSP jobs JOB_CONTROL can not work on PSUSP job. We have checked the source code in these days and found that

1. LSF doesn't set any environment variable when a job reaches its requeue limit and be put into PSUSP status

2. When LSF set job status to PSUSP, the job state is changed directly, no post proc stage will be involved.

Therefore, we couldn't identify a job has reached its requeue limit outside LSF, and also even we could, we don't have a place to execute the bkill command since post exec won't be invoked.

  • Guest
    Reply
    |
    Jan 15, 2018

    The job controls and post-exec are executed by the sbatchd process on the execution host.

    In the case of a job that cannot be dispatched, it is set to PSUSP by the mbatchd - it has never made it to an execution host, so it is impossible to run the job controls to be executed on the "execution host". Having the mbatchd execute this could potentially have significant performance side effects - e.g. if a lot of jobs were all put into psusp at the same time.

    An alternative could be to introduce a new field in bjobs -o which would highlight the difference between jobs that are in psusp due to the user and jobs that are in psusp due to the scheduler. Would that address your issue?