Forcefully removing a job from LSF

Run the bkill -r command to remove a job from the LSF system without waiting for the job to terminate in the operating system. This sends the same series of signals as the bkill command without -r, except that the job is removed from the system immediately. If the job is not in ZOMBI state, bkill -r will mark the job as ZOMBI state, and send a kill signal to the sbatchd daemon on the job's execution host. The mbatchd daemon will change this job in ZOMBI state to EXIT state as soon as LSF receives the first signal. If the bkill -r command finds a job already in ZOMBI state, the mbatchd daemon will directly change the job's state to EXIT.