WoW:CVar processAffinityMask: Difference between revisions

m
Move page script moved page CVar processAffinityMask to WoW:CVar processAffinityMask without leaving a redirect
(→‎Customizing your settings for multi-core processors:: localise bitmask table and make it easier to all to understand.)
m (Move page script moved page CVar processAffinityMask to WoW:CVar processAffinityMask without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{cvar}}
Controls which processor cores or logical-cores are used by WoW. Changing this setting requires a restart to make the change effective. Use is deprecated since [[patch 3.3.2]], and the default of '0' is now recommended. See also [[CVar maxAnimThreads]].


SET processAffinityMask "0"
/console processAffinityMask 0
== Possible settings ==
A number from 0 to 4294967295 as a bit-mask, with a bit for each logical CPU core and up to 32 cores total. Bit set to 1 enables a core for WoW, and set to 0 disable a core for WoW.
* 0 - (default) threads get automatically placed on cores by normal OS controlled process
* 1 - Logical core 1 only (bits 0001)
* 2 - Logical core 2 only (bits 0010)
* 3 - Logical core 1 and 2 only (bits 0011)
* 4 - Logical core 3 only (bits 0100)
* 5 - Logical core 1 and 3 only (bits 0101)
* 6 - Logical core 2 and 3 only (bits 0110)
* 7 - Logical core 1, 2, and 3 only (bits 0111)
* .... and so on
== Details ==
: ''Note: Manually adjusting this CVar is no longer needed as of 3.3.2, unless you're trying to run the game on specific cores. As of 3.3.2 the default setting will now already be uncapped, so it will run on whatever core your OS deems as fit. If however, you want to specify which cores wow runs on, continue reading.''
: ''Note: Mask bits are documented here [https://msdn.microsoft.com/en-us/library/windows/desktop/ms686223 Win32 SetProcessAffinityMask (MSDN)] as well.''
Each bit corresponds to one logical CPU core. The least significant bit corresponds to the first logical core, with the ability to control up to 32 logical cores. Logical cores on the same physical core will typically be grouped together for the mask, so that logical cores 1 and 2 are on the same HT core 0, positions 3 and 4 (bits 001100) would be for HT core 1.
== Customizing your settings for multi-core processors ==
To customize which cores WoW uses place ''SET processAffinityMask "x"'' in your [[Config.wtf]] where 'x' is replaced with the corresponding value in the following table.
<div style="height:15.5em; width:660px; margin:auto; overflow-y:auto;">
{| class="sortable darktable"
|- style="white-space: nowrap;"
!Value!!Core 1!!Core 2!!Core 3!!Core 4!!Core 5!!Core 6!!Core 7!!Core 8
|-
|0
|style="background-color: green;" colspan=8 align=center|Allows the Operating System to choose cores to run on
|-
|1
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|2
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|3
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|4
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|5
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|6
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|7
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|8
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|9
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|10
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|11
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|12
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|13
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|14
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|15
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|16
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|17
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|18
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|19
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|20
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|21
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|22
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|23
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|24
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|25
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|26
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|27
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|28
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|29
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|30
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|31
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|32
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|33
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|34
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|35
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|36
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|37
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|38
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|39
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|40
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|41
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|42
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|43
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|44
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|45
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|46
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|47
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|48
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|49
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|50
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|51
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|52
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|53
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|54
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|55
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|56
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|57
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|58
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|59
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|60
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|61
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|62
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|-
|63
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|- class="alt"
|64
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|65
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|66
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|67
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|68
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|69
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|70
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|71
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|72
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|73
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|74
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|75
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|76
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|77
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|78
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|79
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|80
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|81
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|82
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|83
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|84
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|85
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|86
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|87
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|88
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|89
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|90
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|91
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|92
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|93
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|94
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|95
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|96
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|97
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|98
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|99
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|100
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|101
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|102
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|103
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|104
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|105
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|106
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|107
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|108
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|109
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|110
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|111
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|112
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|113
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|114
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|115
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|116
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|117
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|118
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|119
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|120
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|121
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|122
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|123
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|124
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|125
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|126
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|-
|127
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|- class="alt"
|128
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|129
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|130
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|131
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|132
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|133
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|134
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|135
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|136
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|137
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|138
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|139
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|140
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|141
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|142
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|143
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|144
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|145
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|146
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|147
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|148
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|149
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|150
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|151
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|152
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|153
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|154
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|155
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|156
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|157
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|158
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|159
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|160
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|161
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|162
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|163
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|164
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|165
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|166
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|167
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|168
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|169
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|170
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|171
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|172
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|173
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|174
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|175
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|176
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|177
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|178
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|179
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|180
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|181
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|182
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|183
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|184
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|185
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|186
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|187
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|188
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|189
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|190
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|-
|191
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|- class="alt"
|192
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|193
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|194
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|195
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|196
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|197
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|198
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|199
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|200
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|201
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|202
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|203
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|204
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|205
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|206
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|207
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|208
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|209
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|210
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|211
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|212
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|213
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|214
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|215
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|216
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|217
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|218
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|219
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|220
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|221
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|222
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|223
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|224
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|225
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|226
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|227
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|228
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|229
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|230
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|231
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|232
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|233
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|234
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|235
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|236
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|237
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|238
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|239
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|240
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|241
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|242
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|243
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|244
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|245
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|246
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|247
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|248
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|249
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|250
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|251
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|252
|style="background-color: darkred;"|No
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|253
|style="background-color: green;"|Yes
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|- class="alt"
|254
|style="background-color: darkred;"|No
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|-
|255
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|style="background-color: green;"|Yes
|}
</div>
Note: The table lists values for up to 8 cores, but the cvar supports up to 32 cores with a max value of 4294967295.
== Setting WoW to run on all cores ==
:''Important: Intel and AMD have both recently in last few years dramatically changed which processor models support HT, especially in lower model processors. As of 2017, nearly all new major brand processors will have something similar to HT, or more than one logical processor per core. Also, cores and HT can be disabled for the system, even if you know the maximum your processor model supports.''
Firstly, knowing how many actual logical core you have is important to knowing which mask to use. The easiest way on a PC to tell how many system logical cores are running, is to open Task Manager and switch to the Performance tab (and then "CPU" on win 8 and 10) and read the number logical processors value. As an aside, setting a mask for a larger value than the number of logical cores you have, should produce the same result. So setting value to "7" would limit WoW to first 4 logical cores available, would still be safe and produce the same result of up to 4 cores as available on any CPU.
* Dual-cores without HT, Core 2 Duos, most older Pentiums, i3s, and i5s, some i7s (2c):
    SET processAffinityMask "3"
* Tri-cores without HT, many older AMD (3c):
    SET processAffinityMask "7"
* Quads without HT, some older i5s and i7s (4c):
    SET processAffinityMask "15"
* Quads with HT, many older i7s (4c/8t):
    SET processAffinityMask "255"
* Hex-Core with HT (6c/12t)
    SET processAffinityMask "1344"
* 16-core / Generic 8-core hyper-threaded (8c/16t):
    SET processAffinityMask "65535"
== Optimal settings for multi-core processors (pre-3.3.2) ==
Originally pre-2010, the general idea was to not only enable wow for all cores, but to also limit each physical core to one logical core, in an attempt to avoid letting WoW use HT or Hyper-Threading. Even though the original issues no longer exist post-3.3.2, the affinity mask itself is well documented, and still a hot topic in general inside and outside of WoW. Limiting the number of wow cores can still be a useful tool as a form of throttling WoW, or dealing with WoW specific performance/cooling, animation, or GPU issues, or for running VMs, or can even help in running multiple games at the same time.
Here are the original pre-2010 optimal settings for reference:
* Dual-cores (both of the 2 logical):
    SET processAffinityMask "3"
* Tri-cores & i5s (all 3 logical):
    SET processAffinityMask "7"
* Quad-cores no HT (all 4 logical):
    SET processAffinityMask "15"
* I7s with HT enabled (primary logical of every physical core, 4 total, bits 01010101):
    SET processAffinityMask "85"
* 16-core/8-core hyper-threaded (primary logical of every physical core, 8 total, bits 0101010101010101):
    SET processAffinityMask "21845"
== AMD Ryzen ==
=== Summit Ridge and Pinnacle Ridge ===
Processors based on AMD Zen microarchitecture are internally divided into two core complexes (CCX) with separate cache. Running WoW on a single CCX can improve performance by reducing cache latency. FPS improvement is around 10% in CPU-bound areas.
* 4-core/4-thread (all Ryzen 3):
    SET processAffinityMask "12"
* 4-core/8-thread (Ryzen 5 1400/1500/2500):
    SET processAffinityMask "240"
* 6-core/12-thread (Ryzen 5 1600/2600):
    SET processAffinityMask "4032"
* 8-core/16-thread (all Ryzen 7):
    SET processAffinityMask "65280"
=== Raven Ridge and Threadripper ===
Ryzen processors with integrated graphics (with a "G" in the model number) have a single CCX so no mask should be set. Threadripper processors contain more CCX.
== Patch changes ==
* {{Patch 3.3.2|note=Manually adjusting this cvar is no longer needed unless you're trying to run the game on specific cores. It is now uncapped so it will run on whatever core your OS deems as fit. }}
* {{Patch 3.1.0|note=Added support for more than just single-core & dual core CPUs.}}
* {{Patch 3.0.2|note=Added}}
[[Category:Console variables|processAffinityMask]]
Anonymous user