O @msw fez um bom trabalho explicando seu segundo Q e alguns de seus primeiros:
B) Suggest any relatively-easy ways to regain any form of control, to (at the very least) save the tabs I had annoyingly opened in Private Browsing mode?
Então, vou tentar abordar seu 1º Q um pouco mais:
A) Elaborate as to what the state is, in more detail?
Os valores de estado Sl
(isso é um L minúsculo):
S Interruptible sleep (waiting for an event to complete)
l is multi-threaded (using CLONE_THREAD, like NPTL pthreads do)
PROCESSSTATECODESRrunningorrunnable(onrunqueue)Duninterruptiblesleep(usuallyIO)Sinterruptiblesleep(waitingforaneventtocomplete)Zdefunct/zombie,terminatedbutnotreapedbyitsparentTstopped,eitherbyajobcontrolsignalorbecauseitisbeingtraced[...]
Maisdetalhespodemservistosnapáginamandosinal,man7signal
,bemcomonestetutorial,intitulado: