I know that, that's why I asked.
According to [url=http://www.boincstats.com/stats/project_graph.php?pr=einstein' target='_blank]your site[/url], Einstein is crowded with this esoteric stuff:
Other: 90.2%
Intel: 6.9%
Power Mac: 2.0%
AMD: 0.8%
Any explanation?
esotheric :-) LOL!
I did a little bit of private statistics. I used this file [url=http://einstein.phys.uwm.edu/stats/host_id.gz' target='_blank]http://einstein.phys.uwm.edu/stats/host_id.gz[/url]
and this command:
zgrep p_vendor ~/tmp/host_id.gz |sed 's,^.*<p_vendor>,,;s,</p_vendor>.*$,,;s/^([^ ][^ ]* *[^ ][^ ]*) .*$/1/;s/GenuineIntel [0-9]*MHz/GenuineIntel/' | sort | uniq -c | sort -n
which gave me the following result.
1 AMD
1 AMD Duron™
1 AMD Duron™Processor
1 AuthenticAMD 1470MHz
1 i386
1 Intel
1 Transmeta™ Crusoe™
1 VIA Nehemiah
2 AMD-K6™ 3D
2 AMD K7
2 AMD Opteron™
2 HP (DEC)
3 AMD Athlon
3 AMD Sempron™
3 Unknown CPU
4
4 Intel® XEON™
7 Mobile AMD
9 GenuineTMx86
12 mobile AMD
20 Intel® Xeon™
24 AMD Duron™
30 Intel® Celeron®
31 AMD Athlon™
32 Mobile Intel®
36 CentaurHauls
38 Unknown
64 Intel® Celeron™
249 AMD Athlon™
493 Intel® Pentium®
1123 Power Macintosh
18423 AuthenticAMD
34411 GenuineIntel
Then I tried this one:
zgrep p_model ~/tmp/host_id.gz |sed 's,^.*<p_model>,,;s,</p_model>.*$,,;s/^([^ ][^ ]* *[^ ][^ ]*) .*$/1/' | sort | uniq -c | sort -n
with the reult shown here:
5 AMD Engineering
5 Pentium MMX
5 Pentium Pro
5 PowerBook5,6
5 PowerBook6,8
7 iMac
7 Pentium® Processor
7 PowerBook3,3
7 PowerMac4,5
8 AMD-K6™ 3D+
8 GenuineIntel
8 PowerBook3,2
8 PowerBook4,1
8 PowerBook6,2
8 Transmeta™ Crusoe™
8 VIA Samuel
9 PowerBook3,4
9 PowerBook5,5
10 AMD Duron™Processor
10 PowerMac2,1
10 PowerMac4,1
11
12 AMD Duron™
12 PowerMac6,1
13 PowerBook6,1
14 PowerBook5,3
14 PowerBook6,4
14 PowerMac6,3
17 AMD K7
17 Intel® family
17 PowerBook3,5
18 PowerBook4,3
18 PowerBook6,3
18 PowerMac1,1
18 Unknow CPU
23 PowerMac3,4
23 VIA Nehemiah
25 AMD Athlon
25 PowerBook5,2
25 PowerMac4,2
27 PowerBook6,5
28 PowerMac6,4
29 AMD Sempron™
30 PowerMac10,1
33 PowerMac3,3
34 PowerMac5,1
36 AMD Athlon™Processor
36 CPU 586
36 PowerBook5,4
37 RackMac3,1
41 Celeron (Coppermine)
41 PowerMac3,1
42 Genuine Intel®
48 PowerMac4,4
53 Celeron (Mendocino)
61 PowerMac3,5
62 PowerMac8,1
64 AMD-K7™ Processor
88 AMD-K6™ 3D
88 PowerMac3,6
96 Pentium II
103 Intel® XEON™
118 Intel® Celeron™
126 PowerMac7,3
136 PowerMac7,2
156 Pentium® II
171 AMD Opteron™
197 Pentium® III
200 Mobile AMD
210 Unknown CPU
315 mobile AMD
437 Intel® Celeron™
481 Pentium III
509 AMD Sempron™
958 AMD Duron™
1101 Intel® Xeon™
1106 Mobile Intel®
1149 Pentium
1486 AMD Athlon™
2353 Intel® Celeron®
5404 x86 Family
14178 AMD Athlon™
22560 Intel® Pentium®
Wherever those magic 90% come from?