Is there really 1240 PHP processes running by that time?
If yes, I guess the full backup created a lot of PHP processes running in background.
If the server can run more PHP processes, you can increase "LSAPI_EXTRA_CHILDREN", it is 1000 now, it will allow more background PHP processes...