Trace number 4468623

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:
  1. 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.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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.
  5. 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

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12SAT34 71175.6 3601.8

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-unif-100_100.00.opb
MD5SUM9be73b05d343999548eaad0214200c86
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark2.60336
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8601
Total number of constraints386810
Number of constraints which are clauses384742
Number of constraints which are cardinality constraints (but not clauses)2068
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint94
Number of terms in the objective function 94
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 94
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 92
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 186
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 3bb793453d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.89/0.97	c Default LC presolving (default).
0.89/0.98	c ** Before presolving: virtualMemUsedAtLc = 883862787, getVmSize() = 538918912, SCIPgetMemUsed() = 446332996, SCIPgetMemTotal() = 489583180, SCIPgetMemExternEstim() = 394279607
0.89/0.98	c ** set memory limit for presolving in LC to 8.79331e+12 for SCIP **
2.68/2.72	c ** Estimated virtualMemUsedAtSolver = 575522204, getVmSize() = 587554816, SCIPgetMemUsed() = 316211131, SCIPgetMemTotal() = 469003699, SCIPgetMemExternEstim() = 394279607
2.68/2.72	c ** set memory limit for solvers to 4.1868e+11 for each SCIP **
2.68/2.72	c Original Problem   :
2.68/2.72	c   Problem name     : instance-4468623-1723488524
2.68/2.72	c   Variables        : 8601 (8601 binary, 0 integer, 0 implicit integer, 0 continuous)
2.68/2.72	c   Constraints      : 386810
2.68/2.72	c   Objective sense  : minimize
2.68/2.72	c Presolved Problem  :
2.68/2.72	c   Variables        : 3337 (3337 binary, 0 integer, 0 implicit integer, 0 continuous)
2.68/2.72	c   Constraints      : 37436
2.68/2.72	c Constraints        : Number
2.68/2.72	c   setppc           : 26748 
2.68/2.72	c   linear           : 12 
2.68/2.72	c   logicor          : 10676 
2.68/2.72	c ** Instance transfer method used: 0
2.68/2.77	c ** ParaScipInstance copy does not increase the number of variables. **
3.58/3.65	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.58/3.65	c                                Nodes    Active                                            
3.58/3.65	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
4.35/3.75	c *       4              0           1        20          92.0000                -          -
38.71/5.51	c *       6              0           1        20          83.0000                -          -
38.71/5.51	c         6              0           1        20          83.0000                -          -
38.71/5.59	c *       6              0           1        20          54.0000                -          -
40.61/5.67	c *       6              0           1        20          52.0000                -          -
60.66/6.75	c *       7              0           1        20          51.0000                -          -
958.06/52.16	c        52              2           1        20          51.0000          23.0000    121.74%
1097.40/59.23	c        59             13          12        20          51.0000          23.0000    121.74%
1203.77/64.68	c        65             15          14        20          51.0000          23.0000    121.74%
1339.69/71.56	c        72              2           1        20          51.0000          23.0000    121.74%
1402.75/74.78	c *      75              2           1        20          45.0000          24.0000     87.50%
1429.02/76.10	c *      76             10           9        20          44.0000          24.0000     83.33%
1455.97/77.45	c        77             10           9        20          44.0000          24.0000     83.33%
1586.89/84.11	c        84             13          12        20          44.0000          24.0000     83.33%
1691.29/89.33	c        89             14          13        20          44.0000          24.0000     83.33%
1822.19/95.94	c        96             15          14        20          44.0000          24.0000     83.33%
1949.07/102.32	c       102             15          14        20          44.0000          24.0000     83.33%
2006.58/105.26	c *     105             15          14        20          43.0000          24.0000     79.17%
2099.79/109.98	c       110             15          14        20          43.0000          24.0000     79.17%
2208.80/115.43	c *     115             15          14        20          42.0000          24.0000     75.00%
2208.80/115.43	c       115             15          14        20          42.0000          24.0000     75.00%
2329.62/121.51	c       122             15          14        20          42.0000          24.0000     75.00%
2464.26/128.40	c       128             17          16        20          42.0000          24.0000     75.00%
2567.15/133.54	c       134             18          17        20          42.0000          24.0000     75.00%
2668.02/138.69	c       139             19          18        20          42.0000          24.0000     75.00%
2772.92/143.94	c       144             30          29        20          42.0000          24.0000     75.00%
2885.68/149.63	c       150             34          33        20          42.0000          24.0000     75.00%
2993.37/155.04	c       155             42          41        20          42.0000          24.0000     75.00%
3109.40/160.95	c       161             52          51        20          42.0000          24.0000     75.00%
3119.28/161.41	c *     161             52          51        20          41.0000          24.0000     70.83%
3174.69/164.29	c *     164             55          54        20          40.0000          24.0000     66.67%
3208.29/165.98	c       166             55          54        20          40.0000          24.0000     66.67%
3309.90/171.08	c       171             61          60        20          40.0000          24.0000     66.67%
3425.92/176.96	c       177             61          60        20          40.0000          24.0000     66.67%
3527.40/182.11	c       182             68          67        20          40.0000          24.0000     66.67%
3639.56/187.76	c       188             71          70        20          40.0000          24.0000     66.67%
3766.60/194.13	c       194             73          72        20          40.0000          24.0000     66.67%
3885.46/200.17	c       200             77          76        20          40.0000          24.0000     66.67%
3987.66/205.32	c       205             82          81        20          40.0000          24.0000     66.67%
4090.62/210.54	c       211             85          84        20          40.0000          24.0000     66.67%
4150.03/213.52	c *     214             88          87        20          39.0000          24.0000     62.50%
4195.58/215.87	c       216             88          87        20          39.0000          24.0000     62.50%
4302.48/221.20	c       221             98          97        20          39.0000          24.0000     62.50%
4361.89/224.30	c *     224            103         102        20          38.0000          24.0000     58.33%
4433.20/227.85	c       228            109         108        20          38.0000          24.0000     58.33%
4538.83/233.16	c       233            134         133        20          38.0000          24.0000     58.33%
4601.47/236.39	c *     236            135         134        20          37.0000          24.0000     54.17%
4652.92/238.97	c       239            139         138        20          37.0000          24.0000     54.17%
4763.56/244.54	c       245            142         141        20          37.0000          24.0000     54.17%
4876.19/250.25	c       250            149         148        20          37.0000          24.0000     54.17%
4995.03/256.27	c       256            154         153        20          37.0000          24.0000     54.17%
5107.94/261.90	c       262            157         156        20          37.0000          24.0000     54.17%
5206.98/266.95	c       267            158         157        20          37.0000          24.0000     54.17%
5305.96/272.00	c       272            158         157        20          37.0000          24.0000     54.17%
5410.85/277.23	c       277            161         160        20          37.0000          24.0000     54.17%
5515.74/282.54	c       283            167         166        20          37.0000          24.0000     54.17%
5622.58/288.02	c       288            167         166        20          37.0000          24.0000     54.17%
5749.16/294.35	c       294            169         168        20          37.0000          24.0000     54.17%
5856.09/299.79	c       300            172         171        20          37.0000          24.0000     54.17%
5961.72/305.06	c       305            175         174        20          37.0000          24.0000     54.17%
6070.18/310.59	c       311            175         174        20          37.0000          24.0000     54.17%
6171.29/315.60	c       316            180         179        20          37.0000          24.0000     54.17%
6210.87/317.65	c *     318            182         181        20          36.0000          24.0000     50.00%
6276.22/320.94	c       321            182         181        20          36.0000          24.0000     50.00%
6375.26/325.97	c       326            182         181        20          36.0000          24.0000     50.00%
6477.12/331.13	c       331            183         182        20          36.0000          24.0000     50.00%
6593.05/336.93	c       337            186         185        20          36.0000          24.0000     50.00%
6691.97/342.02	c       342            188         187        20          36.0000          24.0000     50.00%
6802.58/347.60	c       348            197         196        20          36.0000          24.0000     50.00%
6915.20/353.24	c       353            205         204        20          36.0000          24.0000     50.00%
7024.04/358.70	c       359            206         205        20          36.0000          24.0000     50.00%
7127.06/363.98	c       364            212         211        20          36.0000          24.0000     50.00%
7230.87/369.17	c       369            215         214        20          36.0000          24.0000     50.00%
7336.95/374.60	c       375            222         221        20          36.0000          24.0000     50.00%
7342.89/374.82	c *     375            222         221        20          35.0000          24.0000     45.83%
7439.50/379.71	c       380            235         234        20          35.0000          24.0000     45.83%
7548.30/385.28	c       385            236         235        20          35.0000          24.0000     45.83%
7669.00/391.35	c       391            246         245        20          35.0000          24.0000     45.83%
7767.92/396.37	c       396            253         252        20          35.0000          24.0000     45.83%
7878.60/402.02	c       402            259         258        20          35.0000          24.0000     45.83%
7980.08/407.06	c       407            275         274        20          35.0000          24.0000     45.83%
8082.55/412.23	c       412            288         287        20          35.0000          24.0000     45.83%
8193.63/417.87	c       418            292         291        20          35.0000          24.0000     45.83%
8299.70/423.18	c       423            295         294        20          35.0000          24.0000     45.83%
8409.69/428.70	c       429            300         299        20          35.0000          24.0000     45.83%
8510.72/433.83	c       434            307         306        20          35.0000          24.0000     45.83%
8616.32/439.14	c       439            328         327        20          35.0000          24.0000     45.83%
8718.60/444.35	c       444            339         338        20          35.0000          24.0000     45.83%
8817.47/449.39	c       449            362         361        20          35.0000          24.0000     45.83%
8924.19/454.71	c       455            389         388        20          35.0000          24.0000     45.83%
9023.09/459.74	c       460            405         404        20          35.0000          24.0000     45.83%
9124.06/464.80	c       465            428         427        20          35.0000          24.0000     45.83%
9229.52/470.17	c       470            435         434        20          35.0000          24.0000     45.83%
9329.90/475.28	c       475            444         443        20          35.0000          24.0000     45.83%
9434.88/480.52	c       481            464         463        20          35.0000          24.0000     45.83%
9533.88/485.53	c       486            472         471        20          35.0000          24.0000     45.83%
9632.98/490.55	c       491            474         473        20          35.0000          24.0000     45.83%
9736.01/495.75	c       496            484         477        20          35.0000          24.0000     45.83%
9838.98/500.96	c       501            484         477        20          35.0000          24.0000     45.83%
9960.60/507.13	c       507            509         486        20          35.0000          24.0000     45.83%
10062.63/512.25	c       512            541         496        20          35.0000          24.0000     45.83%
10167.42/517.59	c       518            576         501        20          35.0000          24.0000     45.83%
10270.44/522.75	c       523            577         502        20          35.0000          24.0000     45.83%
10385.37/528.56	c       529            627         508        20          35.0000          24.0000     45.83%
10438.85/531.21	c *     531            646         507        20          34.0000          24.0000     41.67%
10486.42/533.62	c       534            646         507        20          34.0000          24.0000     41.67%
10589.51/538.85	c       539            647         506        20          34.0000          24.0000     41.67%
10690.57/543.95	c       544            657         506        20          34.0000          24.0000     41.67%
10795.55/549.25	c       549            665         508        20          34.0000          24.0000     41.67%
10906.43/554.82	c       555            682         507        20          34.0000          24.0000     41.67%
11005.42/559.84	c       560            687         508        20          34.0000          24.0000     41.67%
11109.21/565.09	c       565            691         510        20          34.0000          24.0000     41.67%
11219.53/570.65	c       571            691         510        20          34.0000          24.0000     41.67%
11322.58/575.85	c       576            701         508        20          34.0000          24.0000     41.67%
11426.22/581.12	c       581            708         503        20          34.0000          24.0000     41.67%
11538.29/586.79	c       587            741         505        20          34.0000          24.0000     41.67%
11641.18/592.02	c       592            749         509        20          34.0000          24.0000     41.67%
11750.15/597.48	c       597            760         507        20          34.0000          24.0000     41.67%
11859.18/603.03	c       603            767         512        20          34.0000          24.0000     41.67%
11961.00/608.10	c       608            780         515        20          34.0000          24.0000     41.67%
12065.02/613.37	c       613            789         512        20          34.0000          24.0000     41.67%
12180.45/619.18	c       619            800         513        20          34.0000          24.0000     41.67%
12280.69/624.26	c       624            803         514        20          34.0000          24.0000     41.67%
12385.64/629.53	c       630            811         522        20          34.0000          24.0000     41.67%
12490.65/634.81	c       635            817         528        20          34.0000          24.0000     41.67%
12589.75/639.87	c       640            823         534        20          34.0000          24.0000     41.67%
12690.82/644.99	c       645            834         545        20          34.0000          24.0000     41.67%
12792.51/650.13	c       650            841         552        20          34.0000          24.0000     41.67%
12900.85/655.51	c       656            846         557        20          34.0000          24.0000     41.67%
13005.92/660.80	c       661            847         558        20          34.0000          24.0000     41.67%
13104.89/665.86	c       666            853         564        20          34.0000          24.0000     41.67%
13211.84/671.25	c       671            862         573        20          34.0000          24.0000     41.67%
13312.93/676.31	c       676            865         576        20          34.0000          24.0000     41.67%
13414.05/681.50	c       682            875         586        20          34.0000          24.0000     41.67%
13515.21/686.57	c       687            883         594        20          34.0000          24.0000     41.67%
13620.32/691.89	c       692            895         606        20          34.0000          24.0000     41.67%
13723.95/697.07	c       697            906         617        20          34.0000          24.0000     41.67%
13826.32/702.23	c       702            915         626        20          34.0000          24.0000     41.67%
13927.28/707.38	c       707            918         629        20          34.0000          24.0000     41.67%
14036.15/712.86	c       713           1469         673        20          34.0000          24.0000     41.67%
14149.10/718.54	c       719           1475         675        20          34.0000          24.0000     41.67%
14179.53/720.04	Racing ramp-up finished after 720.04 seconds. Selected strategy 7.
14221.12/723.55	c       724           1307         641         1          34.0000          24.0000     41.67%          24.0000     41.67%
14395.50/732.99	c       733           1571         642        16          34.0000          24.0000     41.67%          24.0000     41.67%
14972.94/762.10	c       762           1571         642        18          34.0000          24.0000     41.67%          24.0000     41.67%
15341.34/780.64	c       781           1571         642        19          34.0000          24.0000     41.67%          24.0000     41.67%
15466.38/786.96	c       787           1573         642        20          34.0000          24.0000     41.67%          24.0000     41.67%
15583.53/792.90	c       793           1578         647        20          34.0000          24.0000     41.67%          24.0000     41.67%
15750.30/801.25	c       801           1588         655        20          34.0000          24.0000     41.67%          24.0000     41.67%
15883.32/808.00	c       808           1597         660        20          34.0000          24.0000     41.67%          24.0000     41.67%
15986.94/813.19	c       813           1628         689        20          34.0000          24.0000     41.67%          24.0000     41.67%
16101.63/819.01	c       819           1636         697        20          34.0000          24.0000     41.67%          24.0000     41.67%
16208.86/824.32	c       824           1649         710        20          34.0000          24.0000     41.67%          24.0000     41.67%
16308.13/829.39	c       829           1656         717        20          34.0000          24.0000     41.67%          24.0000     41.67%
16518.52/839.95	c       840           1665         722        20          34.0000          24.0000     41.67%          24.0000     41.67%
16643.46/846.24	c       846           1675         732        20          34.0000          24.0000     41.67%          24.0000     41.67%
16761.39/852.19	c       852           1697         748        20          34.0000          24.0000     41.67%          24.0000     41.67%
16863.56/857.34	c       857           2309         811        20          34.0000          24.0000     41.67%          24.0000     41.67%
16964.52/862.42	c       862           3873         839        20          34.0000          24.0000     41.67%          24.0000     41.67%
17067.43/867.66	c       868           5730         898        20          34.0000          24.0000     41.67%          24.0000     41.67%
17168.33/872.72	c       873          11477         937        20          34.0000          24.0000     41.67%          24.0000     41.67%
17267.22/877.78	c       878          16931         974        20          34.0000          24.0000     41.67%          24.0000     41.67%
17368.22/882.83	c       883          22941         992        20          34.0000          24.0000     41.67%          24.0000     41.67%
17467.25/887.89	c       888          28402        1045        20          34.0000          24.0000     41.67%          24.0000     41.67%
17568.29/892.91	c       893          30901        1076        20          34.0000          24.0000     41.67%          24.0000     41.67%
17670.02/898.08	c       898          33078        1100        20          34.0000          24.0000     41.67%          24.0000     41.67%
17771.01/903.14	c       903          34435        1132        20          34.0000          24.0000     41.67%          24.0000     41.67%
17869.90/908.16	c       908          35720        1185        20          34.0000          24.0000     41.67%          24.0000     41.67%
17970.17/913.27	c       913          36974        1221        20          34.0000          24.0000     41.67%          24.0000     41.67%
18071.10/918.33	c       918          38381        1264        20          34.0000          24.0000     41.67%          24.0000     41.67%
18174.04/923.52	c       924          39737        1284        20          34.0000          24.0000     41.67%          24.0000     41.67%
18273.02/928.57	c       929          42896        1301        20          34.0000          24.0000     41.67%          24.0000     41.67%
18372.00/933.59	c       934          47423        1339        20          34.0000          24.0000     41.67%          24.0000     41.67%
18473.01/938.68	c       939          49854        1377        20          34.0000          24.0000     41.67%          24.0000     41.67%
18573.97/943.75	c       944          51293        1413        20          34.0000          24.0000     41.67%          24.0000     41.67%
18674.97/948.80	c       949          52526        1432        20          34.0000          24.0000     41.67%          24.0000     41.67%
18774.08/953.85	c       954          54532        1482        20          34.0000          24.0000     41.67%          24.0000     41.67%
18875.14/958.90	c       959          57039        1507        20          34.0000          24.0000     41.67%          24.0000     41.67%
18976.72/964.08	c       964          62611        1545        20          34.0000          24.0000     41.67%          24.0000     41.67%
19077.75/969.15	c       969          66441        1553        20          34.0000          24.0000     41.67%          24.0000     41.67%
19178.01/974.21	c       974          70101        1581        20          34.0000          24.0000     41.67%          24.0000     41.67%
19277.03/979.27	c       979          72467        1628        20          34.0000          24.0000     41.67%          24.0000     41.67%
19378.04/984.32	c       984          73646        1690        20          34.0000          24.0000     41.67%          24.0000     41.67%
19477.02/989.37	c       989          74784        1712        20          34.0000          24.0000     41.67%          24.0000     41.67%
19578.06/994.44	c       994          76352        1744        20          34.0000          24.0000     41.67%          24.0000     41.67%
19677.07/999.49	c      1000          78118        1790        20          34.0000          24.0000     41.67%          24.0000     41.67%
19778.06/1004.56	c      1005          80151        1795        20          34.0000          24.0000     41.67%          24.0000     41.67%
19879.04/1009.63	c      1010          83131        1805        20          34.0000          24.0000     41.67%          24.0000     41.67%
19980.13/1014.73	c      1015          86827        1813        20          34.0000          24.0000     41.67%          24.0000     41.67%
20079.11/1019.79	c      1020          91336        1864        20          34.0000          24.0000     41.67%          24.0000     41.67%
20180.05/1024.80	c      1025          93767        1897        20          34.0000          24.0000     41.67%          24.0000     41.67%
20280.80/1029.92	c      1030          96491        1913        20          34.0000          24.0000     41.67%          24.0000     41.67%
20379.66/1034.97	c      1035          99754        1947        20          34.0000          24.0000     41.67%          24.0000     41.67%
20481.08/1040.03	c      1040         101528        1997        20          34.0000          24.0000     41.67%          24.0000     41.67%
20579.89/1045.09	c      1045         104549        2051        20          34.0000          24.0000     41.67%          24.0000     41.67%
20680.92/1050.15	c      1050         108972        2115        20          34.0000          24.0000     41.67%          24.0000     41.67%
20783.22/1055.36	c      1055         112456        2193        20          34.0000          24.0000     41.67%          24.0000     41.67%
20884.20/1060.40	c      1060         115294        2235        20          34.0000          24.0000     41.67%          24.0000     41.67%
20983.17/1065.46	c      1065         117924        2257        20          34.0000          24.0000     41.67%          24.0000     41.67%
21084.16/1070.53	c      1071         120828        2284        20          34.0000          24.0000     41.67%          24.0000     41.67%
21185.18/1075.63	c      1076         123329        2306        20          34.0000          24.0000     41.67%          24.0000     41.67%
21284.31/1080.68	c      1081         128072        2348        20          34.0000          24.0000     41.67%          24.0000     41.67%
21385.60/1085.76	c      1086         131490        2375        20          34.0000          24.0000     41.67%          24.0000     41.67%
21486.59/1090.81	c      1091         133933        2413        20          34.0000          24.0000     41.67%          24.0000     41.67%
21585.77/1095.85	c      1096         136396        2453        20          34.0000          24.0000     41.67%          24.0000     41.67%
21686.95/1100.91	c      1101         140161        2468        20          34.0000          24.0000     41.67%          24.0000     41.67%
21786.15/1105.99	c      1106         144429        2523        20          34.0000          24.0000     41.67%          24.0000     41.67%
21887.86/1111.05	c      1111         148062        2550        20          34.0000          24.0000     41.67%          24.0000     41.67%
21986.94/1116.12	c      1116         151033        2580        20          34.0000          24.0000     41.67%          24.0000     41.67%
22089.34/1121.25	c      1121         153165        2607        20          34.0000          24.0000     41.67%          24.0000     41.67%
22190.31/1126.35	c      1126         155913        2628        20          34.0000          24.0000     41.67%          24.0000     41.67%
22291.21/1131.44	c      1131         159227        2647        20          34.0000          24.0000     41.67%          24.0000     41.67%
22390.21/1136.48	c      1136         164082        2653        20          34.0000          24.0000     41.67%          24.0000     41.67%
22491.18/1141.54	c      1142         171431        2685        20          34.0000          24.0000     41.67%          24.0000     41.67%
22594.04/1146.75	c      1147         179119        2711        20          34.0000          24.0000     41.67%          24.0000     41.67%
22694.99/1151.81	c      1152         181833        2741        20          34.0000          24.0000     41.67%          24.0000     41.67%
22793.95/1156.87	c      1157         187602        2752        20          34.0000          24.0000     41.67%          24.0000     41.67%
22894.90/1161.92	c      1162         193367        2782        20          34.0000          24.0000     41.67%          24.0000     41.67%
22993.94/1166.98	c      1167         199633        2827        20          34.0000          24.0000     41.67%          24.0000     41.67%
23093.08/1172.00	c      1172         208002        2835        20          34.0000          24.0000     41.67%          24.0000     41.67%
23197.97/1177.29	c      1177         214930        2859        20          34.0000          24.0000     41.67%          24.0000     41.67%
23298.96/1182.35	c      1182         220931        2912        20          34.0000          24.0000     41.67%          24.0000     41.67%
23400.04/1187.47	c      1187         228311        2936        20          34.0000          24.0000     41.67%          24.0000     41.67%
23501.07/1192.51	c      1193         233285        2997        20          34.0000          24.0000     41.67%          24.0000     41.67%
23600.12/1197.56	c      1198         238818        3018        20          34.0000          24.0000     41.67%          24.0000     41.67%
23701.20/1202.61	c      1203         244100        3048        20          34.0000          24.0000     41.67%          24.0000     41.67%
23800.18/1207.67	c      1208         249851        3110        20          34.0000          24.0000     41.67%          24.0000     41.67%
23901.28/1212.71	c      1213         255339        3145        20          34.0000          24.0000     41.67%          24.0000     41.67%
24000.43/1217.77	c      1218         261091        3166        20          34.0000          24.0000     41.67%          24.0000     41.67%
24101.49/1222.85	c      1223         266967        3161        20          34.0000          24.0000     41.67%          24.0000     41.67%
24202.45/1227.99	c      1228         271699        3183        20          34.0000          24.0000     41.67%          24.0000     41.67%
24304.23/1233.11	c      1233         277763        3212        20          34.0000          24.0000     41.67%          24.0000     41.67%
24405.40/1238.16	c      1238         283755        3242        20          34.0000          24.0000     41.67%          24.0000     41.67%
24504.57/1243.16	c      1243         288861        3273        20          34.0000          24.0000     41.67%          24.0000     41.67%
24603.77/1248.17	c      1248         294621        3302        20          34.0000          24.0000     41.67%          24.0000     41.67%
24704.23/1253.25	c      1253         299866        3307        20          34.0000          24.0000     41.67%          24.0000     41.67%
24805.36/1258.34	c      1258         303788        3342        20          34.0000          24.0000     41.67%          24.0000     41.67%
24904.49/1263.39	c      1263         305614        3366        20          34.0000          24.0000     41.67%          24.0000     41.67%
25005.39/1268.43	c      1268         307068        3361        20          34.0000          24.0000     41.67%          24.0000     41.67%
25106.46/1273.50	c      1274         309656        3373        20          34.0000          24.0000     41.67%          24.0000     41.67%
25205.59/1278.55	c      1279         312799        3387        20          34.0000          24.0000     41.67%          24.0000     41.67%
25306.73/1283.61	c      1284         317654        3405        20          34.0000          24.0000     41.67%          24.0000     41.67%
25407.84/1288.76	c      1289         324519        3423        20          34.0000          24.0000     41.67%          24.0000     41.67%
25507.00/1293.76	c      1294         327916        3433        20          34.0000          24.0000     41.67%          24.0000     41.67%
25610.17/1298.91	c      1299         334152        3464        20          34.0000          24.0000     41.67%          24.0000     41.67%
25709.38/1303.96	c      1304         342235        3461        20          34.0000          24.0000     41.67%          24.0000     41.67%
25811.08/1309.11	c      1309         348770        3471        20          34.0000          24.0000     41.67%          24.0000     41.67%
25913.67/1314.28	c      1314         356106        3476        20          34.0000          24.0000     41.67%          24.0000     41.67%
26014.83/1319.32	c      1319         361483        3489        20          34.0000          24.0000     41.67%          24.0000     41.67%
26113.96/1324.38	c      1324         365167        3504        20          34.0000          24.0000     41.67%          24.0000     41.67%
26217.02/1329.50	c      1330         371110        3522        20          34.0000          24.0000     41.67%          24.0000     41.67%
26316.15/1334.57	c      1335         375676        3532        20          34.0000          24.0000     41.67%          24.0000     41.67%
26417.09/1339.62	c      1340         380318        3547        20          34.0000          24.0000     41.67%          24.0000     41.67%
26516.18/1344.68	c      1345         385633        3566        20          34.0000          24.0000     41.67%          24.0000     41.67%
26619.30/1349.84	c      1350         391731        3589        20          34.0000          24.0000     41.67%          24.0000     41.67%
26718.42/1354.89	c      1355         398558        3631        20          34.0000          24.0000     41.67%          24.0000     41.67%
26819.47/1360.02	c      1360         403823        3681        20          34.0000          24.0000     41.67%          24.0000     41.67%
26924.48/1365.25	c      1365         411104        3734        20          34.0000          24.0000     41.67%          24.0000     41.67%
27025.56/1370.30	c      1370         416840        3785        20          34.0000          24.0000     41.67%          24.0000     41.67%
27126.59/1375.46	c      1375         427757        3874        20          34.0000          24.0000     41.67%          24.0000     41.67%
27229.52/1380.61	c      1381         437534        3912        20          34.0000          24.0000     41.67%          24.0000     41.67%
27328.55/1385.65	c      1386         444878        3933        20          34.0000          24.0000     41.67%          24.0000     41.67%
27429.55/1390.73	c      1391         454794        3965        20          34.0000          24.0000     41.67%          24.0000     41.67%
27528.58/1395.78	c      1396         466356        4037        20          34.0000          24.0000     41.67%          24.0000     41.67%
27629.60/1400.85	c      1401         480113        4079        20          34.0000          24.0000     41.67%          24.0000     41.67%
27730.59/1405.91	c      1406         492701        4124        20          34.0000          24.0000     41.67%          24.0000     41.67%
27832.23/1411.09	c      1411         503448        4199        20          34.0000          24.0000     41.67%          24.0000     41.67%
27931.18/1416.13	c      1416         508398        4241        20          34.0000          24.0000     41.67%          24.0000     41.67%
28032.09/1421.18	c      1421         513906        4259        20          34.0000          24.0000     41.67%          24.0000     41.67%
28132.69/1426.23	c      1426         522712        4279        20          34.0000          24.0000     41.67%          24.0000     41.67%
28233.54/1431.30	c      1431         532565        4320        20          34.0000          24.0000     41.67%          24.0000     41.67%
28336.54/1436.53	c      1437         543531        4352        20          34.0000          24.0000     41.67%          24.0000     41.67%
28435.59/1441.56	c      1442         552733        4389        20          34.0000          24.0000     41.67%          24.0000     41.67%
28536.68/1446.61	c      1447         560981        4420        20          34.0000          24.0000     41.67%          24.0000     41.67%
28641.64/1451.91	c      1452         565438        4454        20          34.0000          24.0000     41.67%          24.0000     41.67%
28740.71/1456.91	c      1457         569352        4490        20          34.0000          24.0000     41.67%          24.0000     41.67%
28842.57/1462.04	c      1462         575440        4532        20          34.0000          24.0000     41.67%          24.0000     41.67%
28944.81/1467.28	c      1467         582257        4567        20          34.0000          24.0000     41.67%          24.0000     41.67%
29045.92/1472.31	c      1472         587580        4605        20          34.0000          24.0000     41.67%          24.0000     41.67%
29147.03/1477.42	c      1477         592859        4636        20          34.0000          24.0000     41.67%          24.0000     41.67%
29246.18/1482.48	c      1482         602991        4693        20          34.0000          24.0000     41.67%          24.0000     41.67%
29347.34/1487.53	c      1488         612859        4728        20          34.0000          24.0000     41.67%          24.0000     41.67%
29446.51/1492.59	c      1493         623012        4754        20          34.0000          24.0000     41.67%          24.0000     41.67%
29547.65/1497.66	c      1498         633927        4814        20          34.0000          24.0000     41.67%          24.0000     41.67%
29648.80/1502.75	c      1503         645303        4875        20          34.0000          24.0000     41.67%          24.0000     41.67%
29749.90/1507.81	c      1508         658608        4923        20          34.0000          24.0000     41.67%          24.0000     41.67%
29848.96/1512.86	c      1513         673044        4965        20          34.0000          24.0000     41.67%          24.0000     41.67%
29950.03/1517.92	c      1518         687234        5020        20          34.0000          24.0000     41.67%          24.0000     41.67%
30049.06/1522.95	c      1523         699072        5042        20          34.0000          24.0000     41.67%          24.0000     41.67%
30148.05/1527.97	c      1528         705643        5128        20          34.0000          24.0000     41.67%          24.0000     41.67%
30247.06/1533.02	c      1533         717024        5158        20          34.0000          24.0000     41.67%          24.0000     41.67%
30350.65/1538.19	c      1538         727960        5212        20          34.0000          24.0000     41.67%          24.0000     41.67%
30451.05/1543.21	c      1543         742288        5282        20          34.0000          24.0000     41.67%          24.0000     41.67%
30556.05/1548.54	c      1549         754214        5304        20          34.0000          24.0000     41.67%          24.0000     41.67%
30655.11/1553.56	c      1554         765555        5384        20          34.0000          24.0000     41.67%          24.0000     41.67%
30760.06/1558.83	c      1559         775720        5432        20          34.0000          24.0000     41.67%          24.0000     41.67%
30861.08/1563.92	c      1564         785319        5469        20          34.0000          24.0000     41.67%          24.0000     41.67%
30960.16/1568.98	c      1569         794692        5505        20          34.0000          24.0000     41.67%          24.0000     41.67%
31059.36/1574.03	c      1574         805568        5511        20          34.0000          24.0000     41.67%          24.0000     41.67%
31164.43/1579.24	c      1579         818778        5536        20          34.0000          24.0000     41.67%          24.0000     41.67%
31265.53/1584.30	c      1584         828896        5581        20          34.0000          24.0000     41.67%          24.0000     41.67%
31364.61/1589.35	c      1589         838864        5596        20          34.0000          24.0000     41.67%          24.0000     41.67%
31465.63/1594.41	c      1594         848873        5612        20          34.0000          24.0000     41.67%          24.0000     41.67%
31564.60/1599.47	c      1599         864050        5664        20          34.0000          24.0000     41.67%          24.0000     41.67%
31667.62/1604.66	c      1605         879383        5700        20          34.0000          24.0000     41.67%          24.0000     41.67%
31770.63/1609.80	c      1610         894813        5719        20          34.0000          24.0000     41.67%          24.0000     41.67%
31869.74/1614.88	c      1615         909456        5757        20          34.0000          24.0000     41.67%          24.0000     41.67%
31970.86/1619.94	c      1620         916832        5794        20          34.0000          24.0000     41.67%          24.0000     41.67%
32069.98/1625.00	c      1625         923331        5843        20          34.0000          24.0000     41.67%          24.0000     41.67%
32171.58/1630.07	c      1630         935291        5862        20          34.0000          24.0000     41.67%          24.0000     41.67%
32270.69/1635.12	c      1635         945136        5889        20          34.0000          24.0000     41.67%          24.0000     41.67%
32373.01/1640.25	c      1640         954815        5913        20          34.0000          24.0000     41.67%          24.0000     41.67%
32473.98/1645.30	c      1645         962730        5935        20          34.0000          24.0000     41.67%          24.0000     41.67%
32574.80/1650.43	c      1650         974533        5964        20          34.0000          24.0000     41.67%          24.0000     41.67%
32675.74/1655.52	c      1656         987560        6014        20          34.0000          24.0000     41.67%          24.0000     41.67%
32776.71/1660.64	c      1661        1001656        6074        20          34.0000          24.0000     41.67%          24.0000     41.67%
32875.77/1665.69	c      1666        1015863        6128        20          34.0000          24.0000     41.67%          24.0000     41.67%
32976.81/1670.73	c      1671        1025807        6164        20          34.0000          24.0000     41.67%          24.0000     41.67%
33077.92/1675.84	c      1676        1034869        6214        20          34.0000          24.0000     41.67%          24.0000     41.67%
33177.00/1680.89	c      1681        1047062        6270        20          34.0000          24.0000     41.67%          24.0000     41.67%
33278.05/1685.97	c      1686        1061472        6305        20          34.0000          24.0000     41.67%          24.0000     41.67%
33379.73/1691.10	c      1691        1077250        6350        20          34.0000          24.0000     41.67%          24.0000     41.67%
33480.63/1696.17	c      1696        1097298        6411        20          34.0000          24.0000     41.67%          24.0000     41.67%
33581.15/1701.23	c      1701        1115489        6492        20          34.0000          24.0000     41.67%          24.0000     41.67%
33680.21/1706.30	c      1706        1133830        6522        20          34.0000          24.0000     41.67%          24.0000     41.67%
33781.24/1711.35	c      1711        1151240        6577        20          34.0000          24.0000     41.67%          24.0000     41.67%
33882.29/1716.43	c      1716        1166020        6619        20          34.0000          24.0000     41.67%          24.0000     41.67%
33983.29/1721.52	c      1722        1179779        6645        20          34.0000          24.0000     41.67%          24.0000     41.67%
34082.30/1726.59	c      1727        1194487        6691        20          34.0000          24.0000     41.67%          24.0000     41.67%
34185.24/1731.76	c      1732        1209266        6717        20          34.0000          24.0000     41.67%          24.0000     41.67%
34286.21/1736.81	c      1737        1223309        6739        20          34.0000          24.0000     41.67%          24.0000     41.67%
34385.27/1741.86	c      1742        1238840        6791        20          34.0000          24.0000     41.67%          24.0000     41.67%
34484.41/1746.87	c      1747        1251657        6812        20          34.0000          24.0000     41.67%          24.0000     41.67%
34588.00/1752.08	c      1752        1261998        6854        20          34.0000          24.0000     41.67%          24.0000     41.67%
34689.18/1757.19	c      1757        1271604        6884        20          34.0000          24.0000     41.67%          24.0000     41.67%
34789.56/1762.25	c      1762        1281887        6916        20          34.0000          24.0000     41.67%          24.0000     41.67%
34890.67/1767.31	c      1767        1297217        6956        20          34.0000          24.0000     41.67%          24.0000     41.67%
34989.75/1772.37	c      1772        1311282        6978        20          34.0000          24.0000     41.67%          24.0000     41.67%
35090.84/1777.42	c      1777        1326445        7015        20          34.0000          24.0000     41.67%          24.0000     41.67%
35189.94/1782.48	c      1782        1339249        7042        20          34.0000          24.0000     41.67%          24.0000     41.67%
35291.06/1787.52	c      1788        1353431        7090        20          34.0000          24.0000     41.67%          24.0000     41.67%
35390.24/1792.58	c      1793        1366486        7111        20          34.0000          24.0000     41.67%          24.0000     41.67%
35491.41/1797.60	c      1798        1378555        7191        20          34.0000          24.0000     41.67%          24.0000     41.67%
35590.56/1802.67	c      1803        1396014        7214        20          34.0000          24.0000     41.67%          24.0000     41.67%
35691.69/1807.74	c      1808        1412961        7257        20          34.0000          24.0000     41.67%          24.0000     41.67%
35790.78/1812.75	c      1813        1431814        7254        20          34.0000          24.0000     41.67%          24.0000     41.67%
35889.95/1817.79	c      1818        1454534        7332        20          34.0000          24.0000     41.67%          24.0000     41.67%
35991.06/1822.84	c      1823        1475115        7368        20          34.0000          24.0000     41.67%          24.0000     41.67%
36090.16/1827.89	c      1828        1496025        7419        20          34.0000          24.0000     41.67%          24.0000     41.67%
36191.19/1832.94	c      1833        1516230        7481        20          34.0000          24.0000     41.67%          24.0000     41.67%
36290.28/1837.96	c      1838        1533724        7509        20          34.0000          24.0000     41.67%          24.0000     41.67%
36391.96/1843.06	c      1843        1552631        7542        20          34.0000          24.0000     41.67%          24.0000     41.67%
36491.24/1848.11	c      1848        1571167        7605        20          34.0000          24.0000     41.67%          24.0000     41.67%
36591.96/1853.16	c      1853        1588802        7646        20          34.0000          24.0000     41.67%          24.0000     41.67%
36692.53/1858.21	c      1858        1609456        7709        20          34.0000          24.0000     41.67%          24.0000     41.67%
36793.61/1863.33	c      1863        1628970        7733        20          34.0000          24.0000     41.67%          24.0000     41.67%
36892.72/1868.39	c      1868        1649904        7805        20          34.0000          24.0000     41.67%          24.0000     41.67%
36993.80/1873.40	c      1873        1671059        7838        20          34.0000          24.0000     41.67%          24.0000     41.67%
37092.89/1878.49	c      1878        1693865        7887        20          34.0000          24.0000     41.67%          24.0000     41.67%
37194.00/1883.53	c      1884        1714629        7914        20          34.0000          24.0000     41.67%          24.0000     41.67%
37293.15/1888.58	c      1889        1736393        7978        20          34.0000          24.0000     41.67%          24.0000     41.67%
37394.26/1893.64	c      1894        1759415        8018        20          34.0000          24.0000     41.67%          24.0000     41.67%
37493.37/1898.69	c      1899        1778040        8044        20          34.0000          24.0000     41.67%          24.0000     41.67%
37594.40/1903.74	c      1904        1796469        8082        20          34.0000          24.0000     41.67%          24.0000     41.67%
37695.52/1908.81	c      1909        1812511        8136        20          34.0000          24.0000     41.67%          24.0000     41.67%
37794.62/1913.87	c      1914        1829553        8145        20          34.0000          24.0000     41.67%          24.0000     41.67%
37895.70/1918.91	c      1919        1845463        8182        20          34.0000          24.0000     41.67%          24.0000     41.67%
37994.75/1924.02	c      1924        1861038        8224        20          34.0000          24.0000     41.67%          24.0000     41.67%
38098.40/1929.19	c      1929        1874476        8285        20          34.0000          24.0000     41.67%          24.0000     41.67%
38198.70/1934.24	c      1934        1888999        8354        20          34.0000          24.0000     41.67%          24.0000     41.67%
38297.74/1939.27	c      1939        1902430        8424        20          34.0000          24.0000     41.67%          24.0000     41.67%
38404.74/1944.60	c      1945        1917871        8440        20          34.0000          24.0000     41.67%          24.0000     41.67%
38503.84/1949.67	c      1950        1931652        8483        20          34.0000          24.0000     41.67%          24.0000     41.67%
38604.93/1954.72	c      1955        1939887        8523        20          34.0000          24.0000     41.67%          24.0000     41.67%
38704.05/1959.77	c      1960        1952697        8583        20          34.0000          24.0000     41.67%          24.0000     41.67%
38805.09/1964.84	c      1965        1967506        8599        20          34.0000          24.0000     41.67%          24.0000     41.67%
38904.23/1969.89	c      1970        1984116        8639        20          34.0000          24.0000     41.67%          24.0000     41.67%
39005.40/1974.97	c      1975        2000592        8677        20          34.0000          24.0000     41.67%          24.0000     41.67%
39107.06/1980.04	c      1980        2018635        8701        20          34.0000          24.0000     41.67%          24.0000     41.67%
39206.20/1985.06	c      1985        2036494        8764        20          34.0000          24.0000     41.67%          24.0000     41.67%
39305.42/1990.13	c      1990        2053930        8777        20          34.0000          24.0000     41.67%          24.0000     41.67%
39407.68/1995.27	c      1995        2070937        8832        20          34.0000          24.0000     41.67%          24.0000     41.67%
39512.72/2000.50	c      2001        2089191        8870        20          34.0000          24.0000     41.67%          24.0000     41.67%
39611.82/2005.57	c      2006        2111410        8932        20          34.0000          24.0000     41.67%          24.0000     41.67%
39712.91/2010.61	c      2011        2132157        8969        20          34.0000          24.0000     41.67%          24.0000     41.67%
39812.02/2015.67	c      2016        2152537        8995        20          34.0000          24.0000     41.67%          24.0000     41.67%
39913.16/2020.71	c      2021        2172897        9030        20          34.0000          24.0000     41.67%          24.0000     41.67%
40012.29/2025.77	c      2026        2193880        9075        20          34.0000          24.0000     41.67%          24.0000     41.67%
40113.44/2030.82	c      2031        2214407        9118        20          34.0000          24.0000     41.67%          24.0000     41.67%
40214.61/2035.98	c      2036        2237072        9156        20          34.0000          24.0000     41.67%          24.0000     41.67%
40316.42/2041.04	c      2041        2261578        9166        20          34.0000          24.0000     41.67%          24.0000     41.67%
40415.49/2046.10	c      2046        2282683        9204        20          34.0000          24.0000     41.67%          24.0000     41.67%
40514.47/2051.10	c      2051        2303452        9202        20          34.0000          24.0000     41.67%          24.0000     41.67%
40615.71/2056.19	c      2056        2326145        9264        20          34.0000          24.0000     41.67%          24.0000     41.67%
40716.20/2061.24	c      2061        2345613        9307        20          34.0000          24.0000     41.67%          24.0000     41.67%
40815.29/2066.30	c      2066        2366495        9341        20          34.0000          24.0000     41.67%          24.0000     41.67%
40916.36/2071.34	c      2071        2385477        9418        20          34.0000          24.0000     41.67%          24.0000     41.67%
41015.42/2076.38	c      2076        2405277        9469        20          34.0000          24.0000     41.67%          24.0000     41.67%
41116.47/2081.43	c      2081        2426474        9523        20          34.0000          24.0000     41.67%          24.0000     41.67%
41215.55/2086.48	c      2086        2447363        9549        20          34.0000          24.0000     41.67%          24.0000     41.67%
41316.65/2091.56	c      2092        2468743        9621        20          34.0000          24.0000     41.67%          24.0000     41.67%
41417.72/2096.61	c      2097        2490993        9649        20          34.0000          24.0000     41.67%          24.0000     41.67%
41516.83/2101.66	c      2102        2514487        9679        20          34.0000          24.0000     41.67%          24.0000     41.67%
41617.95/2106.70	c      2107        2535222        9725        20          34.0000          24.0000     41.67%          24.0000     41.67%
41717.04/2111.78	c      2112        2554894        9776        20          34.0000          24.0000     41.67%          24.0000     41.67%
41818.09/2116.84	c      2117        2575890        9803        20          34.0000          24.0000     41.67%          24.0000     41.67%
41919.17/2121.90	c      2122        2598311        9849        20          34.0000          24.0000     41.67%          24.0000     41.67%
42018.27/2126.91	c      2127        2619576        9899        20          34.0000          24.0000     41.67%          24.0000     41.67%
42117.37/2131.98	c      2132        2641084        9918        20          34.0000          24.0000     41.67%          24.0000     41.67%
42218.96/2137.05	c      2137        2661735        9982        20          34.0000          24.0000     41.67%          24.0000     41.67%
42318.19/2142.11	c      2142        2683301       10021        20          34.0000          24.0000     41.67%          24.0000     41.67%
42419.23/2147.19	c      2147        2705696       10059        20          34.0000          24.0000     41.67%          24.0000     41.67%
42519.79/2152.21	c      2152        2728055       10089        20          34.0000          24.0000     41.67%          24.0000     41.67%
42618.98/2157.28	c      2157        2750144       10115        20          34.0000          24.0000     41.67%          24.0000     41.67%
42720.16/2162.33	c      2162        2770835       10126        20          34.0000          24.0000     41.67%          24.0000     41.67%
42821.31/2167.43	c      2167        2793195       10150        20          34.0000          24.0000     41.67%          24.0000     41.67%
42920.46/2172.47	c      2172        2813075       10227        20          34.0000          24.0000     41.67%          24.0000     41.67%
43019.47/2177.48	c      2177        2833338       10253        20          34.0000          24.0000     41.67%          24.0000     41.67%
43120.24/2182.54	c      2183        2855247       10280        20          34.0000          24.0000     41.67%          24.0000     41.67%
43219.35/2187.55	c      2188        2874510       10338        20          34.0000          24.0000     41.67%          24.0000     41.67%
43320.51/2192.60	c      2193        2896340       10329        20          34.0000          24.0000     41.67%          24.0000     41.67%
43419.70/2197.65	c      2198        2921149       10360        20          34.0000          24.0000     41.67%          24.0000     41.67%
43520.83/2202.70	c      2203        2944050       10401        20          34.0000          24.0000     41.67%          24.0000     41.67%
43620.07/2207.78	c      2208        2966392       10429        20          34.0000          24.0000     41.67%          24.0000     41.67%
43721.18/2212.83	c      2213        2987917       10440        20          34.0000          24.0000     41.67%          24.0000     41.67%
43820.36/2217.85	c      2218        3008387       10471        20          34.0000          24.0000     41.67%          24.0000     41.67%
43919.54/2222.88	c      2223        3030226       10509        20          34.0000          24.0000     41.67%          24.0000     41.67%
44020.68/2227.99	c      2228        3049699       10557        20          34.0000          24.0000     41.67%          24.0000     41.67%
44122.41/2233.04	c      2233        3069013       10599        20          34.0000          24.0000     41.67%          24.0000     41.67%
44221.53/2238.05	c      2238        3087206       10634        20          34.0000          24.0000     41.67%          24.0000     41.67%
44325.94/2243.32	c      2243        3107181       10684        20          34.0000          24.0000     41.67%          24.0000     41.67%
44425.11/2248.37	c      2248        3126637       10734        20          34.0000          24.0000     41.67%          24.0000     41.67%
44528.28/2253.51	c      2254        3145168       10756        20          34.0000          24.0000     41.67%          24.0000     41.67%
44629.46/2258.63	c      2259        3167542       10785        20          34.0000          24.0000     41.67%          24.0000     41.67%
44730.61/2263.80	c      2264        3190701       10868        20          34.0000          24.0000     41.67%          24.0000     41.67%
44831.76/2268.83	c      2269        3211206       10905        20          34.0000          24.0000     41.67%          24.0000     41.67%
44930.89/2273.88	c      2274        3231671       10937        20          34.0000          24.0000     41.67%          24.0000     41.67%
45032.02/2279.02	c      2279        3249887       11011        20          34.0000          24.0000     41.67%          24.0000     41.67%
45133.81/2284.05	c      2284        3269622       11070        20          34.0000          24.0000     41.67%          24.0000     41.67%
45236.22/2289.20	c      2289        3288097       11114        20          34.0000          24.0000     41.67%          24.0000     41.67%
45335.33/2294.25	c      2294        3303643       11164        20          34.0000          24.0000     41.67%          24.0000     41.67%
45438.46/2299.41	c      2299        3321496       11217        20          34.0000          24.0000     41.67%          24.0000     41.67%
45537.64/2304.47	c      2304        3338817       11263        20          34.0000          24.0000     41.67%          24.0000     41.67%
45638.81/2309.52	c      2310        3357969       11269        20          34.0000          24.0000     41.67%          24.0000     41.67%
45739.95/2314.63	c      2315        3378856       11311        20          34.0000          24.0000     41.67%          24.0000     41.67%
45841.09/2319.74	c      2320        3399919       11345        20          34.0000          24.0000     41.67%          24.0000     41.67%
45942.22/2324.82	c      2325        3418527       11422        20          34.0000          24.0000     41.67%          24.0000     41.67%
46041.34/2329.87	c      2330        3437579       11455        20          34.0000          24.0000     41.67%          24.0000     41.67%
46142.43/2334.91	c      2335        3457745       11518        20          34.0000          24.0000     41.67%          24.0000     41.67%
46241.52/2339.97	c      2340        3477584       11569        20          34.0000          24.0000     41.67%          24.0000     41.67%
46340.63/2345.01	c      2345        3494471       11664        20          34.0000          24.0000     41.67%          24.0000     41.67%
46442.46/2350.07	c      2350        3512777       11723        20          34.0000          24.0000     41.67%          24.0000     41.67%
46540.96/2355.13	c      2355        3531078       11746        20          34.0000          24.0000     41.67%          24.0000     41.67%
46641.96/2360.15	c      2360        3549490       11796        20          34.0000          24.0000     41.67%          24.0000     41.67%
46741.03/2365.16	c      2365        3569560       11851        20          34.0000          24.0000     41.67%          24.0000     41.67%
46841.50/2370.27	c      2370        3590679       11924        20          34.0000          24.0000     41.67%          24.0000     41.67%
46944.61/2375.43	c      2375        3612548       11988        20          34.0000          24.0000     41.67%          24.0000     41.67%
47045.74/2380.52	c      2381        3634333       11996        20          34.0000          24.0000     41.67%          24.0000     41.67%
47144.88/2385.54	c      2386        3654238       12084        20          34.0000          24.0000     41.67%          24.0000     41.67%
47244.04/2390.56	c      2391        3672908       12131        20          34.0000          24.0000     41.67%          24.0000     41.67%
47349.13/2395.81	c      2396        3690125       12237        20          34.0000          24.0000     41.67%          24.0000     41.67%
47448.26/2400.85	c      2401        3703901       12317        20          34.0000          24.0000     41.67%          24.0000     41.67%
47549.45/2405.93	c      2406        3722024       12396        20          34.0000          24.0000     41.67%          24.0000     41.67%
47648.61/2410.98	c      2411        3743387       12430        20          34.0000          24.0000     41.67%          24.0000     41.67%
47750.23/2416.04	c      2416        3764500       12469        20          34.0000          24.0000     41.67%          24.0000     41.67%
47849.50/2421.10	c      2421        3783619       12503        20          34.0000          24.0000     41.67%          24.0000     41.67%
47951.91/2426.25	c      2426        3803880       12584        20          34.0000          24.0000     41.67%          24.0000     41.67%
48053.04/2431.39	c      2431        3824761       12600        20          34.0000          24.0000     41.67%          24.0000     41.67%
48154.18/2436.45	c      2436        3846907       12661        20          34.0000          24.0000     41.67%          24.0000     41.67%
48255.32/2441.51	c      2442        3867704       12708        20          34.0000          24.0000     41.67%          24.0000     41.67%
48354.48/2446.57	c      2447        3888422       12749        20          34.0000          24.0000     41.67%          24.0000     41.67%
48453.57/2451.59	c      2452        3908187       12787        20          34.0000          24.0000     41.67%          24.0000     41.67%
48554.71/2456.62	c      2457        3927995       12824        20          34.0000          24.0000     41.67%          24.0000     41.67%
48653.88/2461.68	c      2462        3948099       12851        20          34.0000          24.0000     41.67%          24.0000     41.67%
48755.01/2466.77	c      2467        3968636       12888        20          34.0000          24.0000     41.67%          24.0000     41.67%
48856.13/2471.89	c      2472        3987364       12944        20          34.0000          24.0000     41.67%          24.0000     41.67%
48959.81/2477.04	c      2477        4008195       12987        20          34.0000          24.0000     41.67%          24.0000     41.67%
49058.94/2482.09	c      2482        4027910       13054        20          34.0000          24.0000     41.67%          24.0000     41.67%
49160.08/2487.15	c      2487        4046728       13094        20          34.0000          24.0000     41.67%          24.0000     41.67%
49259.45/2492.19	c      2492        4066528       13146        20          34.0000          24.0000     41.67%          24.0000     41.67%
49359.68/2497.22	c      2497        4084809       13198        20          34.0000          24.0000     41.67%          24.0000     41.67%
49460.82/2502.30	c      2502        4104240       13260        20          34.0000          24.0000     41.67%          24.0000     41.67%
49559.99/2507.35	c      2507        4121690       13340        20          34.0000          24.0000     41.67%          24.0000     41.67%
49659.14/2512.37	c      2512        4139838       13366        20          34.0000          24.0000     41.67%          24.0000     41.67%
49760.30/2517.44	c      2517        4159855       13408        20          34.0000          24.0000     41.67%          24.0000     41.67%
49859.49/2522.48	c      2522        4180254       13478        20          34.0000          24.0000     41.67%          24.0000     41.67%
49960.67/2527.51	c      2528        4200169       13517        20          34.0000          24.0000     41.67%          24.0000     41.67%
50059.85/2532.58	c      2533        4220873       13582        20          34.0000          24.0000     41.67%          24.0000     41.67%
50160.95/2537.68	c      2538        4242212       13618        20          34.0000          24.0000     41.67%          24.0000     41.67%
50268.67/2543.05	c      2543        4263139       13666        20          34.0000          24.0000     41.67%          24.0000     41.67%
50367.91/2548.07	c      2548        4282811       13702        20          34.0000          24.0000     41.67%          24.0000     41.67%
50469.10/2553.17	c      2553        4301009       13709        20          34.0000          24.0000     41.67%          24.0000     41.67%
50569.53/2558.22	c      2558        4320174       13764        20          34.0000          24.0000     41.67%          24.0000     41.67%
50668.67/2563.29	c      2563        4340762       13785        20          34.0000          24.0000     41.67%          24.0000     41.67%
50769.79/2568.34	c      2568        4359032       13840        20          34.0000          24.0000     41.67%          24.0000     41.67%
50870.96/2573.40	c      2573        4379425       13879        20          34.0000          24.0000     41.67%          24.0000     41.67%
50970.12/2578.44	c      2578        4400025       13920        20          34.0000          24.0000     41.67%          24.0000     41.67%
51071.41/2583.56	c      2584        4420395       13970        20          34.0000          24.0000     41.67%          24.0000     41.67%
51172.39/2588.63	c      2589        4440219       14013        20          34.0000          24.0000     41.67%          24.0000     41.67%
51271.58/2593.69	c      2594        4460903       14085        20          34.0000          24.0000     41.67%          24.0000     41.67%
51372.89/2598.76	c      2599        4479093       14126        20          34.0000          24.0000     41.67%          24.0000     41.67%
51474.18/2603.82	c      2604        4496301       14178        20          34.0000          24.0000     41.67%          24.0000     41.67%
51573.47/2608.83	c      2609        4514487       14224        20          34.0000          24.0000     41.67%          24.0000     41.67%
51674.77/2613.96	c      2614        4530878       14268        20          34.0000          24.0000     41.67%          24.0000     41.67%
51774.03/2618.99	c      2619        4546786       14319        20          34.0000          24.0000     41.67%          24.0000     41.67%
51875.97/2624.12	c      2624        4563190       14371        20          34.0000          24.0000     41.67%          24.0000     41.67%
51976.96/2629.13	c      2629        4579582       14403        20          34.0000          24.0000     41.67%          24.0000     41.67%
52077.61/2634.23	c      2634        4597865       14470        20          34.0000          24.0000     41.67%          24.0000     41.67%
52176.83/2639.25	c      2639        4615848       14515        20          34.0000          24.0000     41.67%          24.0000     41.67%
52276.02/2644.26	c      2644        4635081       14560        20          34.0000          24.0000     41.67%          24.0000     41.67%
52377.12/2649.34	c      2649        4651118       14626        20          34.0000          24.0000     41.67%          24.0000     41.67%
52478.15/2654.44	c      2654        4669068       14720        20          34.0000          24.0000     41.67%          24.0000     41.67%
52579.20/2659.50	c      2660        4687025       14753        20          34.0000          24.0000     41.67%          24.0000     41.67%
52678.32/2664.57	c      2665        4705205       14814        20          34.0000          24.0000     41.67%          24.0000     41.67%
52779.38/2669.61	c      2670        4723784       14851        20          34.0000          24.0000     41.67%          24.0000     41.67%
52878.51/2674.66	c      2675        4740395       14881        20          34.0000          24.0000     41.67%          24.0000     41.67%
52979.65/2679.76	c      2680        4757797       14928        20          34.0000          24.0000     41.67%          24.0000     41.67%
53080.81/2684.82	c      2685        4775595       14971        20          34.0000          24.0000     41.67%          24.0000     41.67%
53182.03/2689.92	c      2690        4795419       15015        20          34.0000          24.0000     41.67%          24.0000     41.67%
53281.25/2694.97	c      2695        4815341       15094        20          34.0000          24.0000     41.67%          24.0000     41.67%
53382.98/2700.06	c      2700        4836162       15076        20          34.0000          24.0000     41.67%          24.0000     41.67%
53484.12/2705.16	c      2705        4856715       15134        20          34.0000          24.0000     41.67%          24.0000     41.67%
53586.73/2710.38	c      2710        4877496       15170        20          34.0000          24.0000     41.67%          24.0000     41.67%
53688.00/2715.43	c      2715        4900472       15165        20          34.0000          24.0000     41.67%          24.0000     41.67%
53787.21/2720.49	c      2720        4922160       15179        20          34.0000          24.0000     41.67%          24.0000     41.67%
53888.24/2725.55	c      2726        4941791       15235        20          34.0000          24.0000     41.67%          24.0000     41.67%
53989.26/2730.67	c      2731        4963500       15265        20          34.0000          24.0000     41.67%          24.0000     41.67%
54090.26/2735.71	c      2736        4983062       15312        20          34.0000          24.0000     41.67%          24.0000     41.67%
54189.22/2740.75	c      2741        5001652       15338        20          34.0000          24.0000     41.67%          24.0000     41.67%
54290.22/2745.82	c      2746        5023530       15366        20          34.0000          24.0000     41.67%          24.0000     41.67%
54391.04/2750.97	c      2751        5043529       15372        20          34.0000          24.0000     41.67%          24.0000     41.67%
54492.61/2756.05	c      2756        5064152       15429        20          34.0000          24.0000     41.67%          24.0000     41.67%
54591.70/2761.10	c      2761        5085041       15459        20          34.0000          24.0000     41.67%          24.0000     41.67%
54692.69/2766.16	c      2766        5104740       15501        20          34.0000          24.0000     41.67%          24.0000     41.67%
54792.95/2771.22	c      2771        5124104       15522        20          34.0000          24.0000     41.67%          24.0000     41.67%
54891.93/2776.28	c      2776        5142577       15595        20          34.0000          24.0000     41.67%          24.0000     41.67%
54990.90/2781.30	c      2781        5162649       15649        20          34.0000          24.0000     41.67%          24.0000     41.67%
55093.40/2786.41	c      2786        5182206       15681        20          34.0000          24.0000     41.67%          24.0000     41.67%
55192.31/2791.50	c      2792        5202075       15739        20          34.0000          24.0000     41.67%          24.0000     41.67%
55295.01/2796.67	c      2797        5222426       15782        20          34.0000          24.0000     41.67%          24.0000     41.67%
55395.98/2801.73	c      2802        5242333       15858        20          34.0000          24.0000     41.67%          24.0000     41.67%
55495.04/2806.79	c      2807        5261315       15894        20          34.0000          24.0000     41.67%          24.0000     41.67%
55596.10/2811.84	c      2812        5278861       15934        20          34.0000          24.0000     41.67%          24.0000     41.67%
55697.14/2816.91	c      2817        5299929       16018        20          34.0000          24.0000     41.67%          24.0000     41.67%
55796.25/2821.97	c      2822        5320930       16070        20          34.0000          24.0000     41.67%          24.0000     41.67%
55895.36/2827.02	c      2827        5342213       16105        20          34.0000          24.0000     41.67%          24.0000     41.67%
55996.98/2832.07	c      2832        5362294       16168        20          34.0000          24.0000     41.67%          24.0000     41.67%
56095.98/2837.12	c      2837        5383127       16225        20          34.0000          24.0000     41.67%          24.0000     41.67%
56196.90/2842.14	c      2842        5402408       16329        20          34.0000          24.0000     41.67%          24.0000     41.67%
56295.96/2847.17	c      2847        5422058       16373        20          34.0000          24.0000     41.67%          24.0000     41.67%
56396.41/2852.26	c      2852        5444753       16394        20          34.0000          24.0000     41.67%          24.0000     41.67%
56497.51/2857.31	c      2857        5463855       16416        20          34.0000          24.0000     41.67%          24.0000     41.67%
56596.52/2862.33	c      2862        5483622       16441        20          34.0000          24.0000     41.67%          24.0000     41.67%
56695.66/2867.37	c      2867        5504581       16493        20          34.0000          24.0000     41.67%          24.0000     41.67%
56800.43/2872.60	c      2873        5525617       16549        20          34.0000          24.0000     41.67%          24.0000     41.67%
56901.24/2877.72	c      2878        5545447       16602        20          34.0000          24.0000     41.67%          24.0000     41.67%
57002.07/2882.81	c      2883        5564898       16674        20          34.0000          24.0000     41.67%          24.0000     41.67%
57103.07/2887.94	c      2888        5584248       16740        20          34.0000          24.0000     41.67%          24.0000     41.67%
57202.09/2892.95	c      2893        5604595       16792        20          34.0000          24.0000     41.67%          24.0000     41.67%
57303.85/2898.06	c      2898        5625359       16833        20          34.0000          24.0000     41.67%          24.0000     41.67%
57402.89/2903.09	c      2903        5645438       16906        20          34.0000          24.0000     41.67%          24.0000     41.67%
57504.93/2908.22	c      2908        5665055       16941        20          34.0000          24.0000     41.67%          24.0000     41.67%
57603.96/2913.23	c      2913        5686196       17004        20          34.0000          24.0000     41.67%          24.0000     41.67%
57706.90/2918.45	c      2918        5707424       17078        20          34.0000          24.0000     41.67%          24.0000     41.67%
57807.86/2923.50	c      2924        5727122       17103        20          34.0000          24.0000     41.67%          24.0000     41.67%
57906.88/2928.56	c      2929        5746745       17146        20          34.0000          24.0000     41.67%          24.0000     41.67%
58007.84/2933.69	c      2934        5767070       17182        20          34.0000          24.0000     41.67%          24.0000     41.67%
58108.78/2938.74	c      2939        5786520       17227        20          34.0000          24.0000     41.67%          24.0000     41.67%
58207.89/2943.79	c      2944        5805966       17252        20          34.0000          24.0000     41.67%          24.0000     41.67%
58308.91/2948.86	c      2949        5825497       17295        20          34.0000          24.0000     41.67%          24.0000     41.67%
58409.95/2953.98	c      2954        5845245       17349        20          34.0000          24.0000     41.67%          24.0000     41.67%
58511.33/2959.09	c      2959        5865344       17358        20          34.0000          24.0000     41.67%          24.0000     41.67%
58612.54/2964.14	c      2964        5884071       17409        20          34.0000          24.0000     41.67%          24.0000     41.67%
58711.50/2969.19	c      2969        5901265       17464        20          34.0000          24.0000     41.67%          24.0000     41.67%
58811.65/2974.21	c      2974        5914786       17491        20          34.0000          24.0000     41.67%          24.0000     41.67%
58910.63/2979.24	c      2979        5929546       17539        20          34.0000          24.0000     41.67%          24.0000     41.67%
59009.63/2984.28	c      2984        5947050       17606        20          34.0000          24.0000     41.67%          24.0000     41.67%
59110.57/2989.33	c      2989        5964388       17631        20          34.0000          24.0000     41.67%          24.0000     41.67%
59211.54/2994.44	c      2994        5981136       17666        20          34.0000          24.0000     41.67%          24.0000     41.67%
59312.23/2999.53	c      3000        5998344       17696        20          34.0000          24.0000     41.67%          24.0000     41.67%
59411.07/3004.55	c      3005        6013493       17748        20          34.0000          24.0000     41.67%          24.0000     41.67%
59511.91/3009.60	c      3010        6029424       17781        20          34.0000          24.0000     41.67%          24.0000     41.67%
59610.84/3014.69	c      3015        6047067       17836        20          34.0000          24.0000     41.67%          24.0000     41.67%
59711.80/3019.74	c      3020        6065305       17887        20          34.0000          24.0000     41.67%          24.0000     41.67%
59814.55/3024.91	c      3025        6083660       17933        20          34.0000          24.0000     41.67%          24.0000     41.67%
59916.24/3030.04	c      3030        6100604       17996        20          34.0000          24.0000     41.67%          24.0000     41.67%
60015.07/3035.08	c      3035        6118790       18055        20          34.0000          24.0000     41.67%          24.0000     41.67%
60116.12/3040.19	c      3040        6139758       18115        20          34.0000          24.0000     41.67%          24.0000     41.67%
60218.57/3045.31	c      3045        6163665       18162        20          34.0000          24.0000     41.67%          24.0000     41.67%
60319.58/3050.44	c      3050        6186195       18202        20          34.0000          24.0000     41.67%          24.0000     41.67%
60418.62/3055.49	c      3056        6210930       18226        20          34.0000          24.0000     41.67%          24.0000     41.67%
60521.65/3060.62	c      3061        6234480       18270        20          34.0000          24.0000     41.67%          24.0000     41.67%
60622.76/3065.71	c      3066        6256479       18332        20          34.0000          24.0000     41.67%          24.0000     41.67%
60721.89/3070.79	c      3071        6280529       18345        20          34.0000          24.0000     41.67%          24.0000     41.67%
60822.96/3075.85	c      3076        6302267       18417        20          34.0000          24.0000     41.67%          24.0000     41.67%
60921.86/3080.89	c      3081        6324088       18461        20          34.0000          24.0000     41.67%          24.0000     41.67%
61022.88/3085.94	c      3086        6343636       18520        20          34.0000          24.0000     41.67%          24.0000     41.67%
61121.92/3090.99	c      3091        6361403       18552        20          34.0000          24.0000     41.67%          24.0000     41.67%
61223.59/3096.04	c      3096        6378851       18611        20          34.0000          24.0000     41.67%          24.0000     41.67%
61322.48/3101.07	c      3101        6396191       18660        20          34.0000          24.0000     41.67%          24.0000     41.67%
61423.63/3106.18	c      3106        6413014       18668        20          34.0000          24.0000     41.67%          24.0000     41.67%
61523.93/3111.26	c      3111        6429465       18730        20          34.0000          24.0000     41.67%          24.0000     41.67%
61625.03/3116.30	c      3116        6445292       18749        20          34.0000          24.0000     41.67%          24.0000     41.67%
61724.14/3121.37	c      3121        6463056       18798        20          34.0000          24.0000     41.67%          24.0000     41.67%
61825.01/3126.42	c      3126        6481157       18854        20          34.0000          24.0000     41.67%          24.0000     41.67%
61923.94/3131.47	c      3131        6498555       18876        20          34.0000          24.0000     41.67%          24.0000     41.67%
62025.02/3136.58	c      3137        6515215       18931        20          34.0000          24.0000     41.67%          24.0000     41.67%
62125.89/3141.61	c      3142        6531027       18965        20          34.0000          24.0000     41.67%          24.0000     41.67%
62225.00/3146.63	c      3147        6547359       19017        20          34.0000          24.0000     41.67%          24.0000     41.67%
62325.99/3151.74	c      3152        6564429       19037        20          34.0000          24.0000     41.67%          24.0000     41.67%
62426.86/3156.85	c      3157        6580445       19099        20          34.0000          24.0000     41.67%          24.0000     41.67%
62525.92/3161.86	c      3162        6594371       19165        20          34.0000          24.0000     41.67%          24.0000     41.67%
62626.92/3167.01	c      3167        6609223       19207        20          34.0000          24.0000     41.67%          24.0000     41.67%
62728.59/3172.11	c      3172        6624662       19268        20          34.0000          24.0000     41.67%          24.0000     41.67%
62829.71/3177.17	c      3177        6640297       19298        20          34.0000          24.0000     41.67%          24.0000     41.67%
62929.98/3182.21	c      3182        6657009       19366        20          34.0000          24.0000     41.67%          24.0000     41.67%
63028.81/3187.26	c      3187        6673159       19397        20          34.0000          24.0000     41.67%          24.0000     41.67%
63129.79/3192.32	c      3192        6688629       19479        20          34.0000          24.0000     41.67%          24.0000     41.67%
63230.62/3197.49	c      3197        6704820       19539        20          34.0000          24.0000     41.67%          24.0000     41.67%
63331.63/3202.51	c      3203        6720115       19594        20          34.0000          24.0000     41.67%          24.0000     41.67%
63432.64/3207.60	c      3208        6734456       19661        20          34.0000          24.0000     41.67%          24.0000     41.67%
63531.62/3212.63	c      3213        6748856       19713        20          34.0000          24.0000     41.67%          24.0000     41.67%
63632.62/3217.73	c      3218        6765020       19796        20          34.0000          24.0000     41.67%          24.0000     41.67%
63731.55/3222.76	c      3223        6781538       19832        20          34.0000          24.0000     41.67%          24.0000     41.67%
63832.49/3227.81	c      3228        6797526       19884        20          34.0000          24.0000     41.67%          24.0000     41.67%
63931.51/3232.86	c      3233        6813641       19920        20          34.0000          24.0000     41.67%          24.0000     41.67%
64032.52/3237.91	c      3238        6831128       19952        20          34.0000          24.0000     41.67%          24.0000     41.67%
64131.55/3242.96	c      3243        6848653       19998        20          34.0000          24.0000     41.67%          24.0000     41.67%
64233.11/3248.07	c      3248        6865315       20049        20          34.0000          24.0000     41.67%          24.0000     41.67%
64337.58/3253.32	c      3253        6882132       20082        20          34.0000          24.0000     41.67%          24.0000     41.67%
64438.60/3258.49	c      3258        6900845       20151        20          34.0000          24.0000     41.67%          24.0000     41.67%
64539.60/3263.57	c      3264        6916595       20211        20          34.0000          24.0000     41.67%          24.0000     41.67%
64640.66/3268.60	c      3269        6932557       20263        20          34.0000          24.0000     41.67%          24.0000     41.67%
64741.65/3273.70	c      3274        6950634       20280        20          34.0000          24.0000     41.67%          24.0000     41.67%
64842.71/3278.83	c      3279        6967700       20311        20          34.0000          24.0000     41.67%          24.0000     41.67%
64941.79/3283.87	c      3284        6984752       20345        20          34.0000          24.0000     41.67%          24.0000     41.67%
65042.88/3288.91	c      3289        7002270       20387        20          34.0000          24.0000     41.67%          24.0000     41.67%
65144.69/3294.10	c      3294        7021289       20425        20          34.0000          24.0000     41.67%          24.0000     41.67%
65245.72/3299.15	c      3299        7038562       20460        20          34.0000          24.0000     41.67%          24.0000     41.67%
65345.95/3304.27	c      3304        7055378       20491        20          34.0000          24.0000     41.67%          24.0000     41.67%
65446.98/3309.32	c      3309        7072539       20529        20          34.0000          24.0000     41.67%          24.0000     41.67%
65546.00/3314.38	c      3314        7090608       20573        20          34.0000          24.0000     41.67%          24.0000     41.67%
65647.02/3319.41	c      3319        7105884       20604        20          34.0000          24.0000     41.67%          24.0000     41.67%
65746.05/3324.45	c      3324        7122703       20655        20          34.0000          24.0000     41.67%          24.0000     41.67%
65845.10/3329.48	c      3329        7140227       20703        20          34.0000          24.0000     41.67%          24.0000     41.67%
65945.73/3334.53	c      3335        7157686       20756        20          34.0000          24.0000     41.67%          24.0000     41.67%
66044.67/3339.59	c      3340        7173362       20772        20          34.0000          24.0000     41.67%          24.0000     41.67%
66145.68/3344.69	c      3345        7189295       20821        20          34.0000          24.0000     41.67%          24.0000     41.67%
66246.73/3349.79	c      3350        7205506       20862        20          34.0000          24.0000     41.67%          24.0000     41.67%
66349.77/3354.96	c      3355        7218679       20913        20          34.0000          24.0000     41.67%          24.0000     41.67%
66448.81/3359.98	c      3360        7232310       20947        20          34.0000          24.0000     41.67%          24.0000     41.67%
66550.48/3365.11	c      3365        7248969       21012        20          34.0000          24.0000     41.67%          24.0000     41.67%
66654.75/3370.36	c      3370        7271239       21114        20          34.0000          24.0000     41.67%          24.0000     41.67%
66755.78/3375.40	c      3375        7292548       21120        20          34.0000          24.0000     41.67%          24.0000     41.67%
66854.85/3380.45	c      3380        7310045       21170        20          34.0000          24.0000     41.67%          24.0000     41.67%
66959.84/3385.70	c      3386        7329868       21209        20          34.0000          24.0000     41.67%          24.0000     41.67%
67058.88/3390.77	c      3391        7351511       21271        20          34.0000          24.0000     41.67%          24.0000     41.67%
67159.89/3395.83	c      3396        7371836       21346        20          34.0000          24.0000     41.67%          24.0000     41.67%
67260.68/3400.91	c      3401        7392070       21413        20          34.0000          24.0000     41.67%          24.0000     41.67%
67359.68/3405.93	c      3406        7410081       21491        20          34.0000          24.0000     41.67%          24.0000     41.67%
67458.68/3411.00	c      3411        7428480       21539        20          34.0000          24.0000     41.67%          24.0000     41.67%
67560.25/3416.11	c      3416        7450214       21608        20          34.0000          24.0000     41.67%          24.0000     41.67%
67661.30/3421.14	c      3421        7468882       21677        20          34.0000          24.0000     41.67%          24.0000     41.67%
67761.59/3426.21	c      3426        7488731       21713        20          34.0000          24.0000     41.67%          24.0000     41.67%
67860.70/3431.28	c      3431        7508703       21738        20          34.0000          24.0000     41.67%          24.0000     41.67%
67961.99/3436.39	c      3436        7528827       21770        20          34.0000          24.0000     41.67%          24.0000     41.67%
68062.74/3441.50	c      3442        7547441       21844        20          34.0000          24.0000     41.67%          24.0000     41.67%
68165.73/3446.67	c      3447        7566059       21898        20          34.0000          24.0000     41.67%          24.0000     41.67%
68266.84/3451.70	c      3452        7584393       21938        20          34.0000          24.0000     41.67%          24.0000     41.67%
68365.91/3456.78	c      3457        7601486       21996        20          34.0000          24.0000     41.67%          24.0000     41.67%
68468.95/3461.98	c      3462        7619080       22053        20          34.0000          24.0000     41.67%          24.0000     41.67%
68570.88/3467.06	c      3467        7637245       22092        20          34.0000          24.0000     41.67%          24.0000     41.67%
68669.89/3472.08	c      3472        7656047       22197        20          34.0000          24.0000     41.67%          24.0000     41.67%
68768.68/3477.10	c      3477        7674315       22274        20          34.0000          24.0000     41.67%          24.0000     41.67%
68867.95/3482.13	c      3482        7691439       22312        20          34.0000          24.0000     41.67%          24.0000     41.67%
68968.98/3487.18	c      3487        7710442       22347        20          34.0000          24.0000     41.67%          24.0000     41.67%
69069.33/3492.20	c      3492        7729328       22420        20          34.0000          24.0000     41.67%          24.0000     41.67%
69168.48/3497.28	c      3497        7749391       22457        20          34.0000          24.0000     41.67%          24.0000     41.67%
69267.62/3502.28	c      3502        7768600       22508        20          34.0000          24.0000     41.67%          24.0000     41.67%
69368.61/3507.33	c      3507        7789411       22569        20          34.0000          24.0000     41.67%          24.0000     41.67%
69469.71/3512.46	c      3512        7808676       22631        20          34.0000          24.0000     41.67%          24.0000     41.67%
69570.66/3517.51	c      3518        7825197       22700        20          34.0000          24.0000     41.67%          24.0000     41.67%
69669.73/3522.51	c      3523        7840520       22738        20          34.0000          24.0000     41.67%          24.0000     41.67%
69768.76/3527.58	c      3528        7858594       22809        20          34.0000          24.0000     41.67%          24.0000     41.67%
69869.82/3532.66	c      3533        7878050       22886        20          34.0000          24.0000     41.67%          24.0000     41.67%
69968.88/3537.69	c      3538        7897683       22961        20          34.0000          24.0000     41.67%          24.0000     41.67%
70069.85/3542.70	c      3543        7918831       23037        20          34.0000          24.0000     41.67%          24.0000     41.67%
70168.91/3547.75	c      3548        7939228       23086        20          34.0000          24.0000     41.67%          24.0000     41.67%
70268.11/3552.75	c      3553        7959912       23139        20          34.0000          24.0000     41.67%          24.0000     41.67%
70369.22/3557.81	c      3558        7978480       23168        20          34.0000          24.0000     41.67%          24.0000     41.67%
70468.27/3562.87	c      3563        7999046       23229        20          34.0000          24.0000     41.67%          24.0000     41.67%
70569.38/3567.93	c      3568        8019557       23258        20          34.0000          24.0000     41.67%          24.0000     41.67%
70668.49/3572.95	c      3573        8038898       23328        20          34.0000          24.0000     41.67%          24.0000     41.67%
70767.57/3578.00	c      3578        8058517       23342        20          34.0000          24.0000     41.67%          24.0000     41.67%
70866.69/3583.03	c      3583        8078261       23436        20          34.0000          24.0000     41.67%          24.0000     41.67%
70968.41/3588.04	c      3588        8098113       23477        20          34.0000          24.0000     41.67%          24.0000     41.67%
71067.39/3593.09	c      3593        8116460       23490        20          34.0000          24.0000     41.67%          24.0000     41.67%
71168.57/3598.19	c      3598        8138268        7192         4          34.0000          24.0000     41.67%          24.0000     41.67%
71174.80/3601.06	c SCIP Status        : c solving was interrupted [hard time limit reached]
71174.80/3601.06	c Total Time         : 3601.06
71174.80/3601.06	c   solving          : 3601.06
71174.80/3601.06	c   presolving       : 1.74 (included in solving)
71174.80/3601.06	c B&B Tree           :
71174.80/3601.06	c   nodes (total)    : 8138270
71174.80/3601.06	c Solution           :
71174.80/3601.06	c   Solutions found  : 17
71174.80/3601.06	c   Primal Bound     : +3.40000000000000e+01
71174.80/3601.06	c   Dual Bound       : +2.40000000000000e+01
71174.80/3601.06	c Gap                : 41.66667 %
71174.80/3601.06	c * Warning: final gap: 4.16667e-01 is greater than SCIPepsilon: 1.00000e-09
71174.88/3601.13	o 34
71174.88/3601.13	s SATISFIABLE
71174.88/3601.13	v x4286 x4285 x4283 x4280 x4190 x4185 x4179 x4172 x4164 x4155 x4145 x4134 x4122 x4109 x4008 x3993 x3977 x3960 x3942 x3923 x3903 x3882 
71174.88/3601.13	v x3860 x3837 x3725 x3700 x3674 x3647 x3619 x3590 x3560 x3529 x3497 x3464 x3341 x3306 x3270 x3233 x3195 x3156 x3116 x3075 
71174.88/3601.13	v x3033 x2990 x2856 x2811 x2765 x2718 x2670 x2621 x2571 x2520 x2468 x2415 x2270 x2215 x2159 x2102 x2044 x1985 x1925 x1864 x1802 
71174.88/3601.13	v x1739 x1583 x1518 x1452 x1385 x1317 x1248 x1178 x1107 x1035 x962 x795 x720 -x644 x567 x489 x410 x330 x249 x167 x84 x4371 x4276 
71174.88/3601.13	v x4095 x3813 x3430 x2946 x2361 x1675 x888 x4284 -x4282 x4279 x4189 x4184 x4178 x4171 x4163 x4154 x4144 x4133 x4121 x4108 x4007 
71174.88/3601.13	v x3992 x3976 x3959 x3941 x3922 x3902 x3881 x3859 x3836 x3724 x3699 x3673 x3646 x3618 x3589 x3559 x3528 x3496 x3463 x3340 x3305 
71174.88/3601.13	v x3269 x3232 x3194 x3155 x3115 x3074 x3032 x2989 x2855 x2810 x2764 x2717 x2669 x2620 x2570 x2519 x2467 x2414 x2269 x2214 
71174.88/3601.13	v x2158 x2101 x2043 x1984 x1924 x1863 x1801 x1738 x1582 x1517 x1451 x1384 x1316 x1247 x1177 x1106 x1034 x961 x794 x719 x643 x566 
71174.88/3601.13	v x488 x409 x329 x248 x166 x83 x4370 x4275 x4094 x3812 x3429 x2945 x2360 x1674 x887 x4281 x4278 x4188 x4183 x4177 x4170 x4162 
71174.88/3601.13	v x4153 x4143 x4132 x4120 x4107 x4006 x3991 x3975 x3958 x3940 x3921 x3901 x3880 x3858 x3835 x3723 x3698 x3672 x3645 x3617 x3588 
71174.88/3601.13	v x3558 x3527 x3495 x3462 x3339 x3304 x3268 x3231 x3193 x3154 x3114 x3073 x3031 x2988 x2854 x2809 x2763 x2716 x2668 x2619 x2569 
71174.88/3601.13	v x2518 x2466 x2413 x2268 x2213 -x2157 x2100 x2042 x1983 x1923 x1862 x1800 x1737 x1581 x1516 x1450 x1383 x1315 x1246 x1176 x1105 
71174.88/3601.13	v x1033 x960 x793 x718 x642 x565 x487 x408 x328 x247 x165 x82 x4369 x4274 x4093 x3811 x3428 x2944 x2359 x1673 x886 x4277 x4187 
71174.88/3601.13	v x4182 x4176 x4169 x4161 x4152 x4142 x4131 x4119 x4106 x4005 x3990 x3974 x3957 x3939 x3920 x3900 x3879 x3857 x3834 x3722 
71174.88/3601.13	v x3697 x3671 x3644 x3616 x3587 x3557 x3526 x3494 x3461 x3338 x3303 x3267 -x3230 x3192 x3153 x3113 x3072 x3030 x2987 x2853 x2808 
71174.88/3601.13	v x2762 x2715 x2667 x2618 x2568 x2517 x2465 x2412 x2267 x2212 x2156 x2099 x2041 x1982 x1922 x1861 x1799 x1736 x1580 x1515 x1449 
71174.88/3601.13	v x1382 x1314 x1245 x1175 x1104 x1032 x959 x792 x717 x641 x564 x486 x407 x327 x246 x164 x81 x4368 x4273 x4092 x3810 x3427 x2943 
71174.88/3601.13	v x2358 x1672 x885 x4186 x4181 x4175 x4168 x4160 x4151 x4141 x4130 x4118 x4105 x4004 x3989 x3973 x3956 x3938 x3919 x3899 x3878 
71174.88/3601.13	v x3856 x3833 x3721 x3696 x3670 x3643 x3615 x3586 x3556 x3525 x3493 x3460 x3337 x3302 x3266 -x3229 x3191 x3152 x3112 x3071 
71174.88/3601.13	v x3029 x2986 x2852 x2807 x2761 x2714 x2666 x2617 x2567 x2516 x2464 x2411 x2266 x2211 x2155 x2098 x2040 x1981 x1921 x1860 x1798 
71174.88/3601.13	v x1735 x1579 x1514 x1448 x1381 x1313 x1244 x1174 x1103 x1031 x958 x791 x716 x640 x563 x485 x406 x326 x245 x163 x80 x4367 x4272 
71174.88/3601.13	v x4091 x3809 x3426 x2942 x2357 x1671 x884 x4180 x4174 x4167 x4159 x4150 x4140 x4129 x4117 x4104 x4003 x3988 x3972 x3955 x3937 
71174.88/3601.13	v x3918 x3898 -x3877 x3855 x3832 x3720 x3695 x3669 x3642 x3614 x3585 x3555 x3524 x3492 x3459 x3336 x3301 x3265 x3228 x3190 x3151 
71174.88/3601.13	v x3111 x3070 x3028 x2985 x2851 x2806 x2760 x2713 x2665 x2616 x2566 x2515 x2463 x2410 x2265 x2210 x2154 x2097 x2039 x1980 x1920 
71174.88/3601.13	v x1859 x1797 x1734 x1578 x1513 x1447 x1380 x1312 x1243 x1173 x1102 x1030 x957 x790 x715 x639 x562 x484 x405 x325 x244 x162 
71174.88/3601.13	v x79 x4366 x4271 x4090 x3808 x3425 x2941 x2356 x1670 x883 x4173 x4166 x4158 x4149 x4139 x4128 x4116 x4103 x4002 x3987 x3971 
71174.88/3601.13	v x3954 x3936 x3917 x3897 x3876 x3854 x3831 x3719 x3694 x3668 x3641 x3613 x3584 x3554 x3523 x3491 x3458 x3335 x3300 x3264 x3227 
71174.88/3601.13	v x3189 x3150 x3110 x3069 x3027 x2984 x2850 x2805 x2759 x2712 x2664 x2615 x2565 x2514 -x2462 x2409 x2264 -x2209 x2153 x2096 x2038 
71174.88/3601.13	v x1979 x1919 x1858 x1796 x1733 x1577 x1512 x1446 x1379 x1311 x1242 x1172 x1101 x1029 x956 x789 x714 x638 x561 x483 x404 x324 
71174.88/3601.13	v x243 x161 x78 x4365 x4270 x4089 x3807 x3424 x2940 x2355 x1669 x882 x4165 x4157 x4148 x4138 x4127 x4115 x4102 x4001 x3986 x3970 
71174.88/3601.13	v x3953 x3935 x3916 x3896 x3875 x3853 x3830 x3718 x3693 x3667 x3640 x3612 x3583 x3553 x3522 x3490 x3457 x3334 x3299 x3263 
71174.88/3601.13	v x3226 x3188 -x3149 x3109 x3068 x3026 x2983 x2849 x2804 x2758 x2711 x2663 x2614 x2564 x2513 x2461 x2408 x2263 x2208 x2152 x2095 
71174.88/3601.13	v x2037 x1978 x1918 x1857 x1795 x1732 x1576 x1511 x1445 x1378 x1310 x1241 x1171 x1100 x1028 x955 x788 x713 x637 x560 x482 x403 
71174.88/3601.13	v x323 x242 x160 x77 x4364 x4269 x4088 x3806 x3423 x2939 x2354 x1668 x881 x4156 x4147 x4137 x4126 x4114 x4101 x4000 x3985 x3969 
71174.88/3601.13	v x3952 x3934 x3915 x3895 x3874 x3852 x3829 x3717 x3692 x3666 x3639 x3611 x3582 x3552 x3521 x3489 x3456 x3333 x3298 x3262 x3225 
71174.88/3601.13	v x3187 x3148 x3108 x3067 x3025 x2982 x2848 x2803 x2757 x2710 x2662 x2613 x2563 x2512 x2460 x2407 x2262 x2207 x2151 -x2094 
71174.88/3601.13	v x2036 x1977 x1917 x1856 x1794 x1731 x1575 x1510 x1444 x1377 x1309 x1240 x1170 x1099 x1027 x954 x787 x712 x636 x559 x481 x402 
71174.88/3601.13	v x322 x241 x159 x76 x4363 x4268 x4087 x3805 x3422 x2938 x2353 x1667 x880 x4146 x4136 x4125 x4113 x4100 x3999 x3984 x3968 x3951 
71174.88/3601.13	v x3933 x3914 x3894 x3873 x3851 x3828 x3716 x3691 x3665 x3638 x3610 x3581 x3551 x3520 x3488 x3455 x3332 x3297 x3261 x3224 x3186 
71174.88/3601.13	v x3147 x3107 x3066 x3024 x2981 x2847 x2802 x2756 x2709 x2661 x2612 x2562 x2511 x2459 x2406 x2261 x2206 x2150 x2093 x2035 x1976 
71174.88/3601.13	v x1916 x1855 x1793 x1730 x1574 x1509 x1443 x1376 x1308 x1239 x1169 x1098 x1026 x953 x786 x711 x635 x558 x480 x401 x321 x240 
71174.88/3601.13	v x158 x75 x4362 x4267 x4086 x3804 x3421 x2937 x2352 x1666 x879 x4135 x4124 x4112 x4099 x3998 x3983 x3967 x3950 x3932 x3913 x3893 
71174.88/3601.13	v x3872 x3850 x3827 x3715 x3690 x3664 x3637 x3609 x3580 x3550 x3519 x3487 x3454 x3331 x3296 x3260 x3223 x3185 x3146 x3106 x3065 
71174.88/3601.13	v x3023 x2980 x2846 x2801 x2755 x2708 x2660 x2611 x2561 x2510 x2458 x2405 x2260 x2205 x2149 x2092 x2034 x1975 x1915 x1854 
71174.88/3601.13	v x1792 x1729 x1573 x1508 x1442 x1375 x1307 x1238 x1168 x1097 x1025 x952 x785 x710 -x634 x557 x479 x400 x320 x239 x157 x74 x4361 
71174.88/3601.13	v x4266 x4085 x3803 x3420 x2936 x2351 x1665 x878 x4123 -x4111 x4098 x3997 x3982 x3966 x3949 x3931 x3912 x3892 x3871 x3849 x3826 
71174.88/3601.13	v x3714 x3689 x3663 x3636 x3608 x3579 x3549 x3518 x3486 x3453 x3330 x3295 x3259 x3222 x3184 x3145 x3105 x3064 x3022 x2979 x2845 
71174.88/3601.13	v x2800 x2754 x2707 x2659 x2610 x2560 x2509 x2457 x2404 x2259 x2204 x2148 x2091 x2033 x1974 x1914 x1853 x1791 x1728 x1572 x1507 
71174.88/3601.13	v x1441 x1374 x1306 x1237 x1167 x1096 x1024 x951 x784 x709 x633 x556 x478 x399 x319 x238 x156 x73 x4360 x4265 x4084 x3802 
71174.88/3601.13	v x3419 x2935 x2350 x1664 x877 x4110 x4097 x3996 x3981 x3965 x3948 x3930 x3911 x3891 x3870 x3848 x3825 x3713 x3688 x3662 x3635 
71174.88/3601.13	v x3607 x3578 x3548 x3517 x3485 x3452 x3329 x3294 x3258 x3221 x3183 x3144 x3104 x3063 x3021 x2978 x2844 x2799 x2753 x2706 x2658 
71174.88/3601.13	v x2609 x2559 x2508 x2456 x2403 x2258 x2203 x2147 x2090 x2032 x1973 x1913 x1852 x1790 x1727 x1571 x1506 x1440 x1373 -x1305 x1236 
71174.88/3601.13	v x1166 x1095 x1023 x950 x783 x708 x632 x555 x477 x398 x318 x237 x155 x72 x4359 x4264 x4083 x3801 x3418 x2934 x2349 x1663 x876 
71174.88/3601.13	v x4096 x3995 x3980 x3964 x3947 x3929 x3910 x3890 x3869 x3847 x3824 x3712 x3687 x3661 x3634 x3606 x3577 x3547 x3516 x3484 x3451 
71174.88/3601.13	v x3328 x3293 x3257 x3220 x3182 -x3143 x3103 x3062 x3020 x2977 x2843 x2798 x2752 x2705 x2657 x2608 x2558 x2507 x2455 x2402 
71174.88/3601.13	v x2257 x2202 x2146 x2089 x2031 x1972 x1912 x1851 x1789 x1726 x1570 x1505 x1439 x1372 x1304 x1235 x1165 x1094 x1022 x949 x782 x707 
71174.88/3601.13	v x631 x554 x476 x397 x317 x236 x154 x71 x4358 x4263 x4082 x3800 x3417 x2933 x2348 x1662 x875 x3994 x3979 x3963 x3946 x3928 
71174.88/3601.13	v x3909 x3889 x3868 x3846 x3823 x3711 x3686 x3660 x3633 x3605 -x3576 x3546 x3515 x3483 x3450 x3327 x3292 x3256 x3219 x3181 x3142 
71174.88/3601.13	v x3102 x3061 x3019 x2976 x2842 x2797 x2751 x2704 x2656 x2607 x2557 x2506 x2454 x2401 x2256 x2201 x2145 x2088 x2030 x1971 x1911 
71174.88/3601.13	v x1850 x1788 x1725 x1569 x1504 x1438 x1371 x1303 x1234 x1164 x1093 x1021 x948 x781 x706 x630 x553 x475 x396 x316 x235 x153 
71174.88/3601.13	v x70 x4357 x4262 x4081 x3799 x3416 x2932 x2347 x1661 x874 x3978 x3962 x3945 x3927 x3908 x3888 x3867 x3845 x3822 x3710 x3685 x3659 
71174.88/3601.13	v x3632 x3604 x3575 x3545 x3514 x3482 x3449 x3326 x3291 x3255 x3218 x3180 x3141 x3101 x3060 x3018 x2975 x2841 x2796 x2750 
71174.88/3601.13	v x2703 x2655 x2606 x2556 x2505 x2453 x2400 x2255 x2200 x2144 x2087 x2029 x1970 x1910 x1849 -x1787 x1724 x1568 x1503 x1437 x1370 
71174.88/3601.13	v x1302 x1233 x1163 x1092 x1020 x947 x780 x705 x629 x552 x474 x395 x315 x234 x152 x69 x4356 x4261 x4080 x3798 x3415 x2931 x2346 
71174.88/3601.13	v x1660 x873 x3961 x3944 -x3926 x3907 x3887 x3866 x3844 x3821 x3709 x3684 x3658 x3631 x3603 x3574 x3544 x3513 x3481 x3448 x3325 
71174.88/3601.13	v x3290 x3254 x3217 x3179 x3140 x3100 x3059 x3017 x2974 x2840 x2795 -x2749 x2702 x2654 x2605 x2555 x2504 x2452 x2399 x2254 
71174.88/3601.13	v x2199 x2143 x2086 x2028 x1969 x1909 x1848 x1786 x1723 x1567 x1502 x1436 x1369 x1301 x1232 x1162 x1091 x1019 x946 x779 x704 x628 
71174.88/3601.13	v x551 x473 x394 x314 x233 x151 x68 x4355 x4260 x4079 x3797 x3414 x2930 x2345 x1659 x872 x3943 x3925 x3906 x3886 x3865 x3843 
71174.88/3601.13	v x3820 x3708 x3683 x3657 x3630 x3602 x3573 x3543 x3512 x3480 x3447 x3324 x3289 x3253 x3216 x3178 x3139 x3099 x3058 x3016 x2973 
71174.88/3601.13	v x2839 x2794 x2748 x2701 x2653 x2604 x2554 x2503 x2451 x2398 x2253 x2198 x2142 x2085 x2027 x1968 x1908 x1847 -x1785 x1722 x1566 
71174.88/3601.13	v x1501 x1435 x1368 x1300 x1231 x1161 x1090 x1018 x945 x778 x703 x627 x550 x472 x393 x313 x232 x150 x67 x4354 x4259 x4078 x3796 
71174.88/3601.13	v x3413 x2929 x2344 x1658 x871 x3924 x3905 x3885 x3864 x3842 x3819 x3707 x3682 x3656 x3629 x3601 x3572 x3542 x3511 x3479 x3446 
71174.88/3601.13	v x3323 x3288 x3252 x3215 x3177 x3138 x3098 x3057 x3015 x2972 x2838 x2793 x2747 x2700 x2652 x2603 x2553 x2502 x2450 x2397 
71174.88/3601.13	v x2252 x2197 x2141 x2084 x2026 x1967 x1907 x1846 x1784 x1721 x1565 -x1500 x1434 x1367 x1299 x1230 x1160 x1089 x1017 x944 x777 
71174.88/3601.13	v x702 x626 x549 x471 x392 x312 x231 x149 x66 x4353 x4258 x4077 x3795 x3412 x2928 x2343 x1657 x870 x3904 x3884 x3863 x3841 x3818 
71174.88/3601.13	v x3706 x3681 x3655 x3628 x3600 x3571 x3541 x3510 x3478 x3445 x3322 x3287 x3251 x3214 x3176 x3137 x3097 x3056 x3014 x2971 x2837 
71174.88/3601.13	v x2792 -x2746 x2699 x2651 x2602 x2552 x2501 x2449 x2396 x2251 x2196 x2140 x2083 x2025 x1966 x1906 x1845 x1783 x1720 x1564 x1499 
71174.88/3601.13	v x1433 x1366 x1298 x1229 x1159 x1088 x1016 x943 x776 x701 x625 x548 x470 x391 x311 x230 x148 x65 x4352 x4257 x4076 x3794 
71174.88/3601.13	v x3411 x2927 x2342 x1656 x869 x3883 x3862 x3840 x3817 x3705 x3680 x3654 x3627 x3599 x3570 x3540 x3509 x3477 x3444 x3321 x3286 
71174.88/3601.13	v x3250 x3213 x3175 x3136 x3096 x3055 x3013 x2970 -x2836 x2791 x2745 x2698 x2650 x2601 x2551 x2500 x2448 x2395 x2250 x2195 x2139 
71174.88/3601.13	v x2082 x2024 x1965 x1905 x1844 x1782 x1719 x1563 x1498 x1432 x1365 x1297 x1228 x1158 x1087 x1015 x942 x775 x700 x624 x547 x469 
71174.88/3601.13	v x390 x310 x229 x147 x64 x4351 x4256 x4075 x3793 x3410 x2926 x2341 x1655 x868 x3861 x3839 x3816 x3704 x3679 x3653 x3626 x3598 
71174.88/3601.13	v x3569 x3539 x3508 -x3476 x3443 x3320 x3285 x3249 x3212 x3174 x3135 x3095 x3054 x3012 x2969 x2835 x2790 x2744 x2697 x2649 x2600 
71174.88/3601.13	v x2550 x2499 x2447 x2394 x2249 x2194 x2138 x2081 x2023 x1964 x1904 x1843 x1781 x1718 x1562 x1497 x1431 x1364 x1296 x1227 
71174.88/3601.13	v x1157 x1086 x1014 x941 x774 x699 x623 x546 x468 x389 x309 x228 x146 x63 x4350 x4255 x4074 x3792 x3409 x2925 x2340 x1654 x867 
71174.88/3601.13	v x3838 x3815 x3703 x3678 x3652 x3625 x3597 x3568 x3538 x3507 x3475 x3442 x3319 x3284 x3248 x3211 x3173 x3134 x3094 x3053 x3011 
71174.88/3601.13	v x2968 x2834 x2789 x2743 -x2696 x2648 x2599 x2549 x2498 x2446 x2393 x2248 x2193 x2137 x2080 x2022 x1963 x1903 x1842 x1780 x1717 
71174.88/3601.13	v x1561 x1496 x1430 x1363 x1295 x1226 x1156 x1085 x1013 x940 x773 x698 x622 x545 x467 x388 x308 x227 x145 x62 x4349 x4254 x4073 
71174.88/3601.13	v x3791 x3408 x2924 x2339 x1653 x866 x3814 x3702 x3677 x3651 x3624 x3596 x3567 x3537 x3506 x3474 x3441 x3318 x3283 x3247 x3210 
71174.88/3601.13	v x3172 x3133 x3093 -x3052 x3010 x2967 x2833 x2788 x2742 x2695 x2647 x2598 x2548 x2497 x2445 x2392 x2247 x2192 x2136 x2079 
71174.88/3601.13	v x2021 x1962 x1902 x1841 x1779 x1716 x1560 x1495 x1429 x1362 x1294 x1225 x1155 x1084 x1012 x939 x772 x697 x621 x544 x466 x387 
71174.88/3601.13	v x307 x226 x144 x61 x4348 x4253 x4072 x3790 x3407 x2923 x2338 x1652 x865 x3701 x3676 x3650 x3623 x3595 x3566 x3536 x3505 x3473 
71174.88/3601.13	v x3440 x3317 x3282 x3246 x3209 x3171 x3132 x3092 x3051 x3009 x2966 x2832 x2787 x2741 x2694 x2646 x2597 x2547 x2496 x2444 x2391 
71174.88/3601.13	v x2246 x2191 x2135 x2078 x2020 x1961 x1901 x1840 x1778 x1715 x1559 x1494 x1428 x1361 x1293 x1224 x1154 x1083 x1011 x938 x771 
71174.88/3601.13	v x696 x620 x543 x465 x386 x306 x225 x143 x60 x4347 x4252 x4071 x3789 x3406 x2922 x2337 x1651 x864 x3675 x3649 x3622 x3594 x3565 
71174.88/3601.13	v x3535 x3504 x3472 x3439 x3316 x3281 x3245 x3208 x3170 x3131 x3091 x3050 x3008 x2965 x2831 x2786 x2740 x2693 x2645 x2596 x2546 
71174.88/3601.13	v x2495 x2443 x2390 x2245 x2190 x2134 x2077 x2019 x1960 x1900 x1839 x1777 x1714 x1558 x1493 x1427 x1360 x1292 x1223 x1153 x1082 
71174.88/3601.13	v x1010 -x937 x770 x695 x619 x542 x464 x385 x305 x224 x142 x59 x4346 x4251 x4070 x3788 x3405 x2921 x2336 x1650 x863 x3648 
71174.88/3601.13	v x3621 x3593 x3564 x3534 x3503 x3471 x3438 x3315 x3280 x3244 x3207 x3169 x3130 -x3090 x3049 x3007 x2964 x2830 x2785 x2739 x2692 
71174.88/3601.13	v x2644 x2595 x2545 x2494 x2442 x2389 x2244 x2189 x2133 x2076 x2018 x1959 x1899 x1838 x1776 x1713 x1557 x1492 x1426 x1359 x1291 
71174.88/3601.13	v x1222 x1152 x1081 x1009 x936 x769 x694 x618 x541 x463 x384 x304 x223 x141 x58 x4345 x4250 x4069 x3787 x3404 x2920 x2335 x1649 
71174.88/3601.13	v x862 x3620 x3592 x3563 x3533 x3502 x3470 x3437 x3314 x3279 x3243 x3206 x3168 x3129 x3089 x3048 x3006 x2963 x2829 x2784 x2738 
71174.88/3601.13	v x2691 x2643 x2594 x2544 x2493 x2441 x2388 x2243 x2188 x2132 x2075 x2017 -x1958 x1898 x1837 x1775 x1712 x1556 x1491 x1425 
71174.88/3601.13	v x1358 x1290 x1221 x1151 x1080 x1008 x935 x768 -x693 x617 x540 x462 x383 x303 x222 x140 x57 x4344 x4249 x4068 x3786 x3403 x2919 
71174.88/3601.13	v x2334 x1648 x861 x3591 x3562 x3532 x3501 x3469 x3436 x3313 x3278 x3242 x3205 x3167 x3128 x3088 x3047 x3005 x2962 x2828 x2783 
71174.88/3601.13	v x2737 x2690 x2642 x2593 x2543 x2492 x2440 x2387 x2242 x2187 x2131 x2074 x2016 x1957 x1897 x1836 x1774 x1711 x1555 x1490 x1424 
71174.88/3601.13	v x1357 x1289 x1220 x1150 x1079 x1007 x934 x767 x692 x616 x539 x461 x382 x302 x221 x139 -x56 x4343 x4248 x4067 x3785 x3402 x2918 
71174.88/3601.13	v x2333 x1647 x860 x3561 x3531 x3500 x3468 x3435 x3312 x3277 x3241 x3204 x3166 x3127 x3087 x3046 -x3004 x2961 x2827 x2782 
71174.88/3601.13	v x2736 x2689 x2641 x2592 x2542 x2491 x2439 x2386 x2241 x2186 x2130 x2073 x2015 x1956 x1896 x1835 x1773 x1710 x1554 x1489 x1423 
71174.88/3601.13	v x1356 x1288 x1219 x1149 x1078 x1006 x933 x766 x691 x615 x538 x460 x381 x301 x220 x138 x55 x4342 x4247 x4066 x3784 x3401 x2917 
71174.88/3601.13	v x2332 x1646 x859 x3530 x3499 x3467 x3434 x3311 x3276 -x3240 x3203 x3165 x3126 x3086 x3045 x3003 x2960 x2826 x2781 x2735 x2688 
71174.88/3601.13	v x2640 x2591 x2541 x2490 x2438 x2385 x2240 x2185 x2129 x2072 x2014 x1955 x1895 x1834 x1772 x1709 x1553 x1488 x1422 x1355 x1287 
71174.88/3601.13	v x1218 x1148 x1077 x1005 x932 x765 x690 x614 x537 x459 x380 x300 x219 x137 x54 x4341 x4246 x4065 x3783 x3400 x2916 x2331 x1645 
71174.88/3601.13	v x858 x3498 x3466 x3433 x3310 x3275 x3239 x3202 x3164 x3125 x3085 x3044 x3002 x2959 x2825 x2780 x2734 x2687 x2639 x2590 x2540 
71174.88/3601.13	v x2489 x2437 x2384 x2239 x2184 x2128 x2071 x2013 x1954 x1894 x1833 x1771 x1708 x1552 x1487 -x1421 x1354 x1286 x1217 x1147 
71174.88/3601.13	v x1076 x1004 x931 x764 x689 x613 x536 x458 x379 x299 x218 x136 x53 x4340 x4245 x4064 x3782 x3399 x2915 x2330 x1644 x857 x3465 
71174.88/3601.13	v x3432 x3309 x3274 x3238 x3201 x3163 x3124 x3084 x3043 -x3001 x2958 x2824 x2779 x2733 x2686 x2638 x2589 x2539 x2488 x2436 x2383 
71174.88/3601.13	v x2238 x2183 x2127 x2070 x2012 x1953 x1893 x1832 x1770 x1707 x1551 x1486 x1420 x1353 x1285 x1216 x1146 x1075 x1003 x930 x763 
71174.88/3601.13	v x688 x612 x535 x457 x378 x298 x217 x135 x52 x4339 x4244 x4063 x3781 x3398 x2914 x2329 x1643 x856 x3431 x3308 x3273 x3237 x3200 
71174.88/3601.13	v x3162 x3123 x3083 x3042 x3000 x2957 x2823 x2778 x2732 x2685 x2637 x2588 x2538 x2487 x2435 x2382 x2237 x2182 x2126 x2069 x2011 
71174.88/3601.13	v x1952 x1892 -x1831 x1769 x1706 x1550 x1485 x1419 x1352 x1284 x1215 x1145 x1074 x1002 x929 x762 x687 x611 x534 x456 x377 
71174.88/3601.13	v x297 x216 x134 x51 x4338 x4243 x4062 x3780 x3397 x2913 x2328 x1642 x855 x3307 x3272 x3236 x3199 x3161 x3122 x3082 x3041 x2999 
71174.88/3601.13	v x2956 x2822 x2777 x2731 x2684 x2636 x2587 x2537 x2486 x2434 x2381 x2236 x2181 x2125 x2068 -x2010 x1951 x1891 x1830 x1768 x1705 
71174.88/3601.13	v x1549 x1484 x1418 x1351 x1283 x1214 x1144 x1073 x1001 x928 x761 x686 x610 x533 x455 x376 x296 x215 x133 x50 x4337 x4242 x4061 
71174.88/3601.13	v x3779 x3396 x2912 x2327 x1641 x854 x3271 -x3235 x3198 x3160 x3121 x3081 x3040 x2998 x2955 x2821 x2776 x2730 x2683 x2635 x2586 
71174.88/3601.13	v x2536 x2485 x2433 x2380 x2235 x2180 x2124 x2067 x2009 x1950 x1890 x1829 x1767 x1704 x1548 x1483 x1417 x1350 x1282 x1213 
71174.88/3601.13	v x1143 x1072 x1000 x927 x760 x685 x609 x532 x454 x375 x295 x214 x132 x49 x4336 x4241 x4060 x3778 x3395 x2911 x2326 x1640 x853 
71174.88/3601.13	v x3234 x3197 x3159 x3120 x3080 x3039 x2997 x2954 x2820 x2775 x2729 x2682 x2634 x2585 x2535 x2484 x2432 x2379 x2234 x2179 x2123 
71174.88/3601.13	v x2066 x2008 x1949 x1889 x1828 x1766 x1703 x1547 x1482 x1416 x1349 x1281 x1212 x1142 x1071 x999 x926 x759 x684 x608 x531 x453 
71174.88/3601.13	v x374 x294 x213 x131 x48 x4335 x4240 x4059 x3777 x3394 x2910 x2325 x1639 x852 x3196 x3158 x3119 x3079 x3038 x2996 x2953 x2819 
71174.88/3601.13	v x2774 x2728 x2681 x2633 x2584 x2534 x2483 x2431 x2378 x2233 x2178 x2122 x2065 x2007 x1948 x1888 x1827 x1765 x1702 x1546 x1481 
71174.88/3601.13	v x1415 x1348 x1280 x1211 x1141 x1070 x998 x925 x758 x683 x607 x530 x452 x373 x293 x212 x130 x47 x4334 x4239 x4058 x3776 x3393 
71174.88/3601.13	v x2909 x2324 x1638 x851 x3157 x3118 x3078 x3037 x2995 x2952 x2818 x2773 x2727 x2680 x2632 x2583 x2533 x2482 x2430 x2377 x2232 
71174.88/3601.13	v x2177 x2121 x2064 x2006 x1947 x1887 x1826 x1764 x1701 x1545 x1480 x1414 x1347 x1279 x1210 x1140 x1069 x997 x924 x757 x682 x606 
71174.88/3601.13	v x529 x451 x372 x292 x211 x129 x46 x4333 x4238 x4057 x3775 x3392 x2908 x2323 x1637 x850 x3117 x3077 x3036 x2994 x2951 x2817 
71174.88/3601.13	v x2772 -x2726 x2679 x2631 x2582 x2532 x2481 x2429 x2376 x2231 x2176 x2120 x2063 x2005 x1946 x1886 x1825 x1763 x1700 x1544 x1479 
71174.88/3601.13	v x1413 x1346 x1278 x1209 x1139 x1068 x996 x923 x756 x681 x605 x528 x450 x371 x291 x210 x128 x45 x4332 x4237 x4056 x3774 x3391 
71174.88/3601.13	v x2907 x2322 x1636 x849 x3076 x3035 x2993 x2950 x2816 x2771 x2725 x2678 x2630 x2581 x2531 x2480 x2428 x2375 x2230 x2175 x2119 
71174.88/3601.13	v x2062 x2004 x1945 x1885 x1824 x1762 x1699 x1543 x1478 x1412 x1345 x1277 x1208 x1138 x1067 x995 x922 x755 x680 x604 x527 x449 
71174.88/3601.13	v x370 x290 x209 x127 x44 x4331 x4236 x4055 x3773 x3390 x2906 x2321 x1635 x848 x3034 x2992 -x2949 x2815 x2770 x2724 x2677 x2629 
71174.88/3601.13	v x2580 x2530 x2479 x2427 x2374 x2229 x2174 x2118 x2061 x2003 x1944 x1884 x1823 x1761 x1698 x1542 x1477 x1411 x1344 x1276 
71174.88/3601.13	v x1207 x1137 x1066 x994 x921 x754 x679 x603 x526 x448 x369 x289 x208 x126 x43 x4330 x4235 x4054 x3772 x3389 x2905 x2320 x1634 
71174.88/3601.13	v x847 x2991 x2948 -x2814 x2769 x2723 x2676 x2628 x2579 x2529 x2478 x2426 x2373 x2228 x2173 x2117 x2060 x2002 x1943 x1883 x1822 
71174.88/3601.13	v x1760 x1697 x1541 x1476 x1410 x1343 x1275 x1206 x1136 x1065 x993 x920 x753 x678 x602 x525 x447 x368 x288 x207 x125 x42 x4329 
71174.88/3601.13	v x4234 x4053 x3771 x3388 x2904 x2319 x1633 x846 x2947 x2813 x2768 x2722 x2675 x2627 x2578 x2528 x2477 x2425 x2372 x2227 x2172 
71174.88/3601.13	v x2116 x2059 x2001 x1942 x1882 x1821 x1759 x1696 x1540 x1475 x1409 x1342 x1274 x1205 x1135 x1064 x992 x919 x752 x677 x601 x524 
71174.88/3601.13	v x446 x367 x287 x206 x124 x41 x4328 x4233 x4052 x3770 x3387 x2903 x2318 x1632 x845 x2812 x2767 x2721 x2674 x2626 x2577 x2527 
71174.88/3601.13	v x2476 x2424 x2371 x2226 x2171 x2115 x2058 x2000 x1941 x1881 x1820 x1758 x1695 x1539 x1474 x1408 x1341 x1273 x1204 x1134 x1063 
71174.88/3601.13	v x991 x918 x751 x676 x600 x523 x445 x366 x286 x205 x123 x40 x4327 x4232 x4051 x3769 x3386 x2902 x2317 x1631 x844 x2766 x2720 
71174.88/3601.13	v x2673 x2625 x2576 x2526 x2475 x2423 x2370 x2225 x2170 x2114 x2057 x1999 x1940 x1880 x1819 x1757 x1694 x1538 x1473 x1407 x1340 
71174.88/3601.13	v x1272 x1203 x1133 x1062 x990 x917 x750 x675 x599 x522 x444 x365 x285 x204 x122 x39 x4326 x4231 x4050 x3768 x3385 x2901 x2316 
71174.88/3601.13	v x1630 x843 -x2719 x2672 x2624 x2575 x2525 x2474 x2422 x2369 x2224 x2169 x2113 x2056 x1998 x1939 x1879 x1818 x1756 x1693 x1537 
71174.88/3601.13	v x1472 x1406 x1339 x1271 x1202 x1132 x1061 x989 x916 x749 x674 x598 x521 x443 x364 x284 x203 x121 x38 x4325 x4230 x4049 x3767 
71174.88/3601.13	v x3384 x2900 x2315 x1629 x842 x2671 x2623 x2574 x2524 x2473 x2421 x2368 x2223 x2168 x2112 x2055 x1997 x1938 x1878 x1817 x1755 
71174.88/3601.13	v x1692 x1536 x1471 x1405 x1338 x1270 x1201 x1131 x1060 x988 x915 x748 x673 x597 x520 x442 x363 x283 x202 x120 x37 x4324 x4229 
71174.88/3601.13	v x4048 x3766 x3383 x2899 x2314 x1628 x841 x2622 x2573 x2523 x2472 x2420 x2367 x2222 x2167 x2111 x2054 x1996 x1937 x1877 x1816 
71174.88/3601.13	v x1754 x1691 -x1535 x1470 x1404 x1337 x1269 x1200 x1130 x1059 x987 x914 x747 x672 x596 x519 x441 x362 x282 x201 x119 x36 x4323 
71174.88/3601.13	v x4228 x4047 x3765 x3382 x2898 x2313 x1627 x840 x2572 -x2522 x2471 x2419 x2366 x2221 x2166 x2110 x2053 x1995 x1936 x1876 x1815 
71174.88/3601.13	v x1753 x1690 x1534 x1469 x1403 x1336 x1268 x1199 x1129 x1058 x986 x913 x746 x671 x595 x518 x440 x361 x281 x200 x118 x35 x4322 
71174.88/3601.13	v x4227 x4046 x3764 x3381 x2897 x2312 x1626 x839 x2521 x2470 x2418 x2365 x2220 x2165 x2109 x2052 x1994 x1935 x1875 x1814 x1752 
71174.88/3601.13	v x1689 x1533 x1468 x1402 x1335 x1267 x1198 x1128 x1057 x985 x912 x745 x670 x594 x517 x439 x360 x280 x199 x117 x34 x4321 x4226 
71174.88/3601.13	v x4045 x3763 x3380 x2896 -x2311 x1625 x838 x2469 x2417 x2364 x2219 x2164 x2108 x2051 x1993 x1934 x1874 x1813 x1751 x1688 
71174.88/3601.13	v x1532 x1467 x1401 x1334 x1266 x1197 x1127 x1056 x984 x911 x744 x669 x593 x516 x438 x359 x279 x198 x116 x33 x4320 x4225 x4044 
71174.88/3601.13	v x3762 x3379 x2895 x2310 x1624 x837 x2416 x2363 x2218 x2163 x2107 -x2050 x1992 x1933 x1873 x1812 x1750 x1687 x1531 x1466 x1400 
71174.88/3601.13	v x1333 x1265 x1196 x1126 x1055 x983 x910 x743 x668 x592 x515 x437 x358 x278 x197 x115 x32 x4319 x4224 x4043 x3761 x3378 x2894 
71174.88/3601.13	v x2309 x1623 x836 x2362 x2217 -x2162 x2106 x2049 x1991 x1932 x1872 x1811 x1749 x1686 x1530 x1465 x1399 x1332 x1264 x1195 x1125 
71174.88/3601.13	v x1054 x982 x909 x742 x667 x591 x514 x436 x357 x277 x196 x114 x31 x4318 x4223 x4042 x3760 x3377 x2893 x2308 x1622 x835 x2216 
71174.88/3601.13	v x2161 x2105 x2048 x1990 x1931 x1871 x1810 x1748 x1685 x1529 x1464 x1398 x1331 x1263 x1194 x1124 x1053 x981 x908 x741 x666 x590 
71174.88/3601.13	v x513 x435 x356 x276 x195 x113 x30 x4317 x4222 x4041 x3759 x3376 x2892 x2307 x1621 x834 -x2160 x2104 x2047 x1989 x1930 x1870 
71174.88/3601.13	v x1809 x1747 x1684 x1528 x1463 x1397 x1330 x1262 x1193 x1123 x1052 x980 x907 x740 x665 x589 x512 x434 x355 x275 x194 x112 x29 
71174.88/3601.13	v x4316 x4221 x4040 x3758 x3375 x2891 x2306 x1620 x833 x2103 x2046 x1988 x1929 x1869 x1808 x1746 x1683 x1527 x1462 x1396 x1329 
71174.88/3601.13	v x1261 x1192 x1122 x1051 x979 x906 x739 x664 x588 x511 x433 x354 x274 x193 x111 x28 x4315 x4220 x4039 x3757 x3374 x2890 x2305 
71174.88/3601.13	v x1619 x832 x2045 x1987 x1928 x1868 x1807 x1745 x1682 x1526 x1461 x1395 x1328 x1260 x1191 x1121 x1050 x978 x905 x738 x663 x587 
71174.88/3601.13	v -x510 x432 x353 x273 x192 x110 x27 x4314 x4219 x4038 x3756 x3373 x2889 x2304 x1618 x831 x1986 x1927 x1867 x1806 x1744 x1681 
71174.88/3601.13	v x1525 x1460 x1394 x1327 x1259 x1190 x1120 x1049 x977 x904 x737 x662 x586 x509 x431 x352 x272 x191 x109 x26 x4313 x4218 x4037 
71174.88/3601.13	v x3755 x3372 x2888 x2303 x1617 x830 x1926 x1866 x1805 x1743 x1680 x1524 x1459 x1393 x1326 x1258 x1189 -x1119 x1048 x976 x903 
71174.88/3601.13	v x736 x661 x585 x508 x430 x351 x271 x190 x108 x25 x4312 x4217 x4036 x3754 x3371 x2887 x2302 x1616 x829 x1865 x1804 x1742 x1679 
71174.88/3601.13	v x1523 x1458 x1392 x1325 x1257 x1188 x1118 x1047 x975 x902 x735 -x660 x584 x507 x429 x350 x270 x189 x107 x24 x4311 x4216 x4035 
71174.88/3601.13	v x3753 x3370 x2886 x2301 x1615 x828 x1803 x1741 x1678 x1522 x1457 x1391 x1324 x1256 -x1187 x1117 x1046 x974 x901 x734 x659 
71174.88/3601.13	v x583 x506 x428 x349 x269 x188 x106 x23 x4310 x4215 x4034 x3752 x3369 x2885 x2300 x1614 x827 x1740 x1677 x1521 x1456 x1390 x1323 
71174.88/3601.13	v x1255 x1186 x1116 x1045 x973 x900 x733 x658 x582 x505 x427 x348 -x268 x187 x105 x22 x4309 x4214 x4033 x3751 x3368 x2884 x2299 
71174.88/3601.13	v x1613 x826 -x1676 x1520 x1455 x1389 x1322 x1254 x1185 x1115 x1044 x972 x899 x732 x657 x581 x504 x426 x347 x267 x186 x104 
71174.88/3601.13	v x21 x4308 x4213 x4032 x3750 x3367 x2883 x2298 x1612 x825 x1519 x1454 x1388 x1321 x1253 x1184 x1114 x1043 x971 x898 x731 x656 
71174.88/3601.13	v x580 x503 x425 x346 x266 x185 x103 x20 x4307 x4212 x4031 x3749 x3366 x2882 x2297 x1611 x824 x1453 x1387 x1320 x1252 x1183 x1113 
71174.88/3601.13	v x1042 x970 x897 x730 x655 x579 x502 x424 x345 x265 x184 x102 x19 x4306 x4211 x4030 x3748 x3365 x2881 x2296 x1610 x823 x1386 
71174.88/3601.13	v x1319 x1251 x1182 x1112 x1041 x969 x896 x729 x654 x578 x501 x423 x344 x264 x183 x101 x18 x4305 x4210 x4029 x3747 x3364 x2880 
71174.88/3601.13	v x2295 x1609 x822 x1318 x1250 x1181 x1111 x1040 x968 x895 x728 x653 x577 x500 x422 x343 x263 x182 x100 x17 x4304 -x4209 x4028 
71174.88/3601.13	v x3746 x3363 x2879 x2294 x1608 x821 x1249 x1180 x1110 x1039 x967 x894 x727 x652 x576 x499 x421 x342 x262 x181 x99 x16 x4303 
71174.88/3601.13	v x4208 x4027 x3745 x3362 x2878 x2293 x1607 x820 x1179 x1109 x1038 x966 x893 x726 x651 x575 x498 x420 x341 x261 x180 x98 x15 x4302 
71174.88/3601.13	v x4207 x4026 x3744 -x3361 x2877 x2292 x1606 x819 x1108 x1037 x965 x892 x725 x650 x574 x497 x419 x340 x260 x179 x97 x14 x4301 
71174.88/3601.13	v x4206 x4025 x3743 x3360 x2876 x2291 x1605 x818 x1036 x964 x891 x724 x649 x573 x496 x418 x339 x259 x178 x96 x13 x4300 x4205 
71174.88/3601.13	v x4024 x3742 x3359 x2875 x2290 x1604 x817 x963 x890 x723 x648 x572 x495 x417 x338 x258 x177 x95 -x12 x4299 x4204 x4023 x3741 
71174.88/3601.13	v x3358 x2874 x2289 x1603 x816 x889 x722 -x647 x571 x494 x416 x337 x257 x176 x94 x11 x4298 x4203 x4022 x3740 x3357 x2873 x2288 
71174.88/3601.13	v x1602 x815 x721 -x646 x570 x493 x415 x336 x256 x175 x93 x10 x4297 x4202 x4021 x3739 x3356 x2872 x2287 x1601 x814 x645 x569 x492 
71174.88/3601.13	v x414 x335 x255 x174 x92 x9 x4296 x4201 x4020 x3738 x3355 x2871 x2286 x1600 x813 x568 x491 x413 x334 x254 x173 x91 x8 x4295 
71174.88/3601.13	v x4200 x4019 x3737 x3354 x2870 x2285 x1599 x812 x490 x412 x333 x253 x172 x90 x7 x4294 x4199 x4018 x3736 x3353 x2869 x2284 x1598 
71174.88/3601.13	v x811 x411 x332 x252 x171 x89 x6 x4293 x4198 x4017 x3735 x3352 x2868 x2283 x1597 -x810 x331 x251 x170 x88 x5 x4292 x4197 x4016 
71174.88/3601.13	v x3734 x3351 x2867 x2282 x1596 x809 x250 x169 -x87 x4 x4291 x4196 x4015 x3733 x3350 x2866 x2281 x1595 x808 x168 x86 x3 x4290 
71174.88/3601.13	v x4195 x4014 x3732 x3349 x2865 x2280 x1594 x807 x85 x2 x4289 x4194 x4013 x3731 x3348 x2864 x2279 x1593 x806 x1 x4288 x4193 
71174.88/3601.13	v x4012 x3730 x3347 x2863 x2278 x1592 x805 x4287 x4192 x4011 x3729 x3346 x2862 x2277 x1591 x804 x4191 x4010 -x3728 x3345 x2861 
71174.88/3601.13	v x2276 x1590 x803 x4009 x3727 x3344 x2860 x2275 x1589 x802 x3726 x3343 x2859 x2274 x1588 x801 x3342 -x2858 x2273 x1587 x800 x2857 
71174.88/3601.13	v x2272 x1586 x799 -x2271 x1585 x798 x1584 x797 x796 -x8557 -x8513 -x8556 -x8512 -x8555 -x8511 -x8554 -x8510 -x8553 -x8509 
71174.88/3601.13	v -x8552 -x8508 -x8551 -x8507 x8550 -x8506 -x8549 -x8505 -x8548 -x8504 -x8547 -x8503 -x8546 -x8502 -x8545 -x8501 -x8544 -x8500 
71174.88/3601.13	v -x8543 -x8499 x8542 -x8498 -x8541 -x8497 -x8540 -x8496 -x8539 -x8495 -x8538 -x8494 -x8537 -x8493 -x8536 -x8492 -x8535 -x8491 
71174.88/3601.13	v -x8534 -x8490 -x8533 -x8489 -x8532 -x8488 -x8531 -x8487 -x8530 -x8486 -x8529 x8485 -x8528 -x8484 -x8527 -x8483 -x8526 -x8482 
71174.88/3601.13	v -x8525 -x8481 -x8524 -x8480 -x8523 -x8479 x8522 -x8478 -x8521 -x8477 -x8520 -x8476 -x8519 -x8475 -x8518 -x8474 -x8517 -x8473 
71174.88/3601.13	v -x8516 -x8472 -x8515 x8471 -x8514 x8470 -x8469 -x8425 -x8468 -x8424 -x8467 -x8423 -x8466 -x8422 -x8465 -x8421 -x8464 -x8420 x8463 
71174.88/3601.13	v -x8419 -x8462 -x8418 -x8461 -x8417 -x8460 -x8416 -x8459 -x8415 -x8458 -x8414 -x8457 -x8413 -x8456 -x8412 -x8455 -x8411 x8454 
71174.88/3601.13	v -x8410 -x8453 -x8409 -x8452 -x8408 -x8451 -x8407 -x8450 -x8406 -x8449 -x8405 -x8448 -x8404 -x8447 -x8403 -x8446 -x8402 -x8445 
71174.88/3601.13	v -x8401 -x8444 -x8400 -x8443 -x8399 -x8442 -x8398 -x8441 x8397 -x8440 -x8396 -x8439 -x8395 -x8438 -x8394 -x8437 -x8393 -x8436 
71174.88/3601.13	v -x8392 -x8435 -x8391 -x8434 -x8390 -x8433 -x8389 -x8432 -x8388 -x8431 -x8387 -x8430 -x8386 -x8429 -x8385 -x8428 -x8384 
71174.88/3601.13	v -x8427 x8383 -x8426 x8382 -x8381 x8293 -x8380 -x8292 -x8379 -x8291 -x8378 x8290 -x8377 -x8289 -x8376 -x8288 -x8375 -x8287 -x8374 
71174.88/3601.13	v -x8286 -x8373 -x8285 -x8372 -x8284 -x8371 -x8283 -x8370 -x8282 -x8369 -x8281 -x8368 -x8280 -x8367 -x8279 -x8366 x8278 -x8365 
71174.88/3601.13	v -x8277 -x8364 -x8276 -x8363 -x8275 -x8362 -x8274 -x8361 -x8273 -x8360 -x8272 -x8359 -x8271 -x8358 -x8270 -x8357 -x8269 -x8356 
71174.88/3601.13	v -x8268 -x8355 -x8267 -x8354 -x8266 x8353 -x8265 -x8352 -x8264 -x8351 -x8263 -x8350 -x8262 -x8349 -x8261 -x8348 -x8260 -x8347 
71174.88/3601.13	v -x8259 -x8346 -x8258 -x8345 -x8257 -x8344 -x8256 -x8343 -x8255 -x8342 -x8254 -x8341 -x8253 -x8340 -x8252 x8339 -x8251 x8338 
71174.88/3601.13	v -x8250 -x8249 -x8205 -x8248 -x8204 -x8247 -x8203 -x8246 -x8202 x8245 -x8201 -x8244 -x8200 -x8243 -x8199 -x8242 -x8198 -x8241 
71174.88/3601.13	v -x8197 -x8240 -x8196 -x8239 -x8195 -x8238 -x8194 -x8237 -x8193 -x8236 -x8192 x8235 -x8191 -x8234 -x8190 -x8233 -x8189 -x8232 
71174.88/3601.13	v -x8188 -x8231 -x8187 -x8230 -x8186 -x8229 -x8185 -x8228 -x8184 x8227 -x8183 -x8226 -x8182 -x8225 -x8181 -x8224 -x8180 -x8223 
71174.88/3601.13	v -x8179 -x8222 -x8178 -x8221 -x8177 -x8220 -x8176 -x8219 -x8175 -x8218 -x8174 -x8217 -x8173 x8216 -x8172 -x8215 -x8171 -x8214 
71174.88/3601.13	v -x8170 -x8213 x8169 -x8212 -x8168 -x8211 x8167 -x8210 -x8166 x8209 -x8165 -x8208 -x8164 -x8207 -x8163 -x8206 x8162 x8161 
71174.88/3601.13	v -x8117 -x8160 -x8116 -x8159 -x8115 -x8158 -x8114 -x8157 -x8113 -x8156 -x8112 -x8155 -x8111 -x8154 -x8110 -x8153 -x8109 -x8152 
71174.88/3601.13	v -x8108 -x8151 -x8107 -x8150 -x8106 -x8149 -x8105 -x8148 -x8104 -x8147 -x8103 x8146 -x8102 -x8145 -x8101 -x8144 -x8100 -x8143 
71174.88/3601.13	v -x8099 -x8142 -x8098 -x8141 -x8097 -x8140 -x8096 -x8139 -x8095 -x8138 -x8094 -x8137 -x8093 -x8136 -x8092 -x8135 -x8091 -x8134 
71174.88/3601.13	v -x8090 -x8133 -x8089 -x8132 -x8088 -x8131 x8087 -x8130 -x8086 -x8129 -x8085 -x8128 -x8084 -x8127 -x8083 -x8126 -x8082 -x8125 
71174.88/3601.13	v x8081 -x8124 -x8080 -x8123 -x8079 x8122 -x8078 -x8121 -x8077 -x8120 -x8076 -x8119 -x8075 -x8118 x8074 -x8073 -x8029 -x8072 
71174.88/3601.13	v -x8028 -x8071 -x8027 -x8070 -x8026 -x8069 -x8025 -x8068 -x8024 -x8067 -x8023 x8066 -x8022 -x8065 -x8021 -x8064 -x8020 -x8063 
71174.88/3601.13	v -x8019 -x8062 -x8018 -x8061 -x8017 -x8060 -x8016 -x8059 -x8015 x8058 -x8014 -x8057 -x8013 -x8056 -x8012 -x8055 -x8011 -x8054 
71174.88/3601.13	v -x8010 -x8053 -x8009 -x8052 -x8008 -x8051 -x8007 -x8050 -x8006 -x8049 -x8005 -x8048 -x8004 -x8047 -x8003 -x8046 -x8002 -x8045 
71174.88/3601.13	v -x8001 -x8044 -x8000 -x8043 -x7999 -x8042 -x7998 -x8041 -x7997 -x8040 -x7996 -x8039 -x7995 x8038 -x7994 -x8037 x7993 -x8036 
71174.88/3601.13	v -x7992 -x8035 x7991 -x8034 -x7990 -x8033 -x7989 -x8032 -x7988 -x8031 -x7987 -x8030 x7986 -x7985 -x7941 -x7984 -x7940 -x7983 -x7939 
71174.88/3601.13	v -x7982 -x7938 -x7981 -x7937 -x7980 -x7936 -x7979 -x7935 -x7978 -x7934 x7977 -x7933 -x7976 -x7932 -x7975 -x7931 x7974 -x7930 
71174.88/3601.13	v -x7973 -x7929 -x7972 -x7928 -x7971 -x7927 -x7970 -x7926 -x7969 -x7925 -x7968 -x7924 -x7967 -x7923 -x7966 -x7922 -x7965 -x7921 
71174.88/3601.13	v -x7964 -x7920 -x7963 -x7919 -x7962 -x7918 -x7961 -x7917 -x7960 -x7916 -x7959 -x7915 -x7958 -x7914 -x7957 -x7913 -x7956 
71174.88/3601.13	v -x7912 -x7955 -x7911 -x7954 -x7910 -x7953 -x7909 x7952 -x7908 -x7951 -x7907 -x7950 -x7906 -x7949 x7905 -x7948 -x7904 -x7947 x7903 
71174.88/3601.13	v -x7946 -x7902 -x7945 -x7901 -x7944 -x7900 -x7943 -x7899 -x7942 x7898 -x7897 -x7809 -x7896 -x7808 -x7895 -x7807 -x7894 -x7806 
71174.88/3601.13	v -x7893 -x7805 -x7892 -x7804 -x7891 -x7803 -x7890 -x7802 -x7889 -x7801 -x7888 -x7800 -x7887 -x7799 -x7886 -x7798 -x7885 -x7797 
71174.88/3601.13	v -x7884 -x7796 -x7883 -x7795 -x7882 x7794 -x7881 -x7793 -x7880 -x7792 x7879 -x7791 -x7878 -x7790 -x7877 -x7789 -x7876 -x7788 
71174.88/3601.13	v -x7875 -x7787 -x7874 -x7786 -x7873 -x7785 -x7872 -x7784 -x7871 -x7783 x7870 -x7782 x7869 -x7781 -x7868 -x7780 -x7867 -x7779 
71174.88/3601.13	v -x7866 -x7778 -x7865 -x7777 -x7864 -x7776 -x7863 x7775 -x7862 -x7774 -x7861 -x7773 -x7860 x7772 -x7859 -x7771 -x7858 -x7770 
71174.88/3601.13	v -x7857 -x7769 -x7856 -x7768 -x7855 -x7767 x7854 -x7766 -x7765 -x7721 -x7764 -x7720 -x7763 -x7719 -x7762 -x7718 -x7761 -x7717 
71174.88/3601.13	v -x7760 -x7716 -x7759 -x7715 -x7758 -x7714 -x7757 -x7713 -x7756 -x7712 -x7755 -x7711 -x7754 -x7710 x7753 -x7709 -x7752 -x7708 
71174.88/3601.13	v -x7751 -x7707 -x7750 x7706 -x7749 -x7705 -x7748 -x7704 -x7747 -x7703 -x7746 -x7702 -x7745 -x7701 -x7744 -x7700 -x7743 -x7699 
71174.88/3601.13	v x7742 -x7698 -x7741 -x7697 -x7740 -x7696 -x7739 -x7695 -x7738 -x7694 x7737 -x7693 -x7736 -x7692 -x7735 -x7691 -x7734 -x7690 
71174.88/3601.13	v -x7733 -x7689 -x7732 -x7688 -x7731 x7687 -x7730 -x7686 -x7729 -x7685 -x7728 x7684 -x7727 -x7683 -x7726 -x7682 -x7725 -x7681 
71174.88/3601.13	v -x7724 -x7680 -x7723 -x7679 x7722 -x7678 -x7677 -x7633 -x7676 -x7632 -x7675 -x7631 -x7674 -x7630 -x7673 -x7629 -x7672 -x7628 
71174.88/3601.13	v -x7671 -x7627 -x7670 -x7626 -x7669 -x7625 -x7668 -x7624 -x7667 -x7623 -x7666 -x7622 -x7665 x7621 -x7664 -x7620 -x7663 -x7619 
71174.88/3601.13	v x7662 -x7618 -x7661 -x7617 -x7660 -x7616 -x7659 -x7615 -x7658 -x7614 -x7657 -x7613 -x7656 -x7612 -x7655 -x7611 -x7654 x7610 
71174.88/3601.13	v -x7653 -x7609 -x7652 -x7608 -x7651 -x7607 -x7650 -x7606 -x7649 x7605 -x7648 -x7604 -x7647 -x7603 -x7646 -x7602 -x7645 -x7601 
71174.88/3601.13	v -x7644 -x7600 -x7643 -x7599 -x7642 -x7598 -x7641 -x7597 x7640 -x7596 -x7639 -x7595 -x7638 -x7594 -x7637 -x7593 -x7636 -x7592 
71174.88/3601.13	v -x7635 -x7591 -x7634 x7590 -x7589 -x7545 -x7588 -x7544 -x7587 -x7543 -x7586 -x7542 -x7585 -x7541 -x7584 -x7540 -x7583 -x7539 
71174.88/3601.13	v -x7582 -x7538 -x7581 -x7537 -x7580 -x7536 x7579 -x7535 -x7578 -x7534 -x7577 -x7533 -x7576 -x7532 -x7575 x7531 -x7574 -x7530 -x7573 
71174.88/3601.13	v -x7529 -x7572 -x7528 -x7571 -x7527 -x7570 -x7526 -x7569 x7525 -x7568 -x7524 -x7567 -x7523 -x7566 -x7522 -x7565 -x7521 -x7564 
71174.88/3601.13	v -x7520 -x7563 -x7519 -x7562 -x7518 -x7561 -x7517 -x7560 -x7516 x7559 -x7515 -x7558 -x7514 -x7557 -x7513 -x7556 x7512 -x7555 
71174.88/3601.13	v -x7511 -x7554 -x7510 x7553 -x7509 -x7552 -x7508 -x7551 -x7507 -x7550 -x7506 -x7549 -x7505 -x7548 -x7504 -x7547 -x7503 x7546 
71174.88/3601.13	v -x7502 x7501 -x7457 -x7500 -x7456 -x7499 -x7455 x7498 -x7454 -x7497 -x7453 -x7496 -x7452 -x7495 -x7451 -x7494 -x7450 -x7493 
71174.88/3601.13	v -x7449 -x7492 -x7448 -x7491 x7447 -x7490 -x7446 -x7489 -x7445 -x7488 -x7444 -x7487 -x7443 x7486 -x7442 -x7485 -x7441 -x7484 
71174.88/3601.13	v -x7440 -x7483 -x7439 -x7482 -x7438 -x7481 -x7437 -x7480 -x7436 -x7479 -x7435 -x7478 -x7434 -x7477 -x7433 -x7476 -x7432 -x7475 
71174.88/3601.13	v -x7431 -x7474 -x7430 -x7473 -x7429 -x7472 -x7428 -x7471 x7427 -x7470 -x7426 -x7469 -x7425 -x7468 -x7424 -x7467 -x7423 -x7466 
71174.88/3601.13	v -x7422 -x7465 x7421 -x7464 -x7420 -x7463 -x7419 -x7462 -x7418 -x7461 -x7417 -x7460 -x7416 -x7459 -x7415 -x7458 x7414 -x7413 
71174.88/3601.13	v -x7325 -x7412 -x7324 -x7411 -x7323 -x7410 -x7322 -x7409 -x7321 -x7408 -x7320 -x7407 -x7319 -x7406 -x7318 -x7405 -x7317 -x7404 
71174.88/3601.13	v -x7316 -x7403 -x7315 -x7402 -x7314 -x7401 -x7313 -x7400 -x7312 -x7399 -x7311 -x7398 x7310 -x7397 -x7309 -x7396 -x7308 -x7395 
71174.88/3601.13	v -x7307 -x7394 -x7306 -x7393 -x7305 -x7392 -x7304 -x7391 -x7303 -x7390 -x7302 -x7389 -x7301 -x7388 -x7300 x7387 -x7299 x7386 
71174.88/3601.13	v -x7298 x7385 -x7297 -x7384 -x7296 -x7383 -x7295 -x7382 -x7294 -x7381 -x7293 -x7380 -x7292 -x7379 -x7291 -x7378 x7290 -x7377 
71174.88/3601.13	v -x7289 -x7376 -x7288 -x7375 -x7287 -x7374 -x7286 -x7373 -x7285 -x7372 -x7284 -x7371 -x7283 x7370 -x7282 -x7281 -x7237 -x7280 
71174.88/3601.13	v -x7236 -x7279 -x7235 -x7278 -x7234 -x7277 -x7233 -x7276 -x7232 -x7275 -x7231 -x7274 -x7230 -x7273 -x7229 -x7272 -x7228 -x7271 
71174.88/3601.13	v -x7227 -x7270 -x7226 x7269 -x7225 -x7268 -x7224 -x7267 -x7223 -x7266 x7222 -x7265 -x7221 -x7264 -x7220 -x7263 -x7219 -x7262 
71174.88/3601.13	v -x7218 -x7261 -x7217 -x7260 -x7216 -x7259 -x7215 -x7258 -x7214 -x7257 -x7213 -x7256 -x7212 -x7255 -x7211 -x7254 -x7210 x7253 
71174.88/3601.13	v -x7209 -x7252 -x7208 -x7251 -x7207 -x7250 -x7206 -x7249 -x7205 -x7248 -x7204 -x7247 -x7203 -x7246 x7202 -x7245 -x7201 -x7244 
71174.88/3601.13	v -x7200 -x7243 -x7199 -x7242 -x7198 -x7241 -x7197 -x7240 -x7196 -x7239 -x7195 x7238 -x7194 -x7193 -x7149 -x7192 -x7148 -x7191 
71174.88/3601.13	v -x7147 -x7190 -x7146 -x7189 -x7145 -x7188 -x7144 -x7187 -x7143 -x7186 -x7142 x7185 -x7141 -x7184 -x7140 -x7183 -x7139 x7182 
71174.88/3601.13	v -x7138 -x7181 -x7137 -x7180 -x7136 -x7179 -x7135 -x7178 -x7134 -x7177 -x7133 -x7176 -x7132 -x7175 -x7131 -x7174 -x7130 -x7173 
71174.88/3601.13	v -x7129 -x7172 -x7128 -x7171 -x7127 -x7170 -x7126 x7169 -x7125 -x7168 -x7124 -x7167 -x7123 -x7166 x7122 -x7165 x7121 -x7164 -x7120 
71174.88/3601.13	v -x7163 -x7119 -x7162 -x7118 x7161 -x7117 x7160 -x7116 -x7159 -x7115 -x7158 -x7114 -x7157 -x7113 -x7156 -x7112 -x7155 -x7111 
71174.88/3601.13	v -x7154 -x7110 -x7153 -x7109 -x7152 -x7108 -x7151 -x7107 -x7150 x7106 -x7105 -x7061 -x7104 -x7060 -x7103 -x7059 -x7102 -x7058 
71174.88/3601.13	v -x7101 x7057 -x7100 -x7056 -x7099 -x7055 -x7098 -x7054 -x7097 -x7053 -x7096 -x7052 -x7095 -x7051 -x7094 -x7050 -x7093 -x7049 
71174.88/3601.13	v -x7092 -x7048 -x7091 x7047 -x7090 -x7046 -x7089 -x7045 -x7088 -x7044 x7087 -x7043 -x7086 -x7042 -x7085 -x7041 -x7084 -x7040 
71174.88/3601.13	v -x7083 x7039 -x7082 -x7038 -x7081 -x7037 -x7080 -x7036 -x7079 -x7035 x7078 -x7034 x7077 -x7033 -x7076 -x7032 -x7075 -x7031 
71174.88/3601.13	v -x7074 -x7030 -x7073 -x7029 -x7072 x7028 -x7071 -x7027 -x7070 -x7026 -x7069 -x7025 -x7068 -x7024 -x7067 -x7023 -x7066 -x7022 
71174.88/3601.13	v -x7065 -x7021 -x7064 -x7020 -x7063 -x7019 x7062 -x7018 -x7017 -x6973 -x7016 -x6972 -x7015 -x6971 -x7014 -x6970 -x7013 -x6969 
71174.88/3601.13	v -x7012 -x6968 -x7011 -x6967 -x7010 -x6966 -x7009 -x6965 -x7008 -x6964 -x7007 -x6963 -x7006 -x6962 -x7005 -x6961 -x7004 -x6960 
71174.88/3601.13	v -x7003 x6959 -x7002 -x6958 -x7001 -x6957 -x7000 -x6956 -x6999 -x6955 -x6998 -x6954 -x6997 x6953 -x6996 -x6952 -x6995 -x6951 
71174.88/3601.13	v -x6994 -x6950 -x6993 -x6949 -x6992 -x6948 -x6991 -x6947 x6990 -x6946 x6989 -x6945 -x6988 -x6944 -x6987 -x6943 -x6986 -x6942 
71174.88/3601.13	v -x6985 -x6941 -x6984 x6940 -x6983 -x6939 -x6982 -x6938 -x6981 -x6937 -x6980 -x6936 -x6979 -x6935 -x6978 -x6934 -x6977 -x6933 
71174.88/3601.13	v -x6976 -x6932 -x6975 -x6931 x6974 -x6930 x6929 -x6841 -x6928 -x6840 -x6927 -x6839 -x6926 -x6838 -x6925 -x6837 -x6924 -x6836 
71174.88/3601.13	v -x6923 -x6835 -x6922 -x6834 -x6921 -x6833 -x6920 -x6832 -x6919 -x6831 -x6918 -x6830 -x6917 -x6829 x6916 -x6828 -x6915 -x6827 
71174.88/3601.13	v x6914 -x6826 -x6913 -x6825 -x6912 -x6824 -x6911 x6823 -x6910 -x6822 -x6909 -x6821 -x6908 -x6820 -x6907 -x6819 -x6906 -x6818 -x6905 
71174.88/3601.13	v -x6817 -x6904 -x6816 -x6903 -x6815 -x6902 x6814 -x6901 x6813 x6900 -x6812 -x6899 -x6811 x6898 -x6810 -x6897 -x6809 -x6896 
71174.88/3601.13	v -x6808 -x6895 -x6807 -x6894 -x6806 -x6893 -x6805 -x6892 -x6804 -x6891 -x6803 -x6890 -x6802 -x6889 -x6801 -x6888 -x6800 -x6887 
71174.88/3601.13	v -x6799 -x6886 x6798 x6797 -x6753 -x6796 -x6752 -x6795 -x6751 -x6794 -x6750 -x6793 -x6749 -x6792 -x6748 -x6791 -x6747 -x6790 
71174.88/3601.13	v -x6746 -x6789 -x6745 -x6788 -x6744 -x6787 -x6743 -x6786 -x6742 -x6785 -x6741 -x6784 -x6740 -x6783 -x6739 x6782 -x6738 -x6781 
71174.88/3601.13	v -x6737 -x6780 -x6736 -x6779 x6735 -x6778 -x6734 -x6777 -x6733 -x6776 -x6732 -x6775 -x6731 -x6774 -x6730 -x6773 -x6729 -x6772 
71174.88/3601.13	v -x6728 -x6771 -x6727 -x6770 x6726 -x6769 x6725 x6768 -x6724 -x6767 -x6723 x6766 -x6722 -x6765 -x6721 -x6764 -x6720 -x6763 
71174.88/3601.13	v -x6719 -x6762 -x6718 -x6761 -x6717 -x6760 -x6716 -x6759 -x6715 -x6758 -x6714 -x6757 -x6713 -x6756 -x6712 -x6755 -x6711 -x6754 
71174.88/3601.13	v x6710 -x6709 -x6665 -x6708 -x6664 -x6707 -x6663 -x6706 -x6662 -x6705 -x6661 -x6704 -x6660 -x6703 -x6659 -x6702 -x6658 -x6701 
71174.88/3601.13	v -x6657 -x6700 -x6656 -x6699 -x6655 -x6698 -x6654 -x6697 x6653 -x6696 -x6652 -x6695 -x6651 -x6694 -x6650 -x6693 -x6649 -x6692 
71174.88/3601.13	v -x6648 -x6691 -x6647 -x6690 -x6646 -x6689 -x6645 -x6688 -x6644 -x6687 -x6643 -x6686 x6642 -x6685 -x6641 -x6684 -x6640 -x6683 
71174.88/3601.13	v -x6639 -x6682 -x6638 x6681 x6637 -x6680 -x6636 -x6679 -x6635 -x6678 -x6634 -x6677 -x6633 -x6676 -x6632 -x6675 -x6631 -x6674 
71174.88/3601.13	v -x6630 -x6673 -x6629 -x6672 -x6628 -x6671 -x6627 -x6670 -x6626 -x6669 -x6625 -x6668 -x6624 x6667 -x6623 x6666 x6622 -x6621 -x6577 
71174.88/3601.13	v -x6620 -x6576 -x6619 -x6575 -x6618 -x6574 -x6617 -x6573 -x6616 -x6572 -x6615 -x6571 -x6614 -x6570 -x6613 -x6569 -x6612 -x6568 
71174.88/3601.13	v -x6611 -x6567 -x6610 -x6566 -x6609 x6565 -x6608 -x6564 -x6607 -x6563 -x6606 -x6562 -x6605 -x6561 -x6604 -x6560 -x6603 -x6559 
71174.88/3601.13	v -x6602 -x6558 -x6601 -x6557 -x6600 -x6556 -x6599 -x6555 -x6598 -x6554 -x6597 -x6553 -x6596 -x6552 -x6595 -x6551 -x6594 
71174.88/3601.13	v -x6550 -x6593 x6549 -x6592 -x6548 -x6591 -x6547 -x6590 -x6546 -x6589 -x6545 -x6588 -x6544 -x6587 -x6543 -x6586 -x6542 x6585 -x6541 
71174.88/3601.13	v -x6584 -x6540 x6583 -x6539 -x6582 -x6538 -x6581 -x6537 -x6580 -x6536 -x6579 -x6535 x6578 x6534 -x6533 -x6489 -x6532 -x6488 
71174.88/3601.13	v -x6531 -x6487 -x6530 -x6486 -x6529 -x6485 -x6528 -x6484 -x6527 -x6483 -x6526 -x6482 -x6525 -x6481 -x6524 -x6480 x6523 -x6479 
71174.88/3601.13	v -x6522 -x6478 -x6521 -x6477 -x6520 -x6476 -x6519 -x6475 -x6518 -x6474 -x6517 -x6473 -x6516 -x6472 -x6515 -x6471 -x6514 -x6470 
71174.88/3601.13	v -x6513 -x6469 -x6512 -x6468 -x6511 -x6467 -x6510 -x6466 -x6509 -x6465 -x6508 -x6464 -x6507 -x6463 -x6506 x6462 -x6505 x6461 
71174.88/3601.13	v -x6504 -x6460 x6503 -x6459 -x6502 -x6458 -x6501 -x6457 -x6500 -x6456 -x6499 -x6455 -x6498 -x6454 x6497 -x6453 -x6496 -x6452 
71174.88/3601.13	v -x6495 -x6451 -x6494 -x6450 -x6493 -x6449 -x6492 -x6448 -x6491 -x6447 x6490 x6446 -x6445 -x6357 -x6444 -x6356 -x6443 -x6355 
71174.88/3601.13	v -x6442 -x6354 -x6441 -x6353 -x6440 -x6352 -x6439 -x6351 -x6438 -x6350 -x6437 -x6349 -x6436 -x6348 -x6435 x6347 -x6434 -x6346 
71174.88/3601.13	v x6433 -x6345 -x6432 -x6344 -x6431 -x6343 -x6430 -x6342 -x6429 -x6341 -x6428 -x6340 -x6427 -x6339 -x6426 -x6338 -x6425 -x6337 
71174.88/3601.13	v -x6424 -x6336 -x6423 -x6335 -x6422 -x6334 -x6421 -x6333 -x6420 -x6332 -x6419 -x6331 -x6418 -x6330 x6417 -x6329 -x6416 -x6328 
71174.88/3601.13	v -x6415 x6327 -x6414 -x6326 -x6413 -x6325 -x6412 -x6324 -x6411 -x6323 -x6410 -x6322 -x6409 x6321 -x6408 -x6320 -x6407 -x6319 
71174.88/3601.13	v -x6406 -x6318 -x6405 -x6317 -x6404 -x6316 -x6403 -x6315 x6402 x6314 -x6313 -x6269 -x6312 -x6268 -x6311 -x6267 -x6310 -x6266 
71174.88/3601.13	v -x6309 -x6265 -x6308 -x6264 -x6307 -x6263 -x6306 -x6262 -x6305 -x6261 -x6304 -x6260 -x6303 -x6259 -x6302 -x6258 x6301 x6257 -x6300 
71174.88/3601.13	v -x6256 -x6299 -x6255 -x6298 -x6254 -x6297 -x6253 -x6296 -x6252 -x6295 -x6251 -x6294 -x6250 -x6293 -x6249 -x6292 -x6248 
71174.88/3601.13	v -x6291 -x6247 x6290 x6246 -x6289 -x6245 -x6288 -x6244 -x6287 -x6243 -x6286 -x6242 x6285 x6241 -x6284 -x6240 -x6283 -x6239 -x6282 
71174.88/3601.13	v -x6238 -x6281 -x6237 -x6280 -x6236 -x6279 -x6235 -x6278 -x6234 -x6277 -x6233 -x6276 -x6232 -x6275 -x6231 -x6274 -x6230 -x6273 
71174.88/3601.13	v -x6229 -x6272 -x6228 -x6271 -x6227 x6270 x6226 x6225 -x6181 -x6224 -x6180 -x6223 -x6179 x6222 -x6178 -x6221 -x6177 -x6220 
71174.88/3601.13	v -x6176 -x6219 -x6175 -x6218 -x6174 -x6217 -x6173 -x6216 -x6172 -x6215 -x6171 -x6214 -x6170 -x6213 -x6169 -x6212 -x6168 -x6211 
71174.88/3601.13	v x6167 x6210 -x6166 -x6209 -x6165 -x6208 -x6164 -x6207 -x6163 -x6206 -x6162 -x6205 x6161 -x6204 -x6160 -x6203 -x6159 -x6202 
71174.88/3601.13	v -x6158 -x6201 -x6157 -x6200 -x6156 -x6199 -x6155 -x6198 -x6154 -x6197 -x6153 -x6196 -x6152 -x6195 -x6151 -x6194 -x6150 -x6193 
71174.88/3601.13	v -x6149 -x6192 x6148 -x6191 -x6147 -x6190 -x6146 -x6189 -x6145 -x6188 -x6144 -x6187 -x6143 -x6186 -x6142 -x6185 -x6141 -x6184 
71174.88/3601.13	v x6140 -x6183 -x6139 -x6182 -x6138 -x6137 -x6093 -x6136 -x6092 -x6135 -x6091 -x6134 -x6090 -x6133 -x6089 -x6132 -x6088 -x6131 
71174.88/3601.13	v -x6087 -x6130 -x6086 -x6129 -x6085 x6128 -x6084 -x6127 -x6083 -x6126 -x6082 -x6125 -x6081 -x6124 -x6080 x6123 x6079 -x6122 
71174.88/3601.13	v -x6078 -x6121 -x6077 -x6120 -x6076 -x6119 -x6075 -x6118 -x6074 -x6117 x6073 -x6116 -x6072 x6115 -x6071 -x6114 -x6070 -x6113 -x6069 
71174.88/3601.13	v -x6112 -x6068 -x6111 -x6067 -x6110 -x6066 -x6109 -x6065 -x6108 -x6064 -x6107 -x6063 -x6106 -x6062 -x6105 -x6061 x6104 x6060 
71174.88/3601.13	v -x6103 -x6059 -x6102 -x6058 -x6101 -x6057 -x6100 -x6056 -x6099 -x6055 -x6098 -x6054 -x6097 -x6053 -x6096 x6052 -x6095 -x6051 
71174.88/3601.13	v -x6094 -x6050 x6049 -x6005 -x6048 -x6004 -x6047 -x6003 -x6046 -x6002 -x6045 x6001 -x6044 -x6000 -x6043 -x5999 -x6042 -x5998 
71174.88/3601.13	v -x6041 -x5997 -x6040 -x5996 -x6039 -x5995 -x6038 -x5994 -x6037 -x5993 -x6036 -x5992 -x6035 x5991 x6034 -x5990 -x6033 -x5989 
71174.88/3601.13	v -x6032 -x5988 -x6031 -x5987 -x6030 -x5986 -x6029 -x5985 -x6028 -x5984 -x6027 x5983 -x6026 -x5982 -x6025 -x5981 -x6024 -x5980 
71174.88/3601.13	v -x6023 -x5979 -x6022 -x5978 -x6021 -x5977 -x6020 -x5976 -x6019 -x5975 -x6018 -x5974 -x6017 -x5973 -x6016 x5972 -x6015 -x5971 
71174.88/3601.13	v -x6014 -x5970 -x6013 -x5969 -x6012 -x5968 -x6011 -x5967 x6010 -x5966 -x6009 x5965 -x6008 -x5964 -x6007 -x5963 -x6006 -x5962 
71174.88/3601.13	v x5961 -x5873 -x5960 -x5872 -x5959 -x5871 -x5958 -x5870 -x5957 x5869 -x5956 -x5868 -x5955 -x5867 -x5954 -x5866 -x5953 -x5865 
71174.88/3601.13	v -x5952 -x5864 -x5951 -x5863 -x5950 -x5862 -x5949 -x5861 -x5948 -x5860 -x5947 x5859 x5946 -x5858 -x5945 -x5857 -x5944 -x5856 
71174.88/3601.13	v -x5943 -x5855 -x5942 -x5854 -x5941 -x5853 x5940 -x5852 -x5939 x5851 -x5938 -x5850 -x5937 -x5849 -x5936 -x5848 -x5935 -x5847 -x5934 
71174.88/3601.13	v -x5846 -x5933 -x5845 -x5932 -x5844 -x5931 -x5843 -x5930 -x5842 -x5929 -x5841 -x5928 x5840 -x5927 -x5839 -x5926 -x5838 -x5925 
71174.88/3601.13	v -x5837 -x5924 -x5836 -x5923 -x5835 -x5922 -x5834 -x5921 x5833 -x5920 -x5832 -x5919 -x5831 -x5918 -x5830 -x5829 -x5785 -x5828 
71174.88/3601.13	v -x5784 -x5827 -x5783 -x5826 -x5782 x5825 -x5781 -x5824 -x5780 -x5823 x5779 -x5822 -x5778 -x5821 -x5777 -x5820 -x5776 -x5819 
71174.88/3601.13	v -x5775 -x5818 -x5774 -x5817 -x5773 -x5816 -x5772 x5815 -x5771 -x5814 x5770 -x5813 -x5769 -x5812 -x5768 -x5811 -x5767 -x5810 
71174.88/3601.13	v -x5766 -x5809 -x5765 -x5808 -x5764 x5807 -x5763 -x5806 -x5762 -x5805 -x5761 -x5804 -x5760 -x5803 -x5759 -x5802 -x5758 -x5801 
71174.88/3601.13	v -x5757 -x5800 -x5756 -x5799 -x5755 -x5798 -x5754 -x5797 -x5753 x5796 -x5752 -x5795 -x5751 -x5794 -x5750 -x5793 -x5749 -x5792 
71174.88/3601.13	v -x5748 -x5791 -x5747 -x5790 -x5746 x5789 -x5745 -x5788 -x5744 -x5787 -x5743 -x5786 -x5742 x5741 x5697 -x5740 -x5696 -x5739 
71174.88/3601.13	v -x5695 -x5738 -x5694 -x5737 -x5693 -x5736 -x5692 -x5735 -x5691 -x5734 -x5690 -x5733 -x5689 -x5732 -x5688 -x5731 -x5687 -x5730 
71174.88/3601.13	v -x5686 -x5729 -x5685 -x5728 x5684 -x5727 -x5683 x5726 x5682 -x5725 -x5681 -x5724 -x5680 -x5723 -x5679 -x5722 -x5678 -x5721 
71174.88/3601.13	v -x5677 -x5720 -x5676 -x5719 -x5675 -x5718 -x5674 -x5717 -x5673 -x5716 -x5672 -x5715 -x5671 -x5714 -x5670 -x5713 -x5669 -x5712 
71174.88/3601.13	v x5668 -x5711 -x5667 -x5710 x5666 -x5709 -x5665 -x5708 -x5664 -x5707 -x5663 -x5706 -x5662 -x5705 -x5661 -x5704 -x5660 -x5703 
71174.88/3601.13	v -x5659 x5702 -x5658 -x5701 -x5657 -x5700 -x5656 -x5699 -x5655 -x5698 -x5654 -x5653 -x5609 -x5652 x5608 -x5651 -x5607 -x5650 
71174.88/3601.13	v -x5606 -x5649 -x5605 -x5648 -x5604 -x5647 -x5603 -x5646 -x5602 -x5645 -x5601 -x5644 -x5600 -x5643 -x5599 -x5642 -x5598 -x5641 
71174.88/3601.13	v -x5597 -x5640 -x5596 -x5639 -x5595 x5638 x5594 -x5637 -x5593 -x5636 -x5592 -x5635 -x5591 -x5634 -x5590 -x5633 -x5589 -x5632 
71174.88/3601.13	v -x5588 -x5631 -x5587 -x5630 -x5586 -x5629 -x5585 -x5628 -x5584 -x5627 -x5583 -x5626 -x5582 -x5625 -x5581 -x5624 -x5580 -x5623 
71174.88/3601.13	v -x5579 -x5622 -x5578 -x5621 -x5577 -x5620 -x5576 -x5619 -x5575 x5618 -x5574 -x5617 -x5573 -x5616 x5572 -x5615 -x5571 -x5614 
71174.88/3601.13	v -x5570 -x5613 -x5569 -x5612 -x5568 -x5611 -x5567 -x5610 -x5566 -x5565 -x5521 -x5564 -x5520 -x5563 -x5519 -x5562 -x5518 -x5561 
71174.88/3601.13	v -x5517 -x5560 -x5516 -x5559 -x5515 -x5558 -x5514 -x5557 -x5513 -x5556 -x5512 -x5555 -x5511 -x5554 -x5510 -x5553 -x5509 -x5552 
71174.88/3601.13	v -x5508 x5551 -x5507 -x5550 x5506 -x5549 -x5505 -x5548 -x5504 -x5547 -x5503 -x5546 -x5502 x5545 -x5501 -x5544 -x5500 -x5543 
71174.88/3601.13	v -x5499 -x5542 -x5498 -x5541 -x5497 -x5540 -x5496 -x5539 -x5495 -x5538 -x5494 -x5537 -x5493 -x5536 -x5492 -x5535 -x5491 -x5534 
71174.88/3601.13	v -x5490 -x5533 -x5489 x5532 -x5488 -x5531 x5487 -x5530 -x5486 -x5529 -x5485 -x5528 x5484 -x5527 -x5483 -x5526 -x5482 -x5525 -x5481 
71174.88/3601.13	v -x5524 -x5480 -x5523 -x5479 -x5522 -x5478 -x5477 x5389 -x5476 -x5388 -x5475 -x5387 -x5474 x5386 -x5473 -x5385 -x5472 -x5384 
71174.88/3601.13	v -x5471 -x5383 -x5470 -x5382 -x5469 -x5381 -x5468 -x5380 -x5467 -x5379 -x5466 -x5378 -x5465 -x5377 -x5464 -x5376 -x5463 -x5375 
71174.88/3601.13	v x5462 x5374 -x5461 -x5373 -x5460 -x5372 -x5459 -x5371 -x5458 -x5370 -x5457 -x5369 -x5456 -x5368 -x5455 -x5367 -x5454 -x5366 
71174.88/3601.13	v -x5453 -x5365 -x5452 -x5364 -x5451 -x5363 -x5450 -x5362 -x5449 -x5361 -x5448 -x5360 -x5447 -x5359 -x5446 -x5358 -x5445 -x5357 
71174.88/3601.13	v -x5444 -x5356 x5443 -x5355 -x5442 -x5354 -x5441 -x5353 x5440 -x5352 -x5439 -x5351 -x5438 -x5350 -x5437 -x5349 -x5436 -x5348 
71174.88/3601.13	v -x5435 -x5347 -x5434 -x5346 -x5345 -x5301 -x5344 -x5300 -x5343 -x5299 -x5342 -x5298 -x5341 x5297 -x5340 -x5296 -x5339 -x5295 
71174.88/3601.13	v -x5338 -x5294 -x5337 -x5293 -x5336 -x5292 -x5335 -x5291 -x5334 -x5290 -x5333 -x5289 -x5332 -x5288 -x5331 x5287 x5330 -x5286 
71174.88/3601.13	v -x5329 -x5285 -x5328 -x5284 -x5327 -x5283 -x5326 -x5282 -x5325 -x5281 -x5324 -x5280 -x5323 x5279 -x5322 -x5278 -x5321 -x5277 
71174.88/3601.13	v -x5320 -x5276 -x5319 -x5275 -x5318 -x5274 -x5317 -x5273 -x5316 -x5272 -x5315 -x5271 -x5314 -x5270 -x5313 -x5269 -x5312 x5268 
71174.88/3601.13	v -x5311 -x5267 -x5310 -x5266 -x5309 -x5265 x5308 -x5264 -x5307 -x5263 -x5306 -x5262 -x5305 -x5261 -x5304 -x5260 -x5303 -x5259 
71174.88/3601.13	v -x5302 -x5258 -x5257 -x5213 x5256 -x5212 -x5255 -x5211 -x5254 -x5210 -x5253 -x5209 -x5252 -x5208 -x5251 -x5207 -x5250 -x5206 
71174.88/3601.13	v -x5249 x5205 -x5248 -x5204 -x5247 -x5203 -x5246 x5202 -x5245 -x5201 -x5244 -x5200 -x5243 -x5199 x5242 -x5198 -x5241 -x5197 
71174.88/3601.13	v x5240 -x5196 -x5239 -x5195 -x5238 -x5194 -x5237 -x5193 -x5236 -x5192 -x5235 -x5191 -x5234 -x5190 -x5233 -x5189 -x5232 -x5188 
71174.88/3601.13	v -x5231 -x5187 -x5230 -x5186 -x5229 -x5185 -x5228 -x5184 -x5227 -x5183 -x5226 -x5182 -x5225 -x5181 -x5224 x5180 -x5223 -x5179 
71174.88/3601.13	v -x5222 -x5178 -x5221 -x5177 x5220 -x5176 -x5219 -x5175 -x5218 -x5174 -x5217 -x5173 -x5216 -x5172 -x5215 -x5171 -x5214 -x5170 
71174.88/3601.13	v -x5169 x5125 x5168 -x5124 -x5167 -x5123 -x5166 -x5122 -x5165 -x5121 -x5164 -x5120 -x5163 -x5119 -x5162 -x5118 -x5161 -x5117 
71174.88/3601.13	v -x5160 -x5116 -x5159 -x5115 -x5158 -x5114 -x5157 -x5113 -x5156 x5112 -x5155 -x5111 x5154 x5110 -x5153 -x5109 -x5152 -x5108 -x5151 
71174.88/3601.13	v -x5107 -x5150 -x5106 -x5149 -x5105 -x5148 -x5104 -x5147 -x5103 -x5146 -x5102 -x5145 -x5101 -x5144 -x5100 -x5143 -x5099 
71174.88/3601.13	v -x5142 -x5098 -x5141 -x5097 -x5140 x5096 -x5139 -x5095 -x5138 x5094 -x5137 -x5093 -x5136 -x5092 -x5135 -x5091 -x5134 -x5090 -x5133 
71174.88/3601.13	v -x5089 x5132 -x5088 -x5131 -x5087 -x5130 -x5086 -x5129 -x5085 -x5128 -x5084 -x5127 -x5083 -x5126 -x5082 -x5081 -x5037 -x5080 
71174.88/3601.13	v -x5036 -x5079 -x5035 -x5078 -x5034 -x5077 -x5033 -x5076 -x5032 -x5075 -x5031 -x5074 -x5030 x5073 -x5029 -x5072 -x5028 -x5071 
71174.88/3601.13	v -x5027 x5070 -x5026 -x5069 -x5025 -x5068 -x5024 -x5067 -x5023 -x5066 x5022 -x5065 -x5021 -x5064 -x5020 -x5063 -x5019 -x5062 
71174.88/3601.13	v -x5018 -x5061 -x5017 -x5060 -x5016 -x5059 -x5015 -x5058 -x5014 x5057 -x5013 -x5056 -x5012 -x5055 -x5011 -x5054 -x5010 -x5053 
71174.88/3601.13	v -x5009 -x5052 -x5008 -x5051 -x5007 -x5050 -x5006 x5049 -x5005 x5048 -x5004 -x5047 -x5003 -x5046 x5002 -x5045 -x5001 -x5044 
71174.88/3601.13	v -x5000 -x5043 -x4999 -x5042 -x4998 -x5041 -x4997 -x5040 -x4996 -x5039 -x4995 -x5038 -x4994 -x4993 -x4905 -x4992 -x4904 -x4991 
71174.88/3601.13	v -x4903 -x4990 -x4902 -x4989 -x4901 -x4988 -x4900 -x4987 -x4899 -x4986 x4898 -x4985 -x4897 -x4984 -x4896 -x4983 -x4895 -x4982 
71174.88/3601.13	v -x4894 -x4981 -x4893 -x4980 -x4892 -x4979 x4891 x4978 -x4890 -x4977 -x4889 -x4976 -x4888 -x4975 -x4887 -x4974 -x4886 -x4973 
71174.88/3601.13	v -x4885 -x4972 -x4884 -x4971 -x4883 -x4970 -x4882 -x4969 -x4881 -x4968 -x4880 -x4967 -x4879 -x4966 -x4878 -x4965 -x4877 -x4964 
71174.88/3601.13	v -x4876 -x4963 -x4875 -x4962 -x4874 -x4961 -x4873 -x4960 x4872 -x4959 -x4871 x4958 -x4870 -x4957 -x4869 -x4956 -x4868 -x4955 
71174.88/3601.13	v -x4867 -x4954 -x4866 -x4953 -x4865 -x4952 -x4864 -x4951 -x4863 -x4950 -x4862 -x4861 -x4817 -x4860 -x4816 -x4859 -x4815 -x4858 
71174.88/3601.13	v -x4814 -x4857 -x4813 -x4856 -x4812 -x4855 -x4811 -x4854 x4810 -x4853 -x4809 -x4852 -x4808 -x4851 -x4807 -x4850 -x4806 -x4849 
71174.88/3601.13	v -x4805 -x4848 -x4804 -x4847 -x4803 x4846 x4802 -x4845 -x4801 -x4844 -x4800 -x4843 -x4799 -x4842 -x4798 -x4841 -x4797 -x4840 
71174.88/3601.13	v -x4796 -x4839 -x4795 -x4838 -x4794 -x4837 -x4793 -x4836 -x4792 -x4835 -x4791 -x4834 -x4790 -x4833 -x4789 -x4832 -x4788 -x4831 
71174.88/3601.13	v -x4787 -x4830 -x4786 -x4829 -x4785 -x4828 -x4784 -x4827 -x4783 x4826 x4782 -x4825 -x4781 -x4824 -x4780 -x4823 -x4779 -x4822 
71174.88/3601.13	v -x4778 -x4821 -x4777 -x4820 -x4776 -x4819 -x4775 -x4818 -x4774 -x4773 -x4729 -x4772 -x4728 -x4771 -x4727 -x4770 -x4726 -x4769 
71174.88/3601.13	v -x4725 -x4768 -x4724 x4767 -x4723 -x4766 -x4722 -x4765 x4721 -x4764 -x4720 -x4763 -x4719 -x4762 x4718 -x4761 -x4717 -x4760 
71174.88/3601.13	v -x4716 -x4759 -x4715 x4758 -x4714 -x4757 -x4713 -x4756 -x4712 -x4755 -x4711 -x4754 -x4710 -x4753 -x4709 -x4752 -x4708 -x4751 
71174.88/3601.13	v -x4707 -x4750 -x4706 -x4749 -x4705 -x4748 -x4704 -x4747 -x4703 -x4746 -x4702 -x4745 -x4701 -x4744 -x4700 -x4743 -x4699 -x4742 
71174.88/3601.13	v -x4698 -x4741 x4697 -x4740 x4696 -x4739 -x4695 -x4738 -x4694 -x4737 -x4693 -x4736 -x4692 -x4735 -x4691 -x4734 -x4690 -x4733 
71174.88/3601.13	v -x4689 -x4732 -x4688 -x4731 -x4687 -x4730 -x4686 x4685 -x4641 -x4684 -x4640 x4683 -x4639 -x4682 -x4638 -x4681 -x4637 -x4680 
71174.88/3601.13	v -x4636 -x4679 -x4635 -x4678 -x4634 -x4677 -x4633 -x4676 -x4632 -x4675 -x4631 -x4674 -x4630 -x4673 -x4629 -x4672 -x4628 -x4671 
71174.88/3601.13	v x4627 x4670 -x4626 -x4669 -x4625 -x4668 -x4624 -x4667 -x4623 -x4666 -x4622 -x4665 x4621 -x4664 -x4620 -x4663 -x4619 -x4662 
71174.88/3601.13	v -x4618 -x4661 -x4617 -x4660 -x4616 -x4659 -x4615 -x4658 -x4614 -x4657 -x4613 x4656 -x4612 -x4655 -x4611 -x4654 -x4610 -x4653 
71174.88/3601.13	v -x4609 -x4652 x4608 -x4651 -x4607 -x4650 -x4606 -x4649 -x4605 -x4648 -x4604 -x4647 -x4603 -x4646 -x4602 -x4645 -x4601 -x4644 
71174.88/3601.13	v -x4600 -x4643 -x4599 -x4642 -x4598 -x4597 x4553 -x4596 -x4552 -x4595 x4551 -x4594 -x4550 -x4593 -x4549 -x4592 -x4548 -x4591 -x4547 
71174.88/3601.13	v -x4590 -x4546 x4589 -x4545 -x4588 -x4544 -x4587 -x4543 -x4586 -x4542 -x4585 -x4541 -x4584 -x4540 -x4583 -x4539 -x4582 x4538 
71174.88/3601.13	v -x4581 -x4537 -x4580 -x4536 -x4579 -x4535 x4578 -x4534 -x4577 -x4533 -x4576 -x4532 -x4575 -x4531 -x4574 -x4530 -x4573 -x4529 
71174.88/3601.13	v -x4572 -x4528 -x4571 -x4527 -x4570 -x4526 -x4569 -x4525 -x4568 x4524 -x4567 -x4523 -x4566 -x4522 -x4565 -x4521 x4564 -x4520 
71174.88/3601.13	v -x4563 -x4519 -x4562 -x4518 -x4561 -x4517 -x4560 -x4516 -x4559 -x4515 -x4558 -x4514 -x4557 -x4513 -x4556 -x4512 -x4555 -x4511 
71174.88/3601.13	v -x4554 -x4510 -x4509 -x8601 -x4508 -x8600 -x4507 -x8599 -x4506 -x8598 -x4505 -x8597 -x4504 -x8596 -x4503 -x8595 -x4502 -x8594 
71174.88/3601.13	v x4501 -x8593 -x4500 x8592 -x4499 -x8591 x4498 -x8590 -x4497 -x8589 -x4496 -x8588 -x4495 x8587 -x4494 -x8586 -x4493 -x8585 
71174.88/3601.13	v -x4492 -x8584 -x4491 -x8583 -x4490 -x8582 -x4489 -x8581 -x4488 -x8580 -x4487 x8579 -x4486 -x8578 x4485 -x8577 -x4484 -x8576 
71174.88/3601.13	v -x4483 -x8575 -x4482 -x8574 -x4481 -x8573 -x4480 -x8572 -x4479 -x8571 -x4478 -x8570 x4477 -x8569 x4476 x8568 -x4475 -x8567 
71174.88/3601.13	v -x4474 -x8566 -x4473 -x8565 -x4472 -x8564 -x4471 -x8563 -x4470 -x8562 -x4469 -x8561 -x4468 -x8560 -x4467 -x8559 -x4466 -x8558 
71174.88/3601.13	v -x8337 -x7853 -x8336 -x7852 -x8335 -x7851 -x8334 -x7850 x8333 -x7849 -x8332 -x7848 -x8331 -x7847 -x8330 -x7846 -x8329 x7845 
71174.88/3601.13	v -x8328 -x7844 -x8327 -x7843 -x8326 x7842 -x8325 -x7841 -x8324 -x7840 x8323 -x7839 -x8322 -x7838 -x8321 -x7837 -x8320 x7836 -x8319 
71174.88/3601.13	v -x7835 -x8318 -x7834 -x8317 -x7833 -x8316 -x7832 x8315 -x7831 -x8314 -x7830 -x8313 -x7829 -x8312 x7828 -x8311 -x7827 -x8310 
71174.88/3601.13	v -x7826 -x8309 -x7825 -x8308 -x7824 -x8307 -x7823 -x8306 -x7822 -x8305 -x7821 x8304 x7820 -x8303 -x7819 -x8302 -x7818 -x8301 
71174.88/3601.13	v -x7817 -x8300 -x7816 -x8299 -x7815 -x8298 -x7814 -x8297 -x7813 -x8296 -x7812 -x8295 -x7811 -x8294 -x7810 -x7369 -x6885 -x7368 
71175.27/3601.51	v -x6884 -x7367 -x6883 -x7366 -x6882 -x7365 -x6881 -x7364 -x6880 -x7363 -x6879 -x7362 -x6878 -x7361 x6877 x7360 -x6876 -x7359 
71175.27/3601.51	v -x6875 -x7358 x6874 -x7357 -x6873 -x7356 -x6872 x7355 -x6871 -x7354 -x6870 -x7353 -x6869 -x7352 -x6868 -x7351 -x6867 -x7350 
71175.27/3601.51	v -x6866 -x7349 -x6865 -x7348 -x6864 x7347 -x6863 -x7346 -x6862 -x7345 -x6861 -x7344 -x6860 -x7343 -x6859 -x7342 -x6858 -x7341 
71175.27/3601.51	v -x6857 -x7340 -x6856 -x7339 -x6855 -x7338 -x6854 -x7337 -x6853 x7336 x6852 -x7335 -x6851 -x7334 -x6850 -x7333 -x6849 -x7332 
71175.27/3601.51	v -x6848 -x7331 -x6847 -x7330 -x6846 -x7329 -x6845 -x7328 -x6844 -x7327 -x6843 -x7326 -x6842 -x6401 -x5917 -x6400 -x5916 -x6399 
71175.27/3601.51	v -x5915 -x6398 -x5914 -x6397 -x5913 -x6396 -x5912 -x6395 -x5911 -x6394 -x5910 -x6393 -x5909 x6392 x5908 -x6391 -x5907 -x6390 
71175.27/3601.51	v -x5906 -x6389 -x5905 -x6388 -x5904 x6387 x5903 -x6386 -x5902 -x6385 -x5901 -x6384 -x5900 -x6383 -x5899 -x6382 -x5898 -x6381 
71175.27/3601.51	v -x5897 -x6380 -x5896 x6379 x5895 -x6378 -x5894 -x6377 -x5893 -x6376 -x5892 -x6375 -x5891 -x6374 -x5890 -x6373 -x5889 -x6372 -x5888 
71175.27/3601.51	v -x6371 -x5887 -x6370 -x5886 -x6369 -x5885 x6368 x5884 -x6367 -x5883 -x6366 -x5882 -x6365 -x5881 -x6364 -x5880 -x6363 -x5879 
71175.27/3601.51	v -x6362 -x5878 -x6361 -x5877 -x6360 -x5876 -x6359 -x5875 -x6358 -x5874 x5433 -x4949 -x5432 -x4948 -x5431 -x4947 x5430 -x4946 
71175.27/3601.51	v -x5429 -x4945 -x5428 -x4944 -x5427 x4943 -x5426 -x4942 -x5425 -x4941 -x5424 -x4940 -x5423 -x4939 -x5422 -x4938 -x5421 -x4937 
71175.27/3601.51	v -x5420 -x4936 -x5419 -x4935 x5418 x4934 x5417 -x4933 -x5416 -x4932 -x5415 -x4931 -x5414 -x4930 -x5413 -x4929 -x5412 -x4928 
71175.27/3601.51	v -x5411 -x4927 -x5410 -x4926 -x5409 -x4925 -x5408 -x4924 -x5407 -x4923 -x5406 -x4922 -x5405 -x4921 -x5404 -x4920 -x5403 -x4919 
71175.27/3601.51	v -x5402 -x4918 -x5401 -x4917 -x5400 -x4916 -x5399 -x4915 -x5398 -x4914 -x5397 -x4913 -x5396 -x4912 -x5395 -x4911 -x5394 -x4910 
71175.27/3601.51	v -x5393 -x4909 -x5392 -x4908 -x5391 -x4907 -x5390 -x4906 -x4465 -x4464 -x4463 -x4462 -x4461 -x4460 -x4459 -x4458 -x4457 x4456 
71175.27/3601.51	v -x4455 -x4454 -x4453 -x4452 -x4451 -x4450 -x4449 -x4448 -x4447 -x4446 -x4445 -x4444 -x4443 -x4442 x4441 -x4440 -x4439 -x4438 
71175.27/3601.51	v -x4437 -x4436 -x4435 -x4434 -x4433 -x4432 -x4431 -x4430 x4429 x4428 x4427 -x4426 x4425 -x4424 -x4423 x4422 x4421 x4420 -x4419 
71175.27/3601.51	v x4418 -x4417 -x4416 -x4415 x4414 -x4413 -x4412 x4411 -x4410 x4409 -x4408 x4407 -x4406 -x4405 -x4404 -x4403 -x4402 x4401 
71175.27/3601.51	v x4400 x4399 -x4398 x4397 -x4396 x4395 x4394 -x4393 -x4392 -x4391 x4390 x4389 x4388 -x4387 x4386 -x4385 x4384 x4383 x4382 x4381 
71175.27/3601.51	v -x4380 x4379 x4378 -x4377 x4376 -x4375 x4374 x4373 x4372 

Verifier Data

OK	34

Watcher Data

runsolver version 3.4.2 (svn: 4680) 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.

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (181552 MiB free)
  memory of node 1: 193531 MiB (183253 MiB free)
  memory of node 2: 193531 MiB (186608 MiB free)
  memory of node 3: 193531 MiB (191362 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468623-1723488524/watcher-4468623-1723488524 -o /tmp/evaluation-result-4468623-1723488524/solver-4468623-1723488524 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1723487511-636272 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468623-1723488524.opb -qsol -t 3600 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=637428, runsolver pid=637425
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 78.73 76.29 53.15 62/981 637429
/proc/meminfo: memFree=760559024/790760800 swapFree=131071996/131071996
[pid=637428] ppid=637425 vsize=72584 memory=60260 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/stat : 637428 (fscip) R 637425 637428 636259 0 -1 4194304 12960 0 0 0 9 2 0 0 20 0 1 0 115439151 74326016 15065 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
/proc/637428/statm: 18146 15065 2331 3035 0 14542 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 72584 KiB
Current children cumulated memory: 60260 KiB

[startup+0.219417 s]*
/proc/loadavg: 78.73 76.29 53.15 62/981 637429
/proc/meminfo: memFree=760515928/790760800 swapFree=131071996/131071996
[pid=637428] ppid=637425 vsize=114820 memory=102352 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/stat : 637428 (fscip) R 637425 637428 636259 0 -1 4194304 23493 0 0 0 19 4 0 0 20 0 1 0 115439151 117575680 25588 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
/proc/637428/statm: 28705 25588 2331 3035 0 25101 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 114820 KiB
Current children cumulated memory: 102352 KiB

[startup+0.319545 s]*
/proc/loadavg: 78.73 76.29 53.15 62/981 637429
/proc/meminfo: memFree=760480000/790760800 swapFree=131071996/131071996
[pid=637428] ppid=637425 vsize=152492 memory=139860 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/stat : 637428 (fscip) R 637425 637428 636259 0 -1 4194304 32361 0 0 0 28 5 0 0 20 0 1 0 115439151 156151808 34965 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
/proc/637428/statm: 38123 34965 2331 3035 0 34519 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 152492 KiB
Current children cumulated memory: 139860 KiB

[startup+0.700267 s]
/proc/loadavg: 78.73 76.29 53.15 64/981 637429
/proc/meminfo: memFree=760409948/790760800 swapFree=131071996/131071996
[pid=637428] ppid=637425 vsize=334952 memory=323088 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/stat : 637428 (fscip) R 637425 637428 636259 0 -1 4194304 79404 0 0 0 58 11 0 0 20 0 1 0 115439151 342990848 80772 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
/proc/637428/statm: 83738 80772 2571 3035 0 80134 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 334952 KiB
Current children cumulated memory: 323088 KiB

[startup+1.50027 s]
/proc/loadavg: 78.73 76.29 53.15 62/981 637429
/proc/meminfo: memFree=760096768/790760800 swapFree=131071996/131071996
[pid=637428] ppid=637425 vsize=544088 memory=531108 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/stat : 637428 (fscip) R 637425 637428 636259 0 -1 4194304 129324 0 0 0 131 18 0 0 20 0 1 0 115439151 557146112 132777 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
/proc/637428/statm: 136022 132777 2630 3035 0 132418 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 544088 KiB
Current children cumulated memory: 531108 KiB

[startup+3.11961 s]
/proc/loadavg: 78.73 76.29 53.15 63/1001 637449
/proc/meminfo: memFree=759912704/790760800 swapFree=131071996/131071996
[pid=637428] ppid=637425 vsize=2048424 memory=766252 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/stat : 637428 (fscip) S 637425 637428 636259 0 -1 1077936128 187816 0 0 0 283 27 0 0 20 0 21 0 115439151 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
/proc/637428/statm: 512106 191563 2774 3035 0 233206 0
[pid=637428/tid=637430] ppid=637425 vsize=2048424 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637430/stat : 637430 (fscip) S 637425 637428 636259 0 -1 1077936192 6552 0 0 0 3 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637431] ppid=637425 vsize=2048424 memory=556532 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637431/stat : 637431 (fscip) S 637425 637428 636259 0 -1 1077936192 6552 0 0 0 3 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637432] ppid=637425 vsize=2048424 memory=387168 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637432/stat : 637432 (fscip) S 637425 637428 636259 0 -1 1077936192 6552 0 0 0 3 1 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637433] ppid=637425 vsize=2048424 memory=33456 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637433/stat : 637433 (fscip) S 637425 637428 636259 0 -1 1077936192 6552 0 0 0 3 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637434] ppid=637425 vsize=2048424 memory=10392 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637434/stat : 637434 (fscip) S 637425 637428 636259 0 -1 1077936192 6553 0 0 0 3 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637435] ppid=637425 vsize=2048424 memory=5432 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637435/stat : 637435 (fscip) S 637425 637428 636259 0 -1 1077936192 6552 0 0 0 3 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637436] ppid=637425 vsize=2048424 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637436/stat : 637436 (fscip) S 637425 637428 636259 0 -1 1077936192 6551 0 0 0 3 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637437] ppid=637425 vsize=2048424 memory=140239272150903 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637437/stat : 637437 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637438] ppid=637425 vsize=2048424 memory=38468 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637438/stat : 637438 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637439] ppid=637425 vsize=2048424 memory=2152 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637439/stat : 637439 (fscip) S 637425 637428 636259 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637440] ppid=637425 vsize=2048424 memory=6056 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637440/stat : 637440 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637441] ppid=637425 vsize=2048424 memory=104 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637441/stat : 637441 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637442] ppid=637425 vsize=2048424 memory=33100 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637442/stat : 637442 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637443] ppid=637425 vsize=2048424 memory=19600 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637443/stat : 637443 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 115439424 2097586176 191563 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637444] ppid=637425 vsize=2048424 memory=54528 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637444/stat : 637444 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 115439424 2097586176 191629 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637445] ppid=637425 vsize=2048424 memory=28496 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637445/stat : 637445 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 115439424 2097586176 191629 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637446] ppid=637425 vsize=2048424 memory=7644 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637446/stat : 637446 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 115439424 2097586176 191629 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637447] ppid=637425 vsize=2048424 memory=16108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637447/stat : 637447 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 115439424 2097586176 191629 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637448] ppid=637425 vsize=2048424 memory=2268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637448/stat : 637448 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 115439424 2097586176 191629 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637449] ppid=637425 vsize=2048424 memory=280470223315360 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637449/stat : 637449 (fscip) R 637425 637428 636259 0 -1 4194368 5775 0 0 0 2 0 0 0 20 0 21 0 115439424 2097586176 191629 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2048424 KiB
Current children cumulated memory: 766252 KiB

[startup+6.30071 s]
/proc/loadavg: 78.91 76.37 53.30 80/1021 637469
/proc/meminfo: memFree=756946976/790760800 swapFree=131071996/131071996
[pid=637428] ppid=637425 vsize=4725296 memory=3736144 CPUtime=53.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/stat : 637428 (fscip) S 637425 637428 636259 0 -1 1077936128 905624 0 0 0 4688 615 0 0 20 0 41 0 115439151 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
/proc/637428/statm: 1181324 934036 2998 3035 0 1055146 0
[pid=637428/tid=637430] ppid=637425 vsize=4725296 memory=578840 CPUtime=2.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637430/stat : 637430 (fscip) R 637425 637428 636259 0 -1 4194368 42884 0 0 0 236 19 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637431] ppid=637425 vsize=4725296 memory=10392 CPUtime=2.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637431/stat : 637431 (fscip) S 637425 637428 636259 0 -1 1077936192 35129 0 0 0 213 36 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637432] ppid=637425 vsize=4725296 memory=5432 CPUtime=2.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637432/stat : 637432 (fscip) R 637425 637428 636259 0 -1 4194368 37258 0 0 0 214 34 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637433] ppid=637425 vsize=4725296 memory=16108 CPUtime=2.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637433/stat : 637433 (fscip) R 637425 637428 636259 0 -1 4194368 43224 0 0 0 237 20 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637434] ppid=637425 vsize=4725296 memory=2268 CPUtime=2.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637434/stat : 637434 (fscip) R 637425 637428 636259 0 -1 4194368 39081 0 0 0 212 36 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637435] ppid=637425 vsize=4725296 memory=280470222999888 CPUtime=2.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637435/stat : 637435 (fscip) R 637425 637428 636259 0 -1 4194368 32928 0 0 0 212 37 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637436] ppid=637425 vsize=4725296 memory=2633920 CPUtime=2.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637436/stat : 637436 (fscip) R 637425 637428 636259 0 -1 4194368 43049 0 0 0 233 19 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637437] ppid=637425 vsize=4725296 memory=0 CPUtime=2.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637437/stat : 637437 (fscip) R 637425 637428 636259 0 -1 4194368 32225 0 0 0 213 36 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637438] ppid=637425 vsize=4725296 memory=387168 CPUtime=2.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637438/stat : 637438 (fscip) R 637425 637428 636259 0 -1 4194368 37836 0 0 0 212 34 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637439] ppid=637425 vsize=4725296 memory=11424 CPUtime=2.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637439/stat : 637439 (fscip) R 637425 637428 636259 0 -1 4194368 41464 0 0 0 233 19 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637440] ppid=637425 vsize=4725296 memory=0 CPUtime=2.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637440/stat : 637440 (fscip) R 637425 637428 636259 0 -1 4194368 37648 0 0 0 209 38 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637441] ppid=637425 vsize=4725296 memory=2302328 CPUtime=2.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637441/stat : 637441 (fscip) R 637425 637428 636259 0 -1 1077936192 38641 0 0 0 212 36 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637442] ppid=637425 vsize=4725296 memory=11424 CPUtime=2.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637442/stat : 637442 (fscip) R 637425 637428 636259 0 -1 4194368 43213 0 0 0 234 19 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637443] ppid=637425 vsize=4725296 memory=531108 CPUtime=2.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637443/stat : 637443 (fscip) R 637425 637428 636259 0 -1 1077936192 34401 0 0 0 213 33 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637444] ppid=637425 vsize=4725296 memory=0 CPUtime=2.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637444/stat : 637444 (fscip) R 637425 637428 636259 0 -1 4194368 39273 0 0 0 209 32 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637445] ppid=637425 vsize=4725296 memory=33 CPUtime=2.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637445/stat : 637445 (fscip) R 637425 637428 636259 0 -1 4194368 41323 0 0 0 241 17 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637446] ppid=637425 vsize=4725296 memory=0 CPUtime=2.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637446/stat : 637446 (fscip) R 637425 637428 636259 0 -1 4194368 31642 0 0 0 211 38 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637447] ppid=637425 vsize=4725296 memory=2289392 CPUtime=2.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637447/stat : 637447 (fscip) R 637425 637428 636259 0 -1 4194368 39852 0 0 0 212 35 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637448] ppid=637425 vsize=4725296 memory=0 CPUtime=2.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637448/stat : 637448 (fscip) R 637425 637428 636259 0 -1 4194368 44122 0 0 0 253 10 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637449] ppid=637425 vsize=4725296 memory=16108 CPUtime=2.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637449/stat : 637449 (fscip) R 637425 637428 636259 0 -1 4194368 33202 0 0 0 213 37 0 0 20 0 41 0 115439424 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637450] ppid=637425 vsize=4725296 memory=2268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637450/stat : 637450 (fscip) S 637425 637428 636259 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 115439517 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637451] ppid=637425 vsize=4725296 memory=280470223315360 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637451/stat : 637451 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 115439517 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637452] ppid=637425 vsize=4725296 memory=11424 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637452/stat : 637452 (fscip) S 637425 637428 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115439517 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637453] ppid=637425 vsize=4725296 memory=33456 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637453/stat : 637453 (fscip) S 637425 637428 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115439517 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637454] ppid=637425 vsize=4725296 memory=10392 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637454/stat : 637454 (fscip) S 637425 637428 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115439517 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637455] ppid=637425 vsize=4725296 memory=-6586063016782117735 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637455/stat : 637455 (fscip) S 637425 637428 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115439517 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637456] ppid=637425 vsize=4725296 memory=6935649255759568960 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637456/stat : 637456 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 115439517 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637457] ppid=637425 vsize=4725296 memory=280470222860464 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637457/stat : 637457 (fscip) S 637425 637428 636259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 115439517 4838703104 934036 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0

################
# More data... #
################

/proc/637428/task/637464/stat : 637464 (fscip) S 637425 637428 636259 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 115439517 26706702336 5035807 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637465] ppid=637425 vsize=26080764 memory=16108 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637465/stat : 637465 (fscip) S 637425 637428 636259 0 -1 1077936192 134 0 0 0 1 0 0 0 20 0 41 0 115439517 26706702336 5035807 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637466] ppid=637425 vsize=26080764 memory=2268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637466/stat : 637466 (fscip) S 637425 637428 636259 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 115439517 26706702336 5035807 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637467] ppid=637425 vsize=26080764 memory=1996 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637467/stat : 637467 (fscip) S 637425 637428 636259 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 115439517 26706702336 5035807 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637468] ppid=637425 vsize=26080764 memory=1836 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637468/stat : 637468 (fscip) S 637425 637428 636259 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 115439517 26706702336 5035807 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637469] ppid=637425 vsize=26080764 memory=6720665437166058862 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637469/stat : 637469 (fscip) S 637425 637428 636259 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 115439517 26706702336 5035807 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
Current children cumulated CPU time: 71015.3 s
Current children cumulated vsize: 26080764 KiB
Current children cumulated memory: 20143228 KiB

[startup+3596.8 s]
/proc/loadavg: 76.33 78.21 77.36 81/1022 640342
/proc/meminfo: memFree=724642932/790760800 swapFree=131071996/131071996
[pid=637428] ppid=637425 vsize=26146300 memory=20145912 CPUtime=71142.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/stat : 637428 (fscip) S 637425 637428 636259 0 -1 1077936128 66849374 0 0 0 7101141 13067 0 0 20 0 41 0 115439151 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
/proc/637428/statm: 6536575 5036478 3334 3035 0 6368577 0
[pid=637428/tid=637430] ppid=637425 vsize=26146300 memory=198340509722 CPUtime=3559.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637430/stat : 637430 (fscip) R 637425 637428 636259 0 -1 4194368 1917850 0 0 0 355769 209 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637431] ppid=637425 vsize=26146300 memory=74122 CPUtime=3561.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637431/stat : 637431 (fscip) R 637425 637428 636259 0 -1 4194368 4019796 0 0 0 355651 502 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637432] ppid=637425 vsize=26146300 memory=20145608 CPUtime=3555.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637432/stat : 637432 (fscip) R 637425 637428 636259 0 -1 4194368 3005372 0 0 0 354621 968 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637433] ppid=637425 vsize=26146300 memory=280470223775920 CPUtime=3563.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637433/stat : 637433 (fscip) R 637425 637428 636259 0 -1 4194368 2256381 0 0 0 356045 256 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637434] ppid=637425 vsize=26146300 memory=280470225963568 CPUtime=3557.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637434/stat : 637434 (fscip) R 637425 637428 636259 0 -1 4194368 4671304 0 0 0 355159 567 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637435] ppid=637425 vsize=26146300 memory=8029451265850304352 CPUtime=3558.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637435/stat : 637435 (fscip) R 637425 637428 636259 0 -1 4194368 3373054 0 0 0 354700 1145 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637436] ppid=637425 vsize=26146300 memory=6056 CPUtime=3558.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637436/stat : 637436 (fscip) R 637425 637428 636259 0 -1 4194368 2106077 0 0 0 355613 265 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637437] ppid=637425 vsize=26146300 memory=104 CPUtime=3549.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637437/stat : 637437 (fscip) R 637425 637428 636259 0 -1 4194368 3831697 0 0 0 354538 456 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637438] ppid=637425 vsize=26146300 memory=33100 CPUtime=3551.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637438/stat : 637438 (fscip) R 637425 637428 636259 0 -1 4194368 3844814 0 0 0 353837 1360 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637439] ppid=637425 vsize=26146300 memory=19600 CPUtime=3557.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637439/stat : 637439 (fscip) R 637425 637428 636259 0 -1 4194368 2220873 0 0 0 355472 257 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637440] ppid=637425 vsize=26146300 memory=6720665437166058862 CPUtime=3562.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637440/stat : 637440 (fscip) R 637425 637428 636259 0 -1 4194368 4533945 0 0 0 355672 582 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637441] ppid=637425 vsize=26146300 memory=20131888 CPUtime=3546.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637441/stat : 637441 (fscip) R 637425 637428 636259 0 -1 4194368 4765613 0 0 0 353083 1520 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637442] ppid=637425 vsize=26146300 memory=28356 CPUtime=3558.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637442/stat : 637442 (fscip) R 637425 637428 636259 0 -1 4194368 2016940 0 0 0 355579 231 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637443] ppid=637425 vsize=26146300 memory=31860 CPUtime=3557.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637443/stat : 637443 (fscip) R 637425 637428 636259 0 -1 4194368 3918483 0 0 0 355302 469 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637444] ppid=637425 vsize=26146300 memory=6720665437166058862 CPUtime=3563.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637444/stat : 637444 (fscip) R 637425 637428 636259 0 -1 4194368 4553666 0 0 0 354908 1456 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637445] ppid=637425 vsize=26146300 memory=1836 CPUtime=3549.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637445/stat : 637445 (fscip) R 637425 637428 636259 0 -1 4194368 2138438 0 0 0 354676 250 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637446] ppid=637425 vsize=26146300 memory=38468 CPUtime=3565.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637446/stat : 637446 (fscip) R 637425 637428 636259 0 -1 4194368 4453734 0 0 0 356047 532 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637447] ppid=637425 vsize=26146300 memory=2152 CPUtime=3556.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637447/stat : 637447 (fscip) R 637425 637428 636259 0 -1 4194368 3250587 0 0 0 354345 1266 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637448] ppid=637425 vsize=26146300 memory=6720665437166058862 CPUtime=3556.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637448/stat : 637448 (fscip) R 637425 637428 636259 0 -1 4194368 2021606 0 0 0 355448 226 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637449] ppid=637425 vsize=26146300 memory=3458891431537833146 CPUtime=3547.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637449/stat : 637449 (fscip) R 637425 637428 636259 0 -1 4194368 3753750 0 0 0 354292 486 0 0 20 0 41 0 115439424 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637450] ppid=637425 vsize=26146300 memory=56282073792898 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637450/stat : 637450 (fscip) S 637425 637428 636259 0 -1 1077936192 97 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637451] ppid=637425 vsize=26146300 memory=2305899295599231472 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637451/stat : 637451 (fscip) S 637425 637428 636259 0 -1 1077936192 76 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637452] ppid=637425 vsize=26146300 memory=6720665437166058862 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637452/stat : 637452 (fscip) S 637425 637428 636259 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637453] ppid=637425 vsize=26146300 memory=104 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637453/stat : 637453 (fscip) S 637425 637428 636259 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637454] ppid=637425 vsize=26146300 memory=33100 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637454/stat : 637454 (fscip) S 637425 637428 636259 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637455] ppid=637425 vsize=26146300 memory=19600 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637455/stat : 637455 (fscip) S 637425 637428 636259 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637456] ppid=637425 vsize=26146300 memory=54528 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637456/stat : 637456 (fscip) S 637425 637428 636259 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637457] ppid=637425 vsize=26146300 memory=6628 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637457/stat : 637457 (fscip) S 637425 637428 636259 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637458] ppid=637425 vsize=26146300 memory=20572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637458/stat : 637458 (fscip) S 637425 637428 636259 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637459] ppid=637425 vsize=26146300 memory=6856 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637459/stat : 637459 (fscip) S 637425 637428 636259 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637460] ppid=637425 vsize=26146300 memory=7112 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637460/stat : 637460 (fscip) S 637425 637428 636259 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637461] ppid=637425 vsize=26146300 memory=30808 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637461/stat : 637461 (fscip) S 637425 637428 636259 0 -1 1077936192 161 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637462] ppid=637425 vsize=26146300 memory=280470226133504 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637462/stat : 637462 (fscip) S 637425 637428 636259 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637463] ppid=637425 vsize=26146300 memory=6944656592455360604 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637463/stat : 637463 (fscip) S 637425 637428 636259 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637464] ppid=637425 vsize=26146300 memory=11424 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637464/stat : 637464 (fscip) S 637425 637428 636259 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637465] ppid=637425 vsize=26146300 memory=33456 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637465/stat : 637465 (fscip) S 637425 637428 636259 0 -1 1077936192 134 0 0 0 1 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637466] ppid=637425 vsize=26146300 memory=10392 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637466/stat : 637466 (fscip) S 637425 637428 636259 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637467] ppid=637425 vsize=26146300 memory=6720665437166058862 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637467/stat : 637467 (fscip) S 637425 637428 636259 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637468] ppid=637425 vsize=26146300 memory=1996 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637468/stat : 637468 (fscip) S 637425 637428 636259 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637469] ppid=637425 vsize=26146300 memory=1836 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637469/stat : 637469 (fscip) S 637425 637428 636259 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 115439517 26773811200 5036478 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
Current children cumulated CPU time: 71142.1 s
Current children cumulated vsize: 26146300 KiB
Current children cumulated memory: 20145912 KiB

[startup+3600 s]*
/proc/loadavg: 76.33 78.21 77.36 62/984 640344
/proc/meminfo: memFree=729563448/790760800 swapFree=131071996/131071996
[pid=637428] ppid=637425 vsize=18921736 memory=15219720 CPUtime=71173.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/stat : 637428 (fscip) S 637425 637428 636259 0 -1 1077936128 67204487 0 0 0 7104134 13246 0 0 20 0 3 0 115439151 19375857664 3804930 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
/proc/637428/statm: 4730434 3804930 3334 3035 0 4684812 0
[pid=637428/tid=637440] ppid=637425 vsize=18921736 memory=104 CPUtime=3565.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637440/stat : 637440 (fscip) R 637425 637428 636259 0 -1 4194368 4533949 0 0 0 355993 582 0 0 20 0 3 0 115439424 19375857664 3804930 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637461] ppid=637425 vsize=18921736 memory=-6154288094794398570 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637461/stat : 637461 (fscip) S 637425 637428 636259 0 -1 1077936192 161 0 0 0 2 0 0 0 20 0 3 0 115439517 19375857664 3804930 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
Current children cumulated CPU time: 71173.8 s
Current children cumulated vsize: 18921736 KiB
Current children cumulated memory: 15219720 KiB

[startup+3600.8 s]
/proc/loadavg: 76.33 78.21 77.36 62/984 640344
/proc/meminfo: memFree=729563448/790760800 swapFree=131071996/131071996
[pid=637428] ppid=637425 vsize=18921736 memory=15219776 CPUtime=71174.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/stat : 637428 (fscip) S 637425 637428 636259 0 -1 1077936128 67204487 0 0 0 7104212 13246 0 0 20 0 3 0 115439151 19375857664 3804944 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
/proc/637428/statm: 4730434 3804944 3334 3035 0 4684812 0
[pid=637428/tid=637440] ppid=637425 vsize=18921736 memory=16108 CPUtime=3566.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637440/stat : 637440 (fscip) R 637425 637428 636259 0 -1 4194368 4533949 0 0 0 356070 582 0 0 20 0 3 0 115439424 19375857664 3804944 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
[pid=637428/tid=637461] ppid=637425 vsize=18921736 memory=2268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637461/stat : 637461 (fscip) S 637425 637428 636259 0 -1 1077936192 161 0 0 0 2 0 0 0 20 0 3 0 115439517 19375857664 3804944 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
Current children cumulated CPU time: 71174.6 s
Current children cumulated vsize: 18921736 KiB
Current children cumulated memory: 15219776 KiB

[startup+3601.2 s]
/proc/loadavg: 75.10 77.92 77.27 62/984 640344
/proc/meminfo: memFree=729555508/790760800 swapFree=131071996/131071996
[pid=637428] ppid=637425 vsize=16321976 memory=13396624 CPUtime=71175 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/stat : 637428 (fscip) R 637425 637428 636259 0 -1 4194304 67262882 0 0 0 7104244 13253 0 0 20 0 2 0 115439151 16713703424 3350069 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
/proc/637428/statm: 4080494 3349557 3334 3035 0 4049289 0
[pid=637428/tid=637461] ppid=637425 vsize=16321976 memory=3022876 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/637428/task/637461/stat : 637461 (fscip) S 637425 637428 636259 0 -1 1077936192 161 0 0 0 2 0 0 0 20 0 2 0 115439517 16713703424 3349156 809668444160 4194304 16622685 140723904034688 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 36925440 140723904037866 140723904037981 140723904037981 140723904045007 0
Current children cumulated CPU time: 71175 s
Current children cumulated vsize: 16321976 KiB
Current children cumulated memory: 13396624 KiB

[startup+3601.6 s]*
/proc/loadavg: 75.10 77.92 77.27 62/982 640344
/proc/meminfo: memFree=738613332/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3601.72 s]
/proc/loadavg: 75.10 77.92 77.27 62/982 640344
/proc/meminfo: memFree=738613332/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3601.8
CPU time (s): 71175.6
CPU user time (s): 71042.6
CPU system time (s): 132.945
CPU usage (%): 1976.11
Max. virtual memory (cumulated for all children) (KiB): 26152932
Max. memory (cumulated for all children) (KiB): 20153980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71042.6
system time used= 132.945
maximum resident set size= 20153980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67267090
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= 1094695
involuntary context switches= 212720


# summary of solver processes directly reported to runsolver:
#   pid: 637428
#   total CPU time (s): 71175.6
#   total CPU user time (s): 71042.6
#   total CPU system time (s): 132.945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.252 second user time and 78.892 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-12 20:48:44
IDJOB=4468623
IDBENCH=147573
IDSOLVER=3099
FILE ID=nodeD101/4468623-1723488524
RUNJOBID= nodeD101-1723487511-636272
SLURM_JOB_ID= 8267557
Free space on /tmp= 8622824 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/haplotype/normalized-simp-unif-100_100.00.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468623-1723488524/watcher-4468623-1723488524 -o /tmp/evaluation-result-4468623-1723488524/solver-4468623-1723488524 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1723487511-636272 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468623-1723488524.opb -qsol -t 3600 -sth 20

TIME LIMIT= 72000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 20

MD5SUM BENCH= 9be73b05d343999548eaad0214200c86
RANDOM SEED=1757626671

nodeD101.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3005.361
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2996.346
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3096.218
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2184.830
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2987.316
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2991.718
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3128.592
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2632.810
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2992.047
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2988.515
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3158.915
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2329.577
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2967.404
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2983.186
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3148.864
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2637.082
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2996.082
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2979.022
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3111.520
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2625.609
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2999.926
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2996.322
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3175.339
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2632.266
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2939.980
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2957.780
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3105.065
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2632.823
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2983.314
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2983.139
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3119.794
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2520.283
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3001.169
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2960.142
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3175.225
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2655.850
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3005.404
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2996.051
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3175.189
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2664.974
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2993.266
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2992.945
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3175.171
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2653.485
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3005.383
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2950.615
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3156.248
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3703.600
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2947.090
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2988.315
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3129.545
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3610.362
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2970.362
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2975.848
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3172.715
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2942.594
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2977.244
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2995.911
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3156.816
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3363.753
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3005.390
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2983.950
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3092.013
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3799.762
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2984.683
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2995.907
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3157.074
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1108.205
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3005.392
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2995.908
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3172.811
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1098.568
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3005.395
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2993.818
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3080.927
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1105.467
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3004.795
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2976.681
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3175.110
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2408.296
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        760603848 kB
MemAvailable:   771167484 kB
Buffers:          956980 kB
Cached:         12956000 kB
SwapCached:            0 kB
Active:          6551396 kB
Inactive:       20380652 kB
Active(anon):       2128 kB
Inactive(anon): 13055884 kB
Active(file):    6549268 kB
Inactive(file):  7324768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             41296 kB
Writeback:            76 kB
AnonPages:      13016324 kB
Mapped:           135636 kB
Shmem:             38920 kB
KReclaimable:     218252 kB
Slab:             613588 kB
SReclaimable:     218252 kB
SUnreclaim:       395336 kB
KernelStack:       16848 kB
PageTables:        36212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1589420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1027584 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1830912 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622792 MiB
End job on nodeD101 at 2024-08-12 21:48:46