You'll notice
Before force-killing a process, its start time is re-checked so a recycled PID cannot be killed by mistake.
The process-tree kill path now snapshots each candidate PID's start time via ps -o pid=,lstart= both before and after the grace period, and only sends SIGKILL if the recorded start time still matches. This prevents accidentally killing an unrelated process that reused a recycled PID.