Issue Description
I encountered a problem during testing with the rm-executor-zkcounter2 branch.
Steps to Reproduce
- Start the node using the
make run command.
- Perform a stress test using
adventure, either native transfers or ERC20 transfers.
- Run the stress test with
adventure for approximately 5 minutes, then stop the stress test.
- Restart the sequencer.
Observed Behavior
Upon restarting the sequencer, it triggers resequencing, which takes an excessively long time (over 20 minutes).
INFO] [05-29|05:54:22.100] [5/13 Execution] ResequenceFromSMTAlignment, last batch 664 is lower than highest batch in datastream 681, resequencing...

Expected Behavior
The resequencing process should complete in a reasonable amount of time after a stress test.