Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I suppose you have 12 processors. Some IM operations (eg "-blur") will multi-thread, but some will not. In general, reading and writing files is single-threaded.
How large is your input, in pixels? Perhaps you don't have enough memory, so IM has to store the pixel caches on disk, so most of the time is spent reading/writing the disk, so the CPU is mostly waiting for disk.
That needs about 8 GB memory just to read the image, before doing any processing. Your "-list resource" is truncated, but it seems you don't have enough memory.