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,
Post an idea
Upvote ideas that matter most to you
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
See this idea on ideas.ibm.com
When LSF sends kill signal to job, based on the time job takes to complete, it sometimes return "0" exit code and sometimes non-zero. This leads to diff message being return by LSF commands.
In this RFE I would like to address ::
1. What exit code should be set for the case? pick any non-zero, higher exit codes
2. The enhancement should be parameter-controlled to minimize the impact to other users, because this is an UI change for bjobs/bhist/bacct etc. that are commonly used by users.
3. The scope of the enhancement - jobs that are terminated due to other limits being reached, e.g memlimit/runlimit/swaplimit/stacklimit etc. perhaps even bkilled jobs(bkill sends sigint,sigterm and sigkill at 10 seconds interval too)
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
I never received an email alert on what information was needed from me and surprised to see that its declined. Even declined alert too was not there.
Please reopen and reconsider
Closing due to no response from submitter. Please resubmit if still required and the suggested solutions are insufficient.
Have you reviewed the feature SUCCESS_EXIT_VALUES in lsb.queues and lsb.applications? Also, there is a signal escalation setting called: JOB_TERMINATE_INTERVAL in lsb.params that set's the threshold between signal escalation steps. See the following articles:
https://www-01.ibm.com/support/docview.wss?uid=isg3T1015955
https://www.ibm.com/support/knowledgecenter/en/SSETD4_9.1.3/lsf_config_ref/lsb.params.job_terminate_interval.5.html
Some applications require this settings to be higher than the default. Applications like Abaqus recommend a setting of 90 to allow their application to clean up any temporary files after they receive the first signal.
I think that it might be nice to allow the settings to be tailored at the lsb.applications level. But setting high enough at the system level should be sufficient.