Question to the members of the ranking lists..

Discussion of computer chess matches and engine tournaments.

Moderators: hgm, Rebel, chrisw

lkaufman
Posts: 5960
Joined: Sun Jan 10, 2010 6:15 am
Location: Maryland USA

Re: Question to the members of the ranking lists..

Post by lkaufman »

Steve B wrote: "Hi GM Kaufman
excuse me if i digress
firstly its good to see you well again and back posting on the forums
perhaps you will remember me?
i helped sponsor the GM Joel Benjamin v Rybka "White Odds" match a few years ago"

Yes, I remember well. If you ever have any desire to sponsor any other computer-human match of any type, just message me.

"quick question for you if i may..

i am sure you are well aware of the now legendary BB report
some computer chess enthusiasts do not take this report seriously because of the fact that it is anonymous(not signed)
Zach Wegner who is now preparing for the WCCC has met BB in person and he also mentioned that you have spoken to BB in person
forgetting for the moment the actual content of the report..
do you think the BB report is tainted in any way by virtue of its being unsigned?"

Well, I didn't speak to BB "in person", just by email, but that's not important. I don't have any reason to doubt the BB report, I believe BB to be honest and extremely capable. As a result of my correspondence with him, which is basically similar to the report in question, I realized that Ippo should not be called a clone but a derivative of Rybka, and I so stated here. It is obvious to me that the author(s) of Ippo worked from a decompiled Rybka 3, but created a new and slightly improved program which differs substantially from the original Rybka 3. I have never taken any position on the question of whether the differences are sufficient to make the derivative "legal"; I have neither the legal nor the programming expertise to do so. I do feel that it is dishonest of the author(s) to deny that it was based on a decompiled Rybka 3, and I also feel that the use of obvious pseudonymns by the author(s) is reason enough to discredit Ippo/Robbo. Anyway, it's mostly moot now that Rybka 4 appears to be a bit stronger than the derivatives.



Best Regards
Steve
Best regards,
Larry
Dann Corbit
Posts: 12540
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: Question to the members of the ranking lists..

Post by Dann Corbit »

lkaufman wrote:
Dann Corbit wrote:
lkaufman wrote:
"A program could be superior due to evaluation or search or both.
I think the effects of greater time will be different depending on whether the superiority is due to search or eval."

This is of course true, but in general stronger programs are stronger in both search and eval, so a comparison of the standard deviation on the lists as I suggest should be a valid test of the hypothesis.

"Also, if pondering favors the stronger program, will longer time control also favor the stronger program? If that is the case, will we see a biased strength shift as the time scale increases?
E.g. we have 40/4 lists, a 40/20 list, a 40/40 list, and a few longer time control lists. Do these lists show an Elo shift in favor of the stronger programs as we increase time control? After all, pondering is little more than a doubling of time control.
"

This is definitely not the case. Longer time limits favor the weaker program, not the stronger one, at least if we measure things in Elo points. The reason is that the longer the time limit, the higher the percentage of draws. The effect of pondering is quite different. If my program is just like yours but a ply faster, I will consistently guess your move and thus will reply quickly to your moves, gaining clock time and increasing my advantage over you.
I am not seeing that trend in the data from ccrl for 40/4 and 40/40. There are 435 engines with exactly matching names from the published lists.

Code: Select all

typedef struct ranking {
    int Elo;
    char *Engine;
} ranking;

#define LISTLIMIT 434

ranking FourOhFour[LISTLIMIT+1] = {
    {1991, "Heracles 0.6.16"},
    {2002, "Warrior 1.0.3"},
    {2012, "BibiChess 0.5"},
    {2012, "Feuerstein 0.4.4.2"},
    {2024, "Rival 1.18"},
    {2029, "Smash 1.0.3"},
    {2043, "Micro-Max 4.8"},
    {2066, "Marvin 1.3.0"},
    {2073, "BigLion 2.23x"},
    {2082, "ChessMind 0.80"},
    {2124, "Gibbon 2.01b"},
    {2135, "Monarch 1.7"},
    {2152, "Matheus 2.3"},
    {2159, "Lime 62"},
    {2204, "Adam 3.2"},
    {2216, "Alex 1.96"},
    {2249, "Lime 66"},
    {2264, "Neurosis 2.3"},
    {2274, "Chispa 4.0.3"},
    {2282, "Atlas 2.20"},
    {2292, "EXchess 5.01b"},
    {2294, "Latista (Sinobyl) 1.5"},
    {2297, "Alex 2.03"},
    {2324, "Popochin 2.7"},
    {2333, "GreKo 5.2.5"},
    {2339, "Zeus 1.27"},
    {2340, "Sage 2.2a"},
    {2341, "Anechka 0.08"},
    {2342, "Ant 2006-F"},
    {2357, "RomiChess P3k 32-bit"},
    {2359, "Horizon 4.3"},
    {2365, "Natwarlal 0.14"},
    {2366, "Asterisk 0.6"},
    {2377, "Ayito 0.2.994"},
    {2386, "Rodin 2.3a"},
    {2391, "Ares 1.003a"},
    {2396, "Cheese 1.1b"},
    {2396, "Popochin 3.2"},
    {2403, "Averno 0.81"},
    {2405, "KnightX 1.92"},
    {2412, "Aice 0.99.2"},
    {2416, "Buzz 0.07"},
    {2420, "Chezzz 1.0.3"},
    {2420, "DanaSah 2.44"},
    {2426, "Arion 1.7"},
    {2428, "Sage 3.53"},
    {2430, "Queen 4.03"},
    {2435, "Thors Hammer 2.28 32-bit"},
    {2438, "GreKo 6.5"},
    {2444, "Cheese 1.2"},
    {2447, "Cheese 1.3"},
    {2449, "Delphil 1.6c"},
    {2453, "Amateur 2.82"},
    {2454, "Glass 1.3"},
    {2458, "Horizon 4.4"},
    {2464, "Arasan 9.2"},
    {2469, "Homer 2.01"},
    {2472, "Patzer 3.80"},
    {2474, "Djinn 0.925x"},
    {2476, "DanaSah 2.73"},
    {2477, "Comet B68"},
    {2482, "Gosu 0.16"},
    {2482, "Muse 0.899b"},
    {2482, "PostModernist 1016"},
    {2485, "Diablo 0.5.1"},
    {2491, "Hermann 2.0"},
    {2495, "Delphil 1.8"},
    {2501, "Alfil 6.10"},
    {2501, "Arasan 9.5"},
    {2503, "Gaia 3.5 32-bit"},
    {2503, "Matacz 1.1"},
    {2505, "Booot 4.10.1"},
    {2506, "KnightDreamer 3.3"},
    {2508, "RomiChess P3k 64-bit"},
    {2512, "Booot 4.11.1"},
    {2516, "Delphil 1.9c"},
    {2516, "Kiwi 0.6d"},
    {2517, "Dragon 4.6"},
    {2523, "Snitch 1.6.2 32-bit"},
    {2533, "Quark 2.35"},
    {2534, "Matacz 1.4"},
    {2546, "Twisted Logic 0.065e37"},
    {2548, "SpiderChess 070603"},
    {2550, "Hamsters 0.4"},
    {2563, "Amyan 1.597"},
    {2563, "The Baron 1.7.0"},
    {2568, "Twisted Logic 20080404x"},
    {2574, "Movei 00.8.295"},
    {2575, "Tao 5.6"},
    {2579, "Cerebro 3.01c"},
    {2579, "Cerebro 3.03d"},
    {2582, "Booot 4.12.1"},
    {2585, "Booot 4.13.0"},
    {2587, "Colossus 2006d"},
    {2589, "Twisted Logic 0.099x"},
    {2593, "Hamsters 0.5"},
    {2596, "Arasan 11.2 64-bit 2CPU"},
    {2597, "Pepito 1.59 32-bit"},
    {2605, "Petir 3.95"},
    {2606, "Trace 1.36"},
    {2609, "Frenzee 3.0"},
    {2609, "Twisted Logic 0.065e35"},
    {2610, "BugChess2 1.5.1"},
    {2610, "Little Goliath Evolution 3.12"},
    {2611, "DanaSah 4.24"},
    {2611, "Trace 1.37a"},
    {2611, "Yace 0.99.87"},
    {2613, "E.T. Chess 18.11.05"},
    {2616, "AnMon 5.60"},
    {2616, "AnMon 5.66"},
    {2622, "Petir 3.99d"},
    {2623, "Frenzee 2.0"},
    {2627, "AnMon 5.75"},
    {2630, "Crafty 20.14 32-bit"},
    {2633, "SmarThink 0.17a"},
    {2634, "Zappa 1.1 32-bit"},
    {2636, "Movei 00.8.403"},
    {2636, "Ufim 8.02"},
    {2638, "Thinker 4.7a"},
    {2642, "Anaconda 2.0.1"},
    {2645, "Colossus 2006f"},
    {2646, "BugChess2 1.5.2"},
    {2647, "Pharaon 3.3"},
    {2648, "The Baron 1.8.1"},
    {2650, "The Baron 2.23 32-bit"},
    {2657, "Sloppy 0.1.1"},
    {2660, "Colossus 2007a"},
    {2661, "Petir 4.999999"},
    {2661, "The Baron 2.23 64-bit"},
    {2661, "WildCat 6"},
    {2664, "Petir 4.39"},
    {2665, "Deuterium 09.01.26.492"},
    {2665, "Hamsters 0.6"},
    {2667, "Arasan 11.3 64-bit 4CPU"},
    {2669, "Booot 4.13.1"},
    {2670, "Aristarch 4.50"},
    {2671, "Critter 0.40"},
    {2673, "Colossus 2007b"},
    {2675, "Pseudo 0.7c"},
    {2677, "Delfi 5.0"},
    {2679, "SOS 5.1"},
    {2681, "Ruffian 1.0.5"},
    {2686, "Chiron 0.8.7"},
    {2687, "Alaric 0702b"},
    {2687, "Colossus 2007c"},
    {2694, "List 5.12"},
    {2695, "Colossus 2008a"},
    {2701, "Pharaon 3.5.1"},
    {2702, "Naum 1.91 32-bit"},
    {2704, "Movei 00.8.438"},
    {2704, "Rotor 0.5"},
    {2704, "WildCat 7"},
    {2708, "Pro Deo 1.1"},
    {2710, "CM10th Ogre"},
    {2710, "Zappa 1.1 64-bit"},
    {2711, "CM10th Magic II"},
    {2711, "Delfi 5.2"},
    {2712, "Glaurung 1.0.2 32-bit"},
    {2713, "Colossus 2007d"},
    {2714, "Slow Chess Blitz WV2.1"},
    {2715, "Delfi 5.1"},
    {2717, "Amyan 1.72"},
    {2717, "Gandalf 6"},
    {2718, "CM10th Default"},
    {2719, "Ruffian 2.1.0"},
    {2720, "Alaric 704"},
    {2721, "Pro Deo 1.2"},
    {2722, "N2 0.4 64-bit"},
    {2724, "Booot 4.14.0"},
    {2724, "Glaurung 1.2.1 Crusader 32-bit"},
    {2726, "Scorpio 1.8"},
    {2730, "CM10th Guardian"},
    {2730, "Sloppy 0.2.2 64-bit"},
    {2732, "Movei 00.8.438 (10 10 10)"},
    {2734, "CM10th Pestilence"},
    {2734, "Scorpio 1.84"},
    {2734, "WildCat 8"},
    {2738, "Chronos 1.9.7"},
    {2738, "Scorpio 1.91"},
    {2739, "CM9000 Enforcer"},
    {2740, "CM10th Xperience"},
    {2741, "E.T. Chess 13.01.08"},
    {2743, "Naum 1.91 64-bit"},
    {2745, "Glaurung 1.2.1 Avalanche 32-bit"},
    {2749, "Scorpio 1.81"},
    {2750, "Colossus 2008b"},
    {2750, "Scorpio 1.9"},
    {2751, "Glaurung 1.2.1 64-bit"},
    {2754, "Chess Tiger 15"},
    {2755, "Pharaon 3.5.1 2CPU"},
    {2756, "CM10th Paralyse"},
    {2757, "Glaurung 1.2.1 32-bit"},
    {2760, "Alaric 707"},
    {2761, "Daydreamer 1.75 64-bit"},
    {2763, "Chessmaster 11"},
    {2765, "Booot 4.15.1"},
    {2766, "SmarThink 1.00 32-bit"},
    {2768, "Booot 4.15.0"},
    {2773, "Deep Sjeng 2.5 1CPU"},
    {2775, "BugChess2 1.6.4 64-bit"},
    {2775, "Frenzee Feb08 64-bit"},
    {2780, "Delfi 5.4"},
    {2784, "Bright 0.2b"},
    {2786, "Pharaon 3.5.1 4CPU"},
    {2786, "Spike 1.1"},
    {2787, "Bright 0.2c"},
    {2792, "Naum 2.0 64-bit"},
    {2795, "Crafty 23.2 32-bit"},
    {2798, "Naum 2.0 32-bit"},
    {2798, "Scorpio 2.1 64-bit 2CPU"},
    {2798, "SmarThink 1.20 32-bit"},
    {2800, "Glaurung 1.2.1 64-bit 2CPU"},
    {2802, "Chess Tiger 2007"},
    {2803, "Delfi 5.4 2CPU"},
    {2803, "Hiarcs 10 Hypermodern"},
    {2811, "Crafty 23.2 64-bit"},
    {2812, "Chessmaster 11 2CPU"},
    {2818, "Crafty 23.0 64-bit 2CPU"},
    {2818, "Scorpio 2.1 64-bit 4CPU"},
    {2819, "Chess Tiger 2007.1"},
    {2823, "Deep Junior 9 2CPU"},
    {2824, "Junior 10.1"},
    {2827, "Spike 1.2 Turin"},
    {2829, "Glaurung 2.1 32-bit"},
    {2834, "Bright 0.3a"},
    {2834, "Naum 2.1 32-bit"},
    {2835, "Hiarcs 10"},
    {2837, "Hiarcs X54 64-bit"},
    {2839, "Crafty 23.0 64-bit 4CPU"},
    {2839, "Glaurung 2.0.1 64-bit"},
    {2839, "Junior 10"},
    {2840, "Bright 0.3b"},
    {2840, "Zappa Mexico II 32-bit"},
    {2842, "Glaurung 2.2 32-bit"},
    {2842, "Hiarcs X50 Hypermodern"},
    {2844, "Bright 0.2b 2CPU"},
    {2846, "Deep Shredder 9 2CPU"},
    {2847, "SmarThink 1.20 64-bit"},
    {2848, "Zap!Chess Zanzibar 32-bit"},
    {2849, "Deep Junior 10 2CPU"},
    {2849, "Fruit 2.2.1"},
    {2850, "Toga II 1.2 32-bit"},
    {2851, "Fritz 9"},
    {2852, "Bright 0.3d"},
    {2852, "Hiarcs X50"},
    {2852, "Zappa Mexico 32-bit"},
    {2854, "Hiarcs X54 32-bit"},
    {2858, "Twisted Logic 20100131x 64-bit"},
    {2861, "Bright 0.2c 2CPU"},
    {2863, "Hiarcs X54 Hypermodern 32-bit"},
    {2864, "Fruit 2.3.1"},
    {2870, "Loop 13.5 32-bit"},
    {2871, "Bright 0.5c"},
    {2871, "Loop 13.6 (Loop 2007) 64-bit"},
    {2871, "Toga II 1.3.1"},
    {2872, "Deep Sjeng 2.7 4CPU"},
    {2872, "Naum 2.2 32-bit"},
    {2877, "Bright 0.4a"},
    {2877, "Naum 2.2 64-bit"},
    {2878, "Loop 13.6 (Loop 2007) 32-bit"},
    {2880, "Glaurung 2.1 64-bit"},
    {2883, "Loop 12.32"},
    {2891, "Hiarcs 11"},
    {2891, "Loop M1-T 64-bit"},
    {2893, "Bright 0.3a 2CPU"},
    {2895, "Fritz 10"},
    {2895, "Glaurung 2.2 64-bit"},
    {2897, "Critter 0.52 64-bit"},
    {2902, "Hiarcs 11.2"},
    {2902, "TheMadPrune 1.1.25"},
    {2903, "Bright 0.3d 2CPU"},
    {2903, "Hiarcs 11.1"},
    {2907, "Glaurung 2.0.1 64-bit 2CPU"},
    {2908, "Bright 0.3b 2CPU"},
    {2908, "Loop 10.32f"},
    {2908, "Naum 3 32-bit"},
    {2909, "Deep Sjeng WC2008 32-bit 1CPU"},
    {2910, "Naum 2.1 64-bit 2CPU"},
    {2911, "Cyclone 3.4"},
    {2911, "Spark 0.3 32-bit"},
    {2911, "Toga II 3.1.2SE"},
    {2912, "Zappa Mexico 64-bit"},
    {2913, "Bright 0.2c 4CPU"},
    {2917, "Thinker 5.3b Passive 64-bit"},
    {2921, "Toga II 1.4.1SE"},
    {2923, "Hiarcs Paderborn 2007"},
    {2923, "Loop 13.6 (Loop 2007) 64-bit 2CPU"},
    {2923, "Toga II 1.4 beta5c"},
    {2924, "Hiarcs 11 2CPU"},
    {2924, "Loop 13.5 64-bit 2CPU"},
    {2924, "Toga II 1.4.1SE6"},
    {2926, "Deep Junior 10 4CPU"},
    {2926, "Loop M1-T 64-bit 2CPU"},
    {2926, "LoopMP 12.32 2CPU"},
    {2929, "Hiarcs 12.1"},
    {2930, "Deep Shredder 10 32-bit 2CPU"},
    {2930, "Thinker 5.3b Inert 32-bit"},
    {2932, "Glaurung 2.1 64-bit 2CPU"},
    {2934, "Hiarcs 12"},
    {2936, "Onno 1.1.1 64-bit"},
    {2937, "Deep Junior 11.2 64-bit 1CPU"},
    {2937, "Deep Sjeng WC2008 64-bit 1CPU"},
    {2938, "Deep Junior 11.1a 64-bit 1CPU"},
    {2938, "Deep Shredder 11 64-bit 1CPU"},
    {2938, "Deep Sjeng 3.0 64-bit 1CPU"},
    {2938, "Hiarcs 11 4CPU"},
    {2938, "Hiarcs 11.2 2CPU"},
    {2938, "Onno 0.12.0 64-bit"},
    {2940, "Bright 0.4a 2CPU"},
    {2941, "Spark 0.3 64-bit"},
    {2941, "Zap!Chess Paderborn 64-bit 4CPU"},
    {2942, "Deep Fritz 10 4CPU"},
    {2944, "Naum 2.1 64-bit 4CPU"},
    {2944, "Naum 3.1 64-bit PL10"},
    {2944, "Zappa Mexico II 64-bit"},
    {2946, "Bright 0.3a 4CPU"},
    {2946, "Rybka 1.1 32-bit"},
    {2946, "Toga II 1.4 beta5c 2CPU"},
    {2948, "Deep Shredder 10 64-bit 4CPU"},
    {2949, "Doch 1.3.4 32-bit"},
    {2952, "Protector 1.3.4 32-bit"},
    {2953, "Glaurung 2.0.1 64-bit 4CPU"},
    {2953, "Protector 1.3.4 64-bit"},
    {2954, "Doch 09.980 64-bit"},
    {2955, "Naum 3 64-bit"},
    {2956, "Hiarcs 11.1 2CPU"},
    {2956, "Komodo 1.0 32-bit"},
    {2956, "Naum 3.1 64-bit"},
    {2957, "Loop 13.6 (Loop 2007) 64-bit 4CPU"},
    {2958, "Critter 0.60 64-bit"},
    {2960, "Thinker 5.3b Inert 64-bit"},
    {2961, "Doch 1.2 64-bit"},
    {2964, "Glaurung 2.2 64-bit 2CPU"},
    {2964, "Naum 2.2 64-bit 2CPU"},
    {2964, "Naum 3.1 64-bit PTnormal"},
    {2967, "Protector 1.3.2 32-bit"},
    {2968, "Bright 0.3b 4CPU"},
    {2970, "Loop M1-T 64-bit 4CPU"},
    {2970, "Stockfish 1.4 64-bit"},
    {2970, "Toga II 1.4.1SE 2CPU"},
    {2976, "Deep Shredder 11 64-bit 2CPU"},
    {2976, "Deep Sjeng WC2008 64-bit 2CPU"},
    {2976, "Stockfish 1.4 32-bit"},
    {2976, "Thinker 5.4a Inert 64-bit"},
    {2979, "Hiarcs 12 2CPU"},
    {2984, "Bright 0.3d 4CPU"},
    {2984, "Fritz 11"},
    {2988, "Doch 1.3.4 64-bit"},
    {2988, "Rybka 1.1 64-bit"},
    {2992, "Glaurung 2.1 64-bit 4CPU"},
    {2992, "Rybka 2.2n2 32-bit"},
    {2993, "Hiarcs 11.1 4CPU"},
    {2995, "Toga II 1.4.1SE 4CPU"},
    {2995, "Zappa Mexico II 64-bit 2CPU"},
    {2996, "Naum 2.2 64-bit 4CPU"},
    {2996, "Toga II 1.4 beta5c 4CPU"},
    {2997, "Spark 0.3 64-bit 2CPU"},
    {2998, "Stockfish 1.5.1 32-bit"},
    {3001, "Zappa Mexico 64-bit 2CPU"},
    {3002, "Bright 0.4a 4CPU"},
    {3002, "Hiarcs 11.2 4CPU"},
    {3003, "Critter 0.60 64-bit 4CPU"},
    {3007, "Stockfish 1.5.1 64-bit"},
    {3008, "Fritz 12"},
    {3010, "Glaurung 2.2 64-bit 4CPU"},
    {3010, "Spark 0.3a 64-bit"},
    {3012, "Naum 3.1 64-bit 2CPU"},
    {3013, "Hiarcs 13.1"},
    {3013, "Thinker 5.4a Inert 64-bit 2CPU"},
    {3016, "Naum 3 64-bit 2CPU"},
    {3017, "Deep Fritz 10.1 4CPU"},
    {3018, "Rybka 2.3.2a 32-bit"},
    {3020, "Thinker 5.4a Inert 64-bit 4CPU"},
    {3021, "Zap!Chess Zanzibar 64-bit 4CPU"},
    {3023, "Deep Sjeng 3.0 64-bit 4CPU"},
    {3023, "Hiarcs Paderborn 2007 4CPU"},
    {3024, "Naum 4 32-bit"},
    {3027, "Komodo 1.0 64-bit"},
    {3030, "Deep Junior 11.1a 64-bit 4CPU"},
    {3030, "Deep Shredder 11 64-bit 4CPU"},
    {3033, "Hiarcs 12.1 4CPU"},
    {3033, "Rybka 2.2n2 64-bit"},
    {3034, "Deep Sjeng WC2008 64-bit 4CPU"},
    {3035, "Hiarcs 12 4CPU"},
    {3035, "Protector 1.3.4 64-bit 4CPU"},
    {3041, "Stockfish 1.5.1 64-bit 2CPU"},
    {3044, "Zappa Mexico 64-bit 4CPU"},
    {3045, "Naum 4 64-bit"},
    {3046, "Naum 4 64-bit PL-5"},
    {3046, "Naum 4 64-bit PL5"},
    {3051, "Rybka 2.2n2 64-bit 2CPU"},
    {3052, "Naum 4.1 64-bit"},
    {3054, "Spark 0.3a 64-bit 4CPU"},
    {3054, "Zappa Mexico II 64-bit 4CPU"},
    {3062, "Komodo 1.1 64-bit"},
    {3062, "Spark 0.3 64-bit 4CPU"},
    {3062, "Stockfish 1.6.3 32-bit"},
    {3068, "Stockfish 1.4 64-bit 4CPU"},
    {3069, "Komodo 1.2 64-bit"},
    {3071, "Naum 3.1 64-bit 4CPU"},
    {3073, "Rybka 2.3.2a 64-bit"},
    {3076, "Naum 4.1 32-bit"},
    {3078, "Naum 3 64-bit 4CPU"},
    {3078, "Naum 4.2 64-bit"},
    {3079, "Spark 0.4 64-bit 4CPU"},
    {3083, "Stockfish 1.6.3 64-bit"},
    {3084, "Critter 0.70 64-bit 2CPU"},
    {3084, "Hiarcs 13.1 4CPU"},
    {3096, "Rybka 2.2n2 64-bit 4CPU"},
    {3098, "Naum 4 64-bit 2CPU"},
    {3101, "Rybka 2.3.2a 64-bit 2CPU"},
    {3115, "Stockfish 1.6.3 64-bit 2CPU"},
    {3120, "Deep Fritz 12 4CPU"},
    {3122, "Stockfish 1.5.1 64-bit 4CPU"},
    {3123, "Rybka 3 32-bit"},
    {3126, "Deep Shredder 12 64-bit OA Off 4CPU"},
    {3128, "Critter 0.70 64-bit 4CPU"},
    {3133, "Rybka 2.3.2a 64-bit 4CPU"},
    {3137, "Rybka 3 Dynamic 64-bit"},
    {3138, "Deep Shredder 12 64-bit OA On 4CPU"},
    {3143, "Stockfish 1.7.1 64-bit"},
    {3156, "Naum 4 64-bit 4CPU"},
    {3156, "Rybka 3 Human 64-bit"},
    {3162, "Naum 4.1 64-bit 4CPU"},
    {3170, "Naum 4.2 64-bit 2CPU"},
    {3175, "Rybka 3 64-bit"},
    {3177, "Rybka 3 Human 64-bit 4CPU"},
    {3179, "Stockfish 1.7.1 64-bit 2CPU"},
    {3181, "Stockfish 1.6.3 64-bit 4CPU"},
    {3192, "Naum 4.2 64-bit 4CPU"},
    {3194, "Rybka 4 64-bit"},
    {3216, "Rybka 3 64-bit 2CPU"},
    {3233, "Stockfish 1.7.1 64-bit 4CPU"},
    {3260, "Rybka 3 64-bit 4CPU"},
    {3289, "Rybka 4 64-bit 4CPU"},
};

ranking FourOhFourOh[LISTLIMIT+1] = {
    {2011, "Warrior 1.0.3"},
    {2020, "Micro-Max 4.8"},
    {2052, "Feuerstein 0.4.4.2"},
    {2059, "Rival 1.18"},
    {2072, "Marvin 1.3.0"},
    {2075, "Smash 1.0.3"},
    {2092, "ChessMind 0.80"},
    {2093, "Heracles 0.6.16"},
    {2118, "BibiChess 0.5"},
    {2135, "Monarch 1.7"},
    {2136, "Alex 1.96"},
    {2156, "Gibbon 2.01b"},
    {2162, "Matheus 2.3"},
    {2172, "BigLion 2.23x"},
    {2180, "Buzz 0.07"},
    {2209, "Lime 62"},
    {2238, "Adam 3.2"},
    {2279, "Lime 66"},
    {2284, "Neurosis 2.3"},
    {2298, "Alex 2.03"},
    {2300, "Latista (Sinobyl) 1.5"},
    {2304, "Atlas 2.20"},
    {2340, "Ayito 0.2.994"},
    {2346, "Cheese 1.2"},
    {2352, "EXchess 5.01b"},
    {2364, "Chispa 4.0.3"},
    {2366, "Popochin 2.7"},
    {2373, "GreKo 5.2.5"},
    {2403, "Ares 1.003a"},
    {2403, "Popochin 3.2"},
    {2404, "Ant 2006-F"},
    {2404, "Cheese 1.1b"},
    {2405, "Averno 0.81"},
    {2405, "Sage 2.2a"},
    {2409, "Natwarlal 0.14"},
    {2410, "Anechka 0.08"},
    {2412, "Cheese 1.3"},
    {2413, "Zeus 1.27"},
    {2428, "Rodin 2.3a"},
    {2429, "Arion 1.7"},
    {2432, "KnightX 1.92"},
    {2434, "Horizon 4.3"},
    {2437, "Asterisk 0.6"},
    {2438, "Chezzz 1.0.3"},
    {2445, "Aice 0.99.2"},
    {2457, "Alfil 6.10"},
    {2464, "Glass 1.3"},
    {2466, "DanaSah 2.44"},
    {2468, "GreKo 6.5"},
    {2479, "Thors Hammer 2.28 32-bit"},
    {2483, "DanaSah 2.73"},
    {2493, "Sage 3.53"},
    {2495, "Amateur 2.82"},
    {2495, "Horizon 4.4"},
    {2497, "Patzer 3.80"},
    {2500, "Delphil 1.6c"},
    {2500, "Gosu 0.16"},
    {2504, "Comet B68"},
    {2504, "Delphil 1.8"},
    {2510, "Gaia 3.5 32-bit"},
    {2511, "RomiChess P3k 32-bit"},
    {2514, "Djinn 0.925x"},
    {2515, "Dragon 4.6"},
    {2516, "Diablo 0.5.1"},
    {2516, "Hermann 2.0"},
    {2516, "Queen 4.03"},
    {2518, "Delphil 1.9c"},
    {2522, "KnightDreamer 3.3"},
    {2526, "Matacz 1.1"},
    {2528, "Muse 0.899b"},
    {2534, "Snitch 1.6.2 32-bit"},
    {2536, "Kiwi 0.6d"},
    {2537, "Arasan 9.2"},
    {2538, "Homer 2.01"},
    {2539, "PostModernist 1016"},
    {2554, "Arasan 9.5"},
    {2556, "Booot 4.11.1"},
    {2562, "RomiChess P3k 64-bit"},
    {2573, "Trace 1.37a"},
    {2574, "Amyan 1.597"},
    {2582, "Yace 0.99.87"},
    {2583, "Matacz 1.4"},
    {2585, "Pepito 1.59 32-bit"},
    {2585, "Quark 2.35"},
    {2587, "SpiderChess 070603"},
    {2589, "Booot 4.10.1"},
    {2591, "Cerebro 3.03d"},
    {2591, "Colossus 2007b"},
    {2591, "Trace 1.36"},
    {2604, "Twisted Logic 20080404x"},
    {2608, "Booot 4.12.1"},
    {2608, "Tao 5.6"},
    {2609, "Little Goliath Evolution 3.12"},
    {2612, "Twisted Logic 0.065e37"},
    {2614, "Hamsters 0.4"},
    {2618, "AnMon 5.60"},
    {2618, "AnMon 5.75"},
    {2618, "Cerebro 3.01c"},
    {2618, "Movei 00.8.295"},
    {2621, "Movei 00.8.403"},
    {2622, "Colossus 2006d"},
    {2624, "E.T. Chess 18.11.05"},
    {2624, "Twisted Logic 0.065e35"},
    {2625, "Arasan 11.2 64-bit 2CPU"},
    {2628, "DanaSah 4.24"},
    {2630, "Arasan 11.3 64-bit 4CPU"},
    {2630, "Crafty 20.14 32-bit"},
    {2634, "Booot 4.13.0"},
    {2634, "Twisted Logic 0.099x"},
    {2635, "BugChess2 1.5.1"},
    {2640, "Sloppy 0.1.1"},
    {2646, "Ufim 8.02"},
    {2647, "Petir 3.95"},
    {2647, "Thinker 4.7a"},
    {2649, "Colossus 2008a"},
    {2649, "The Baron 1.7.0"},
    {2650, "AnMon 5.66"},
    {2655, "Hamsters 0.5"},
    {2660, "Anaconda 2.0.1"},
    {2660, "Colossus 2006f"},
    {2663, "SOS 5.1"},
    {2666, "Frenzee 2.0"},
    {2667, "Rotor 0.5"},
    {2670, "Petir 3.99d"},
    {2672, "BugChess2 1.5.2"},
    {2672, "Sloppy 0.2.2 64-bit"},
    {2673, "Pharaon 3.3"},
    {2675, "Frenzee 3.0"},
    {2676, "Amyan 1.72"},
    {2677, "Colossus 2007a"},
    {2679, "SmarThink 0.17a"},
    {2684, "Petir 4.999999"},
    {2684, "Zappa 1.1 32-bit"},
    {2688, "Booot 4.13.1"},
    {2688, "Critter 0.40"},
    {2690, "Hamsters 0.6"},
    {2690, "The Baron 2.23 32-bit"},
    {2691, "Pro Deo 1.1"},
    {2693, "Colossus 2007c"},
    {2696, "Petir 4.39"},
    {2697, "Pseudo 0.7c"},
    {2699, "The Baron 1.8.1"},
    {2699, "WildCat 6"},
    {2701, "Aristarch 4.50"},
    {2703, "Delfi 5.0"},
    {2703, "Scorpio 2.1 64-bit 2CPU"},
    {2704, "Alaric 0702b"},
    {2705, "Naum 1.91 32-bit"},
    {2707, "N2 0.4 64-bit"},
    {2708, "Colossus 2007d"},
    {2710, "Ruffian 1.0.5"},
    {2711, "Naum 1.91 64-bit"},
    {2712, "Deuterium 09.01.26.492"},
    {2713, "Chiron 0.8.7"},
    {2714, "Pharaon 3.5.1"},
    {2714, "Zappa 1.1 64-bit"},
    {2715, "The Baron 2.23 64-bit"},
    {2721, "List 5.12"},
    {2721, "Pro Deo 1.2"},
    {2724, "Gandalf 6"},
    {2725, "Glaurung 1.0.2 32-bit"},
    {2728, "WildCat 7"},
    {2730, "CM10th Default"},
    {2730, "Pharaon 3.5.1 4CPU"},
    {2730, "WildCat 8"},
    {2732, "Delfi 5.1"},
    {2734, "Ruffian 2.1.0"},
    {2735, "Chess Tiger 15"},
    {2740, "CM10th Pestilence"},
    {2740, "Delfi 5.2"},
    {2741, "Pharaon 3.5.1 2CPU"},
    {2742, "Slow Chess Blitz WV2.1"},
    {2743, "Chronos 1.9.7"},
    {2743, "CM10th Ogre"},
    {2744, "Alaric 704"},
    {2744, "Scorpio 1.8"},
    {2746, "Movei 00.8.438"},
    {2747, "Scorpio 1.81"},
    {2748, "CM10th Guardian"},
    {2748, "CM10th Magic II"},
    {2750, "E.T. Chess 13.01.08"},
    {2751, "Colossus 2008b"},
    {2753, "CM10th Paralyse"},
    {2757, "Scorpio 1.9"},
    {2759, "CM9000 Enforcer"},
    {2759, "Glaurung 1.2.1 32-bit"},
    {2760, "SmarThink 1.00 32-bit"},
    {2763, "CM10th Xperience"},
    {2763, "Scorpio 1.84"},
    {2765, "Alaric 707"},
    {2766, "BugChess2 1.6.4 64-bit"},
    {2766, "Glaurung 1.2.1 Crusader 32-bit"},
    {2767, "Scorpio 1.91"},
    {2769, "Chessmaster 11"},
    {2770, "Booot 4.14.0"},
    {2771, "Glaurung 1.2.1 64-bit"},
    {2771, "Glaurung 1.2.1 Avalanche 32-bit"},
    {2772, "Frenzee Feb08 64-bit"},
    {2776, "Booot 4.15.1"},
    {2776, "Movei 00.8.438 (10 10 10)"},
    {2777, "Bright 0.2c"},
    {2786, "Chess Tiger 2007"},
    {2787, "Daydreamer 1.75 64-bit"},
    {2787, "Spike 1.1"},
    {2788, "Delfi 5.4"},
    {2797, "Booot 4.15.0"},
    {2798, "Crafty 23.2 32-bit"},
    {2800, "Naum 2.0 32-bit"},
    {2801, "Bright 0.2b"},
    {2803, "Naum 2.0 64-bit"},
    {2804, "Chess Tiger 2007.1"},
    {2815, "Glaurung 1.2.1 64-bit 2CPU"},
    {2816, "Crafty 23.2 64-bit"},
    {2821, "Hiarcs 10 Hypermodern"},
    {2824, "Scorpio 2.1 64-bit 4CPU"},
    {2825, "Chessmaster 11 2CPU"},
    {2825, "Deep Junior 9 2CPU"},
    {2827, "Junior 10.1"},
    {2828, "Delfi 5.4 2CPU"},
    {2837, "Bright 0.3a"},
    {2838, "Hiarcs 10"},
    {2840, "SmarThink 1.20 32-bit"},
    {2842, "Bright 0.3b"},
    {2843, "Fritz 9"},
    {2843, "Fruit 2.2.1"},
    {2844, "Deep Sjeng 2.5 1CPU"},
    {2844, "Hiarcs X54 32-bit"},
    {2845, "Junior 10"},
    {2845, "Naum 2.1 32-bit"},
    {2846, "Bright 0.2b 2CPU"},
    {2848, "Spike 1.2 Turin"},
    {2849, "Hiarcs X50"},
    {2850, "Glaurung 2.0.1 64-bit"},
    {2850, "Hiarcs X54 64-bit"},
    {2852, "Toga II 1.2 32-bit"},
    {2855, "Deep Shredder 9 2CPU"},
    {2856, "Hiarcs X54 Hypermodern 32-bit"},
    {2857, "Glaurung 2.2 32-bit"},
    {2858, "Loop 12.32"},
    {2861, "Crafty 23.0 64-bit 4CPU"},
    {2865, "Hiarcs X50 Hypermodern"},
    {2865, "SmarThink 1.20 64-bit"},
    {2868, "Loop 10.32f"},
    {2869, "Glaurung 2.1 32-bit"},
    {2870, "Loop 13.6 (Loop 2007) 64-bit"},
    {2871, "Bright 0.3d"},
    {2872, "Loop M1-T 64-bit"},
    {2872, "Thinker 5.3b Passive 64-bit"},
    {2875, "Hiarcs 11.2"},
    {2876, "Crafty 23.0 64-bit 2CPU"},
    {2877, "Bright 0.2c 2CPU"},
    {2877, "Bright 0.4a"},
    {2877, "Glaurung 2.1 64-bit"},
    {2877, "Loop 13.5 32-bit"},
    {2880, "Hiarcs 11"},
    {2880, "Loop 13.6 (Loop 2007) 32-bit"},
    {2881, "Bright 0.5c"},
    {2882, "Zap!Chess Zanzibar 32-bit"},
    {2883, "Bright 0.3a 2CPU"},
    {2885, "Deep Sjeng 2.7 4CPU"},
    {2885, "Fritz 10"},
    {2888, "Fruit 2.3.1"},
    {2889, "Glaurung 2.2 64-bit"},
    {2890, "Zappa Mexico 32-bit"},
    {2892, "Twisted Logic 20100131x 64-bit"},
    {2893, "Hiarcs 11.1"},
    {2894, "Onno 0.12.0 64-bit"},
    {2895, "Toga II 1.3.1"},
    {2896, "Naum 2.2 32-bit"},
    {2898, "Glaurung 2.0.1 64-bit 2CPU"},
    {2899, "Hiarcs Paderborn 2007"},
    {2900, "Deep Junior 10 2CPU"},
    {2900, "Spark 0.3 32-bit"},
    {2902, "Protector 1.3.2 32-bit"},
    {2904, "Naum 2.2 64-bit"},
    {2909, "Toga II 1.4 beta5c"},
    {2910, "Bright 0.2c 4CPU"},
    {2910, "TheMadPrune 1.1.25"},
    {2912, "Loop 13.5 64-bit 2CPU"},
    {2913, "Deep Junior 10 4CPU"},
    {2914, "Hiarcs 12"},
    {2914, "Loop 13.6 (Loop 2007) 64-bit 2CPU"},
    {2915, "Zappa Mexico II 32-bit"},
    {2918, "Critter 0.52 64-bit"},
    {2919, "Onno 1.1.1 64-bit"},
    {2920, "Bright 0.3b 2CPU"},
    {2920, "Hiarcs 12.1"},
    {2921, "Bright 0.4a 2CPU"},
    {2921, "Critter 0.70 64-bit 2CPU"},
    {2921, "Deep Shredder 10 32-bit 2CPU"},
    {2922, "Naum 2.1 64-bit 2CPU"},
    {2923, "Hiarcs 11 2CPU"},
    {2924, "Bright 0.3d 2CPU"},
    {2926, "Deep Sjeng WC2008 32-bit 1CPU"},
    {2926, "LoopMP 12.32 2CPU"},
    {2927, "Cyclone 3.4"},
    {2927, "Protector 1.3.4 32-bit"},
    {2928, "Deep Junior 11.1a 64-bit 1CPU"},
    {2928, "Glaurung 2.1 64-bit 2CPU"},
    {2929, "Toga II 1.4.1SE6"},
    {2930, "Toga II 3.1.2SE"},
    {2932, "Toga II 1.4.1SE"},
    {2933, "Loop M1-T 64-bit 2CPU"},
    {2934, "Deep Fritz 10 4CPU"},
    {2934, "Stockfish 1.4 32-bit"},
    {2936, "Deep Shredder 10 64-bit 4CPU"},
    {2937, "Critter 0.60 64-bit"},
    {2937, "Glaurung 2.0.1 64-bit 4CPU"},
    {2937, "Hiarcs 11.2 2CPU"},
    {2941, "Bright 0.3a 4CPU"},
    {2941, "Deep Sjeng 3.0 64-bit 1CPU"},
    {2941, "Spark 0.3 64-bit"},
    {2941, "Zappa Mexico 64-bit"},
    {2942, "Deep Sjeng WC2008 64-bit 1CPU"},
    {2942, "Hiarcs 11.1 2CPU"},
    {2942, "Thinker 5.3b Inert 32-bit"},
    {2944, "Loop 13.6 (Loop 2007) 64-bit 4CPU"},
    {2944, "Thinker 5.3b Inert 64-bit"},
    {2947, "Deep Shredder 11 64-bit 1CPU"},
    {2950, "Doch 1.3.4 32-bit"},
    {2952, "Stockfish 1.4 64-bit"},
    {2953, "Naum 3.1 64-bit PTnormal"},
    {2955, "Zap!Chess Paderborn 64-bit 4CPU"},
    {2956, "Loop M1-T 64-bit 4CPU"},
    {2956, "Naum 3 32-bit"},
    {2957, "Naum 3.1 64-bit PL10"},
    {2958, "Protector 1.3.4 64-bit"},
    {2959, "Bright 0.3b 4CPU"},
    {2959, "Thinker 5.4a Inert 64-bit"},
    {2960, "Deep Junior 11.2 64-bit 1CPU"},
    {2960, "Fritz 11"},
    {2961, "Naum 3 64-bit"},
    {2962, "Rybka 1.1 32-bit"},
    {2963, "Spark 0.3 64-bit 2CPU"},
    {2963, "Toga II 1.4.1SE 2CPU"},
    {2966, "Komodo 1.0 32-bit"},
    {2966, "Naum 3.1 64-bit"},
    {2966, "Stockfish 1.5.1 32-bit"},
    {2966, "Zappa Mexico II 64-bit"},
    {2968, "Hiarcs 11 4CPU"},
    {2969, "Hiarcs 11.2 4CPU"},
    {2969, "Naum 2.1 64-bit 4CPU"},
    {2969, "Toga II 1.4 beta5c 2CPU"},
    {2970, "Spark 0.3a 64-bit"},
    {2972, "Doch 09.980 64-bit"},
    {2972, "Glaurung 2.2 64-bit 2CPU"},
    {2974, "Bright 0.3d 4CPU"},
    {2974, "Critter 0.60 64-bit 4CPU"},
    {2975, "Naum 2.2 64-bit 2CPU"},
    {2976, "Doch 1.3.4 64-bit"},
    {2977, "Glaurung 2.1 64-bit 4CPU"},
    {2983, "Fritz 12"},
    {2983, "Hiarcs 11.1 4CPU"},
    {2986, "Hiarcs 12 2CPU"},
    {2988, "Rybka 1.1 64-bit"},
    {2989, "Rybka 2.2n2 32-bit"},
    {2991, "Deep Fritz 10.1 4CPU"},
    {2992, "Doch 1.2 64-bit"},
    {2992, "Toga II 1.4 beta5c 4CPU"},
    {2994, "Deep Shredder 11 64-bit 2CPU"},
    {2995, "Stockfish 1.5.1 64-bit"},
    {2998, "Hiarcs Paderborn 2007 4CPU"},
    {3002, "Hiarcs 13.1"},
    {3004, "Glaurung 2.2 64-bit 4CPU"},
    {3004, "Hiarcs 12 4CPU"},
    {3005, "Bright 0.4a 4CPU"},
    {3005, "Protector 1.3.4 64-bit 4CPU"},
    {3006, "Thinker 5.4a Inert 64-bit 2CPU"},
    {3008, "Naum 2.2 64-bit 4CPU"},
    {3010, "Toga II 1.4.1SE 4CPU"},
    {3012, "Hiarcs 12.1 4CPU"},
    {3012, "Thinker 5.4a Inert 64-bit 4CPU"},
    {3013, "Deep Sjeng 3.0 64-bit 4CPU"},
    {3016, "Rybka 2.2n2 64-bit"},
    {3017, "Zappa Mexico 64-bit 2CPU"},
    {3017, "Zappa Mexico II 64-bit 2CPU"},
    {3020, "Rybka 2.3.2a 32-bit"},
    {3022, "Naum 3.1 64-bit 2CPU"},
    {3024, "Deep Shredder 11 64-bit 4CPU"},
    {3027, "Naum 3 64-bit 2CPU"},
    {3029, "Spark 0.4 64-bit 4CPU"},
    {3031, "Deep Sjeng WC2008 64-bit 4CPU"},
    {3031, "Komodo 1.0 64-bit"},
    {3031, "Naum 4 64-bit PL5"},
    {3032, "Naum 4 32-bit"},
    {3033, "Stockfish 1.6.3 32-bit"},
    {3036, "Spark 0.3 64-bit 4CPU"},
    {3045, "Spark 0.3a 64-bit 4CPU"},
    {3047, "Naum 4 64-bit PL-5"},
    {3048, "Naum 4.1 32-bit"},
    {3050, "Zap!Chess Zanzibar 64-bit 4CPU"},
    {3051, "Stockfish 1.5.1 64-bit 2CPU"},
    {3052, "Deep Sjeng WC2008 64-bit 2CPU"},
    {3054, "Rybka 2.2n2 64-bit 2CPU"},
    {3058, "Naum 4 64-bit"},
    {3058, "Naum 4.1 64-bit"},
    {3058, "Stockfish 1.4 64-bit 4CPU"},
    {3062, "Deep Junior 11.1a 64-bit 4CPU"},
    {3066, "Naum 3 64-bit 4CPU"},
    {3067, "Zappa Mexico 64-bit 4CPU"},
    {3068, "Rybka 2.3.2a 64-bit"},
    {3075, "Stockfish 1.6.3 64-bit"},
    {3075, "Zappa Mexico II 64-bit 4CPU"},
    {3076, "Naum 3.1 64-bit 4CPU"},
    {3078, "Stockfish 1.5.1 64-bit 4CPU"},
    {3083, "Komodo 1.1 64-bit"},
    {3083, "Rybka 2.2n2 64-bit 4CPU"},
    {3089, "Rybka 2.3.2a 64-bit 2CPU"},
    {3095, "Deep Fritz 12 4CPU"},
    {3098, "Rybka 3 32-bit"},
    {3101, "Naum 4.2 64-bit"},
    {3107, "Critter 0.70 64-bit 4CPU"},
    {3108, "Naum 4 64-bit 2CPU"},
    {3110, "Hiarcs 13.1 4CPU"},
    {3113, "Deep Shredder 12 64-bit OA Off 4CPU"},
    {3117, "Stockfish 1.6.3 64-bit 2CPU"},
    {3124, "Rybka 3 Dynamic 64-bit"},
    {3124, "Rybka 3 Human 64-bit"},
    {3127, "Komodo 1.2 64-bit"},
    {3128, "Rybka 2.3.2a 64-bit 4CPU"},
    {3129, "Deep Shredder 12 64-bit OA On 4CPU"},
    {3132, "Stockfish 1.7.1 64-bit"},
    {3134, "Naum 4.2 64-bit 2CPU"},
    {3145, "Stockfish 1.6.3 64-bit 4CPU"},
    {3153, "Naum 4 64-bit 4CPU"},
    {3153, "Rybka 3 64-bit"},
    {3161, "Stockfish 1.7.1 64-bit 2CPU"},
    {3164, "Naum 4.1 64-bit 4CPU"},
    {3179, "Rybka 3 64-bit 2CPU"},
    {3188, "Naum 4.2 64-bit 4CPU"},
    {3195, "Rybka 4 64-bit"},
    {3221, "Stockfish 1.7.1 64-bit 4CPU"},
    {3228, "Rybka 3 Human 64-bit 4CPU"},
    {3231, "Rybka 3 64-bit 4CPU"},
    {3269, "Rybka 4 64-bit 4CPU"},
};


int main(void)
{
    ranking e404max = FourOhFour[LISTLIMIT];
    ranking e4040max = FourOhFourOh[LISTLIMIT];
    int index;

    puts("Forty moves in Four minutes:");
    for &#40;index = 0; index <= LISTLIMIT; index++)
    &#123;
        printf&#40;"%d, '%s'\n", e404max.Elo - FourOhFour&#91;index&#93;.Elo, FourOhFour&#91;index&#93;.Engine&#41;;
    &#125;
    puts&#40;"\nForty moves in Forty minutes&#58;");
    for &#40;index = 0; index <= LISTLIMIT; index++)
    &#123;
        printf&#40;"%d, '%s'\n", e4040max.Elo - FourOhFourOh&#91;index&#93;.Elo, FourOhFourOh&#91;index&#93;.Engine&#41;;
    &#125;
    return 0;
&#125;

/*
Forty moves in Four minutes&#58;
1298, 'Heracles 0.6.16'
1287, 'Warrior 1.0.3'
1277, 'BibiChess 0.5'
1277, 'Feuerstein 0.4.4.2'
1265, 'Rival 1.18'
1260, 'Smash 1.0.3'
1246, 'Micro-Max 4.8'
1223, 'Marvin 1.3.0'
1216, 'BigLion 2.23x'
1207, 'ChessMind 0.80'
1165, 'Gibbon 2.01b'
1154, 'Monarch 1.7'
1137, 'Matheus 2.3'
1130, 'Lime 62'
1085, 'Adam 3.2'
1073, 'Alex 1.96'
1040, 'Lime 66'
1025, 'Neurosis 2.3'
1015, 'Chispa 4.0.3'
1007, 'Atlas 2.20'
997, 'EXchess 5.01b'
995, 'Latista &#40;Sinobyl&#41; 1.5'
992, 'Alex 2.03'
965, 'Popochin 2.7'
956, 'GreKo 5.2.5'
950, 'Zeus 1.27'
949, 'Sage 2.2a'
948, 'Anechka 0.08'
947, 'Ant 2006-F'
932, 'RomiChess P3k 32-bit'
930, 'Horizon 4.3'
924, 'Natwarlal 0.14'
923, 'Asterisk 0.6'
912, 'Ayito 0.2.994'
903, 'Rodin 2.3a'
898, 'Ares 1.003a'
893, 'Cheese 1.1b'
893, 'Popochin 3.2'
886, 'Averno 0.81'
884, 'KnightX 1.92'
877, 'Aice 0.99.2'
873, 'Buzz 0.07'
869, 'Chezzz 1.0.3'
869, 'DanaSah 2.44'
863, 'Arion 1.7'
861, 'Sage 3.53'
859, 'Queen 4.03'
854, 'Thors Hammer 2.28 32-bit'
851, 'GreKo 6.5'
845, 'Cheese 1.2'
842, 'Cheese 1.3'
840, 'Delphil 1.6c'
836, 'Amateur 2.82'
835, 'Glass 1.3'
831, 'Horizon 4.4'
825, 'Arasan 9.2'
820, 'Homer 2.01'
817, 'Patzer 3.80'
815, 'Djinn 0.925x'
813, 'DanaSah 2.73'
812, 'Comet B68'
807, 'Gosu 0.16'
807, 'Muse 0.899b'
807, 'PostModernist 1016'
804, 'Diablo 0.5.1'
798, 'Hermann 2.0'
794, 'Delphil 1.8'
788, 'Alfil 6.10'
788, 'Arasan 9.5'
786, 'Gaia 3.5 32-bit'
786, 'Matacz 1.1'
784, 'Booot 4.10.1'
783, 'KnightDreamer 3.3'
781, 'RomiChess P3k 64-bit'
777, 'Booot 4.11.1'
773, 'Delphil 1.9c'
773, 'Kiwi 0.6d'
772, 'Dragon 4.6'
766, 'Snitch 1.6.2 32-bit'
756, 'Quark 2.35'
755, 'Matacz 1.4'
743, 'Twisted Logic 0.065e37'
741, 'SpiderChess 070603'
739, 'Hamsters 0.4'
726, 'Amyan 1.597'
726, 'The Baron 1.7.0'
721, 'Twisted Logic 20080404x'
715, 'Movei 00.8.295'
714, 'Tao 5.6'
710, 'Cerebro 3.01c'
710, 'Cerebro 3.03d'
707, 'Booot 4.12.1'
704, 'Booot 4.13.0'
702, 'Colossus 2006d'
700, 'Twisted Logic 0.099x'
696, 'Hamsters 0.5'
693, 'Arasan 11.2 64-bit 2CPU'
692, 'Pepito 1.59 32-bit'
684, 'Petir 3.95'
683, 'Trace 1.36'
680, 'Frenzee 3.0'
680, 'Twisted Logic 0.065e35'
679, 'BugChess2 1.5.1'
679, 'Little Goliath Evolution 3.12'
678, 'DanaSah 4.24'
678, 'Trace 1.37a'
678, 'Yace 0.99.87'
676, 'E.T. Chess 18.11.05'
673, 'AnMon 5.60'
673, 'AnMon 5.66'
667, 'Petir 3.99d'
666, 'Frenzee 2.0'
662, 'AnMon 5.75'
659, 'Crafty 20.14 32-bit'
656, 'SmarThink 0.17a'
655, 'Zappa 1.1 32-bit'
653, 'Movei 00.8.403'
653, 'Ufim 8.02'
651, 'Thinker 4.7a'
647, 'Anaconda 2.0.1'
644, 'Colossus 2006f'
643, 'BugChess2 1.5.2'
642, 'Pharaon 3.3'
641, 'The Baron 1.8.1'
639, 'The Baron 2.23 32-bit'
632, 'Sloppy 0.1.1'
629, 'Colossus 2007a'
628, 'Petir 4.999999'
628, 'The Baron 2.23 64-bit'
628, 'WildCat 6'
625, 'Petir 4.39'
624, 'Deuterium 09.01.26.492'
624, 'Hamsters 0.6'
622, 'Arasan 11.3 64-bit 4CPU'
620, 'Booot 4.13.1'
619, 'Aristarch 4.50'
618, 'Critter 0.40'
616, 'Colossus 2007b'
614, 'Pseudo 0.7c'
612, 'Delfi 5.0'
610, 'SOS 5.1'
608, 'Ruffian 1.0.5'
603, 'Chiron 0.8.7'
602, 'Alaric 0702b'
602, 'Colossus 2007c'
595, 'List 5.12'
594, 'Colossus 2008a'
588, 'Pharaon 3.5.1'
587, 'Naum 1.91 32-bit'
585, 'Movei 00.8.438'
585, 'Rotor 0.5'
585, 'WildCat 7'
581, 'Pro Deo 1.1'
579, 'CM10th Ogre'
579, 'Zappa 1.1 64-bit'
578, 'CM10th Magic II'
578, 'Delfi 5.2'
577, 'Glaurung 1.0.2 32-bit'
576, 'Colossus 2007d'
575, 'Slow Chess Blitz WV2.1'
574, 'Delfi 5.1'
572, 'Amyan 1.72'
572, 'Gandalf 6'
571, 'CM10th Default'
570, 'Ruffian 2.1.0'
569, 'Alaric 704'
568, 'Pro Deo 1.2'
567, 'N2 0.4 64-bit'
565, 'Booot 4.14.0'
565, 'Glaurung 1.2.1 Crusader 32-bit'
563, 'Scorpio 1.8'
559, 'CM10th Guardian'
559, 'Sloppy 0.2.2 64-bit'
557, 'Movei 00.8.438 &#40;10 10 10&#41;'
555, 'CM10th Pestilence'
555, 'Scorpio 1.84'
555, 'WildCat 8'
551, 'Chronos 1.9.7'
551, 'Scorpio 1.91'
550, 'CM9000 Enforcer'
549, 'CM10th Xperience'
548, 'E.T. Chess 13.01.08'
546, 'Naum 1.91 64-bit'
544, 'Glaurung 1.2.1 Avalanche 32-bit'
540, 'Scorpio 1.81'
539, 'Colossus 2008b'
539, 'Scorpio 1.9'
538, 'Glaurung 1.2.1 64-bit'
535, 'Chess Tiger 15'
534, 'Pharaon 3.5.1 2CPU'
533, 'CM10th Paralyse'
532, 'Glaurung 1.2.1 32-bit'
529, 'Alaric 707'
528, 'Daydreamer 1.75 64-bit'
526, 'Chessmaster 11'
524, 'Booot 4.15.1'
523, 'SmarThink 1.00 32-bit'
521, 'Booot 4.15.0'
516, 'Deep Sjeng 2.5 1CPU'
514, 'BugChess2 1.6.4 64-bit'
514, 'Frenzee Feb08 64-bit'
509, 'Delfi 5.4'
505, 'Bright 0.2b'
503, 'Pharaon 3.5.1 4CPU'
503, 'Spike 1.1'
502, 'Bright 0.2c'
497, 'Naum 2.0 64-bit'
494, 'Crafty 23.2 32-bit'
491, 'Naum 2.0 32-bit'
491, 'Scorpio 2.1 64-bit 2CPU'
491, 'SmarThink 1.20 32-bit'
489, 'Glaurung 1.2.1 64-bit 2CPU'
487, 'Chess Tiger 2007'
486, 'Delfi 5.4 2CPU'
486, 'Hiarcs 10 Hypermodern'
478, 'Crafty 23.2 64-bit'
477, 'Chessmaster 11 2CPU'
471, 'Crafty 23.0 64-bit 2CPU'
471, 'Scorpio 2.1 64-bit 4CPU'
470, 'Chess Tiger 2007.1'
466, 'Deep Junior 9 2CPU'
465, 'Junior 10.1'
462, 'Spike 1.2 Turin'
460, 'Glaurung 2.1 32-bit'
455, 'Bright 0.3a'
455, 'Naum 2.1 32-bit'
454, 'Hiarcs 10'
452, 'Hiarcs X54 64-bit'
450, 'Crafty 23.0 64-bit 4CPU'
450, 'Glaurung 2.0.1 64-bit'
450, 'Junior 10'
449, 'Bright 0.3b'
449, 'Zappa Mexico II 32-bit'
447, 'Glaurung 2.2 32-bit'
447, 'Hiarcs X50 Hypermodern'
445, 'Bright 0.2b 2CPU'
443, 'Deep Shredder 9 2CPU'
442, 'SmarThink 1.20 64-bit'
441, 'Zap!Chess Zanzibar 32-bit'
440, 'Deep Junior 10 2CPU'
440, 'Fruit 2.2.1'
439, 'Toga II 1.2 32-bit'
438, 'Fritz 9'
437, 'Bright 0.3d'
437, 'Hiarcs X50'
437, 'Zappa Mexico 32-bit'
435, 'Hiarcs X54 32-bit'
431, 'Twisted Logic 20100131x 64-bit'
428, 'Bright 0.2c 2CPU'
426, 'Hiarcs X54 Hypermodern 32-bit'
425, 'Fruit 2.3.1'
419, 'Loop 13.5 32-bit'
418, 'Bright 0.5c'
418, 'Loop 13.6 &#40;Loop 2007&#41; 64-bit'
418, 'Toga II 1.3.1'
417, 'Deep Sjeng 2.7 4CPU'
417, 'Naum 2.2 32-bit'
412, 'Bright 0.4a'
412, 'Naum 2.2 64-bit'
411, 'Loop 13.6 &#40;Loop 2007&#41; 32-bit'
409, 'Glaurung 2.1 64-bit'
406, 'Loop 12.32'
398, 'Hiarcs 11'
398, 'Loop M1-T 64-bit'
396, 'Bright 0.3a 2CPU'
394, 'Fritz 10'
394, 'Glaurung 2.2 64-bit'
392, 'Critter 0.52 64-bit'
387, 'Hiarcs 11.2'
387, 'TheMadPrune 1.1.25'
386, 'Bright 0.3d 2CPU'
386, 'Hiarcs 11.1'
382, 'Glaurung 2.0.1 64-bit 2CPU'
381, 'Bright 0.3b 2CPU'
381, 'Loop 10.32f'
381, 'Naum 3 32-bit'
380, 'Deep Sjeng WC2008 32-bit 1CPU'
379, 'Naum 2.1 64-bit 2CPU'
378, 'Cyclone 3.4'
378, 'Spark 0.3 32-bit'
378, 'Toga II 3.1.2SE'
377, 'Zappa Mexico 64-bit'
376, 'Bright 0.2c 4CPU'
372, 'Thinker 5.3b Passive 64-bit'
368, 'Toga II 1.4.1SE'
366, 'Hiarcs Paderborn 2007'
366, 'Loop 13.6 &#40;Loop 2007&#41; 64-bit 2CPU'
366, 'Toga II 1.4 beta5c'
365, 'Hiarcs 11 2CPU'
365, 'Loop 13.5 64-bit 2CPU'
365, 'Toga II 1.4.1SE6'
363, 'Deep Junior 10 4CPU'
363, 'Loop M1-T 64-bit 2CPU'
363, 'LoopMP 12.32 2CPU'
360, 'Hiarcs 12.1'
359, 'Deep Shredder 10 32-bit 2CPU'
359, 'Thinker 5.3b Inert 32-bit'
357, 'Glaurung 2.1 64-bit 2CPU'
355, 'Hiarcs 12'
353, 'Onno 1.1.1 64-bit'
352, 'Deep Junior 11.2 64-bit 1CPU'
352, 'Deep Sjeng WC2008 64-bit 1CPU'
351, 'Deep Junior 11.1a 64-bit 1CPU'
351, 'Deep Shredder 11 64-bit 1CPU'
351, 'Deep Sjeng 3.0 64-bit 1CPU'
351, 'Hiarcs 11 4CPU'
351, 'Hiarcs 11.2 2CPU'
351, 'Onno 0.12.0 64-bit'
349, 'Bright 0.4a 2CPU'
348, 'Spark 0.3 64-bit'
348, 'Zap!Chess Paderborn 64-bit 4CPU'
347, 'Deep Fritz 10 4CPU'
345, 'Naum 2.1 64-bit 4CPU'
345, 'Naum 3.1 64-bit PL10'
345, 'Zappa Mexico II 64-bit'
343, 'Bright 0.3a 4CPU'
343, 'Rybka 1.1 32-bit'
343, 'Toga II 1.4 beta5c 2CPU'
341, 'Deep Shredder 10 64-bit 4CPU'
340, 'Doch 1.3.4 32-bit'
337, 'Protector 1.3.4 32-bit'
336, 'Glaurung 2.0.1 64-bit 4CPU'
336, 'Protector 1.3.4 64-bit'
335, 'Doch 09.980 64-bit'
334, 'Naum 3 64-bit'
333, 'Hiarcs 11.1 2CPU'
333, 'Komodo 1.0 32-bit'
333, 'Naum 3.1 64-bit'
332, 'Loop 13.6 &#40;Loop 2007&#41; 64-bit 4CPU'
331, 'Critter 0.60 64-bit'
329, 'Thinker 5.3b Inert 64-bit'
328, 'Doch 1.2 64-bit'
325, 'Glaurung 2.2 64-bit 2CPU'
325, 'Naum 2.2 64-bit 2CPU'
325, 'Naum 3.1 64-bit PTnormal'
322, 'Protector 1.3.2 32-bit'
321, 'Bright 0.3b 4CPU'
319, 'Loop M1-T 64-bit 4CPU'
319, 'Stockfish 1.4 64-bit'
319, 'Toga II 1.4.1SE 2CPU'
313, 'Deep Shredder 11 64-bit 2CPU'
313, 'Deep Sjeng WC2008 64-bit 2CPU'
313, 'Stockfish 1.4 32-bit'
313, 'Thinker 5.4a Inert 64-bit'
310, 'Hiarcs 12 2CPU'
305, 'Bright 0.3d 4CPU'
305, 'Fritz 11'
301, 'Doch 1.3.4 64-bit'
301, 'Rybka 1.1 64-bit'
297, 'Glaurung 2.1 64-bit 4CPU'
297, 'Rybka 2.2n2 32-bit'
296, 'Hiarcs 11.1 4CPU'
294, 'Toga II 1.4.1SE 4CPU'
294, 'Zappa Mexico II 64-bit 2CPU'
293, 'Naum 2.2 64-bit 4CPU'
293, 'Toga II 1.4 beta5c 4CPU'
292, 'Spark 0.3 64-bit 2CPU'
291, 'Stockfish 1.5.1 32-bit'
288, 'Zappa Mexico 64-bit 2CPU'
287, 'Bright 0.4a 4CPU'
287, 'Hiarcs 11.2 4CPU'
286, 'Critter 0.60 64-bit 4CPU'
282, 'Stockfish 1.5.1 64-bit'
281, 'Fritz 12'
279, 'Glaurung 2.2 64-bit 4CPU'
279, 'Spark 0.3a 64-bit'
277, 'Naum 3.1 64-bit 2CPU'
276, 'Hiarcs 13.1'
276, 'Thinker 5.4a Inert 64-bit 2CPU'
273, 'Naum 3 64-bit 2CPU'
272, 'Deep Fritz 10.1 4CPU'
271, 'Rybka 2.3.2a 32-bit'
269, 'Thinker 5.4a Inert 64-bit 4CPU'
268, 'Zap!Chess Zanzibar 64-bit 4CPU'
266, 'Deep Sjeng 3.0 64-bit 4CPU'
266, 'Hiarcs Paderborn 2007 4CPU'
265, 'Naum 4 32-bit'
262, 'Komodo 1.0 64-bit'
259, 'Deep Junior 11.1a 64-bit 4CPU'
259, 'Deep Shredder 11 64-bit 4CPU'
256, 'Hiarcs 12.1 4CPU'
256, 'Rybka 2.2n2 64-bit'
255, 'Deep Sjeng WC2008 64-bit 4CPU'
254, 'Hiarcs 12 4CPU'
254, 'Protector 1.3.4 64-bit 4CPU'
248, 'Stockfish 1.5.1 64-bit 2CPU'
245, 'Zappa Mexico 64-bit 4CPU'
244, 'Naum 4 64-bit'
243, 'Naum 4 64-bit PL-5'
243, 'Naum 4 64-bit PL5'
238, 'Rybka 2.2n2 64-bit 2CPU'
237, 'Naum 4.1 64-bit'
235, 'Spark 0.3a 64-bit 4CPU'
235, 'Zappa Mexico II 64-bit 4CPU'
227, 'Komodo 1.1 64-bit'
227, 'Spark 0.3 64-bit 4CPU'
227, 'Stockfish 1.6.3 32-bit'
221, 'Stockfish 1.4 64-bit 4CPU'
220, 'Komodo 1.2 64-bit'
218, 'Naum 3.1 64-bit 4CPU'
216, 'Rybka 2.3.2a 64-bit'
213, 'Naum 4.1 32-bit'
211, 'Naum 3 64-bit 4CPU'
211, 'Naum 4.2 64-bit'
210, 'Spark 0.4 64-bit 4CPU'
206, 'Stockfish 1.6.3 64-bit'
205, 'Critter 0.70 64-bit 2CPU'
205, 'Hiarcs 13.1 4CPU'
193, 'Rybka 2.2n2 64-bit 4CPU'
191, 'Naum 4 64-bit 2CPU'
188, 'Rybka 2.3.2a 64-bit 2CPU'
174, 'Stockfish 1.6.3 64-bit 2CPU'
169, 'Deep Fritz 12 4CPU'
167, 'Stockfish 1.5.1 64-bit 4CPU'
166, 'Rybka 3 32-bit'
163, 'Deep Shredder 12 64-bit OA Off 4CPU'
161, 'Critter 0.70 64-bit 4CPU'
156, 'Rybka 2.3.2a 64-bit 4CPU'
152, 'Rybka 3 Dynamic 64-bit'
151, 'Deep Shredder 12 64-bit OA On 4CPU'
146, 'Stockfish 1.7.1 64-bit'
133, 'Naum 4 64-bit 4CPU'
133, 'Rybka 3 Human 64-bit'
127, 'Naum 4.1 64-bit 4CPU'
119, 'Naum 4.2 64-bit 2CPU'
114, 'Rybka 3 64-bit'
112, 'Rybka 3 Human 64-bit 4CPU'
110, 'Stockfish 1.7.1 64-bit 2CPU'
108, 'Stockfish 1.6.3 64-bit 4CPU'
97, 'Naum 4.2 64-bit 4CPU'
95, 'Rybka 4 64-bit'
73, 'Rybka 3 64-bit 2CPU'
56, 'Stockfish 1.7.1 64-bit 4CPU'
29, 'Rybka 3 64-bit 4CPU'
0, 'Rybka 4 64-bit 4CPU'

Forty moves in Forty minutes&#58;
1258, 'Warrior 1.0.3'
1249, 'Micro-Max 4.8'
1217, 'Feuerstein 0.4.4.2'
1210, 'Rival 1.18'
1197, 'Marvin 1.3.0'
1194, 'Smash 1.0.3'
1177, 'ChessMind 0.80'
1176, 'Heracles 0.6.16'
1151, 'BibiChess 0.5'
1134, 'Monarch 1.7'
1133, 'Alex 1.96'
1113, 'Gibbon 2.01b'
1107, 'Matheus 2.3'
1097, 'BigLion 2.23x'
1089, 'Buzz 0.07'
1060, 'Lime 62'
1031, 'Adam 3.2'
990, 'Lime 66'
985, 'Neurosis 2.3'
971, 'Alex 2.03'
969, 'Latista &#40;Sinobyl&#41; 1.5'
965, 'Atlas 2.20'
929, 'Ayito 0.2.994'
923, 'Cheese 1.2'
917, 'EXchess 5.01b'
905, 'Chispa 4.0.3'
903, 'Popochin 2.7'
896, 'GreKo 5.2.5'
866, 'Ares 1.003a'
866, 'Popochin 3.2'
865, 'Ant 2006-F'
865, 'Cheese 1.1b'
864, 'Averno 0.81'
864, 'Sage 2.2a'
860, 'Natwarlal 0.14'
859, 'Anechka 0.08'
857, 'Cheese 1.3'
856, 'Zeus 1.27'
841, 'Rodin 2.3a'
840, 'Arion 1.7'
837, 'KnightX 1.92'
835, 'Horizon 4.3'
832, 'Asterisk 0.6'
831, 'Chezzz 1.0.3'
824, 'Aice 0.99.2'
812, 'Alfil 6.10'
805, 'Glass 1.3'
803, 'DanaSah 2.44'
801, 'GreKo 6.5'
790, 'Thors Hammer 2.28 32-bit'
786, 'DanaSah 2.73'
776, 'Sage 3.53'
774, 'Amateur 2.82'
774, 'Horizon 4.4'
772, 'Patzer 3.80'
769, 'Delphil 1.6c'
769, 'Gosu 0.16'
765, 'Comet B68'
765, 'Delphil 1.8'
759, 'Gaia 3.5 32-bit'
758, 'RomiChess P3k 32-bit'
755, 'Djinn 0.925x'
754, 'Dragon 4.6'
753, 'Diablo 0.5.1'
753, 'Hermann 2.0'
753, 'Queen 4.03'
751, 'Delphil 1.9c'
747, 'KnightDreamer 3.3'
743, 'Matacz 1.1'
741, 'Muse 0.899b'
735, 'Snitch 1.6.2 32-bit'
733, 'Kiwi 0.6d'
732, 'Arasan 9.2'
731, 'Homer 2.01'
730, 'PostModernist 1016'
715, 'Arasan 9.5'
713, 'Booot 4.11.1'
707, 'RomiChess P3k 64-bit'
696, 'Trace 1.37a'
695, 'Amyan 1.597'
687, 'Yace 0.99.87'
686, 'Matacz 1.4'
684, 'Pepito 1.59 32-bit'
684, 'Quark 2.35'
682, 'SpiderChess 070603'
680, 'Booot 4.10.1'
678, 'Cerebro 3.03d'
678, 'Colossus 2007b'
678, 'Trace 1.36'
665, 'Twisted Logic 20080404x'
661, 'Booot 4.12.1'
661, 'Tao 5.6'
660, 'Little Goliath Evolution 3.12'
657, 'Twisted Logic 0.065e37'
655, 'Hamsters 0.4'
651, 'AnMon 5.60'
651, 'AnMon 5.75'
651, 'Cerebro 3.01c'
651, 'Movei 00.8.295'
648, 'Movei 00.8.403'
647, 'Colossus 2006d'
645, 'E.T. Chess 18.11.05'
645, 'Twisted Logic 0.065e35'
644, 'Arasan 11.2 64-bit 2CPU'
641, 'DanaSah 4.24'
639, 'Arasan 11.3 64-bit 4CPU'
639, 'Crafty 20.14 32-bit'
635, 'Booot 4.13.0'
635, 'Twisted Logic 0.099x'
634, 'BugChess2 1.5.1'
629, 'Sloppy 0.1.1'
623, 'Ufim 8.02'
622, 'Petir 3.95'
622, 'Thinker 4.7a'
620, 'Colossus 2008a'
620, 'The Baron 1.7.0'
619, 'AnMon 5.66'
614, 'Hamsters 0.5'
609, 'Anaconda 2.0.1'
609, 'Colossus 2006f'
606, 'SOS 5.1'
603, 'Frenzee 2.0'
602, 'Rotor 0.5'
599, 'Petir 3.99d'
597, 'BugChess2 1.5.2'
597, 'Sloppy 0.2.2 64-bit'
596, 'Pharaon 3.3'
594, 'Frenzee 3.0'
593, 'Amyan 1.72'
592, 'Colossus 2007a'
590, 'SmarThink 0.17a'
585, 'Petir 4.999999'
585, 'Zappa 1.1 32-bit'
581, 'Booot 4.13.1'
581, 'Critter 0.40'
579, 'Hamsters 0.6'
579, 'The Baron 2.23 32-bit'
578, 'Pro Deo 1.1'
576, 'Colossus 2007c'
573, 'Petir 4.39'
572, 'Pseudo 0.7c'
570, 'The Baron 1.8.1'
570, 'WildCat 6'
568, 'Aristarch 4.50'
566, 'Delfi 5.0'
566, 'Scorpio 2.1 64-bit 2CPU'
565, 'Alaric 0702b'
564, 'Naum 1.91 32-bit'
562, 'N2 0.4 64-bit'
561, 'Colossus 2007d'
559, 'Ruffian 1.0.5'
558, 'Naum 1.91 64-bit'
557, 'Deuterium 09.01.26.492'
556, 'Chiron 0.8.7'
555, 'Pharaon 3.5.1'
555, 'Zappa 1.1 64-bit'
554, 'The Baron 2.23 64-bit'
548, 'List 5.12'
548, 'Pro Deo 1.2'
545, 'Gandalf 6'
544, 'Glaurung 1.0.2 32-bit'
541, 'WildCat 7'
539, 'CM10th Default'
539, 'Pharaon 3.5.1 4CPU'
539, 'WildCat 8'
537, 'Delfi 5.1'
535, 'Ruffian 2.1.0'
534, 'Chess Tiger 15'
529, 'CM10th Pestilence'
529, 'Delfi 5.2'
528, 'Pharaon 3.5.1 2CPU'
527, 'Slow Chess Blitz WV2.1'
526, 'Chronos 1.9.7'
526, 'CM10th Ogre'
525, 'Alaric 704'
525, 'Scorpio 1.8'
523, 'Movei 00.8.438'
522, 'Scorpio 1.81'
521, 'CM10th Guardian'
521, 'CM10th Magic II'
519, 'E.T. Chess 13.01.08'
518, 'Colossus 2008b'
516, 'CM10th Paralyse'
512, 'Scorpio 1.9'
510, 'CM9000 Enforcer'
510, 'Glaurung 1.2.1 32-bit'
509, 'SmarThink 1.00 32-bit'
506, 'CM10th Xperience'
506, 'Scorpio 1.84'
504, 'Alaric 707'
503, 'BugChess2 1.6.4 64-bit'
503, 'Glaurung 1.2.1 Crusader 32-bit'
502, 'Scorpio 1.91'
500, 'Chessmaster 11'
499, 'Booot 4.14.0'
498, 'Glaurung 1.2.1 64-bit'
498, 'Glaurung 1.2.1 Avalanche 32-bit'
497, 'Frenzee Feb08 64-bit'
493, 'Booot 4.15.1'
493, 'Movei 00.8.438 &#40;10 10 10&#41;'
492, 'Bright 0.2c'
483, 'Chess Tiger 2007'
482, 'Daydreamer 1.75 64-bit'
482, 'Spike 1.1'
481, 'Delfi 5.4'
472, 'Booot 4.15.0'
471, 'Crafty 23.2 32-bit'
469, 'Naum 2.0 32-bit'
468, 'Bright 0.2b'
466, 'Naum 2.0 64-bit'
465, 'Chess Tiger 2007.1'
454, 'Glaurung 1.2.1 64-bit 2CPU'
453, 'Crafty 23.2 64-bit'
448, 'Hiarcs 10 Hy
Dann Corbit
Posts: 12540
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: Question to the members of the ranking lists..

Post by Dann Corbit »

This is the output listing which was truncated:

Code: Select all

/*
Forty moves in Four minutes&#58;
1298, 'Heracles 0.6.16'
1287, 'Warrior 1.0.3'
1277, 'BibiChess 0.5'
1277, 'Feuerstein 0.4.4.2'
1265, 'Rival 1.18'
1260, 'Smash 1.0.3'
1246, 'Micro-Max 4.8'
1223, 'Marvin 1.3.0'
1216, 'BigLion 2.23x'
1207, 'ChessMind 0.80'
1165, 'Gibbon 2.01b'
1154, 'Monarch 1.7'
1137, 'Matheus 2.3'
1130, 'Lime 62'
1085, 'Adam 3.2'
1073, 'Alex 1.96'
1040, 'Lime 66'
1025, 'Neurosis 2.3'
1015, 'Chispa 4.0.3'
1007, 'Atlas 2.20'
997, 'EXchess 5.01b'
995, 'Latista &#40;Sinobyl&#41; 1.5'
992, 'Alex 2.03'
965, 'Popochin 2.7'
956, 'GreKo 5.2.5'
950, 'Zeus 1.27'
949, 'Sage 2.2a'
948, 'Anechka 0.08'
947, 'Ant 2006-F'
932, 'RomiChess P3k 32-bit'
930, 'Horizon 4.3'
924, 'Natwarlal 0.14'
923, 'Asterisk 0.6'
912, 'Ayito 0.2.994'
903, 'Rodin 2.3a'
898, 'Ares 1.003a'
893, 'Cheese 1.1b'
893, 'Popochin 3.2'
886, 'Averno 0.81'
884, 'KnightX 1.92'
877, 'Aice 0.99.2'
873, 'Buzz 0.07'
869, 'Chezzz 1.0.3'
869, 'DanaSah 2.44'
863, 'Arion 1.7'
861, 'Sage 3.53'
859, 'Queen 4.03'
854, 'Thors Hammer 2.28 32-bit'
851, 'GreKo 6.5'
845, 'Cheese 1.2'
842, 'Cheese 1.3'
840, 'Delphil 1.6c'
836, 'Amateur 2.82'
835, 'Glass 1.3'
831, 'Horizon 4.4'
825, 'Arasan 9.2'
820, 'Homer 2.01'
817, 'Patzer 3.80'
815, 'Djinn 0.925x'
813, 'DanaSah 2.73'
812, 'Comet B68'
807, 'Gosu 0.16'
807, 'Muse 0.899b'
807, 'PostModernist 1016'
804, 'Diablo 0.5.1'
798, 'Hermann 2.0'
794, 'Delphil 1.8'
788, 'Alfil 6.10'
788, 'Arasan 9.5'
786, 'Gaia 3.5 32-bit'
786, 'Matacz 1.1'
784, 'Booot 4.10.1'
783, 'KnightDreamer 3.3'
781, 'RomiChess P3k 64-bit'
777, 'Booot 4.11.1'
773, 'Delphil 1.9c'
773, 'Kiwi 0.6d'
772, 'Dragon 4.6'
766, 'Snitch 1.6.2 32-bit'
756, 'Quark 2.35'
755, 'Matacz 1.4'
743, 'Twisted Logic 0.065e37'
741, 'SpiderChess 070603'
739, 'Hamsters 0.4'
726, 'Amyan 1.597'
726, 'The Baron 1.7.0'
721, 'Twisted Logic 20080404x'
715, 'Movei 00.8.295'
714, 'Tao 5.6'
710, 'Cerebro 3.01c'
710, 'Cerebro 3.03d'
707, 'Booot 4.12.1'
704, 'Booot 4.13.0'
702, 'Colossus 2006d'
700, 'Twisted Logic 0.099x'
696, 'Hamsters 0.5'
693, 'Arasan 11.2 64-bit 2CPU'
692, 'Pepito 1.59 32-bit'
684, 'Petir 3.95'
683, 'Trace 1.36'
680, 'Frenzee 3.0'
680, 'Twisted Logic 0.065e35'
679, 'BugChess2 1.5.1'
679, 'Little Goliath Evolution 3.12'
678, 'DanaSah 4.24'
678, 'Trace 1.37a'
678, 'Yace 0.99.87'
676, 'E.T. Chess 18.11.05'
673, 'AnMon 5.60'
673, 'AnMon 5.66'
667, 'Petir 3.99d'
666, 'Frenzee 2.0'
662, 'AnMon 5.75'
659, 'Crafty 20.14 32-bit'
656, 'SmarThink 0.17a'
655, 'Zappa 1.1 32-bit'
653, 'Movei 00.8.403'
653, 'Ufim 8.02'
651, 'Thinker 4.7a'
647, 'Anaconda 2.0.1'
644, 'Colossus 2006f'
643, 'BugChess2 1.5.2'
642, 'Pharaon 3.3'
641, 'The Baron 1.8.1'
639, 'The Baron 2.23 32-bit'
632, 'Sloppy 0.1.1'
629, 'Colossus 2007a'
628, 'Petir 4.999999'
628, 'The Baron 2.23 64-bit'
628, 'WildCat 6'
625, 'Petir 4.39'
624, 'Deuterium 09.01.26.492'
624, 'Hamsters 0.6'
622, 'Arasan 11.3 64-bit 4CPU'
620, 'Booot 4.13.1'
619, 'Aristarch 4.50'
618, 'Critter 0.40'
616, 'Colossus 2007b'
614, 'Pseudo 0.7c'
612, 'Delfi 5.0'
610, 'SOS 5.1'
608, 'Ruffian 1.0.5'
603, 'Chiron 0.8.7'
602, 'Alaric 0702b'
602, 'Colossus 2007c'
595, 'List 5.12'
594, 'Colossus 2008a'
588, 'Pharaon 3.5.1'
587, 'Naum 1.91 32-bit'
585, 'Movei 00.8.438'
585, 'Rotor 0.5'
585, 'WildCat 7'
581, 'Pro Deo 1.1'
579, 'CM10th Ogre'
579, 'Zappa 1.1 64-bit'
578, 'CM10th Magic II'
578, 'Delfi 5.2'
577, 'Glaurung 1.0.2 32-bit'
576, 'Colossus 2007d'
575, 'Slow Chess Blitz WV2.1'
574, 'Delfi 5.1'
572, 'Amyan 1.72'
572, 'Gandalf 6'
571, 'CM10th Default'
570, 'Ruffian 2.1.0'
569, 'Alaric 704'
568, 'Pro Deo 1.2'
567, 'N2 0.4 64-bit'
565, 'Booot 4.14.0'
565, 'Glaurung 1.2.1 Crusader 32-bit'
563, 'Scorpio 1.8'
559, 'CM10th Guardian'
559, 'Sloppy 0.2.2 64-bit'
557, 'Movei 00.8.438 &#40;10 10 10&#41;'
555, 'CM10th Pestilence'
555, 'Scorpio 1.84'
555, 'WildCat 8'
551, 'Chronos 1.9.7'
551, 'Scorpio 1.91'
550, 'CM9000 Enforcer'
549, 'CM10th Xperience'
548, 'E.T. Chess 13.01.08'
546, 'Naum 1.91 64-bit'
544, 'Glaurung 1.2.1 Avalanche 32-bit'
540, 'Scorpio 1.81'
539, 'Colossus 2008b'
539, 'Scorpio 1.9'
538, 'Glaurung 1.2.1 64-bit'
535, 'Chess Tiger 15'
534, 'Pharaon 3.5.1 2CPU'
533, 'CM10th Paralyse'
532, 'Glaurung 1.2.1 32-bit'
529, 'Alaric 707'
528, 'Daydreamer 1.75 64-bit'
526, 'Chessmaster 11'
524, 'Booot 4.15.1'
523, 'SmarThink 1.00 32-bit'
521, 'Booot 4.15.0'
516, 'Deep Sjeng 2.5 1CPU'
514, 'BugChess2 1.6.4 64-bit'
514, 'Frenzee Feb08 64-bit'
509, 'Delfi 5.4'
505, 'Bright 0.2b'
503, 'Pharaon 3.5.1 4CPU'
503, 'Spike 1.1'
502, 'Bright 0.2c'
497, 'Naum 2.0 64-bit'
494, 'Crafty 23.2 32-bit'
491, 'Naum 2.0 32-bit'
491, 'Scorpio 2.1 64-bit 2CPU'
491, 'SmarThink 1.20 32-bit'
489, 'Glaurung 1.2.1 64-bit 2CPU'
487, 'Chess Tiger 2007'
486, 'Delfi 5.4 2CPU'
486, 'Hiarcs 10 Hypermodern'
478, 'Crafty 23.2 64-bit'
477, 'Chessmaster 11 2CPU'
471, 'Crafty 23.0 64-bit 2CPU'
471, 'Scorpio 2.1 64-bit 4CPU'
470, 'Chess Tiger 2007.1'
466, 'Deep Junior 9 2CPU'
465, 'Junior 10.1'
462, 'Spike 1.2 Turin'
460, 'Glaurung 2.1 32-bit'
455, 'Bright 0.3a'
455, 'Naum 2.1 32-bit'
454, 'Hiarcs 10'
452, 'Hiarcs X54 64-bit'
450, 'Crafty 23.0 64-bit 4CPU'
450, 'Glaurung 2.0.1 64-bit'
450, 'Junior 10'
449, 'Bright 0.3b'
449, 'Zappa Mexico II 32-bit'
447, 'Glaurung 2.2 32-bit'
447, 'Hiarcs X50 Hypermodern'
445, 'Bright 0.2b 2CPU'
443, 'Deep Shredder 9 2CPU'
442, 'SmarThink 1.20 64-bit'
441, 'Zap!Chess Zanzibar 32-bit'
440, 'Deep Junior 10 2CPU'
440, 'Fruit 2.2.1'
439, 'Toga II 1.2 32-bit'
438, 'Fritz 9'
437, 'Bright 0.3d'
437, 'Hiarcs X50'
437, 'Zappa Mexico 32-bit'
435, 'Hiarcs X54 32-bit'
431, 'Twisted Logic 20100131x 64-bit'
428, 'Bright 0.2c 2CPU'
426, 'Hiarcs X54 Hypermodern 32-bit'
425, 'Fruit 2.3.1'
419, 'Loop 13.5 32-bit'
418, 'Bright 0.5c'
418, 'Loop 13.6 &#40;Loop 2007&#41; 64-bit'
418, 'Toga II 1.3.1'
417, 'Deep Sjeng 2.7 4CPU'
417, 'Naum 2.2 32-bit'
412, 'Bright 0.4a'
412, 'Naum 2.2 64-bit'
411, 'Loop 13.6 &#40;Loop 2007&#41; 32-bit'
409, 'Glaurung 2.1 64-bit'
406, 'Loop 12.32'
398, 'Hiarcs 11'
398, 'Loop M1-T 64-bit'
396, 'Bright 0.3a 2CPU'
394, 'Fritz 10'
394, 'Glaurung 2.2 64-bit'
392, 'Critter 0.52 64-bit'
387, 'Hiarcs 11.2'
387, 'TheMadPrune 1.1.25'
386, 'Bright 0.3d 2CPU'
386, 'Hiarcs 11.1'
382, 'Glaurung 2.0.1 64-bit 2CPU'
381, 'Bright 0.3b 2CPU'
381, 'Loop 10.32f'
381, 'Naum 3 32-bit'
380, 'Deep Sjeng WC2008 32-bit 1CPU'
379, 'Naum 2.1 64-bit 2CPU'
378, 'Cyclone 3.4'
378, 'Spark 0.3 32-bit'
378, 'Toga II 3.1.2SE'
377, 'Zappa Mexico 64-bit'
376, 'Bright 0.2c 4CPU'
372, 'Thinker 5.3b Passive 64-bit'
368, 'Toga II 1.4.1SE'
366, 'Hiarcs Paderborn 2007'
366, 'Loop 13.6 &#40;Loop 2007&#41; 64-bit 2CPU'
366, 'Toga II 1.4 beta5c'
365, 'Hiarcs 11 2CPU'
365, 'Loop 13.5 64-bit 2CPU'
365, 'Toga II 1.4.1SE6'
363, 'Deep Junior 10 4CPU'
363, 'Loop M1-T 64-bit 2CPU'
363, 'LoopMP 12.32 2CPU'
360, 'Hiarcs 12.1'
359, 'Deep Shredder 10 32-bit 2CPU'
359, 'Thinker 5.3b Inert 32-bit'
357, 'Glaurung 2.1 64-bit 2CPU'
355, 'Hiarcs 12'
353, 'Onno 1.1.1 64-bit'
352, 'Deep Junior 11.2 64-bit 1CPU'
352, 'Deep Sjeng WC2008 64-bit 1CPU'
351, 'Deep Junior 11.1a 64-bit 1CPU'
351, 'Deep Shredder 11 64-bit 1CPU'
351, 'Deep Sjeng 3.0 64-bit 1CPU'
351, 'Hiarcs 11 4CPU'
351, 'Hiarcs 11.2 2CPU'
351, 'Onno 0.12.0 64-bit'
349, 'Bright 0.4a 2CPU'
348, 'Spark 0.3 64-bit'
348, 'Zap!Chess Paderborn 64-bit 4CPU'
347, 'Deep Fritz 10 4CPU'
345, 'Naum 2.1 64-bit 4CPU'
345, 'Naum 3.1 64-bit PL10'
345, 'Zappa Mexico II 64-bit'
343, 'Bright 0.3a 4CPU'
343, 'Rybka 1.1 32-bit'
343, 'Toga II 1.4 beta5c 2CPU'
341, 'Deep Shredder 10 64-bit 4CPU'
340, 'Doch 1.3.4 32-bit'
337, 'Protector 1.3.4 32-bit'
336, 'Glaurung 2.0.1 64-bit 4CPU'
336, 'Protector 1.3.4 64-bit'
335, 'Doch 09.980 64-bit'
334, 'Naum 3 64-bit'
333, 'Hiarcs 11.1 2CPU'
333, 'Komodo 1.0 32-bit'
333, 'Naum 3.1 64-bit'
332, 'Loop 13.6 &#40;Loop 2007&#41; 64-bit 4CPU'
331, 'Critter 0.60 64-bit'
329, 'Thinker 5.3b Inert 64-bit'
328, 'Doch 1.2 64-bit'
325, 'Glaurung 2.2 64-bit 2CPU'
325, 'Naum 2.2 64-bit 2CPU'
325, 'Naum 3.1 64-bit PTnormal'
322, 'Protector 1.3.2 32-bit'
321, 'Bright 0.3b 4CPU'
319, 'Loop M1-T 64-bit 4CPU'
319, 'Stockfish 1.4 64-bit'
319, 'Toga II 1.4.1SE 2CPU'
313, 'Deep Shredder 11 64-bit 2CPU'
313, 'Deep Sjeng WC2008 64-bit 2CPU'
313, 'Stockfish 1.4 32-bit'
313, 'Thinker 5.4a Inert 64-bit'
310, 'Hiarcs 12 2CPU'
305, 'Bright 0.3d 4CPU'
305, 'Fritz 11'
301, 'Doch 1.3.4 64-bit'
301, 'Rybka 1.1 64-bit'
297, 'Glaurung 2.1 64-bit 4CPU'
297, 'Rybka 2.2n2 32-bit'
296, 'Hiarcs 11.1 4CPU'
294, 'Toga II 1.4.1SE 4CPU'
294, 'Zappa Mexico II 64-bit 2CPU'
293, 'Naum 2.2 64-bit 4CPU'
293, 'Toga II 1.4 beta5c 4CPU'
292, 'Spark 0.3 64-bit 2CPU'
291, 'Stockfish 1.5.1 32-bit'
288, 'Zappa Mexico 64-bit 2CPU'
287, 'Bright 0.4a 4CPU'
287, 'Hiarcs 11.2 4CPU'
286, 'Critter 0.60 64-bit 4CPU'
282, 'Stockfish 1.5.1 64-bit'
281, 'Fritz 12'
279, 'Glaurung 2.2 64-bit 4CPU'
279, 'Spark 0.3a 64-bit'
277, 'Naum 3.1 64-bit 2CPU'
276, 'Hiarcs 13.1'
276, 'Thinker 5.4a Inert 64-bit 2CPU'
273, 'Naum 3 64-bit 2CPU'
272, 'Deep Fritz 10.1 4CPU'
271, 'Rybka 2.3.2a 32-bit'
269, 'Thinker 5.4a Inert 64-bit 4CPU'
268, 'Zap!Chess Zanzibar 64-bit 4CPU'
266, 'Deep Sjeng 3.0 64-bit 4CPU'
266, 'Hiarcs Paderborn 2007 4CPU'
265, 'Naum 4 32-bit'
262, 'Komodo 1.0 64-bit'
259, 'Deep Junior 11.1a 64-bit 4CPU'
259, 'Deep Shredder 11 64-bit 4CPU'
256, 'Hiarcs 12.1 4CPU'
256, 'Rybka 2.2n2 64-bit'
255, 'Deep Sjeng WC2008 64-bit 4CPU'
254, 'Hiarcs 12 4CPU'
254, 'Protector 1.3.4 64-bit 4CPU'
248, 'Stockfish 1.5.1 64-bit 2CPU'
245, 'Zappa Mexico 64-bit 4CPU'
244, 'Naum 4 64-bit'
243, 'Naum 4 64-bit PL-5'
243, 'Naum 4 64-bit PL5'
238, 'Rybka 2.2n2 64-bit 2CPU'
237, 'Naum 4.1 64-bit'
235, 'Spark 0.3a 64-bit 4CPU'
235, 'Zappa Mexico II 64-bit 4CPU'
227, 'Komodo 1.1 64-bit'
227, 'Spark 0.3 64-bit 4CPU'
227, 'Stockfish 1.6.3 32-bit'
221, 'Stockfish 1.4 64-bit 4CPU'
220, 'Komodo 1.2 64-bit'
218, 'Naum 3.1 64-bit 4CPU'
216, 'Rybka 2.3.2a 64-bit'
213, 'Naum 4.1 32-bit'
211, 'Naum 3 64-bit 4CPU'
211, 'Naum 4.2 64-bit'
210, 'Spark 0.4 64-bit 4CPU'
206, 'Stockfish 1.6.3 64-bit'
205, 'Critter 0.70 64-bit 2CPU'
205, 'Hiarcs 13.1 4CPU'
193, 'Rybka 2.2n2 64-bit 4CPU'
191, 'Naum 4 64-bit 2CPU'
188, 'Rybka 2.3.2a 64-bit 2CPU'
174, 'Stockfish 1.6.3 64-bit 2CPU'
169, 'Deep Fritz 12 4CPU'
167, 'Stockfish 1.5.1 64-bit 4CPU'
166, 'Rybka 3 32-bit'
163, 'Deep Shredder 12 64-bit OA Off 4CPU'
161, 'Critter 0.70 64-bit 4CPU'
156, 'Rybka 2.3.2a 64-bit 4CPU'
152, 'Rybka 3 Dynamic 64-bit'
151, 'Deep Shredder 12 64-bit OA On 4CPU'
146, 'Stockfish 1.7.1 64-bit'
133, 'Naum 4 64-bit 4CPU'
133, 'Rybka 3 Human 64-bit'
127, 'Naum 4.1 64-bit 4CPU'
119, 'Naum 4.2 64-bit 2CPU'
114, 'Rybka 3 64-bit'
112, 'Rybka 3 Human 64-bit 4CPU'
110, 'Stockfish 1.7.1 64-bit 2CPU'
108, 'Stockfish 1.6.3 64-bit 4CPU'
97, 'Naum 4.2 64-bit 4CPU'
95, 'Rybka 4 64-bit'
73, 'Rybka 3 64-bit 2CPU'
56, 'Stockfish 1.7.1 64-bit 4CPU'
29, 'Rybka 3 64-bit 4CPU'
0, 'Rybka 4 64-bit 4CPU'

Forty moves in Forty minutes&#58;
1258, 'Warrior 1.0.3'
1249, 'Micro-Max 4.8'
1217, 'Feuerstein 0.4.4.2'
1210, 'Rival 1.18'
1197, 'Marvin 1.3.0'
1194, 'Smash 1.0.3'
1177, 'ChessMind 0.80'
1176, 'Heracles 0.6.16'
1151, 'BibiChess 0.5'
1134, 'Monarch 1.7'
1133, 'Alex 1.96'
1113, 'Gibbon 2.01b'
1107, 'Matheus 2.3'
1097, 'BigLion 2.23x'
1089, 'Buzz 0.07'
1060, 'Lime 62'
1031, 'Adam 3.2'
990, 'Lime 66'
985, 'Neurosis 2.3'
971, 'Alex 2.03'
969, 'Latista &#40;Sinobyl&#41; 1.5'
965, 'Atlas 2.20'
929, 'Ayito 0.2.994'
923, 'Cheese 1.2'
917, 'EXchess 5.01b'
905, 'Chispa 4.0.3'
903, 'Popochin 2.7'
896, 'GreKo 5.2.5'
866, 'Ares 1.003a'
866, 'Popochin 3.2'
865, 'Ant 2006-F'
865, 'Cheese 1.1b'
864, 'Averno 0.81'
864, 'Sage 2.2a'
860, 'Natwarlal 0.14'
859, 'Anechka 0.08'
857, 'Cheese 1.3'
856, 'Zeus 1.27'
841, 'Rodin 2.3a'
840, 'Arion 1.7'
837, 'KnightX 1.92'
835, 'Horizon 4.3'
832, 'Asterisk 0.6'
831, 'Chezzz 1.0.3'
824, 'Aice 0.99.2'
812, 'Alfil 6.10'
805, 'Glass 1.3'
803, 'DanaSah 2.44'
801, 'GreKo 6.5'
790, 'Thors Hammer 2.28 32-bit'
786, 'DanaSah 2.73'
776, 'Sage 3.53'
774, 'Amateur 2.82'
774, 'Horizon 4.4'
772, 'Patzer 3.80'
769, 'Delphil 1.6c'
769, 'Gosu 0.16'
765, 'Comet B68'
765, 'Delphil 1.8'
759, 'Gaia 3.5 32-bit'
758, 'RomiChess P3k 32-bit'
755, 'Djinn 0.925x'
754, 'Dragon 4.6'
753, 'Diablo 0.5.1'
753, 'Hermann 2.0'
753, 'Queen 4.03'
751, 'Delphil 1.9c'
747, 'KnightDreamer 3.3'
743, 'Matacz 1.1'
741, 'Muse 0.899b'
735, 'Snitch 1.6.2 32-bit'
733, 'Kiwi 0.6d'
732, 'Arasan 9.2'
731, 'Homer 2.01'
730, 'PostModernist 1016'
715, 'Arasan 9.5'
713, 'Booot 4.11.1'
707, 'RomiChess P3k 64-bit'
696, 'Trace 1.37a'
695, 'Amyan 1.597'
687, 'Yace 0.99.87'
686, 'Matacz 1.4'
684, 'Pepito 1.59 32-bit'
684, 'Quark 2.35'
682, 'SpiderChess 070603'
680, 'Booot 4.10.1'
678, 'Cerebro 3.03d'
678, 'Colossus 2007b'
678, 'Trace 1.36'
665, 'Twisted Logic 20080404x'
661, 'Booot 4.12.1'
661, 'Tao 5.6'
660, 'Little Goliath Evolution 3.12'
657, 'Twisted Logic 0.065e37'
655, 'Hamsters 0.4'
651, 'AnMon 5.60'
651, 'AnMon 5.75'
651, 'Cerebro 3.01c'
651, 'Movei 00.8.295'
648, 'Movei 00.8.403'
647, 'Colossus 2006d'
645, 'E.T. Chess 18.11.05'
645, 'Twisted Logic 0.065e35'
644, 'Arasan 11.2 64-bit 2CPU'
641, 'DanaSah 4.24'
639, 'Arasan 11.3 64-bit 4CPU'
639, 'Crafty 20.14 32-bit'
635, 'Booot 4.13.0'
635, 'Twisted Logic 0.099x'
634, 'BugChess2 1.5.1'
629, 'Sloppy 0.1.1'
623, 'Ufim 8.02'
622, 'Petir 3.95'
622, 'Thinker 4.7a'
620, 'Colossus 2008a'
620, 'The Baron 1.7.0'
619, 'AnMon 5.66'
614, 'Hamsters 0.5'
609, 'Anaconda 2.0.1'
609, 'Colossus 2006f'
606, 'SOS 5.1'
603, 'Frenzee 2.0'
602, 'Rotor 0.5'
599, 'Petir 3.99d'
597, 'BugChess2 1.5.2'
597, 'Sloppy 0.2.2 64-bit'
596, 'Pharaon 3.3'
594, 'Frenzee 3.0'
593, 'Amyan 1.72'
592, 'Colossus 2007a'
590, 'SmarThink 0.17a'
585, 'Petir 4.999999'
585, 'Zappa 1.1 32-bit'
581, 'Booot 4.13.1'
581, 'Critter 0.40'
579, 'Hamsters 0.6'
579, 'The Baron 2.23 32-bit'
578, 'Pro Deo 1.1'
576, 'Colossus 2007c'
573, 'Petir 4.39'
572, 'Pseudo 0.7c'
570, 'The Baron 1.8.1'
570, 'WildCat 6'
568, 'Aristarch 4.50'
566, 'Delfi 5.0'
566, 'Scorpio 2.1 64-bit 2CPU'
565, 'Alaric 0702b'
564, 'Naum 1.91 32-bit'
562, 'N2 0.4 64-bit'
561, 'Colossus 2007d'
559, 'Ruffian 1.0.5'
558, 'Naum 1.91 64-bit'
557, 'Deuterium 09.01.26.492'
556, 'Chiron 0.8.7'
555, 'Pharaon 3.5.1'
555, 'Zappa 1.1 64-bit'
554, 'The Baron 2.23 64-bit'
548, 'List 5.12'
548, 'Pro Deo 1.2'
545, 'Gandalf 6'
544, 'Glaurung 1.0.2 32-bit'
541, 'WildCat 7'
539, 'CM10th Default'
539, 'Pharaon 3.5.1 4CPU'
539, 'WildCat 8'
537, 'Delfi 5.1'
535, 'Ruffian 2.1.0'
534, 'Chess Tiger 15'
529, 'CM10th Pestilence'
529, 'Delfi 5.2'
528, 'Pharaon 3.5.1 2CPU'
527, 'Slow Chess Blitz WV2.1'
526, 'Chronos 1.9.7'
526, 'CM10th Ogre'
525, 'Alaric 704'
525, 'Scorpio 1.8'
523, 'Movei 00.8.438'
522, 'Scorpio 1.81'
521, 'CM10th Guardian'
521, 'CM10th Magic II'
519, 'E.T. Chess 13.01.08'
518, 'Colossus 2008b'
516, 'CM10th Paralyse'
512, 'Scorpio 1.9'
510, 'CM9000 Enforcer'
510, 'Glaurung 1.2.1 32-bit'
509, 'SmarThink 1.00 32-bit'
506, 'CM10th Xperience'
506, 'Scorpio 1.84'
504, 'Alaric 707'
503, 'BugChess2 1.6.4 64-bit'
503, 'Glaurung 1.2.1 Crusader 32-bit'
502, 'Scorpio 1.91'
500, 'Chessmaster 11'
499, 'Booot 4.14.0'
498, 'Glaurung 1.2.1 64-bit'
498, 'Glaurung 1.2.1 Avalanche 32-bit'
497, 'Frenzee Feb08 64-bit'
493, 'Booot 4.15.1'
493, 'Movei 00.8.438 &#40;10 10 10&#41;'
492, 'Bright 0.2c'
483, 'Chess Tiger 2007'
482, 'Daydreamer 1.75 64-bit'
482, 'Spike 1.1'
481, 'Delfi 5.4'
472, 'Booot 4.15.0'
471, 'Crafty 23.2 32-bit'
469, 'Naum 2.0 32-bit'
468, 'Bright 0.2b'
466, 'Naum 2.0 64-bit'
465, 'Chess Tiger 2007.1'
454, 'Glaurung 1.2.1 64-bit 2CPU'
453, 'Crafty 23.2 64-bit'
448, 'Hiarcs 10 Hypermodern'
445, 'Scorpio 2.1 64-bit 4CPU'
444, 'Chessmaster 11 2CPU'
444, 'Deep Junior 9 2CPU'
442, 'Junior 10.1'
441, 'Delfi 5.4 2CPU'
432, 'Bright 0.3a'
431, 'Hiarcs 10'
429, 'SmarThink 1.20 32-bit'
427, 'Bright 0.3b'
426, 'Fritz 9'
426, 'Fruit 2.2.1'
425, 'Deep Sjeng 2.5 1CPU'
425, 'Hiarcs X54 32-bit'
424, 'Junior 10'
424, 'Naum 2.1 32-bit'
423, 'Bright 0.2b 2CPU'
421, 'Spike 1.2 Turin'
420, 'Hiarcs X50'
419, 'Glaurung 2.0.1 64-bit'
419, 'Hiarcs X54 64-bit'
417, 'Toga II 1.2 32-bit'
414, 'Deep Shredder 9 2CPU'
413, 'Hiarcs X54 Hypermodern 32-bit'
412, 'Glaurung 2.2 32-bit'
411, 'Loop 12.32'
408, 'Crafty 23.0 64-bit 4CPU'
404, 'Hiarcs X50 Hypermodern'
404, 'SmarThink 1.20 64-bit'
401, 'Loop 10.32f'
400, 'Glaurung 2.1 32-bit'
399, 'Loop 13.6 &#40;Loop 2007&#41; 64-bit'
398, 'Bright 0.3d'
397, 'Loop M1-T 64-bit'
397, 'Thinker 5.3b Passive 64-bit'
394, 'Hiarcs 11.2'
393, 'Crafty 23.0 64-bit 2CPU'
392, 'Bright 0.2c 2CPU'
392, 'Bright 0.4a'
392, 'Glaurung 2.1 64-bit'
392, 'Loop 13.5 32-bit'
389, 'Hiarcs 11'
389, 'Loop 13.6 &#40;Loop 2007&#41; 32-bit'
388, 'Bright 0.5c'
387, 'Zap!Chess Zanzibar 32-bit'
386, 'Bright 0.3a 2CPU'
384, 'Deep Sjeng 2.7 4CPU'
384, 'Fritz 10'
381, 'Fruit 2.3.1'
380, 'Glaurung 2.2 64-bit'
379, 'Zappa Mexico 32-bit'
377, 'Twisted Logic 20100131x 64-bit'
376, 'Hiarcs 11.1'
375, 'Onno 0.12.0 64-bit'
374, 'Toga II 1.3.1'
373, 'Naum 2.2 32-bit'
371, 'Glaurung 2.0.1 64-bit 2CPU'
370, 'Hiarcs Paderborn 2007'
369, 'Deep Junior 10 2CPU'
369, 'Spark 0.3 32-bit'
367, 'Protector 1.3.2 32-bit'
365, 'Naum 2.2 64-bit'
360, 'Toga II 1.4 beta5c'
359, 'Bright 0.2c 4CPU'
359, 'TheMadPrune 1.1.25'
357, 'Loop 13.5 64-bit 2CPU'
356, 'Deep Junior 10 4CPU'
355, 'Hiarcs 12'
355, 'Loop 13.6 &#40;Loop 2007&#41; 64-bit 2CPU'
354, 'Zappa Mexico II 32-bit'
351, 'Critter 0.52 64-bit'
350, 'Onno 1.1.1 64-bit'
349, 'Bright 0.3b 2CPU'
349, 'Hiarcs 12.1'
348, 'Bright 0.4a 2CPU'
348, 'Critter 0.70 64-bit 2CPU'
348, 'Deep Shredder 10 32-bit 2CPU'
347, 'Naum 2.1 64-bit 2CPU'
346, 'Hiarcs 11 2CPU'
345, 'Bright 0.3d 2CPU'
343, 'Deep Sjeng WC2008 32-bit 1CPU'
343, 'LoopMP 12.32 2CPU'
342, 'Cyclone 3.4'
342, 'Protector 1.3.4 32-bit'
341, 'Deep Junior 11.1a 64-bit 1CPU'
341, 'Glaurung 2.1 64-bit 2CPU'
340, 'Toga II 1.4.1SE6'
339, 'Toga II 3.1.2SE'
337, 'Toga II 1.4.1SE'
336, 'Loop M1-T 64-bit 2CPU'
335, 'Deep Fritz 10 4CPU'
335, 'Stockfish 1.4 32-bit'
333, 'Deep Shredder 10 64-bit 4CPU'
332, 'Critter 0.60 64-bit'
332, 'Glaurung 2.0.1 64-bit 4CPU'
332, 'Hiarcs 11.2 2CPU'
328, 'Bright 0.3a 4CPU'
328, 'Deep Sjeng 3.0 64-bit 1CPU'
328, 'Spark 0.3 64-bit'
328, 'Zappa Mexico 64-bit'
327, 'Deep Sjeng WC2008 64-bit 1CPU'
327, 'Hiarcs 11.1 2CPU'
327, 'Thinker 5.3b Inert 32-bit'
325, 'Loop 13.6 &#40;Loop 2007&#41; 64-bit 4CPU'
325, 'Thinker 5.3b Inert 64-bit'
322, 'Deep Shredder 11 64-bit 1CPU'
319, 'Doch 1.3.4 32-bit'
317, 'Stockfish 1.4 64-bit'
316, 'Naum 3.1 64-bit PTnormal'
314, 'Zap!Chess Paderborn 64-bit 4CPU'
313, 'Loop M1-T 64-bit 4CPU'
313, 'Naum 3 32-bit'
312, 'Naum 3.1 64-bit PL10'
311, 'Protector 1.3.4 64-bit'
310, 'Bright 0.3b 4CPU'
310, 'Thinker 5.4a Inert 64-bit'
309, 'Deep Junior 11.2 64-bit 1CPU'
309, 'Fritz 11'
308, 'Naum 3 64-bit'
307, 'Rybka 1.1 32-bit'
306, 'Spark 0.3 64-bit 2CPU'
306, 'Toga II 1.4.1SE 2CPU'
303, 'Komodo 1.0 32-bit'
303, 'Naum 3.1 64-bit'
303, 'Stockfish 1.5.1 32-bit'
303, 'Zappa Mexico II 64-bit'
301, 'Hiarcs 11 4CPU'
300, 'Hiarcs 11.2 4CPU'
300, 'Naum 2.1 64-bit 4CPU'
300, 'Toga II 1.4 beta5c 2CPU'
299, 'Spark 0.3a 64-bit'
297, 'Doch 09.980 64-bit'
297, 'Glaurung 2.2 64-bit 2CPU'
295, 'Bright 0.3d 4CPU'
295, 'Critter 0.60 64-bit 4CPU'
294, 'Naum 2.2 64-bit 2CPU'
293, 'Doch 1.3.4 64-bit'
292, 'Glaurung 2.1 64-bit 4CPU'
286, 'Fritz 12'
286, 'Hiarcs 11.1 4CPU'
283, 'Hiarcs 12 2CPU'
281, 'Rybka 1.1 64-bit'
280, 'Rybka 2.2n2 32-bit'
278, 'Deep Fritz 10.1 4CPU'
277, 'Doch 1.2 64-bit'
277, 'Toga II 1.4 beta5c 4CPU'
275, 'Deep Shredder 11 64-bit 2CPU'
274, 'Stockfish 1.5.1 64-bit'
271, 'Hiarcs Paderborn 2007 4CPU'
267, 'Hiarcs 13.1'
265, 'Glaurung 2.2 64-bit 4CPU'
265, 'Hiarcs 12 4CPU'
264, 'Bright 0.4a 4CPU'
264, 'Protector 1.3.4 64-bit 4CPU'
263, 'Thinker 5.4a Inert 64-bit 2CPU'
261, 'Naum 2.2 64-bit 4CPU'
259, 'Toga II 1.4.1SE 4CPU'
257, 'Hiarcs 12.1 4CPU'
257, 'Thinker 5.4a Inert 64-bit 4CPU'
256, 'Deep Sjeng 3.0 64-bit 4CPU'
253, 'Rybka 2.2n2 64-bit'
252, 'Zappa Mexico 64-bit 2CPU'
252, 'Zappa Mexico II 64-bit 2CPU'
249, 'Rybka 2.3.2a 32-bit'
247, 'Naum 3.1 64-bit 2CPU'
245, 'Deep Shredder 11 64-bit 4CPU'
242, 'Naum 3 64-bit 2CPU'
240, 'Spark 0.4 64-bit 4CPU'
238, 'Deep Sjeng WC2008 64-bit 4CPU'
238, 'Komodo 1.0 64-bit'
238, 'Naum 4 64-bit PL5'
237, 'Naum 4 32-bit'
236, 'Stockfish 1.6.3 32-bit'
233, 'Spark 0.3 64-bit 4CPU'
224, 'Spark 0.3a 64-bit 4CPU'
222, 'Naum 4 64-bit PL-5'
221, 'Naum 4.1 32-bit'
219, 'Zap!Chess Zanzibar 64-bit 4CPU'
218, 'Stockfish 1.5.1 64-bit 2CPU'
217, 'Deep Sjeng WC2008 64-bit 2CPU'
215, 'Rybka 2.2n2 64-bit 2CPU'
211, 'Naum 4 64-bit'
211, 'Naum 4.1 64-bit'
211, 'Stockfish 1.4 64-bit 4CPU'
207, 'Deep Junior 11.1a 64-bit 4CPU'
203, 'Naum 3 64-bit 4CPU'
202, 'Zappa Mexico 64-bit 4CPU'
201, 'Rybka 2.3.2a 64-bit'
194, 'Stockfish 1.6.3 64-bit'
194, 'Zappa Mexico II 64-bit 4CPU'
193, 'Naum 3.1 64-bit 4CPU'
191, 'Stockfish 1.5.1 64-bit 4CPU'
186, 'Komodo 1.1 64-bit'
186, 'Rybka 2.2n2 64-bit 4CPU'
180, 'Rybka 2.3.2a 64-bit 2CPU'
174, 'Deep Fritz 12 4CPU'
171, 'Rybka 3 32-bit'
168, 'Naum 4.2 64-bit'
162, 'Critter 0.70 64-bit 4CPU'
161, 'Naum 4 64-bit 2CPU'
159, 'Hiarcs 13.1 4CPU'
156, 'Deep Shredder 12 64-bit OA Off 4CPU'
152, 'Stockfish 1.6.3 64-bit 2CPU'
145, 'Rybka 3 Dynamic 64-bit'
145, 'Rybka 3 Human 64-bit'
142, 'Komodo 1.2 64-bit'
141, 'Rybka 2.3.2a 64-bit 4CPU'
140, 'Deep Shredder 12 64-bit OA On 4CPU'
137, 'Stockfish 1.7.1 64-bit'
135, 'Naum 4.2 64-bit 2CPU'
124, 'Stockfish 1.6.3 64-bit 4CPU'
116, 'Naum 4 64-bit 4CPU'
116, 'Rybka 3 64-bit'
108, 'Stockfish 1.7.1 64-bit 2CPU'
105, 'Naum 4.1 64-bit 4CPU'
90, 'Rybka 3 64-bit 2CPU'
81, 'Naum 4.2 64-bit 4CPU'
74, 'Rybka 4 64-bit'
48, 'Stockfish 1.7.1 64-bit 4CPU'
41, 'Rybka 3 Human 64-bit 4CPU'
38, 'Rybka 3 64-bit 4CPU'
0, 'Rybka 4 64-bit 4CPU'
*/
Dann Corbit
Posts: 12540
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: Question to the members of the ranking lists..

Post by Dann Corbit »

based on differences:

Code: Select all

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

typedef struct ranking &#123;
    int Elo;
    char *Engine;
&#125; ranking;

#define LISTLIMIT 434

ranking FourOhFour&#91;LISTLIMIT+1&#93; = &#123;
    &#123;1298, "Heracles 0.6.16"&#125;,
    &#123;1287, "Warrior 1.0.3"&#125;,
    &#123;1277, "BibiChess 0.5"&#125;,
    &#123;1277, "Feuerstein 0.4.4.2"&#125;,
    &#123;1265, "Rival 1.18"&#125;,
    &#123;1260, "Smash 1.0.3"&#125;,
    &#123;1246, "Micro-Max 4.8"&#125;,
    &#123;1223, "Marvin 1.3.0"&#125;,
    &#123;1216, "BigLion 2.23x"&#125;,
    &#123;1207, "ChessMind 0.80"&#125;,
    &#123;1165, "Gibbon 2.01b"&#125;,
    &#123;1154, "Monarch 1.7"&#125;,
    &#123;1137, "Matheus 2.3"&#125;,
    &#123;1130, "Lime 62"&#125;,
    &#123;1085, "Adam 3.2"&#125;,
    &#123;1073, "Alex 1.96"&#125;,
    &#123;1040, "Lime 66"&#125;,
    &#123;1025, "Neurosis 2.3"&#125;,
    &#123;1015, "Chispa 4.0.3"&#125;,
    &#123;1007, "Atlas 2.20"&#125;,
    &#123;997, "EXchess 5.01b"&#125;,
    &#123;995, "Latista &#40;Sinobyl&#41; 1.5"&#125;,
    &#123;992, "Alex 2.03"&#125;,
    &#123;965, "Popochin 2.7"&#125;,
    &#123;956, "GreKo 5.2.5"&#125;,
    &#123;950, "Zeus 1.27"&#125;,
    &#123;949, "Sage 2.2a"&#125;,
    &#123;948, "Anechka 0.08"&#125;,
    &#123;947, "Ant 2006-F"&#125;,
    &#123;932, "RomiChess P3k 32-bit"&#125;,
    &#123;930, "Horizon 4.3"&#125;,
    &#123;924, "Natwarlal 0.14"&#125;,
    &#123;923, "Asterisk 0.6"&#125;,
    &#123;912, "Ayito 0.2.994"&#125;,
    &#123;903, "Rodin 2.3a"&#125;,
    &#123;898, "Ares 1.003a"&#125;,
    &#123;893, "Cheese 1.1b"&#125;,
    &#123;893, "Popochin 3.2"&#125;,
    &#123;886, "Averno 0.81"&#125;,
    &#123;884, "KnightX 1.92"&#125;,
    &#123;877, "Aice 0.99.2"&#125;,
    &#123;873, "Buzz 0.07"&#125;,
    &#123;869, "Chezzz 1.0.3"&#125;,
    &#123;869, "DanaSah 2.44"&#125;,
    &#123;863, "Arion 1.7"&#125;,
    &#123;861, "Sage 3.53"&#125;,
    &#123;859, "Queen 4.03"&#125;,
    &#123;854, "Thors Hammer 2.28 32-bit"&#125;,
    &#123;851, "GreKo 6.5"&#125;,
    &#123;845, "Cheese 1.2"&#125;,
    &#123;842, "Cheese 1.3"&#125;,
    &#123;840, "Delphil 1.6c"&#125;,
    &#123;836, "Amateur 2.82"&#125;,
    &#123;835, "Glass 1.3"&#125;,
    &#123;831, "Horizon 4.4"&#125;,
    &#123;825, "Arasan 9.2"&#125;,
    &#123;820, "Homer 2.01"&#125;,
    &#123;817, "Patzer 3.80"&#125;,
    &#123;815, "Djinn 0.925x"&#125;,
    &#123;813, "DanaSah 2.73"&#125;,
    &#123;812, "Comet B68"&#125;,
    &#123;807, "Gosu 0.16"&#125;,
    &#123;807, "Muse 0.899b"&#125;,
    &#123;807, "PostModernist 1016"&#125;,
    &#123;804, "Diablo 0.5.1"&#125;,
    &#123;798, "Hermann 2.0"&#125;,
    &#123;794, "Delphil 1.8"&#125;,
    &#123;788, "Alfil 6.10"&#125;,
    &#123;788, "Arasan 9.5"&#125;,
    &#123;786, "Gaia 3.5 32-bit"&#125;,
    &#123;786, "Matacz 1.1"&#125;,
    &#123;784, "Booot 4.10.1"&#125;,
    &#123;783, "KnightDreamer 3.3"&#125;,
    &#123;781, "RomiChess P3k 64-bit"&#125;,
    &#123;777, "Booot 4.11.1"&#125;,
    &#123;773, "Delphil 1.9c"&#125;,
    &#123;773, "Kiwi 0.6d"&#125;,
    &#123;772, "Dragon 4.6"&#125;,
    &#123;766, "Snitch 1.6.2 32-bit"&#125;,
    &#123;756, "Quark 2.35"&#125;,
    &#123;755, "Matacz 1.4"&#125;,
    &#123;743, "Twisted Logic 0.065e37"&#125;,
    &#123;741, "SpiderChess 070603"&#125;,
    &#123;739, "Hamsters 0.4"&#125;,
    &#123;726, "Amyan 1.597"&#125;,
    &#123;726, "The Baron 1.7.0"&#125;,
    &#123;721, "Twisted Logic 20080404x"&#125;,
    &#123;715, "Movei 00.8.295"&#125;,
    &#123;714, "Tao 5.6"&#125;,
    &#123;710, "Cerebro 3.01c"&#125;,
    &#123;710, "Cerebro 3.03d"&#125;,
    &#123;707, "Booot 4.12.1"&#125;,
    &#123;704, "Booot 4.13.0"&#125;,
    &#123;702, "Colossus 2006d"&#125;,
    &#123;700, "Twisted Logic 0.099x"&#125;,
    &#123;696, "Hamsters 0.5"&#125;,
    &#123;693, "Arasan 11.2 64-bit 2CPU"&#125;,
    &#123;692, "Pepito 1.59 32-bit"&#125;,
    &#123;684, "Petir 3.95"&#125;,
    &#123;683, "Trace 1.36"&#125;,
    &#123;680, "Frenzee 3.0"&#125;,
    &#123;680, "Twisted Logic 0.065e35"&#125;,
    &#123;679, "BugChess2 1.5.1"&#125;,
    &#123;679, "Little Goliath Evolution 3.12"&#125;,
    &#123;678, "DanaSah 4.24"&#125;,
    &#123;678, "Trace 1.37a"&#125;,
    &#123;678, "Yace 0.99.87"&#125;,
    &#123;676, "E.T. Chess 18.11.05"&#125;,
    &#123;673, "AnMon 5.60"&#125;,
    &#123;673, "AnMon 5.66"&#125;,
    &#123;667, "Petir 3.99d"&#125;,
    &#123;666, "Frenzee 2.0"&#125;,
    &#123;662, "AnMon 5.75"&#125;,
    &#123;659, "Crafty 20.14 32-bit"&#125;,
    &#123;656, "SmarThink 0.17a"&#125;,
    &#123;655, "Zappa 1.1 32-bit"&#125;,
    &#123;653, "Movei 00.8.403"&#125;,
    &#123;653, "Ufim 8.02"&#125;,
    &#123;651, "Thinker 4.7a"&#125;,
    &#123;647, "Anaconda 2.0.1"&#125;,
    &#123;644, "Colossus 2006f"&#125;,
    &#123;643, "BugChess2 1.5.2"&#125;,
    &#123;642, "Pharaon 3.3"&#125;,
    &#123;641, "The Baron 1.8.1"&#125;,
    &#123;639, "The Baron 2.23 32-bit"&#125;,
    &#123;632, "Sloppy 0.1.1"&#125;,
    &#123;629, "Colossus 2007a"&#125;,
    &#123;628, "Petir 4.999999"&#125;,
    &#123;628, "The Baron 2.23 64-bit"&#125;,
    &#123;628, "WildCat 6"&#125;,
    &#123;625, "Petir 4.39"&#125;,
    &#123;624, "Deuterium 09.01.26.492"&#125;,
    &#123;624, "Hamsters 0.6"&#125;,
    &#123;622, "Arasan 11.3 64-bit 4CPU"&#125;,
    &#123;620, "Booot 4.13.1"&#125;,
    &#123;619, "Aristarch 4.50"&#125;,
    &#123;618, "Critter 0.40"&#125;,
    &#123;616, "Colossus 2007b"&#125;,
    &#123;614, "Pseudo 0.7c"&#125;,
    &#123;612, "Delfi 5.0"&#125;,
    &#123;610, "SOS 5.1"&#125;,
    &#123;608, "Ruffian 1.0.5"&#125;,
    &#123;603, "Chiron 0.8.7"&#125;,
    &#123;602, "Alaric 0702b"&#125;,
    &#123;602, "Colossus 2007c"&#125;,
    &#123;595, "List 5.12"&#125;,
    &#123;594, "Colossus 2008a"&#125;,
    &#123;588, "Pharaon 3.5.1"&#125;,
    &#123;587, "Naum 1.91 32-bit"&#125;,
    &#123;585, "Movei 00.8.438"&#125;,
    &#123;585, "Rotor 0.5"&#125;,
    &#123;585, "WildCat 7"&#125;,
    &#123;581, "Pro Deo 1.1"&#125;,
    &#123;579, "CM10th Ogre"&#125;,
    &#123;579, "Zappa 1.1 64-bit"&#125;,
    &#123;578, "CM10th Magic II"&#125;,
    &#123;578, "Delfi 5.2"&#125;,
    &#123;577, "Glaurung 1.0.2 32-bit"&#125;,
    &#123;576, "Colossus 2007d"&#125;,
    &#123;575, "Slow Chess Blitz WV2.1"&#125;,
    &#123;574, "Delfi 5.1"&#125;,
    &#123;572, "Amyan 1.72"&#125;,
    &#123;572, "Gandalf 6"&#125;,
    &#123;571, "CM10th Default"&#125;,
    &#123;570, "Ruffian 2.1.0"&#125;,
    &#123;569, "Alaric 704"&#125;,
    &#123;568, "Pro Deo 1.2"&#125;,
    &#123;567, "N2 0.4 64-bit"&#125;,
    &#123;565, "Booot 4.14.0"&#125;,
    &#123;565, "Glaurung 1.2.1 Crusader 32-bit"&#125;,
    &#123;563, "Scorpio 1.8"&#125;,
    &#123;559, "CM10th Guardian"&#125;,
    &#123;559, "Sloppy 0.2.2 64-bit"&#125;,
    &#123;557, "Movei 00.8.438 &#40;10 10 10&#41;"&#125;,
    &#123;555, "CM10th Pestilence"&#125;,
    &#123;555, "Scorpio 1.84"&#125;,
    &#123;555, "WildCat 8"&#125;,
    &#123;551, "Chronos 1.9.7"&#125;,
    &#123;551, "Scorpio 1.91"&#125;,
    &#123;550, "CM9000 Enforcer"&#125;,
    &#123;549, "CM10th Xperience"&#125;,
    &#123;548, "E.T. Chess 13.01.08"&#125;,
    &#123;546, "Naum 1.91 64-bit"&#125;,
    &#123;544, "Glaurung 1.2.1 Avalanche 32-bit"&#125;,
    &#123;540, "Scorpio 1.81"&#125;,
    &#123;539, "Colossus 2008b"&#125;,
    &#123;539, "Scorpio 1.9"&#125;,
    &#123;538, "Glaurung 1.2.1 64-bit"&#125;,
    &#123;535, "Chess Tiger 15"&#125;,
    &#123;534, "Pharaon 3.5.1 2CPU"&#125;,
    &#123;533, "CM10th Paralyse"&#125;,
    &#123;532, "Glaurung 1.2.1 32-bit"&#125;,
    &#123;529, "Alaric 707"&#125;,
    &#123;528, "Daydreamer 1.75 64-bit"&#125;,
    &#123;526, "Chessmaster 11"&#125;,
    &#123;524, "Booot 4.15.1"&#125;,
    &#123;523, "SmarThink 1.00 32-bit"&#125;,
    &#123;521, "Booot 4.15.0"&#125;,
    &#123;516, "Deep Sjeng 2.5 1CPU"&#125;,
    &#123;514, "BugChess2 1.6.4 64-bit"&#125;,
    &#123;514, "Frenzee Feb08 64-bit"&#125;,
    &#123;509, "Delfi 5.4"&#125;,
    &#123;505, "Bright 0.2b"&#125;,
    &#123;503, "Pharaon 3.5.1 4CPU"&#125;,
    &#123;503, "Spike 1.1"&#125;,
    &#123;502, "Bright 0.2c"&#125;,
    &#123;497, "Naum 2.0 64-bit"&#125;,
    &#123;494, "Crafty 23.2 32-bit"&#125;,
    &#123;491, "Naum 2.0 32-bit"&#125;,
    &#123;491, "Scorpio 2.1 64-bit 2CPU"&#125;,
    &#123;491, "SmarThink 1.20 32-bit"&#125;,
    &#123;489, "Glaurung 1.2.1 64-bit 2CPU"&#125;,
    &#123;487, "Chess Tiger 2007"&#125;,
    &#123;486, "Delfi 5.4 2CPU"&#125;,
    &#123;486, "Hiarcs 10 Hypermodern"&#125;,
    &#123;478, "Crafty 23.2 64-bit"&#125;,
    &#123;477, "Chessmaster 11 2CPU"&#125;,
    &#123;471, "Crafty 23.0 64-bit 2CPU"&#125;,
    &#123;471, "Scorpio 2.1 64-bit 4CPU"&#125;,
    &#123;470, "Chess Tiger 2007.1"&#125;,
    &#123;466, "Deep Junior 9 2CPU"&#125;,
    &#123;465, "Junior 10.1"&#125;,
    &#123;462, "Spike 1.2 Turin"&#125;,
    &#123;460, "Glaurung 2.1 32-bit"&#125;,
    &#123;455, "Bright 0.3a"&#125;,
    &#123;455, "Naum 2.1 32-bit"&#125;,
    &#123;454, "Hiarcs 10"&#125;,
    &#123;452, "Hiarcs X54 64-bit"&#125;,
    &#123;450, "Crafty 23.0 64-bit 4CPU"&#125;,
    &#123;450, "Glaurung 2.0.1 64-bit"&#125;,
    &#123;450, "Junior 10"&#125;,
    &#123;449, "Bright 0.3b"&#125;,
    &#123;449, "Zappa Mexico II 32-bit"&#125;,
    &#123;447, "Glaurung 2.2 32-bit"&#125;,
    &#123;447, "Hiarcs X50 Hypermodern"&#125;,
    &#123;445, "Bright 0.2b 2CPU"&#125;,
    &#123;443, "Deep Shredder 9 2CPU"&#125;,
    &#123;442, "SmarThink 1.20 64-bit"&#125;,
    &#123;441, "Zap!Chess Zanzibar 32-bit"&#125;,
    &#123;440, "Deep Junior 10 2CPU"&#125;,
    &#123;440, "Fruit 2.2.1"&#125;,
    &#123;439, "Toga II 1.2 32-bit"&#125;,
    &#123;438, "Fritz 9"&#125;,
    &#123;437, "Bright 0.3d"&#125;,
    &#123;437, "Hiarcs X50"&#125;,
    &#123;437, "Zappa Mexico 32-bit"&#125;,
    &#123;435, "Hiarcs X54 32-bit"&#125;,
    &#123;431, "Twisted Logic 20100131x 64-bit"&#125;,
    &#123;428, "Bright 0.2c 2CPU"&#125;,
    &#123;426, "Hiarcs X54 Hypermodern 32-bit"&#125;,
    &#123;425, "Fruit 2.3.1"&#125;,
    &#123;419, "Loop 13.5 32-bit"&#125;,
    &#123;418, "Bright 0.5c"&#125;,
    &#123;418, "Loop 13.6 &#40;Loop 2007&#41; 64-bit"&#125;,
    &#123;418, "Toga II 1.3.1"&#125;,
    &#123;417, "Deep Sjeng 2.7 4CPU"&#125;,
    &#123;417, "Naum 2.2 32-bit"&#125;,
    &#123;412, "Bright 0.4a"&#125;,
    &#123;412, "Naum 2.2 64-bit"&#125;,
    &#123;411, "Loop 13.6 &#40;Loop 2007&#41; 32-bit"&#125;,
    &#123;409, "Glaurung 2.1 64-bit"&#125;,
    &#123;406, "Loop 12.32"&#125;,
    &#123;398, "Hiarcs 11"&#125;,
    &#123;398, "Loop M1-T 64-bit"&#125;,
    &#123;396, "Bright 0.3a 2CPU"&#125;,
    &#123;394, "Fritz 10"&#125;,
    &#123;394, "Glaurung 2.2 64-bit"&#125;,
    &#123;392, "Critter 0.52 64-bit"&#125;,
    &#123;387, "Hiarcs 11.2"&#125;,
    &#123;387, "TheMadPrune 1.1.25"&#125;,
    &#123;386, "Bright 0.3d 2CPU"&#125;,
    &#123;386, "Hiarcs 11.1"&#125;,
    &#123;382, "Glaurung 2.0.1 64-bit 2CPU"&#125;,
    &#123;381, "Bright 0.3b 2CPU"&#125;,
    &#123;381, "Loop 10.32f"&#125;,
    &#123;381, "Naum 3 32-bit"&#125;,
    &#123;380, "Deep Sjeng WC2008 32-bit 1CPU"&#125;,
    &#123;379, "Naum 2.1 64-bit 2CPU"&#125;,
    &#123;378, "Cyclone 3.4"&#125;,
    &#123;378, "Spark 0.3 32-bit"&#125;,
    &#123;378, "Toga II 3.1.2SE"&#125;,
    &#123;377, "Zappa Mexico 64-bit"&#125;,
    &#123;376, "Bright 0.2c 4CPU"&#125;,
    &#123;372, "Thinker 5.3b Passive 64-bit"&#125;,
    &#123;368, "Toga II 1.4.1SE"&#125;,
    &#123;366, "Hiarcs Paderborn 2007"&#125;,
    &#123;366, "Loop 13.6 &#40;Loop 2007&#41; 64-bit 2CPU"&#125;,
    &#123;366, "Toga II 1.4 beta5c"&#125;,
    &#123;365, "Hiarcs 11 2CPU"&#125;,
    &#123;365, "Loop 13.5 64-bit 2CPU"&#125;,
    &#123;365, "Toga II 1.4.1SE6"&#125;,
    &#123;363, "Deep Junior 10 4CPU"&#125;,
    &#123;363, "Loop M1-T 64-bit 2CPU"&#125;,
    &#123;363, "LoopMP 12.32 2CPU"&#125;,
    &#123;360, "Hiarcs 12.1"&#125;,
    &#123;359, "Deep Shredder 10 32-bit 2CPU"&#125;,
    &#123;359, "Thinker 5.3b Inert 32-bit"&#125;,
    &#123;357, "Glaurung 2.1 64-bit 2CPU"&#125;,
    &#123;355, "Hiarcs 12"&#125;,
    &#123;353, "Onno 1.1.1 64-bit"&#125;,
    &#123;352, "Deep Junior 11.2 64-bit 1CPU"&#125;,
    &#123;352, "Deep Sjeng WC2008 64-bit 1CPU"&#125;,
    &#123;351, "Deep Junior 11.1a 64-bit 1CPU"&#125;,
    &#123;351, "Deep Shredder 11 64-bit 1CPU"&#125;,
    &#123;351, "Deep Sjeng 3.0 64-bit 1CPU"&#125;,
    &#123;351, "Hiarcs 11 4CPU"&#125;,
    &#123;351, "Hiarcs 11.2 2CPU"&#125;,
    &#123;351, "Onno 0.12.0 64-bit"&#125;,
    &#123;349, "Bright 0.4a 2CPU"&#125;,
    &#123;348, "Spark 0.3 64-bit"&#125;,
    &#123;348, "Zap!Chess Paderborn 64-bit 4CPU"&#125;,
    &#123;347, "Deep Fritz 10 4CPU"&#125;,
    &#123;345, "Naum 2.1 64-bit 4CPU"&#125;,
    &#123;345, "Naum 3.1 64-bit PL10"&#125;,
    &#123;345, "Zappa Mexico II 64-bit"&#125;,
    &#123;343, "Bright 0.3a 4CPU"&#125;,
    &#123;343, "Rybka 1.1 32-bit"&#125;,
    &#123;343, "Toga II 1.4 beta5c 2CPU"&#125;,
    &#123;341, "Deep Shredder 10 64-bit 4CPU"&#125;,
    &#123;340, "Doch 1.3.4 32-bit"&#125;,
    &#123;337, "Protector 1.3.4 32-bit"&#125;,
    &#123;336, "Glaurung 2.0.1 64-bit 4CPU"&#125;,
    &#123;336, "Protector 1.3.4 64-bit"&#125;,
    &#123;335, "Doch 09.980 64-bit"&#125;,
    &#123;334, "Naum 3 64-bit"&#125;,
    &#123;333, "Hiarcs 11.1 2CPU"&#125;,
    &#123;333, "Komodo 1.0 32-bit"&#125;,
    &#123;333, "Naum 3.1 64-bit"&#125;,
    &#123;332, "Loop 13.6 &#40;Loop 2007&#41; 64-bit 4CPU"&#125;,
    &#123;331, "Critter 0.60 64-bit"&#125;,
    &#123;329, "Thinker 5.3b Inert 64-bit"&#125;,
    &#123;328, "Doch 1.2 64-bit"&#125;,
    &#123;325, "Glaurung 2.2 64-bit 2CPU"&#125;,
    &#123;325, "Naum 2.2 64-bit 2CPU"&#125;,
    &#123;325, "Naum 3.1 64-bit PTnormal"&#125;,
    &#123;322, "Protector 1.3.2 32-bit"&#125;,
    &#123;321, "Bright 0.3b 4CPU"&#125;,
    &#123;319, "Loop M1-T 64-bit 4CPU"&#125;,
    &#123;319, "Stockfish 1.4 64-bit"&#125;,
    &#123;319, "Toga II 1.4.1SE 2CPU"&#125;,
    &#123;313, "Deep Shredder 11 64-bit 2CPU"&#125;,
    &#123;313, "Deep Sjeng WC2008 64-bit 2CPU"&#125;,
    &#123;313, "Stockfish 1.4 32-bit"&#125;,
    &#123;313, "Thinker 5.4a Inert 64-bit"&#125;,
    &#123;310, "Hiarcs 12 2CPU"&#125;,
    &#123;305, "Bright 0.3d 4CPU"&#125;,
    &#123;305, "Fritz 11"&#125;,
    &#123;301, "Doch 1.3.4 64-bit"&#125;,
    &#123;301, "Rybka 1.1 64-bit"&#125;,
    &#123;297, "Glaurung 2.1 64-bit 4CPU"&#125;,
    &#123;297, "Rybka 2.2n2 32-bit"&#125;,
    &#123;296, "Hiarcs 11.1 4CPU"&#125;,
    &#123;294, "Toga II 1.4.1SE 4CPU"&#125;,
    &#123;294, "Zappa Mexico II 64-bit 2CPU"&#125;,
    &#123;293, "Naum 2.2 64-bit 4CPU"&#125;,
    &#123;293, "Toga II 1.4 beta5c 4CPU"&#125;,
    &#123;292, "Spark 0.3 64-bit 2CPU"&#125;,
    &#123;291, "Stockfish 1.5.1 32-bit"&#125;,
    &#123;288, "Zappa Mexico 64-bit 2CPU"&#125;,
    &#123;287, "Bright 0.4a 4CPU"&#125;,
    &#123;287, "Hiarcs 11.2 4CPU"&#125;,
    &#123;286, "Critter 0.60 64-bit 4CPU"&#125;,
    &#123;282, "Stockfish 1.5.1 64-bit"&#125;,
    &#123;281, "Fritz 12"&#125;,
    &#123;279, "Glaurung 2.2 64-bit 4CPU"&#125;,
    &#123;279, "Spark 0.3a 64-bit"&#125;,
    &#123;277, "Naum 3.1 64-bit 2CPU"&#125;,
    &#123;276, "Hiarcs 13.1"&#125;,
    &#123;276, "Thinker 5.4a Inert 64-bit 2CPU"&#125;,
    &#123;273, "Naum 3 64-bit 2CPU"&#125;,
    &#123;272, "Deep Fritz 10.1 4CPU"&#125;,
    &#123;271, "Rybka 2.3.2a 32-bit"&#125;,
    &#123;269, "Thinker 5.4a Inert 64-bit 4CPU"&#125;,
    &#123;268, "Zap!Chess Zanzibar 64-bit 4CPU"&#125;,
    &#123;266, "Deep Sjeng 3.0 64-bit 4CPU"&#125;,
    &#123;266, "Hiarcs Paderborn 2007 4CPU"&#125;,
    &#123;265, "Naum 4 32-bit"&#125;,
    &#123;262, "Komodo 1.0 64-bit"&#125;,
    &#123;259, "Deep Junior 11.1a 64-bit 4CPU"&#125;,
    &#123;259, "Deep Shredder 11 64-bit 4CPU"&#125;,
    &#123;256, "Hiarcs 12.1 4CPU"&#125;,
    &#123;256, "Rybka 2.2n2 64-bit"&#125;,
    &#123;255, "Deep Sjeng WC2008 64-bit 4CPU"&#125;,
    &#123;254, "Hiarcs 12 4CPU"&#125;,
    &#123;254, "Protector 1.3.4 64-bit 4CPU"&#125;,
    &#123;248, "Stockfish 1.5.1 64-bit 2CPU"&#125;,
    &#123;245, "Zappa Mexico 64-bit 4CPU"&#125;,
    &#123;244, "Naum 4 64-bit"&#125;,
    &#123;243, "Naum 4 64-bit PL-5"&#125;,
    &#123;243, "Naum 4 64-bit PL5"&#125;,
    &#123;238, "Rybka 2.2n2 64-bit 2CPU"&#125;,
    &#123;237, "Naum 4.1 64-bit"&#125;,
    &#123;235, "Spark 0.3a 64-bit 4CPU"&#125;,
    &#123;235, "Zappa Mexico II 64-bit 4CPU"&#125;,
    &#123;227, "Komodo 1.1 64-bit"&#125;,
    &#123;227, "Spark 0.3 64-bit 4CPU"&#125;,
    &#123;227, "Stockfish 1.6.3 32-bit"&#125;,
    &#123;221, "Stockfish 1.4 64-bit 4CPU"&#125;,
    &#123;220, "Komodo 1.2 64-bit"&#125;,
    &#123;218, "Naum 3.1 64-bit 4CPU"&#125;,
    &#123;216, "Rybka 2.3.2a 64-bit"&#125;,
    &#123;213, "Naum 4.1 32-bit"&#125;,
    &#123;211, "Naum 3 64-bit 4CPU"&#125;,
    &#123;211, "Naum 4.2 64-bit"&#125;,
    &#123;210, "Spark 0.4 64-bit 4CPU"&#125;,
    &#123;206, "Stockfish 1.6.3 64-bit"&#125;,
    &#123;205, "Critter 0.70 64-bit 2CPU"&#125;,
    &#123;205, "Hiarcs 13.1 4CPU"&#125;,
    &#123;193, "Rybka 2.2n2 64-bit 4CPU"&#125;,
    &#123;191, "Naum 4 64-bit 2CPU"&#125;,
    &#123;188, "Rybka 2.3.2a 64-bit 2CPU"&#125;,
    &#123;174, "Stockfish 1.6.3 64-bit 2CPU"&#125;,
    &#123;169, "Deep Fritz 12 4CPU"&#125;,
    &#123;167, "Stockfish 1.5.1 64-bit 4CPU"&#125;,
    &#123;166, "Rybka 3 32-bit"&#125;,
    &#123;163, "Deep Shredder 12 64-bit OA Off 4CPU"&#125;,
    &#123;161, "Critter 0.70 64-bit 4CPU"&#125;,
    &#123;156, "Rybka 2.3.2a 64-bit 4CPU"&#125;,
    &#123;152, "Rybka 3 Dynamic 64-bit"&#125;,
    &#123;151, "Deep Shredder 12 64-bit OA On 4CPU"&#125;,
    &#123;146, "Stockfish 1.7.1 64-bit"&#125;,
    &#123;133, "Naum 4 64-bit 4CPU"&#125;,
    &#123;133, "Rybka 3 Human 64-bit"&#125;,
    &#123;127, "Naum 4.1 64-bit 4CPU"&#125;,
    &#123;119, "Naum 4.2 64-bit 2CPU"&#125;,
    &#123;114, "Rybka 3 64-bit"&#125;,
    &#123;112, "Rybka 3 Human 64-bit 4CPU"&#125;,
    &#123;110, "Stockfish 1.7.1 64-bit 2CPU"&#125;,
    &#123;108, "Stockfish 1.6.3 64-bit 4CPU"&#125;,
    &#123;97, "Naum 4.2 64-bit 4CPU"&#125;,
    &#123;95, "Rybka 4 64-bit"&#125;,
    &#123;73, "Rybka 3 64-bit 2CPU"&#125;,
    &#123;56, "Stockfish 1.7.1 64-bit 4CPU"&#125;,
    &#123;29, "Rybka 3 64-bit 4CPU"&#125;,
    &#123;0, "Rybka 4 64-bit 4CPU"&#125;,
&#125;;

ranking FourOhFourOh&#91;LISTLIMIT+1&#93; = &#123;
    &#123;1258, "Warrior 1.0.3"&#125;,
    &#123;1249, "Micro-Max 4.8"&#125;,
    &#123;1217, "Feuerstein 0.4.4.2"&#125;,
    &#123;1210, "Rival 1.18"&#125;,
    &#123;1197, "Marvin 1.3.0"&#125;,
    &#123;1194, "Smash 1.0.3"&#125;,
    &#123;1177, "ChessMind 0.80"&#125;,
    &#123;1176, "Heracles 0.6.16"&#125;,
    &#123;1151, "BibiChess 0.5"&#125;,
    &#123;1134, "Monarch 1.7"&#125;,
    &#123;1133, "Alex 1.96"&#125;,
    &#123;1113, "Gibbon 2.01b"&#125;,
    &#123;1107, "Matheus 2.3"&#125;,
    &#123;1097, "BigLion 2.23x"&#125;,
    &#123;1089, "Buzz 0.07"&#125;,
    &#123;1060, "Lime 62"&#125;,
    &#123;1031, "Adam 3.2"&#125;,
    &#123;990, "Lime 66"&#125;,
    &#123;985, "Neurosis 2.3"&#125;,
    &#123;971, "Alex 2.03"&#125;,
    &#123;969, "Latista &#40;Sinobyl&#41; 1.5"&#125;,
    &#123;965, "Atlas 2.20"&#125;,
    &#123;929, "Ayito 0.2.994"&#125;,
    &#123;923, "Cheese 1.2"&#125;,
    &#123;917, "EXchess 5.01b"&#125;,
    &#123;905, "Chispa 4.0.3"&#125;,
    &#123;903, "Popochin 2.7"&#125;,
    &#123;896, "GreKo 5.2.5"&#125;,
    &#123;866, "Ares 1.003a"&#125;,
    &#123;866, "Popochin 3.2"&#125;,
    &#123;865, "Ant 2006-F"&#125;,
    &#123;865, "Cheese 1.1b"&#125;,
    &#123;864, "Averno 0.81"&#125;,
    &#123;864, "Sage 2.2a"&#125;,
    &#123;860, "Natwarlal 0.14"&#125;,
    &#123;859, "Anechka 0.08"&#125;,
    &#123;857, "Cheese 1.3"&#125;,
    &#123;856, "Zeus 1.27"&#125;,
    &#123;841, "Rodin 2.3a"&#125;,
    &#123;840, "Arion 1.7"&#125;,
    &#123;837, "KnightX 1.92"&#125;,
    &#123;835, "Horizon 4.3"&#125;,
    &#123;832, "Asterisk 0.6"&#125;,
    &#123;831, "Chezzz 1.0.3"&#125;,
    &#123;824, "Aice 0.99.2"&#125;,
    &#123;812, "Alfil 6.10"&#125;,
    &#123;805, "Glass 1.3"&#125;,
    &#123;803, "DanaSah 2.44"&#125;,
    &#123;801, "GreKo 6.5"&#125;,
    &#123;790, "Thors Hammer 2.28 32-bit"&#125;,
    &#123;786, "DanaSah 2.73"&#125;,
    &#123;776, "Sage 3.53"&#125;,
    &#123;774, "Amateur 2.82"&#125;,
    &#123;774, "Horizon 4.4"&#125;,
    &#123;772, "Patzer 3.80"&#125;,
    &#123;769, "Delphil 1.6c"&#125;,
    &#123;769, "Gosu 0.16"&#125;,
    &#123;765, "Comet B68"&#125;,
    &#123;765, "Delphil 1.8"&#125;,
    &#123;759, "Gaia 3.5 32-bit"&#125;,
    &#123;758, "RomiChess P3k 32-bit"&#125;,
    &#123;755, "Djinn 0.925x"&#125;,
    &#123;754, "Dragon 4.6"&#125;,
    &#123;753, "Diablo 0.5.1"&#125;,
    &#123;753, "Hermann 2.0"&#125;,
    &#123;753, "Queen 4.03"&#125;,
    &#123;751, "Delphil 1.9c"&#125;,
    &#123;747, "KnightDreamer 3.3"&#125;,
    &#123;743, "Matacz 1.1"&#125;,
    &#123;741, "Muse 0.899b"&#125;,
    &#123;735, "Snitch 1.6.2 32-bit"&#125;,
    &#123;733, "Kiwi 0.6d"&#125;,
    &#123;732, "Arasan 9.2"&#125;,
    &#123;731, "Homer 2.01"&#125;,
    &#123;730, "PostModernist 1016"&#125;,
    &#123;715, "Arasan 9.5"&#125;,
    &#123;713, "Booot 4.11.1"&#125;,
    &#123;707, "RomiChess P3k 64-bit"&#125;,
    &#123;696, "Trace 1.37a"&#125;,
    &#123;695, "Amyan 1.597"&#125;,
    &#123;687, "Yace 0.99.87"&#125;,
    &#123;686, "Matacz 1.4"&#125;,
    &#123;684, "Pepito 1.59 32-bit"&#125;,
    &#123;684, "Quark 2.35"&#125;,
    &#123;682, "SpiderChess 070603"&#125;,
    &#123;680, "Booot 4.10.1"&#125;,
    &#123;678, "Cerebro 3.03d"&#125;,
    &#123;678, "Colossus 2007b"&#125;,
    &#123;678, "Trace 1.36"&#125;,
    &#123;665, "Twisted Logic 20080404x"&#125;,
    &#123;661, "Booot 4.12.1"&#125;,
    &#123;661, "Tao 5.6"&#125;,
    &#123;660, "Little Goliath Evolution 3.12"&#125;,
    &#123;657, "Twisted Logic 0.065e37"&#125;,
    &#123;655, "Hamsters 0.4"&#125;,
    &#123;651, "AnMon 5.60"&#125;,
    &#123;651, "AnMon 5.75"&#125;,
    &#123;651, "Cerebro 3.01c"&#125;,
    &#123;651, "Movei 00.8.295"&#125;,
    &#123;648, "Movei 00.8.403"&#125;,
    &#123;647, "Colossus 2006d"&#125;,
    &#123;645, "E.T. Chess 18.11.05"&#125;,
    &#123;645, "Twisted Logic 0.065e35"&#125;,
    &#123;644, "Arasan 11.2 64-bit 2CPU"&#125;,
    &#123;641, "DanaSah 4.24"&#125;,
    &#123;639, "Arasan 11.3 64-bit 4CPU"&#125;,
    &#123;639, "Crafty 20.14 32-bit"&#125;,
    &#123;635, "Booot 4.13.0"&#125;,
    &#123;635, "Twisted Logic 0.099x"&#125;,
    &#123;634, "BugChess2 1.5.1"&#125;,
    &#123;629, "Sloppy 0.1.1"&#125;,
    &#123;623, "Ufim 8.02"&#125;,
    &#123;622, "Petir 3.95"&#125;,
    &#123;622, "Thinker 4.7a"&#125;,
    &#123;620, "Colossus 2008a"&#125;,
    &#123;620, "The Baron 1.7.0"&#125;,
    &#123;619, "AnMon 5.66"&#125;,
    &#123;614, "Hamsters 0.5"&#125;,
    &#123;609, "Anaconda 2.0.1"&#125;,
    &#123;609, "Colossus 2006f"&#125;,
    &#123;606, "SOS 5.1"&#125;,
    &#123;603, "Frenzee 2.0"&#125;,
    &#123;602, "Rotor 0.5"&#125;,
    &#123;599, "Petir 3.99d"&#125;,
    &#123;597, "BugChess2 1.5.2"&#125;,
    &#123;597, "Sloppy 0.2.2 64-bit"&#125;,
    &#123;596, "Pharaon 3.3"&#125;,
    &#123;594, "Frenzee 3.0"&#125;,
    &#123;593, "Amyan 1.72"&#125;,
    &#123;592, "Colossus 2007a"&#125;,
    &#123;590, "SmarThink 0.17a"&#125;,
    &#123;585, "Petir 4.999999"&#125;,
    &#123;585, "Zappa 1.1 32-bit"&#125;,
    &#123;581, "Booot 4.13.1"&#125;,
    &#123;581, "Critter 0.40"&#125;,
    &#123;579, "Hamsters 0.6"&#125;,
    &#123;579, "The Baron 2.23 32-bit"&#125;,
    &#123;578, "Pro Deo 1.1"&#125;,
    &#123;576, "Colossus 2007c"&#125;,
    &#123;573, "Petir 4.39"&#125;,
    &#123;572, "Pseudo 0.7c"&#125;,
    &#123;570, "The Baron 1.8.1"&#125;,
    &#123;570, "WildCat 6"&#125;,
    &#123;568, "Aristarch 4.50"&#125;,
    &#123;566, "Delfi 5.0"&#125;,
    &#123;566, "Scorpio 2.1 64-bit 2CPU"&#125;,
    &#123;565, "Alaric 0702b"&#125;,
    &#123;564, "Naum 1.91 32-bit"&#125;,
    &#123;562, "N2 0.4 64-bit"&#125;,
    &#123;561, "Colossus 2007d"&#125;,
    &#123;559, "Ruffian 1.0.5"&#125;,
    &#123;558, "Naum 1.91 64-bit"&#125;,
    &#123;557, "Deuterium 09.01.26.492"&#125;,
    &#123;556, "Chiron 0.8.7"&#125;,
    &#123;555, "Pharaon 3.5.1"&#125;,
    &#123;555, "Zappa 1.1 64-bit"&#125;,
    &#123;554, "The Baron 2.23 64-bit"&#125;,
    &#123;548, "List 5.12"&#125;,
    &#123;548, "Pro Deo 1.2"&#125;,
    &#123;545, "Gandalf 6"&#125;,
    &#123;544, "Glaurung 1.0.2 32-bit"&#125;,
    &#123;541, "WildCat 7"&#125;,
    &#123;539, "CM10th Default"&#125;,
    &#123;539, "Pharaon 3.5.1 4CPU"&#125;,
    &#123;539, "WildCat 8"&#125;,
    &#123;537, "Delfi 5.1"&#125;,
    &#123;535, "Ruffian 2.1.0"&#125;,
    &#123;534, "Chess Tiger 15"&#125;,
    &#123;529, "CM10th Pestilence"&#125;,
    &#123;529, "Delfi 5.2"&#125;,
    &#123;528, "Pharaon 3.5.1 2CPU"&#125;,
    &#123;527, "Slow Chess Blitz WV2.1"&#125;,
    &#123;526, "Chronos 1.9.7"&#125;,
    &#123;526, "CM10th Ogre"&#125;,
    &#123;525, "Alaric 704"&#125;,
    &#123;525, "Scorpio 1.8"&#125;,
    &#123;523, "Movei 00.8.438"&#125;,
    &#123;522, "Scorpio 1.81"&#125;,
    &#123;521, "CM10th Guardian"&#125;,
    &#123;521, "CM10th Magic II"&#125;,
    &#123;519, "E.T. Chess 13.01.08"&#125;,
    &#123;518, "Colossus 2008b"&#125;,
    &#123;516, "CM10th Paralyse"&#125;,
    &#123;512, "Scorpio 1.9"&#125;,
    &#123;510, "CM9000 Enforcer"&#125;,
    &#123;510, "Glaurung 1.2.1 32-bit"&#125;,
    &#123;509, "SmarThink 1.00 32-bit"&#125;,
    &#123;506, "CM10th Xperience"&#125;,
    &#123;506, "Scorpio 1.84"&#125;,
    &#123;504, "Alaric 707"&#125;,
    &#123;503, "BugChess2 1.6.4 64-bit"&#125;,
    &#123;503, "Glaurung 1.2.1 Crusader 32-bit"&#125;,
    &#123;502, "Scorpio 1.91"&#125;,
    &#123;500, "Chessmaster 11"&#125;,
    &#123;499, "Booot 4.14.0"&#125;,
    &#123;498, "Glaurung 1.2.1 64-bit"&#125;,
    &#123;498, "Glaurung 1.2.1 Avalanche 32-bit"&#125;,
    &#123;497, "Frenzee Feb08 64-bit"&#125;,
    &#123;493, "Booot 4.15.1"&#125;,
    &#123;493, "Movei 00.8.438 &#40;10 10 10&#41;"&#125;,
    &#123;492, "Bright 0.2c"&#125;,
    &#123;483, "Chess Tiger 2007"&#125;,
    &#123;482, "Daydreamer 1.75 64-bit"&#125;,
    &#123;482, "Spike 1.1"&#125;,
    &#123;481, "Delfi 5.4"&#125;,
    &#123;472, "Booot 4.15.0"&#125;,
    &#123;471, "Crafty 23.2 32-bit"&#125;,
    &#123;469, "Naum 2.0 32-bit"&#125;,
    &#123;468, "Bright 0.2b"&#125;,
    &#123;466, "Naum 2.0 64-bit"&#125;,
    &#123;465, "Chess Tiger 2007.1"&#125;,
    &#123;454, "Glaurung 1.2.1 64-bit 2CPU"&#125;,
    &#123;453, "Crafty 23.2 64-bit"&#125;,
    &#123;448, "Hiarcs 10 Hypermodern"&#125;,
    &#123;445, "Scorpio 2.1 64-bit 4CPU"&#125;,
    &#123;444, "Chessmaster 11 2CPU"&#125;,
    &#123;444, "Deep Junior 9 2CPU"&#125;,
    &#123;442, "Junior 10.1"&#125;,
    &#123;441, "Delfi 5.4 2CPU"&#125;,
    &#123;432, "Bright 0.3a"&#125;,
    &#123;431, "Hiarcs 10"&#125;,
    &#123;429, "SmarThink 1.20 32-bit"&#125;,
    &#123;427, "Bright 0.3b"&#125;,
    &#123;426, "Fritz 9"&#125;,
    &#123;426, "Fruit 2.2.1"&#125;,
    &#123;425, "Deep Sjeng 2.5 1CPU"&#125;,
    &#123;425, "Hiarcs X54 32-bit"&#125;,
    &#123;424, "Junior 10"&#125;,
    &#123;424, "Naum 2.1 32-bit"&#125;,
    &#123;423, "Bright 0.2b 2CPU"&#125;,
    &#123;421, "Spike 1.2 Turin"&#125;,
    &#123;420, "Hiarcs X50"&#125;,
    &#123;419, "Glaurung 2.0.1 64-bit"&#125;,
    &#123;419, "Hiarcs X54 64-bit"&#125;,
    &#123;417, "Toga II 1.2 32-bit"&#125;,
    &#123;414, "Deep Shredder 9 2CPU"&#125;,
    &#123;413, "Hiarcs X54 Hypermodern 32-bit"&#125;,
    &#123;412, "Glaurung 2.2 32-bit"&#125;,
    &#123;411, "Loop 12.32"&#125;,
    &#123;408, "Crafty 23.0 64-bit 4CPU"&#125;,
    &#123;404, "Hiarcs X50 Hypermodern"&#125;,
    &#123;404, "SmarThink 1.20 64-bit"&#125;,
    &#123;401, "Loop 10.32f"&#125;,
    &#123;400, "Glaurung 2.1 32-bit"&#125;,
    &#123;399, "Loop 13.6 &#40;Loop 2007&#41; 64-bit"&#125;,
    &#123;398, "Bright 0.3d"&#125;,
    &#123;397, "Loop M1-T 64-bit"&#125;,
    &#123;397, "Thinker 5.3b Passive 64-bit"&#125;,
    &#123;394, "Hiarcs 11.2"&#125;,
    &#123;393, "Crafty 23.0 64-bit 2CPU"&#125;,
    &#123;392, "Bright 0.2c 2CPU"&#125;,
    &#123;392, "Bright 0.4a"&#125;,
    &#123;392, "Glaurung 2.1 64-bit"&#125;,
    &#123;392, "Loop 13.5 32-bit"&#125;,
    &#123;389, "Hiarcs 11"&#125;,
    &#123;389, "Loop 13.6 &#40;Loop 2007&#41; 32-bit"&#125;,
    &#123;388, "Bright 0.5c"&#125;,
    &#123;387, "Zap!Chess Zanzibar 32-bit"&#125;,
    &#123;386, "Bright 0.3a 2CPU"&#125;,
    &#123;384, "Deep Sjeng 2.7 4CPU"&#125;,
    &#123;384, "Fritz 10"&#125;,
    &#123;381, "Fruit 2.3.1"&#125;,
    &#123;380, "Glaurung 2.2 64-bit"&#125;,
    &#123;379, "Zappa Mexico 32-bit"&#125;,
    &#123;377, "Twisted Logic 20100131x 64-bit"&#125;,
    &#123;376, "Hiarcs 11.1"&#125;,
    &#123;375, "Onno 0.12.0 64-bit"&#125;,
    &#123;374, "Toga II 1.3.1"&#125;,
    &#123;373, "Naum 2.2 32-bit"&#125;,
    &#123;371, "Glaurung 2.0.1 64-bit 2CPU"&#125;,
    &#123;370, "Hiarcs Paderborn 2007"&#125;,
    &#123;369, "Deep Junior 10 2CPU"&#125;,
    &#123;369, "Spark 0.3 32-bit"&#125;,
    &#123;367, "Protector 1.3.2 32-bit"&#125;,
    &#123;365, "Naum 2.2 64-bit"&#125;,
    &#123;360, "Toga II 1.4 beta5c"&#125;,
    &#123;359, "Bright 0.2c 4CPU"&#125;,
    &#123;359, "TheMadPrune 1.1.25"&#125;,
    &#123;357, "Loop 13.5 64-bit 2CPU"&#125;,
    &#123;356, "Deep Junior 10 4CPU"&#125;,
    &#123;355, "Hiarcs 12"&#125;,
    &#123;355, "Loop 13.6 &#40;Loop 2007&#41; 64-bit 2CPU"&#125;,
    &#123;354, "Zappa Mexico II 32-bit"&#125;,
    &#123;351, "Critter 0.52 64-bit"&#125;,
    &#123;350, "Onno 1.1.1 64-bit"&#125;,
    &#123;349, "Bright 0.3b 2CPU"&#125;,
    &#123;349, "Hiarcs 12.1"&#125;,
    &#123;348, "Bright 0.4a 2CPU"&#125;,
    &#123;348, "Critter 0.70 64-bit 2CPU"&#125;,
    &#123;348, "Deep Shredder 10 32-bit 2CPU"&#125;,
    &#123;347, "Naum 2.1 64-bit 2CPU"&#125;,
    &#123;346, "Hiarcs 11 2CPU"&#125;,
    &#123;345, "Bright 0.3d 2CPU"&#125;,
    &#123;343, "Deep Sjeng WC2008 32-bit 1CPU"&#125;,
    &#123;343, "LoopMP 12.32 2CPU"&#125;,
    &#123;342, "Cyclone 3.4"&#125;,
    &#123;342, "Protector 1.3.4 32-bit"&#125;,
    &#123;341, "Deep Junior 11.1a 64-bit 1CPU"&#125;,
    &#123;341, "Glaurung 2.1 64-bit 2CPU"&#125;,
    &#123;340, "Toga II 1.4.1SE6"&#125;,
    &#123;339, "Toga II 3.1.2SE"&#125;,
    &#123;337, "Toga II 1.4.1SE"&#125;,
    &#123;336, "Loop M1-T 64-bit 2CPU"&#125;,
    &#123;335, "Deep Fritz 10 4CPU"&#125;,
    &#123;335, "Stockfish 1.4 32-bit"&#125;,
    &#123;333, "Deep Shredder 10 64-bit 4CPU"&#125;,
    &#123;332, "Critter 0.60 64-bit"&#125;,
    &#123;332, "Glaurung 2.0.1 64-bit 4CPU"&#125;,
    &#123;332, "Hiarcs 11.2 2CPU"&#125;,
    &#123;328, "Bright 0.3a 4CPU"&#125;,
    &#123;328, "Deep Sjeng 3.0 64-bit 1CPU"&#125;,
    &#123;328, "Spark 0.3 64-bit"&#125;,
    &#123;328, "Zappa Mexico 64-bit"&#125;,
    &#123;327, "Deep Sjeng WC2008 64-bit 1CPU"&#125;,
    &#123;327, "Hiarcs 11.1 2CPU"&#125;,
    &#123;327, "Thinker 5.3b Inert 32-bit"&#125;,
    &#123;325, "Loop 13.6 &#40;Loop 2007&#41; 64-bit 4CPU"&#125;,
    &#123;325, "Thinker 5.3b Inert 64-bit"&#125;,
    &#123;322, "Deep Shredder 11 64-bit 1CPU"&#125;,
    &#123;319, "Doch 1.3.4 32-bit"&#125;,
    &#123;317, "Stockfish 1.4 64-bit"&#125;,
    &#123;316, "Naum 3.1 64-bit PTnormal"&#125;,
    &#123;314, "Zap!Chess Paderborn 64-bit 4CPU"&#125;,
    &#123;313, "Loop M1-T 64-bit 4CPU"&#125;,
    &#123;313, "Naum 3 32-bit"&#125;,
    &#123;312, "Naum 3.1 64-bit PL10"&#125;,
    &#123;311, "Protector 1.3.4 64-bit"&#125;,
    &#123;310, "Bright 0.3b 4CPU"&#125;,
    &#123;310, "Thinker 5.4a Inert 64-bit"&#125;,
    &#123;309, "Deep Junior 11.2 64-bit 1CPU"&#125;,
    &#123;309, "Fritz 11"&#125;,
    &#123;308, "Naum 3 64-bit"&#125;,
    &#123;307, "Rybka 1.1 32-bit"&#125;,
    &#123;306, "Spark 0.3 64-bit 2CPU"&#125;,
    &#123;306, "Toga II 1.4.1SE 2CPU"&#125;,
    &#123;303, "Komodo 1.0 32-bit"&#125;,
    &#123;303, "Naum 3.1 64-bit"&#125;,
    &#123;303, "Stockfish 1.5.1 32-bit"&#125;,
    &#123;303, "Zappa Mexico II 64-bit"&#125;,
    &#123;301, "Hiarcs 11 4CPU"&#125;,
    &#123;300, "Hiarcs 11.2 4CPU"&#125;,
    &#123;300, "Naum 2.1 64-bit 4CPU"&#125;,
    &#123;300, "Toga II 1.4 beta5c 2CPU"&#125;,
    &#123;299, "Spark 0.3a 64-bit"&#125;,
    &#123;297, "Doch 09.980 64-bit"&#125;,
    &#123;297, "Glaurung 2.2 64-bit 2CPU"&#125;,
    &#123;295, "Bright 0.3d 4CPU"&#125;,
    &#123;295, "Critter 0.60 64-bit 4CPU"&#125;,
    &#123;294, "Naum 2.2 64-bit 2CPU"&#125;,
    &#123;293, "Doch 1.3.4 64-bit"&#125;,
    &#123;292, "Glaurung 2.1 64-bit 4CPU"&#125;,
    &#123;286, "Fritz 12"&#125;,
    &#123;286, "Hiarcs 11.1 4CPU"&#125;,
    &#123;283, "Hiarcs 12 2CPU"&#125;,
    &#123;281, "Rybka 1.1 64-bit"&#125;,
    &#123;280, "Rybka 2.2n2 32-bit"&#125;,
    &#123;278, "Deep Fritz 10.1 4CPU"&#125;,
    &#123;277, "Doch 1.2 64-bit"&#125;,
    &#123;277, "Toga II 1.4 beta5c 4CPU"&#125;,
    &#123;275, "Deep Shredder 11 64-bit 2CPU"&#125;,
    &#123;274, "Stockfish 1.5.1 64-bit"&#125;,
    &#123;271, "Hiarcs Paderborn 2007 4CPU"&#125;,
    &#123;267, "Hiarcs 13.1"&#125;,
    &#123;265, "Glaurung 2.2 64-bit 4CPU"&#125;,
    &#123;265, "Hiarcs 12 4CPU"&#125;,
    &#123;264, "Bright 0.4a 4CPU"&#125;,
    &#123;264, "Protector 1.3.4 64-bit 4CPU"&#125;,
    &#123;263, "Thinker 5.4a Inert 64-bit 2CPU"&#125;,
    &#123;261, "Naum 2.2 64-bit 4CPU"&#125;,
    &#123;259, "Toga II 1.4.1SE 4CPU"&#125;,
    &#123;257, "Hiarcs 12.1 4CPU"&#125;,
    &#123;257, "Thinker 5.4a Inert 64-bit 4CPU"&#125;,
    &#123;256, "Deep Sjeng 3.0 64-bit 4CPU"&#125;,
    &#123;253, "Rybka 2.2n2 64-bit"&#125;,
    &#123;252, "Zappa Mexico 64-bit 2CPU"&#125;,
    &#123;252, "Zappa Mexico II 64-bit 2CPU"&#125;,
    &#123;249, "Rybka 2.3.2a 32-bit"&#125;,
    &#123;247, "Naum 3.1 64-bit 2CPU"&#125;,
    &#123;245, "Deep Shredder 11 64-bit 4CPU"&#125;,
    &#123;242, "Naum 3 64-bit 2CPU"&#125;,
    &#123;240, "Spark 0.4 64-bit 4CPU"&#125;,
    &#123;238, "Deep Sjeng WC2008 64-bit 4CPU"&#125;,
    &#123;238, "Komodo 1.0 64-bit"&#125;,
    &#123;238, "Naum 4 64-bit PL5"&#125;,
    &#123;237, "Naum 4 32-bit"&#125;,
    &#123;236, "Stockfish 1.6.3 32-bit"&#125;,
    &#123;233, "Spark 0.3 64-bit 4CPU"&#125;,
    &#123;224, "Spark 0.3a 64-bit 4CPU"&#125;,
    &#123;222, "Naum 4 64-bit PL-5"&#125;,
    &#123;221, "Naum 4.1 32-bit"&#125;,
    &#123;219, "Zap!Chess Zanzibar 64-bit 4CPU"&#125;,
    &#123;218, "Stockfish 1.5.1 64-bit 2CPU"&#125;,
    &#123;217, "Deep Sjeng WC2008 64-bit 2CPU"&#125;,
    &#123;215, "Rybka 2.2n2 64-bit 2CPU"&#125;,
    &#123;211, "Naum 4 64-bit"&#125;,
    &#123;211, "Naum 4.1 64-bit"&#125;,
    &#123;211, "Stockfish 1.4 64-bit 4CPU"&#125;,
    &#123;207, "Deep Junior 11.1a 64-bit 4CPU"&#125;,
    &#123;203, "Naum 3 64-bit 4CPU"&#125;,
    &#123;202, "Zappa Mexico 64-bit 4CPU"&#125;,
    &#123;201, "Rybka 2.3.2a 64-bit"&#125;,
    &#123;194, "Stockfish 1.6.3 64-bit"&#125;,
    &#123;194, "Zappa Mexico II 64-bit 4CPU"&#125;,
    &#123;193, "Naum 3.1 64-bit 4CPU"&#125;,
    &#123;191, "Stockfish 1.5.1 64-bit 4CPU"&#125;,
    &#123;186, "Komodo 1.1 64-bit"&#125;,
    &#123;186, "Rybka 2.2n2 64-bit 4CPU"&#125;,
    &#123;180, "Rybka 2.3.2a 64-bit 2CPU"&#125;,
    &#123;174, "Deep Fritz 12 4CPU"&#125;,
    &#123;171, "Rybka 3 32-bit"&#125;,
    &#123;168, "Naum 4.2 64-bit"&#125;,
    &#123;162, "Critter 0.70 64-bit 4CPU"&#125;,
    &#123;161, "Naum 4 64-bit 2CPU"&#125;,
    &#123;159, "Hiarcs 13.1 4CPU"&#125;,
    &#123;156, "Deep Shredder 12 64-bit OA Off 4CPU"&#125;,
    &#123;152, "Stockfish 1.6.3 64-bit 2CPU"&#125;,
    &#123;145, "Rybka 3 Dynamic 64-bit"&#125;,
    &#123;145, "Rybka 3 Human 64-bit"&#125;,
    &#123;142, "Komodo 1.2 64-bit"&#125;,
    &#123;141, "Rybka 2.3.2a 64-bit 4CPU"&#125;,
    &#123;140, "Deep Shredder 12 64-bit OA On 4CPU"&#125;,
    &#123;137, "Stockfish 1.7.1 64-bit"&#125;,
    &#123;135, "Naum 4.2 64-bit 2CPU"&#125;,
    &#123;124, "Stockfish 1.6.3 64-bit 4CPU"&#125;,
    &#123;116, "Naum 4 64-bit 4CPU"&#125;,
    &#123;116, "Rybka 3 64-bit"&#125;,
    &#123;108, "Stockfish 1.7.1 64-bit 2CPU"&#125;,
    &#123;105, "Naum 4.1 64-bit 4CPU"&#125;,
    &#123;90, "Rybka 3 64-bit 2CPU"&#125;,
    &#123;81, "Naum 4.2 64-bit 4CPU"&#125;,
    &#123;74, "Rybka 4 64-bit"&#125;,
    &#123;48, "Stockfish 1.7.1 64-bit 4CPU"&#125;,
    &#123;41, "Rybka 3 Human 64-bit 4CPU"&#125;,
    &#123;38, "Rybka 3 64-bit 4CPU"&#125;,
    &#123;0, "Rybka 4 64-bit 4CPU"&#125;,
&#125;;

int main&#40;void&#41;
&#123;
    int i,j;
    ranking this, that;
    for &#40;i = 0; i <= LISTLIMIT; i++)
    &#123;
        this = FourOhFour&#91;i&#93;;

        for &#40;j = 0; j <= LISTLIMIT; j++)
        &#123;
            that = FourOhFourOh&#91;j&#93;;
            if &#40;strcmp&#40;this.Engine, that.Engine&#41; == 0&#41;
            &#123;
                if &#40;this.Elo == that.Elo&#41; printf&#40;"Engine %s is identical in difference to his twin\n", this.Engine&#41;;
                else if &#40;this.Elo < that.Elo&#41; printf&#40;"Engine %s is relatively stronger at FAST time control\n", this.Engine&#41;;
                else printf&#40;"Engine %s is relatively stronger at SLOW control\n", this.Engine&#41;;
            &#125;
        &#125;

    &#125;
    return 0;
&#125;
Dann Corbit
Posts: 12540
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: Question to the members of the ranking lists..

Post by Dann Corbit »

Output:

Code: Select all

Engine Heracles 0.6.16 is relatively stronger at SLOW control
Engine Warrior 1.0.3 is relatively stronger at SLOW control
Engine BibiChess 0.5 is relatively stronger at SLOW control
Engine Feuerstein 0.4.4.2 is relatively stronger at SLOW control
Engine Rival 1.18 is relatively stronger at SLOW control
Engine Smash 1.0.3 is relatively stronger at SLOW control
Engine Micro-Max 4.8 is relatively stronger at FAST time control
Engine Marvin 1.3.0 is relatively stronger at SLOW control
Engine BigLion 2.23x is relatively stronger at SLOW control
Engine ChessMind 0.80 is relatively stronger at SLOW control
Engine Gibbon 2.01b is relatively stronger at SLOW control
Engine Monarch 1.7 is relatively stronger at SLOW control
Engine Matheus 2.3 is relatively stronger at SLOW control
Engine Lime 62 is relatively stronger at SLOW control
Engine Adam 3.2 is relatively stronger at SLOW control
Engine Alex 1.96 is relatively stronger at FAST time control
Engine Lime 66 is relatively stronger at SLOW control
Engine Neurosis 2.3 is relatively stronger at SLOW control
Engine Chispa 4.0.3 is relatively stronger at SLOW control
Engine Atlas 2.20 is relatively stronger at SLOW control
Engine EXchess 5.01b is relatively stronger at SLOW control
Engine Latista &#40;Sinobyl&#41; 1.5 is relatively stronger at SLOW control
Engine Alex 2.03 is relatively stronger at SLOW control
Engine Popochin 2.7 is relatively stronger at SLOW control
Engine GreKo 5.2.5 is relatively stronger at SLOW control
Engine Zeus 1.27 is relatively stronger at SLOW control
Engine Sage 2.2a is relatively stronger at SLOW control
Engine Anechka 0.08 is relatively stronger at SLOW control
Engine Ant 2006-F is relatively stronger at SLOW control
Engine RomiChess P3k 32-bit is relatively stronger at SLOW control
Engine Horizon 4.3 is relatively stronger at SLOW control
Engine Natwarlal 0.14 is relatively stronger at SLOW control
Engine Asterisk 0.6 is relatively stronger at SLOW control
Engine Ayito 0.2.994 is relatively stronger at FAST time control
Engine Rodin 2.3a is relatively stronger at SLOW control
Engine Ares 1.003a is relatively stronger at SLOW control
Engine Cheese 1.1b is relatively stronger at SLOW control
Engine Popochin 3.2 is relatively stronger at SLOW control
Engine Averno 0.81 is relatively stronger at SLOW control
Engine KnightX 1.92 is relatively stronger at SLOW control
Engine Aice 0.99.2 is relatively stronger at SLOW control
Engine Buzz 0.07 is relatively stronger at FAST time control
Engine Chezzz 1.0.3 is relatively stronger at SLOW control
Engine DanaSah 2.44 is relatively stronger at SLOW control
Engine Arion 1.7 is relatively stronger at SLOW control
Engine Sage 3.53 is relatively stronger at SLOW control
Engine Queen 4.03 is relatively stronger at SLOW control
Engine Thors Hammer 2.28 32-bit is relatively stronger at SLOW control
Engine GreKo 6.5 is relatively stronger at SLOW control
Engine Cheese 1.2 is relatively stronger at FAST time control
Engine Cheese 1.3 is relatively stronger at FAST time control
Engine Delphil 1.6c is relatively stronger at SLOW control
Engine Amateur 2.82 is relatively stronger at SLOW control
Engine Glass 1.3 is relatively stronger at SLOW control
Engine Horizon 4.4 is relatively stronger at SLOW control
Engine Arasan 9.2 is relatively stronger at SLOW control
Engine Homer 2.01 is relatively stronger at SLOW control
Engine Patzer 3.80 is relatively stronger at SLOW control
Engine Djinn 0.925x is relatively stronger at SLOW control
Engine DanaSah 2.73 is relatively stronger at SLOW control
Engine Comet B68 is relatively stronger at SLOW control
Engine Gosu 0.16 is relatively stronger at SLOW control
Engine Muse 0.899b is relatively stronger at SLOW control
Engine PostModernist 1016 is relatively stronger at SLOW control
Engine Diablo 0.5.1 is relatively stronger at SLOW control
Engine Hermann 2.0 is relatively stronger at SLOW control
Engine Delphil 1.8 is relatively stronger at SLOW control
Engine Alfil 6.10 is relatively stronger at FAST time control
Engine Arasan 9.5 is relatively stronger at SLOW control
Engine Gaia 3.5 32-bit is relatively stronger at SLOW control
Engine Matacz 1.1 is relatively stronger at SLOW control
Engine Booot 4.10.1 is relatively stronger at SLOW control
Engine KnightDreamer 3.3 is relatively stronger at SLOW control
Engine RomiChess P3k 64-bit is relatively stronger at SLOW control
Engine Booot 4.11.1 is relatively stronger at SLOW control
Engine Delphil 1.9c is relatively stronger at SLOW control
Engine Kiwi 0.6d is relatively stronger at SLOW control
Engine Dragon 4.6 is relatively stronger at SLOW control
Engine Snitch 1.6.2 32-bit is relatively stronger at SLOW control
Engine Quark 2.35 is relatively stronger at SLOW control
Engine Matacz 1.4 is relatively stronger at SLOW control
Engine Twisted Logic 0.065e37 is relatively stronger at SLOW control
Engine SpiderChess 070603 is relatively stronger at SLOW control
Engine Hamsters 0.4 is relatively stronger at SLOW control
Engine Amyan 1.597 is relatively stronger at SLOW control
Engine The Baron 1.7.0 is relatively stronger at SLOW control
Engine Twisted Logic 20080404x is relatively stronger at SLOW control
Engine Movei 00.8.295 is relatively stronger at SLOW control
Engine Tao 5.6 is relatively stronger at SLOW control
Engine Cerebro 3.01c is relatively stronger at SLOW control
Engine Cerebro 3.03d is relatively stronger at SLOW control
Engine Booot 4.12.1 is relatively stronger at SLOW control
Engine Booot 4.13.0 is relatively stronger at SLOW control
Engine Colossus 2006d is relatively stronger at SLOW control
Engine Twisted Logic 0.099x is relatively stronger at SLOW control
Engine Hamsters 0.5 is relatively stronger at SLOW control
Engine Arasan 11.2 64-bit 2CPU is relatively stronger at SLOW control
Engine Pepito 1.59 32-bit is relatively stronger at SLOW control
Engine Petir 3.95 is relatively stronger at SLOW control
Engine Trace 1.36 is relatively stronger at SLOW control
Engine Frenzee 3.0 is relatively stronger at SLOW control
Engine Twisted Logic 0.065e35 is relatively stronger at SLOW control
Engine BugChess2 1.5.1 is relatively stronger at SLOW control
Engine Little Goliath Evolution 3.12 is relatively stronger at SLOW control
Engine DanaSah 4.24 is relatively stronger at SLOW control
Engine Trace 1.37a is relatively stronger at FAST time control
Engine Yace 0.99.87 is relatively stronger at FAST time control
Engine E.T. Chess 18.11.05 is relatively stronger at SLOW control
Engine AnMon 5.60 is relatively stronger at SLOW control
Engine AnMon 5.66 is relatively stronger at SLOW control
Engine Petir 3.99d is relatively stronger at SLOW control
Engine Frenzee 2.0 is relatively stronger at SLOW control
Engine AnMon 5.75 is relatively stronger at SLOW control
Engine Crafty 20.14 32-bit is relatively stronger at SLOW control
Engine SmarThink 0.17a is relatively stronger at SLOW control
Engine Zappa 1.1 32-bit is relatively stronger at SLOW control
Engine Movei 00.8.403 is relatively stronger at SLOW control
Engine Ufim 8.02 is relatively stronger at SLOW control
Engine Thinker 4.7a is relatively stronger at SLOW control
Engine Anaconda 2.0.1 is relatively stronger at SLOW control
Engine Colossus 2006f is relatively stronger at SLOW control
Engine BugChess2 1.5.2 is relatively stronger at SLOW control
Engine Pharaon 3.3 is relatively stronger at SLOW control
Engine The Baron 1.8.1 is relatively stronger at SLOW control
Engine The Baron 2.23 32-bit is relatively stronger at SLOW control
Engine Sloppy 0.1.1 is relatively stronger at SLOW control
Engine Colossus 2007a is relatively stronger at SLOW control
Engine Petir 4.999999 is relatively stronger at SLOW control
Engine The Baron 2.23 64-bit is relatively stronger at SLOW control
Engine WildCat 6 is relatively stronger at SLOW control
Engine Petir 4.39 is relatively stronger at SLOW control
Engine Deuterium 09.01.26.492 is relatively stronger at SLOW control
Engine Hamsters 0.6 is relatively stronger at SLOW control
Engine Arasan 11.3 64-bit 4CPU is relatively stronger at FAST time control
Engine Booot 4.13.1 is relatively stronger at SLOW control
Engine Aristarch 4.50 is relatively stronger at SLOW control
Engine Critter 0.40 is relatively stronger at SLOW control
Engine Colossus 2007b is relatively stronger at FAST time control
Engine Pseudo 0.7c is relatively stronger at SLOW control
Engine Delfi 5.0 is relatively stronger at SLOW control
Engine SOS 5.1 is relatively stronger at SLOW control
Engine Ruffian 1.0.5 is relatively stronger at SLOW control
Engine Chiron 0.8.7 is relatively stronger at SLOW control
Engine Alaric 0702b is relatively stronger at SLOW control
Engine Colossus 2007c is relatively stronger at SLOW control
Engine List 5.12 is relatively stronger at SLOW control
Engine Colossus 2008a is relatively stronger at FAST time control
Engine Pharaon 3.5.1 is relatively stronger at SLOW control
Engine Naum 1.91 32-bit is relatively stronger at SLOW control
Engine Movei 00.8.438 is relatively stronger at SLOW control
Engine Rotor 0.5 is relatively stronger at FAST time control
Engine WildCat 7 is relatively stronger at SLOW control
Engine Pro Deo 1.1 is relatively stronger at SLOW control
Engine CM10th Ogre is relatively stronger at SLOW control
Engine Zappa 1.1 64-bit is relatively stronger at SLOW control
Engine CM10th Magic II is relatively stronger at SLOW control
Engine Delfi 5.2 is relatively stronger at SLOW control
Engine Glaurung 1.0.2 32-bit is relatively stronger at SLOW control
Engine Colossus 2007d is relatively stronger at SLOW control
Engine Slow Chess Blitz WV2.1 is relatively stronger at SLOW control
Engine Delfi 5.1 is relatively stronger at SLOW control
Engine Amyan 1.72 is relatively stronger at FAST time control
Engine Gandalf 6 is relatively stronger at SLOW control
Engine CM10th Default is relatively stronger at SLOW control
Engine Ruffian 2.1.0 is relatively stronger at SLOW control
Engine Alaric 704 is relatively stronger at SLOW control
Engine Pro Deo 1.2 is relatively stronger at SLOW control
Engine N2 0.4 64-bit is relatively stronger at SLOW control
Engine Booot 4.14.0 is relatively stronger at SLOW control
Engine Glaurung 1.2.1 Crusader 32-bit is relatively stronger at SLOW control
Engine Scorpio 1.8 is relatively stronger at SLOW control
Engine CM10th Guardian is relatively stronger at SLOW control
Engine Sloppy 0.2.2 64-bit is relatively stronger at FAST time control
Engine Movei 00.8.438 &#40;10 10 10&#41; is relatively stronger at SLOW control
Engine CM10th Pestilence is relatively stronger at SLOW control
Engine Scorpio 1.84 is relatively stronger at SLOW control
Engine WildCat 8 is relatively stronger at SLOW control
Engine Chronos 1.9.7 is relatively stronger at SLOW control
Engine Scorpio 1.91 is relatively stronger at SLOW control
Engine CM9000 Enforcer is relatively stronger at SLOW control
Engine CM10th Xperience is relatively stronger at SLOW control
Engine E.T. Chess 13.01.08 is relatively stronger at SLOW control
Engine Naum 1.91 64-bit is relatively stronger at FAST time control
Engine Glaurung 1.2.1 Avalanche 32-bit is relatively stronger at SLOW control
Engine Scorpio 1.81 is relatively stronger at SLOW control
Engine Colossus 2008b is relatively stronger at SLOW control
Engine Scorpio 1.9 is relatively stronger at SLOW control
Engine Glaurung 1.2.1 64-bit is relatively stronger at SLOW control
Engine Chess Tiger 15 is relatively stronger at SLOW control
Engine Pharaon 3.5.1 2CPU is relatively stronger at SLOW control
Engine CM10th Paralyse is relatively stronger at SLOW control
Engine Glaurung 1.2.1 32-bit is relatively stronger at SLOW control
Engine Alaric 707 is relatively stronger at SLOW control
Engine Daydreamer 1.75 64-bit is relatively stronger at SLOW control
Engine Chessmaster 11 is relatively stronger at SLOW control
Engine Booot 4.15.1 is relatively stronger at SLOW control
Engine SmarThink 1.00 32-bit is relatively stronger at SLOW control
Engine Booot 4.15.0 is relatively stronger at SLOW control
Engine Deep Sjeng 2.5 1CPU is relatively stronger at SLOW control
Engine BugChess2 1.6.4 64-bit is relatively stronger at SLOW control
Engine Frenzee Feb08 64-bit is relatively stronger at SLOW control
Engine Delfi 5.4 is relatively stronger at SLOW control
Engine Bright 0.2b is relatively stronger at SLOW control
Engine Pharaon 3.5.1 4CPU is relatively stronger at FAST time control
Engine Spike 1.1 is relatively stronger at SLOW control
Engine Bright 0.2c is relatively stronger at SLOW control
Engine Naum 2.0 64-bit is relatively stronger at SLOW control
Engine Crafty 23.2 32-bit is relatively stronger at SLOW control
Engine Naum 2.0 32-bit is relatively stronger at SLOW control
Engine Scorpio 2.1 64-bit 2CPU is relatively stronger at FAST time control
Engine SmarThink 1.20 32-bit is relatively stronger at SLOW control
Engine Glaurung 1.2.1 64-bit 2CPU is relatively stronger at SLOW control
Engine Chess Tiger 2007 is relatively stronger at SLOW control
Engine Delfi 5.4 2CPU is relatively stronger at SLOW control
Engine Hiarcs 10 Hypermodern is relatively stronger at SLOW control
Engine Crafty 23.2 64-bit is relatively stronger at SLOW control
Engine Chessmaster 11 2CPU is relatively stronger at SLOW control
Engine Crafty 23.0 64-bit 2CPU is relatively stronger at SLOW control
Engine Scorpio 2.1 64-bit 4CPU is relatively stronger at SLOW control
Engine Chess Tiger 2007.1 is relatively stronger at SLOW control
Engine Deep Junior 9 2CPU is relatively stronger at SLOW control
Engine Junior 10.1 is relatively stronger at SLOW control
Engine Spike 1.2 Turin is relatively stronger at SLOW control
Engine Glaurung 2.1 32-bit is relatively stronger at SLOW control
Engine Bright 0.3a is relatively stronger at SLOW control
Engine Naum 2.1 32-bit is relatively stronger at SLOW control
Engine Hiarcs 10 is relatively stronger at SLOW control
Engine Hiarcs X54 64-bit is relatively stronger at SLOW control
Engine Crafty 23.0 64-bit 4CPU is relatively stronger at SLOW control
Engine Glaurung 2.0.1 64-bit is relatively stronger at SLOW control
Engine Junior 10 is relatively stronger at SLOW control
Engine Bright 0.3b is relatively stronger at SLOW control
Engine Zappa Mexico II 32-bit is relatively stronger at SLOW control
Engine Glaurung 2.2 32-bit is relatively stronger at SLOW control
Engine Hiarcs X50 Hypermodern is relatively stronger at SLOW control
Engine Bright 0.2b 2CPU is relatively stronger at SLOW control
Engine Deep Shredder 9 2CPU is relatively stronger at SLOW control
Engine SmarThink 1.20 64-bit is relatively stronger at SLOW control
Engine Zap!Chess Zanzibar 32-bit is relatively stronger at SLOW control
Engine Deep Junior 10 2CPU is relatively stronger at SLOW control
Engine Fruit 2.2.1 is relatively stronger at SLOW control
Engine Toga II 1.2 32-bit is relatively stronger at SLOW control
Engine Fritz 9 is relatively stronger at SLOW control
Engine Bright 0.3d is relatively stronger at SLOW control
Engine Hiarcs X50 is relatively stronger at SLOW control
Engine Zappa Mexico 32-bit is relatively stronger at SLOW control
Engine Hiarcs X54 32-bit is relatively stronger at SLOW control
Engine Twisted Logic 20100131x 64-bit is relatively stronger at SLOW control
Engine Bright 0.2c 2CPU is relatively stronger at SLOW control
Engine Hiarcs X54 Hypermodern 32-bit is relatively stronger at SLOW control
Engine Fruit 2.3.1 is relatively stronger at SLOW control
Engine Loop 13.5 32-bit is relatively stronger at SLOW control
Engine Bright 0.5c is relatively stronger at SLOW control
Engine Loop 13.6 &#40;Loop 2007&#41; 64-bit is relatively stronger at SLOW control
Engine Toga II 1.3.1 is relatively stronger at SLOW control
Engine Deep Sjeng 2.7 4CPU is relatively stronger at SLOW control
Engine Naum 2.2 32-bit is relatively stronger at SLOW control
Engine Bright 0.4a is relatively stronger at SLOW control
Engine Naum 2.2 64-bit is relatively stronger at SLOW control
Engine Loop 13.6 &#40;Loop 2007&#41; 32-bit is relatively stronger at SLOW control
Engine Glaurung 2.1 64-bit is relatively stronger at SLOW control
Engine Loop 12.32 is relatively stronger at FAST time control
Engine Hiarcs 11 is relatively stronger at SLOW control
Engine Loop M1-T 64-bit is relatively stronger at SLOW control
Engine Bright 0.3a 2CPU is relatively stronger at SLOW control
Engine Fritz 10 is relatively stronger at SLOW control
Engine Glaurung 2.2 64-bit is relatively stronger at SLOW control
Engine Critter 0.52 64-bit is relatively stronger at SLOW control
Engine Hiarcs 11.2 is relatively stronger at FAST time control
Engine TheMadPrune 1.1.25 is relatively stronger at SLOW control
Engine Bright 0.3d 2CPU is relatively stronger at SLOW control
Engine Hiarcs 11.1 is relatively stronger at SLOW control
Engine Glaurung 2.0.1 64-bit 2CPU is relatively stronger at SLOW control
Engine Bright 0.3b 2CPU is relatively stronger at SLOW control
Engine Loop 10.32f is relatively stronger at FAST time control
Engine Naum 3 32-bit is relatively stronger at SLOW control
Engine Deep Sjeng WC2008 32-bit 1CPU is relatively stronger at SLOW control
Engine Naum 2.1 64-bit 2CPU is relatively stronger at SLOW control
Engine Cyclone 3.4 is relatively stronger at SLOW control
Engine Spark 0.3 32-bit is relatively stronger at SLOW control
Engine Toga II 3.1.2SE is relatively stronger at SLOW control
Engine Zappa Mexico 64-bit is relatively stronger at SLOW control
Engine Bright 0.2c 4CPU is relatively stronger at SLOW control
Engine Thinker 5.3b Passive 64-bit is relatively stronger at FAST time control
Engine Toga II 1.4.1SE is relatively stronger at SLOW control
Engine Hiarcs Paderborn 2007 is relatively stronger at FAST time control
Engine Loop 13.6 &#40;Loop 2007&#41; 64-bit 2CPU is relatively stronger at SLOW control
Engine Toga II 1.4 beta5c is relatively stronger at SLOW control
Engine Hiarcs 11 2CPU is relatively stronger at SLOW control
Engine Loop 13.5 64-bit 2CPU is relatively stronger at SLOW control
Engine Toga II 1.4.1SE6 is relatively stronger at SLOW control
Engine Deep Junior 10 4CPU is relatively stronger at SLOW control
Engine Loop M1-T 64-bit 2CPU is relatively stronger at SLOW control
Engine LoopMP 12.32 2CPU is relatively stronger at SLOW control
Engine Hiarcs 12.1 is relatively stronger at SLOW control
Engine Deep Shredder 10 32-bit 2CPU is relatively stronger at SLOW control
Engine Thinker 5.3b Inert 32-bit is relatively stronger at SLOW control
Engine Glaurung 2.1 64-bit 2CPU is relatively stronger at SLOW control
Engine Hiarcs 12 is identical in difference to his twin
Engine Onno 1.1.1 64-bit is relatively stronger at SLOW control
Engine Deep Junior 11.2 64-bit 1CPU is relatively stronger at SLOW control
Engine Deep Sjeng WC2008 64-bit 1CPU is relatively stronger at SLOW control
Engine Deep Junior 11.1a 64-bit 1CPU is relatively stronger at SLOW control
Engine Deep Shredder 11 64-bit 1CPU is relatively stronger at SLOW control
Engine Deep Sjeng 3.0 64-bit 1CPU is relatively stronger at SLOW control
Engine Hiarcs 11 4CPU is relatively stronger at SLOW control
Engine Hiarcs 11.2 2CPU is relatively stronger at SLOW control
Engine Onno 0.12.0 64-bit is relatively stronger at FAST time control
Engine Bright 0.4a 2CPU is relatively stronger at SLOW control
Engine Spark 0.3 64-bit is relatively stronger at SLOW control
Engine Zap!Chess Paderborn 64-bit 4CPU is relatively stronger at SLOW control
Engine Deep Fritz 10 4CPU is relatively stronger at SLOW control
Engine Naum 2.1 64-bit 4CPU is relatively stronger at SLOW control
Engine Naum 3.1 64-bit PL10 is relatively stronger at SLOW control
Engine Zappa Mexico II 64-bit is relatively stronger at SLOW control
Engine Bright 0.3a 4CPU is relatively stronger at SLOW control
Engine Rybka 1.1 32-bit is relatively stronger at SLOW control
Engine Toga II 1.4 beta5c 2CPU is relatively stronger at SLOW control
Engine Deep Shredder 10 64-bit 4CPU is relatively stronger at SLOW control
Engine Doch 1.3.4 32-bit is relatively stronger at SLOW control
Engine Protector 1.3.4 32-bit is relatively stronger at FAST time control
Engine Glaurung 2.0.1 64-bit 4CPU is relatively stronger at SLOW control
Engine Protector 1.3.4 64-bit is relatively stronger at SLOW control
Engine Doch 09.980 64-bit is relatively stronger at SLOW control
Engine Naum 3 64-bit is relatively stronger at SLOW control
Engine Hiarcs 11.1 2CPU is relatively stronger at SLOW control
Engine Komodo 1.0 32-bit is relatively stronger at SLOW control
Engine Naum 3.1 64-bit is relatively stronger at SLOW control
Engine Loop 13.6 &#40;Loop 2007&#41; 64-bit 4CPU is relatively stronger at SLOW control
Engine Critter 0.60 64-bit is relatively stronger at FAST time control
Engine Thinker 5.3b Inert 64-bit is relatively stronger at SLOW control
Engine Doch 1.2 64-bit is relatively stronger at SLOW control
Engine Glaurung 2.2 64-bit 2CPU is relatively stronger at SLOW control
Engine Naum 2.2 64-bit 2CPU is relatively stronger at SLOW control
Engine Naum 3.1 64-bit PTnormal is relatively stronger at SLOW control
Engine Protector 1.3.2 32-bit is relatively stronger at FAST time control
Engine Bright 0.3b 4CPU is relatively stronger at SLOW control
Engine Loop M1-T 64-bit 4CPU is relatively stronger at SLOW control
Engine Stockfish 1.4 64-bit is relatively stronger at SLOW control
Engine Toga II 1.4.1SE 2CPU is relatively stronger at SLOW control
Engine Deep Shredder 11 64-bit 2CPU is relatively stronger at SLOW control
Engine Deep Sjeng WC2008 64-bit 2CPU is relatively stronger at SLOW control
Engine Stockfish 1.4 32-bit is relatively stronger at FAST time control
Engine Thinker 5.4a Inert 64-bit is relatively stronger at SLOW control
Engine Hiarcs 12 2CPU is relatively stronger at SLOW control
Engine Bright 0.3d 4CPU is relatively stronger at SLOW control
Engine Fritz 11 is relatively stronger at FAST time control
Engine Doch 1.3.4 64-bit is relatively stronger at SLOW control
Engine Rybka 1.1 64-bit is relatively stronger at SLOW control
Engine Glaurung 2.1 64-bit 4CPU is relatively stronger at SLOW control
Engine Rybka 2.2n2 32-bit is relatively stronger at SLOW control
Engine Hiarcs 11.1 4CPU is relatively stronger at SLOW control
Engine Toga II 1.4.1SE 4CPU is relatively stronger at SLOW control
Engine Zappa Mexico II 64-bit 2CPU is relatively stronger at SLOW control
Engine Naum 2.2 64-bit 4CPU is relatively stronger at SLOW control
Engine Toga II 1.4 beta5c 4CPU is relatively stronger at SLOW control
Engine Spark 0.3 64-bit 2CPU is relatively stronger at FAST time control
Engine Stockfish 1.5.1 32-bit is relatively stronger at FAST time control
Engine Zappa Mexico 64-bit 2CPU is relatively stronger at SLOW control
Engine Bright 0.4a 4CPU is relatively stronger at SLOW control
Engine Hiarcs 11.2 4CPU is relatively stronger at FAST time control
Engine Critter 0.60 64-bit 4CPU is relatively stronger at FAST time control
Engine Stockfish 1.5.1 64-bit is relatively stronger at SLOW control
Engine Fritz 12 is relatively stronger at FAST time control
Engine Glaurung 2.2 64-bit 4CPU is relatively stronger at SLOW control
Engine Spark 0.3a 64-bit is relatively stronger at FAST time control
Engine Naum 3.1 64-bit 2CPU is relatively stronger at SLOW control
Engine Hiarcs 13.1 is relatively stronger at SLOW control
Engine Thinker 5.4a Inert 64-bit 2CPU is relatively stronger at SLOW control
Engine Naum 3 64-bit 2CPU is relatively stronger at SLOW control
Engine Deep Fritz 10.1 4CPU is relatively stronger at FAST time control
Engine Rybka 2.3.2a 32-bit is relatively stronger at SLOW control
Engine Thinker 5.4a Inert 64-bit 4CPU is relatively stronger at SLOW control
Engine Zap!Chess Zanzibar 64-bit 4CPU is relatively stronger at SLOW control
Engine Deep Sjeng 3.0 64-bit 4CPU is relatively stronger at SLOW control
Engine Hiarcs Paderborn 2007 4CPU is relatively stronger at FAST time control
Engine Naum 4 32-bit is relatively stronger at SLOW control
Engine Komodo 1.0 64-bit is relatively stronger at SLOW control
Engine Deep Junior 11.1a 64-bit 4CPU is relatively stronger at SLOW control
Engine Deep Shredder 11 64-bit 4CPU is relatively stronger at SLOW control
Engine Hiarcs 12.1 4CPU is relatively stronger at FAST time control
Engine Rybka 2.2n2 64-bit is relatively stronger at SLOW control
Engine Deep Sjeng WC2008 64-bit 4CPU is relatively stronger at SLOW control
Engine Hiarcs 12 4CPU is relatively stronger at FAST time control
Engine Protector 1.3.4 64-bit 4CPU is relatively stronger at FAST time control
Engine Stockfish 1.5.1 64-bit 2CPU is relatively stronger at SLOW control
Engine Zappa Mexico 64-bit 4CPU is relatively stronger at SLOW control
Engine Naum 4 64-bit is relatively stronger at SLOW control
Engine Naum 4 64-bit PL-5 is relatively stronger at SLOW control
Engine Naum 4 64-bit PL5 is relatively stronger at SLOW control
Engine Rybka 2.2n2 64-bit 2CPU is relatively stronger at SLOW control
Engine Naum 4.1 64-bit is relatively stronger at SLOW control
Engine Spark 0.3a 64-bit 4CPU is relatively stronger at SLOW control
Engine Zappa Mexico II 64-bit 4CPU is relatively stronger at SLOW control
Engine Komodo 1.1 64-bit is relatively stronger at SLOW control
Engine Spark 0.3 64-bit 4CPU is relatively stronger at FAST time control
Engine Stockfish 1.6.3 32-bit is relatively stronger at FAST time control
Engine Stockfish 1.4 64-bit 4CPU is relatively stronger at SLOW control
Engine Komodo 1.2 64-bit is relatively stronger at SLOW control
Engine Naum 3.1 64-bit 4CPU is relatively stronger at SLOW control
Engine Rybka 2.3.2a 64-bit is relatively stronger at SLOW control
Engine Naum 4.1 32-bit is relatively stronger at FAST time control
Engine Naum 3 64-bit 4CPU is relatively stronger at SLOW control
Engine Naum 4.2 64-bit is relatively stronger at SLOW control
Engine Spark 0.4 64-bit 4CPU is relatively stronger at FAST time control
Engine Stockfish 1.6.3 64-bit is relatively stronger at SLOW control
Engine Critter 0.70 64-bit 2CPU is relatively stronger at FAST time control
Engine Hiarcs 13.1 4CPU is relatively stronger at SLOW control
Engine Rybka 2.2n2 64-bit 4CPU is relatively stronger at SLOW control
Engine Naum 4 64-bit 2CPU is relatively stronger at SLOW control
Engine Rybka 2.3.2a 64-bit 2CPU is relatively stronger at SLOW control
Engine Stockfish 1.6.3 64-bit 2CPU is relatively stronger at SLOW control
Engine Deep Fritz 12 4CPU is relatively stronger at FAST time control
Engine Stockfish 1.5.1 64-bit 4CPU is relatively stronger at FAST time control
Engine Rybka 3 32-bit is relatively stronger at FAST time control
Engine Deep Shredder 12 64-bit OA Off 4CPU is relatively stronger at SLOW control
Engine Critter 0.70 64-bit 4CPU is relatively stronger at FAST time control
Engine Rybka 2.3.2a 64-bit 4CPU is relatively stronger at SLOW control
Engine Rybka 3 Dynamic 64-bit is relatively stronger at SLOW control
Engine Deep Shredder 12 64-bit OA On 4CPU is relatively stronger at SLOW control
Engine Stockfish 1.7.1 64-bit is relatively stronger at SLOW control
Engine Naum 4 64-bit 4CPU is relatively stronger at SLOW control
Engine Rybka 3 Human 64-bit is relatively stronger at FAST time control
Engine Naum 4.1 64-bit 4CPU is relatively stronger at SLOW control
Engine Naum 4.2 64-bit 2CPU is relatively stronger at FAST time control
Engine Rybka 3 64-bit is relatively stronger at FAST time control
Engine Rybka 3 Human 64-bit 4CPU is relatively stronger at SLOW control
Engine Stockfish 1.7.1 64-bit 2CPU is relatively stronger at SLOW control
Engine Stockfish 1.6.3 64-bit 4CPU is relatively stronger at FAST time control
Engine Naum 4.2 64-bit 4CPU is relatively stronger at SLOW control
Engine Rybka 4 64-bit is relatively stronger at SLOW control
Engine Rybka 3 64-bit 2CPU is relatively stronger at FAST time control
Engine Stockfish 1.7.1 64-bit 4CPU is relatively stronger at SLOW control
Engine Rybka 3 64-bit 4CPU is relatively stronger at FAST time control
Engine Rybka 4 64-bit 4CPU is identical in difference to his twin
lkaufman
Posts: 5960
Joined: Sun Jan 10, 2010 6:15 am
Location: Maryland USA

Re: Question to the members of the ranking lists..

Post by lkaufman »

As I see it your data supports my claim, though not dramatically. The spread of ratings is 1298 in the fast games and 1258 in the slow ones, which suggests that slow games favor weaker programs. Moreover nearly all of your bottom ten programs are listed as better at slow chess. The effect is much stronger when you compare similar programs on different hardware or programs with improved search over earlier ones; in such cases the stronger program/hardware gradually loses its lead with more time. When the difference is in eval, it is not so clear who gains more from longer time limits.
Dann Corbit
Posts: 12540
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: Question to the members of the ranking lists..

Post by Dann Corbit »

lkaufman wrote:As I see it your data supports my claim, though not dramatically. The spread of ratings is 1298 in the fast games and 1258 in the slow ones, which suggests that slow games favor weaker programs. Moreover nearly all of your bottom ten programs are listed as better at slow chess. The effect is much stronger when you compare similar programs on different hardware or programs with improved search over earlier ones; in such cases the stronger program/hardware gradually loses its lead with more time. When the difference is in eval, it is not so clear who gains more from longer time limits.
Hmmm.. Not sure what to think here really.
The signs of the Elo values are all inverted (those are really negative Elo ratings compared to 4 CPU Rybka 4.)
So every place where we see the word 'STRONGER' substitute 'WEAKER'
IWB
Posts: 1539
Joined: Thu Mar 09, 2006 2:02 pm

Re: Question to the members of the ranking lists..

Post by IWB »

Hello Larry
lkaufman wrote:Regardless of the wording issue, the real question is whether one can use engine-engine rating lists to predict (with reasonable margin of error) the ratings engines would have against top humans in competition. I say "yes, if the calculation is done correctly, but not just by looking at the raw number on the list or by just adding or subtracting a constant". I have the feeling that you (Ingo) would say "no, regardless of how the calculation is done". Please correct me if I am wrong.

Of course this is possible! Of course the enignes would have a rating if we would have data to compare them. The keyword for me is "reasonable margin of error".
As we do not have any actual data every calculation is pure speculation for me as we do not know anything about the possible error margin.
You mentioned the old games, I think they are too far of from todays hardware and software progress. You mentioned the handicap games but there we do not know the strength of the handicaped Rybka.
I simply believe that Humans are simply no more real match for a descent computer/software setup as all top players have given up years ago to officially play against top computers. All you can do is force some GMs with money, but even then it seems they are perfectly happy with getting the looser gratification and go home.

Regarding the IPON 2800 for Shredder. I believe that this single comp rating is too low when you compare it with the Top GMs. How far - I have no clue.

Bye
Ingo

PS: For about a year I do not use my fast Quad for analysis with a MP-engine anymore but I load 4 different top engines, set up as singles and run analysis with them. Actually I think the results out of that are much better than with ONE MP-engine.
Steve B
Posts: 3697
Joined: Tue Jul 31, 2007 4:26 pm

Re: Question to the members of the ranking lists..

Post by Steve B »

Steve B wrote: "i am sure you are well aware of the now legendary BB report
some computer chess enthusiasts do not take this report seriously because of the fact that it is anonymous(not signed)
Zach Wegner who is now preparing for the WCCC has met BB in person and he also mentioned that you have spoken to BB in person
forgetting for the moment the actual content of the report..
do you think the BB report is tainted in any way by virtue of its being unsigned?"
lkaufman wrote:

Well, I didn't speak to BB "in person", just by email, but that's not important. I don't have any reason to doubt the BB report, I believe BB to be honest and extremely capable. As a result of my correspondence with him, which is basically similar to the report in question

thank you Larry for your Reply
as a second digression
i know you have been interested in ODDS games for some time
There were several articles published by you in the USCF mag regarding this topic
i own some old dedicated computers and i ran some quick non exhaustive tests to see if i could overcome a 1000 Pt Elo difference between a 1700 Dedicated computer and a 2700 PC engine at 40/2

1 game at R odds had the Dedicated drawing with the Engine
however very heavy time odds ( with even material) could not produce a draw..nor could minor piece odds(N or B)

i used NO BOOK and Pondering OFF

at a minimum how many games do you think would need to be played at R odds to establish some sort of reasonable certainty that a R =1000 elo?..That is to say that R odds can overcome a 1000 PT Elo gap?
what parameters are best regarding the use of books for the dedicated and pondering ON/OFF?
TC will be 40/2

you must realize i will be using dedicated computers v a 2700 PC engine so i dont have the luxury of running thousands and thousands of games as i would in a PC v PC engne match

Best Regards
Steve
rainhaus
Posts: 185
Joined: Sun Feb 01, 2009 7:26 pm
Location: Germany
Full name: Rainer Neuhäusler

Re: Question to the members of the ranking lists..

Post by rainhaus »

IWB wrote:Hello Rainer
Rainer Marian wrote: ...
Using the values of Rybka3/32Bit/1Cpu, you can find significant differences between CCRL, CEGT and IPON/SWCR. In practical terms, IPON and SWCR give Carlsen, Anand and Kramnik still a chance against the top chess programs....
One of the key sentences on my site is:
The Elo numbers shown here do not correlate to human ratings
and even if you where asking around, comparing the list you still cant resist to think my 2800 does have something to do with human ratings. I think I can delete the sentence as I have the feeling that it is completely useless. Maybe I should calibrate the last Engine to Zero to be VERY, VERY FAR OFF off anything which looks human.
Bye
Ingo
Hi Ingo,
Wow, what a heat in Germany, and what an illustrious crowd on this thread. I would say a "Chief-Thread , with a lot of referential statements. However, no mercy with your "key sentence" :mrgreen:

Confusion
I would cancel or rephrase this sentence, indeed, because it hangs rather free in the air and I think, it is in this apodictic formulation, mistakable and not tenable. Should it be a premise, a invocation, a command, a declaration of intent, an empirical result ? I've got the similar impression like Bob, Dan and Larry, you confuse the issue.? How do you know to which extent the Elo values of the Ipon List correlate to human ratings or not? There is a lack of an explanatory statement.

Individualism
Ok, you can say, my name is IB and my list is a special one, the only one which does not correlate to human ratings. But in the world of scales, tests, measurements, ratings, statistics and Elos, there is required less individualism but the use of terms how they are defined in the mathematical sense and not by the general language.

More science please
Correlation is a certain method of measuring the associations between two ore more variables, within a scale from -1 to 1. A correlation coefficient of 0 means "no correlation" resp. "no association" at all. I don't believe that you want to assert such an absurd hypothesis. In any case and with every list which can be halfway taken seriously, you will get a high rank correlation between engines an humans, based on the Elo scale. This means nothing more than the simple relation, the higher the Elo ranking the higher the playing strength of chess players and engines. That's the statistical correlation language and not a definition out of any common dictionary.

Ad Libidum
BTW, your quoted wiktionary explanation is so general, abstract and without any obligation that you can correlate by this definition a wedding with a funeral or a chess game with a striptease. Cit: Relation between two or more events, which usually have a order and a close timely sequence. An entirely dispensable and useless "Elaborat"

Solution
What you really could have meant, but you haven't verbalized it correctly, has already been circumscribed by some answers. You don't refer the rank sequence but the absolute Elo values. For instance:
Naum 4.2 , 1 core, has 2815 Elo in the Ipon list. Magnus Carlsen leads the Fide list with 2813 Elo. And now you probably want to say: The devil takes this Ipon reader who might thought or even blazon out that Ipon says, Naum plays as strong as Carlsen. I think what you intend to say, is about: the Elo values in the Ipon list must not express the identical playing strength as the same values in a human ranking list The "must not" is important too, because you could not exclude, that it could be like this.
Therefore I would suggest a text without the term "correlation", in a relative and not apodictic verbalisation, and I would replace the word 'number' with 'value", which in the case of a measurement represents better the German word for "Zahlenwert". Number is rather a "Nummer", indeed.
Let it pass again through your head, but be careful with this tropical German heat :?

Best
Rainer