Bench start problem - no log

when i run bench start my system is working great but when i look at my terminal i see this

12:52:05 system | worker_long.1 started (pid=26431)
12:52:05 system | redis_socketio.1 started (pid=26432)
12:52:05 system | watch.1 started (pid=26440)
12:52:05 system | schedule.1 started (pid=26437)
12:52:05 system | web.1 started (pid=26438)
12:52:05 system | redis_queue.1 started (pid=26445)
12:52:05 redis_socketio.1 | 26442:M 20 Apr 12:52:05.784 * Increased maximum number of open files to 10032 (it was originally set to 1024).
12:52:05 redis_socketio.1 | 26442:M 20 Apr 12:52:05.785 # Creating Server TCP listening socket 127.0.0.1:12000: bind: Address already in use
12:52:05 system | redis_socketio.1 stopped (rc=1)
12:52:05 system | socketio.1 started (pid=26443)
12:52:05 system | worker_default.1 started (pid=26439)
12:52:05 redis_queue.1 | 26456:M 20 Apr 12:52:05.808 * Increased maximum number of open files to 10032 (it was originally set to 1024).
12:52:05 redis_queue.1 | 26456:M 20 Apr 12:52:05.808 # Creating Server TCP listening socket 127.0.0.1:11000: bind: Address already in use
12:52:05 system | redis_queue.1 stopped (rc=1)
12:52:05 system | redis_cache.1 started (pid=26459)
12:52:05 system | worker_short.1 started (pid=26448)
12:52:05 system | sending SIGTERM to worker_long.1 (pid 26431)
12:52:05 system | sending SIGTERM to watch.1 (pid 26440)
12:52:05 system | sending SIGTERM to web.1 (pid 26438)
12:52:05 system | sending SIGTERM to schedule.1 (pid 26437)
12:52:05 system | sending SIGTERM to worker_default.1 (pid 26439)
12:52:05 system | sending SIGTERM to socketio.1 (pid 26443)
12:52:05 system | sending SIGTERM to redis_cache.1 (pid 26459)
12:52:05 system | sending SIGTERM to worker_short.1 (pid 26448)
12:52:05 system | watch.1 stopped (rc=-15)
12:52:05 system | web.1 stopped (rc=-15)
12:52:05 system | worker_long.1 stopped (rc=-15)
12:52:05 system | redis_cache.1 stopped (rc=-15)
12:52:05 system | schedule.1 stopped (rc=-15)
12:52:05 system | worker_short.1 stopped (rc=-15)
12:52:05 system | socketio.1 stopped (rc=-15)
12:52:05 system | worker_default.1 stopped (rc=-15)

so when i make some changes to the translation file and it bringing error i can not see where the error exactly because the terminal not working and not showing anything before it was showing me the errors and it was working not stopped

11000 port is already being used by the process, try to kill the processes using ps -ax | grep 11000 or try restarting the system

i have restarted the bench and used your command but im getting this

15:20:18 system | watch.1 started (pid=18035)
15:20:18 system | redis_socketio.1 started (pid=18032)
15:20:18 redis_socketio.1 | 18039:M 20 Apr 15:20:18.743 * Increased maximum number of open files to 10032 (it was originally set to 1024).
15:20:18 redis_socketio.1 | 18039:M 20 Apr 15:20:18.743 # Creating Server TCP listening socket 127.0.0.1:12000: bind: Address already in use
15:20:18 system | redis_socketio.1 stopped (rc=1)
15:20:18 system | worker_long.1 started (pid=18043)
15:20:18 system | schedule.1 started (pid=18042)
15:20:18 system | worker_short.1 started (pid=18051)
15:20:18 system | redis_queue.1 started (pid=18041)
15:20:18 redis_queue.1 | 18053:M 20 Apr 15:20:18.761 * Increased maximum number of open files to 10032 (it was originally set to 1024).
15:20:18 redis_queue.1 | 18053:M 20 Apr 15:20:18.761 # Creating Server TCP listening socket 127.0.0.1:11000: bind: Address already in use
15:20:18 system | redis_queue.1 stopped (rc=1)
15:20:18 system | web.1 started (pid=18045)
15:20:18 system | redis_cache.1 started (pid=18046)
15:20:18 redis_cache.1 | 18047:M 20 Apr 15:20:18.751 * Increased maximum number of open files to 10032 (it was originally set to 1024).
15:20:18 redis_cache.1 | 18047:M 20 Apr 15:20:18.751 # Creating Server TCP listening socket 127.0.0.1:13000: bind: Address already in use
15:20:18 system | redis_cache.1 stopped (rc=1)
15:20:18 system | socketio.1 started (pid=18060)
15:20:18 system | worker_default.1 started (pid=18067)
15:20:18 system | sending SIGTERM to worker_long.1 (pid 18043)
15:20:18 system | sending SIGTERM to watch.1 (pid 18035)
15:20:18 system | sending SIGTERM to web.1 (pid 18045)
15:20:18 system | sending SIGTERM to schedule.1 (pid 18042)
15:20:18 system | sending SIGTERM to worker_default.1 (pid 18067)
15:20:18 system | sending SIGTERM to socketio.1 (pid 18060)
15:20:18 system | sending SIGTERM to worker_short.1 (pid 18051)
15:20:18 system | worker_long.1 stopped (rc=-15)
15:20:18 system | watch.1 stopped (rc=-15)
15:20:18 system | web.1 stopped (rc=-15)
15:20:18 system | schedule.1 stopped (rc=-15)
15:20:18 system | worker_default.1 stopped (rc=-15)
15:20:18 system | worker_short.1 stopped (rc=-15)
15:20:18 system | socketio.1 stopped (rc=-15)