Well done mate, pleased that you are sorted.
And to answer your question. CPU C-states are core power states requested by the Operating System Directed Power Management (OSPM) infrastructure that define the degree to which the processor is "sleeping".
C0 indicates a normal operation. All other C-states (C1-Cn) describe states where the processor clock is inactive (cannot execute instructions) and different parts of the processor are powered down. Deeper C-states have longer exit latencies (the time to transition back to C0) but save more power. The processor can override an OSPM request and automatically demote a specific C-state request. For example, the OSPM may request C6 but the processor may actually use C3.
If a C-state transition entered multiple C-states (for example, C2 and C4) during a single transition, the VTune Amplifier defines and displays it as Cx sleep state.
To help us help you - please provide as much information about your system and the problem as possible.