"Bench Start" Error: forgot to terminate last time

xxxxx:~/frappe-bench$ bench start
WARN: bench is installed in editable mode!

This is not the recommended mode of installation for production. Instead, install the package from PyPI with: `pip install frappe-bench`

18:36:27 system           | web.1 started (pid=4919)
18:36:27 system           | redis_socketio.1 started (pid=4927)
18:36:27 system           | worker_long.1 started (pid=4925)
18:36:27 redis_socketio.1 | 4933:M 11 May 18:36:27.516 * Increased maximum number of open files to 10032 (it was originally set to 1024).
18:36:27 redis_socketio.1 | 4933:M 11 May 18:36:27.519 # Creating Server TCP listening socket 127.0.0.1:12001: bind: Address already in use
18:36:27 system           | socketio.1 started (pid=4931)
18:36:27 system           | redis_socketio.1 stopped (rc=1)
18:36:27 system           | schedule.1 started (pid=4926)
18:36:27 system           | worker_short.1 started (pid=4936)
18:36:27 system           | worker_default.1 started (pid=4929)
18:36:27 system           | redis_queue.1 started (pid=4946)
18:36:27 system           | watch.1 started (pid=4948)
18:36:27 redis_queue.1    | 4950:M 11 May 18:36:27.557 * Increased maximum number of open files to 10032 (it was originally set to 1024).
18:36:27 system           | redis_cache.1 started (pid=4953)
18:36:27 system           | sending SIGTERM to web.1 (pid 4919)
18:36:27 system           | sending SIGTERM to worker_long.1 (pid 4925)
18:36:27 system           | sending SIGTERM to socketio.1 (pid 4931)
18:36:27 system           | sending SIGTERM to worker_short.1 (pid 4936)
18:36:27 system           | sending SIGTERM to schedule.1 (pid 4926)
18:36:27 system           | sending SIGTERM to worker_default.1 (pid 4929)
18:36:27 system           | sending SIGTERM to redis_queue.1 (pid 4946)
18:36:27 system           | sending SIGTERM to watch.1 (pid 4948)
18:36:27 system           | sending SIGTERM to redis_cache.1 (pid 4953)
18:36:27 system           | socketio.1 stopped (rc=-15)
18:36:27 system           | web.1 stopped (rc=-15)
18:36:27 system           | redis_cache.1 stopped (rc=-15)
18:36:27 redis_queue.1    | 4950:signal-handler (1589222187) Received SIGTERM scheduling shutdown...
18:36:27 redis_queue.1    | 4950:M 11 May 18:36:27.577 # Creating Server TCP listening socket 127.0.0.1:11001: bind: Address already in use
18:36:27 system           | redis_queue.1 stopped (rc=-15)
18:36:27 system           | worker_long.1 stopped (rc=-15)
18:36:27 system           | worker_short.1 stopped (rc=-15)
18:36:27 system           | schedule.1 stopped (rc=-15)
18:36:27 system           | worker_default.1 stopped (rc=-15)
18:36:27 system           | watch.1 stopped (rc=-15)

last time, I forgot to terminate Bench by “Ctl+C” and now I can not run the command “bench start”, can any of you kindly help me out? Thank you so much in advance!