Flush processes consume too much of CPU

flush processes are responsible for managing writeback of dirty pages to the filesystem they came from. They should never take up much CPU; most of their time is spent waiting for disk (or network for NFS and the like). If you're seeing high CPU usage from a flush process, it might be a kernel bug - try rebooting, this should clear the state.