I think I asked about this once before, but I don't recall (and don't
have in my email archives) any answer: sometimes when I do a condor_rm
on a DAG JID the DAG is removed but the queued jobs are not.
If I had to guess, I'd say it is a concurrency issue caused by a
recently submitted DAG that is actively spawning DAG node jobs. The DAG
is removed, all nodes of that DAG that exist at that instant are
(possibly) removed, but any DAG nodes that are in the process of being
instantiated/created still come into existence.
Here are some log file excerpts. You can see I held the job, then
realized that I actually had to remove it, so I did this 3 minutes later.