# Evidencias exportadas · SYS-I-202

## Timeline

```text
11:40:02 supervisor solicita retirar worker 733
11:40:02 log worker: shutdown requested
11:40:07 monitor: worker=733 still_present=true
11:40:09 operador anota "TERM no funciona"; no consta el comando exacto
11:40:12 cola pendiente aumenta
```

## Procesos

```text
$ ps -o pid,ppid,pgid,sid,state,wchan:18,etimes,cmd -p 701,733,749
 PID PPID PGID SID S WCHAN              ELAPSED CMD
 701    1  701 701 S ep_poll              8140 supervisor
 733  701  701 701 D io_schedule           615 worker --queue main
 749  733  701 701 Z -                       18 [helper] <defunct>
```

## Estado del worker

```text
Name:   worker
State:  D (disk sleep)
Pid:    733
PPid:   701
Threads: 4
SigPnd: 0000000000000000
SigBlk: 0000000000004000
SigIgn: 0000000000001000
SigCgt: 0000000180014a07
```

## Supervisor

```text
policy restart=on-failure
grace_period_seconds=20
children_expected=4
children_ready=3
```

La representación hexadecimal de señales requiere consulta; no la adivines.
La evidencia no demuestra qué comando ejecutó el operador.
