public static void Main()
string[,] cpuArray = new string[,] {
{ "1", "9", "Xeon", "2014-11-17 00:01:26.507795", "2014-11-17 00:01:26.507795" },
{ "2", "9", "Celeron D", "2014-11-17 00:01:26.810009", "2014-11-17 00:01:26.810009" },
{ "3", "9", "Celeron M", "2014-11-17 00:01:27.413912", "2014-11-17 00:01:27.413912" },
{ "4", "9", "Celeron", "2014-11-17 00:01:27.771818", "2014-11-17 00:01:27.771818" },
{ "5", "9", "Celeron Mobile", "2014-11-17 00:01:28.065712", "2014-11-17 00:01:28.065712" },
{ "6", "9", "Core Duo", "2014-11-17 00:01:28.757504", "2014-11-17 00:01:28.757504" },
{ "7", "9", "Core Solo", "2014-11-17 00:01:28.909847", "2014-11-17 00:01:28.909847" },
{ "8", "9", "Core 2 Duo", "2014-11-17 00:01:29.041882", "2014-11-17 00:01:29.041882" },
{ "9", "9", "Pentium 4-M", "2014-11-17 00:01:29.896831", "2014-11-17 00:01:29.896831" },
{ "10", "9", "Pentium 4", "2014-11-17 00:01:30.433268", "2014-11-17 00:01:30.433268" },
{ "11", "9", "Pentium III", "2014-11-17 00:01:31.105308", "2014-11-17 00:01:31.105308" },
{ "12", "9", "Pentium III Xeon", "2014-11-17 00:01:31.159850", "2014-11-17 00:01:31.159850" },
{ "13", "9", "Pentium M", "2014-11-17 00:01:31.399773", "2014-11-17 00:01:31.399773" },
{ "14", "9", "Pentium", "2014-11-17 00:01:32.012234", "2014-11-17 00:01:32.012234" },
{ "15", "9", "Itanium 2", "2014-11-17 00:01:32.238389", "2014-11-17 00:01:32.238389"}