pub fn parse_cpu_set(s: &str) -> Result<Vec<usize>, String>
Parse a comma-separated list of CPU numbers and ranges and convert it to a Vec of CPU numbers.