Trace number 4847617
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
| Name | PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/ opb/normalized-autocorr_bern45-45.lin.opb |
| MD5SUM | 14e8bca2ac7b8f07950d63bdf075cbcf |
| Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
| Best result obtained on this benchmark | SAT |
| Best value of the objective obtained on this benchmark | -28229 |
| Best CPU time to get the best result obtained on this benchmark | 3577.07 |
| Has Objective Function | YES |
| Satisfiable | |
| (Un)Satisfiability was proved | |
| Best value of the objective function | |
| Optimality of the best value was proved | |
| Number of variables | 21993 |
| Total number of constraints | 43896 |
| Number of constraints which are clauses | 21948 |
| Number of constraints which are cardinality constraints (but not clauses) | 0 |
| Number of constraints which are nor clauses,nor cardinality constraints | 21948 |
| Minimum length of a constraint | 3 |
| Maximum length of a constraint | 5 |
| Number of terms in the objective function | 21993 |
| Biggest coefficient in the objective function | 5732 |
| Number of bits for the biggest coefficient in the objective function | 13 |
| Sum of the numbers in the objective function | 2064416 |
| Number of bits of the sum of numbers in the objective function | 21 |
| Biggest number in a constraint | 5732 |
| Number of bits of the biggest number in a constraint | 13 |
| Biggest sum of numbers in a constraint | 2064416 |
| Number of bits of the biggest sum of numbers | 21 |
| Number of products (including duplicates) | 0 |
| Sum of products size (including duplicates) | 0 |
| Number of different products | 0 |
| Sum of products size | 0 |
Quality of the solution as a function of time

Download the above graph
as a PDF file
Solver Data
2.67/14.20 c Time taken to transform: 1.086360216140747 seconds
2.67/14.20 c Solver arguments: {'interleave_search': True, 'use_rins_lns': False, 'num_search_workers': 1, 'random_seed': 712308490, 'solution_callback': <cpmpy.tools.benchmark.cpbenchy.observer.solver_args.SolverArgsObserver._ortools_arguments.<locals>.OrtSolutionCallback object at 0x7fa9460db410>}
2.67/14.21 c 3584.497757434845s left to solve
6.06/17.60 c Solution 1, time = 3.3970s
6.06/17.60 o -10583
6.16/17.73 c Solution 2, time = 3.5222s
6.16/17.73 o -21795
6.26/17.84 c Solution 3, time = 3.6323s
6.26/17.84 o -25149
6.36/17.94 c Solution 4, time = 3.7319s
6.36/17.94 o -26269
6.65/18.27 c Solution 5, time = 4.0634s
6.65/18.27 o -26783
7.05/18.62 c Solution 6, time = 4.4157s
7.05/18.62 o -26810
7.35/18.94 c Solution 7, time = 4.7307s
7.35/18.94 o -27454
7.46/19.11 c Solution 8, time = 4.9012s
7.46/19.11 o -27744
7.65/19.25 c Solution 9, time = 5.0472s
7.65/19.25 o -28061
7.96/19.59 c Solution 10, time = 5.3861s
7.96/19.59 o -28094
9.05/20.64 c Solution 11, time = 6.4344s
9.05/20.64 o -28150
9.95/21.56 c Solution 12, time = 7.3588s
9.95/21.56 o -28167
20.53/32.17 c Solution 13, time = 17.9671s
20.53/32.17 o -28168
20.61/32.21 c Solution 14, time = 18.0094s
20.61/32.21 o -28191
20.81/32.40 c Solution 15, time = 18.1933s
20.81/32.40 o -28218
233.82/246.13 c Solution 16, time = 231.9248s
233.82/246.13 o -28227
233.91/246.25 c Solution 17, time = 232.0483s
233.91/246.25 o -28228
1447.85/1463.77 c Solution 18, time = 1449.5649s
1447.85/1463.77 o -28229
3576.80/3598.58 o -28229
3576.80/3598.58 v -x13556 -x18801 x7121 -x4699 -x9879 x11670 -x18802 x12135 -x5258 x15075 -x1996 -x21651 -x13672 -x6834 -x1808 -x16125 x7132 -x13014 -x3345 x3874 -x21018 x7135 -x9746 -x657 x19247 x4525 -x7242 -x12285 -x8082 -x1057 -x3170 -x20626 -x7207 -x4824 -x3226 x353 -x1348 -x5743 -x15777 x15024 -x14745 -x7918 x16790 -x8902 -x176 -x18844 x10956 -x11270 -x17875 -x9469 -x7982 -x13646 -x13379 -x6255 x21510 -x10517 -x20659 -x13207 -x14545 -x6867 x2170 x12066 -x4147 -x12922 -x19382 x10468 -x5808 x6847 -x17619 -x18774 -x16574 -x9223 -x14841 x2311 x6614 -x10165 -x9801 -x4633 -x14844 -x19782 x16267 -x14361 -x8273 -x7215 x4058 -x5774 x21926 -x1102 -x14453 -x19022 -x1500 -x20313 -x18454 x15427 x11710 -x18107 -x3055 -x10176 -x1485 -x14333 -x12892 -x1884 x7318 x19798 -x15616 -x9256 -x21503 -x7172 -x4688 -x21675 -x9294 -x4328 -x12978 -x5831 x19922 -x173 -x5146 x20399 -x8534 x11190 -x9273 -x216 x12157 x6621 x19344 -x10117 -x108 -x4452 -x5242 -x4814 -x5981 -x8516 -x5414 -x10447 x19293 -x1083 -x3972 x15543 -x11181 -x13609 -x13190 x15948 -x8720 -x18339 -x1273 x10681 x12413 -x4169 -x17715 -x5813 -x326 x14527 x6880 -x8284 x20098 -x12274 -x3167 x14529 x20133 -x16676 -x1481 -x10398 -x21125 -x7468 -x4707 -x855 -x12911 x20975 x21922 -x12636 -x12615 -x5344 -x456 -x16033 -x18872 -x4822 -x10651 x19925 x12370 -x16015 -x4375 -x18444 x16789 x6617 -x215 x19419 -x8159 -x15021 x2360 -x7475 x15500 -x2967 -x13093 -x5864 -x18736 -x3052 x11193 -x16505 -x10575 -x17503 -x2124 -x10053 -x20003 -x1076 -x1491 -x8356 -x21068 -x19041 -x2768 -x18436 -x6019 -x2908 x10710 -x21306 x15470 -x8001 -x12057 -x17059 -x14476 -x13322 -x14119 x14882 x187 x12507 -x17924 x16761 x20710 x12040 x6606 -x7211 -x2648 -x5200 x6661 x15865 -x1149 -x17821 -x8650 -x18583 -x10169 -x21095 -x12525 x14942 -x15200 x15042 -x14714 -x20878 x6400 x10460 -x5858 -x13747 -x21092 x7368 x11900 -x2817 x15510 -x1520 -x9021 -x7067 x15341 x20586 -x6447 x11354 -x14268 -x21657 -x13382 -x20783 -x17983 x19447 -x13944 -x5544 -x3441 x21449 -x18578 x16784 x6417 -x9234 x15531 -x3460 x12134 x19321 -x9322 x6840 -x1161 -x806 -x12900 x4069 -x17032 -x3082 x14938 -x14337 -x2966 -x2599 -x13939 -x15589 -x17620 -x11632 -x13017 -x17469 x2663 -x10269 -x12202 -x9265 -x5031 x15045 -x19190 -x13513 -x8358 -x1110 -x4235 x6131 -x5581 x4557 x14592 -x11242 -x9115 -x19158 x395 -x519 x21904 -x3114 x11368 -x5510 -x18192 x6689 -x783 x1793 x12144 -x14515 -x5188 x12365 -x17083 -x13580 -x15533 x10964 -x3263 x21930 -x6859 -x16247 -x18191 -x15036 -x9672 x10641 -x8893 x21554 -x16401 -x5764 -x19071 -x7988 -x676 -x2235 -x3334 -x18155 -x8765 -x10063 -x2261 x21410 -x3258 -x17437 -x12182 -x13376 x4124 x20564 -x3257 -x7755 -x2218 x16437 -x3278 x6543 x15373 x21402 -x13924 -x17466 -x7504 -x1242 -x17611 -x20544 -x18389 -x5490 x20981 -x17037 -x13273 -x14802 -x12197 -x18888 -x21505 x20272 -x9645 -x9843 -x9633 -x11298 -x15219 -x18746 -x5727 -x10396 x19541 -x8489 -x16967 x409 -x10856 -x10495 -x8941 -x10367 x14928 -x15759 -x10523 x19725 -x13621 x4276 x20199 -x4404 -x7157 x16783 x12061 -x11675 -x18008 -x10225 -x3376 -x8223 x253 -x8727 -x4580 -x3312 -x19116 -x3609 -x3918 x19251 x10951 -x8726 -x8641 -x10591 x7817 -x5209 -x18072 -x8083 x21895 -x16579 x20271 -x2465 -x8565 -x13735 -x8484 -x12925 -x14106 -x21084 -x7978 x6444 -x622 -x17680 -x4973 -x11064 -x3935 x21809 -x9556 -x14668 x7617 -x7406 -x7836 -x17838 -x18775 -x4576 x11380 -x10060 x11878 x19491 x14843 -x9018 x20431 x20587 -x10767 -x15706 -x16508 -x5513 -x12085 -x7866 -x4813 x15119 -x3200 x11113 -x13300 -x18064 -x7915 -x4135 -x3679 -x10824 x6740 x6758 -x3103 -x10122 x19779 -x21573 -x10451 x230 -x8721 -x10754 -x1409 -x18426 -x21759 -x213 -x3459 -x17570 -x17424 x11673 x6678 -x1104 -x11224 -x3891 x7107 x2713 -x18146 x15444 -x2881 x12383 x12514 -x11628 x6625 -x16754 -x19926 -x16318 -x9151 -x15657 x20841 -x12001 -x11166 x14855 -x17951 x20940 -x8795 -x816 -x12764 -x11297 x20345 -x7839 -x5696 -x12866 -x2490 x2026 -x16622 x7261 -x11352 -x14193 -x9131 -x21535 -x48 -x12981 x20991 -x13113 -x13214 -x13552 -x5484 -x14231 x2732 -x18393 -x7879 -x9930 -x12602 -x14145 -x21610 -x6043 -x1117 x2164 -x2064 -x18706 -x16146 -x15787 -x18256 -x6141 -x12852 x11858 x16881 x7687 x19636 -x3597 -x20814 -x5668 -x611 -x19088 x21183 -x8647 -x9278 -x1114 x10996 x19886 -x13204 -x5147 x15931 -x13153 -x15449 -x4606 -x9222 -x16135 x11753 -x5035 -x12815 x6529 -x12639 x7126 -x9912 x15986 x12060 -x1536 -x13007 -x16277 -x18671 -x1863 -x270 x4038 x6158 x11825 -x1582 -x9452 -x3906 -x3443 -x14703 -x168 -x17993 x1950 -x10370 x6187 -x8343 -x20672 -x12703 x2017 -x13202 -x12965 x6560 -x19118 -x2371 -x9880 -x12317 -x10189 -x6267 -x8832 -x13557 x12462 x11350 x1830 x191 x6699 x12394 -x21684 x1985 x14902 x7746 -x6956 x12499 -x992 -x14660 -x11647 -x14227 x10988 x10461 -x14760 -x8134 x21417 -x18941 -x3607 x21546 x4274 -x15145 -x13910 x12123 -x2747 x4119 -x2419 -x2924 x15512 -x12928 -x20177 -x21592 -x10772 -x3628 -x14620 -x3689 -x2755 -x10500 x15830 -x5720 -x9146 x20763 x14884 -x14574 x6630 -x15367 -x21324 -x16139 -x19058 -x16088 -x12430 -x21707 -x1661 -x2518 -x638 -x14208 -x11518 -x1305 x227 -x10008 -x3264 -x6301 -x16255 -x14276 x3772 -x7386 -x5221 -x10577 x6597 x14794 -x14691 -x15230 -x17002 -x3011 -x9636 -x11521 -x14395 -x9575 -x17040 -x8905 -x21342 -x9856 x11126 -x18875 -x17656 -x3777 -x830 -x7240 -x17797 x21218 -x20934 -x17514 -x5792 -x18960 -x18492 x21834 -x9059 -x4429 -x8024 -x15130 -x21652 x21977 -x556 x11662 -x3966 -x5450 -x13440 -x6367 x21435 x16402 x19295 -x15182 -x21653 x20281 x12474 -x247 -x14538 -x17103 x21211 -x10486 -x10541 -x15345 -x908 x20115 -x13319 -x21502 -x12314 -x8960 -x4415 -x3980 x20506 -x10195 -x9845 -x14247 -x4792 x20927 -x8829 -x13830 x6733 -x11593 x20719 -x8499 -x775 x11869 -x18771 -x17298 -x966 -x13896 -x8477 -x8965 -x9507 -x18518 -x4982 -x6828 -x9606 -x11736 -x14517 -x619 -x17759 -x4841 x6122 -x19310 -x8153 -x5582 x16406 -x8366 -x3341 -x2447 -x750 -x7214 -x9684 x6536 -x8262 x14861 -x19998 -x21305 x3825 -x7791 -x5133 x15868 -x7548 -x11016 x19512 -x8299 -x10816 -x13402 -x3398 x6480 -x10002 -x11533 -x6984 -x21359 x7042 -x8345 -x14368 -x5352 -x3418 -x539 x2047 x14561 x6182 x20784 -x9841 -x3840 -x6905 x16828 x6603 -x18001 -x14456 -x3107 -x15226 -x1647 -x3420 -x8254 -x13331 -x21184 -x18360 -x8045 -x9288 -x2158 x11436 -x18147 x6403 x20866 -x2834 -x2100 -x9716 x21968 -x9438 -x9701 -x4843 x6645 -x13140 -x8475 -x10820 x21921 x7139 -x2594 -x6110 x11158 -x1923 -x4171 -x17698 -x15692 x3797 x20819 -x13154 -x7471 x11850 x16071 -x13993 -x7994 -x6350 -x8997 -x12483 x19941 -x4240 x12110 -x13030 x19379 x10471 x6082 -x1392 -x3081 x16703 x16708 -x18187 -x13713 -x4472 -x14365 -x10580 -x11862 -x5929 -x16520 -x739 -x13712 -x21562 x2381 -x17500 -x21690 -x2976 -x6903 -x2774 -x8813 -x1137 -x14137 -x13602 -x19649 x21199 -x5187 -x9010 -x4468 -x17376 -x2757 -x525 -x5354 x19954 x16771 -x3095 -x17842 x6559 -x18693 -x5375 -x6271 x6128 -x16953 -x13806 -x18782 -x11637 -x1618 -x10825 -x17865 -x3663 -x1736 -x18855 -x8465 -x7228 -x6926 -x10190 -x10016 -x1858 -x9533 -x8729 -x1577 -x403 x11087 -x7383 -x13838 -x16151 -x20182 x21205 -x8221 -x12895 x15403 -x17251 -x5351 x4962 -x16624 -x4568 -x11983 -x21720 -x10853 x15349 x10979 x14931 -x17809 -x18313 x20722 -x6999 x15950 -x16183 x14875 x4285 -x9293 -x1724 -x11571 -x11221 -x17773 -x19340 -x5292 -x20888 -x5672 -x1847 x11333 -x1509 x20465 -x14719 -x721 -x17912 -x9475 -x94 -x57 -x16098 -x19169 x1788 x7134 -x8130 -x4607 -x10346 x12506 -x19550 x12154 -x7523 x21747 -x9252 -x9851 -x18285 -x16228 -x2121 -x3808 -x13828 -x12304 x20787 -x13106 -x12762 -x15197 -x8359 -x10285 -x16613 -x696 -x3737 -x8414 -x9715 x16740 -x19074 -x14033 -x7171 -x19480 x7619 -x10329 -x2161 -x940 x1956 -x6906 x7030 -x14422 -x7206 -x18680 x15378 -x11524 -x3137 -x717 -x4777 -x9531 x12138 -x14114 -x1702 -x12287 -x8431 x12529 -x1559 -x1576 -x17393 -x17244 -x21294 -x5438 x20423 x2662 -x1727 x7727 -x2553 -x12316 -x12773 -x876 -x17038 -x6982 x4743 -x8468 -x624 -x21622 x4527 -x7549 -x17668 -x13434 x6771 -x96 -x86 -x6202 -x16229 -x8907 -x1234 -x2816 -x15637 -x9539 -x10033 -x10922 -x4870 -x15725 -x9564 -x15703 -x10097 x4311 -x60 -x18778 -x17388 x21960 -x12331 -x7412 -x10749 -x13158 x12433 x14889 -x10249 -x3928 -x20407 -x17475 -x1631 x4963 x14947 -x13603 -x12195 x21880 -x8838 -x1914 -x316 -x1026 -x1593 -x7857 -x4451 -x4677 x226 -x17980 x7723 x4122 -x14202 -x4369 -x1515 -x18950 -x13670 -x7149 -x7192 x14932 -x1322 x4561 -x5659 -x12930 -x3405 x21009 -x15779 x16345 x363 -x3357 x6690 -x10265 -x9117 -x13994 -x15201 -x12319 -x5392 -x11535 -x18508 -x13695 -x17621 -x571 -x20635 -x7427 x19566 x4014 -x9648 x2175 -x13530 -x14097 -x9143 -x3423 -x10686 -x18268 -x14086 -x9570 x19871 -x3260 x21918 -x8535 -x12684 -x17876 -x2257 x19876 -x5202 -x7436 -x9292 -x14077 x4524 -x15791 -x20584 -x2551 -x1886 -x2614 x21540 -x1915 -x17697 -x18214 x12076 -x21632 x3873 -x9739 -x6933 -x9748 x20843 -x4200 -x3547 x4737 -x9548 -x13729 -x4440 x19749 -x17046 -x9437 x6501 -x14124 -x10845 -x9127 -x2758 -x4840 x19930 -x3017 -x2193 -x8805 -x18705 x6510 x19736 -x487 -x7238 -x16573 -x6941 -x10368 -x11944 -x17228 x19557 x15417 -x72 -x9727 -x11311 -x5118 -x10222 -x8773 x14813 -x5288 -x10648 -x15252 -x19016 x7647 x6428 -x18504 x19322 -x18065 -x5536 -x3734 -x18091 -x11590 -x14060 -x9004 -x13299 -x9781 x16900 -x2979 -x16049 -x8476 -x18350 -x600 -x12619 -x17513 -x14473 x21027 -x16667 -x980 -x11557 -x16885 -x17215 x19283 -x7199 -x17482 -x3837 x20683 -x5252 -x4189 -x13962 -x11914 x19737 -x2104 x12508 x7093 x19982 -x8915 x15522 -x18529 -x10569 -x5033 x19624 -x18494 -x9783 x6363 -x3642 -x10009 x6449 -x5886 -x10268 -x5989 x20801 x12411 -x1422 -x4627 -x14879 -x16648 -x13753 -x17318 -x18932 x11660 -x11512 -x13866 -x20542 -x16560 -x13510 x19474 -x8336 -x13284 -x13464 x14493 x16302 -x2185 -x11528 x20928 -x13937 -x9221 -x17537 -x10230 -x16689 -x15763 -x13640 -x17124 -x17183 x19702 -x12744 -x5966 -x11531 -x5231 -x1426 -x12777 -x4868 x10679 x20625 x2689 -x10350 -x21398 -x6012 -x20166 -x13929 -x1904 -x9804 -x3747 -x13346 x7032 -x6506 -x9734 x12033 -x8113 -x4424 -x9191 x20134 -x6769 x19444 -x114 -x18047 x15497 -x8355 -x7138 x16006 x4935 -x10747 x11740 -x14022 x19611 x15871 -x2903 -x8835 -x9188 -x14309 -x5907 x20857 -x17309 -x1756 x19443 -x15515 -x3164 -x11886 -x1562 -x13842 x19274 -x13570 -x18020 -x8415 -x3800 x6461 -x10690 -x3309 x6768 -x14187 -x9651 -x4809 -x14428 x21874 x15351 x2180 -x19062 -x8462 -x17151 -x17052 -x15541 -x17519 -x14001 x19810 -x12284 x15973 -x17101 -x3377 -x1009 -x19670 -x11505 -x17084 x16306 x19573 -x14141 x19677 -x10357 -x10555 -x14410 x6416 x15613 -x17184 x14851 x19449 -x13674 -x10039 x10945 -x5714 -x13537 x11396 -x8987 -x11232 -x5044 x12125 -x9150 -x21954 x10405 -x7209 x4507 -x17480 -x6892 -x16974 -x18206 -x9153 -x18698 x7787 -x4289 x19505 -x4249 -x5269 -x17556 -x8761 -x8155 -x14173 -x10051 -x7949 -x2428 x6139 -x14010 x7792 -x9759 x20253 x4063 -x15299 x20101 -x6894 x20095 x4113 -x18966 x24 x15312 -x4835 -x8909 -x582 -x8181 -x4385 -x11537 x20432 -x17677 -x3963 -x17760 -x17208 x4068 -x4894 x6116 -x10210 -x14175 -x11329 -x9891 x21209 -x13808 -x15302 -x705 -x3401 -x8910 x16361 -x5975 -x9501 -x485 -x9074 -x380 -x11787 x16435 x19471 -x18525 -x9404 x11831 -x8876 -x715 -x17087 -x11605 -x772 -x3552 x20514 -x5912 -x2160 x11160 x6345 x21548 x3871 -x5524 -x13971 x4530 -x664 -x6282 -x7528 -x18115 -x20323 -x13260 -x13162 -x17536 -x4756 -x9050 -x16530 x19760 x2730 -x14071 -x4282 -x3098 -x18309 -x12750 -x14613 -x20268 -x1731 -x8921 -x5511 -x12334 -x18371 x12477 x11718 x11709 -x19135 -x3736 -x6022 -x16691 -x9513 -x205 -x2101 -x11522 -x14621 -x9210 -x17923 x16264 -x12220 -x5951 -x6810 -x2796 -x8577 x16012 -x18506 -x3147 -x18273 -x19205 x16376 -x10891 -x12618 -x19860 -x18665 x2300 -x2941 -x18029 -x14087 -x646 x7657 x6638 -x635 -x17255 -x13186 -x18793 x19999 -x14116 x14930 -x11455 x386 x12562 -x2210 -x10414 x7729 x20557 -x5816 -x5431 x19580 -x13127 x6548 -x17904 -x8719 x6575 -x9145 -x14643 -x18879 -x3074 -x9706 -x16431 -x4838 -x14421 -x3923 -x16686 -x9044 -x2646 x19814 x19834 -x21148 x20266 -x7959 -x15210 -x1627 -x16053 -x4832 -x338 -x9735 -x683 -x9964 -x17354 x2338 x21278 -x3910 -x16253 x20375 -x7495 -x20998 -x8658 x14959 x21281 x11065 -x2136 -x915 x10644 -x1881 x10992 -x10106 -x11570 -x10888 -x8649 x21507 x19540 -x4769 -x18337 -x3057 -x784 x20406 x4347 -x8882 -x1883 x4264 x19866 -x19943 -x3477 -x10336 -x3832 -x8923 -x10807 -x3728 x16917 -x16519 -x12023 -x12696 -x10521 x6392 -x14459 x20575 -x522 -x12015 -x6714 -x12726 -x5518 -x12624 -x10316 -x2907 x12128 x4562 x7127 -x21534 -x668 -x1155 -x3006 -x11608 -x17027 -x2370 -x1370 -x5800 -x14340 -x3703 -x17896 -x112 -x3522 -x8830 -x8053 -x3962 -x5148 -x756 -x1124 -x9582 x19417 x15033 x16826 x3849 -x8818 x20729 -x16514 x20776 x16472 x3830 x11433 -x21226 x20001 x6186 -x21577 -x19009 -x21643 -x3249 x21284 x19468 x6588 -x20603 x15313 -x8267 -x10817 -x18402 x16065 -x5080 x11458 -x14037 -x21650 -x3434 -x16105 -x21130 -x20988 -x12676 -x1418 -x12869 -x5952 -x477 x15493 x20046 -x10313 x20255 -x331 -x3519 x7825 -x2288 -x8154 -x692 -x12627 -x19061 -x20287 -x2120 -x8351 -x8612 -x17312 -x17534 -x17176 -x10480 -x19053 -x2849 -x16960 -x14444 x373 -x13905 -x18208 -x3015 -x12599 -x12927 x2350 -x1209 -x1360 -x16808 -x15724 -x10253 -x18795 -x12781 -x3302 -x1546 -x9079 -x9835 x12052 -x13730 -x11243 -x17917 -x12983 -x13757 -x17634 -x3445 x6747 x21487 -x4805 -x18373 -x17130 -x8147 -x9451 -x5179 -x20310 -x18970 -x5781 -x7521 -x18476 -x921 -x9258 -x3553 -x14469 x6385 -x6015 -x5334 -x13221 -x6002 x19239 -x21658 x6458 x21784 -x5149 -x13704 -x8472 -x12480 -x12908 -x2995 x19392 -x1707 x6420 -x13077 -x17374 -x8467 -x8501 -x14269 -x3970 -x10482 -x4037 -x17290 -x12935 -x18030 -x5480 -x11940 -x8672 -x17302 x4094 x20881 -x17741 x4268 -x8333 -x12713 -x11927 -x17674 -x16593 -x8925 -x3066 -x9155 -x1673 -x634 -x12350 -x14438 x11009 -x19087 x16720 -x17879 -x1630 x11105 -x1841 -x6450 x14869 x14968 -x8996 -x11989 -x14195 -x16553 -x5758 x20213 x19695 x15987 -x10089 -x1394 -x11634 -x8151 x6145 -x3281 -x18056 x19407 -x15619 -x4971 x19991 -x9604 -x18175 -x1469 x11096 -x3831 -x20033 x19641 -x15683 -x13693 -x16544 -x11648 -x10846 -x8900 x11005 -x4964 x7809 -x13265 -x3986 -x14059 x7276 -x2271 -x4983 -x19231 -x13533 -x2855 -x5481 -x12242 x19469 -x962 x19513 x14876 -x12196 -x5383 x14525 -x9468 -x1460 -x13942 -x3811 -x9855 -x17165 -x16194 x366 -x13770 x16455 x11695 -x4798 -x15627 x11668 -x19668 -x3359 -x8537 -x5797 -x2643 -x5417 x6875 -x15732 -x8944 -x20906 -x14020 -x8339 -x9658 -x3757 -x5418 -x3275 -x7233 -x10786 -x317 -x5695 -x18462 -x4485 -x1504 -x12232 -x7942 x15404 -x4631 -x10026 -x4048 -x3149 x20041 x20185 -x3086 -x3005 -x3776 -x2996 -x454 -x3009 -x5768 -x1709 -x8770 x15106 -x9970 -x1428 -x4542 x19387 -x4575 x10678 -x8711 x4956 -x5021 x16457 -x14184 -x2230 x21932 x4721 x10639 -x448 -x14274 -x10921 x16492 x21985 -x18024 -x1324 x21488 -x2474 x6713 x11743 -x7376 x15056 x11401 -x1086 -x3998 -x2102 x20894 -x10327 x14922 x14490 x14597 -x2596 -x7173 -x14210 -x16963 -x3528 -x824 x15579 x15957 x6463 -x5977 x12107 -x18965 -x1480 -x9803 x12092 -x5961 -x4207 -x13304 -x15204 -x18408 -x20433 -x20106 x12492 -x341 -x10298 x6172 x6430 -x14172 -x2649 x19525 x2380 -x10382 -x954 x11015 -x5165 -x891 -x12691 -x6634 x6693 -x1493 -x7603 -x4478 -x3767 x19237 -x16214 -x3621 -x16193 x14898 -x1342 x20551 -x1572 -x10774 -x9857 -x4713 -x4667 x2731 -x3810 x6719 -x21912 x10995 -x21638 x20701 -x14300 -x13740 -x17748 -x9350 -x13687 -x18111 -x3670 -x13419 -x12332 x10597 x6823 -x17707 -x18382 x19771 -x21129 -x14430 -x8208 x10731 -x11261 -x8736 -x15285 -x18431 -x15190 -x18467 x3814 -x13251 -x18568 -x999 -x5958 -x9613 -x4683 x16294 -x3730 -x698 x7703 x11746 -x15248 -x6725 -x5933 -x10558 -x249 -x2985 -x12188 x16480 x19969 -x13483 -x14451 -x12054 -x7485 x2625 -x11214 -x2232 -x8195 -x146 -x10095 -x15171 x21947 -x7234 x20742 -x20820 x21964 -x15133 -x17730 x2012 -x21473 -x19092 -x9577 x16803 -x18395 -x17665 -x14110 -x4848 x20103 -x12896 x7315 -x14575 -x11614 -x18130 x6742 -x936 -x20500 x20723 -x8619 -x11898 -x21104 x4755 -x5571 -x13819 -x20793 -x18173 x7672 -x9460 -x5940 -x7555 x6456 -x8594 -x13188 -x11306 -x8057 -x3611 -x1125 -x3614 x20653 -x10158 x19605 x20062 -x20825 -x5734 -x3505 x16736 -x13193 x15953 x1824 -x10837 -x13562 -x9700 -x9862 x12561 -x14240 -x15181 -x724 -x15556 -x16532 x19851 -x17508 -x7183 x19519 -x3761 -x16907 -x16547 -x10347 x6584 -x11826 -x21619 x7675 -x4077 -x13147 -x4360 -x8810 -x2393 x7335 -x5683 x14921 -x1876 -x4845 -x1287 -x8313 -x12294 x10941 -x18658 -x8630 -x18418 -x21687 -x14130 x16787 -x4209 -x3620 -x6388 x6243 x20342 -x21128 -x875 -x15592 -x15526 x20585 -x16503 x11796 -x12830 -x2489 -x3838 x16062 x16762 -x21338 -x16664 -x13383 -x6836 -x6000 -x5389 x10955 -x14218 x6348 -x12994 -x1471 -x13554 x6595 -x17000 -x17735 -x5232 x7251 x15528 -x3343 x10407 -x1244 -x11184 -x5051 -x17720 -x3276 -x13210 -x11318 x16799 -x2879 x19421 -x14040 -x13820 -x13256 -x18712 -x21736 -x926 -x4398 x20120 -x12898 -x13423 x21934 x7084 -x10054 x11867 -x11641 x19764 -x1742 -x4390 -x18938 -x4460 -x12247 -x1470 x20954 -x2041 -x12645 -x18399 x20413 x19591 -x9989 x19952 -x516 x6845 -x8230 -x14017 -x2803 -x9336 -x3333 -x3539 x6703 -x21310 -x8880 -x1701 -x15208 x15519 -x1604 x19359 -x8694 -x18535 -x5253 x12520 -x10795 x19329 -x8270 -x16687 x6159 -x7100 -x17449 -x95 -x21291 -x9800 -x12337 -x1921 -x3222 -x530 x6577 -x9367 -x12794 -x18179 x16753 x19243 -x209 -x10231 -x3070 -x3213 -x6565 -x7552 -x8578 -x3503 -x9786 x1837 x12481 -x12567 -x5520 -x14415 -x15544 x15082 x15852 -x10136 -x11390 -x18428 -x6056 -x1187 -x18636 -x690 x21241 x16034 -x5527 x19399 x2712 -x19206 x20813 -x5852 -x13491 -x14610 -x2095 -x18424 -x6975 -x2342 x6230 -x8527 x6440 -x8752 -x14457 -x1600 -x7919 -x16184 -x941 -x1049 x10457 x389 x19620 -x12996 x12488 -x4153 -x11919 -x9024 -x18989 x20605 -x5866 x16375 -x21669 -x15018 -x2806 -x8560 -x8867 -x2764 -x14509 x4128 -x1262 -x2600 -x1596 -x17039 x3771 -x1545 -x17577 -x8367 x16797 -x10250 -x11610 -x5748 -x18229 -x5191 -x14784 x2325 -x307 -x18347 x6088 x1831 -x13349 -x21469 -x7992 -x7846 -x19178 -x14683 -x6994 -x4071 -x9943 x21542 -x10240 -x3860 -x6468 -x7569 -x3399 -x1919 x7338 -x3244 -x9282 x16785 -x3485 -x4170 -x15539 -x3220 -x12878 -x14311 -x8428 x12519 -x16113 x12415 -x15626 -x21349 -x10274 x15329 -x3888 -x17561 -x12936 -x11228 x20842 -x18784 x19780 -x1385 x11759 x16372 x21279 -x20335 x19510 -x6954 -x3568 -x9149 -x18038 -x18370 x19951 -x13847 x19347 -x21166 -x12958 -x10440 x20726 -x18391 -x12653 -x15780 -x9324 -x21190 x10613 -x6978 x15466 -x9090 -x16978 -x5955 -x1417 -x792 -x9489 -x10689 -x14015 -x14336 -x977 -x18084 -x12667 -x1045 x10585 -x15663 x21179 -x17520 -x17933 -x2615 x10612 -x12258 -x12118 -x10021 -x13995 -x14771 x12380 -x7007 -x17401 -x9810 -x7259 -x1048 -x9896 -x6735 -x5265 -x19112 -x7536 -x6884 -x13259 -x4579 x14920 -x19151 -x17471 -x5612 -x17425 -x5939 -x12782 -x18316 x19481 -x11579 -x91 -x283 x15339 x20797 x7814 x2694 -x10207 -x21356 -x1772 -x6026 -x19645 -x2947 -x18833 -x7662 -x11349 -x13475 x19587 -x14611 -x18629 x6333 -x7460 x14478 -x18275 -x10883 -x21263 -x10255 x19688 -x11504 -x5697 -x994 -x13725 -x1530 x11345 -x17333 -x5918 -x21717 x6129 -x3104 -x9871 -x10478 -x2703 -x4694 -x21639 -x9393 -x17197 x14906 x4345 -x7188 x15904 -x21217 x7629 -x11892 -x10199 -x14136 -x10337 -x13559 -x20129 x21859 -x18078 -x18265 -x21465 -x8255 -x17683 x21914 -x10898 -x13136 x16879 x12403 -x2487 -x17997 -x14260 -x18553 -x18415 -x13431 x16342 x19919 -x13241 -x14349 -x14225 -x17045 -x5460 -x17644 x15087 x4919 -x16981 -x4992 -x15203 -x5655 x14808 -x16104 -x7352 -x8035 -x56 -x15551 -x17947 -x12281 -x10657 -x12950 -x18314 -x9105 -x18976 -x18490 -x17072 x6179 -x3129 -x10488 -x5693 -x18198 x15319 -x9907 -x2285 -x7838 -x14407 -x8487 -x3865 -x21262 -x90 x10733 -x20254 -x17415 x21745 -x10321 -x13521 -x9992 x11770 -x5278 -x18739 -x1487 -x18342 -x1482 x21808 -x7537 -x5777 -x6496 x2034 x7095 x16835 x7652 -x1063 x20455 x21485 -x17157 -x17467 x6344 x21244 -x13324 x21959 -x14143 x12557 x7708 -x10315 -x13566 -x4896 -x817 -x9281 x14501 -x11488 -x11911 -x2799 -x18921 -x15585 x15983 -x17088 -x5332 -x2151 -x16570 x429 -x18082 -x9620 x11755 x2006 -x1846 -x10072 -x5078 -x1746 x21742 -x7010 -x12652 -x5922 x20796 -x12880 -x16210 x19635 x14583 -x4010 x6173 -x18105 -x7066 x11024 x15428 -x9440 x11441 -x8056 -x2105 x12109 -x18752 x19840 -x4799 -x18410 -x17959 -x8294 -x1146 -x3046 -x8407 x20114 x10467 -x11293 -x860 x15484 -x12335 -x2927 -x5201 x19252 -x19030 -x2498 -x5884 -x17709 -x21116 -x12918 x14974 x6473 -x9432 -x8200 -x13673 x7701 x21016 -x16510 x20473 -x17035 -x3112 -x20615 -x678 -x11526 -x8884 -x9579 x10406 -x4902 -x17459 x6151 -x2536 x15546 x19509 -x8078 -x343 -x2472 -x2110 x15381 -x8740 -x6160 -x1803 -x12883 x15820 -x18968 -x1343 x7081 x11781 -x507 x12402 -x8493 -x7929 -x17239 -x14742 x19351 -x14413 -x5632 -x18477 -x13040 -x1314 -x5374 -x20880 -x17167 -x18242 -x9991 -x11963 -x13749 -x5732 -x4724 -x16215 -x3967 -x6316 -x17913 x19367 x19958 -x16047 -x14107 -x18692 -x13698 -x14679 -x14201 x6608 -x13797 x14999 x16300 x19496 -x10087 -x21580 -x17168 -x8511 -x10257 -x3699 -x3765 x19551 -x14031 x16899 -x5227 -x14442 -x20974 -x13982 -x5645 -x19664 -x17866 -x10449 -x17531 -x18635 -x17389 -x9030 -x13170 -x6274 x20164 -x19862 -x10903 x19490 x10990 -x406 -x4690 -x2557 -x18808 x20767 -x989 x20647 -x4885 -x5444 x19335 -x968 -x10086 x4082 -x2925 -x18184 -x8681 -x3133 -x10815 -x9491 -x12537 -x4997 x21775 -x18559 -x19032 -x14695 -x419 -x8125 -x15276 -x6299 -x21701 x21040 -x8287 -x11613 -x5492 -x8016 x16069 x16061 -x9140 -x20016 -x9767 x6485 -x7892 -x5040 -x17465 -x14029 x7692 -x20707 -x5560 -x3003 x11145 -x18100 -x13701 x16876 -x8310 x2306 -x18460 -x18080 -x3758 -x8545 -x6988 -x1645 -x536 -x10147 -x17380 -x3027 -x18677 -x12375 -x11562 -x16169 -x20183 -x9455 -x14992 -x9696 -x3078 -x17987 -x15679 -x7509 -x16473 -x3435 x14804 x10598 -x16670 -x15150 x20088 -x10534 -x18117 -x21224 -x3622 -x17841 -x9286 x21862 x6789 x20297 -x10504 -x7223 -x913 -x3430 x2351 -x14275 -x11564 -x10035 -x14011 x15583 x20750 x6212 -x1300 x11102 -x11234 x11880 -x16621 -x18230 -x9519 -x5957 -x7578 -x1069 -x9196 -x18998 -x4811 x2335 x19838 -x12723 x16293 -x12604 -x13627 x20789 x11086 x16760 -x20156 -x5020 -x4464 -x3390 -x8478 -x5297 -x13493 x14971 -x14176 -x4665 -x10489 -x13046 -x10870 -x16225 x19529 x12497 -x13487 x11341 -x12839 -x3306 -x1760 x15482 -x5390 -x15231 -x14777 -x18909 x11846 -x11611 -x17981 -x5502 -x15650 -x491 -x15701 -x12221 -x5358 -x9927 -x7006 x19977 x11038 -x1710 x15354 -x7169 -x2743 -x16041 -x5190 -x20770 x14564 -x16791 -x2250 x19261 -x14758 -x17558 x15455 x14494 -x17099 -x13097 -x18344 x6292 x10697 x6268 -x2414 -x19124 x7267 -x14196 -x8784 x16378 -x8753 -x12600 -x2344 -x16200 x20400 x20622 -x4356 -x21001 -x9612 -x19084 x16487 -x442 -x19031 -x13269 -x4326 -x5489 -x3368 -x4612 -x8751 -x4587 -x4673 -x14747 -x9275 x7592 x21543 x10704 -x9545 x16039 x21910 x14786 x7349 x10944 -x13250 -x13567 -x17544 -x3752 -x9487 -x8408 x19577 -x3318 x2050 x11084 -x4931 -x7441 -x12176 -x6234 -x10354 -x976 x15114 -x16612 -x4446 x15606 -x8680 x6610 -x13003 -x21409 -x8101 -x5495 -x11514 x7125 -x17885 -x10174 -x7409 -x13555 -x5319 -x18262 -x17351 x2359 -x8912 -x13081 x11870 -x9067 -x15065 -x10141 -x3729 -x4376 x14872 -x8288 -x14463 -x16207 -x13386 -x19040 x7694 -x12827 -x3451 -x13449 -x21656 x231 -x13841 x14891 -x15136 -x8033 -x13697 -x9847 -x17840 -x10296 -x10847 x20607 -x16129 -x5350 -x5692 x6718 -x6936 -x13499 x14853 -x10044 x19456 -x13968 -x9886 -x5512 -x786 -x138 -x16625 -x21646 x15459 -x8564 x4089 x12362 -x9569 -x5410 -x19845 -x18862 -x6686 x20225 -x21254 -x1276 -x19772 -x21142 x16403 -x163 -x15769 -x5596 -x3529 -x15146 x6734 -x7525 x1787 x10975 -x1948 x12501 -x7001 x16449 -x2448 -x1568 -x11754 -x8220 x16304 -x19025 -x10022 x21771 -x5241 -x9137 x266 x15906 x6354 -x4842 x6324 -x870 -x18074 -x4222 -x19914 -x1542 -x11595 x15508 -x15771 -x21626 -x7513 -x1319 x6633 -x18401 x4949 -x768 -x2317 -x15623 -x1995 -x9749 x11369 -x18437 -x1283 -x16130 x15976 -x9719 x21246 -x13498 -x14376 -x11956 -x12324 x4546 -x2372 x19906 x12573 -x14655 x16314 x7063 x6724 -x340 -x14188 -x1716 x19828 -x19755 -x1252 -x18566 -x6857 -x708 x10729 -x5143 -x20600 -x6615 -x16404 -x1447 -x18653 x6452 -x8444 -x5281 -x13666 -x17906 -x19534 x6802 -x18495 x21486 -x21617 -x2094 -x17762 -x15895 -x10763 -x12194 -x9692 -x3633 -x14108 -x10843 -x18013 -x2318 x20353 x14864 x3827 -x889 -x8847 -x469 x7273 -x15669 -x5104 x3812 -x21317 x15076 -x10545 -x1906 -x118 x16322 x6478 -x1226 -x18757 x21456 x15885 -x10889 -x18660 -x7583 x20568 -x3862 -x801 x19493 x6557 -x3656 x20294 x19915 -x3678 x20572 -x13173 x378 -x11525 x21180 -x5730 -x20904 -x18903 x20327 -x5125 -x2818 -x20964 -x21642 x7405 -x16086 -x17935 -x5962 x15340 -x18840 x19651 -x8963 x10404 -x11356 -x13225 -x8657 -x14241 -x9301 x10972 -x15217 -x18142 x20219 -x15622 x19466 -x17473 x6169 -x8406 -x12616 -x2914 x6092 -x5497 -x18647 -x14256 -x13289 x15359 x16833 -x18343 -x9952 x3791 -x14018 -x4772 x6558 -x10537 -x18183 -x4608 -x6914 -x5205 -x1080 -x8451 -x16082 -x18716 x20162 -x17768 x11703 -x10243 -x15662 -x8311 -x5322 -x1423 -x18027 -x2117 -x4363 x15572 -x11918 -x7484 -x10801 -x1122 -x8074 -x1317 -x10399 -x288 x7618 x15501 x16370 -x11573 -x16142 x20207 -x12989 x7653 -x17181 -x127 -x18317 -x12254 -x21350 -x78 -x9689 x19691 x11372 -x922 -x720 -x7159 -x7432 -x10153 -x17922 x15489 -x11385 -x3274 -x6093 x16265 -x5145 -x21615 -x9332 -x19085 -x3835 x7400 -x3893 -x5885 -x13249 -x14461 x19331 -x19565 -x3768 -x9647 -x15259 -x16112 -x12798 x15815 -x13542 -x5726 -x15749 -x8953 -x9980 -x7665 -x75 -x11802 -x18182 -x1255 -x12325 -x11485 -x17682 -x8381 -x11609 -x880 -x9860 -x2792 -x9975 -x10373 x12406 x21807 -x17175 x20020 x7699 -x10917 -x5009 -x17510 -x1933 -x17655 x6591 x16030 -x8922 -x18885 -x13720 -x18813 x21464 -x13564 x7133 x21776 -x10823 -x12888 x16814 x12485 -x9635 -x5114 -x6803 -x984 x7377 -x8924 -x1758 -x17968 x10982 -x5859 -x14299 x4749 -x737 -x18501 -x13240 -x12955 -x13812 -x13253 -x4583 -x17263 -x1006 -x17146 -x282 x10957 -x7115 x12453 -x5434 x14892 x23 -x5963 x16384 -x1189 x16884 -x7469 x33 -x16117 -x12190 x12517 -x14339 x6104 -x15757 x6307 -x17931 -x21096 -x1587 -x3518 -x12644 x2661 x21866 -x5704 -x20993 x12533 -x15816 -x13323 -x14682 -x2126 x16310 -x16586 x12017 -x18753 x3816 -x5483 -x15096 -x15680 -x12009 x16366 -x13488 -x6068 -x18785 -x899 -x11551 x6126 -x21261 x15414 -x10056 x16296 x11044 -x9073 -x13042 -x18126 x6109 -x7953 -x2999 -x11938 -x3242 x21197 -x9493 -x21314 -x14129 -x9211 -x13164 x19646 -x8480 -x21712 -x9959 x4519 -x20200 -x9818 -x3151 -x5356 x4722 x6320 x20645 -x5590 -x13476 -x6911 x11713 -x17423 -x16561 -x3216 -x11572 x21951 x19377 x7332 -x19595 -x6732 x19802 -x14681 -x9874 -x17719 -x16946 x2144 -x5646 x19846 -x7117 -x241 -x17843 x4535 -x314 -x15151 -x11568 -x1139 -x1196 -x10514 x11129 x254 x20102 -x14480 -x4019 x16936 x20671 -x917 x15309 -x12049 -x17077 -x3207 x4067 -x9208 -x18963 x10942 -x4860 -x21372 -x11581 -x5217 -x12828 -x10208 x4100 -x17116 x19393 -x3523 -x19172 x6203 -x667 -x15693 -x18828 -x12889 -x17026 -x2343 -x21344 -x14446 -x17214 x12358 -x21151 -x21671 x15802 -x8914 -x165 -x12217 -x12875 -x7227 -x12904 -x13525 x12042 -x21392 -x19037 -x10280 x6278 -x9733 -x4335 -x4465 -x20629 x11194 x6727 -x5103 -x5160 -x5360 -x21137 -x1449 -x1416 -x3004 -x4847 x20198 -x5869 x15343 -x9299 -x10627 x21547 -x4260 x11095 -x8605 -x10510 -x16614 -x9011 -x18842 -x4044 -x21563 -x9941 x16303 -x17436 x7372 x6534 -x13263 -x4831 -x4906 -x13935 -x8854 x19681 -x5879 -x18481 -x15303 -x19568 -x12229 -x11445 -x5486 -x10531 x7589 x12410 -x18299 x7816 -x5747 -x9272 x20826 -x4434 -x7984 -x9791 -x13996 -x5323 x16911 x15540 x15361 -x9269 x21794 -x15068 -x18338 -x10527 -x1970 -x6244 x14792 -x7489 x11406 -x14024 x14960 -x12233 -x16127 -x4882 -x3123 -x8194 x20516 -x1754 x20743 -x1001 -x2388 x20450 -x10794 -x18369 -x8179 x19311 -x4899 -x1733 -x7316 x19891 -x1566 -x17686 -x10625 -x4652 x2378 -x17387 -x8002 x15481 -x5558 -x10229 -x21404 -x9913 -x18767 x21772 x19299 -x10300 -x16556 -x21331 -x17487 -x16132 -x1398 -x3709 -x14338 -x5415 x6655 -x21189 x12449 -x9422 -x15773 -x4676 x2029 -x13966 -x17419 -x6553 -x10841 x21557 -x17562 x11082 x20126 -x5317 -x1592 x21896 x4750 -x18773 -x8687 -x17428 x15412 x19897 -x6001 -x9936 x3843 x6397 -x21131 -x5709 -x13144 -x19138 -x11284 -x5331 -x15506 x16752 -x8445 x20688 -x1612 -x581 x19753 -x17315 -x8823 -x15187 -x18689 -x790 x12051 -x736 -x5062 x20905 -x14773 -x211 -x13195 -x17145 x7124 -x2837 -x21396 -x2475 -x20374 -x134 -x14427 -x11969 x3788 x19254 -x18725 -x9702 -x5464 x16282 -x463 -x2115 -x9795 -x878 -x9589 x2687 -x5248 -x8207 -x21983 x7634 -x21099 -x12020 -x16955 -x13934 -x10746 -x1224 -x2201 x19403 x2680 -x9813 -x1769 x2009 x21911 x21838 -x3410 -x5504 x2386 -x8000 -x7742 -x4630 -x17854 -x1247 -x8757 x4085 -x19007 -x1549 -x5756 -x18625 -x11162 -x2415 x19504 -x16862 -x12734 -x2294 -x7889 -x12236 x20040 -x13661 x12127 -x14639 x12030 -x5246 x11783 -x17106 -x17792 -x14308 -x9109 x15081 -x10799 -x3751 -x21600 x16295 -x3185 -x7903 -x14035 -x11910 -x15698 -x16531 x12140 x19892 x16905 -x2604 x12035 -x21061 -x15188 -x19863 x21174 -x4492 -x13291 x6446 -x647 x16414 -x9087 -x14762 -x7904 -x8862 -x14204 -x19024 -x9042 -x143 -x21071 -x15164 -x4477 -x6934 -x9728 -x2772 x20192 x4511 x7759 -x9618 -x18461 -x14093 -x5897 -x17078 -x3592 -x15013 -x7189 -x4879 x6779 x4271 x16463 -x726 -x10305 -x17235 -x3585 x11730 -x3673 x21222 x15905 -x5301 x20549 x4748 -x13953 -x21640 -x14062 -x1751 -x13619 x7297 -x5902 x7620 -x18868 -x3256 -x15714 x11720 -x15794 -x8993 -x10502 -x18003 -x18939 x3795 -x8486 -x1547 -x9928 -x11167 -x8076 x19686 -x18713 -x1151 -x2281 -x16948 -x16374 -x2822 -x1309 x19255 -x5506 x6253 -x9266 -x8067 -x2263 x16442 x21839 -x18943 -x3461 -x18336 x7829 x19306 -x3961 x16792 -x9190 x20150 -x7993 -x6646 -x10524 -x3606 x16333 -x979 -x10167 -x7527 -x6038 -x19067 -x17166 -x13463 x20754 -x14445 -x17397 -x405 x21751 -x9262 x7733 x2355 -x9351 -x14405 -x3238 x14984 -x12239 -x2595 -x5397 x410 -x2517 x6792 x11749 -x11993 -x13925 -x5159 -x650 -x21385 x14958 -x21531 -x12736 -x3489 -x886 -x3061 -x3219 x7089 -x10806 x12041 -x10506 -x5893 -x8386 -x3115 -x2988 -x12748 x15383 -x6973 -x13829 x6767 -x17371 -x9518 -x15756 -x2673 x15926 x19366 -x8815 -x11497 -x2522 x16859 -x13532 -x11186 x11732 -x5771 x6210 -x628 -x9400 -x18920 -x10043 -x3402 -x9578 -x7148 -x14050 -x3741 -x13469 x7651 -x8686 -x14051 -x14259 -x2182 -x3619 x20652 -x8009 x2174 -x490 -x1488 x19765 -x14973 -x686 -x2059 x11874 -x15031 -x19123 -x2954 -x3587 -x18735 x10586 -x9961 -x5684 -x21593 -x8226 -x8824 x7073 x15824 -x5540 -x20395 -x9313 -x9327 -x18565 x6628 x12143 x12408 -x2108 -x7035 x6567 x11043 -x21441 -x4647 -x21225 x10445 -x3223 -x6761 -x1361 -x5551 x27 x7635 x14505 -x16250 -x1268 -x15641 -x17752 -x18576 -x566 x7387 -x6995 -x15476 x11737 -x14253 -x5988 -x4142 -x5626 -x12315 x10925 -x4993 x15814 -x3106 -x14769 x15311 -x8988 -x2079 x16468 x21544 -x13098 -x10390 x12171 -x1878 -x19878 x19609 -x10741 x14980 -x15306 -x16919 -x5557 -x13675 -x14386 x200 x20448 -x13489 -x8989 -x21255 -x18519 -x14768 -x15655 -x6405 x225 x6759 x12487 -x12879 x15997 -x4238 -x1108 -x13802 -x153 x7736 -x344 -x3927 x14870 -x12186 -x2902 -x13765 x4344 -x9768 -x848 -x4204 -x16464 -x5782 -x14009 -x7977 x16068 -x12263 -x16145 -x4598 -x9249 x10634 x10985 x1836 -x14761 x7707 x21195 -x7027 -x5385 x3854 -x2867 -x11067 x7608 x20216 -x7288 -x13465 x14913 -x4042 -x10413 -x4306 -x11106 -x21980 -x555 x15050 x6355 x16722 -x2477 x20316 -x12752 -x18517 -x15673 -x2973 -x11304 x19735 -x6484 x11805 -x9035 x20555 -x12884 x19297 -x18322 -x8754 -x1845 x11728 -x11959 x10983 x21743 -x17699 -x3608 -x5018 -x10219 -x5718 x21413 -x5757 -x11906 x20124 -x17440 -x17625 x11112 x19937 -x12464 x19518 -x11292 -x7830 -x11636 -x20847 x21489 -x17474 -x10714 -x13972 -x8582 -x9865 x20009 -x3573 x19890 -x4660 -x15719 -x17483 -x17802 -x4218 x21877 -x14160 -x21945 -x3652 -x5454 -x11638 -x10894 x11875 -x4388 -x5715 -x19140 -x10067 x20099 -x18468 -x5690 x21986 -x17139 -x13605 -x13635 -x19655 -x1131 x6825 x20367 x16279 -x1157 -x10548 -x13288 x15934 -x18904 -x19121 x6098 x19298 x19423 -x558 -x21627 -x14357 -x4914 -x16565 -x9710 x6750 -x8986 -x19008 x11090 -x18238 -x5790 -x13692 -x4419 -x21362 -x7533 -x5827 -x3525 -x12820 x16459 -x5346 -x12738 -x1451 -x18363 -x3630 -x1027 x20786 x19722 x20858 x15057 -x13760 x412 x6436 -x19858 -x12816 -x527 -x16999 -x20823 x7796 -x16600 -x3562 -x9850 -x1293 -x15288 x21511 -x11169 -x5010 -x3625 -x13999 x16066 x19554 x16386 -x6060 -x2820 x6123 -x13959 -x17971 -x9335 x6532 -x2512 -x13883 -x7104 -x2289 -x14680 -x17362 -x17003 x11089 -x18952 -x17085 -x13432 -x17984 x6666 -x21149 -x8964 -x16522 -x12907 -x8750 -x99 -x10796 -x1382 x430 -x2076 -x9133 -x18417 -x14633 x14835 -x14743 x20475 -x15095 -x12947 -x4155 -x8873 -x4215 -x20882 -x2292 -x7476 -x5197 -x15639 x11135 x16901 -x5382 -x13266 -x1656 x16861 -x18927 -x16972 -x12225 -x13285 -x21631 -x728 -x4849 x15874 -x2346 -x11622 x11854 x19567 -x4878 -x2609 -x7482 -x9230 -x18311 -x3325 -x18594 x6291 -x18202 -x17158 -x19019 -x8248 x20480 -x9382 -x20984 x11006 -x17778 -x11589 -x9160 -x12055 -x18083 -x3515 -x590 -x4774 -x1077 x21919 -x12003 -x15909 -x10170 -x11964 -x11627 x10400 -x15712 -x1331 -x10752 x11469 -x12008 x20191 -x13282 -x5738 -x9637 -x1614 -x4370 -x4178 -x17578 -x3502 -x13297 -x14779 -x4453 -x747 x20610 x19783 -x17739 -x2769 x16407 x20536 x11170 x10981 -x10297 -x2780 -x17092 x12540 -x9427 -x13439 -x9555 -x13949 -x5075 -x2337 x21842 x19728 x10464 -x8789 -x2888 -x18479 -x3329 -x5953 -x1229 -x13051 -x1583 -x5722 -x3047 -x21471 -x5245 x4283 -x13359 -x18931 -x18967 -x943 -x21972 -x18656 -x8520 -x4892 x21891 -x18226 -x9311 -x541 -x12626 -x2125 -x2759 -x8183 x12391 x20220 -x7041 x12518 -x14746 x19883 x6377 -x18513 x12397 -x17289 -x3442 -x13205 -x17883 x21491 -x10550 -x7175 -x5775 -x9623 -x4672 -x11507 -x14360 -x289 x20811 -x20457 x20160 x20189 -x11280 -x671 -x9750 x7638 -x11997 x16778 -x3454 x19960 -x61 -x18866 -x11942 -x17749 -x14426 -x8881 x4715 -x10029 x11887 -x15765 -x13219 x16336 -x7843 -x10355 -x885 -x14637 -x21715 x2665 -x1008 -x3665 -x8080 -x6731 -x11266 -x11625 -x17718 -x21969 -x12313 -x2811 -x642 x2308 -x5466 -x15162 -x1072 -x17358 -x5694 x6477 -x8606 -x18807 x7627 -x8164 -x12021 -x18646 -x18043 -x21318 -x11255 -x3215 -x6966 -x13061 x21230 -x4913 -x4426 -x2493 -x9888 -x4834 x4925 x19516 x2358 -x7004 x21496 -x15632 x7780 -x4634 -x14667 -x800 -x8706 -x1816 -x9821 -x19204 x20212 -x8749 -x13549 -x2123 -x955 x4537 -x1402 -x2481 -x2509 -x8026 -x3080 x20306 x19395 -x20995 -x11502 x20180 -x3076 -x12712 x6383 -x7016 x2302 -x21662 x21824 -x835 x11758 -x4256 -x1369 -x21388 -x8145 x12439 -x13264 -x19047 -x17553 x4929 -x18511 -x701 -x19210 x2329 -x8767 -x3109 -x18321 x20871 -x8756 x19548 -x9769 -x17681 -x79 -x5124 -x11187 x6835 -x9632 x12446 x14499 -x8184 -x9157 -x496 x11339 -x21987 -x3068 -x10011 -x2215 x14601 -x12555 x20805 -x15016 -x9314 -x2203 -x9546 -x21368 x11032 -x13367 -x17275 -x7438 -x13216 -x6047 -x1446 x1825 -x8541 x11477 -x5271 -x8321 x20054 x1790 -x8820 -x14167 -x5287 -x5932 -x15325 -x14121 -x1298 -x7545 x20641 x3851 -x8510 -x10223 -x16949 -x11259 x20111 -x18385 -x21870 -x21019 -x9124 x15567 -x3773 -x18040 x6744 -x18604 x7704 x15881 -x14647 x6709 x20321 x11827 x6498 x4041 -x6616 -x11575 -x5848 x6423 -x4529 -x13763 -x3079 -x8244 x6214 x21444 -x18195 -x2948 -x5806 x2334 x21506 x11811 -x12855 x19354 x2841 x12587 -x13388 x19648 x15933 -x2103 -x13985 -x20437 -x21840 -x8782 -x5681 -x18678 x20484 -x18196 x7361 -x3550 -x12923 -x8707 x11683 -x20428 -x1386 -x5448 x2707 x19357 -x1467 -x8786 -x21145 -x13718 -x2143 x15812 x4056 -x13114 x20276 -x14355 -x21854 x6753 -x13261 x4549 x16311 -x10518 -x19027 -x9066 -x11358 x10420 -x15744 -x8327 -x577 -x1993 -x17344 -x20295 x16844 -x21718 -x10068 x6455 -x17824 -x8872 -x21585 -x18873 -x7479 x11842 -x14573 x21844 -x7831 -x8448 x6422 -x14154 -x7017 -x18520 -x16218 -x3513 x12156 -x7543 -x18670 -x2436 -x18236 -x12964 -x12670 x14964 -x21267 -x12775 x16507 -x4668 -x4387 -x4700 x1776 -x4435 -x18448 -x881 x14919 x21467 x7753 -x4635 -x8498 -x2896 -x5050 x35 -x20755 -x18000 x4946 -x3892 -x10998 x16756 x15043 x14907 -x16950 -x8688 -x21160 -x17196 -x17667 -x5525 x14935 x19420 x16266 -x14041 -x1130 -x5029 -x2697 -x10897 -x16933 -x12945 -x8699 -x8928 -x12956 -x11912 -x12948 x11833 -x5172 -x18819 x20004 x3844 -x15713 x16005 x7820 x6146 x19555 -x1208 x4497 -x5113 -x12252 x11063 -x11249 x16335 x16413 -x17349 -x9488 -x1603 -x4219 -x10850 x15994 -x3346 -x20292 -x3143 -x2227 -x14605 -x17353 -x907 -x484 x6516 -x10070 x14828 -x3994 -x14375 -x6493 -x17994 -x13024 -x7582 x11011 x20190 -x928 -x19227 -x9876 -x18442 -x10161 x19985 -x4800 x14948 -x5908 -x5614 -x8021 x10611 -x15715 -x15269 x6421 -x11281 x4337 -x21407 -x13773 x11098 -x1711 -x14343 -x19149 -x19133 x15574 x4310 -x13215 -x5562 -x3779 -x9421 -x9576 -x18707 -x21374 -x8352 -x18679 -x730 x4112 -x3191 -x11239 x11763 -x1165 x3858 -x3021 -x8027 x7605 x20144 -x1817 -x4829 -x939 -x18272 x15112 -x1112 -x8509 -x4975 -x11583 -x15131 -x19083 x16853 x7661 x4341 x20606 -x17594 -x6317 x2166 -x1358 -x20006 -x3857 -x1548 x19590 -x16524 x16763 -x5594 -x13912 -x16516 x11073 -x7526 -x14398 x4923 x15603 -x12662 x7374 -x4367 -x10501 x4309 -x8631 -x1565 -x10572 -x63 x6180 -x4108 -x21358 -x17782 -x2159 -x1521 -x9842 -x3997 -x4386 -x21299 -x21066 -x4693 -x9777 -x13955 -x17450 -x11604 x7362 x408 -x10138 -x13791 -x2321 -x21365 -x3889 -x11496 x11692 -x2247 -x8841 x6142 -x4702 -x7939 -x15034 -x5129 -x7225 -x2826 -x17013 -x12193 -x18129 -x8199 -x18744 -x17174 -x13472 x19718 -x18886 -x18918 -x1017 -x9688 -x14416 x262 -x18973 -x13877 -x1160 -x5942 x10994 -x10660 -x533 x10607 -x17685 x19861 -x17939 -x3180 -x4754 -x9022 -x12992 -x3110 x11430 -x3596 -x20025 x15888 x11679 -x17203 -x5235 -x13132 -x3253 -x1666 -x9571 -x9536 x4551 -x8316 x12034 -x12283 x20300 -x7907 -x9094 -x2790 x7625 -x18205 x7738 -x13538 x26 -x4536 -x14354 -x14163 -x14433 -x1505 -x1513 -x11945 x15089 -x2552 x19626 -x1003 -x16114 -x3327 -x21086 -x568 x20175 -x4574 -x4589 -x4444 -x11546 -x21698 x14941 x20196 -x3720 -x12291 -x16095 -x2063 -x13159 -x570 -x3491 -x11567 -x18304 -x584 -x1457 -x10145 -x11295 -x18498 -x13448 -x3677 x19621 x15421 -x8748 -x17463 -x2613 -x14448 x21007 -x7444 -x14330 -x2794 -x499 -x11490 -x8940 -x1264 -x3726 x15424 -x19848 x10670 x3820 -x18068 x4327 x16813 -x17009 -x3088 -x1575 -x1531 -x1349 x16315 -x296 -x14228 x20267 -x17030 x6570 -x18096 x11107 x19870 -x12189 x11123 -x1354 -x2670 -x4393 -x10292 x7327 -x14174 x4348 x20002 -x2913 x4061 -x9820 x21883 -x9353 x4733 -x5117 -x5754 -x1778 -x842 -x250 -x17219 x6357 x14838 x20391 -x9946 -x12612 -x5446 x11088 -x11498 x12378 -x12846 -x271 -x2266 x21868 -x7141 -x10867 x6085 -x15709 x6294 -x1134 x20250 -x14374 -x16155 -x17248 -x19520 x14848 -x1598 x15818 -x18760 -x2700 -x18362 -x9641 -x12772 -x9268 -x12780 x7757 -x13696 -x2987 x15332 x21031 -x3624 -x4705 -x631 -x8205 -x17141 -x1588 -x5618 -x14254 -x15664 x4513 -x11260 -x16605 -x13989 -x8301 -x7937 -x13303 x20113 x15532 -x9259 -x11103 -x6124 x11782 -x17257 -x12765 -x6070 -x10773 -x4406 -x16418 x16426 x19905 -x6048 -x3152 -x1399 -x5565 -x6656 -x18356 -x893 -x9799 -x5514 x7310 -x16042 -x14729 x2154 -x799 -x769 -x15025 -x21135 x4118 -x5705 x20383 -x18054 x12547 -x6843 -x9627 x10421 x16273 x14565 -x11717 -x17233 -x18002 -x9510 -x21660 -x18092 -x3802 -x13871 x10652 x20089 x20261 -x5038 x20469 x6194 -x14152 -x21614 -x5785 x21850 -x21837 -x5731 -x7178 -x10241 -x20982 -x19114 -x4162 -x14373 -x11392 -x4802 x2002 -x1217 -x3945 x19983 -x21588 x20936 -x11961 -x932 -x9826 x11338 -x3427 -x20142 -x1336 x4741 -x14455 -x10187 -x352 -x3511 -x5573 -x3453 -x1963 -x4226 -x5169 -x19213 -x9522 -x1581 x7299 -x3071 -x8700 -x7972 x21201 x10661 -x4372 -x13913 x10643 -x5247 x20392 -x14751 -x14177 -x8514 -x14073 -x17555 -x17028 -x6353 x11111 x12560 -x17832 -x8859 -x19270 x21761 -x8592 x12419 x11697 -x14661 -x12251 x6528 -x15697 -x16898 -x3001 -x18995 -x1967 x11195 -x14685 -x17299 -x7880 -x13630 -x14313 -x7423 -x5097 -x1204 -x16559 -x6371 -x8547 x20559 -x7232 -x794 -x12614 -x7491 -x11621 -x16209 -x14363 -x5214 -x9693 -x20777 -x14245 -x7986 -x9674 -x3650 x10455 x20226 x11729 x7819 -x81 -x294 -x1867 -x9138 -x5634 -x9034 x16744 x21798 -x1819 -x967 x21955 -x16682 -x13267 -x9318 -x11491 x16776 x19478 -x9863 -x8162 -x15747 -x3243 -x9948 -x9610 x11340 -x5408 x393 -x17345 -x3331 x15945 -x1249 -x9540 -x18392 -x16965 x4354 -x10220 -x6997 x20666 -x6798 x15817 -x13858 -x9492 -x10194 x16758 -x14701 -x14317 x10923 -x12818 -x5881 x21931 x6424 -x467 -x19223 -x1854 -x18178 -x11267 -x537 -x3666 -x12177 x10408 -x4684 x15122 -x9255 -x14657 x6620 -x1695 x14555 x15601 -x12534 -x18093 -x18883 x7601 x407 x20930 -x17574 -x11618 x16909 -x8437 x15477 -x9168 -x14082 -x1649 x10653 x7098 -x5077 x20373 -x17820 x10739 -x13212 x19726 -x995 -x2148 -x5412 -x4421 -x6962 x12466 -x15071 x21829 x16868 -x1096 x20056 -x5809 x16759 -x6960 x16497 x20282 -x18162 -x2135 -x10111 -x17642 -x8667 -x12745 x7760 -x10126 -x7002 -x12572 x12096 -x3084 -x17943 -x21170 -x14741 -x1411 -x6283 -x12642 x11209 -x17991 -x2322 -x8678 -x818 -x5451 -x21138 -x18215 -x20916 -x14008 -x4869 x12445 -x4418 x11383 -x1400 x11727 -x3058 -x15721 x19756 -x9055 -x12302 -x3369 -x9304 x4083 -x1523 -x4409 x15869 -x11290 -x16655 -x14418 x10633 -x7023 x20739 -x3296 -x13371 -x8378 x15979 -x19152 x19484 x19539 -x4279 x12101 -x10025 x11027 -x7895 -x9441 -x14189 x6830 -x1051 x11192 x2740 -x12244 x19384 -x12303 -x9541 -x18869 -x7885 -x4620 x12159 -x13395 -x17524 -x892 -x21532 -x7840 x32 -x18683 -x16048 x10933 -x8930 -x10263 -x2754 -x17067 x15908 -x20299 -x385 -x5994 x1789 x6323 -x1016 -x13946 -x8634 x16502 x12584 -x17512 -x3603 -x2252 -x1223 -x14223 -x18836 x6102 -x9414 -x809 -x10037 -x1806 -x4873 -x17622 -x16994 -x7437 -x13444 x19536 -x15244 -x14393 -x863 x16412 -x15249 x19888 -x17114 -x11301 -x5986 -x5601 -x15554 -x21528 -x5559 -x8453 -x11291 -x3146 -x1730 x15891 -x14514 -x3387 x10727 x20427 -x12256 -x9433 -x11499 -x6965 -x11633 -x9751 x15520 x19647 -x8172 x3878 -x8197 -x19001 -x11532 -x1444 -x3448 x15425 -x2367 -x13581 -x3951 x7266 x11410 -x3745 -x12785 -x8100 -x18398 x6242 -x10543 -x14578 x4723 -x14056 -x73 x20976 -x17036 -x12741 -x2787 x21884 -x1297 x19699 -x18613 -x290 x6272 -x18045 -x20172 -x9572 x11029 -x21067 x20045 -x13582 -x10497 -x2090 -x963 -x8459 -x7237 -x6127 x1812 -x778 -x8845 -x10015 -x2883 x21428 x19259 -x20538 -x4904 -x1376 -x2830 -x13315 -x8237 -x3154 -x13851 -x4786 -x1499 -x1199 x16011 x15978 -x8131 -x4897 x6491 -x19214 -x16641 -x2550 -x9622 -x12905 -x5625 -x7465 -x3289 -x16942 -x14038 x21421 -x4872 -x2926 -x6891 -x17505 x6184 -x13355 -x4196 -x2781 -x5070 -x15211 -x2071 x19353 x15822 -x1475 -x1669 -x9661 -x10757 x11013 -x19111 -x76 x14798 -x15199 -x15296 -x19854 -x6069 -x7958 -x18308 -x4007 -x12277 x11724 -x15646 -x6589 x6600 -x7931 -x21003 -x2131 -x14002 -x4247 -x6976 -x18897 -x9915 -x1121 -x8132 -x1658 x11658 -x5829 -x14003 -x16515 -x2265 -x9170 -x5027 -x13781 -x16010 x11077 -x9697 x6413 -x13088 x16730 -x6065 x6611 -x15175 -x931 x16870 -x8192 -x10171 -x18293 -x16836 -x785 -x8043 -x9830 -x17295 -x20778 -x18901 -x8196 -x2264 -x18245 -x18581 -x5091 -x9081 -x5298 -x13473 x19528 -x8397 -x3294 -x4491 -x12353 -x9002 x15104 -x2583 -x10140 -x7541 -x1643 -x9454 -x802 x11400 x6369 -x13504 -x18788 x12155 -x21700 -x10800 -x3623 -x4299 -x1689 -x12795 -x840 x6375 -x18567 -x17330 x4351 -x8066 -x8517 -x11643 -x14353 -x4482 -x9046 x21790 x7801 -x8256 -x13206 -x11312 -x17807 x16809 -x8399 -x10618 -x5851 -x18930 -x17188 x20949 -x17336 -x3279 -x959 -x1872 -x8385 -x9325 x20900 -x7040 -x12813 -x11889 -x2889 x11412 x6266 -x11657 -x903 -x11545 -x3588 -x17148 -x4909 -x3375 x20042 -x2484 x21936 x19530 -x8728 -x4255 -x9660 -x11577 -x8844 x19650 -x11236 -x6052 -x7434 x12571 -x488 -x11965 -x12682 -x8860 -x10010 -x18917 -x11556 -x7899 -x12209 -x9747 -x5723 -x8416 -x2838 -x17511 -x3531 -x9323 -x4790 -x1014 x3876 -x14381 -x18992 -x2467 -x15128 -x8279 -x17300 x11165 -x11393 -x9852 x4531 x4938 -x4151 x20408 x6893 -x5067 -x12226 -x3557 -x8895 -x17557 x16701 -x16148 x14927 x10431 -x4463 x20130 -x5617 -x13540 -x9392 x12444 x11191 -x21370 -x11602 -x18924 -x933 -x1194 -x15840 x10707 -x9894 -x5175 -x2753 -x17113 -x5793 -x6846 -x13644 -x9686 -x3664 -x4145 -x2461 x2681 -x13893 -x2638 -x15695 x20350 -x20932 -x11586 -x6298 x19332 -x12822 x12379 x15563 x11403 -x13117 -x7190 -x1844 -x8760 -x16713 -x3949 -x1396 -x1864 -x4182 x19944 -x16623 x10638 x15456 -x4403 x16858 -x4466 -x3270 x19932 -x4456 -x12840 -x5926 -x1590 -x237 x11381 x11461 -x2558 -x10477 -x3500 -x20275 x20889 -x9808 -x9261 -x19385 -x1924 -x972 -x13528 x20907 x20078 -x9811 -x12788 -x17280 x446 -x14678 -x1005 -x14178 -x17810 -x7797 -x16618 -x4439 x14831 -x18340 x6250 x16434 -x9260 -x10448 x19882 -x18383 -x16101 -x18209 -x18561 x19316 -x8252 x15337 x4293 x6808 -x16239 -x8542 x4955 -x10761 -x13683 -x9448 -x10838 -x850 x20204 x15903 -x13780 -x8497 -x14150 x16757 -x3059 -x304 -x10880 x20346 -x14215 -x17206 -x13593 -x21566 -x2341 -x3417 x20583 -x14072 -x20967 x11404 -x9775 -x4564 x19429 -x17017 x19931 -x11233 -x13418 -x14066 -x10496 -x10836 -x4220 -x2910 -x2937 x11792 -x1140 -x14220 x15900 -x17172 -x4775 -x13426 -x11544 -x135 -x637 -x5264 -x11596 x16926 -x11646 -x13078 x14890 -x9048 -x4794 x6337 x14887 x6540 -x3316 -x7224 -x9085 x11699 -x21873 -x17128 -x2586 -x1692 -x8771 -x16630 -x7456 x19413 x6197 -x3940 -x5491 -x7068 -x3905 -x13076 -x5266 -x3684 x20137 -x1073 x20792 -x21497 -x5101 -x2591 -x11768 -x66 -x13079 -x1251 -x305 -x3710 -x16601 -x6885 x6 -x8034 -x4262 x7585 -x18306 -x14331 -x4448 -x3533 -x21644 -x11529 -x12728 -x8245 -x13481 -x20021 -x8123 -x5529 x6205 -x13351 -x888 -x15647 -x7566 -x17717 -x8671 x11443 -x19818 x4086 -x436 -x20338 -x10901 -x10868 -x13002 -x520 x19325 -x17851 x10620 -x5669 x2637 -x16172 x1791 -x20314 -x20031 -x18980 -x2249 x10588 x4921 x1994 -x9972 -x18028 -x20573 -x9619 x10459 -x18243 -x21351 x10432 x11097 -x18799 x15611 -x8603 -x7350 -x14513 -x4891 x15566 -x6390 -x6913 x257 -x2246 x15946 x20387 -x9416 -x5567 x14943 -x7461 -x1608 -x18332 -x9552 -x21287 -x14940 -x1945 -x16158 -x3056 x6327 -x2839 -x13969 -x21157 -x246 -x11389 -x13835 x19867 -x15710 -x13752 -x18159 -x5379 -x21117 -x7943 -x8148 -x5883 -x21569 -x11309 -x1966 -x9538 -x1644 -x7024 x12577 -x15545 x6374 -x5318 -x21093 -x7512 x11739 -x14396 x21426 x15048 -x10071 -x19895 x15605 -x685 -x7247 x20080 -x14006 x7391 -x17404 -x14687 -x6957 -x16251 -x18708 x19578 -x2055 -x13997 -x4600 x16875 -x8427 x19489 -x5561 -x13854 -x12803 x15547 -x9640 -x1665 -x9386 -x17210 x7591 x21219 -x9887 -x10920 x4349 -x4839 -x9844 x16447 -x3570 x20097 x16694 -x13975 x21270 x11836 -x9642 x19889 x11847 -x1088 x11865 -x8994 x6227 x21791 -x14482 -x17953 -x2492 -x18871 x7048 -x20895 x10695 x14917 x12491 -x12847 -x8023 -x2612 -x1537 -x4886 -x13200 x10730 -x495 x20273 -x1745 x12463 -x2187 x14821 -x6011 -x1032 -x437 x6869 -x14474 x16002 x6542 -x1405 -x17056 -x10371 x6285 x20892 -x2514 -x18482 -x1653 -x18055 x11856 -x11540 -x1892 x15023 -x15060 x15451 -x15711 -x18722 -x98 x19563 -x17352 -x10875 -x4628 -x8946 x20127 x11139 x21963 x21509 -x5407 -x8042 x21864 -x9013 -x3977 -x9216 -x13437 -x14711 -x11317 -x9195 -x17530 -x17548 -x7217 x12589 -x14547 x10635 -x5458 -x9591 -x12181 -x3672 -x9955 -x16243 x16878 -x21296 x16798 -x21582 -x17855 -x8217 x11819 -x12280 -x5053 -x49 -x13928 -x10186 -x7833 -x11994 x19472 -x17431 -x13403 -x2127 -x2891 -x8014 -x9158 -x6895 x15529 x14934 -x281 x2507 -x9881 x16348 -x3578 -x1437 x6682 x19245 -x1891 -x15236 -x18550 -x9496 x16371 -x16171 -x13025 -x8166 -x6445 -x12628 -x9028 -x8553 x7052 -x21133 -x5765 -x1295 -x21361 -x9785 -x4303 -x9101 x391 -x3931 x7632 -x18429 -x18743 -x9310 -x19724 -x9797 -x1636 x11676 -x19195 -x4818 -x7076 x6672 -x9614 -x9537 -x2219 -x4836 -x20440 -x17920 -x14252 -x1624 x19235 x21234 x12396 x15967 -x21403 x19438 x21906 -x11977 -x4081 -x17502 -x3206 -x9515 -x315 -x12893 -x10227 -x9001 -x18190 -x4191 -x10781 -x18378 x10647 -x15700 x20971 -x3675 -x236 -x21408 x10642 -x7985 -x21710 x20037 -x9121 -x9007 -x14012 x7058 -x18394 -x18586 x7111 x11418 -x14638 -x1364 x11857 x21236 x7811 -x8447 x14996 -x1626 -x19 x11409 -x3436 -x13184 -x18668 -x8006 x19294 x6137 -x20735 -x9248 -x8575 -x11271 -x6059 -x2093 -x8507 -x3251 -x10308 -x18563 -x18600 x19627 -x2430 -x20852 -x16500 -x18122 -x13615 -x8816 -x3140 x4015 -x21978 x7720 -x13364 -x1431 -x1022 -x4588 -x1623 -x2909 x19488 -x3969 -x3718 x12387 -x13831 -x1010 x14886 -x4174 -x3394 x14910 -x1634 x20348 -x8282 -x8970 -x239 -x8243 x6401 -x14770 -x3959 -x208 -x10146 -x2581 -x4852 -x17416 -x17897 -x18483 -x3352 -x18926 -x15063 -x17327 -x7176 -x5022 -x11273 -x8673 x10968 -x21611 -x17745 -x1029 -x8040 -x12664 x4739 -x13659 -x8099 -x2511 -x16252 -x15189 -x20978 x20867 x21913 x16278 x20550 -x17308 -x15272 -x11655 -x4664 -x13420 -x2620 -x6467 x14789 -x9839 x19339 -x1567 -x20994 -x20618 -x5488 -x460 -x572 -x8544 x11722 -x83 -x2943 -x20317 x7129 -x2116 x12069 x15848 -x4961 -x15030 -x1550 x16746 -x4953 -x1609 -x15717 x16260 x16490 -x18617 x12538 -x19343 -x20913 -x18919 -x10755 -x7447 -x8341 x16860 -x1136 -x15209 -x14397 -x17870 -x12998 x20449 -x17551 x20872 -x5057 -x273 x14787 -x8775 -x2616 -x9605 -x3259 -x14052 x15379 -x18334 x431 -x12150 x6698 x15538 x3782 -x13118 x11395 -x5479 -x20362 -x3282 x20893 -x3987 -x16081 x7278 x15410 -x18902 x2843 -x9935 -x2916 x10694 x12132 -x15242 -x19034 -x21665 -x7927 -x9476 -x2505 x20749 -x5421 x7045 -x1237 -x3168 -x17695 x15046 -x12973 -x9809 x19945 -x5532 -x7413 -x1198 -x5061 x21033 -x12674 x19961 -x11258 x11822 -x6314 -x812 -x1389 -x4227 -x5906 -x5302 -x9974 -x7488 x19272 x20072 x21961 -x19805 x12398 -x18579 -x8354 -x1356 -x1315 x220 x6594 -x4022 -x9950 -x18972 x21787 -x16545 x19320 -x115 x12546 -x2922 x15999 -x925 -x9116 x21933 -x20773 -x17012 x20924 x10617 -x7143 x2010 -x13494 x19378 -x2601 -x3043 x14900 x16019 -x15518 -x14205 -x14366 -x6613 -x612 x15090 -x16632 -x513 -x4785 x20566 x14990 x20579 x19315 x1983 -x7850 x16417 x7621 x6081 -x3365 -x13954 -x20594 -x8460 -x5193 -x3142 x4730 x12067 x14528 -x16134 x19807 x21764 -x13308 -x1851 x16489 x4952 x11020 -x21393 -x978 -x1929 -x17405 -x5804 -x14085 -x4625 -x18112 -x2209 -x7961 -x18298 x19406 -x15268 -x9388 -x10655 -x1312 -x13072 -x12688 -x9581 x20361 -x15434 x15396 x16397 -x6061 -x9866 -x12912 x15432 -x13009 -x11949 -x17930 -x761 x2330 x2628 -x12625 -x9412 x20650 -x3 x20745 -x9742 x15889 x11332 -x14286 -x10204 -x313 -x17417 -x12620 -x21685 -x12607 -x15752 -x18137 -x748 x21482 x7026 -x4670 -x18628 x19955 -x17265 x20090 x19291 -x8870 x15369 -x6361 -x4703 x21770 -x6949 -x4764 x41 x21476 -x2923 x6130 -x12946 -x8481 -x16588 -x17303 x15498 -x13451 -x13717 x6490 x21958 -x9624 -x3756 x6419 x6837 -x2878 -x129 x15073 x7606 -x4698 -x13163 x16932 -x11262 -x11210 x15808 -x18977 -x20608 x15388 -x14659 -x14614 -x20524 -x3682 -x7976 -x21109 -x4862 -x9838 -x8938 x21796 -x17043 -x12597 -x18420 -x201 x14785 -x10276 -x3958 -x14239 -x12848 -x4047 x6437 -x17630 x7655 -x9120 x15993 -x9213 -x3269 -x10535 -x5173 -x9102 -x18267 x6882 -x4103 -x2940 -x5030 x15054 x7284 -x760 -x22 -x12697 -x9705 -x17567 x7046 -x10 -x18592 x10966 -x8599 -x5750 -x4004 -x623 -x4856 -x13796 -x6833 x21827 x15935 -x18859 -x14288 -x2862 -x20702 -x17755 -x18591 x12374 -x21888 x10587 -x17259 -x15758 -x19197 -x8629 -x3512 x20451 x15113 -x5974 -x17795 x2504 -x13656 -x3775 x4504 -x1099 -x4611 -x13788 x21181 x21240 -x2411 x20911 -x11921 x20063 -x8585 -x8524 -x8804 -x807 -x17007 -x5355 -x19253 -x10198 -x14450 x19687 -x5783 x14491 -x569 -x12343 -x9135 -x13726 -x18768 -x9199 x21257 -x8798 x11459 -x16602 -x14243 x6164 -x9326 -x2202 -x5716 x6706 -x13187 -x7964 -x13587 -x5236 x20677 -x21699 -x6171 -x4358 x20966 -x438 -x15258 -x8883 -x12180 -x1307 -x13574 x19639 -x5825 x12550 -x17712 x7086 -x5275 -x18507 -x5476 -x6737 -x13756 -x10833 x12164 -x614 -x3381 x16851 -x13384 -x7241 -x18346 x19841 -x13786 x2667 -x12705 -x18585 -x9056 -x17569 -x8690 -x12447 -x9550 -x10878 -x8837 x21748 -x8766 x16864 x20110 -x13527 -x9442 x20280 -x633 -x697 -x20989 x16737 x251 -x20187 -x7767 -x2163 -x3521 x14503 -x6640 x6712 -x5888 -x19672 x7369 -x2574 x6544 -x11269 -x561 -x10345 -x1927 x14987 -x14273 -x14665 x11176 x4092 x11834 x6132 -x18241 -x279 x43 -x3973 x21479 -x16568 x11188 -x9200 -x7411 -x18874 -x8569 x4342 -x7770 x7588 -x5599 x1959 -x5432 -x1464 -x693 x19800 -x9788 -x20829 -x8304 -x974 -x5889 -x16945 x12368 -x7914 x16471 x19685 -x3371 -x11283 x14588 -x14697 -x13298 x3793 -x4158 -x3246 -x6824 -x7983 -x1141 -x9877 -x19450 -x10479 -x1173 -x2788 -x12392 x1802 -x9553 -x10121 x7119 -x13031 x19988 -x17705 -x18152 -x2918 x7597 -x15739 -x18281 -x4859 -x6021 x14800 -x2548 x15495 -x17254 -x7496 x4018 -x20992 x12355 -x3774 -x8215 -x10380 -x20855 -x13406 -x14157 x6796 -x4998 -x4469 -x10235 x12494 -x12121 -x6951 -x11984 -x17201 -x3806 -x9731 -x3409 x10429 -x8743 -x89 -x9129 -x17549 x21849 -x8652 -x9107 -x8589 -x18218 -x1407 x16284 -x13004 -x8436 -x13373 -x21053 -x961 -x13233 x4055 -x18955 -x9464 -x665 x7722 -x15028 -x4817 -x10248 x6251 x3841 -x18388 -x9644 -x16685 -x1939 x12390 -x3957 x20631 x11034 x2400 -x13027 x19793 -x19068 x19487 x261 -x5064 -x3396 -x691 -x2500 -x5273 -x17982 -x6402 -x8540 x20424 x2384 -x12354 -x12219 -x8117 -x12575 -x1205 -x214 -x8464 -x5138 -x5470 x6378 -x9671 x6537 -x13067 -x18590 -x14383 -x18212 x6807 x6114 -x2058 -x13340 -x13856 -x2410 -x4005 -x11478 -x16596 -x7535 -x9315 x20023 -x10753 -x19989 -x18486 x16866 -x18143 -x4159 -x2741 -x4990 x19705 -x8866 -x17403 -x17700 -x19051 -x10131 -x6435 -x15678 -x2392 -x17286 -x4523 x221 x14839 x11466 -x14623 -x18839 x3790 x12468 x11877 -x17368 -x548 -x5427 x20623 -x17069 -x12011 -x8980 -x6328 -x18619 -x13952 x7305 -x14005 -x898 -x15625 -x13981 x1785 -x11422 -x5043 -x9355 -x12594 -x1459 -x14629 x14795 -x14466 -x2742 -x13311 -x15587 -x10571 -x12564 -x803 -x9500 -x14140 x7666 -x2494 x6479 -x971 x14567 x20574 -x18638 x15886 -x14409 -x5396 -x8952 -x4591 -x5074 -x8060 -x16954 -x8848 -x1239 x21867 -x2133 x12566 -x13965 -x7385 x21512 -x6364 -x13708 x14571 -x8193 -x5810 x19543 -x17538 x19257 -x7950 x20222 x20107 -x5759 -x4663 -x5643 -x21169 x16383 -x21406 -x17915 -x1862 -x3809 -x10228 -x8709 -x8257 -x19163 x20309 -x629 x11674 x20489 -x8995 x12065 -x1687 -x2454 x14977 -x12661 -x19435 x15080 -x15038 -x12870 -x4762 -x20865 -x6343 -x147 x4512 x20435 -x16121 x11198 x6635 -x1533 -x13362 x7799 -x9926 -x957 x10463 -x9346 -x9757 -x13536 -x18641 -x4539 -x5442 -x13702 -x18102 -x3099 -x4134 -x1820 -x10813 -x973 x15575 -x5701 -x14670 -x13354 -x6688 -x2720 -x12086 -x829 x6677 -x18589 -x14322 -x5158 -x4 -x19171 -x2295 x3842 -x8984 -x2140 -x13754 x20057 -x2455 -x9560 -x4595 x15423 -x12237 -x13479 x21203 -x14384 -x10088 -x5362 x19690 x6579 -x12864 -x1486 -x1286 -x10745 -x18659 -x17237 -x4252 x21782 -x15039 -x18473 -x8811 x21285 -x8856 x2333 -x14577 -x5370 -x21055 -x6571 -x18181 -x5564 -x5947 -x14548 x6165 -x3155 -x18951 -x18048 -x1814 -x7997 x1987 -x4405 x15597 -x11645 -x4380 -x13029 -x1622 -x18404 x21786 -x2282 -x14258 -x4180 -x8110 -x5688 x7598 -x550 -x19850 -x17804 -x2074 x6222 x6527 -x8827 x16424 -x8855 -x8115 -x13068 x16716 -x4874 x6346 -x1441 -x8070 -x104 -x20482 x7071 -x10116 -x18962 x15975 -x1739 -x17837 -x8338 -x156 -x21384 x10724 -x12819 -x743 x12544 -x5141 -x93 x19277 x21825 -x3721 -x9031 -x10311 -x5482 -x1184 -x12719 -x14765 -x15174 -x20979 -x18797 x6319 -x13917 -x18366 x16796 -x1771 x16390 -x21112 -x8158 -x5615 -x1340 x20815 -x1997 x11762 -x1371 x19599 -x7000 -x12861 -x8639 -x14387 x6248 x3819 -x10779 -x4368 -x4851 -x12609 -x5130 -x18639 -x19080 x6800 -x6839 x15831 -x19039 -x19582 x265 -x21143 -x2086 x16869 -x21223 x20589 -x14763 -x5196 x10416 -x11519 -x17384 x14507 x20756 -x6029 -x12183 -x13456 -x12321 -x18250 -x8419 x3872 -x9666 -x11078 -x9103 -x13228 -x7893 -x12656 x20668 -x15235 -x2597 -x18500 -x13326 -x4107 -x455 -x12288 -x5011 x19666 -x5239 -x8029 x14600 -x8050 x19748 -x10915 x14479 x20140 -x3583 x20167 x19268 -x9741 x21202 x20441 -x13662 -x2310 -x13387 x4280 x19451 -x4629 -x8380 x21851 -x796 x21247 x11120 -x13390 -x927 x7344 -x7036 -x6018 -x21395 -x7187 -x12871 -x17863 x4281 x4957 x19971 -x5794 x19644 x6166 x14582 x21045 x19768 x20135 -x6783 x20571 -x5842 -x10540 -x7244 -x4980 -x1969 -x5234 -x14101 -x9295 -x1285 x15862 -x8330 -x9638 x4500 x19370 -x5285 x6273 x6326 -x20662 -x15172 -x4259 -x8458 -x18632 x6811 -x17911 -x4377 x218 -x19824 x20491 -x21367 -x9858 -x11988 -x12747 -x10024 x10959 x14944 -x14754 -x18711 -x17921 -x8404 -x14634 x21526 -x8109 -x14439 -x14027 -x4915 -x1357 -x15185 -x10778 -x17117 -x5656 -x2776 -x4988 x21953 x15008 -x10351 -x6014 -x8121 x19585 -x9047 -x12699 x11387 -x9883 x16817 -x680 -x11630 x20249 -x19046 -x8391 -x17006 -x14435 -x5854 x14816 -x1277 -x950 -x8822 x14536 -x5135 x11180 -x5366 x7741 -x14307 -x10904 -x3780 -x19459 -x9402 x20044 x11773 -x10391 -x17065 -x7544 -x2989 -x14197 -x15216 -x20611 x20933 x3853 -x18103 x6622 -x9597 -x17001 -x8277 -x10028 x14519 -x1068 -x9401 -x5082 -x9676 -x19077 -x17066 -x12545 -x5257 -x20048 -x19453 x19761 x2717 -x14403 x19784 -x17976 -x16569 x6084 x20612 -x14486 -x10278 -x3034 -x18740 -x21601 -x1671 -x874 x19734 -x10532 -x18710 x21971 x15974 -x9977 x20296 -x11219 -x6780 x19390 x15407 -x20096 -x7917 -x9981 -x11751 -x10182 x12417 -x21702 -x21649 -x207 -x5073 -x10963 -x4642 -x11631 -x14185 x21455 x6105 -x986 -x18090 x4026 -x12278 -x11917 -x3538 -x18717 x15936 x7336 -x10831 -x494 -x1553 -x2195 -x5072 x6352 -x18224 -x20278 -x18110 -x18407 -x18140 -x17592 x12472 -x13849 -x17979 -x3382 -x13746 -x10216 -x9580 -x5293 x14542 -x18603 -x172 -x3054 -x16153 -x8496 -x11594 -x10283 -x5724 -x8443 -x3416 -x13860 -x5300 -x5795 x16269 -x17447 -x14650 -x17850 x20816 x19323 -x3235 -x14298 x21446 -x17937 -x12843 -x8087 -x2080 x1838 -x11970 -x1393 -x21681 -x13565 x6100 -x18160 -x18821 -x19637 -x1573 -x10266 -x8430 -x18831 x16476 -x3291 -x5455 -x10573 -x11931 -x17669 -x9362 -x7080 -x19189 -x21345 x14814 -x8340 -x8601 -x1871 -x7481 -x814 x3856 -x5815 -x18661 -x13523 -x3575 x7698 -x4442 -x15977 -x4617 x2847 -x10081 -x5685 -x8887 -x18164 -x2024 x2735 -x1556 -x10091 -x4167 -x15499 x21460 -x14755 -x5311 -x3193 x5 x21763 -x8927 -x1019 x21898 -x8999 -x7113 -x5228 -x19126 -x8320 x21521 -x17414 -x3634 x7049 -x3247 -x3348 -x8796 -x19136 x19676 x12158 -x19618 -x7808 x7331 -x8286 -x5570 x11760 -x14406 -x18422 -x17658 x16767 -x9494 -x18526 -x17253 -x397 x21042 -x21177 -x946 -x4863 x20609 -x9625 -x11813 x7775 -x21623 -x19785 -x18466 -x12906 -x19159 x19754 -x8556 -x8191 -x13320 -x1020 x11437 x20401 -x19628 -x5856 -x2726 -x7229 -x15250 x15355 -x11248 -x15659 -x857 x12131 -x6438 -x18097 -x20716 x14823 -x4573 -x3044 -x9816 -x14642 -x4450 -x362 -x20943 x20426 x7330 -x6258 x19350 x21452 -x7103 x15408 -x17965 x11142 x7394 x16906 -x5378 x4054 x12045 -x464 -x567 -x1916 -x21680 -x2695 -x1082 x2309 -x21058 x6513 x6765 -x17058 -x5131 x20518 x11003 -x14362 x21889 -x20404 -x3735 -x6524 x6246 -x20782 x6743 -x5801 x7306 x4265 -x1232 x6356 -x4160 x7346 -x8065 -x17339 -x13377 x15072 -x17331 x11798 x20239 -x14447 -x5610 -x15294 -x10104 -x136 -x9302 -x21369 -x12146 -x4825 -x15202 -x13541 -x5836 x11669 -x595 -x630 -x14165 -x6586 -x18071 -x8442 -x2560 -x3349 -x6200 -x17501 x6649 -x501 -x8755 -x3404 x11059 x21897 -x5066 x2030 -x1259 x12105 -x17848 -x17864 -x16654 x7294 -x486 -x3498 -x17079 -x10318 -x16506 -x16100 -x15035 x11334 -x16577 x15870 -x2097 -x5523 -x440 -x18688 x10705 -x1949 x2403 -x1448 x19927 x6396 -x13967 x10947 -x6199 -x18769 -x13671 x15981 -x7421 x7793 -x2228 -x10112 -x1463 -x459 x20359 -x8846 -x13243 x6877 -x130 -x12786 -x12617 x20690 -x7356 -x421 -x14431 -x10160 -x169 x12106 -x3165 -x5950 -x18696 -x9481 -x1607 -x733 -x3667 -x5065 -x884 -x18319 -x11932 -x3960 x12595 -x1725 -x18237 -x9361 -x13514 -x17626 -x14324 -x3153 x4927 -x16103 -x21599 -x11388 -x12223 -x12975 -x5225 -x3496 -x983 x20193 -x17211 -x1678 -x902 x20598 -x5592 -x13486 -x5526 -x1320 -x5835 -x17790 -x17546 x15564 -x2721 x6775 x19885 -x18005 x2383 -x5904 x20903 -x12024 -x15222 -x17689 -x18079 -x11644 -x5535 -x4195 -x9457 -x10568 -x13428 -x6923 -x19743 -x17409 -x7451 -x17516 x14868 x14899 -x1138 x19285 -x16470 -x9988 -x16975 -x2439 x11147 -x17394 x12075 -x10302 -x5853 x11800 -x3233 x1986 x14981 x16334 -x5192 -x9776 -x3040 -x3440 x6755 x10937 -x3458 x199 -x8369 -x18596 -x5751 -x12770 x7610 -x7168 -x12689 -x1455 x2503 -x17563 -x16584 -x15141 -x7565 -x2242 -x5686 -x9551 -x10876 -x13363 x11050 -x8897 x12073 -x21172 -x12666 -x8891 -x6071 -x2519 -x5139 x7373 -x9201 x364 -x3413 -x4773 x21039 -x10157 -x18172 -x18826 -x4567 -x16226 -x21564 -x3990 x20887 -x5517 -x16504 -x10030 -x6932 -x10348 -x13283 -x18720 -x13286 -x8138 -x1002 -x14282 -x14179 x6382 x10619 x19939 x2639 -x10809 -x21726 -x9978 -x8779 -x18624 -x7626 -x1308 x21416 -x14652 -x468 x7671 -x19174 -x13095 -x10057 -x17367 -x545 x21765 -x15726 -x10244 -x6006 x3869 x21015 x21399 -x13313 -x3480 -x3641 -x5616 -x21363 -x16938 -x11527 -x3450 -x15737 x20663 -x4486 -x9357 -x4610 -x17269 -x12961 x20921 -x12296 -x19006 -x13178 -x9653 -x2892 -x14100 x19653 -x18333 x10469 -x20257 -x12836 x2007 x6701 -x12204 -x9333 -x16108 -x14065 x3781 x3786 x10693 x20519 -x2453 -x3091 -x17632 -x13058 x20812 -x3864 x11000 x7711 -x9621 x16360 -x1061 -x5999 x10974 -x8878 -x18816 x12431 -x12980 -x4173 -x3313 x11752 -x1749 -x15776 -x18682 -x3932 x19700 x16026 -x3172 -x7154 -x9254 -x1740 -x8926 -x6896 x21755 -x18810 -x7453 -x12056 -x10103 -x5568 -x1284 -x2423 -x11294 -x2997 x20179 -x4976 -x14656 x4066 -x5840 -x3464 x6465 -x1976 -x9535 -x13145 -x21386 -x14291 -x4003 -x17830 -x16321 -x245 x2165 x15109 -x18734 -x18203 x399 -x8479 -x4658 -x1670 -x8951 -x5501 x4097 -x13690 x7693 -x17599 -x12320 x14956 x20105 -x13869 x20409 x2052 x20498 x6582 -x832 -x9528 x15996 -x13470 -x2478 x19739 -x16091 -x19157 -x13092 x16432 x20851 -x15687 -x3370 -x14392 -x21087 -x10804 -x13520 x11197 -x16478 -x15283 -x8518 -x1378 -x21022 -x9892 -x10839 -x8696 x16329 -x13990 -x8473 x7772 -x20835 -x14147 -x329 -x14023 -x16566 x7783 x11810 -x13518 x15873 -x15037 -x20442 -x8228 -x8894 -x15305 -x7201 x7047 -x17528 -x5651 -x10758 -x18301 x20070 -x15206 -x3803 x15103 -x831 -x11852 -x13823 -x9060 -x7205 x15110 -x17833 -x18300 -x4137 -x2777 x15457 -x3975 -x12240 -x4140 -x5251 -x8604 -x2234 -x2897 -x7455 -x4471 -x5507 x19843 -x9461 -x21648 -x5329 x20330 -x3128 -x13467 -x12987 x21207 -x3386 -x14644 -x12467 -x8839 x20461 -x5753 -x13919 -x14267 -x9885 -x21158 -x9462 -x8347 -x1682 -x6358 -x16203 -x8005 -x2224 -x21663 -x7018 -x21731 -x16202 -x15291 -x13508 -x551 -x9721 -x12706 -x1747 x20902 -x18269 -x12700 -x4784 -x19119 -x18058 x6489 -x21047 -x2622 -x7231 x6530 -x441 -x9831 -x4603 -x9378 -x20302 x11468 -x4163 -x21691 -x13176 -x1191 x19233 -x12249 -x4476 -x14420 x20751 x21781 x10742 -x5305 -x3221 -x17612 -x9817 -x4213 -x1214 x16806 -x9387 -x2213 -x7028 -x6051 -x12939 -x9559 -x1384 -x4823 -x5719 x11845 x11018 x10668 -x8242 -x9486 -x12175 -x17653 -x402 -x2568 x11056 -x21621 x20703 -x8640 -x8614 -x19200 -x16245 -x7442 -x3676 -x2983 -x13534 -x14323 -x20633 x11099 -x18847 -x1408 -x6916 -x9675 -x1558 -x3605 -x12246 -x5791 -x1095 -x483 -x5122 -x9071 -x9037 -x9347 -x9908 x19640 -x4791 -x4408 -x4697 x15017 -x6631 -x1246 -x9226 -x9032 -x13612 -x1415 -x5002 -x13706 -x18012 -x9348 x19703 -x166 x19856 -x18067 -x12142 -x3379 -x1947 -x13660 -x2760 x20325 -x17325 -x10124 -x12971 -x2290 -x5819 x6206 x1797 x14975 x21232 -x7584 -x9585 x21769 x20326 -x16578 -x5233 -x3392 -x8504 -x13372 x12496 -x14013 -x6046 -x16551 -x17131 -x9944 -x21054 -x8289 -x6746 -x9900 -x12299 -x12259 -x10164 -x8551 x20694 -x8108 -x5787 -x19986 -x8525 -x3428 x10672 -x13836 x16261 x4032 x21037 -x8936 -x2530 -x17532 -x20648 -x3267 x7252 -x17021 -x1650 -x6970 x16363 -x17019 -x21159 -x10764 -x19181 -x11287 -x20977 x15985 -x1346 -x18223 -x924 -x17641 x11708 -x18276 -x18737 -x11555 x19256 -x15132 -x16877 -x9038 -x20870 -x5899 -x2072 -x19815 -x4362 -x13125 -x20215 x4343 -x10134 -x3016 -x16979 -x15642 -x9889 -x1683 -x8278 x15041 x15318 -x4678 -x10251 -x9112 -x16661 x15400 -x21672 x6651 -x14543 -x1804 x1786 x11161 -x9503 -x14965 x6074 -x2545 -x12833 -x8917 -x9166 -x1311 x4924 -x787 -x10032 -x4505 x20675 -x11616 -x4330 -x10303 -x1646 -x5627 -x17090 -x13157 -x9206 -x16187 -x17096 -x11652 -x18451 -x11508 -x18046 -x15640 -x820 -x13639 -x18188 -x11033 -x17903 -x2042 -x2974 x15573 x13 x19829 -x13375 -x8395 x19936 -x4577 x3850 -x5670 -x13020 -x14054 -x2607 -x13015 -x3330 -x8875 x20682 -x8466 -x12227 -x504 -x3561 x20529 -x19292 x15437 -x17246 x1962 -x11950 -x16 -x9774 -x617 -x5660 x7748 -x8768 -x17706 -x325 -x357 x12578 x11696 -x9276 -x13979 -x13213 -x21229 -x15786 -x17365 -x3631 -x5598 x7614 x14488 x15883 x11694 -x13276 x20534 -x9040 -x594 -x17179 -x4738 -x7116 -x8424 -x8677 x7641 x7277 -x3120 -x18165 -x4190 -x21295 -x17337 -x21711 -x13568 -x4515 -x10224 x21492 -x1968 x14531 -x18177 -x18675 -x997 -x9095 x11060 x19581 x14810 x21846 -x17100 -x8137 x263 -x8318 -x15233 x10430 x2171 -x18318 -x8971 -x5855 x6157 -x12412 -x15267 -x14434 -x2573 -x10353 -x12286 -x6950 -x13840 -x8335 x11672 x20363 -x16617 -x14712 -x13356 -x14472 x16396 -x3487 -x1944 -x17064 -x17341 -x15968 x19713 -x1290 -x1617 -x18446 -x5572 x6555 -x16683 -x7835 -x1046 -x11240 -x9467 x6854 -x5060 -x3921 -x12687 -x19517 x12162 -x20883 -x2823 x6359 -x1028 -x7870 -x5462 -x21188 -x13561 -x21057 -x5384 x6509 -x1484 -x6876 x11807 -x13271 -x13230 -x3048 x6785 -x107 -x5032 -x6583 -x13798 -x869 -x18381 -x14708 x11832 x2037 -x1094 x11714 -x12714 -x16971 -x17629 x21890 -x8669 -x18853 -x14443 x20692 x12048 -x2576 x10743 x11146 x6519 x7824 -x2316 x20243 -x4645 x20337 -x9291 -x10142 -x12342 -x1159 -x264 x19479 x21878 -x10563 -x20844 -x6980 -x14155 -x2395 -x21727 -x8103 -x17410 -x13862 -x12710 -x3497 x6832 -x9020 x7714 x19249 -x6483 x20876 -x5871 -x592 x7062 x6155 -x7186 x12535 x11664 -x17817 -x17427 x1827 -x8362 x16840 -x4916 -x19553 -x2188 -x894 x11346 -x19499 -x7901 -x17271 -x5954 -x5640 -x5493 -x15590 -x482 x15398 -x18207 -x15549 -x10403 -x13685 -x762 x1792 -x8213 -x13290 -x1282 -x5587 -x420 -x8943 x31 -x2510 -x7926 -x10181 -x606 x21744 x256 -x10363 -x5925 -x7142 -x9836 x15951 -x21119 -x7064 x11463 -x14262 x15330 -x3467 -x7324 x7743 -x15691 -x13361 x16777 x11336 x6318 x16469 x20405 x12574 -x13622 -x18916 -x10312 -x18132 x11721 -x3544 x16067 -x5433 -x3938 x21424 -x4073 -x11256 x20188 -x3687 -x19139 -x14284 -x9194 x12078 -x9342 -x9245 -x4383 -x14076 x6083 x6265 -x3036 x21251 -x21048 -x3117 -x12807 x19400 -x9316 -x18023 x20733 -x798 x1835 x16287 -x11229 -x334 -x19050 -x1310 -x15617 -x20558 -x4210 -x1815 x21946 x16023 -x8413 x15845 -x1152 -x15168 -x12944 -x16208 x21901 x19855 -x8088 -x9036 x7776 -x15157 -x14911 -x19145 x14858 x19946 -x19101 -x5846 x11851 x197 x10952 -x12913 -x13410 -x7435 -x542 -x15723 -x5268 -x3536 -x10238 -x14626 -x3900 -x9965 -x12709 -x2449 x20108 -x16751 -x17819 -x14607 -x14293 -x7380 x14915 x6475 -x20862 -x5310 -x11513 -x512 x7367 x16292 -x12255 -x6601 -x535 -x6801 -x5969 -x3127 -x9937 -x5161 -x10272 x19361 x12565 x374 -x5063 -x8590 -x3506 -x2994 -x11934 x6710 x6858 x11801 -x17793 -x13668 -x2248 -x12234 x7802 -x17189 -x5914 -x13294 -x16973 x11809 -x18425 -x13629 x2633 -x16528 x19741 -x3366 -x2934 -x9174 -x11310 -x17890 -x5679 x6366 -x2416 -x12046 -x9832 -x18922 x6384 -x47 x12553 x14827 -x9125 -x14645 -x2137 -x21719 -x1503 x19619 -x1474 x10433 x16921 -x15198 -x4995 x12124 -x8429 -x10394 -x21098 -x19175 -x5474 -x1064 x19521 -x5613 x21917 -x8165 -x17162 -x20918 -x2942 -x1713 -x12800 -x11678 -x5644 -x1275 -x9922 -x15729 -x718 -x5447 x15059 -x10093 -x5204 x11367 -x5090 -x14877 x2631 x19680 x11131 x21785 x6799 -x6899 -x2268 x12028 -x13945 x6339 -x15170 -x7505 -x10307 x11462 -x2807 x7388 -x21962 -x15750 x11355 -x15191 x15914 -x16451 -x12088 -x11296 -x18742 -x16220 -x14094 -x10049 x19899 -x8135 -x13608 -x7818 x10621 x16886 -x1420 -x17670 -x13641 x21774 -x6044 x7408 -x21561 -x13096 x15420 x20224 -x15591 -x13010 x4944 -x8785 -x1316 -x14310 -x8054 x16735 -x9237 -x9634 x21239 -x14615 -x12698 -x18523 -x11136 x7250 x19675 -x17060 -x13501 -x11154 -x14319 -x13082 -x8865 x15502 -x21101 -x10658 x21035 -x6964 x16332 x4528 x6739 -x3298 -x13019 -x9444 x16450 -x10542 x10664 -x5313 -x896 -x3914 -x1632 -x5058 -x3901 -x9227 -x9711 -x12902 -x2445 -x18247 -x20539 -x2156 -x10493 -x16710 -x5820 -x7155 x14532 x19786 -x6794 -x3804 x28 x10930 x387 -x7778 -x8495 x3882 -x17702 x11155 -x8991 -x12821 -x8317 x16054 x11179 x15392 -x17989 x20233 -x21121 -x14039 -x5826 -x17204 -x1662 -x2513 -x5674 -x1902 -x12914 -x3173 x11079 x14500 -x1037 x10997 -x10872 -x9973 -x9911 x12493 -x8826 -x17274 -x8426 -x8169 -x7944 -x4484 x20748 -x12333 -x2251 x16405 x6329 -x7837 -x1635 -x2067 -x5611 x11815 -x1870 -x21108 -x12825 -x1036 -x6517 -x2606 -x8022 -x16619 x11110 -x12328 x16747 x11764 -x6055 -x11300 x11004 -x8348 -x2957 -x2134 x7732 x4933 x15491 -x12675 -x511 -x3328 -x12298 -x21694 -x544 x14866 -x15644 -x9479 -x1873 -x5589 x21418 -x14016 x19745 -x9679 x20552 -x953 x15972 -x19128 -x3326 x12516 -x2876 -x13938 -x5930 -x13218 -x17958 -x13888 -x11715 x4742 -x284 -x13001 -x17082 -x9082 -x13468 -x17089 -x13974 x4031 -x13391 -x827 -x17938 x20168 -x13296 -x346 -x19081 -x21670 -x18891 -x2083 x19633 x14946 x6653 -x804 -x18623 -x674 x19515 -x2496 -x14616 -x13039 -x3560 -x15559 -x9410 -x321 -x1732 -x12117 -x14429 -x9360 -x1113 x16353 -x9371 -x18464 x12489 -x17764 -x15629 x11051 -x1721 -x6900 -x10411 x16394 -x17462 -x5729 -x20079 -x9039 -x18323 x21909 -x2785 -x2277 x15465 x14557 -x5340 -x10326 x11745 x15849 x11748 x4034 x10927 -x16138 -x11451 -x17481 -x5642 x11682 x6409 -x14371 -x19853 -x14306 -x18956 -x14230 -x2582 -x13626 x19975 -x10549 -x3979 -x1911 -x21311 x7295 -x21319 -x4687 x20368 -x20439 -x19454 x20808 -x2856 -x2476 -x4258 x15376 -x13254 -x10857 -x7874 -x13392 -x14046 -x14122 -x17586 -x18612 -x13843 -x11916 x20039 -x11990 -x1629 -x11517 -x13236 -x9340 -x9228 -x9369 x7813 -x17137 x19575 -x285 x11891 x16501 -x16154 -x9730 -x5828 x19305 x20360 x15887 x10465 x7094 x15399 x19597 -x243 -x3174 -x8249 -x16543 x10609 -x1216 -x7467 -x13599 x19349 -x8209 x19920 -x10150 x3818 -x10512 x7677 -x13450 -x19203 x6121 -x157 -x8733 -x17721 -x7179 -x18786 -x12802 -x16389 -x15718 -x13649 -x14103 -x13921 -x14483 -x17283 -x3288 x16779 -x2587 -x14057 -x10322 x20154 -x16301 x11671 -x2549 -x7894 -x5964 -x16227 -x14161 x14885 x10663 -x13102 -x15364 -x175 -x13832 -x4999 x7395 x6499 -x16610 -x1768 -x10256 -x21056 x2718 x12427 -x18514 -x17886 x20369 -x10840 -x9298 -x19397 -x1306 -x15667 -x8387 -x9118 -x18655 x16845 -x687 x19715 x12367 x20334 x12167 -x14782 -x15720 -x7911 x4316 x14550 x171 -x757 -x7921 -x8201 x19674 -x14341 -x7542 -x1168 -x13415 x16801 -x17347 x14540 -x15767 -x11185 -x19045 x7786 x20351 x2405 -x18447 -x17297 -x14144 x14852 -x9806 -x4205 -x6772 -x12091 -x5710 -x17160 -x2146 x16465 -x16636 x11808 -x21106 x19365 -x10120 -x14825 -x8742 -x9159 -x17133 -x18452 -x3508 -x16604 -x7987 -x3755 -x1118 -x8559 x21905 x19820 -x13008 -x18095 -x2066 x11882 x19656 -x18330 x20402 -x21371 -x9349 -x16731 -x15165 -x16555 -x2238 -x12873 x14598 -x13543 x15823 -x20352 x2048 x19957 -x909 x14949 -x506 x6349 x19526 x12443 -x16663 -x16110 -x8828 -x5605 -x19667 x184 x12113 -x14471 -x10473 -x636 -x21735 -x162 x12174 x11189 -x20581 x16319 -x16156 -x4221 x16331 -x4641 -x1021 -x3971 -x17663 -x178 -x17738 -x13575 -x2065 -x11946 -x497 -x15676 x7268 -x9240 -x18073 -x3347 x4559 x6140 -x4605 -x15300 -x18664 -x19165 -x609 -x7554 -x21612 x2711 -x20963 -x8300 -x3601 x16075 -x17727 -x3704 -x5341 x6576 -x17433 -x9233 -x563 -x5423 x7828 -x9722 -x18721 -x7450 -x9923 x4313 -x13060 -x2603 -x5811 -x1074 x16027 -x10884 -x9650 x6289 -x18053 -x3287 -x9065 -x13882 -x4735 -x914 x11872 x14593 -x7567 -x9198 x19869 -x1450 -x10810 -x10148 -x3526 -x14388 -x6717 x6220 -x1221 -x15652 -x4297 -x1932 -x6812 -x6958 -x275 x2398 -x7745 -x17018 -x12793 -x2810 -x5166 -x1359 -x5987 -x17095 -x88 -x18569 -x18439 -x18759 -x7998 -x14602 x6270 -x16957 -x18704 -x7433 -x17452 -x8737 x12104 -x9963 x4350 -x1843 x3870 -x9359 x12133 x19928 -x21069 -x6659 x6720 -x14162 -x15240 x20446 -x1652 x21282 -x17962 -x5041 -x8871 -x18750 -x18896 -x1035 -x5321 -x9737 -x5068 x16003 -x12756 x4087 x6700 -x19075 x6208 x14560 -x2206 -x5142 -x21590 -x2092 -x10144 -x18809 -x810 x20252 x19500 -x4099 x19280 -x8889 x11366 -x15290 -x8291 -x17159 -x18163 x4517 -x10590 -x15938 -x14030 x7763 -x9413 -x1197 -x749 -x3917 -x679 -x7518 x16714 -x843 -x16387 x6290 -x9396 x15826 -x8503 x16890 -x5000 -x21594 -x849 -x3351 -x4637 -x3554 x14812 -x1620 x11093 -x4245 -x4490 x20288 -x13335 -x16128 -x19228 x6702 -x2098 x7137 -x2272 -x17541 -x14064 -x1821 -x2456 -x8218 -x17794 -x16642 x3821 -x13462 -x7152 x7031 x16445 -x2800 -x1092 -x18621 -x5699 -x1868 -x5416 -x1183 x16013 x4284 x11716 -x7424 -x4626 -x6907 -x21938 -x11019 x20899 -x10522 -x648 x14833 x11774 -x7195 x3826 -x8212 -x10862 -x4585 -x11966 -x20064 -x12295 x4498 x2682 -x17195 x16367 -x10851 -x13124 -x5099 -x17829 x15922 x20194 -x8581 -x14120 -x7916 -x5916 -x10267 -x15560 -x19141 x11092 -x15245 x20397 x12044 x6249 -x2763 -x5134 -x12805 -x18846 -x16454 -x17887 x19244 -x12668 -x18781 -x18050 -x17791 -x14078 -x17892 -x10179 x15118 -x9966 -x9833 -x5521 -x52 -x18961 -x9773 x2636 -x8176 -x19222 -x11542 -x7379 -x5429 -x9602 x12461 x21974 -x17766 -x682 x11386 -x5943 -x14666 -x15066 -x21935 -x2543 -x17074 -x10166 -x8157 -x13192 x12511 -x21432 x15827 -x8370 -x13707 -x3373 x11691 -x21654 -x8573 -x18587 -x16952 -x5303 x7308 -x3577 -x10075 -x13366 x20531 -x13881 -x18687 -x5498 x21272 -x20082 x6674 -x5304 -x17335 x10984 -x6990 -x11841 -x8836 -x14345 x3784 -x14618 x19984 x21245 -x8800 -x10074 -x12347 x15020 -x11360 -x17604 -x155 -x1093 -x10369 x12357 x6730 -x5621 x20676 x19809 -x13826 x20798 -x6852 -x5048 -x7384 -x21442 -x18724 -x5905 -x13803 -x17284 -x21102 -x16175 x19912 -x21530 -x17708 x15507 -x16461 -x18944 x6545 -x8346 -x12897 -x12831 -x13224 x11061 -x1031 x16795 -x3944 x7810 -x18114 -x19093 -x16096 -x13344 -x7524 -x17022 x20429 x16063 -x2779 -x8285 -x5998 -x158 -x6062 x21288 x14510 -x3894 x14929 -x2427 -x470 -x19652 -x8972 -x17703 -x699 -x2912 -x13278 -x3564 -x20779 -x16159 x7789 -x16620 x7054 -x8536 -x144 -x19055 x21519 x16388 x14590 -x13179 x10960 -x12969 x4090 -x1890 -x12778 x10698 -x12940 -x3551 -x18558 x12416 x19781 -x14232 -x8793 -x14752 -x7557 -x1599 -x13069 -x2315 -x15207 -x2982 x15310 -x14986 -x17860 x7363 x7656 -x117 x20036 -x10375 -x18789 -x5120 -x17744 x12016 -x7876 -x18984 -x13787 -x4104 -x3452 x6425 -x8840 -x17796 -x206 -x9782 x21836 -x7200 -x10200 -x8260 x19473 x2704 -x4378 x16800 -x4712 -x14351 x16889 -x16976 x2626 -x12823 -x2572 -x5707 -x9459 x2664 -x15000 x10934 -x15562 x6486 x20279 -x3389 x21481 -x8998 -x8011 -x10552 x14896 -x9436 -x8177 -x62 -x5123 -x5353 -x18870 -x780 -x5372 -x11286 x10701 -x4989 -x13485 x15394 -x2189 x16842 -x10083 x10728 -x2577 -x5440 -x6177 x21013 x14594 -x17134 -x18484 -x21576 -x9659 -x15796 -x14320 -x1144 -x2186 -x2669 -x1132 -x16080 -x17379 -x6010 -x7243 -x14699 -x11926 -x13408 -x19144 x19287 -x10332 -x4597 -x4225 -x18714 -x6028 -x602 x16014 x20396 x12428 -x14105 -x19173 -x20877 -x1708 -x14937 -x9015 -x18166 -x6657 -x12512 x12523 -x400 x7130 x6487 -x17836 x15468 -x9070 -x1424 -x13932 x21017 -x12152 -x8833 -x320 -x12909 -x4692 -x17250 -x1270 -x8879 -x9590 -x18456 -x1595 -x17785 -x11771 -x1103 -x17292 -x7185 -x670 -x12959 -x17615 -x18463 -x1071 -x8954 -x4237 -x17633 x19586 x19966 -x13748 -x15643 -x13151 -x4411 -x3613 -x18547 -x3161 x15044 x19455 -x5028 x14914 -x7546 -x10554 -x11642 -x9423 x10599 x19825 -x267 -x14604 -x4991 -x13292 -x5667 x4098 -x3473 -x1091 -x3546 -x8295 -x14271 x14524 -x3122 -x2409 -x18834 -x4413 -x8325 -x5528 -x7713 x19583 -x10520 -x18106 -x3033 -x11654 x14967 -x203 x15552 -x18 -x510 x20012 -x2813 -x12790 -x11849 -x14348 -x2801 -x8089 x16029 -x7012 x15472 -x4706 -x10711 x15321 -x9796 -x754 -x123 -x3026 -x17138 -x1586 -x18527 -x13083 -x3159 x6806 -x5457 x14846 -x1931 x16781 -x6067 -x8331 -x8635 -x19439 x7360 x20069 x20214 -x1352 x6156 -x68 -x9596 -x21376 -x12783 x20775 -x7579 -x5330 -x18430 -x17624 -x1333 -x8328 x20685 -x18019 -x17969 x15111 -x1479 -x7078 -x1895 x19709 x21415 -x11493 -x10826 -x14976 -x12598 -x17321 -x20169 -x16638 -x13878 -x1495 -x9760 x6459 -x15183 -x12002 x19360 x4516 -x381 -x13175 x2656 -x14672 -x18158 -x21439 -x2701 x19428 -x521 -x8081 -x10905 x1984 x20997 x21451 -x19182 -x15138 -x9062 -x13169 -x19953 x4718 -x21005 x19950 -x1154 -x5673 -x18455 -x19188 x183 x10434 -x5552 -x7038 -x19148 x11014 -x6816 -x16537 -x3303 -x4593 x10948 -x18829 x15061 -x5422 -x10209 -x1534 x4039 -x7966 -x12111 -x19127 x4043 -x16557 x21551 -x5153 -x16212 x11828 -x911 -x19104 -x6986 -x7909 x16820 -x2286 x4942 -x5508 -x3799 -x13958 x15907 -x19003 x14554 -x4844 x2147 -x13343 -x19881 x6106 -x13189 x11321 -x7319 -x4179 -x15169 -x8063 -x13868 -x3646 -x2890 -x10790 -x4828 -x5106 -x1839 -x13777 -x19005 -x21500 -x9051 -x2795 -x2992 -x13694 -x3915 -x4033 -x20174 x19409 x15358 -x9225 -x7561 -x20837 -x18892 x19608 x16743 -x18354 -x17731 x19284 -x13700 -x7151 -x13138 -x17783 x7696 -x8869 -x1478 -x3336 -x8312 -x17306 x15921 -x9426 -x5025 x21513 -x17153 -x9968 -x18794 -x13918 -x18104 -x845 x4336 -x17439 -x13852 -x4903 -x12763 x16924 -x18489 x16272 -x5579 -x702 -x19089 x12399 -x1023 -x5814 -x14707 x16004 x193 -x7197 -x5788 -x10260 -x13461 x10949 -x6053 -x14628 -x17583 -x18138 x11690 x2655 -x21695 -x7202 -x7935 -x5052 -x5635 -x17956 -x8122 -x14653 -x703 -x1373 -x9207 x19269 -x13229 -x7519 x20856 -x12811 -x5767 -x8787 -x14207 -x4131 x10726 x15960 -x990 -x15875 -x5891 -x10789 -x8120 -x1722 x12581 -x10624 x7359 x4752 -x19179 -x5548 x21943 x19368 x6394 -x21297 -x13553 x19547 x2312 -x19164 x19970 -x2460 -x14294 -x7516 -x21265 -x12938 x12385 x11007 -x5349 -x11599 x11132 -x9825 -x5545 -x9472 -x21992 -x20415 -x20838 -x11382 -x2815 -x7540 x16038 -x16221 -x9916 -x7220 -x15795 x19908 -x2280 x6308 x14954 -x982 x20800 -x4333 -x14151 -x4744 -x6049 -x17684 -x1677 -x21737 -x248 -x17539 x6552 -x50 -x3698 -x16982 -x2085 -x5076 -x13890 -x12621 -x9394 -x1271 x11101 -x20708 -x3708 -x6983 -x7462 x20760 -x5602 -x17222 x14847 -x12264 -x12787 -x523 x6460 x20092 -x6163 -x2702 -x12751 x7795 x4114 x15049 -x1065 x11058 -x19147 -x17952 -x13709 x20059 -x19193 x6232 -x1522 x7679 x2709 x10967 -x3517 x6192 -x17894 -x8718 -x18359 x11128 x16891 -x1100 -x9306 -x15067 x2635 -x21302 -x1517 x16872 -x8324 x21221 x4320 -x19082 -x5735 -x975 -x3696 -x1212 -x12824 -x16512 -x16637 -x5339 x2049 -x1321 x2364 -x10576 x6774 -x16120 x11008 x7764 -x3229 -x8781 -x1337 -x21315 -x9154 -x21688 -x5413 -x663 -x10848 -x5409 -x15280 -x8261 -x6108 -x9076 x2382 -x2580 x11066 -x9998 x224 -x1912 -x17063 x12458 -x17121 -x13863 -x5766 x14963 -x2861 -x3955 -x7970 -x9381 -x13891 -x14190 -x10205 -x21990 -x9664 -x16928 -x16217 x2033 -x16180 -x2314 x20674 x20730 -x15153 -x17856 -x2722 -x9122 x20656 -x5772 -x11606 -x16653 -x10919 -x17978 x11405 -x9873 -x21124 -x10593 -x7805 x16697 -x17909 -x18282 -x5538 -x20570 -x3224 x2375 x20599 -x3903 -x18907 -x14246 -x17934 -x12960 -x5047 -x13238 x19524 -x18540 -x13108 -x6879 x6752 x20263 x20176 -x3599 -x5126 -x21589 -x10277 -x1024 -x19096 x7765 -x15022 -x1288 -x8136 x16867 -x10490 x20863 -x14304 -x13887 -x13793 -x17733 -x465 -x13834 -x17024 -x4242 -x16518 x6235 x1954 x6776 -x10860 -x16567 -x3035 -x14123 -x1728 -x18630 -x7213 -x13137 -x2831 -x3805 -x14132 -x351 -x9406 -x18251 -x11500 x7719 -x3658 x21816 x15405 -x8094 -x5721 -x6058 -x21721 -x3293 -x3353 x20884 -x8240 -x11559 -x8642 -x618 -x3484 x44 -x1236 -x19940 -x18524 -x21063 -x7547 x16399 x14552 x21516 x6117 -x13442 -x16181 -x17385 x20952 x11053 -x16197 -x3740 x20601 x15464 x15490 -x4613 -x17823 -x10211 -x18405 x15851 -x15274 -x2749 x12436 -x3510 -x2119 -x19017 x418 x7660 -x1498 -x8712 -x8778 -x5733 -x18889 -x19218 -x15221 x6311 -x9450 -x18325 -x661 -x1190 x21920 -x8959 -x7925 -x17110 -x14346 -x10685 x6304 -x10201 -x16257 x7091 -x16099 -x7844 -x18608 -x16993 -x546 x11046 -x4977 x1978 -x12976 x20000 -x5054 -x7510 -x3700 -x19186 -x2437 -x12768 -x3479 -x13703 -x2946 x11432 x19266 x196 -x17 -x404 x6303 -x17647 x6566 x19852 x7689 -x18372 -x11600 x447 x15866 -x20678 x19706 -x9163 -x21780 x4937 -x8457 -x4759 -x13940 -x7683 x4116 -x17430 -x15229 x7272 -x6219 -x7355 -x20535 -x7466 -x4624 x7326 -x578 -x12774 -x21252 x7724 -x152 -x11207 -x9212 -x3378 -x4783 x7101 -x20132 -x13761 -x8004 -x109 -x1296 -x8607 -x9815 -x18557 -x3725 -x2789 -x12845 -x5162 -x1779 -x6669 -x3916 -x15251 -x3073 x14791 x16832 x6851 x15012 -x10358 -x16603 -x13143 -x1338 x427 -x16196 -x17998 -x16934 -x9231 x20528 -x13130 x11663 -x21186 x443 -x2128 -x3364 x21454 -x1004 -x1219 -x21602 -x18541 -x12395 -x21501 -x11175 -x13677 -x9778 -x2075 x14829 x3848 x20138 -x17126 -x1913 -x1453 -x17144 -x20467 x4346 -x21634 -x5015 -x11591 x4267 -x12372 -x9478 -x1040 -x5522 -x3045 -x20139 -x9971 x19452 -x9934 -x13368 -x12310 -x13875 x19877 x7658 x16484 -x19208 -x18403 -x9058 -x7700 -x10094 x16427 -x4164 -x17590 -x12206 -x3124 -x12669 -x4632 x15511 -x11277 -x17867 x11866 -x9178 x15338 -x7511 -x17332 -x4030 x21008 x7616 -x18176 -x4176 -x15878 -x17673 -x14133 -x8393 -x13813 -x13595 -x16594 -x1690 -x3102 x20593 -x8474 -x5505 -x1640 x11100 x20049 -x1395 -x12634 x19278 -x9420 -x17640 -x17484 x4084 x16475 -x17373 x11399 -x9512 -x2431 -x17946 -x16643 x15371 -x18497 -x4861 -x21693 x1980 x21032 -x8090 -x1367 -x16940 -x11159 -x677 -x8636 -x274 -x12993 x15970 x10665 -x14021 -x8187 x4972 -x9274 x2168 x19948 -x2618 -x16440 -x18297 -x5555 x4029 -x14684 -x7891 -x7164 x12438 -x7946 -x2961 -x6057 -x7256 x20554 -x9197 x6143 -x5641 -x18413 -x9969 -x20833 -x3252 x6443 x20563 -x7975 -x1889 -x14484 -x1240 -x8265 -x17118 x19964 x7262 x16377 x7613 -x18598 -x1764 -x9532 x16882 -x15473 -x3992 -x16550 -x18035 -x6818 -x5978 -x3317 -x2391 x2181 x11047 -x604 -x19100 -x9506 -x7529 -x15416 -x18843 -x1007 -x13056 -x8229 -x18796 -x15941 -x8203 -x5376 -x8152 x15395 x12126 -x5786 x16368 -x4008 -x10453 -x11640 -x9616 -x17207 x7702 -x9099 -x5956 -x3210 -x82 -x13131 x11398 -x4659 -x6790 x21175 x19264 x20022 -x4586 -x1436 -x4197 x7043 -x534 -x19023 x16729 -x4689 -x18755 x20643 -x17716 -x6005 -x1372 x20654 -x481 -x9267 x19503 -x16178 x7096 -x13947 -x8684 -x11992 -x13252 -x11227 x12039 -x20412 x2332 x20171 -x8985 -x18505 -x7156 -x5411 x10437 -x1770 -x10034 x6681 -x15740 -x13839 -x12148 x16733 -x18139 -x17775 -x8010 -x17305 x19414 -x17285 -x11907 -x18860 x15014 x19873 -x4584 -x19069 x2301 -x3299 -x13861 -x13134 x21457 -x5834 -x9986 x15995 -x13814 -x847 x16347 -x18295 -x17249 -x1438 -x4893 x21400 -x8363 x16918 -x782 -x15754 x20637 -x8717 -x3661 -x5012 x10419 -x21141 -x17726 -x13628 -x2132 x21453 -x12678 -x6977 x7340 -x16246 -x2078 -x13128 -x15775 x20697 -x10001 -x18669 -x13034 x21280 x7705 -x7454 -x16677 -x5435 -x13089 -x8903 -x4654 -x16119 -x18700 -x268 -x18287 -x2959 -x10339 -x4146 -x18827 -x7955 -x9667 -x19212 -x4201 x20238 -x12677 -x3194 x19723 -x17243 -x8236 -x19090 x19546 -x14004 -x5220 -x16037 -x8512 -x6602 -x2532 -x14462 -x3187 -x2204 -x13636 -x2451 x186 x7396 -x5056 -x17346 -x547 -x675 -x1188 -x764 -x13916 x7636 -x8059 x21539 -x7150 -x9807 -x5896 x426 -x18570 -x16007 -x2457 -x8620 -x918 x15479 -x10155 -x7534 -x16051 -x17518 x19258 -x3301 -x2211 -x9872 -x10284 -x18186 x20420 -x1106 -x10895 -x19073 x19542 -x2225 -x17847 -x5403 -x8528 -x1018 x6393 x14511 x19514 -x5553 x7609 -x8210 -x10814 -x12605 -x17740 -x10830 x4028 x11330 x15813 -x11127 -x2969 -x1269 x16060 x20478 -x7954 -x19187 -x20319 -x10090 -x21336 x19679 x2844 -x10900 -x1898 -x19162 x20521 -x17245 -x13606 -x13743 -x2212 x20231 -x7538 x10978 x4017 -x4211 x6198 -x14111 x14856 x396 -x758 -x8036 -x8691 -x18673 x2630 -x4365 -x1067 -x10507 -x13516 -x3524 x21789 x20556 x4719 -x18964 -x607 x21928 -x18233 -x21210 -x12203 -x11928 -x19131 x21025 -x9523 x21916 -x13272 x16474 -x432 -x4443 -x17652 x20291 x20657 -x323 x11347 -x11879 -x6972 -x5494 x21206 -x15672 x15899 x21853 -x19125 -x7019 -x8126 -x4908 -x6066 x15344 -x21659 -x12977 -x3738 -x5224 x12381 -x9609 -x13927 -x10756 -x12894 -x3964 -x7991 -x21597 x6170 -x17454 -x1941 x12404 -x9144 x7744 x16017 -x11876 -x9264 -x1908 -x3593 -x13892 -x18419 -x3297 x7834 -x11425 -x14296 -x20178 -x18042 x11431 -x7514 -x3571 x19813 -x17381 x14883 -x15287 -x2932 -x2106 -x5024 -x11859 -x6764 -x19707 -x15998 -x7967 -x2562 -x11985 x15799 -x10721 -x7575 -x9005 -x8396 -x2821 x255 -x12838 -x5394 -x21075 -x21584 x19288 -x20630 -x11615 -x2771 -x5436 x2634 -x6521 -x2541 -x1220 -x17386 -x3694 -x19405 x19593 -x7480 x19391 -x14728 -x13445 -x8206 x20104 x19778 -x21050 x2167 -x16165 -x21052 -x905 -x12340 -x19859 x21475 -x6020 x1829 -x6918 -x16539 x21200 -x18611 -x8850 -x10802 -x17477 -x9995 -x14159 x19872 -x10100 -x7474 -x18999 -x13274 -x13381 -x10654 -x16258 x6213 -x21381 -x6728 -x12210 x7401 -x8637 -x10748 -x2284 -x8028 -x3954 -x7920 x7087 -x13457 x16780 -x11323 x20301 -x10344 -x12769 -x13365 x15478 -x21164 -x21249 -x4978 -x5280 -x596 -x18315 -x6757 x6866 -x19167 -x10061 x19533 -x13922 -x12640 -x18703 -x1502 -x21474 -x16198 -x5717 x16000 -x9905 x19430 -x9354 -x5924 -x1842 -x13150 x12081 -x21641 x20540 x11476 x2714 x20119 -x6841 x20068 -x12901 -x5752 x15120 -x7878 -x1397 x6381 -x8290 -x12851 -x9557 x4760 -x7531 x4501 x14993 -x11302 -x13678 -x1910 -x13531 x12361 -x17241 -x9111 -x12801 -x8377 -x16189 -x17844 -x20520 -x4414 x1773 -x7906 -x13795 -x19049 -x8506 -x14127 -x4392 -x7494 -x101 -x5207 x19606 x10671 x7633 x16056 x11895 -x286 -x2138 -x587 -x2672 -x2567 -x17616 -x8052 -x19832 -x8763 -x9792 -x17601 x20890 -x11314 -x9738 x11439 -x14352 -x3449 -x13211 -x9232 -x10910 x19864 -x6943 x11447 x11069 x19711 -x4765 -x21529 -x7153 x16755 x15584 -x13848 -x7882 -x10168 x6522 -x3072 -x13321 -x14753 -x2677 x6556 -x11612 x20043 -x14099 -x2829 -x9685 -x18987 -x11225 -x9669 -x20762 -x7203 -x738 x20228 -x13070 -x2096 -x13063 -x2039 -x9499 x10422 -x17610 -x7235 -x17293 x19440 -x13772 -x846 -x13198 x20827 -x18913 x16732 -x8935 x21879 -x9772 -x10834 -x18832 -x16589 -x15167 -x3683 x21923 -x100 -x16678 x20848 x20896 -x1193 -x4917 -x4493 -x8344 -x13191 -x15273 x20766 -x16031 -x13057 -x16985 -x14664 x14988 x1811 -x20547 -x8272 -x16136 x20985 -x706 -x5312 x20324 -x14569 x15317 x15333 -x14249 -x5467 x4521 -x18089 -x10811 -x8281 x15064 -x13257 -x5361 -x871 x6782 -x2980 -x53 -x11313 x11795 x12019 x15083 -x2871 x20370 -x12089 -x3541 -x2786 x11823 -x2373 x6619 -x13148 -x13618 x16448 -x17657 -x12985 x15336 -x9875 -x2928 -x20030 -x3332 x15503 -x18854 -x15223 x19326 -x10553 x19588 x20494 x14553 -x21228 x10954 x21420 -x3338 -x1304 -x21173 -x8167 -x15705 x16274 -x3590 -x3466 x11035 -x5259 -x8364 -x11308 -x4144 -x3422 x11843 -x8384 -x12967 x19671 -x14369 -x1052 x4734 -x9929 x6362 x6252 x20026 -x12269 x15314 -x15286 -x12312 -x15748 -x16481 x20197 -x16647 -x4241 -x2579 x16848 -x7323 -x14007 x10418 -x16571 -x21 x15467 -x9253 -x7680 -x19110 -x18758 -x15148 x2501 -x10769 -x21105 -x18690 x11427 x15920 -x17460 -x3337 -x8956 -x3574 -x5320 -x11520 x11686 -x21301 x20223 -x4236 x12552 -x13409 -x4581 x16409 -x5698 x19938 -x1922 -x8558 -x18487 -x11450 -x11565 -x8106 -x11972 -x18830 -x8471 x20706 x19997 -x5347 -x7643 -x10031 -x1909 -x1466 -x18564 -x18676 -x853 -x3367 -x15278 -x13903 -x9514 -x1116 -x17313 x19477 -x14214 -x2592 -x10237 x16741 -x12856 x6723 -x10832 -x8202 x20312 -x11947 -x10787 -x9077 -x1090 -x12799 -x17262 -x11929 -x20024 -x3898 x19342 -x1885 -x3982 x20058 x19603 -x13762 -x895 x11905 x20303 -x1033 -x7170 x20421 -x1518 -x3273 x20452 x15107 x2623 x21214 x10976 -x13764 -x16234 x10677 x21797 -x543 -x10270 -x12087 -x18310 -x13119 -x18076 -x12300 x15853 -x8491 -x21382 x20458 x19317 -x6218 -x13090 x15982 x21856 -x12766 -x3014 -x5222 -x10720 -x7863 x2632 -x16523 -x13246 -x6745 -x4532 -x14772 -x16488 -x9949 -x13353 -x4139 x12115 -x3111 x15058 -x1532 -x4789 x20378 x16382 -x14757 -x14164 -x3693 -x3766 -x21608 -x11220 x16020 -x17603 x19704 -x7697 -x337 -x7952 x14819 -x8189 -x7492 -x12817 x20925 -x10539 -x19327 -x14603 -x7180 x15833 -x13094 x7624 -x293 -x14749 -x3926 -x10340 -x3753 -x14425 -x6150 -x414 -x861 -x2432 x19683 -x1579 -x1213 -x17488 -x8674 x14905 -x3639 -x13183 -x10533 -x621 -x13441 x7060 -x18294 x19712 -x20946 x21887 -x14744 -x14730 -x1388 -x3178 -x3292 -x1763 -x21565 x20864 x19993 x11364 -x145 -x1128 x15019 -x3225 -x12318 x7378 -x17737 x12422 x6663 x6176 -x4165 -x6340 -x2258 x6399 -x6987 -x12755 x11322 x11855 x21939 -x8323 -x969 -x14411 -x19097 x20737 -x3586 -x17638 -x18136 x20526 -x3305 -x13614 -x13235 -x17661 -x17054 -x766 -x19415 -x4821 -x8047 -x14290 -x6969 -x12779 -x964 -x9763 -x3261 -x11274 x16268 x6642 -x13000 -x10045 -x1123 -x9662 -x10530 -x868 x6196 -x20891 -x13105 -x16168 -x8561 -x13714 -x217 -x8831 -x2915 -x12963 -x3383 -x2444 -x15684 -x15707 -x17015 x20477 x2169 -x13295 x2404 -x18345 -x811 -x309 -x12200 x11786 x20217 x16421 x6660 -x8710 -x13898 x7393 -x11211 -x3640 -x12090 x20414 -x1719 x11083 -x1299 x19880 x20495 -x19663 -x14134 x7615 x20007 -x620 x16693 -x16201 x20753 -x8774 -x4494 -x9884 -x4691 -x10301 x10443 -x2575 x16313 -x13637 -x8979 x21193 -x752 -x1853 -x1327 -x13827 -x21337 -x18686 -x2854 -x14630 x21477 -x20937 -x17751 x16903 -x10107 -x3912 -x15621 x19248 -x20377 -x18580 -x7996 -x12329 -x8834 -x1698 -x16219 x21243 -x16280 -x3565 -x559 -x5294 -x5108 -x1777 -x13651 -x9407 -x5290 -x5174 x19942 -x2836 x15356 -x8621 -x948 -x5478 x11830 x11125 x20416 -x17963 -x17010 x20201 x444 -x2348 -x8114 -x10519 -x13201 -x12962 x21030 -x4801 -x21624 -x18702 x21805 x11143 x1800 -x21330 -x13275 -x11001 -x3362 -x20774 -x2539 -x1918 -x17880 x15078 -x17787 -x17798 -x9761 -x2958 x14871 -x12731 -x9917 -x9680 x15877 -x8683 -x813 -x17445 x20616 -x5399 -x5144 -x7553 -x17831 -x18274 -x9243 -x9424 -x4806 -x17774 -x1866 -x7551 -x8731 -x18421 x7600 -x1589 -x9080 -x589 -x7498 -x5542 -x11391 -x2845 x11896 -x14518 -x18982 -x14465 -x21322 -x7320 -x7008 -x14118 -x16150 -x3648 -x3950 -x20711 x7766 x398 -x8934 -x8933 x12386 -x4076 x20724 -x7204 -x3712 -x10622 -x14724 x12563 -x2018 -x19857 x7082 x19875 x19364 -x12257 -x8450 -x10041 -x10792 -x15007 x11820 -x6860 -x3414 -x9583 x20076 -x9242 x20344 -x14380 x21026 x11741 -x18009 x20960 -x2068 -x6007 -x3272 -x21819 -x15178 x15811 x6629 -x11597 x6148 -x17438 -x1210 -x2671 -x12877 -x21472 x15015 x16341 -x2196 x19446 -x5395 -x9466 x11118 x12360 x3792 x16923 x6115 -x14468 -x15696 x16411 -x8586 -x19103 -x18157 -x11908 -x13571 x20241 x21821 -x12979 -x872 -x7853 -x2872 -x13142 -x7502 -x10751 -x18645 -x10525 x7404 -x5878 -x2267 -x3415 -x5857 -x12826 -x13774 -x4768 x14867 x7749 -x7011 x21806 -x17105 -x4846 -x12681 -x8515 x19631 -x8073 -x9374 x16312 x2402 -x12243 x12136 -x21595 -x17598 -x3030 -x13055 -x4156 -x170 -x3716 -x2200 -x18094 -x7490 -x2236 -x5088 -x9770 -x1202 -x15158 -x1432 x14874 -x16734 -x17444 -x4958 -x9429 -x20923 -x4767 x6185 -x5424 x4745 x7761 -x13657 -x4655 -x7847 -x17636 x16702 -x3283 -x16001 -x1347 x12486 -x15129 -x21800 -x21049 -x10183 -x125 -x2863 -x3702 x6431 -x1639 -x19758 x11821 -x8306 x3817 -x3867 -x8842 -x3254 -x17334 x4096 -x1435 x7750 -x18733 x15442 -x5211 -x11838 -x16969 -x17527 -x8901 x4566 x19234 -x7905 x11761 -x17461 -x3654 x21925 x21212 -x9984 -x18539 -x8618 x16738 x6099 x20158 -x4590 -x6694 -x4206 -x12122 -x5276 -x1638 -x17654 x12500 x20035 -x16116 -x18637 -x17572 x16385 x11446 -x3295 -x13245 -x1893 x11775 x21848 -x15761 x20410 -x13328 -x17679 -x1917 x12080 x7676 -x17714 -x8608 x19918 -x9654 x4053 -x18341 -x5017 -x14102 -x14713 -x1580 x14826 -x375 x21876 -x901 -x9899 x12369 -x4643 -x7440 x16059 x21823 x20038 x6639 -x11479 -x13509 x7607 -x9373 -x17888 -x17213 -x9921 -x19445 x7762 -x5712 -x9169 -x18957 -x18284 -x9319 -x4177 -x3556 -x15550 -x3584 -x12306 -x14379 x19410 -x11213 -x8349 -x2857 x15480 -x278 -x4796 -x7147 -x14721 -x15633 -x4216 -x17635 -x17675 -x2893 x6239 -x9305 -x20034 -x21126 -x17161 -x17169 -x2951 -x19153 -x5357 -x13050 x11152 x6525 -x10299 -x5430 -x3616 -x9931 -x8948 x10673 -x6921 -x5107 x19506 -x6766 x20886 -x15304 -x10526 -x3581 -x17441 x12429 -x10688 -x5367 -x9027 x19790 -x18434 x20235 -x10863 x19849 x16766 x11785 -x17448 -x16961 x14845 -x16576 x11178 -x8337 -x2791 -x18631 x2736 -x17779 x15363 x14939 -x3569 -x1616 -x8492 x20736 -x10441 -x16089 -x1887 -x13822 -x7166 -x588 -x18290 -x5927 x15525 -x16606 -x13578 -x9049 x16916 -x13689 -x5678 -x21645 -x16633 -x8488 -x553 x7773 -x3749 x6770 x15117 x1952 -x13041 -x14063 x20459 -x3083 -x21389 x19333 -x21328 -x3231 x7085 -x9470 -x14028 x15004 x19396 -x20983 -x11257 -x18933 -x13682 -x3179 x1832 -x12178 x19803 -x18730 -x12352 -x5807 -x1412 -x1489 -x13358 -x3686 -x15265 -x16143 -x17288 -x13369 -x8790 -x11049 -x17742 -x2089 -x6040 -x2019 -x7781 -x15224 -x10570 x21820 -x4364 -x11999 -x8600 x12400 -x13429 -x17649 x20761 -x12330 -x3412 x11068 -x13330 -x8806 -x3064 x19801 -x9363 x2708 -x11276 -x133 -x18994 -x3770 -x7246 -x1439 -x18491 x14918 x15447 -x12808 -x18438 -x5894 -x3268 -x21993 x7769 -x177 -x13957 x4093 -x113 -x5822 -x2621 -x6025 x19401 -x6111 -x17399 -x13115 -x9449 -x3956 -x140 -x18286 -x5550 -x17881 -x17818 x6204 -x10202 -x2784 -x13741 -x500 -x10916 -x14263 -x5779 -x18390 x6872 x14888 x19300 -x12231 -x14104 x16309 -x9906 -x770 -x18515 x21966 x12102 x7270 -x20999 -x18120 -x2874 -x19209 -x5556 -x17171 -x4812 -x8659 -x3008 x3855 -x14261 x19301 -x13112 x16794 -x17247 x15450 -x18088 -x17985 -x1101 -x1294 -x3690 -x8758 -x9714 x16745 -x12919 -x13800 -x8048 x15524 -x4751 -x4187 -x517 -x945 -x2275 -x1875 -x7864 -x4819 -x2984 x19819 x12476 x7102 -x20512 -x16164 -x1060 -x15636 x6295 x15475 x15440 -x18154 -x8314 -x8982 -x16052 -x9608 -x10143 -x11216 -x11995 -x2259 -x649 -x12228 x19328 -x7938 x20578 x10692 -x3488 -x8713 -x16224 -x1243 -x10310 -x12000 -x9920 -x14312 x16458 x20785 -x10135 -x18254 -x19198 -x17515 -x3177 -x15770 x10977 -x7464 x20986 -x1750 x15334 x15910 -x14315 x11719 -x8780 -x3067 x20691 -x2038 x16320 -x21010 x20501 -x8435 -x11897 -x8966 -x6562 x6563 -x1404 -x1176 x12435 x21192 -x5739 -x17692 -x2842 -x8326 x11071 x14894 -x5676 x6636 x20821 -x8623 -x6754 -x8977 -x10079 -x645 -x11536 -x2864 -x16242 x14806 -x5042 -x18153 -x9890 -x4797 -x17660 -x4594 -x13658 -x5223 x15362 -x12850 -x11603 -x16639 -x19448 x15595 -x5606 -x11904 -x3626 x7403 -x322 -x5496 x7303 -x13416 -x9 x16812 -x21570 -x1302 x20145 -x1133 -x18845 -x17587 -x4234 -x2805 -x13908 -x14424 -x9562 -x10628 -x8861 -x7517 x11138 -x16984 -x10362 -x1508 -x14251 x19910 -x8441 -x1084 -x308 -x3280 -x15666 -x1602 x14820 -x20744 x15918 -x17822 -x17926 -x18471 -x18837 -x15742 -x11552 -x5254 x7343 x16856 -x2960 -x19369 -x890 -x21578 x19717 x2179 -x14632 -x1142 -x9057 -x8703 -x18925 -x11566 -x10909 x20355 -x347 -x10415 -x3307 -x765 -x7222 -x16595 x2848 -x3113 -x10439 -x13625 -x21132 -x3063 -x8572 x4127 x21937 -x21134 x21445 -x3989 -x21722 -x1150 -x17533 -x10912 x19290 -x9909 -x2515 -x5760 -x3019 -x923 -x3195 x19389 -x13123 x15841 -x5004 -x8438 -x1506 x2850 -x6626 -x6927 -x5946 -x8434 -x11523 -x7908 x2407 -x18414 -x10361 -x21378 -x11495 -x13071 -x8174 -x2109 -x9283 -x21122 -x18478 x10458 -x18279 -x18266 -x13413 x20466 -x16485 -x7245 -x13433 -x2483 x10953 -x4950 -x5671 -x15147 -x11883 -x3342 x6305 -x3697 -x9014 -x8533 -x14805 -x5755 -x8584 -x8920 -x11359 x15521 -x9837 -x7226 -x14158 -x15670 -x14109 -x417 x7271 -x17862 x6226 -x2495 x7392 -x15166 x19308 x11122 -x13329 -x9643 -x20686 -x12933 -x8961 -x12991 -x13022 -x8064 -x21499 -x14767 x19598 -x9088 -x13038 -x5890 -x1700 -x3433 x11860 -x21266 x7642 -x10320 -x14045 -x19673 -x1345 -x5972 -x14055 -x235 -x8744 -x10492 x2025 -x14452 -x1935 -x4257 -x8904 -x64 -x8660 x10424 -x14470 x2506 x16793 -x19202 -x3762 -x7574 -x5208 -x12849 -x13610 -x10378 -x5213 -x1538 -x5982 x11030 -x17406 x6648 -x1013 -x11936 x7088 -x5741 -x10062 -x12760 -x8692 x11379 x12384 x16032 -x17154 -x10105 -x7463 x11397 -x18606 -x2231 -x5578 -x11222 -x14625 -x12809 -x8945 x11666 -x10797 -x7945 -x12737 -x12829 -x17363 -x9277 -x4901 -x7351 -x5371 -x1178 -x4181 -x8502 x11687 -x17571 -x1328 -x13653 -x10864 -x7428 -x4787 -x10372 -x1720 -x3018 -x15173 -x18144 -x17155 -x9586 x15441 x19613 -x13676 -x9933 -x18349 -x2975 x15602 x19874 x4716 -x610 -x13545 -x13589 -x15260 -x21625 -x11223 -x8334 -x20470 x19795 x4035 -x5664 x6152 x7092 -x2508 x21182 -x11960 -x3707 -x11635 -x17613 -x17687 -x21713 -x3948 -x5194 x15326 -x5218 x20546 -x11698 -x1167 -x20308 x11042 -x18200 x2304 x16894 -x1613 -x18235 -x20910 x12569 x21830 -x17882 -x3237 -x1015 -x4888 -x17193 -x13624 -x20752 -x9300 -x13338 x14860 -x13258 -x1115 -x17412 -x5437 x11134 -x9205 -x6870 -x18016 x16829 x19560 -x10360 x12084 -x9509 -x3705 x16444 x15535 -x3947 -x9368 -x17618 x7640 -x17489 -x9870 -x1391 x2056 -x6183 -x13900 x1805 -x18387 -x1174 x7798 -x12224 x4013 -x13026 x4954 -x3374 x6466 x16430 -x1540 -x531 -x14171 -x13987 x15576 x14496 -x19968 -x3090 -x5915 -x19221 -x13789 x21493 -x10162 -x15496 -x20425 -x822 -x21984 -x17229 -x9192 -x1564 -x18335 x16871 -x19660 -x15736 -x17694 -x21127 -x17143 x19992 -x21468 x1964 -x5900 -x18877 -x13588 -x21140 -x13550 x11415 x11054 -x3234 x7768 -x2675 -x14325 x6805 x15568 -x18978 -x10036 x7644 -x10125 x21401 x14595 x6322 x11028 x19773 -x7501 x2014 x16910 x6599 x11456 -x21683 x15861 -x5547 x16815 -x18255 -x503 x10932 -x10481 x16749 x20513 -x10583 x15803 x20861 -x9745 -x4233 -x13873 x21814 x7122 -x17186 -x4837 -x18577 x20698 -x18996 -x13771 -x20229 -x12730 -x17899 x4947 -x13807 x7631 -x3937 -x14454 -x180 -x18101 x2629 -x6045 -x8762 -x18741 x6711 -x21915 x12592 x4020 x15992 x15009 -x9587 -x1999 -x4474 x15806 -x16995 x20854 -x3007 -x4202 -x9864 -x19669 -x18895 x16408 -x240 -x21730 -x4489 -x7826 x14904 -x2023 -x10849 -x12279 x20803 -x18783 -x7292 x11348 -x17595 x7274 -x1752 -x16235 x21754 -x17526 x19492 x2305 -x6454 -x5586 -x12739 x16893 -x3135 -x14612 -x8388 -x16609 -x21076 -x15689 -x4199 x12554 -x13430 -x4244 -x4229 x11702 -x20669 -x2939 -x3163 -x8219 -x9787 -x10852 -x13333 -x11217 -x9185 -x3896 x19532 x20567 -x13785 x7366 -x15163 x4922 -x13414 x6175 -x422 x15581 -x5439 -x14950 -x9999 -x11937 -x10785 -x8309 -x5333 x11689 -x952 x10987 -x15218 -x4638 x12456 -x11417 x7140 -x7865 -x5861 -x18060 -x7293 -x14391 x12031 x11474 -x21347 x2176 -x10133 -x5575 -x18850 -x14080 -x6953 x15430 -x17966 -x1038 -x1782 x15086 -x13870 -x17395 -x5934 x19721 x15942 -x9691 -x17593 -x8557 x14955 -x7473 x15800 -x11587 -x1365 -x19060 x19467 -x8269 -x9626 -x12860 -x10050 -x17940 x14985 -x21740 -x21723 x6147 -x1688 -x19592 x6379 -x8632 x21863 -x5087 -x9990 -x14070 -x21323 -x13845 -x21440 -x9068 -x7962 x10699 -x16958 -x7429 -x17509 -x17898 x15927 -x7522 -x906 -x21139 -x11554 -x18937 -x16525 -x17713 -x17187 x2728 x15316 -x124 -x10264 -x10412 -x121 x20073 x12359 -x514 -x7014 x6256 -x12865 x2679 -x13327 x2178 x21527 -x9202 -x13325 x15047 -x16998 -x12899 -x12724 -x10719 -x7487 -x4224 -x10123 -x2565 -x18109 -x11247 x16831 -x1012 x2015 -x8469 -x19458 x12068 x19959 -x7520 -x16669 -x10014 -x7858 -x2570 -x13769 -x9953 -x18651 -x5079 -x7832 -x1497 -x18075 -x12245 -x3358 -x10377 -x15298 -x7932 x2173 -x13389 -x2859 -x9132 -x6003 -x12984 x6564 -x1440 -x1257 x11137 x20640 -x18128 -x18548 x16707 x1988 -x5968 -x11541 x19967 -x823 -x14356 -x4876 -x19727 x21865 -x3941 -x8253 -x3406 -x8849 -x919 -x10566 -x21975 -x18291 -x1177 -x19042 -x2441 -x1615 -x17458 -x14983 -x16534 -x11560 -x11362 x15386 x11203 -x8305 -x9568 -x9869 -x14236 x228 x21860 -x2198 x20128 x20486 -x8701 x20161 x10606 x40 -x10691 -x10261 -x732 -x9187 -x10858 -x4231 -x8276 -x11957 -x11952 -x3214 x7654 -x4049 -x9595 -x3050 x19262 -x3141 -x4230 -x2605 x12037 -x580 x1958 -x17016 -x16849 -x3097 -x21113 -x18947 -x12952 -x18509 -x19134 -x8031 -x17693 x15917 x21788 x19508 -x17970 x21900 -x2797 x21903 -x3582 -x8402 -x17192 -x4518 -x13177 -x3311 -x5845 -x781 -x110 -x2644 -x17861 x16768 -x17326 -x3655 -x3065 x4941 -x17451 x14530 -x11315 -x11094 -x3723 -x16675 -x18432 x2054 -x15212 -x8549 x14936 -x912 -x13182 -x13270 x6195 -x12012 x16880 -x14732 x12103 x6451 x6650 -x17294 -x2602 -x1693 -x12694 -x8150 -x13239 -x4695 -x16644 -x16549 -x8105 -x654 x20664 x15801 -x2919 x6395 -x3671 -x12022 -x14222 -x17068 -x19137 x15435 x12420 -x21885 -x10084 -x2239 x3789 -x3197 -x17042 -x9563 x16327 -x8439 -x15184 -x17260 -x18246 -x2162 x11039 -x10980 x19746 -x10245 -x18940 -x5094 x11074 -x4640 x16285 x20853 -x14399 x21038 -x11235 -x13607 x21758 x15856 x2715 -x3314 -x5363 -x7500 -x8163 -x8627 -x10066 -x4183 -x11953 x21419 -x19201 -x13370 -x7532 -x19462 -x13811 x6086 -x6037 x11022 x12502 -x17606 -x3733 -x19072 -x5296 -x3411 -x5737 x21289 -x3199 -x9279 -x4649 x252 -x21264 x21196 -x17949 -x5230 x14811 x6668 -x1699 x20065 -x10149 -x8062 x20507 -x19011 -x17729 -x492 x21273 -x4483 -x16191 -x13234 -x21020 x7602 x222 -x7163 x16739 -x13876 x15062 -x6009 x6549 -x14636 -x1560 -x7418 x7264 -x2802 -x1741 -x8390 x7756 -x10306 -x18986 -x18485 -x4911 x14916 x19994 x4352 x10616 -x17200 -x7218 x20210 x19313 x10472 -x15266 -x20802 -x5877 -x15671 x10924 -x12754 x19774 x20794 -x5299 -x4940 -x360 x16453 -x9482 -x7499 -x10242 -x4488 -x21618 x11772 -x14748 x19386 -x13048 -x13654 -x3012 -x17453 -x5629 -x5046 -x14709 -x1452 x11726 -x12414 -x17107 -x1181 -x8596 -x20947 -x11141 -x15239 -x12767 -x12968 -x5326 -x8329 -x13933 x12440 -x14117 -x17568 -x9091 -x10232 -x8665 -x19797 x21832 -x21948 -x5007 -x7459 -x19911 -x20284 -x1341 -x14149 -x1047 -x1696 -x302 x6507 -x18657 -x2738 -x18729 -x18296 -x2139 -x11480 x16704 -x6955 x15357 -x21714 -x15694 -x1153 x14945 x21431 x16339 -x18765 x16873 -x5909 x10442 -x8168 x16748 x2031 x4091 -x2766 -x14778 -x2900 -x16590 x6334 -x6981 -x8788 -x20681 -x16645 -x8969 -x16533 -x3419 x15389 x21414 x12586 -x5005 x6236 x4920 -x20029 -x4428 -x13846 -x5487 x20781 -x7971 -x6404 x19893 x7301 x4560 -x16496 x19404 -x12114 x11 -x9649 x19356 x6569 -x14095 x6675 x10428 x15452 -x821 -x2060 -x16991 x2374 x15320 -x666 -x5948 x21520 -x13407 -x16631 -x10047 -x19442 x14969 x6408 x16807 x6624 -x18199 -x14224 -x5574 -x5485 x7650 x15913 -x3051 -x8648 -x10040 -x9184 -x12657 -x7254 -x9445 -x5468 -x1857 -x9824 x14849 -x21153 x6312 -x8885 -x10551 -x12558 -x1326 -x5037 -x8978 x11779 x6609 -x3277 x14535 -x524 -x4391 -x1410 -x3085 -x3469 -x1430 -x2833 -x13991 -x7924 -x1263 -x3988 x19267 -x21373 -x3108 -x744 -x17623 -x6864 x6161 -x18231 -x18052 x20822 -x11285 -x20430 -x9141 x16775 -x8268 -x14458 -x16657 -x17097 -x8058 -x17378 x20017 -x5049 -x3426 x12165 -x2723 x15843 x15956 x20922 -x598 x15542 -x8583 -x3985 -x10861 -x1164 x20875 -x19013 -x15127 -x13385 -x9695 x21872 -x6024 -x12013 x16486 x21238 -x5965 -x5181 -x3340 -x10759 -x8264 -x12290 -x14170 -x529 -x1175 -x21575 -x2255 -x11265 -x2471 -x2446 -x6996 -x7883 -x4301 -x5653 -x9744 -x5137 x19562 x19638 -x11607 -x17456 -x7989 -x3651 x192 x19902 -x18379 -x6644 -x7941 x21886 -x2956 -x18249 -x528 -x20517 -x2752 -x1971 x10935 -x19289 -x9173 -x6942 -x5700 x6076 x4125 -x3468 -x15924 -x8420 x21852 -x10397 x11130 -x5189 -x19692 -x659 -x20051 -x1265 -x4000 -x17328 x15335 -x3978 -x10559 -x4900 x16712 -x16671 -x12260 x6372 -x17579 -x19156 x11765 -x4714 x15527 -x16989 -x12654 -x3886 x20920 x12465 -x7381 -x18571 -x9247 -x17429 x4322 x20908 x20505 -x763 -x330 -x8455 -x13171 -x9566 -x18085 -x13750 -x17391 -x17320 -x4270 x21778 -x8266 -x11268 -x2269 -x9527 -x65 -x640 -x1477 -x988 -x18124 -x6919 -x15227 -x20527 -x7897 -x17392 x6751 -x9665 -x4105 x7397 -x20873 -x20533 -x18654 -x5170 -x19057 -x8722 x19759 x20445 -x564 x10682 -x17895 x6089 -x17761 x19596 -x9687 x19589 x7595 -x9064 -x7037 x15838 -x16240 -x14142 -x8505 -x5368 -x897 -x8628 -x9504 -x1206 -x5314 -x751 -x4622 x15534 -x8461 -x18049 x6254 -x1291 -x122 -x1874 -x13500 -x12079 -x17734 -x21667 -x3474 -x2566 x16726 x20382 x12356 x11473 x19610 -x2563 -x14394 -x10766 -x8398 -x14219 -x16538 -x21803 -x18271 -x7573 -x557 -x7934 x6241 -x7990 x19766 -x16966 x19934 -x13049 x20727 -x17150 -x7208 -x13334 -x6016 -x4417 x4057 -x8932 -x11935 -x8061 -x13152 -x4166 -x5336 -x944 x20331 -x21574 x21515 -x3319 -x16575 -x18025 -x5945 -x930 -x9419 -x8868 -x13217 -x15214 -x9308 -x2533 x4514 -x12498 x20791 x11116 -x3395 -x7439 -x10335 x19276 -x12881 -x8141 -x1030 x10684 x259 -x7430 -x4866 x11201 -x174 x21523 x20074 -x15755 x19894 -x2578 -x9338 -x21341 -x12663 -x13809 x7681 -x6526 -x1468 -x10366 -x14437 -x956 -x13920 -x244 -x4305 -x4273 -x5168 x15406 -x13738 x16416 -x20624 x1799 -x14756 -x17559 -x5016 -x18534 -x4185 -x3534 -x12588 x6762 -x6989 -x573 -x10516 -x2827 -x17996 -x10154 -x14328 -x549 -x14126 -x9008 -x2868 -x19194 -x14194 -x3284 x20757 -x9678 -x11578 x21944 -x16679 -x12874 -x8232 x19569 -x5316 -x18277 -x15557 -x9072 -x1879 -x10319 x20411 -x5799 -x16149 -x8160 -x11996 x6414 -x17799 -x9171 -x9703 x11467 x12083 -x3535 -x14350 -x9182 -x7940 -x5652 -x9997 -x3344 x15963 -x12995 -x17646 x20357 -x14244 -x17608 -x17925 x19336 -x14092 -x2241 -x5456 x4296 -x9453 -x5014 -x3759 -x1544 -x12585 -x16152 -x18824 -x18549 -x18171 x4970 -x9868 x14972 -x10212 x12168 -x18764 -x12147 -x4540 -x4050 -x5274 -x7248 -x16980 -x15100 -x16355 -x16499 x21043 -x1494 -x1783 -x12633 x4552 x7686 -x8655 -x19995 x20170 -x3638 -x2950 -x2990 -x15688 -x18894 -x21927 x4287 -x3092 -x21355 -x15161 -x18026 -x18416 -x1272 -x20942 -x10476 -x102 -x84 -x1406 -x1462 -x16205 x7730 -x20218 -x7861 x14566 -x16904 -x6168 x10605 -x14690 -x8410 x16483 -x12834 x6795 -x669 -x3093 -x14234 -x1368 -x1552 -x17918 -x17348 -x17999 -x16085 -x14764 -x20365 x14520 -x4671 x12074 -x12886 -x9725 -x5608 -x1301 -x21335 -x9391 -x13901 -x18087 -x21629 x19346 -x6915 x15516 -x10881 x6398 -x14700 -x9498 -x21581 x20849 -x14287 -x6848 x20596 -x21429 -x8422 -x9043 -x12761 -x8656 -x8819 -x6788 -x526 -x8085 x2036 -x10042 -x1313 x21028 -x7974 -x11991 -x11492 -x14759 x20077 -x13951 -x9358 x2356 -x3228 -x2593 x21433 -x21152 -x6041 -x5830 x10446 -x20181 -x9962 -x3724 -x11253 x4021 -x21321 -x4653 x14978 -x7449 -x3062 -x11168 -x616 x19238 x11881 x19281 -x4420 -x16050 -x5658 -x12659 -x4432 -x9317 -x18605 -x4910 -x17688 -x18738 x19972 x19485 -x8303 x7033 -x3190 -x18634 x19742 x19816 -x3744 -x13293 x4502 -x9704 -x19036 -x13401 -x2466 -x19835 -x12289 x7587 -x9061 x10601 x16055 -x9859 -x734 x21484 -x8567 -x6042 -x5388 x19470 x11200 x20086 x15492 -x13648 -x287 x445 -x18450 -x4985 -x18911 x10417 -x475 -x13455 x16774 -x7981 -x2832 -x19769 -x6676 -x9204 -x18898 x14533 -x13613 -x5519 -x18435 -x15955 -x9898 -x1261 -x13122 x20515 -x13874 -x18232 -x299 x20839 -x18086 -x13894 -x3175 -x10388 -x3077 -x8949 x20364 -x13006 -x10281 -x8178 -x10214 x2652 -x13810 -x4051 x7341 -x2540 -x18161 -x21354 -x7848 -x2 -x17194 -x12648 -x10246 -x8185 -x13519 -x14083 x3794 -x8817 x19263 -x7576 -x14014 -x1861 x15483 -x18695 -x13262 x12503 x20131 x3885 -x12921 -x15418 -x9375 -x1705 -x18543 -x18433 -x18731 -x12282 -x7112 -x5862 -x2978 -x20689 x12425 -x15140 -x12797 -x5261 x19461 -x6935 x16855 x11806 -x6809 -x16163 x19949 -x4427 -x21114 -x1066 -x17543 -x18017 -x17170 -x3039 x20644 -x18059 -x3486 -x9893 -x1109 x19974 x6664 -x14390 -x11871 x4499 -x5452 -x9505 -x1762 -x3548 -x8745 -x17852 -x9328 -x11246 -x11639 -x11515 -x12966 -x12999 -x14546 x2327 -x21147 -x8350 -x3629 -x18211 -x1672 -x17955 x6077 x4550 -x1332 x2184 x12064 -x5210 -x16611 x16270 -x8664 -x9345 x14994 -x111 -x660 x189 -x18812 -x4979 -x21733 x14495 x14799 -x20919 -x18849 x4736 x7667 -x19191 -x12004 -x5006 -x12658 x6523 -x10906 x6380 -x2253 -x9026 -x7827 x6309 -x21085 -x8777 -x8523 -x12679 x16709 -x4459 -x19059 -x515 -x5401 -x11563 -x5591 -x1691 -x15762 x15939 x6518 -x18728 -x11516 -x19185 -x14671 -x9365 -x17846 -x625 -x11901 -x11829 -x14923 x6568 x16381 -x18552 x20230 x7044 x15462 -x18258 -x2858 -x12145 -x6902 -x18022 -x13309 -x15766 -x11245 x20027 x10958 -x18376 x7740 x16070 -x4533 x20481 x16392 x21753 -x16646 -x15196 -x4865 x434 -x599 x6297 x14589 -x18971 -x106 -x15784 -x851 x1965 -x6418 -x16770 -x19026 -x15262 -x13759 -x5515 -x2584 -x5136 -x998 -x9097 -x9994 -x18264 -x12910 -x16996 -x17691 -x3839 -x17226 -x7507 -x17648 -x17494 -x6637 x7779 -x21494 -x4133 x21524 -x4436 -x7106 -x5186 -x3644 -x13446 -x5391 -x7174 x16728 x11712 -x8239 x3785 -x14953 -x9954 -x13139 -x9023 -x7855 -x4803 -x1780 x12505 -x17224 x11824 x2027 -x17540 -x771 x10931 -x15620 -x18880 -x1143 -x8519 -x17986 x21976 x15949 x6546 -x12184 -x4816 -x1663 -x2884 -x13352 -x2520 x10738 -x6368 -x87 x10604 -x3432 x15850 -x12660 -x372 -x5295 -x965 -x11419 -x3087 x11353 -x8383 -x2406 -x2499 -x1070 x6193 -x16650 x15959 -x17757 -x18554 x12423 x20463 -x15460 -x10290 -x20765 -x12789 -x1852 -x3400 -x16340 -x1943 -x20621 -x6247 -x18751 x19896 -x13160 -x9766 x11791 -x8715 -x4609 -x8041 -x17948 x20468 -x461 -x128 x14570 -x9403 -x21088 -x17517 -x4304 -x1362 -x21732 -x10687 -x16922 x14842 -x8899 -x3778 x19373 -x15735 x1 x6125 -x6691 x21894 -x3239 x15859 -x14280 -x10914 -x7354 -x1938 -x6910 -x579 x7286 x11725 x15323 x19330 -x13980 -x6993 -x13546 -x12613 -x3598 -x17573 -x16541 -x4132 x15804 x10936 -x8888 -x16585 -x10384 -x3024 -x13998 -x17877 -x17234 -x12646 x19823 -x17591 -x9176 x3828 -x15348 x6434 -x7995 -x5745 -x1743 -x13099 x4717 -x6030 x11814 -x10342 -x10113 x14521 -x21111 -x16587 -x16583 -x16666 -x21738 x19383 -x8417 x19464 -x19099 -x15485 -x942 -x11550 -x4457 -x5920 -x7013 -x9217 x15537 -x7212 -x7881 x20476 -x10821 -x4152 -x8368 -x18010 -x18667 -x9284 -x182 -x9477 -x9417 -x4541 -x18216 -x18197 x11076 -x5780 x6580 -x13336 -x2016 -x808 -x18867 -x13664 -x17927 -x1374 -x15819 -x1185 -x15228 -x18928 x6476 -x18575 -x1610 -x17173 -x2825 x20094 -x2463 -x14139 x15844 -x2724 -x5471 -x3105 -x8379 -x1429 -x13522 x16438 -x5003 x21220 x415 -x18672 x19731 -x3198 x20604 -x3013 x21799 x10969 x20384 x19787 -x2293 -x8235 -x3952 x21556 -x15618 -x2459 -x18069 x19811 -x8298 -x18979 -x295 x6365 x16705 x16941 -x14279 -x4795 -x17545 -x5789 -x8929 -x714 -x10483 -x2860 -x9148 x19341 x21767 -x18546 -x1511 -x15892 -x14237 x15504 -x55 -x17091 -x1050 -x13073 -x7800 -x9164 -x2488 -x2194 -x18125 x3880 -x10762 x15912 -x13100 -x9383 -x8890 -x19642 x4740 -x21163 -x4009 x2303 x10608 x1979 x14558 x7296 -x12673 x14979 -x7562 -x3750 -x9289 -x2963 -x3323 -x14400 -x10152 -x8539 -x694 -x17891 -x1605 -x3188 -x19161 x7342 x15872 -x10271 x4918 -x9093 -x11509 -x2598 -x17261 -x19054 x6215 x20155 -x3025 x2339 x15863 x7594 x6113 x6831 -x21375 -x9561 -x17190 -x1648 -x17639 -x3807 -x10092 x15055 -x13739 -x8104 -x1507 -x2521 -x17304 -x6897 -x17422 x3801 -x10557 -x2991 -x19827 -x8702 -x14186 -x15270 -x5425 -x3462 x6262 -x16562 -x9152 -x9263 -x11503 x4506 -x4895 -x2814 x19465 -x5993 x4757 -x2555 -x18367 -x13941 x16706 -x9312 -x5157 -x11909 -x8666 -x12704 -x14731 x11766 -x11414 x15053 x6281 -x17044 -x1043 -x4709 -x16517 -x19394 -x2369 -x14069 x14477 x15375 -x5657 -x4251 -x9377 -x9681 -x15139 -x17047 -x12082 -x19078 -x3038 x19398 x15487 -x16211 -x7249 -x16025 -x5109 -x3232 -x17071 -x17464 -x5098 -x21677 -x7443 x21970 -x7936 -x9395 x20333 -x13016 -x21150 -x13005 -x19004 -x5979 -x2955 x2032 -x6090 x11343 -x13411 -x12982 -x12872 x16346 -x865 -x9033 -x2920 -x19180 -x19460 -x17732 -x137 x10637 -x12014 -x2073 -x4232 x6118 -x10771 -x3861 -x789 -x2886 -x5373 -x4867 x12047 -x2835 -x17033 -x8955 -x10356 -x14049 -x13397 -x9471 -x9343 -x13104 x20390 -x14432 -x2208 x14796 -x21165 x4111 -x21568 -x18033 -x4526 -x3189 -x14686 -x21070 x6697 -x339 -x9829 -x5243 -x19658 x449 -x15653 -x2069 -x20121 -x10808 -x16912 -x18253 -x13529 -x5398 -x3393 x15834 -x20 x11685 -x19483 -x7888 -x16888 -x8661 -x7144 -x7348 -x18475 -x652 -x3053 -x21607 x21773 -x1163 -x9352 -x2762 -x17664 -x5256 -x493 x19738 x16316 -x7872 x21757 -x13577 -x1241 -x11629 -x4441 -x13784 -x1660 -x8020 -x9713 -x18649 -x12806 -x12990 -x1039 -x704 -x8651 -x8738 x20307 x14 -x18609 x7806 -x15558 -x19107 -x18169 x10602 x19571 -x12686 -x17034 -x8186 x14523 -x5823 x6188 -x9098 -x5419 -x5689 -x17446 x19708 x16883 x7771 -x2278 -x5844 -x3866 x20071 -x5839 -x3930 x10950 -x4770 x2627 -x21637 -x5585 -x15548 x15105 -x14401 x21845 -x7039 -x20926 x21411 -x6373 x20147 -x9802 -x653 -x21171 -x15530 -x18493 -x8598 -x15385 -x10317 -x3983 -x8216 x20286 -x20807 x21268 x20632 -x14404 -x15778 -x4467 x21810 -x5277 x21750 -x4747 -x11538 -x16656 -x2394 -x14233 -x10193 -x18923 x19545 -x8175 -x8852 -x8293 -x21326 -x6974 -x51 -x9162 x12568 -x5903 -x16662 -x2262 -x7184 x6103 -x4194 x21929 -x8597 -x14412 x19246 -x10314 x14982 -x15135 -x5984 -x21327 -x9161 -x12937 -x12649 -x16428 -x16223 -x8096 -x17164 -x1527 x6829 -x7913 -x14995 -x5901 -x3145 x6269 -x19154 -x6928 x234 -x7862 -x3942 -x7313 x19314 -x8662 -x3478 -x14081 -x9853 -x17115 -x18790 -x12120 -x18044 x21522 x15474 -x1936 -x13380 -x839 x6500 x10938 -x11920 x10993 -x14206 -x19424 -x13652 x14801 x15580 x15001 -x13337 -x5110 -x13716 -x382 -x298 x20234 -x19956 -x20186 -x16166 x16818 -x17426 x6238 -x4853 x19865 x20380 x15809 -x4461 -x18239 x12471 -x5872 -x15142 -x2000 -x12267 -x16111 -x20859 -x15991 -x4148 x12570 x6813 -x9409 -x12270 x11104 -x2526 -x3339 -x8531 -x10178 -x1473 x20485 x20208 x11413 x15052 -x11394 x11704 -x11913 x6296 -x6922 -x9434 -x12608 -x139 x4960 -x15553 -x14617 -x15238 -x5127 -x19035 -x20148 -x2968 -x13926 x15842 -x7457 x16920 -x3680 -x12053 x19601 x15092 -x3271 -x3429 -x3904 x12071 -x10544 x6612 x16344 x7370 -x12758 -x4298 -x8307 x14881 -x8353 -x18210 -x14733 -x16992 -x10196 x11470 -x10768 -x4102 -x19018 -x13064 -x7425 -x8546 -x16824 -x1703 -x17375 -x20968 x376 -x11357 -x462 -x4431 -x9976 x6572 -x10574 -x12842 x38 x16262 x16839 -x13478 -x17455 -x21060 -x18935 -x12792 -x8091 -x15536 -x632 -x16093 -x6034 -x8051 -x746 x14837 x4930 x21208 -x3743 -x17094 x7358 -x14292 -x1561 x6412 -x21115 -x1179 -x4880 x14924 -x13642 x4939 -x11986 -x11955 -x833 x15555 -x280 -x19372 x6464 x6472 -x15561 -x20419 -x19021 -x9364 x20818 -x7105 -x18516 -x20320 -x164 -x9193 x16772 x19345 -x1230 x21973 -x4763 x2654 x11744 -x5089 -x13583 -x17525 x190 x4266 -x19216 x19334 -x3555 -x3204 -x9516 -x12262 x16456 -x9673 -x4157 -x10304 x16802 x4315 -x2319 -x2917 -x18004 -x15101 x16804 -x2118 -x2216 x2361 x11794 -x1551 -x10115 -x2045 x21204 -x3391 x2684 -x12742 -x16925 x3815 x19643 -x1584 -x10172 -x11171 x21541 -x7845 -x1601 -x1664 -x16970 -x18193 -x5675 -x10118 -x9724 -x2765 -x17005 -x5967 x6338 -x4487 -x4981 -x7452 -x4141 -x8739 -x11651 -x21762 x10926 x16330 -x11649 x6573 -x20938 -x4788 -x13502 -x5472 -x4864 x20332 x21941 -x18893 x2840 -x16652 -x12326 -x18792 -x18685 -x9752 -x17268 -x2111 -x18006 x7790 -x21628 -x7912 x6587 -x14688 -x8161 -x4820 x223 -x9919 -x2229 -x13374 x21423 -x11272 -x4479 -x14285 x21459 -x8919 -x13782 -x9932 -x7860 -x16176 x11320 -x10387 x16290 x19752 -x21380 -x4473 -x15772 -x10343 -x17051 -x4447 x7300 -x18887 -x8112 -x17199 -x9779 -x21320 -x5449 x21434 -x8983 -x4545 x20366 -x3360 -x19457 -x9397 -x16649 x6504 -x2804 -x20388 x188 -x1235 x16349 x6685 x15893 -x6917 -x8698 -x1989 x2172 -x10498 -x2417 -x3943 -x7898 -x8812 -x13950 -x18884 -x18221 -x21572 -x17317 -x9016 -x15668 -x8724 -x16821 -x11924 -x13226 -x18189 -x11954 -x5703 -x13223 -x7646 x14803 -x7210 -x20322 -x17278 x10649 -x8563 -x14704 -x18252 x6598 -x9339 -x17205 -x3060 x19425 -x13865 -x21391 -x15628 x7715 x20209 -x17136 -x11303 -x17258 x21538 -x16073 -x19015 -x18445 x20236 -x13643 -x12885 -x17944 -x10364 -x15256 -x19965 x11778 x10636 -x9987 x7309 -x8950 x6189 -x12579 -x7289 x11344 -x3763 -x8689 -x9814 -x14385 -x5996 -x5983 -x759 -x8401 x12530 -x1926 -x3262 x21826 -x509 x12388 -x11230 -x9054 -x10221 -x21079 -x13604 -x18303 -x17743 x20758 x3798 x10737 -x21176 -x16443 -x5628 x19697 x20741 -x11553 -x10294 -x131 -x20163 -x8610 x20522 -x318 -x17163 -x5183 -x1680 -x17786 -x12172 -x7963 x20597 -x13424 x6512 x6561 -x15661 -x19898 -x9573 -x13507 x15897 x6229 x4314 -x11489 -x18953 -x6940 x10939 -x17845 -x4101 -x6881 -x21097 -x13817 -x14696 -x14608 -x3482 x11818 x15419 -x12149 -x4430 x6738 -x5648 -x2588 x4059 -x10206 -x7859 -x3647 x20795 -x8973 -x10273 -x8227 x15577 -x5818 -x342 -x4291 x15821 -x5291 -x9330 -x8874 -x9271 -x8454 x6784 -x10330 x21741 -x18674 -x18914 x7645 -x9497 -x8886 -x18113 -x10536 -x10827 x2353 -x8693 -x935 x21275 -x15289 -x2062 -x20759 -x3495 -x161 -x8139 -x19607 -x14460 -x21613 -x10491 -x11620 -x8668 x12580 -x14075 x428 -x1044 -x3653 -x2190 -x12718 -x17014 -x10096 x12475 -x10581 x10674 x3877 x11731 -x17580 x258 -x1813 -x9280 -x5973 -x9104 x11205 -x10503 x12166 -x14727 -x8365 -x1717 -x1900 -x20530 -x2619 -x4129 x15353 -x13737 -x12690 -x5725 -x14131 -x13818 -x17919 -x19029 x1775 x16723 -x19502 -x14649 -x18536 -x13066 x21756 -x3132 -x19048 -x7005 -x13524 -x13710 -x12208 -x19177 -x18633 -x2099 -x17291 x2737 -x17974 -x17020 -x8018 -x13911 -x14257 -x1075 -x14058 -x12841 x19511 x20152 -x18787 -x5039 x20580 x11002 x1794 -x2745 x20869 x15380 -x8916 x7110 -x4480 -x8143 x7334 -x9985 -x21161 -x13459 -x6756 -x10798 x16323 x20472 -x14781 x6593 -x9520 -x5315 x3822 -x996 -x12248 x2690 -x5516 x16021 -x4002 -x17122 -x5250 -x11052 -x21647 x10929 -x20738 x15947 -x5500 -x17710 -x9303 -x17242 x19770 -x8258 x16035 -x9428 -x3540 -x8075 -x13833 -x10076 -x9764 x11435 -x2846 x7329 x20617 -x13281 -x21091 -x453 -x19094 -x18380 -x16977 -x306 -x856 x12418 -x8283 -x1135 -x2964 -x21059 -x16511 -x1897 -x5530 -x11987 x7357 -x9544 -x767 -x5255 x7265 -x4126 -x15070 x20956 -x2442 -x12707 -x5178 -x4943 -x15860 x14970 -x19463 x6696 -x18779 -x5084 -x17264 -x204 x21804 x6315 x19751 -x8776 -x5971 -x16988 -x4250 x20667 -x8111 -x13936 -x5369 -x17803 -x17476 -x9600 -x21304 x19475 x10928 -x17049 -x1442 -x5636 -x12941 -x1419 x16841 -x4710 -x13961 x20389 -x9439 -x17031 -x17839 -x1107 -x4361 -x3688 -x3248 -x14112 -x21290 -x9593 x21982 -x14074 -x12997 -x13497 -x5477 -x401 -x14295 x10630 -x13600 x15415 -x16626 -x4300 -x11215 -x9603 x19714 -x4810 -x17225 -x11501 -x12858 -x13436 -x1279 -x17874 x2408 -x13109 -x21655 -x3388 -x20953 -x14203 -x4433 -x18642 -x19130 -x11656 -x18118 x11140 x21194 -x18453 x21815 -x19740 -x8072 -x2972 -x9780 -x1000 -x12929 -x8992 -x8500 x12137 x11667 -x10435 -x17631 -x20696 -x18701 -x9418 x14880 -x18622 -x2390 -x17788 -x4570 -x18201 -x6971 x21881 -x5185 -x5215 x15832 -x17565 -x1127 -x16658 x6760 -x9861 -x18572 -x1625 -x70 x19296 -x3483 -x10374 -x19615 x6347 -x9897 x19535 -x15040 -x10770 -x8482 x1957 x11434 x14596 -x17218 -x3125 -x13572 -x14113 x4729 -x552 -x20634 -x13548 -x4407 x11890 -x15149 -x14579 -x834 -x18098 -x17806 -x18663 -x17108 -x1097 -x17102 -x17073 -x3023 -x15746 -x2462 -x5283 x10962 -x3255 -x10626 x19833 -x8562 -x858 x20957 -x16043 x3847 -x4996 -x7446 -x2962 -x7431 x20262 -x17048 -x142 -x11421 -x819 -x18396 -x17868 -x4079 -x18503 -x13393 x14562 -x4172 -x8259 -x12297 -x4379 -x2142 -x9189 -x10908 x20379 -x14321 -x14088 x20462 x7695 -x2921 -x11081 -x8529 -x9960 -x5405 -x13897 -x8576 -x14780 -x18946 x20619 x7314 x19799 -x16672 -x21635 -x5128 -x3558 -x3545 -x11623 -x3160 -x3674 x19302 x11408 -x3465 -x8685 x15308 -x4696 -x16188 -x8241 x19616 -x951 -x21708 -x9819 x20083 -x14125 -x20151 -x14669 x4732 -x17889 x20240 x365 x15916 -x3131 -x17957 -x13715 -x9790 -x16959 -x2851 -x11784 -x18551 x4263 x6820 -x8017 x20122 -x5663 -x3501 -x17061 -x9405 x11777 -x2748 -x18244 -x18997 -x18375 -x3169 x19933 x16822 -x4599 -x8098 -x13032 x6643 x16283 -x17900 x7337 -x4217 -x17542 -x14042 -x13086 x7339 -x59 -x4412 -x1182 -x18942 -x4302 -x18681 x20595 -x6773 -x532 -x19230 -x13350 x12424 x16433 -x7869 -x5736 -x13864 -x4808 -x18116 -x12753 -x2590 -x4470 -x9147 -x16182 -x4883 x6386 -x5115 -x14859 -x8490 -x10018 -x4646 -x12187 -x16097 -x18929 -x13181 -x2875 x19981 -x8799 -x1089 -x8526 -x14675 x19980 -x6216 -x9707 -x6023 x10986 -x7161 -x740 -x4727 x6531 -x9000 -x17690 -x10217 -x18772 -x5711 -x17521 x20670 -x4078 -x425 -x8939 -x383 -x8981 x16857 -x18397 -x13165 -x20699 -x15134 x21495 -x5666 x21777 -x14238 -x4804 -x15980 x20403 -x348 -x5364 -x21082 -x10893 -x753 -x3649 -x1260 -x9331 -x20958 -x15215 -x3576 x16914 x2051 x6474 -x8843 -x3490 -x9502 -x18099 -x5740 x260 -x8079 -x4984 x19720 -x11486 -x17816 -x12729 -x14316 -x13742 -x6791 -x7854 -x5910 -x14168 -x2527 -x13790 -x10402 -x4701 -x14342 -x4416 -x6992 x6432 x7784 x7065 -x10287 -x17504 -x6904 -x12007 -x15731 -x18327 -x15612 -x12891 -x2141 -x12059 x369 -x17127 -x15297 -x19979 -x7856 -x7842 -x9218 -x7196 -x16627 x19733 -x5386 -x10275 -x4228 -x16199 -x11316 -x13558 -x12207 -x1245 -x19014 x11661 -x21604 x16782 -x13902 -x6039 -x6908 -x15675 -x7419 -x17256 -x12345 -x19109 x21801 -x9236 x21480 -x18324 x15925 x6647 -x13421 -x12271 -x8570 x20740 -x10213 -x14278 -x18530 -x8616 -x19215 -x3205 -x3899 -x11982 -x3509 -x12261 x219 x20553 -x9525 -x21011 -x13984 -x7508 -x10132 -x8224 -x4779 x20804 -x2524 -x17407 -x18981 -x17053 -x12859 x6515 -x10005 -x13728 -x9075 -x3028 -x6231 -x4074 -x10561 -x3499 -x1211 -x1704 x6793 x11156 -x21154 -x10023 -x18031 x15928 -x19358 -x5554 x14865 x19498 -x866 x2296 -x8470 -x9430 x7717 x11742 -x8127 -x10349 -x10882 x4110 -x12450 -x1281 x15565 x11471 -x2773 -x2491 -x18257 -x18480 -x14698 x6533 -x5860 x12376 -x9543 -x13307 x14551 -x3580 x4288 -x18057 -x17310 -x2783 -x18709 -x15246 x15990 -x5917 x19662 -x10252 -x17319 -x3408 -x1256 -x16248 -x15768 x6439 -x3494 x19375 x15347 -x14061 -x3976 x19556 -x11325 x20658 -x13751 -x1766 -x21012 x10735 -x7910 x19497 -x20561 -x14720 -x17411 -x17758 x20290 -x21596 -x9611 -x5990 -x67 -x5687 -x7074 -x2641 -x5426 -x5206 -x2808 -x7182 -x7257 -x779 -x4239 x15943 -x10871 -x12863 -x10059 x20014 x4115 -x16140 -x12308 x11370 -x1461 x19265 -x9215 -x4827 -x160 -x879 -x8809 -x21343 -x20768 -x8521 -x9942 -x10822 x11375 -x2222 -x21216 x11331 x6673 x15429 -x6695 -x17421 x14961 -x154 x21427 -x17400 x19240 -x2885 -x8423 -x12953 x1828 x19789 -x21692 -x18472 x21882 -x13277 -x4855 -x17340 x21812 -x3144 x11659 x6488 -x12265 -x4400 -x20713 x16718 -x15730 x10426 -x5873 -x2756 x15409 -x17023 x15901 -x20548 -x1781 x15604 -x14302 -x11324 x4534 -x16092 x21979 -x2070 -x18170 x19654 -x3732 -x14641 -x14364 -x17266 -x9092 -x9542 x19241 -x11299 -x12643 -x13047 -x17372 x11848 -x9366 x20418 -x11036 -x11922 -x5607 -x9805 x19990 x19559 -x16238 -x2368 -x14449 x15836 -x626 -x21253 x6462 x14502 x11776 -x17486 x6211 -x8747 -x4711 -x2750 -x17597 x11839 -x12307 -x4192 -x1755 -x11558 -x10338 x7304 -x14090 x20372 -x12215 -x16937 -x2611 -x14739 -x18150 -x6064 -x5936 -x10137 -x15194 -x20093 -x489 -x2699 -x9370 -x13909 -x14627 x15469 x4088 x16498 -x8146 -x13453 -x13091 x16692 -x54 -x8008 x10965 -x4184 -x5359 -x16580 -x6827 -x13821 -x19427 -x2828 -x5662 -x15523 -x8853 x19879 -x5631 x20885 x16074 -x5461 -x2440 x7285 x15002 -x3965 -x10279 x411 -x15660 -x15699 -x476 -x21609 x6217 -x9708 -x12185 -x4675 -x8588 -x18063 -x14326 -x2812 -x2561 -x12771 -x18474 -x126 -x3266 x15471 -x478 -x17086 x12527 x11045 -x3236 -x673 -x1289 -x12721 -x20980 -x18556 x19531 -x15156 -x755 -x14646 -x6031 x16700 -x11971 x14818 -x6415 -x2905 -x9078 x7034 -x8037 -x18754 -x4912 -x2929 -x1387 -x2569 x11070 x4966 -x2497 x10740 -x4325 -x8679 x7673 x20731 -x9822 x16466 -x6968 x16811 -x17191 -x5841 -x7417 -x2479 x20117 -x13237 -x20019 -x9530 -x2744 x20283 -x9699 -x14676 x20336 -x9053 -x7877 -x18697 -x3148 -x13166 -x1729 x6850 -x8376 x20258 -x6033 -x7416 x12169 x6665 x19826 x19271 -x18449 x4317 -x2197 -x21616 -x9379 -x2149 x233 -x10717 -x17914 x12363 -x1684 x14563 x15915 -x5001 -x13663 -x1675 -x2952 -x8093 -x8555 -x2452 -x11574 x14824 -x13490 -x4175 -x3589 -x13815 -x16109 -x17932 -x6901 -x3196 -x7948 -x14654 -x15790 -x8974 -x16123 -x10078 -x1465 -x13208 -x14270 -x1715 -x2438 -x9867 -x17216 -x17156 -x12603 -x8931 -x8522 -x14738 x2003 -x8554 -x10046 x6671 -x3094 -x16192 x7108 x16786 -x10961 -x10547 -x3760 x20146 -x242 -x7886 x11206 -x11973 -x10511 -x13280 -x4704 -x21078 x15902 -x6946 x4321 -x13378 -x15253 x2354 -x8638 -x4253 -x13460 -x12250 -x10119 x19767 -x5763 x7109 x16887 x16326 -x5880 -x19020 x12407 -x3431 x16328 -x9957 -x3211 -x2537 x16750 -x10892 -x3595 -x10859 x10475 x21892 -x13466 -x18502 -x3212 -x4455 -x8204 -x1563 -x6938 x11706 -x7947 -x13970 x20850 -x466 -x1490 -x13956 -x17307 x7725 x19996 x20084 -x15125 -x655 x11351 -x18718 -x16660 x20502 -x1025 x10425 -x5469 x2298 -x862 -x13180 -x18588 -x17457 x7604 -x13023 -x16244 -x7029 -x13101 -x10529 -x16233 x12093 -x6948 -x9743 -x9069 -x11114 -x16964 -x11483 -x11420 -x10791 x1990 -x21679 -x12651 -x7559 -x14221 x15384 -x13438 x2397 -x7884 -x1227 -x5465 -x17109 x7312 -x5665 -x19168 -x4357 x16419 -x21162 -x16674 x7253 -x18985 x3879 -x14297 -x10775 -x14673 -x15654 x19917 -x991 x12129 -x13647 -x14367 -x10102 -x21734 -x13963 x19564 -x15137 -x18222 -x17112 -x439 -x18204 -x9902 -x8676 -x17771 -x6032 x1955 -x14327 -x7887 -x16186 -x18800 -x14255 x6154 -x9732 -x11328 -x15911 -x10395 -x2362 -x9250 -x6276 -x19002 -x4402 x15494 -x2473 -x15837 -x10175 -x14402 x4319 x20673 -x10835 -x3020 -x14166 -x18066 x20381 -x2245 x4728 -x18726 -x2546 -x14737 x2046 x16016 -x9677 -x1162 -x8271 -x4143 -x1903 -x18427 -x18662 -x14718 -x639 -x15783 -x10392 -x18062 -x18804 -x2930 -x2464 -x13174 x12094 -x11252 x195 -x11943 -x4616 -x4771 -x13075 x7599 -x18213 -x17609 -x9126 -x11278 -x7022 -x14192 x20052 -x17111 -x958 -x700 -x1934 -x13404 -x12916 x6862 -x13422 x2299 -x3000 -x8409 -x14576 x10734 -x18320 -x17858 -x13899 -x18602 x19303 -x18614 -x5327 -x2425 -x3209 x14857 -x10055 -x9646 -x16079 -x17736 x10946 -x4389 -x9755 -x7167 -x2944 -x11967 -x21021 x20340 -x13560 -x9041 -x2933 -x6937 -x10715 -x10218 -x17849 x7691 -x6453 -x1621 -x9239 x11853 x14991 x4509 -x13196 -x17905 -x10513 -x8032 -x9003 -x4648 x20655 x11012 -x5270 x12038 -x11998 -x1937 -x384 x11789 -x2666 -x13279 x15505 -x2480 -x5843 x15458 -x10376 x20453 x16276 -x2716 -x17767 -x10538 -x9956 -x15176 -x1654 -x10582 -x3250 -x21673 x7364 x6321 x15315 -x17659 -x3924 -x17147 -x3717 -x3304 -x18457 -x18811 -x9823 x1951 -x10450 -x18151 -x9558 -x14717 x19913 -x15003 -x19132 x4926 -x10829 -x1784 -x12867 -x8574 x15569 -x7821 -x1222 x2739 -x10188 -x16681 -x7900 -x15098 -x15781 -x14191 -x17478 -x6991 -x1087 -x17342 -x2525 -x20810 -x1865 x21041 -x12732 -x13551 -x3032 -x14200 -x5263 x21277 -x14153 x2177 x7055 -x6013 x20085 -x9380 x20541 x19319 x14897 -x18167 -x4681 -x6590 -x8633 -x7581 -x2199 x4959 -x1734 x21461 -x6947 -x14464 x20969 x20705 -x662 -x17941 x11863 -x14378 -x8644 -x4355 x14492 -x5649 -x3731 x4758 x194 x4278 -x5121 -x6520 x11444 -x5095 -x16659 x6134 x2053 x6618 -x3100 -x3567 -x3182 -x12622 x15514 -x9754 -x10803 x2727 -x2936 x19436 x11416 -x681 -x13059 x11342 -x12327 -x6008 -x7236 -x2798 x12409 -x3136 -x18627 -x5624 -x2087 -x10173 -x17588 -x19129 x14840 -x18348 -x8877 x21813 -x508 -x8038 -x9495 -x2725 -x8140 x11769 -x5262 -x9657 x15331 x7069 x6237 x19657 -x8643 x11010 x19236 -x5459 -x7928 -x13768 -x8129 -x5677 -x2870 -x12548 x14832 x25 -x5543 -x21902 -x2528 -x20950 -x14026 -x2770 -x12268 x4340 -x17355 -x3022 -x21397 -x21379 -x5805 x6135 -x15232 -x1641 -x9285 -x327 x11041 -x12717 -x21470 x21550 x12457 x21760 -x731 x16305 -x19537 -x2993 -x18900 -x6967 -x4974 -x5102 -x17142 -x18856 -x4662 -x9181 x15839 -x17279 x20227 -x3612 -x7075 -x5708 -x14032 -x2243 -x12638 -x1611 -x69 -x311 -x5728 -x7493 -x359 -x2389 x377 -x3315 -x17227 -x2564 -x4967 -x13103 -x6279 -x20545 x4563 -x16147 -x17529 -x8322 -x21504 -x13801 -x13357 -x18499 -x18780 x20050 x19791 -x2270 -x17827 -x16018 -x3356 -x15952 -x3134 -x14250 -x1401 -x15681 -x6072 x19903 -x10282 x16281 x15461 -x17696 -x11543 -x1225 -x3241 -x20242 -x19273 -x19091 -x13168 -x7503 -x105 -x1201 x20590 -x13632 -x2977 -x2761 -x4644 x12559 -x8 -x16536 -x8552 -x13199 x12583 -x13435 -x18469 -x10191 -x5282 -x1880 -x15624 -x14693 -x5577 x15116 -x17270 -x13794 -x15193 -x3300 -x9914 x16896 -x21394 x16493 -x2894 -x12810 -x15741 -x10286 -x10012 x21466 -x17942 -x3010 -x1351 x6535 -x5112 -x19143 -x9690 -x21312 -x18991 -x10365 -x4161 -x9740 -x13149 x16436 -x10180 -x15257 x20508 -x4666 -x12611 -x10780 x20032 -x13141 x14556 -x883 x16291 -x10487 x2376 -x16592 -x3176 x4339 -x8609 -x1427 x6336 -x7556 -x19579 -x18905 x10667 -x2412 x20100 -x10819 -x20970 -x16865 x4065 -x21716 -x18409 -x17149 -x5509 -x859 -x5937 x15360 x4120 -x13018 -x21899 -x8133 x14854 -x3920 x15368 -x17273 x11767 x6763 -x4877 -x18180 -x9938 -x17522 -x13983 -x15649 x19665 -x17853 -x5534 -x7960 -x18601 -x18039 -x1445 -x5096 -x2040 -x1529 -x13914 -x8593 x20824 x19538 -x238 -x14631 x20912 -x9224 -x12917 x14559 -x17585 -x3936 -x5286 x20809 -x3719 -x5985 x21046 x6550 -x1998 -x21387 -x722 -x6641 -x4651 -x18798 -x1674 -x8234 -x5023 -x4614 -x17507 -x2082 -x2469 -x9529 x11378 x7056 -x586 -x7812 -x4592 x15346 -x21728 -x4496 -x5773 -x16548 -x21689 -x2205 -x16161 -x7728 -x709 x1810 x21447 x19924 -x17413 -x3637 x21425 -x198 -x14025 x11756 -x17277 -x212 -x2775 -x17217 -x4685 -x2001 -x2782 -x4011 x6448 -x17119 x14933 -x10509 -x1765 x12108 -x21044 -x12635 -x2183 -x4036 -x12796 -x16046 -x11930 x2691 -x17398 x7402 x7136 x14815 x11735 -x20725 x6508 -x10866 -x18081 -x12214 -x9945 -x3138 -x10192 -x5026 -x14926 -x5244 -x10438 -x14019 -x20232 -x656 x20646 x20087 x6469 -x151 -x20490 -x13837 -x6952 x19482 -x8508 -x7260 x7807 -x605 -x12650 -x21353 x21274 -x1425 -x10099 -x2678 -x1748 x11457 -x2112 -x17232 -x6538 -x5119 -x14096 -x5195 -x14389 -x1383 -x18555 -x13121 -x19217 -x15677 -x14266 x19987 x6240 -x1034 -x10812 -x18220 x12153 x4318 -x9123 -x8530 x15807 -x10911 x15342 x20311 x20153 -x5796 -x6063 -x12593 -x19122 x7279 -x8142 x7072 -x15159 -x2279 -x12005 -x12235 -x12349 x21908 -x2696 -x1642 -x5944 -x12708 x20081 -x1655 -x13620 -x17081 x14998 -x2869 -x16133 -x8735 -x9307 -x13544 -x21100 -x13012 -x3706 -x2895 x15093 x7070 x19622 -x5576 -x17564 -x21686 x21034 -x9765 x2005 -x3042 -x4928 -x11653 x6471 -x8373 -x13156 -x7221 -x8548 -x2538 x20141 x11844 x11199 -x21334 x14586 x6325 -x1231 x20931 -x14441 -x7345 -x11598 x15593 -x17062 -x2676 -x5335 -x10485 x2710 x6741 -x2585 x20845 -x5633 -x5863 x4307 -x18650 -x14702 x14895 -x17123 -x2853 x14836 x14901 x6096 x20771 -x10744 -x713 -x20955 -x6925 x21942 -x16526 -x10842 x7628 -x4423 x11109 -x18036 -x14774 -x12630 -x3627 -x9849 -x7283 -x9598 -x1350 -x17443 -x498 -x10185 x4272 x7718 -x13036 x6094 x15387 -x6481 x4553 -x10560 x4308 -x10494 -x20879 -x2287 -x17614 x16398 -x14609 -x5639 x12364 x15876 -x3643 -x5959 -x18915 -x9356 -x7077 -x3456 -x10777 -x9096 -x1555 -x5083 -x21697 -x16513 -x1597 -x4875 -x3660 x20560 x19600 -x4858 -x8579 x7281 -x10680 x20011 -x7515 x21843 -x5420 -x9979 -x10323 -x10760 x11026 -x1228 x15930 -x3424 -x4475 -x5802 x4936 -x13287 -x15785 -x882 x12441 -x13503 -x8595 -x4070 -x14734 -x12116 -x5337 -x18440 -x17221 -x13711 x19696 -x13915 -x4565 -x1266 x6865 -x12637 x6261 -x15220 -x2191 -x9474 -x3162 -x16254 x20695 -x8538 -x2887 x7050 -x19098 -x2240 -x14303 x20715 -x19086 -x277 -x14662 -x1973 x15962 -x17902 -x18531 -x17884 -x1335 -x18364 -x5931 -x1578 x21256 -x20874 x6133 x4269 -x12733 -x13634 x20806 -x9878 x16931 -x3701 -x5821 x19776 -x9631 x12513 -x7716 -x18259 -x7933 -x21559 -x14481 -x17132 x12377 x416 -x21405 -x9854 x15436 x21847 -x12931 x19486 -x6920 x4556 x15486 -x7472 -x3157 x20592 x7333 -x20828 -x8019 -x18573 -x13783 -x7758 -x5069 -x695 x20846 x16482 -x16173 x16699 -x1869 x15879 -x3549 -x5164 x15439 -x15282 -x1344 -x16087 -x2556 -x12844 x19260 -x9588 -x16582 -x2938 -x16563 x11723 -x7145 -x17011 -x7849 -x8957 x4062 -x19207 -x16521 x15413 -x8095 -x1330 -x19307 x10436 -x8858 -x10885 x20116 -x16535 -x5338 -x585 -x19196 -x17212 x19698 -x14091 -x1761 -x5324 -x15656 -x14180 -x4674 -x13222 -x14735 -x16170 -x11448 -x18545 -x17813 x19352 -x7280 -x19142 -x2470 -x13535 -x10110 -x15192 -x18011 -x7258 -x15588 x10470 -x17908 x6120 -x17666 -x4040 x6856 -x14043 -x8049 -x18823 x7785 -x1524 -x5970 -x10052 -x21586 -x12857 -x1203 -x13161 x12371 -x20973 -x16552 -x8170 -x2320 -x3618 -x2214 -x8772 x413 -x13398 -x1681 -x9257 -x2020 x20259 -x21438 x16717 -x5045 -x8730 -x4807 -x4373 -x8044 x4555 x15411 x20614 -x1974 -x4186 -x8292 -x4495 x14951 -x7477 -x5824 x12551 -x12218 x21422 -x8857 -x2077 -x17472 -x14766 -x17356 x12163 x6410 x12490 -x2904 -x17075 x12532 x15077 x10970 -x5086 -x18234 -x689 -x5778 -x13596 x16009 -x6716 -x8452 x7710 x6406 x16072 x20860 -x12216 -x12058 -x16951 -x13065 -x2793 -x1053 -x16222 -x684 x14539 -x9017 -x8863 -x9726 -x312 x6280 -x9270 x15954 -x5229 -x3742 -x17357 -x13074 x11681 -x16036 -x148 -x4458 -x13443 -x742 x10603 x20251 -x9139 -x8947 -x12339 -x13312 -x7114 -x21329 x21871 x20483 -x12757 x11376 -x18156 -x13988 -x20728 x11693 -x17605 -x11183 x390 -x1818 -x641 x12077 -x5240 -x18899 -x10484 -x938 -x1158 x6680 -x5600 -x13496 -x19226 -x11548 x10696 x12161 -x10783 -x5151 -x18131 x11788 -x5569 -x9827 x2011 -x9903 -x10564 x12556 -x15753 -x18749 -x5874 x6144 -x14506 -x4650 -x17589 x2352 x11888 -x18270 -x11494 -x960 x7674 x6632 -x3029 x20576 -x1888 -x17240 -x19033 x11790 x1774 -x10623 x15608 -x8102 -x20996 x229 -x18766 -x19120 x20211 -x9526 -x6748 -x16634 -x10247 -x10069 -x10515 x14966 -x7788 -x1059 x14591 x19730 -x5226 x12528 x21448 x19602 -x2523 -x12701 -x20959 -x1925 x19572 -x18133 x6457 -x16190 x15825 -x9524 -x2535 -x9435 x6191 -x92 -x8382 -x12954 -x10594 -x1414 x19434 -x14710 -x16337 -x9167 -x1454 -x15027 -x3285 -x7322 -x21333 -x14414 -x5237 -x1041 -x19044 -x3361 -x21300 -x5152 x19947 -x10584 -x1676 -x21598 -x17314 x19868 -x14034 x15599 x4945 -x7079 x20125 -x11282 -x8433 x15847 -x9128 -x672 -x9534 -x16185 -x10239 -x19056 x19402 -x18851 -x5249 x10722 -x8725 -x15091 -x8990 x6497 -x12351 -x13360 -x11251 x15929 x20746 -x7158 x16364 -x5850 -x16231 x21258 x14850 -x9425 -x5661 -x18248 x20356 -x19012 -x17893 x19973 x12591 -x11182 -x2852 -x13779 -x14908 -x7193 -x21357 -x3925 -x14694 -x6878 -x4887 -x17869 -x18814 -x17950 x20173 -x17770 -x9025 -x10065 -x11231 x6411 x19422 -x5580 -x18936 -x8918 x6433 -x3632 -x8171 -x276 x15324 -x9337 -x14862 -x17834 -x17722 x16286 x371 -x5387 x11085 -x20704 x15453 -x17825 -x18018 x20523 -x8791 -x5798 -x18228 x2307 x16362 x16902 x15352 x21518 -x18593 -x12211 x1795 -x2468 -x21462 -x4708 x2145 -x3836 -x3310 -x2482 -x1809 x20246 -x13734 x19309 -x18818 -x9517 x4275 -x5911 x21833 -x14199 -x12862 x7275 -x2906 -x18263 -x15254 -x18805 x20684 -x9521 -x16358 -x10765 -x18365 -x949 x14925 -x3579 x12 -x2421 -x1483 -x12920 -x13755 -x15682 x20376 -x8625 -x19108 -x16680 -x795 -x10393 -x17496 x2328 -x8190 -x6821 -x20780 -x11588 -x14148 -x14314 -x18532 -x2450 -x18694 -x12629 -x3635 -x21227 -x6961 -x3444 -x5377 x6209 x7371 -x21332 -x18595 -x12740 -x3984 x11738 -x5219 x19763 -x13506 -x8808 -x2273 -x1541 -x3610 -x3662 -x20067 -x7852 x10645 x21248 -x21107 -x21620 x11407 -x17495 -x13400 -x16124 -x14572 -x19625 -x13611 x21991 -x7353 -x8156 -x10352 -x42 -x13638 -x21390 -x16651 -x6054 -x9483 -x8587 -x7577 x16391 -x17645 -x1514 -x16788 x20935 x6391 -x17497 -x8937 -x15301 -x18459 x6245 -x18983 -x16177 -x10073 -x8077 -x7980 -x3746 -x8392 -x8214 x20951 -x1920 x11204 x20347 x21869 x4338 -x2698 -x19095 -x12632 -x2901 -x16529 -x14726 -x19408 x19630 -x10907 -x9967 -x13850 -x5761 -x719 -x3563 -x17360 -x15674 x11465 -x7580 x19887 x16495 -x18747 -x14344 x7637 x1796 x1834 -x3617 -x15241 x20008 x20047 -x19063 -x2113 -x2866 -x8734 -x424 -x1940 -x574 x20143 -x3769 x7123 -x9904 -x20987 -x18355 -x4395 -x291 -x9682 -x18041 -x21706 x11402 -x873 -x19146 -x3887 -x18848 x20488 -x576 -x2091 -x17276 -x1339 x3875 x20537 -x10452 -x17936 x19318 -x356 x20248 x15989 x7090 -x1685 -x17550 x11440 -x934 -x10528 -x16115 x20718 x7282 -x10389 -x12743 x11365 x20055 x15085 -x4596 -x5584 -x838 -x4399 -x3380 -x13948 -x11124 -x17180 -x18988 -x3481 -x8911 -x13859 x19362 -x20901 -x8550 -x1456 -x21525 x7712 x19935 -x4621 -x8801 -x21136 -x5100 -x10879 -x11133 x12454 -x2945 x7804 -x5539 -x14044 x37 x450 -x1901 -x13135 -x20747 -x12949 -x4353 -x6539 -x12970 -x18745 x12366 -x13591 x20732 -x21633 -x7118 -x13598 -x18618 x10662 -x8602 x20627 -x14624 -x17701 x20329 -x17576 -x12693 -x3186 -x3890 -x18260 -x13342 -x3355 -x12837 -x13332 -x18470 -x7445 -x3208 x3824 x6310 x10702 -x13011 x19900 -x18958 x11442 -x10656 x10732 -x21587 -x15295 x7663 -x5400 -x3119 -x10499 -x3895 -x2129 x15426 x6360 -x5867 -x8315 -x6931 -x16131 -x12932 x12515 -x15745 -x10784 -x9209 -x3933 x15088 -x20714 -x18465 x15594 x16695 -x18584 x4312 -x11254 x11734 -x11510 -x12972 -x826 x15969 x10713 -x2516 x12373 -x9376 x11780 -x21325 x3813 x6284 -x4778 -x8513 x16422 -x15402 x6844 -x18959 -x12695 -x9924 x4510 -x3929 x16299 -x3542 -x14692 -x2692 -x159 -x17420 -x18352 -x21072 -x1105 -x14226 x16325 -x361 -x1714 -x3320 x21198 -x149 -x1526 -x18538 x6101 -x8532 -x1056 -x21000 -x797 -x9297 -x12812 -x11584 -x9108 x15517 -x11580 -x13539 -x13209 x19629 -x8494 x16064 x7630 -x13484 -x21661 -x6470 -x300 -x3265 -x3321 -x5546 -x14272 -x8238 -x9939 x6162 -x7009 -x1571 -x21083 -x471 -x15685 -x16083 -x1403 -x5499 -x12495 x12095 -x15213 -x16298 -x15658 -x5588 -x19160 -x18386 -x16874 -x5595 -x2233 -x5868 -x8432 -x970 x15445 -x18353 -x7426 x19822 x20270 -x3350 -x1712 -x15782 -x3201 x19837 -x8695 -x5309 x7782 -x10683 -x9736 -x8055 -x864 -x9511 -x16665 x15578 x12451 -x1557 -x12610 -x8003 -x4661 x2324 x16057 x12043 -x14651 x16913 -x17711 -x11733 x15102 -x16213 -x3286 -x17370 -x10058 x21553 x16008 -x3636 -x8418 -x12804 -x20832 x15570 -x17364 -x10589 -x4254 -x9895 -x21725 x19744 x20721 x10723 -x21156 x19788 -x10855 -x18990 x20393 -x16204 -x15243 x21749 -x4381 x19558 x20298 x19381 -x10333 x21231 -x5680 -x9480 -x18852 -x13895 -x7999 -x9996 x21831 x14534 x21949 x16479 -x8400 -x16084 -x1718 x16847 -x13778 -x19052 -x1512 -x10109 -x6883 -x15177 -x18014 x21430 x10650 -x21081 -x179 -x21308 -x4359 -x6511 -x2130 x19963 -x21857 -x10130 -x4332 -x10085 -x13723 -x8449 -x21591 -x5650 -x13052 -x7823 -x2819 -x4571 -x5365 x4522 -x4986 -x3934 -x12683 x2152 -x9993 -x17929 -x13087 x19614 x29 x11153 x19570 -x2899 x1822 -x13471 -x15645 x15307 -x11549 -x15793 -x710 x20620 -x5882 -x7956 x2688 -x5776 x19380 x19701 -x13028 -x13425 -x8975 -x15965 -x12590 -x2610 -x7191 -x5328 -x1905 -x6264 -x4248 -x3230 x16838 -x10874 -x5537 -x1570 x11057 x20945 -x8794 -x9718 -x18007 -x18119 -x8624 x19617 -x17826 -x13688 -x6979 -x2426 -x6181 -x21636 -x11576 -x18358 -x21123 x6729 x20328 -x4680 -x12623 -x17650 -x3657 x7128 -x14329 -x17643 -x17479 x6351 -x15275 -x15069 -x13680 -x17301 -x6863 -x1120 -x2274 x10666 x20304 -x18240 -x21678 -x19604 -x17311 -x1476 -x3572 -x18400 x1823 x11373 -x17125 -x13013 x2657 -x12791 -x8807 -x10844 -x4396 x10456 -x20915 x16441 -x9083 -x18134 x21271 -x12301 -x13316 -x11958 x7734 -x6667 -x4602 -x18620 -x21293 -x3372 x4117 -x3121 -x4833 -x11915 -x17581 -x12191 -x11923 -x6017 x11793 -x17651 -x5081 -x3514 -x6781 x1833 -x13172 x12524 -x5770 -x8149 -x17777 -x18412 -x17607 -x21709 -x2571 -x10887 x6494 -x10262 -x58 -x4212 -x21051 -x20349 x4548 -x9756 x14793 -x3385 -x116 x433 -x4294 x10600 -x3981 -x4154 -x8180 -x5849 -x5832 x21498 x14903 -x16216 x15600 -x18881 -x19355 x12018 x3796 x6777 -x15651 -x11617 -x17198 x15854 -x9089 -x1585 -x1972 x19716 x16289 -x3911 -x12641 -x15857 -x8962 -x17972 -x17627 -x17329 x16420 -x20118 -x13133 -x2221 -x8645 -x9443 -x11305 -x13080 x16393 -x7230 x7083 -x825 x4292 -x13084 -x9983 x15390 -x9134 -x18034 x11426 -x17859 -x10750 x7302 -x18610 -x17432 -x17560 -x18351 -x3691 -x15488 -x9251 -x8814 -x2413 -x11941 -x16564 -x14000 x6888 -x5163 -x1659 -x2084 -x13194 -x13853 -x1525 -x14359 -x17178 -x13480 -x7290 x11374 -x18652 -x9828 -x16167 -x8092 -x1355 x16357 -x16608 -x8571 -x17468 -x9344 -x71 x20588 x2624 -x1849 -x17780 -x4193 -x13394 -x2981 x20269 -x8864 -x21988 -x8342 -x19105 -x643 x6786 -x8440 -x18643 x20836 x16837 x15864 x19348 x19576 -x4331 x20510 -x13417 -x3290 -x13314 -x18684 -x6679 -x7506 -x21666 -x18949 -x21383 -x5182 x4948 x3823 x16929 -x615 x7754 -x5609 -x5380 x16259 x16765 x19431 -x9549 -x16236 -x11530 x16927 -x14372 -x4578 -x15708 -x11975 -x3600 -x2873 -x20265 -x3946 -x7563 -x774 x14508 -x21167 -x3425 -x5682 -x2767 x11149 -x9399 -x4080 -x16616 -x14277 -x16141 x4123 -x6178 x12482 -x21783 -x2986 x11472 -x14419 x6097 -x13244 -x9219 -x17990 -x16494 -x3308 -x4618 -x4138 -x5531 -x937 -x13477 x2734 x11025 -x17366 -x15186 -x9113 x15805 -x9390 x21536 -x11326 -x8411 -x3471 -x9940 -x1694 -x12746 -x18815 -x17746 x6849 x20562 -x21118 -x13775 -x21533 x7390 -x3470 -x77 -x13341 x6079 -x18135 x19830 -x2349 x20237 -x6138 x20206 x21907 -x8128 -x15638 -x8682 x10669 -x11592 -x17964 -x10127 -x836 x19363 -x3913 x12432 -x8107 -x5921 -x5938 -x15144 -x17857 x10999 -x18857 -x16237 -x2237 -x12934 -x10000 -x1079 x21490 -x21144 -x17140 -x21298 x20788 -x9629 x20504 x16410 -x20422 -x2542 -x17070 -x11939 -x5762 -x9110 x7097 -x452 -x9485 -x13977 -x19634 x15614 -x16607 -x12348 -x3834 x6223 -x17135 -x1894 x11797 -x13758 -x8421 -x18123 -x11482 -x6874 -x11894 -x16947 x11677 -x4601 -x14370 x16843 x16058 -x2559 x4934 x11411 x15882 -x5019 x12160 x15322 -x19418 x4290 x12032 -x2088 -x3472 -x17369 x16288 -x17041 -x18522 x12478 x19729 -x457 -x10177 -x16157 -x14622 x10444 -x5604 -x9241 -x5342 x7328 -x20712 -x1591 -x13517 -x15279 -x17382 -x15152 -x12119 x2004 -x12323 -x3602 -x13305 -x4027 x20293 -x4394 x7664 -x21090 x19527 -x14750 x15365 -x10556 -x1192 -x21002 -x2220 -x1413 -x16137 -x18934 -x20184 -x1054 -x15728 -x16195 -x6604 -x14229 -x14047 x3787 -x13930 -x18542 -x2529 -x7923 -x13699 -x21605 x6778 -x2081 -x10385 -x1528 -x20834 -x13053 x20772 -x5865 -x9565 -x19184 -x20503 -x20636 x2057 x20260 -x7930 -x2674 -x6930 -x16690 x20165 x20371 x19552 -x5817 -x8251 x4277 -x21571 -x15097 -x16554 -x5833 x19275 x7307 -x5769 x20917 -x13767 x19916 -x4401 x12452 -x21213 -x9106 x12576 -x4454 -x5443 -x13317 -x2589 -x14962 x14863 x6585 -x9683 x20202 -x17008 -x2223 x10423 -x12309 -x6514 x19694 x4558 -x8783 -x729 -x2809 -x12988 -x11174 -x14736 -x18616 -x17602 -x21924 x12405 x16317 -x9431 -x10565 -x16174 -x12025 x39 x11688 -x15263 -x13904 -x18141 -x21307 -x2971 -x9656 -x13805 -x15284 -x17754 -x15155 -x8173 x14909 -x5992 -x2217 -x7564 -x17029 -x10546 x20474 -x18666 -x4223 x12442 -x1200 -x7539 -x13242 -x13590 -x18948 -x4208 -x9846 x15896 x1801 -x9290 x11115 x6662 -x15586 -x17231 -x13799 -x13474 -x6924 -x2021 -x13655 x2653 x12097 -x18423 -x15277 -x910 -x18858 -x9554 -x15328 -x1928 -x6959 -x1753 x14790 -x13722 -x18969 -x12631 x12448 -x5111 -x6889 -x13043 x11037 -x3974 x21412 -x11475 x12173 -x4907 -x18357 -x13886 -x12943 x2686 -x7291 x21463 -x18763 x20680 x20649 -x13584 x11371 -x12711 x4753 x11893 -x17316 -x3335 x19388 -x9901 x15958 x12421 -x5402 x16446 -x17945 -x13736 -x4214 -x8097 -x12322 x6804 x19661 x16324 -x3439 x16395 -x3101 -x3537 -x16968 x7668 -x17961 -x15665 -x9694 -x1651 x19412 -x4246 -x9848 x2659 -x10129 x7747 -x10128 -x13085 -x7965 -x8825 -x18289 -x13515 -x17498 -x9758 -x14198 -x18329 -x3096 x4547 x11835 -x5995 -x10295 -x9321 -x10788 -x8198 -x14332 -x16094 -x16542 x16810 -x3245 -x17878 -x19689 -x13447 -x2150 -x20493 -x13569 -x5180 -x14485 -x8119 x16715 x11438 x14809 -x3031 x12542 x4726 -x17390 -x2043 -x13511 -x852 -x3116 -x11506 -x6541 -x14677 -x21366 -x10027 -x3139 -x4679 -x16990 -x19232 -x12212 -x3002 -x18528 x11711 -x13885 x6441 -x3681 -x20443 -x15205 x185 -x5503 x14581 -x7560 -x11978 -x741 -x17954 -x13232 -x4075 x7777 -x727 -x1156 -x3722 -x16415 -x13111 -x13867 -x19176 x14912 x20709 -x15634 -x14674 -x4188 -x15154 -x13427 x11055 -x5238 -x987 -x18037 -x12974 -x14067 -x5637 x20205 -x1619 x2326 -x8896 -x3438 -x11481 -x1081 -x1085 -x13318 -x15582 -x1735 -x17470 x6136 -x3999 -x8697 -x13879 -x11307 -x9729 -x15631 -x13943 -x3713 -x3604 -x20651 x19594 -x17582 -x20790 -x17967 -x9175 -x18861 x19282 -x17490 -x4425 -x4012 -x10038 -x3907 x14834 -x17988 -x17185 -x9508 x6167 -x745 -x3421 x21545 -x7061 x14788 x20582 x12029 x11701 -x2998 -x3354 -x232 -x4544 -x5620 -x4656 -x4968 x2729 -x16144 -x13884 -x13907 x6233 -x7015 x16477 -x1172 x20075 x16711 x19476 -x2502 x12100 -x8708 -x8389 -x16673 -x2778 -x7287 -x8580 -x1233 -x16118 -x17230 -x13645 -x3863 -x627 -x11148 -x1207 -x5272 -x9063 -x18015 -x4871 -x2953 -x5008 x7659 -x13203 -x17238 -x18302 x21549 -x1098 -x13669 -x8297 -x793 -x4397 x19831 -x336 -x8615 -x13594 -x12876 x7590 -x5167 -x5746 -x4374 -x4782 x10712 -x17596 x15858 x6607 -x7979 -x14213 -x9709 x7389 -x9179 -x15760 -x17975 -x916 x7690 -x11979 -x1062 -x13492 -x9789 x15598 -x18803 -x3902 x6286 -x13482 -x13247 -x9951 -x17177 -x1458 -x12026 -x5691 -x15463 x10725 -x13116 -x17535 -x5453 x20642 -x3227 x20679 -x1492 -x16540 x7794 -x10048 -x11585 -x6704 -x12776 x6190 -x9456 x19337 -x7414 x20525 -x2719 -x21077 -x777 -x8851 -x15271 x7803 -x13973 -x5876 x6505 x12070 -x1510 -x2433 -x3739 -x8968 x15937 -x13684 -x119 -x2345 -x4006 -x6842 -x17287 x15032 x7774 -x9753 x392 -x1668 -x18574 x6260 -x4149 -x13045 -x9235 x16830 -x14128 x3859 x21828 -x17872 x10596 -x13681 -x5803 -x21146 -x9574 -x904 -x18910 -x13155 x11747 x12130 -x12722 -x3715 -x20717 -x20817 -x20385 -x120 x15932 x7596 -x10918 -x46 -x15126 -x6426 -x14281 x15867 x20149 -x17566 -x13857 x16727 -x11948 -x4329 x21517 -x9100 -x9389 -x2013 -x11250 -x9762 x16825 -x12010 x11121 -x8030 x7684 -x17678 -x7160 -x5155 x21746 -x2207 x10474 -x2035 -x13686 x16356 -x10782 -x8566 -x9114 x4554 -x97 -x6554 -x10940 x4965 -x1253 -x3463 -x15690 -x17076 -x8626 x19812 -x16090 -x5847 -x4422 -x20318 -x10156 -x7415 x10629 -x10151 -x2260 x6861 x11864 -x5473 -x7422 x11062 -x15234 -x18149 x21014 -x17763 -x10288 -x19224 -x3475 -x13776 -x14211 -x18822 -x4198 -x14440 x11040 -x8803 -x7530 x20700 -x3049 x19847 -x735 x11861 -x11424 x16350 -x4203 -x4371 -x8012 -x17552 -x8485 -x12685 -x13345 -x12915 -x4636 -x3897 -x1723 -x11534 x20532 x11177 x16892 -x6331 x15880 x10989 -x8360 -x11452 x6287 -x788 -x10896 -x13844 -x14209 -x18441 -x15237 x7131 -x8670 -x16629 -x17523 -x725 -x3685 -x18820 -x601 -x3492 -x10163 x20417 -x13721 -x19710 -x80 -x16895 -x9723 x11840 -x5428 -x8611 -x13512 -x837 -x21065 -x4889 x3852 -x8007 -x3363 x6482 -x10309 -x11453 -x11454 -x7922 -x15788 -x6944 x19684 -x1738 x2008 x6293 -x13623 x19304 -x14648 -x18863 x12139 x11384 -x17704 -x21110 x21817 x7298 -x7255 -x6963 x12536 x15513 -x3939 x15051 -x13617 -x9384 -x5706 -x14408 -x8394 -x5105 x20274 -x6036 x21893 -x8716 -x12759 -x5212 x21443 -x1329 -x6886 -x18521 -x8247 -x12253 -x583 x7053 x2336 x21514 x6547 x7263 -x17359 -x19432 x19495 x7347 x10646 -x13185 -x2192 -x12986 -x1574 x1798 -x1759 x20444 -x3166 x2706 -x1667 x16307 -x17960 x15448 -x14181 -x18225 -x2485 -x3184 -x15686 -x19150 -x3883 -x1657 -x8375 -x13268 -x11624 x19584 x19416 x370 -x7497 -x16107 -x16078 x21260 -x12814 -x12213 x19612 -x9910 -x17672 -x10007 -x3754 x4503 x3881 -x10215 -x10913 -x17272 -x16206 -x7382 -x8275 -x8361 -x9717 x11885 -x2291 -x10943 -x15160 -x16615 x21967 -x15702 -x9142 x21981 x15011 -x14358 -x8025 -x16509 -x12151 -x8741 -x13167 -x19794 -x9630 -x4243 -x13146 -x7146 -x17485 x7612 -x7851 x11817 -x21292 -x1679 -x2645 x6708 -x2746 -x20639 -x18841 -x5892 -x21346 x6201 -x12311 x20157 -x12292 x16352 -x13452 -x21364 -x5116 -x1930 -x707 -x14436 -x17728 -x4850 -x9652 x7648 -x20203 x368 -x538 x15571 x20018 -x5541 x12393 -x5870 x6313 -x8714 -x17723 -x9136 -x20941 -x21178 -x17418 x16467 -x17916 -x10233 x19907 -x11619 -x8124 -x18283 x21952 x12526 -x1472 -x15124 -x21703 -x11902 -x18458 -x17492 -x18835 -x8759 -x16668 x14526 x1977 -x13458 -x8403 x6592 x15919 -x17835 -x1443 -x14541 x7751 -x21682 x20939 -x18544 -x21103 -x14423 -x18762 x15438 -x9029 -x13454 x16338 -x1248 -x17637 -x17671 -x9408 -x13339 -x7486 -x2880 x21792 -x3171 -x18261 -x15180 -x16597 -x5713 x12434 -x4410 -x844 -x3457 -x4382 -x5343 -x17252 -x5177 x19806 -x18993 -x18292 -x2443 x3884 x15596 -x9617 x7688 -x18776 -x7478 x16850 -x18537 x19312 -x5013 -x21704 -x19043 -x13592 x20447 x14830 -x8084 -x13347 x20720 -x328 x4064 -x15121 -x8231 -x2244 -x18168 -x17584 x20339 x10462 -x3240 -x20479 -x16628 -x10019 x12455 -x10877 -x16230 -x3559 x11337 x21861 -x2486 -x6050 -x474 -x8746 x12473 -x15010 x2640 -x3993 -x21062 -x16160 -x17784 -x2434 -x7841 -x15293 x21537 x6817 -x12749 -x15743 x1961 -x14716 -x11601 -x1594 -x17377 -x4615 -x3403 -x3397 -x10401 -x11569 -x17322 x11335 x20577 -x5475 -x985 x20060 -x7194 -x5549 -x1807 -x21606 -x21303 -x5603 -x11237 -x16558 -x8280 -x920 -x11275 x2297 x21841 -x11226 x4295 x16769 x15393 -x9670 -x7550 -x7420 -x13719 x10640 -x20944 x15829 -x11238 -x13667 -x9019 x4052 -x9458 -x15179 -x8821 x7375 -x3520 x10610 x19623 -x4045 x21029 -x2882 -x17554 -x5279 -x21567 -x19066 x19904 x21552 -x3922 x11464 x20665 -x9925 x6080 -x10114 -x12199 x10454 x20764 x6389 -x2651 -x5156 -x14549 x16724 -x8144 x4746 -x18599 -x14619 -x9246 -x21168 -x7572 -x17055 -x9628 -x2898 -x18032 x10706 -x15615 -x16640 -x4793 -x4106 -x3833 x12170 -x5348 -x13310 -x10886 -x3566 -x19000 x34 -x8906 -x12338 -x4538 x14584 -x7177 -x562 -x14775 -x1267 -x18533 -x13585 -x7458 -x3516 -x19976 x6087 -x21630 -x10828 -x15734 x19561 -x21603 -x8188 -x17209 -x17747 -x14036 -x8116 -x18715 -x1145 -x554 -x14169 -x1946 -x4604 -x5404 -x18021 -x2340 -x17973 -x292 x6715 -x18121 -x17324 -x20028 -x1353 -x1186 -x21555 -x17907 -x9180 x2683 -x7216 x19844 -x13705 x14580 -x8182 -x11799 x21483 x16425 -x1166 -x3069 -x18227 -x21560 -x7020 -x16599 x20436 x6721 -x10013 -x1516 x20769 -x867 -x3953 -x1292 x20061 -x21120 x4323 -x16040 x11428 -x13054 -x5997 x20456 -x16249 -x458 -x1767 -x12725 -x301 -x8732 -x3507 -x5812 -x4508 -x14182 -x13399 -x10579 -x18384 -x303 x354 -x3527 -x19199 -x11173 -x10409 -x14776 -x18825 -x12890 -x20245 -x14822 -x5913 -x651 -x18838 -x20434 x14497 -x12716 x12389 -x18723 -x11263 -x21185 -x11903 -x13872 x6275 -x8274 -x9982 -x21739 -x19842 x21818 x15846 -x13679 -x17995 -x3437 x12072 x10614 -x7902 -x20898 -x10805 -x335 -x3645 x15115 x12062 -x8802 -x4569 x12521 -x13976 -x4884 -x14334 -x3669 x6330 x12459 x21283 -x19211 -x7570 -x8225 x2379 -x21023 -x14212 x19775 -x10508 -x10289 -x19010 -x1055 -x13062 -x14663 x21235 -x11487 -x5875 x21752 -x7470 -x5289 -x6551 -x4686 -x14156 -x13563 x15377 -x20013 -x929 -x9615 -x4682 x14807 -x5345 -x19155 x20471 x36 -x12957 -x10716 -x7239 -x10505 -x6707 x2685 x16380 x16935 x6119 x4023 -x887 -x12942 x14878 -x9006 x355 x6692 -x13505 x6736 -x13495 -x9567 -x17350 -x6623 x16908 -x13825 x20343 x11837 -x5267 -x21316 x4095 x20247 x12036 x19757 x202 -x14635 -x8039 -x13547 -x5638 x16462 -x7181 -x15988 -x5566 x20492 -x1942 -x12727 -x5325 -x1250 -x16591 -x8543 -x18061 -x8302 x7739 -x5441 -x21340 -x9084 -x20398 x12098 -x3692 x15443 x15 x11884 -x19183 x11319 -x8483 x11021 -x5976 -x15774 -x2254 -x14048 x20341 x10700 x6300 -x8263 -x5647 -x19839 -x9411 -x12241 -x2313 -x13992 -x18174 -x4366 -x6174 -x2418 -x6998 -x13033 -x10567 -x13220 -x3455 -x7951 -x17152 x21956 -x12222 -x17004 x20511 -x17873 x7059 x16764 -x13579 -x10410 -x19102 x11750 -x14115 -x13412 x7735 x12543 -x15264 x2387 -x21313 x20123 -x17992 -x18562 x2377 -x2276 -x4905 x20497 -x17800 x11707 -x17628 -x11244 x15005 x6654 -x18328 -x14689 x6335 -x18194 -x16102 x21036 x19682 -x9309 -x20638 x2693 -x4046 -x14183 x7709 -x15738 -x4168 x3783 -x11650 -x4572 -x8646 -x1323 x20613 x19371 -x776 -x17104 -x18890 -x19192 -x4438 -x8617 -x8723 -x2435 -x17343 x12426 x15454 x2357 -x6853 -x8769 x2733 -x15716 -x12715 -x17236 -x14098 -x6670 -x15648 x4731 -x5702 x4761 -x11868 -x18288 -x6819 x16823 x12460 -x1169 -x10331 x11164 -x1859 x16854 -x18148 -x2617 x6822 -x644 -x17223 -x9473 -x8898 -x1554 -x8976 -x18326 x20285 x14498 -x21579 -x21339 -x9165 x16365 -x12275 -x17769 -x11157 x11873 -x9177 -x13586 -x17811 -x15225 -x3530 -x10659 -x17662 -x773 -x9463 -x12835 -x8412 -x14084 x2028 -x150 x19792 -x18912 -x6722 -x9415 -x7969 -x854 -x6442 x16271 -x9771 -x4261 x7737 -x21004 x11665 -x358 -x16162 -x6027 -x4657 -x21187 -x1381 -x3594 -x20543 -x333 -x9156 x388 x11208 -x12205 x20499 -x2877 -x4987 -x9398 -x4334 -x5654 -x3384 -x21080 -x4481 x6112 -x5308 -x3217 -x10184 x7365 -x12272 -x9385 -x1380 -x18280 -x9592 -x13396 x14873 -x6073 x12601 x15006 -x14053 -x132 -x14235 x21802 -x4109 -x13197 -x11327 -x12336 x6684 -x8405 -x8071 -x11626 -x7219 -x5154 -x11925 -x18307 -x9947 -x4437 -x10258 -x18406 x21795 -x18607 x12141 -x5623 -x9186 -x12702 -x3407 -x12198 -x16256 -x9238 x6263 -x1377 x14997 -x11264 -x712 -x2965 -x17050 -x1633 -x12735 -x11974 -x10890 -x7003 -x12887 -x13792 x10466 -x9009 -x18127 -x13633 -x12903 x20091 -x14305 -x5960 -x9214 x6225 x11377 -x16126 -x1325 -x8357 x16460 x16379 x11023 -x11423 -x5036 -x4130 -x19808 x10703 -x15789 x20136 -x4623 -x8463 -x7483 -x13732 x11119 -x5991 x6078 -x5837 -x2107 -x16987 -x5593 -x1078 -x10064 x15029 -x2458 -x21664 -x45 -x141 -x6387 -x2365 -x1170 -x15255 x19441 -x20929 -x3591 -x18777 -x2429 x6427 -x13405 -x423 -x10259 -x17120 -x9244 -x13889 -x5284 -x1543 x19523 -x18443 x12531 -x3995 x4951 -x5941 -x14467 -x3075 -x10098 -x18051 -x16983 -x6581 -x17267 -x8792 -x13964 x20277 -x1379 -x1539 -x13691 x16275 -x17323 -x1496 -x828 -x9446 x4969 -x3764 -x1757 -x21360 x3845 -x18791 -x2323 -x1334 x19376 -x2157 -x20868 -x9798 -x9012 -x21957 -x16546 -x8797 -x16962 x21855 -x9834 -x13227 -x10595 x20487 x7706 -x10865 -x14335 -x5150 -x21705 -x11484 -x2865 x21269 -x18699 -x5898 -x6429 -x21348 -x5935 -x5059 -x7896 -x8942 -x15751 -x9601 -x17781 -x5742 -x17600 x16719 x1960 -x711 -x1569 -x16581 -x1860 -x591 -x3968 x4324 -x18512 x19747 x11017 x15397 -x9086 -x17442 x14522 -x16179 x16846 x21250 x15401 -x5171 x19549 -x10328 -x4384 x6502 -x8013 x15855 -x12006 -x14347 -x5034 x21259 x6095 x16369 -x18882 -x3041 -x8015 -x791 -x10017 -x5093 -x11816 x19374 -x10776 x7 x11363 -x14079 -x13724 x19732 -x21583 -x8296 -x17296 -x16773 -x4826 -x10004 -x19070 x19433 -x13248 x21779 x11803 -x16956 x2660 -x10615 -x1519 x7269 -x8246 -x7165 -x10254 -x2226 x2401 -x8308 -x435 -x12692 x2705 -x13126 -x5203 -x15722 -x8622 -x18864 -x11449 -x14417 x20264 -x1535 -x21309 -x4815 -x21155 x10971 -x19166 -x4890 -x10082 -x14512 -x4781 x15835 x6370 -x18488 -x9329 x11080 -x1899 -x4994 -x6909 x15923 -x5622 -x473 -x17361 -x18217 x12484 -x10234 -x19220 -x12346 -x12720 -x3130 -x13616 -x1434 -x11117 -x15797 -x7867 x6277 -x18748 -x6939 -x10899 -x16944 x19762 -x13733 -x14138 -x18806 x2658 -x12951 -x1254 -x13044 -x14705 -x5597 x19750 x7593 -x17281 -x14740 -x345 -x12832 -x5260 -x6683 -x14301 -x17182 -x3919 -x18278 -x9547 -x103 -x8211 -x19229 -x18070 x21858 -x14377 -x2824 -x12522 -x7873 -x1171 x16863 x20496 x21458 x2363 -x13348 x16373 -x2424 -x8233 -x18582 x21811 -x17434 -x18640 x11812 -x21064 x15609 -x2970 -x7968 -x1366 -x17910 -x8374 -x841 -x11091 -x9484 x15366 -x613 x20840 -x1697 -x9793 -x11933 -x3668 -x17928 -x14068 x4932 -x11289 x16725 x20830 -x10341 x21875 x12549 -x1126 x4720 -x12665 -x20990 -x6797 -x3504 -x15792 -x5838 -x479 -x981 x15433 x15890 x14504 -x14544 -x269 -x17776 x16696 -x2114 -x19113 -x12655 -x1606 -x5199 -x5949 -x9320 -x9655 -x11163 -x10006 -x18691 -x10293 x6257 -x1280 -x16915 -x1303 x6814 -x4286 x16423 -x2256 -x17282 -x3156 -x10101 -x18817 x19817 -x13931 -x10381 -x18219 -x21089 -x17814 -x1195 -x11279 x4025 -x2420 x7099 x12050 -x5463 -x272 -x181 x6605 -x3476 -x1111 -x9296 x16827 -x17098 -x18496 -x18597 x12401 -x2122 x16024 -x310 -x74 -x12854 x11757 x20660 -x16122 -x21006 -x597 -x15630 x19923 -x10873 -x18954 -x15099 -x6153 -x16106 x7822 x6149 x15894 -x14599 -x2931 -x9220 x19962 -x8705 -x18185 -x16527 -x19324 x10675 -x17756 x6342 -x21558 x15422 x6749 -x1318 -x5071 -x4776 -x324 -x379 -x13986 -x11144 x10736 x7678 -x13576 x7051 -x20305 x7025 -x7448 -x21377 -x5132 -x13906 -x17129 -x17493 -x13923 -x10080 -x5749 x6838 -x20010 -x4830 -x7731 x14537 -x3493 x7120 -x9599 -x11511 -x16930 -x15764 -x16688 x6306 x20244 -x1628 -x480 -x7623 x12504 x4060 -x20962 -x10718 -x7162 x4016 x16400 -x8332 -x19064 -x13960 -x9607 x7611 -x14216 -x2949 -x14725 -x5307 -x565 x6332 -x11218 -x10077 -x6705 x7057 x21835 x11072 x19494 x6787 -x18756 -x2554 -x6091 x15374 x3868 -x9812 x20961 -x5895 -x16852 -x2647 -x2642 x6495 -x1238 x12596 -x11951 -x3322 x6826 -x5887 -x12509 -x10236 -x17871 -x7973 -x8591 -x10854 -x11241 x6075 -x21696 x15607 -x17202 x4725 -x12341 x1991 -x11582 x6228 x21233 -x9119 x20464 -x3543 x15084 -x3202 -x20965 -x8892 -x13816 x7586 -x13302 x7685 -x9584 x10676 -x8654 -x7815 -x13601 x16834 -x658 x11700 x4024 -x21024 -x16572 x16439 -x14265 x20112 -x7558 x19242 -x9794 x6302 x16698 -x16241 x10973 x20066 -x3192 -x16076 x20661 -x518 x19836 -x1848 -x6004 -x13665 -x3695 x167 -x12606 -x5198 x15884 -x4150 x21940 -x1737 x20289 -x4766 -x9045 -x21073 x2668 -x6574 -x17338 -x4136 x6224 -x13021 x6687 -x20909 x21793 -x2534 -x1274 -x12201 x11899 -x16491 x16351 x6221 -x2608 -x350 -x7571 -x1119 -x2547 -x9668 -x14640 -x13526 -x13744 -x12853 -x3996 x11108 -x14783 -x5306 -x9130 x14587 -x17617 -x15247 x20386 -x1882 -x13255 x6492 -x1877 -x10902 -x85 -x21437 x7399 -x12882 -x18312 x20354 -x7198 -x3748 x6652 -x17547 -x18974 -x17753 -x4462 -x21436 -x17901 -x12868 -x18878 x7669 -x3183 -x575 -x13650 -x12273 -x18331 -x2911 -x12238 x16343 -x5923 x20256 x14952 x12469 -x1390 -x1278 -x13804 x15372 x16359 -x14893 x15944 -x5784 x12099 -x10324 -x16232 -x19117 -x10869 x16354 -x5583 -x21094 -x1855 -x13573 -x21074 -x11981 -x17789 x21766 x7721 -x9639 x11150 -x8118 -x21674 x12437 x15961 -x19065 -x9712 -x14318 -x3711 x10991 -x14475 -x1726 -x14135 -x21965 x12382 -x8958 -x4445 x1981 -x14706 -x17402 x20734 -x13231 x20569 x20831 -x18975 -x7325 -x5928 -x8069 -x12647 -x14715 -x15261 x15984 x6658 x7398 x15350 -x16943 -x10226 -x6985 x11705 -x17025 x1840 -x2422 -x20591 -x18908 -x15446 -x17491 -x8319 -x19079 -x18644 -x4857 -x10592 -x3447 x15108 x15810 -x5184 -x2347 -x18727 -x9918 -x12305 x12539 -x688 -x7021 -x7875 -x9203 -x8046 -x9172 -x21668 x7639 x4121 x21276 -x3203 x19921 -x4449 -x5744 -x2544 -x19170 -x13035 -x9052 x12479 -x993 x7752 -x17575 -x4639 -x12582 x7317 x11680 -x877 -x17080 x21242 x15123 -x1992 x10632 x20005 x11031 -x17383 x7622 -x4881 -x10108 x15966 -x15026 -x4669 -x12344 -x8764 -x8371 -x1856 -x18615 -x9882 x10708 x15610 -x9784 -x3615 -x21729 -x13978 -x2751 -x17801 -x6912 -x18770 -x9958 x15940 x19821 x21237 -x19028 x20315 x1982 -x10139 -x10359 -x9341 -x1421 -x6855 -x13880 -x7321 -x3089 -x3991 x14957 -x21676 x16742 x1826 x19777 -x21822 -x17772 x15074 -x3659 -x15195 x11804 -x502 -x2061 x6596 -x18108 -x16635 x16429 x14568 -x5055 -x18560 -x17676 -x1686 -x451 -x3714 -x1744 -x13727 x21508 -x540 -x17396 x10631 -x16805 -x716 -x15094 -x19106 -x3446 x4072 -x11968 -x7410 x20972 -x3150 -x10159 -x6898 x6376 -x1042 -x1258 x19437 -x14723 -x4898 -x8250 -x18865 -x5445 -x1147 -x1375 x20948 -x1907 x14817 -x8653 -x17765 -x18732 -x1011 -x15382 x2396 -x15281 -x1975 -x12784 -x10379 x19286 x6207 -x18719 -x15292 -x14283 -x18361 -x3908 -x3118 -x8456 -x5140 -x15509 x11196 -x332 -x18305 x16897 -x10197 -x8704 -x6503 -x18377 -x19038 -x17812 -x17808 -x20454 -x14264 x19884 x19426 -x15143 -x12276 -x1363 x14989 -x9372 -x19115 -x10386 -x8967 -x11547 -x16022 -x16598 -x14289 -x505 -x10578 -x8086 -x18411 x6107 -x19929 -x17506 -x21989 x19693 x12510 x10427 -x7890 -x5381 -x2044 -x17435 x19411 -x4001 x16452 -x723 -x17093 -x15635 -x12926 -x1637 -x3532 -x4582 -x2531 -x12293 x14585 -x9334 -x6578 -x10818 -x20693 x20358 x16044 -x12179 -x603 -x608 -x14217 -x5216 -x15704 x15798 x15327 -x3909 -x3324 -x20438 -x1148 -x3829 x19678 -x21352 -x8446 -x1215 x16308 x19338 -x13855 -x4543 x20460 -x6873 -x20159 x19804 x15971 -x1706 -x8425 -x8908 x1953 x19659 x6815 -x6035 x16819 x2153 -x21215 x10709 -x13306 x7311 x20602 -x14146 -x17750 x6627 -x14722 -x14516 x20053 -x2283 -x17725 x20394 -x10020 -x14242 -x5176 -x10793 -x11361 x15391 -x2935 x12112 -x9698 -x9183 -x815 x15079 -x18945 -x8663 -x593 x19901 -x15733 -x9663 x7670 -x3181 -x13301 -x3727 -x17828 x11202 -x7871 -x12924 -x9465 -x11962 -x10203 -x17220 x21286 -x11980 x6726 -x18648 -x1896 x15898 -x5092 -x18626 -x9594 -x12680 -x13107 -x20109 -x1180 x20897 -x1218 -x17724 -x10383 -x8913 -x19250 -x16077 -x20799 x12541 -x5630 -x5533 -x7868 x19719 -x5980 x20628 -x13120 x19279 x19507 -x11172 -x8068 x30 -x9447 -x16028 x7682 -x19225 -x11288 x6259 x15964 x19501 -x10291 x16816 -x19076 -x5085 -x14658 -x6868 -x1433 x12027 -x13597 -x21724 x20015 x2155 -x12266 x2366 -x18077 -x18374 x367 -x8222 -x14606 x16263 -x17977 -x6929 x6407 x21450 -x17805 -x13129 -x18368 -x9840 x16721 -x12671 -x18906 x20565 -x8372 -x13731 x6288 -x6887 -x210 -x3037 -x19219 -x8613 x12470 -x10562 -x4780 -x10334 x19909 -x9720 -x2650 -x18145 x16297 -x472 -x15431 -x11561 -x805 -x13824 -x8675 x19522 -x8568 -x5619 x11460 x2399 x20687 -x12230 x15370 x3846 -x1501 -x1850 x20195 -x11539 x14487 -x20509 -x3158 x7726 -x1129 x14797 -x11976 x21478 -x5406 x11429 -x17815 -x13110 -x17499 x15828 -x9490 x7407 -x3218 -x12672 -x16997 -x18876 -x15727 -x13745 x21950 -x11151 -x319 x21191 -x13631 x12063 x19574 -x9287 x11048 x7649 -x2385 -x7568 -x4619 -x9229 -x18510 x19978 -x394 -x560 -x14382 -x1058 -x2022 -x5393 x20221 x19632 -x6945 x19796 x2331 -x17057 x19544 -x5919 -x16684 -x900 -x5563 -x16986 -x12192 -x3126 -x10003 -x11212 -x13037 -x14248 -x17408 -x16045 x11075 x4520 x11684 -x13766 -x20914 -x297 x14489 -x18761 x6341 -x349 -x16939 x21768 -x10325 -x6871 -x4854 -x6890 -x947 -x14089 -x7957
3576.80/3598.58 s SATISFIABLE
3576.80/3598.58 c Time taken to solve: 3584.304638991 seconds
3576.80/3598.58 c Total time taken: 3586.4407279491425 seconds
Verifier Data
Watcher Data
runsolver version 3.4.3 (svn: 5215) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4847617-1784132304/watcher-4847617-1784132304 -o /tmp/evaluation-result-4847617-1784132304/solver-4847617-1784132304 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4847617-1784132304/vars-4847617-1784132304 --bin-var /tmp/runsolver-exch-nodeE001-1784128647-21323 --watchdog 3760 run HOME/instance-4847617-1784132304.opb --runner opb --time_limit 3600 --mem_limit 62000 --verbose --cores 1 --seed 712308490 --intermediate --solver ortools
running on 4 cores: 4-7
CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
2500 MHz: 0,3-5,7,9-11,13,15,17-20,22,24-26,29-33,35-37,39,41-45,47,49-50,53-55,60,62-63
3550 MHz: 1-2,38,48,51,56-59
3600 MHz: 6,8,12,14,16,21,23,27-28,34,40,46,52,61
WARNING: cores do not run at the same frequency!
Cores frequency (cpufreq):
2500 MHz: 0,3
3550 MHz: 1-2
WARNING: cores do not run at the same frequency!
CPU governors:
performance: 4-7
NUMA information:
number of nodes: 8
node 0: cores 0-7, 128055 MiB (125965 MiB free)
node 1: cores 8-15, 129019 MiB (126627 MiB free)
node 2: cores 16-23, 128973 MiB (124212 MiB free)
node 3: cores 24-31, 129003 MiB (123424 MiB free)
node 4: cores 32-39, 129019 MiB (128566 MiB free)
node 5: cores 40-47, 129019 MiB (124524 MiB free)
node 6: cores 48-55, 129019 MiB (128712 MiB free)
node 7: cores 56-63, 128474 MiB (127832 MiB free)
node distances:
10 12 12 12 32 32 32 32
12 10 12 12 32 32 32 32
12 12 10 12 32 32 32 32
12 12 12 10 32 32 32 32
32 32 32 32 10 12 12 12
32 32 32 32 12 10 12 12
32 32 32 32 12 12 10 12
32 32 32 32 12 12 12 10
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=23224, runsolver pid=23202
Current StackSize limit: 8192 KiB
[startup+0.100063 s]*
/proc/loadavg: 16.70 16.32 16.02 7/868 23231
/proc/meminfo: memFree=1034099280/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=1776 memory=420 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) D 23202 23224 21305 0 -1 4194304 75 0 0 0 0 0 0 0 20 0 1 0 2819074 1818624 0 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 444 105 94 219 0 64 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 1776 KiB
Current children cumulated memory: 420 KiB
[startup+0.211789 s]*
/proc/loadavg: 16.70 16.32 16.02 14/870 23233
/proc/meminfo: memFree=1034150772/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=1776 memory=420 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) D 23202 23224 21305 0 -1 4456448 75 0 0 0 0 0 0 0 20 0 1 0 2819074 1818624 0 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 444 105 94 219 0 64 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 1776 KiB
Current children cumulated memory: 420 KiB
[startup+0.311238 s]*
/proc/loadavg: 16.70 16.32 16.02 6/873 23240
/proc/meminfo: memFree=1034115968/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3092 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 2 4 65536 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 773 688 219 0 143 0
[pid=23234] ppid=23224 vsize=428 memory=264 CPUtime=0 cores=4-7
/proc/23234/stat : 23234 (uname) D 23224 23224 21305 0 -1 4456448 79 0 0 0 0 0 0 0 20 0 1 0 2819098 438272 0 18446744073709551615 94234738499584 94234738511729 140723610415136 0 0 0 0 0 0 1 0 0 17 6 0 0 0 0 0 94234738522704 94234738524312 94234761592832 140723610417566 140723610417572 140723610417572 140723610423273 0
/proc/23234/statm: 107 66 55 3 0 42 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4752 KiB
Current children cumulated memory: 3356 KiB
[startup+0.700153 s]
/proc/loadavg: 16.70 16.32 16.02 6/868 23246
/proc/meminfo: memFree=1034137768/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=15000 memory=9024 CPUtime=0 cores=4-7
/proc/23245/stat : 23245 (python3) D 23224 23224 21305 0 -1 4194304 859 0 0 0 0 0 0 0 20 0 1 0 2819120 15360000 2048 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 2 1 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 3750 2256 1549 753 0 1599 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 19324 KiB
Current children cumulated memory: 12128 KiB
[startup+1.50014 s]
/proc/loadavg: 16.70 16.32 16.02 6/883 23270
/proc/meminfo: memFree=1034188228/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=23844 memory=18664 CPUtime=0.05 cores=4-7
/proc/23245/stat : 23245 (python3) D 23224 23224 21305 0 -1 4194304 3084 0 0 0 5 0 0 0 20 0 1 0 2819120 24416256 4352 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 2 1 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 5961 4666 1791 753 0 3654 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 28168 KiB
Current children cumulated memory: 21768 KiB
[startup+3.11213 s]
/proc/loadavg: 16.70 16.32 16.02 13/924 23317
/proc/meminfo: memFree=1033833704/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=234572 memory=35684 CPUtime=0.35 cores=4-7
/proc/23245/stat : 23245 (python3) D 23224 23224 21305 0 -1 4194304 5649 0 0 0 32 3 0 0 20 0 4 0 2819120 240201728 8704 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 58643 8921 3678 753 0 45261 0
[pid=23245/tid=23297] ppid=23224 vsize=234572 memory=14252 CPUtime=0.07 cores=4-7
/proc/23245/task/23297/stat : 23297 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 240201728 8704 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 2 1 0 0 -1 5 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23298] ppid=23224 vsize=234572 memory=33844 CPUtime=0.07 cores=4-7
/proc/23245/task/23298/stat : 23298 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 240201728 8704 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 2 1 0 0 -1 6 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23299] ppid=23224 vsize=234572 memory=8238220841976019411 CPUtime=0.07 cores=4-7
/proc/23245/task/23299/stat : 23299 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 240201728 8704 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 2 1 0 0 -1 7 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 238896 KiB
Current children cumulated memory: 38788 KiB
heavy processes:
[startup+6.30015 s]
/proc/loadavg: 16.65 16.31 16.02 6/931 23324
/proc/meminfo: memFree=1033734908/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=288952 memory=76648 CPUtime=0.51 cores=4-7
/proc/23245/stat : 23245 (python3) D 23224 23224 21305 0 -1 4194304 13470 0 0 0 45 6 0 0 20 0 4 0 2819120 295886848 18944 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 72238 19162 6481 753 0 52468 0
[pid=23245/tid=23297] ppid=23224 vsize=288952 memory=5812 CPUtime=0.07 cores=4-7
/proc/23245/task/23297/stat : 23297 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 295886848 18944 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 2 1 0 0 -1 5 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23298] ppid=23224 vsize=288952 memory=3104 CPUtime=0.07 cores=4-7
/proc/23245/task/23298/stat : 23298 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 295886848 18944 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 2 1 0 0 -1 6 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23299] ppid=23224 vsize=288952 memory=19436 CPUtime=0.07 cores=4-7
/proc/23245/task/23299/stat : 23299 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 295886848 18944 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 2 1 0 0 -1 7 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 293276 KiB
Current children cumulated memory: 79752 KiB
heavy processes:
[startup+12.7002 s]
/proc/loadavg: 16.67 16.32 16.03 6/931 23324
/proc/meminfo: memFree=1033632880/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=443216 memory=131028 CPUtime=1.17 cores=4-7
/proc/23245/stat : 23245 (python3) R 23224 23224 21305 0 -1 4194304 23205 0 0 0 109 8 0 0 20 0 4 0 2819120 453853184 32625 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 0 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 110804 32757 11784 753 0 61841 0
[pid=23245/tid=23297] ppid=23224 vsize=443216 memory=2660 CPUtime=0.07 cores=4-7
/proc/23245/task/23297/stat : 23297 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 453853184 32625 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 5 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23298] ppid=23224 vsize=443216 memory=15253757562741974 CPUtime=0.07 cores=4-7
/proc/23245/task/23298/stat : 23298 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 453853184 32625 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 6 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23299] ppid=23224 vsize=443216 memory=108740 CPUtime=0.07 cores=4-7
/proc/23245/task/23299/stat : 23299 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 453853184 32625 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 7 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 447540 KiB
Current children cumulated memory: 134132 KiB
heavy processes:
[startup+25.5002 s]
/proc/loadavg: 16.57 16.31 16.02 16/931 23377
/proc/meminfo: memFree=1031088880/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=800580 memory=482352 CPUtime=13.93 cores=4-7
/proc/23245/stat : 23245 (python3) R 23224 23224 21305 0 -1 4194304 145088 0 0 0 1379 14 0 0 20 0 4 0 2819120 819793920 120227 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 0 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 200145 120588 13953 753 0 151182 0
[pid=23245/tid=23297] ppid=23224 vsize=800580 memory=467404 CPUtime=0.07 cores=4-7
/proc/23245/task/23297/stat : 23297 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 819793920 120227 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 5 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23298] ppid=23224 vsize=800580 memory=8081744948559491890 CPUtime=0.07 cores=4-7
/proc/23245/task/23298/stat : 23298 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 819793920 120227 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 6 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23299] ppid=23224 vsize=800580 memory=3104 CPUtime=0.07 cores=4-7
/proc/23245/task/23299/stat : 23299 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 819793920 120227 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 7 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
Current children cumulated CPU time: 13.93 s
Current children cumulated vsize: 804904 KiB
Current children cumulated memory: 485456 KiB
heavy processes:
[startup+51.1133 s]
/proc/loadavg: 16.43 16.30 16.03 14/918 23467
/proc/meminfo: memFree=1028901112/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
################
# More data... #
################
# cumulated CPU time of all completed processes: user=3576.59 s, system=0.483033 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3584 s]*
/proc/loadavg: 11.01 11.13 11.49 12/882 24016
/proc/meminfo: memFree=1042416864/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=1080232 memory=775056 CPUtime=3562.34 cores=4-7
/proc/23245/stat : 23245 (python3) R 23224 23224 21305 0 -1 4194304 664950 0 0 0 356189 45 0 0 20 0 4 0 2819120 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 0 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 270058 193764 14016 753 0 221095 0
[pid=23245/tid=23297] ppid=23224 vsize=1080232 memory=15460 CPUtime=0.07 cores=4-7
/proc/23245/task/23297/stat : 23297 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 5 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23298] ppid=23224 vsize=1080232 memory=17668 CPUtime=0.07 cores=4-7
/proc/23245/task/23298/stat : 23298 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 6 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23299] ppid=23224 vsize=1080232 memory=-3836323525011346792 CPUtime=0.07 cores=4-7
/proc/23245/task/23299/stat : 23299 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 7 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
Current children cumulated CPU time: 3562.34 s
Current children cumulated vsize: 1084556 KiB
Current children cumulated memory: 778160 KiB
[startup+3590.4 s]
/proc/loadavg: 11.01 11.13 11.49 12/882 24016
/proc/meminfo: memFree=1042419784/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=1080232 memory=775056 CPUtime=3568.71 cores=4-7
/proc/23245/stat : 23245 (python3) R 23224 23224 21305 0 -1 4194304 664995 0 0 0 356826 45 0 0 20 0 4 0 2819120 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 0 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 270058 193764 14016 753 0 221095 0
[pid=23245/tid=23297] ppid=23224 vsize=1080232 memory=15816 CPUtime=0.07 cores=4-7
/proc/23245/task/23297/stat : 23297 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 5 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23298] ppid=23224 vsize=1080232 memory=14256 CPUtime=0.07 cores=4-7
/proc/23245/task/23298/stat : 23298 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 6 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23299] ppid=23224 vsize=1080232 memory=3104 CPUtime=0.07 cores=4-7
/proc/23245/task/23299/stat : 23299 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 7 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
Current children cumulated CPU time: 3568.71 s
Current children cumulated vsize: 1084556 KiB
Current children cumulated memory: 778160 KiB
[startup+3593.6 s]
/proc/loadavg: 11.01 11.13 11.48 12/882 24016
/proc/meminfo: memFree=1042409364/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=1080232 memory=775056 CPUtime=3571.9 cores=4-7
/proc/23245/stat : 23245 (python3) R 23224 23224 21305 0 -1 4194304 668099 0 0 0 357145 45 0 0 20 0 4 0 2819120 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 0 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 270058 193764 14016 753 0 221095 0
[pid=23245/tid=23297] ppid=23224 vsize=1080232 memory=3104 CPUtime=0.07 cores=4-7
/proc/23245/task/23297/stat : 23297 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 5 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23298] ppid=23224 vsize=1080232 memory=775056 CPUtime=0.07 cores=4-7
/proc/23245/task/23298/stat : 23298 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 6 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23299] ppid=23224 vsize=1080232 memory=3104 CPUtime=0.07 cores=4-7
/proc/23245/task/23299/stat : 23299 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 7 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
Current children cumulated CPU time: 3571.9 s
Current children cumulated vsize: 1084556 KiB
Current children cumulated memory: 778160 KiB
[startup+3596.8 s]
/proc/loadavg: 11.01 11.12 11.48 12/882 24016
/proc/meminfo: memFree=1042405032/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=1080232 memory=775056 CPUtime=3575.1 cores=4-7
/proc/23245/stat : 23245 (python3) R 23224 23224 21305 0 -1 4194304 670373 0 0 0 357464 46 0 0 20 0 4 0 2819120 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 0 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 270058 193764 14016 753 0 221095 0
[pid=23245/tid=23297] ppid=23224 vsize=1080232 memory=3104 CPUtime=0.07 cores=4-7
/proc/23245/task/23297/stat : 23297 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 5 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23298] ppid=23224 vsize=1080232 memory=14256 CPUtime=0.07 cores=4-7
/proc/23245/task/23298/stat : 23298 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 6 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23299] ppid=23224 vsize=1080232 memory=3104 CPUtime=0.07 cores=4-7
/proc/23245/task/23299/stat : 23299 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 7 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
Current children cumulated CPU time: 3575.1 s
Current children cumulated vsize: 1084556 KiB
Current children cumulated memory: 778160 KiB
[startup+3597.6 s]
/proc/loadavg: 11.01 11.12 11.48 12/882 24016
/proc/meminfo: memFree=1042406976/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=1080232 memory=775056 CPUtime=3575.9 cores=4-7
/proc/23245/stat : 23245 (python3) R 23224 23224 21305 0 -1 4194304 670373 0 0 0 357544 46 0 0 20 0 4 0 2819120 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 0 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 270058 193764 14016 753 0 221095 0
[pid=23245/tid=23297] ppid=23224 vsize=1080232 memory=12036 CPUtime=0.07 cores=4-7
/proc/23245/task/23297/stat : 23297 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 5 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23298] ppid=23224 vsize=1080232 memory=4884 CPUtime=0.07 cores=4-7
/proc/23245/task/23298/stat : 23298 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 6 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23299] ppid=23224 vsize=1080232 memory=3020 CPUtime=0.07 cores=4-7
/proc/23245/task/23299/stat : 23299 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 7 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
Current children cumulated CPU time: 3575.9 s
Current children cumulated vsize: 1084556 KiB
Current children cumulated memory: 778160 KiB
[startup+3598.4 s]
/proc/loadavg: 11.01 11.12 11.48 10/866 24032
/proc/meminfo: memFree=1044448332/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=1080232 memory=775056 CPUtime=3576.7 cores=4-7
/proc/23245/stat : 23245 (python3) R 23224 23224 21305 0 -1 4194304 670373 0 0 0 357624 46 0 0 20 0 4 0 2819120 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 0 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 270058 193764 14016 753 0 221095 0
[pid=23245/tid=23297] ppid=23224 vsize=1080232 memory=15816 CPUtime=0.07 cores=4-7
/proc/23245/task/23297/stat : 23297 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 5 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23298] ppid=23224 vsize=1080232 memory=14256 CPUtime=0.07 cores=4-7
/proc/23245/task/23298/stat : 23298 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 6 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23299] ppid=23224 vsize=1080232 memory=12036 CPUtime=0.07 cores=4-7
/proc/23245/task/23299/stat : 23299 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1106157568 193429 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 8405026 1 0 0 -1 7 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
Current children cumulated CPU time: 3576.7 s
Current children cumulated vsize: 1084556 KiB
Current children cumulated memory: 778160 KiB
[startup+3598.6 s]
/proc/loadavg: 11.01 11.12 11.48 10/866 24032
/proc/meminfo: memFree=1044448332/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=987272 memory=684516 CPUtime=3576.89 cores=4-7
/proc/23245/stat : 23245 (python3) R 23224 23224 21305 0 -1 4194304 686475 0 0 0 357643 46 0 0 20 0 4 0 2819120 1010966528 170906 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 0 0 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 246818 171129 14016 753 0 197855 0
[pid=23245/tid=23297] ppid=23224 vsize=987272 memory=775056 CPUtime=0.07 cores=4-7
/proc/23245/task/23297/stat : 23297 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1010966528 170906 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 0 1 0 0 -1 5 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23298] ppid=23224 vsize=987272 memory=1976 CPUtime=0.07 cores=4-7
/proc/23245/task/23298/stat : 23298 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1010966528 170906 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 0 1 0 0 -1 6 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23299] ppid=23224 vsize=987272 memory=5700 CPUtime=0.07 cores=4-7
/proc/23245/task/23299/stat : 23299 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 1010966528 170906 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 0 1 0 0 -1 7 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
Current children cumulated CPU time: 3576.89 s
Current children cumulated vsize: 991596 KiB
Current children cumulated memory: 687620 KiB
[startup+3598.7 s]
/proc/loadavg: 11.01 11.12 11.48 10/866 24032
/proc/meminfo: memFree=1044448332/1055320712 swapFree=33554428/33554428
[pid=23224] ppid=23202 vsize=4324 memory=3104 CPUtime=0 cores=4-7
/proc/23224/stat : 23224 (run) S 23202 23224 21305 0 -1 4194304 263 123 0 0 0 0 0 0 20 0 1 0 2819074 4427776 640 18446744073709551615 94382678933504 94382679828037 140725612955200 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94382680067088 94382680114832 94382706126848 140725612959875 140725612960109 140725612960109 140725612965841 0
/proc/23224/statm: 1081 776 688 219 0 143 0
[pid=23245] ppid=23224 vsize=960384 memory=657996 CPUtime=3577 cores=4-7
/proc/23245/stat : 23245 (python3) R 23224 23224 21305 0 -1 4194304 693245 0 0 0 357653 47 0 0 20 0 4 0 2819120 983433216 164184 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 0 0 0 0 17 4 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
/proc/23245/statm: 240096 164499 14016 753 0 191133 0
[pid=23245/tid=23297] ppid=23224 vsize=960384 memory=3104 CPUtime=0.07 cores=4-7
/proc/23245/task/23297/stat : 23297 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 983433216 164184 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 0 1 0 0 -1 5 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23298] ppid=23224 vsize=960384 memory=15816 CPUtime=0.07 cores=4-7
/proc/23245/task/23298/stat : 23298 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 983433216 164184 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 0 1 0 0 -1 6 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
[pid=23245/tid=23299] ppid=23224 vsize=960384 memory=8324804528177380238 CPUtime=0.07 cores=4-7
/proc/23245/task/23299/stat : 23299 (python3) S 23224 23224 21305 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 2819317 983433216 164184 18446744073709551615 4321280 7402577 140732588658128 0 0 0 0 16781312 0 1 0 0 -1 7 0 0 0 0 0 9420256 10002664 37675008 140732588660638 140732588660888 140732588660888 140732588666810 0
Current children cumulated CPU time: 3577 s
Current children cumulated vsize: 964708 KiB
Current children cumulated memory: 661100 KiB
Child status: 0
Real time (s): 3598.77
CPU time (s): 3577.07
CPU user time (s): 3576.59
CPU system time (s): 0.483033
CPU usage (%): 99.3972
Max. virtual memory (cumulated for all children) (KiB): 1148068
Max. memory (cumulated for all children) (KiB): 819352
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.59
system time used= 0.483033
maximum resident set size= 814908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 694347
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4215
involuntary context switches= 1453
# summary of solver processes directly reported to runsolver:
# pid: 23224
# total CPU time (s): 3577.07
# total CPU user time (s): 3576.59
# total CPU system time (s): 0.483033
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3244 second user time and 35.7118 second system time
The end
Launcher Data
Begin job on nodeE001 at 2026-07-15 18:18:26
IDJOB=4847617
IDBENCH=158524
IDSOLVER=3706
FILE ID=nodeE001/4847617-1784132304
RUNJOBID= nodeE001-1784128647-21323
SLURM_JOB_ID= 12756361
Free space on /tmp= 801864 MiB
SOLVER NAME= cpmpy_ortools (1 core) 2026-07-14
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-45.lin.opb
COMMAND LINE= run BENCHNAME --runner opb --time_limit TIMELIMIT --mem_limit MEMLIMIT --verbose --cores 1 --seed RANDOMSEED --intermediate --solver ortools
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4847617-1784132304/watcher-4847617-1784132304 -o /tmp/evaluation-result-4847617-1784132304/solver-4847617-1784132304 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4847617-1784132304/vars-4847617-1784132304 --bin-var /tmp/runsolver-exch-nodeE001-1784128647-21323 --watchdog 3760 run HOME/instance-4847617-1784132304.opb --runner opb --time_limit 3600 --mem_limit 62000 --verbose --cores 1 --seed 712308490 --intermediate --solver ortools
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 62000 MiB
NBCORE= 3
MD5SUM BENCH= 14e8bca2ac7b8f07950d63bdf075cbcf
RANDOM SEED=712308490
nodeE001 Linux 5.14.0-611.55.1.el9_7.0.3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 18 19:21:10 UTC 2026
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 0
cpu cores : 32
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 1
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3563.841
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 1
cpu cores : 32
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 2
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 2
cpu cores : 32
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 3
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3570.024
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 3
cpu cores : 32
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 4
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3590.240
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 64
cpu cores : 32
apicid : 64
initial apicid : 64
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 5
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3578.714
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 65
cpu cores : 32
apicid : 65
initial apicid : 65
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 6
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 66
cpu cores : 32
apicid : 66
initial apicid : 66
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 7
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3577.233
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 67
cpu cores : 32
apicid : 67
initial apicid : 67
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 8
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3584.506
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 32
cpu cores : 32
apicid : 32
initial apicid : 32
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 9
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 33
cpu cores : 32
apicid : 33
initial apicid : 33
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 10
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 34
cpu cores : 32
apicid : 34
initial apicid : 34
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 11
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 35
cpu cores : 32
apicid : 35
initial apicid : 35
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 12
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 96
cpu cores : 32
apicid : 96
initial apicid : 96
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 13
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 97
cpu cores : 32
apicid : 97
initial apicid : 97
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 14
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3593.597
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 98
cpu cores : 32
apicid : 98
initial apicid : 98
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 15
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3576.604
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 99
cpu cores : 32
apicid : 99
initial apicid : 99
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 16
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 48
cpu cores : 32
apicid : 48
initial apicid : 48
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 17
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3586.338
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 49
cpu cores : 32
apicid : 49
initial apicid : 49
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 18
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 50
cpu cores : 32
apicid : 50
initial apicid : 50
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 19
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 51
cpu cores : 32
apicid : 51
initial apicid : 51
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 20
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 112
cpu cores : 32
apicid : 112
initial apicid : 112
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 21
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3604.749
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 113
cpu cores : 32
apicid : 113
initial apicid : 113
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 22
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 114
cpu cores : 32
apicid : 114
initial apicid : 114
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 23
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 115
cpu cores : 32
apicid : 115
initial apicid : 115
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 24
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 16
cpu cores : 32
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 25
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3583.836
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 17
cpu cores : 32
apicid : 17
initial apicid : 17
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 26
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3591.796
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 18
cpu cores : 32
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 27
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 19
cpu cores : 32
apicid : 19
initial apicid : 19
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 28
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3580.690
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 80
cpu cores : 32
apicid : 80
initial apicid : 80
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 29
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 81
cpu cores : 32
apicid : 81
initial apicid : 81
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 30
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 82
cpu cores : 32
apicid : 82
initial apicid : 82
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 31
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 83
cpu cores : 32
apicid : 83
initial apicid : 83
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 32
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3575.886
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 0
cpu cores : 32
apicid : 128
initial apicid : 128
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 33
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 1
cpu cores : 32
apicid : 129
initial apicid : 129
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 34
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3579.415
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 2
cpu cores : 32
apicid : 130
initial apicid : 130
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 35
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 3
cpu cores : 32
apicid : 131
initial apicid : 131
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 36
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 64
cpu cores : 32
apicid : 192
initial apicid : 192
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 37
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 65
cpu cores : 32
apicid : 193
initial apicid : 193
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 38
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3554.429
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 66
cpu cores : 32
apicid : 194
initial apicid : 194
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 39
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 67
cpu cores : 32
apicid : 195
initial apicid : 195
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 40
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 32
cpu cores : 32
apicid : 160
initial apicid : 160
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 41
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3593.535
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 33
cpu cores : 32
apicid : 161
initial apicid : 161
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 42
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 34
cpu cores : 32
apicid : 162
initial apicid : 162
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 43
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 35
cpu cores : 32
apicid : 163
initial apicid : 163
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 44
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 96
cpu cores : 32
apicid : 224
initial apicid : 224
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 45
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 97
cpu cores : 32
apicid : 225
initial apicid : 225
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 46
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3594.425
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 98
cpu cores : 32
apicid : 226
initial apicid : 226
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 47
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3598.733
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 99
cpu cores : 32
apicid : 227
initial apicid : 227
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 48
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3550.763
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 48
cpu cores : 32
apicid : 176
initial apicid : 176
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 49
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 49
cpu cores : 32
apicid : 177
initial apicid : 177
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 50
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 50
cpu cores : 32
apicid : 178
initial apicid : 178
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 51
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3557.173
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 51
cpu cores : 32
apicid : 179
initial apicid : 179
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 52
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 112
cpu cores : 32
apicid : 240
initial apicid : 240
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 53
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3590.808
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 113
cpu cores : 32
apicid : 241
initial apicid : 241
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 54
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 114
cpu cores : 32
apicid : 242
initial apicid : 242
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 55
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 115
cpu cores : 32
apicid : 243
initial apicid : 243
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 56
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3555.329
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 16
cpu cores : 32
apicid : 144
initial apicid : 144
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 57
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3557.860
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 17
cpu cores : 32
apicid : 145
initial apicid : 145
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 58
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3554.742
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 18
cpu cores : 32
apicid : 146
initial apicid : 146
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 59
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 19
cpu cores : 32
apicid : 147
initial apicid : 147
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 60
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 80
cpu cores : 32
apicid : 208
initial apicid : 208
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 61
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3570.110
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 81
cpu cores : 32
apicid : 209
initial apicid : 209
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 62
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3575.320
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 82
cpu cores : 32
apicid : 210
initial apicid : 210
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 63
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 83
cpu cores : 32
apicid : 211
initial apicid : 211
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
/proc/meminfo:
MemTotal: 1055320712 kB
MemFree: 1034179200 kB
MemAvailable: 1031985528 kB
Buffers: 3336 kB
Cached: 1221816 kB
SwapCached: 0 kB
Active: 17835072 kB
Inactive: 963076 kB
Active(anon): 17593728 kB
Inactive(anon): 0 kB
Active(file): 241344 kB
Inactive(file): 963076 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33554428 kB
SwapFree: 33554428 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 75080 kB
Writeback: 0 kB
AnonPages: 17529220 kB
Mapped: 154596 kB
Shmem: 20500 kB
KReclaimable: 130396 kB
Slab: 496096 kB
SReclaimable: 130396 kB
SUnreclaim: 365700 kB
KernelStack: 14608 kB
PageTables: 40776 kB
SecPageTables: 11592 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 561214784 kB
Committed_AS: 19440548 kB
VmallocTotal: 13743895347199 kB
VmallocUsed: 477756 kB
VmallocChunk: 0 kB
Percpu: 115968 kB
HardwareCorrupted: 0 kB
AnonHugePages: 7692288 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
CmaTotal: 0 kB
CmaFree: 0 kB
Unaccepted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 387524 kB
DirectMap2M: 18808832 kB
DirectMap1G: 1054867456 kB
Free space on /tmp at the end= 801892 MiB
End job on nodeE001 at 2026-07-15 19:18:30