[SEQREQZMB]

This error indicates that a sequence was terminated prior to completion. Since the sequence thread was no longer running, the sequencer removed it from the arbitration queue.

You need to look at the code that starts the sequence to see if it kills the sequence prematurely. Do you have a fork/join construct around it?