Trace number 4469188

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12SAT 32301.1 1665.17

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size80-round21-6.opb
MD5SUM3275beafb3ca308b178248aae5ff03d5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.31798
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7856
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 43945984, getVmSize() = 43945984, SCIPgetMemUsed() = 18186049, SCIPgetMemTotal() = 21770505, SCIPgetMemExternEstim() = 11381264
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.10/0.19	c ** Estimated virtualMemUsedAtSolver = 33826536, getVmSize() = 63459328, SCIPgetMemUsed() = 21700213, SCIPgetMemTotal() = 39358541, SCIPgetMemExternEstim() = 11381264
0.10/0.19	c ** set memory limit for solvers to 4.18851e+11 for each SCIP **
0.10/0.19	c Original Problem   :
0.10/0.19	c   Problem name     : instance-4469188-1723520379
0.10/0.19	c   Variables        : 3968 (3968 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.19	c   Constraints      : 7856
0.10/0.19	c   Objective sense  : minimize
0.10/0.19	c Presolved Problem  :
0.10/0.19	c   Variables        : 3213 (3213 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.19	c   Constraints      : 6531
0.10/0.19	c Constraints        : Number
0.10/0.19	c   and              : 37 
0.10/0.19	c   xor              : 1 
0.10/0.19	c   linear           : 1299 
0.10/0.19	c   logicor          : 5194 
0.10/0.19	c ** Instance transfer method used: 0
0.10/0.20	c ** ParaScipInstance copy does not increase the number of variables. **
0.33/0.42	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.33/0.42	c                                Nodes    Active                                            
0.33/0.42	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
291.94/15.29	c        15              2           1        20                -           0.0000          -
393.17/20.32	c        20              2           1        20                -           0.0000          -
520.24/26.71	c        27              2           1        20                -           0.0000          -
619.47/31.76	c        32             12          11        20                -           0.0000          -
718.74/36.77	c        37             13          12        20                -           0.0000          -
821.95/42.01	c        42             13          12        20                -           0.0000          -
923.83/47.11	c        47             35          34        20                -           0.0000          -
1025.00/52.18	c        52             35          34        20                -           0.0000          -
1127.55/57.38	c        57             32          31        20                -           0.0000          -
1228.81/62.46	c        62             42          41        20                -           0.0000          -
1330.03/67.51	c        68             42          41        20                -           0.0000          -
1429.30/72.56	c        73             44          43        20                -           0.0000          -
1530.58/77.61	c        78             16          15        20                -           0.0000          -
1629.79/82.66	c        83             16          15        20                -           0.0000          -
1731.07/87.71	c        88             16          15        20                -           0.0000          -
1830.37/92.76	c        93             16          15        20                -           0.0000          -
1931.62/97.81	c        98             16          15        20                -           0.0000          -
2030.90/102.86	c       103             16          15        20                -           0.0000          -
2132.15/107.91	c       108             16          15        20                -           0.0000          -
2231.44/112.96	c       113             16          15        20                -           0.0000          -
2330.71/118.02	c       118             16          15        20                -           0.0000          -
2432.61/123.07	c       123             16          15        20                -           0.0000          -
2532.08/128.11	c       128             16          15        20                -           0.0000          -
2631.18/133.12	c       133             16          15        20                -           0.0000          -
2733.76/138.21	c       138             16          15        20                -           0.0000          -
2833.00/143.26	c       143             16          15        20                -           0.0000          -
2934.26/148.31	c       148             16          15        20                -           0.0000          -
3033.54/153.36	c       153             16          15        20                -           0.0000          -
3134.74/158.41	c       158             16          15        20                -           0.0000          -
3234.01/163.46	c       163             16          15        20                -           0.0000          -
3335.26/168.51	c       169             16          15        20                -           0.0000          -
3434.56/173.56	c       174             16          15        20                -           0.0000          -
3535.82/178.61	c       179             16          15        20                -           0.0000          -
3635.09/183.66	c       184             16          15        20                -           0.0000          -
3736.32/188.71	c       189             16          15        20                -           0.0000          -
3835.59/193.76	c       194             16          15        20                -           0.0000          -
3936.83/198.81	c       199             16          15        20                -           0.0000          -
4036.09/203.86	c       204             16          15        20                -           0.0000          -
4137.33/208.91	c       209             16          15        20                -           0.0000          -
4236.61/213.96	c       214             16          15        20                -           0.0000          -
4335.82/219.01	c       219             16          15        20                -           0.0000          -
4437.73/224.06	c       224             16          15        20                -           0.0000          -
4537.02/229.11	c       229             16          15        20                -           0.0000          -
4638.17/234.16	c       234             16          15        20                -           0.0000          -
4738.83/239.21	c       239             16          15        20                -           0.0000          -
4838.11/244.26	c       244             16          15        20                -           0.0000          -
4939.39/249.31	c       249             16          15        20                -           0.0000          -
5038.60/254.36	c       254             16          15        20                -           0.0000          -
5139.80/259.41	c       259             16          15        20                -           0.0000          -
5239.00/264.46	c       264             16          15        20                -           0.0000          -
5340.16/269.51	c       270            950         949        20                -           0.0000          -
5439.31/274.56	c       275            950         949        20                -           0.0000          -
5540.45/279.61	c       280            878         877        20                -           0.0000          -
5639.59/284.66	c       285            963         962        20                -           0.0000          -
5740.70/289.71	c       290            889         888        20                -           0.0000          -
5839.83/294.75	c       295             23          22        20                -           0.0000          -
5940.94/299.81	c       300            924         923        20                -           0.0000          -
6040.03/304.86	c       305            924         923        20                -           0.0000          -
6141.13/309.91	c       310         337316           0        20                -           0.0000          -
6240.25/314.96	c       315             75          74        20                -           0.0000          -
6339.38/320.01	c       320           1243        1230        20                -           0.0000          -
6441.13/325.06	c       325           1243        1230        20                -           0.0000          -
6540.31/330.11	c       330             85          84        20                -           0.0000          -
6641.37/335.16	c       335             49          48        20                -           0.0000          -
6741.80/340.21	c       340             92          91        20                -           0.0000          -
6840.92/345.26	c       345           1350        1337        20                -           0.0000          -
6942.01/350.31	c       350           1350        1337        20                -           0.0000          -
7041.14/355.36	c       355           1094          44        20                -           0.0000          -
7142.23/360.40	c       360           1094          44        20                -           0.0000          -
7241.35/365.46	c       365            105         104        20                -           0.0000          -
7342.47/370.51	c       371           1438        1423        20                -           0.0000          -
7441.61/375.52	c       376           1438        1423        20                -           0.0000          -
7542.75/380.61	c       381           1177         127        20                -           0.0000          -
7641.91/385.66	c       386           1177         127        20                -           0.0000          -
7743.00/390.71	c       391           1178         128        20                -           0.0000          -
7842.05/395.75	c       396           1178         128        20                -           0.0000          -
7943.08/400.81	c       401            133         132        20                -           0.0000          -
8042.11/405.87	c       406           1202         152        20                -           0.0000          -
8143.22/410.91	c       411           1202         152        20                -           0.0000          -
8242.33/415.96	c       416           1202         152        20                -           0.0000          -
8341.45/421.01	c       421           1202         152        20                -           0.0000          -
8443.10/426.06	c       426           1202         152        20                -           0.0000          -
8542.29/431.11	c       431           1202         152        20                -           0.0000          -
8643.55/436.16	c       436           1202         152        20                -           0.0000          -
8742.38/441.18	c       441           1202         152        20                -           0.0000          -
8842.82/446.21	c       446           1202         152        20                -           0.0000          -
8941.93/451.25	c       451            188         187        20                -           0.0000          -
9043.01/456.33	c       456            199         198        20                -           0.0000          -
9144.18/461.41	c       461           1241         191        20                -           0.0000          -
9243.37/466.43	c       466           1241         191        20                -           0.0000          -
9342.55/471.47	c       471           1967        1950        20                -           0.0000          -
9441.72/476.48	c       476            318         317        20                -           0.0000          -
9542.82/481.58	c       482           1997        1980        20                -           0.0000          -
9641.93/486.60	c       487            250         249        20                -           0.0000          -
9743.01/491.69	c       492           2094        2077        20                -           0.0000          -
9844.10/496.73	c       497           2094        2077        20                -           0.0000          -
9945.22/501.81	c       502           1329         279        20                -           0.0000          -
10044.34/506.82	c       507           2110        2093        20                -           0.0000          -
10145.42/511.91	c       512           2110        2093        20                -           0.0000          -
10244.54/516.95	c       517            324         323        20                -           0.0000          -
10343.69/522.00	c       522            325         324        20                -           0.0000          -
10445.31/527.06	c       527           1500         450        20                -           0.0000          -
10544.76/532.08	c       532           1500         450        20                -           0.0000          -
10643.67/537.08	c       537           2402        2385        20                -           0.0000          -
10744.89/542.18	c       542           2402        2385        20                -           0.0000          -
10845.28/547.25	c       547           1547         497        20                -           0.0000          -
10946.37/552.30	c       552           1613         563        20                -           0.0000          -
11045.44/557.35	c       557            523         520        20                -           0.0000          -
11144.43/562.38	c       562            523         520        20                -           0.0000          -
11243.47/567.40	c       567           1996         946        20                -           0.0000          -
11344.52/572.50	c       573           1996         946        20                -           0.0000          -
11445.56/577.55	c       578           2226        1099        20                -           0.0000          -
11544.59/582.57	c       583        1030901         141        20                -           0.0000          -
11645.61/587.65	c       588           3003        2960        20                -           0.0000          -
11746.72/592.70	c       593           3003        2960        20                -           0.0000          -
11845.71/597.75	c       598           3003        2960        20                -           0.0000          -
11946.69/602.80	c       603            588         587        20                -           0.0000          -
12045.72/607.85	c       608            602         601        20                -           0.0000          -
12144.79/612.86	c       613           3108        3065        20                -           0.0000          -
12243.97/617.87	c       618            621         620        20                -           0.0000          -
12345.07/622.91	c       623            630         629        20                -           0.0000          -
12444.10/627.92	c       628            634         633        20                -           0.0000          -
12543.13/632.97	c       633            638         637        20                -           0.0000          -
12642.13/638.02	c       638        1112225         143        20                -           0.0000          -
12743.80/643.07	c       643           3526        3483        20                -           0.0000          -
12842.85/648.09	c       648           3526        3483        20                -           0.0000          -
12944.17/653.17	c       653            684         681        20                -           0.0000          -
13044.36/658.22	c       658            695         692        20                -           0.0000          -
13143.49/663.28	c       663            702         699        20                -           0.0000          -
13244.58/668.32	c       668           3713        3670        20                -           0.0000          -
13343.63/673.37	c       673            709         706        20                -           0.0000          -
13444.63/678.42	c       678            712         709        20                -           0.0000          -
13543.65/683.47	c       683           3773        3730        20                -           0.0000          -
13644.65/688.52	c       689           3773        3730        20                -           0.0000          -
13743.68/693.57	c       694           9617        1527        20                -           0.0000          -
13844.71/698.62	c       699            763         760        20                -           0.0000          -
13943.76/703.67	c       704            963         962        20                -           0.0000          -
14044.85/708.72	c       709           4024        3981        20                -           0.0000          -
14143.90/713.77	c       714            807         804        20                -           0.0000          -
14244.90/718.82	c       719           1050           0        20                -           0.0000          -
14271.28/720.13	c Warning: Ramp-Up Phase Process is switched to 1. CollectOnce, MergeNodesAtRestart and RacingStatBranching are switched to FALSE.
14271.28/720.13	c You should check the following parameter values: StopRacingNumberOfNodesLeft, StopRacingNumberOfNodesLeftMultiplier, ProhibitCollectOnceMultiplier
14271.28/720.13	Racing ramp-up finished after 720.1400 seconds. Selected strategy 16.
14351.99/756.18	c       756           1051           1         1                -           0.0000          -           0.0000          -
14409.12/761.32	c       761           1091          22        19                -           0.0000          -           0.0000          -
14527.91/767.36	c       767           1119          46        19                -           0.0000          -           0.0000          -
14668.78/774.45	c       774           1134          61        19                -           0.0000          -           0.0000          -
14820.30/782.10	c       782           1143          68        19                -           0.0000          -           0.0000          -
14921.49/787.14	c       787          17416        1370        19                -           0.0000          -           0.0000          -
15020.61/792.20	c       792          47647        2664        19                -           0.0000          -           0.0000          -
15121.14/797.24	c       797          82226        2695        19                -           0.0000          -           0.0000          -
15220.31/802.29	c       802         116959        2794        19                -           0.0000          -           0.0000          -
15321.50/807.34	c       807         149036        2970        19                -           0.0000          -           0.0000          -
15420.77/812.39	c       812         180734        3078        19                -           0.0000          -           0.0000          -
15521.76/817.44	c       817         212744        3138        19                -           0.0000          -           0.0000          -
15620.92/822.49	c       822         250919        3275        19                -           0.0000          -           0.0000          -
15722.09/827.54	c       828         286781        3338        19                -           0.0000          -           0.0000          -
15821.24/832.56	c       833         325032        3377        19                -           0.0000          -           0.0000          -
15922.36/837.62	c       838         362723        3414        19                -           0.0000          -           0.0000          -
16021.51/842.69	c       843         399304        3415        19                -           0.0000          -           0.0000          -
16122.63/847.74	c       848         440014        3406        19                -           0.0000          -           0.0000          -
16221.77/852.79	c       853         476716        3426        19                -           0.0000          -           0.0000          -
16322.94/857.84	c       858         515999        3440        19                -           0.0000          -           0.0000          -
16422.04/862.89	c       863         552358        3449        19                -           0.0000          -           0.0000          -
16523.06/867.94	c       868         588404        3492        19                -           0.0000          -           0.0000          -
16622.17/872.99	c       873         624865        3530        19                -           0.0000          -           0.0000          -
16721.30/878.04	c       878         659626        3549        19                -           0.0000          -           0.0000          -
16823.11/883.07	c       883         694441        3554        19                -           0.0000          -           0.0000          -
16924.27/888.15	c       888         733345        3619        19                -           0.0000          -           0.0000          -
17024.61/893.20	c       893         768884        3687        19                -           0.0000          -           0.0000          -
17123.71/898.25	c       898         802132        3755        19                -           0.0000          -           0.0000          -
17224.84/903.30	c       903         835189        3809        19                -           0.0000          -           0.0000          -
17324.02/908.35	c       908         867824        3850        19                -           0.0000          -           0.0000          -
17425.17/913.41	c       913         901808        3881        19                -           0.0000          -           0.0000          -
17524.36/918.47	c       918         933977        3931        19                -           0.0000          -           0.0000          -
17625.49/923.51	c       924         966050        3971        20                -           0.0000          -           0.0000          -
17724.42/928.56	c       929         999333        4064        20                -           0.0000          -           0.0000          -
17825.60/933.61	c       934        1033252        4120        20                -           0.0000          -           0.0000          -
17924.76/938.66	c       939        1068071        4198        20                -           0.0000          -           0.0000          -
18025.93/943.71	c       944        1102696        4265        20                -           0.0000          -           0.0000          -
18125.10/948.76	c       949        1136500        4308        20                -           0.0000          -           0.0000          -
18226.24/953.81	c       954        1175657        4376        20                -           0.0000          -           0.0000          -
18325.42/958.86	c       959        1206521        4431        20                -           0.0000          -           0.0000          -
18426.60/963.91	c       964        1238366        4508        20                -           0.0000          -           0.0000          -
18525.71/968.96	c       969        1269596        4709        20                -           0.0000          -           0.0000          -
18624.95/974.01	c       974        1302402        4797        20                -           0.0000          -           0.0000          -
18726.82/979.06	c       979        1335678        4890        20                -           0.0000          -           0.0000          -
18825.97/984.11	c       984        1366654        5019        20                -           0.0000          -           0.0000          -
18927.09/989.17	c       989        1398646        5352        20                -           0.0000          -           0.0000          -
19027.63/994.21	c       994        1431377        5527        20                -           0.0000          -           0.0000          -
19126.81/999.26	c       999        1463795        5626        20                -           0.0000          -           0.0000          -
19227.97/1004.31	c      1004        1495080        5883        20                -           0.0000          -           0.0000          -
19327.18/1009.36	c      1009        1526651        5982        20                -           0.0000          -           0.0000          -
19428.37/1014.41	c      1014        1562084        6259        20                -           0.0000          -           0.0000          -
19527.54/1019.46	c      1019        1594880        6368        20                -           0.0000          -           0.0000          -
19628.71/1024.51	c      1025        1628600        6550        20                -           0.0000          -           0.0000          -
19727.87/1029.56	c      1030        1661477        6690        20                -           0.0000          -           0.0000          -
19829.01/1034.61	c      1035        1693421        6974        20                -           0.0000          -           0.0000          -
19928.18/1039.66	c      1040        1725835        7070        20                -           0.0000          -           0.0000          -
20029.27/1044.71	c      1045        1759572        7276        20                -           0.0000          -           0.0000          -
20128.42/1049.76	c      1050        1795599        7479        20                -           0.0000          -           0.0000          -
20227.47/1054.80	c      1055        1828463        7690        20                -           0.0000          -           0.0000          -
20328.57/1059.87	c      1060        1861456        7803        20                -           0.0000          -           0.0000          -
20429.65/1064.91	c      1065        1893969        7998        20                -           0.0000          -           0.0000          -
20528.76/1069.96	c      1070        1927659        8262        20                -           0.0000          -           0.0000          -
20627.93/1075.00	c      1075        1960080        8312        20                -           0.0000          -           0.0000          -
20729.92/1080.06	c      1080        1995122        8381        20                -           0.0000          -           0.0000          -
20828.84/1085.11	c      1085        2028294        8653        20                -           0.0000          -           0.0000          -
20930.22/1090.17	c      1090        2061777        8722        20                -           0.0000          -           0.0000          -
21029.38/1095.18	c      1095        2092318        8843        20                -           0.0000          -           0.0000          -
21129.59/1100.26	c      1100        2127340        8976        20                -           0.0000          -           0.0000          -
21230.59/1105.31	c      1105        2160130        9069        20                -           0.0000          -           0.0000          -
21329.74/1110.33	c      1110        2193896        9124        20                -           0.0000          -           0.0000          -
21430.86/1115.41	c      1115        2229227        9194        20                -           0.0000          -           0.0000          -
21530.02/1120.46	c      1120        2262391        9224        20                -           0.0000          -           0.0000          -
21629.15/1125.47	c      1125        2294902        9341        20                -           0.0000          -           0.0000          -
21730.26/1130.56	c      1131        2326636        9449        20                -           0.0000          -           0.0000          -
21831.52/1135.61	c      1136        2360292        9585        20                -           0.0000          -           0.0000          -
21930.48/1140.66	c      1141        2392327        9668        20                -           0.0000          -           0.0000          -
22031.74/1145.71	c      1146        2425228        9820        20                -           0.0000          -           0.0000          -
22130.67/1150.76	c      1151        2458505        9983        20                -           0.0000          -           0.0000          -
22231.75/1155.81	c      1156        2491374       10115        20                -           0.0000          -           0.0000          -
22330.94/1160.86	c      1161        2520987       10332        20                -           0.0000          -           0.0000          -
22431.95/1165.91	c      1166        2550797       10507        20                -           0.0000          -           0.0000          -
22530.99/1170.97	c      1171        2582269       10781        20                -           0.0000          -           0.0000          -
22630.06/1176.02	c      1176        2613369       10928        20                -           0.0000          -           0.0000          -
22731.86/1181.07	c      1181        2645071       11096        20                -           0.0000          -           0.0000          -
22830.83/1186.12	c      1186        2676002       11255        20                -           0.0000          -           0.0000          -
22932.17/1191.14	c      1191        2705690       11394        20                -           0.0000          -           0.0000          -
23032.60/1196.22	c      1196        2738456       11523        20                -           0.0000          -           0.0000          -
23131.71/1201.28	c      1201        2771595       11664        20                -           0.0000          -           0.0000          -
23232.79/1206.32	c      1206        2807996       11919        20                -           0.0000          -           0.0000          -
23331.85/1211.37	c      1211        2848084       12214        20                -           0.0000          -           0.0000          -
23432.88/1216.42	c      1216        2892128       12397        20                -           0.0000          -           0.0000          -
23531.91/1221.47	c      1221        2924298       12547        20                -           0.0000          -           0.0000          -
23633.06/1226.51	c      1227        2954952       12778        20                -           0.0000          -           0.0000          -
23732.21/1231.57	c      1232        2987838       13142        20                -           0.0000          -           0.0000          -
23833.27/1236.62	c      1237        3019265       13859        20                -           0.0000          -           0.0000          -
23932.35/1241.67	c      1242        3050197       13979        20                -           0.0000          -           0.0000          -
24033.46/1246.72	c      1247        3081130       14115        20                -           0.0000          -           0.0000          -
24132.58/1251.77	c      1252        3113701       14322        20                -           0.0000          -           0.0000          -
24233.65/1256.82	c      1257        3142741       14770        20                -           0.0000          -           0.0000          -
24332.70/1261.87	c      1262        3171448       15279        20                -           0.0000          -           0.0000          -
24433.70/1266.92	c      1267        3204209       15683        20                -           0.0000          -           0.0000          -
24532.80/1271.97	c      1272        3236077       15919        20                -           0.0000          -           0.0000          -
24631.85/1277.03	c      1277        3268759       16267        20                -           0.0000          -           0.0000          -
24733.38/1282.05	c      1282        3299325       16557        20                -           0.0000          -           0.0000          -
24832.35/1287.07	c      1287        3331407       16780        20                -           0.0000          -           0.0000          -
24933.59/1292.15	c      1292        3363822       17052        20                -           0.0000          -           0.0000          -
25033.98/1297.22	c      1297        3396566       17260        20                -           0.0000          -           0.0000          -
25133.13/1302.27	c      1302        3430774       17354        20                -           0.0000          -           0.0000          -
25232.24/1307.29	c      1307        3463934       17613        20                -           0.0000          -           0.0000          -
25333.25/1312.31	c      1312        3499424       17857        20                -           0.0000          -           0.0000          -
25432.42/1317.35	c      1317        3535918       18058        20                -           0.0000          -           0.0000          -
25531.57/1322.38	c      1322        3571628       18258        20                -           0.0000          -           0.0000          -
25632.68/1327.47	c      1327        3606827       18489        20                -           0.0000          -           0.0000          -
25733.80/1332.53	c      1333        3642410       18596        20                -           0.0000          -           0.0000          -
25834.95/1337.62	c      1338        3678777       18767        20                -           0.0000          -           0.0000          -
25934.21/1342.67	c      1343        3713759       19061        20                -           0.0000          -           0.0000          -
26035.17/1347.72	c      1348        3750980       19313        20                -           0.0000          -           0.0000          -
26134.32/1352.77	c      1353        3786682       19426        20                -           0.0000          -           0.0000          -
26235.42/1357.82	c      1358        3822844       19609        20                -           0.0000          -           0.0000          -
26334.44/1362.84	c      1363        3857624       19905        20                -           0.0000          -           0.0000          -
26435.62/1367.92	c      1368        3893817       20126        20                -           0.0000          -           0.0000          -
26534.85/1372.96	c      1373        3926254       20401        20                -           0.0000          -           0.0000          -
26633.75/1378.02	c      1378        3961536       20574        20                -           0.0000          -           0.0000          -
26735.69/1383.06	c      1383        3993434       20772        20                -           0.0000          -           0.0000          -
26834.75/1388.08	c      1388        4026770       20923        20                -           0.0000          -           0.0000          -
26935.88/1393.17	c      1393        4061912       21069        20                -           0.0000          -           0.0000          -
27036.22/1398.21	c      1398        4094456       21317        20                -           0.0000          -           0.0000          -
27135.34/1403.24	c      1403        4126976       21468        20                -           0.0000          -           0.0000          -
27236.44/1408.33	c      1408        4160478       21785        20                -           0.0000          -           0.0000          -
27335.56/1413.37	c      1413        4195253       21848        20                -           0.0000          -           0.0000          -
27436.67/1418.42	c      1418        4227857       22026        20                -           0.0000          -           0.0000          -
27535.79/1423.47	c      1423        4260190       22241        20                -           0.0000          -           0.0000          -
27636.89/1428.52	c      1429        4294325       22375        20                -           0.0000          -           0.0000          -
27736.01/1433.57	c      1434        4330459       22641        20                -           0.0000          -           0.0000          -
27837.27/1438.62	c      1439        4376035       22916        20                -           0.0000          -           0.0000          -
27936.23/1443.67	c      1444        4412707       23154        20                -           0.0000          -           0.0000          -
28037.32/1448.72	c      1449        4446796       23389        20                -           0.0000          -           0.0000          -
28136.43/1453.77	c      1454        4480707       23594        20                -           0.0000          -           0.0000          -
28237.53/1458.83	c      1459        4513573       23799        20                -           0.0000          -           0.0000          -
28336.64/1463.88	c      1464        4546951       24038        20                -           0.0000          -           0.0000          -
28435.76/1468.89	c      1469        4579534       24159        20                -           0.0000          -           0.0000          -
28536.81/1473.98	c      1474        4614760       24393        20                -           0.0000          -           0.0000          -
28635.94/1479.03	c      1479        4648407       24631        20                -           0.0000          -           0.0000          -
28737.85/1484.08	c      1484        4681936       24796        20                -           0.0000          -           0.0000          -
28838.61/1489.13	c      1489        4716584       25048        20                -           0.0000          -           0.0000          -
28937.93/1494.18	c      1494        4752869       25211        20                -           0.0000          -           0.0000          -
29038.32/1499.23	c      1499        4786094       25534        20                -           0.0000          -           0.0000          -
29137.47/1504.28	c      1504        4821180       25796        20                -           0.0000          -           0.0000          -
29238.59/1509.33	c      1509        4853963       26117        20                -           0.0000          -           0.0000          -
29337.75/1514.38	c      1514        4887293       26233        20                -           0.0000          -           0.0000          -
29438.87/1519.43	c      1519        4921052       26253        20                -           0.0000          -           0.0000          -
29538.01/1524.49	c      1524        4955204       26476        20                -           0.0000          -           0.0000          -
29639.04/1529.53	c      1530        4991702       26706        20                -           0.0000          -           0.0000          -
29738.20/1534.58	c      1535        5026694       26941        20                -           0.0000          -           0.0000          -
29839.29/1539.63	c      1540        5060384       27073        20                -           0.0000          -           0.0000          -
29938.37/1544.68	c      1545        5095033       27287        20                -           0.0000          -           0.0000          -
30039.51/1549.73	c      1550        5127466       27442        20                -           0.0000          -           0.0000          -
30138.67/1554.74	c      1555        5159700       27715        20                -           0.0000          -           0.0000          -
30237.74/1559.78	c      1560        5192452       27930        20                -           0.0000          -           0.0000          -
30338.79/1564.84	c      1565        5224205       28195        20                -           0.0000          -           0.0000          -
30439.82/1569.90	c      1570        5256917       28446        20                -           0.0000          -           0.0000          -
30538.97/1574.96	c      1575        5289566       28684        20                -           0.0000          -           0.0000          -
30638.11/1580.01	c      1580        5322086       28806        20                -           0.0000          -           0.0000          -
30740.01/1585.07	c      1585        5355963       29028        20                -           0.0000          -           0.0000          -
30839.03/1590.08	c      1590        5389878       29288        20                -           0.0000          -           0.0000          -
30938.11/1595.13	c      1595        5422215       29701        20                -           0.0000          -           0.0000          -
31040.50/1600.22	c      1600        5456164       29993        20                -           0.0000          -           0.0000          -
31139.62/1605.28	c      1605        5489837       30279        20                -           0.0000          -           0.0000          -
31240.78/1610.31	c      1610        5521264       30542        20                -           0.0000          -           0.0000          -
31339.90/1615.34	c      1615        5557452       30762        20                -           0.0000          -           0.0000          -
31441.03/1620.44	c      1620        5592774       30838        20                -           0.0000          -           0.0000          -
31540.18/1625.48	c      1625        5625858       31025        20                -           0.0000          -           0.0000          -
31641.27/1630.53	c      1631        5660397       31378        20                -           0.0000          -           0.0000          -
31740.42/1635.58	c      1636        5693495       31502        20                -           0.0000          -           0.0000          -
31841.53/1640.63	c      1641        5728432       31664        20                -           0.0000          -           0.0000          -
31940.61/1645.64	c      1646        5762342       31952        20                -           0.0000          -           0.0000          -
32039.70/1650.69	c      1651        5794575       32199        20                -           0.0000          -           0.0000          -
32140.74/1655.77	c      1656        5829817       32257        20                -           0.0000          -           0.0000          -
32241.73/1660.83	c      1661        5864495       32575        20                -           0.0000          -           0.0000          -
32295.23/1663.53	c *    1664        5883778       32640        20           0.0000           0.0000      0.00%           0.0000      0.00%
32300.96/1665.02	c      1665        5886326           0         0           0.0000           0.0000      0.00%
32300.96/1665.02	c SCIP Status        : c problem is solved
32300.96/1665.02	c Total Time         : 1665.02
32300.96/1665.02	c   solving          : 1665.02
32300.96/1665.02	c   presolving       : 0.16 (included in solving)
32300.96/1665.02	c B&B Tree           :
32300.96/1665.02	c   nodes (total)    : 5886326
32300.96/1665.02	c Solution           :
32300.96/1665.02	c   Solutions found  : 1
32300.96/1665.02	c   Primal Bound     : +0.00000000000000e+00
32300.96/1665.02	c   Dual Bound       : +0.00000000000000e+00
32300.96/1665.02	c Gap                : 0.00000 %
32300.96/1665.02	s SATISFIABLE
32300.96/1665.02	v x3968 -x992 x3967 -x991 -x3966 -x990 -x3965 -x989 -x3964 x988 -x3963 x987 x3962 -x986 x3961 x985 x3960 -x984 -x3959 x983 -x3958 
32300.96/1665.02	v x982 -x3957 x981 -x3956 x980 x3955 -x979 x3954 -x978 -x3953 -x977 -x3952 x976 -x3951 x975 -x3950 x974 -x3949 -x973 -x3948 -x972 
32300.96/1665.02	v -x3947 x971 x3946 -x970 x3945 x969 x3944 -x968 x3943 -x967 x3942 x966 x3941 -x965 -x3940 -x964 -x3939 x963 -x3938 x962 -x3937 
32300.96/1665.02	v -x961 -x3936 -x960 -x3935 x959 -x3934 x958 x3933 -x957 -x3932 x956 -x3931 x955 -x3930 -x954 -x3929 x953 -x3928 x952 x3927 
32300.96/1665.02	v -x951 x3926 x950 x3925 -x949 -x3924 x948 -x3923 -x947 -x3922 x946 -x3921 -x945 -x3920 -x944 -x3919 x943 -x3918 x942 -x3917 
32300.96/1665.02	v x941 -x3916 x940 x3915 -x939 -x3914 -x938 -x3913 -x937 -x3912 -x936 -x3911 x935 -x3910 x934 -x3909 x933 -x3908 x932 x3907 x931 
32300.96/1665.02	v x3906 -x930 -x3905 -x929 x3904 -x928 -x3903 x927 -x3902 x926 -x3901 x925 -x3900 x924 -x3899 -x923 -x3898 -x922 -x3897 x921 
32300.96/1665.02	v -x3896 x920 -x3895 -x919 -x3894 x918 -x3893 x917 -x3892 x916 -x3891 x915 x3890 -x914 -x3889 -x913 -x3888 x912 -x3887 x911 -x3886 
32300.96/1665.02	v -x910 -x3885 x909 -x3884 x908 -x3883 x907 -x3882 x906 x3881 -x905 x3880 -x904 x3879 x903 x3878 -x902 x3877 -x901 x3876 x900 
32300.96/1665.02	v x3875 -x899 x3874 -x898 -x3873 -x897 x3872 -x896 x3871 -x895 -x3870 x894 -x3869 x893 x3868 x892 x3867 -x891 x3866 -x890 x3865 
32300.96/1665.02	v x889 x3864 -x888 -x3863 x887 -x3862 x886 x3861 -x885 x3860 x884 x3859 -x883 x3858 -x882 x3857 x881 x3856 -x880 -x3855 -x879 
32300.96/1665.02	v -x3854 x878 -x3853 x877 x3852 x876 x3851 -x875 x3850 x874 x3849 x873 x3848 -x872 -x3847 -x871 -x3846 x870 -x3845 x869 -x3844 
32300.96/1665.02	v x868 -x3843 -x867 -x3842 x866 x3841 -x865 -x3840 x864 -x3839 x863 -x3838 x862 -x3837 -x861 -x3836 -x860 -x3835 x859 -x3834 
32300.96/1665.02	v x858 -x3833 x857 -x3832 x856 -x3831 x855 -x3830 x854 -x3829 -x853 -x3828 x852 x3827 x851 x3826 -x850 x3825 -x849 -x3824 x848 
32300.96/1665.02	v -x3823 -x847 -x3822 x846 -x3821 -x845 -x3820 x844 -x3819 x843 -x3818 x842 -x3817 x841 -x3816 x840 -x3815 x839 -x3814 -x838 -x3813 
32300.96/1665.02	v -x837 -x3812 x836 -x3811 -x835 -x3810 x834 -x3809 x833 -x3808 x3807 x1664 -x3806 x3805 -x1663 x3804 -x3803 -x1662 -x3802 
32300.96/1665.02	v x3801 -x1661 x3800 -x3799 -x1660 -x3798 x3797 -x1659 x3796 -x3795 -x1658 -x3794 x3793 -x1657 x3792 -x3791 x1656 x3790 x3789 
32300.96/1665.02	v -x1655 -x3788 x3787 x1654 x3786 -x3785 -x1653 x3784 -x3783 -x1652 -x3782 x3781 x1651 -x3780 -x3779 x1650 x3778 -x3777 x1649 
32300.96/1665.02	v -x3776 x3775 x1648 x3774 -x3773 -x1647 x3772 -x3771 -x1646 x3770 -x3769 -x1645 -x3768 x3767 x1644 -x3766 -x3765 x1643 x3764 -x3763 
32300.96/1665.02	v -x1642 -x3762 x3761 -x1641 -x3760 x3759 x1640 -x3758 -x3757 x1639 x3756 -x3755 -x1638 -x3754 x3753 -x1637 x3752 -x3751 
32300.96/1665.02	v x1636 -x3750 x3749 -x1635 -x3748 x3747 x1634 x3746 -x3745 -x1633 x3744 -x3743 -x3742 x3741 -x3740 -x3739 -x3738 -x3737 x3736 
32300.96/1665.02	v x3735 -x3734 x3733 -x3732 x3731 x3730 -x3729 -x3728 -x3727 x3726 -x3725 -x3724 -x3723 x3722 -x3721 -x3720 -x3719 -x3718 x3717 
32300.96/1665.02	v x3716 -x3715 x3714 x3713 x3712 -x3711 -x1632 -x3710 x3709 x1631 -x3708 x3707 -x1630 -x3706 x3705 -x1629 -x3704 x3703 x1628 -x3702 
32300.96/1665.02	v -x3701 -x1627 x3700 -x3699 -x1626 -x3698 x3697 x1625 x3696 -x3695 x1624 -x3694 x3693 -x1623 -x3692 x3691 -x1622 -x3690 
32300.96/1665.02	v x3689 x1621 -x3688 x3687 x1620 -x3686 x3685 -x1619 -x3684 x3683 x1618 -x3682 x3681 x1617 -x3680 x3679 x1616 x3678 x3677 -x1615 
32300.96/1665.02	v -x3676 x3675 -x1614 x3674 -x3673 -x1613 -x3672 x3671 x1612 -x3670 x3669 x1611 -x3668 -x3667 x1610 -x3666 x3665 x1609 -x3664 
32300.96/1665.02	v x3663 x1608 -x3662 x3661 -x1607 -x3660 -x3659 x1606 x3658 -x3657 x1605 -x3656 x3655 -x1604 -x3654 x3653 -x1603 -x3652 x3651 
32300.96/1665.02	v -x1602 -x3650 -x3649 x1601 -x3648 x3647 -x3646 -x3645 -x3644 -x3643 -x3642 x3641 x3640 -x3639 x3638 x3637 x3636 x3635 -x3634 
32300.96/1665.02	v x3633 -x3632 x3631 -x3630 -x3629 -x3628 -x3627 -x3626 -x3625 -x3624 -x3623 -x3622 x3621 -x3620 -x3619 x3618 -x3617 x3616 -x3615 
32300.96/1665.02	v x1600 -x3614 x3613 -x1599 x3612 -x3611 -x1598 -x3610 x3609 -x1597 x3608 -x3607 -x1596 -x3606 -x3605 x1595 x3604 -x3603 -x1594 
32300.96/1665.02	v -x3602 x3601 -x1593 x3600 -x3599 -x1592 x3598 -x3597 -x1591 -x3596 x3595 -x1590 x3594 -x3593 -x1589 -x3592 -x3591 x1588 x3590 
32300.96/1665.02	v -x3589 -x1587 -x3588 x3587 -x1586 x3586 -x3585 -x1585 -x3584 x3583 -x1584 x3582 x3581 -x1583 -x3580 x3579 -x1582 x3578 -x3577 
32300.96/1665.02	v -x1581 -x3576 x3575 -x1580 -x3574 -x3573 x1579 x3572 -x3571 -x1578 -x3570 x3569 x1577 x3568 -x3567 -x1576 -x3566 x3565 
32300.96/1665.02	v -x1575 -x3564 x3563 x1574 -x3562 x3561 -x1573 x3560 -x3559 x1572 -x3558 x3557 -x1571 -x3556 x3555 x1570 -x3554 x3553 x1569 x3552 
32300.96/1665.02	v -x3551 -x3550 -x3549 -x3548 -x3547 -x3546 -x3545 x3544 x3543 -x3542 x3541 x3540 -x3539 -x3538 -x3537 x3536 x3535 -x3534 x3533 
32300.96/1665.02	v -x3532 -x3531 -x3530 -x3529 -x3528 -x3527 -x3526 -x3525 x3524 -x3523 -x3522 x3521 x3520 -x3519 -x1568 -x3518 x3517 x1567 
32300.96/1665.02	v -x3516 x3515 x1566 -x3514 x3513 x1565 x3512 -x3511 -x1564 -x3510 -x3509 x1563 x3508 -x3507 -x1562 -x3506 x3505 x1561 -x3504 
32300.96/1665.02	v x3503 x1560 -x3502 -x3501 x1559 -x3500 -x3499 x1558 -x3498 x3497 -x1557 -x3496 x3495 -x1556 -x3494 -x3493 -x1555 x3492 -x3491 
32300.96/1665.02	v -x1554 -x3490 x3489 -x1553 -x3488 x3487 x1552 -x3486 x3485 -x1551 x3484 -x3483 -x1550 -x3482 x3481 x1549 x3480 -x3479 -x1548 
32300.96/1665.02	v -x3478 x3477 -x1547 x3476 -x3475 -x1546 -x3474 x3473 -x1545 x3472 -x3471 -x1544 -x3470 x3469 -x1543 -x3468 x3467 -x1542 -x3466 
32300.96/1665.02	v x3465 x1541 -x3464 x3463 x1540 -x3462 x3461 -x1539 -x3460 -x3459 -x1538 -x3458 -x3457 x1537 x3456 -x3455 -x3454 -x3453 x3452 
32300.96/1665.02	v -x3451 x3450 -x3449 x3448 x3447 -x3446 -x3445 -x3444 -x3443 -x3442 -x3441 -x3440 x3439 -x3438 -x3437 -x3436 x3435 -x3434 -x3433 
32300.96/1665.02	v x3432 -x3431 -x3430 -x3429 -x3428 -x3427 -x3426 -x3425 -x3424 x3423 -x1536 x3422 -x3421 -x1535 -x3420 x3419 x1534 -x3418 
32300.96/1665.02	v x3417 -x1533 x3416 -x3415 -x1532 -x3414 -x3413 x1531 x3412 -x3411 x1530 -x3410 x3409 -x1529 -x3408 x3407 x1528 -x3406 x3405 
32300.96/1665.02	v -x1527 -x3404 x3403 -x1526 -x3402 x3401 x1525 -x3400 -x3399 x1524 x3398 -x3397 -x1523 -x3396 x3395 -x1522 x3394 -x3393 -x1521 
32300.96/1665.02	v -x3392 -x3391 -x1520 x3390 -x3389 -x1519 -x3388 x3387 -x1518 -x3386 x3385 -x1517 -x3384 x3383 x1516 -x3382 -x3381 x1515 x3380 
32300.96/1665.02	v -x3379 -x1514 -x3378 x3377 -x1513 x3376 -x3375 x1512 -x3374 -x3373 x1511 -x3372 -x3371 -x1510 -x3370 -x3369 x1509 -x3368 -x3367 
32300.96/1665.02	v x1508 -x3366 -x3365 -x1507 -x3364 -x3363 -x1506 -x3362 -x3361 x1505 x3360 -x3359 -x3358 -x3357 x3356 -x3355 x3354 -x3353 
32300.96/1665.02	v -x3352 -x3351 -x3350 -x3349 -x3348 -x3347 -x3346 x3345 -x3344 x3343 -x3342 -x3341 -x3340 -x3339 x3338 -x3337 x3336 -x3335 -x3334 
32300.96/1665.02	v -x3333 -x3332 -x3331 -x3330 -x3329 -x3328 x3327 -x1504 x3326 x3325 -x1503 -x3324 x3323 -x1502 x3322 -x3321 -x1501 -x3320 
32300.96/1665.02	v x3319 -x1500 -x3318 x3317 -x1499 -x3316 x3315 x1498 -x3314 x3313 -x1497 -x3312 x3311 -x1496 -x3310 -x3309 x1495 -x3308 -x3307 
32300.96/1665.02	v x1494 -x3306 -x3305 x1493 -x3304 x3303 -x1492 -x3302 x3301 x1491 -x3300 x3299 -x1490 -x3298 -x3297 x1489 -x3296 x3295 -x1488 
32300.96/1665.02	v -x3294 -x3293 x1487 x3292 -x3291 -x1486 -x3290 x3289 -x1485 x3288 -x3287 -x1484 -x3286 x3285 -x1483 -x3284 x3283 -x1482 x3282 
32300.96/1665.02	v -x3281 -x1481 -x3280 x3279 -x1480 x3278 -x3277 -x1479 -x3276 -x3275 x1478 -x3274 x3273 -x1477 -x3272 -x3271 x1476 -x3270 
32300.96/1665.02	v -x3269 x1475 -x3268 x3267 -x1474 -x3266 x3265 -x1473 -x3264 x3263 -x3262 x3261 -x3260 -x3259 -x3258 -x3257 -x3256 -x3255 -x3254 
32300.96/1665.02	v -x3253 -x3252 -x3251 -x3250 -x3249 -x3248 -x3247 -x3246 -x3245 x3244 -x3243 x3242 -x3241 x3240 x3239 -x3238 -x3237 -x3236 
32300.96/1665.02	v -x3235 -x3234 -x3233 -x3232 x3231 x1472 x3230 x3229 -x1471 -x3228 x3227 -x1470 x3226 -x3225 -x1469 -x3224 x3223 x1468 -x3222 
32300.96/1665.02	v x3221 -x1467 -x3220 x3219 x1466 -x3218 -x3217 x1465 x3216 -x3215 -x1464 -x3214 x3213 -x1463 -x3212 x3211 -x1462 -x3210 x3209 
32300.96/1665.02	v -x1461 -x3208 x3207 -x1460 -x3206 x3205 -x1459 -x3204 x3203 x1458 -x3202 -x3201 x1457 -x3200 x3199 -x1456 -x3198 x3197 x1455 
32300.96/1665.02	v -x3196 x3195 -x1454 -x3194 -x3193 x1453 x3192 -x3191 -x1452 -x3190 x3189 -x1451 -x3188 -x3187 -x1450 x3186 -x3185 -x1449 -x3184 
32300.96/1665.02	v x3183 -x1448 x3182 -x3181 -x1447 -x3180 -x3179 -x1446 x3178 -x3177 -x1445 -x3176 x3175 -x1444 -x3174 x3173 -x1443 -x3172 -x3171 
32300.96/1665.02	v x1442 -x3170 x3169 -x1441 x3168 x3167 -x3166 x3165 -x3164 -x3163 -x3162 -x3161 -x3160 -x3159 -x3158 -x3157 -x3156 x3155 
32300.96/1665.02	v -x3154 -x3153 -x3152 -x3151 -x3150 -x3149 x3148 -x3147 -x3146 -x3145 -x3144 x3143 -x3142 -x3141 -x3140 -x3139 -x3138 -x3137 
32300.96/1665.02	v -x3136 x3135 -x1440 x3134 -x3133 -x1439 -x3132 -x3131 x1438 x3130 -x3129 -x1437 -x3128 x3127 x1436 -x3126 x3125 -x1435 -x3124 
32300.96/1665.02	v x3123 x1434 -x3122 x3121 x1433 -x3120 -x3119 x1432 -x3118 -x3117 x1431 -x3116 x3115 -x1430 -x3114 x3113 x1429 -x3112 x3111 -x1428 
32300.96/1665.02	v -x3110 -x3109 x1427 x3108 -x3107 -x1426 -x3106 x3105 x1425 -x3104 x3103 -x1424 x3102 -x3101 -x1423 -x3100 x3099 -x1422 
32300.96/1665.02	v -x3098 -x3097 x1421 x3096 -x3095 -x1420 -x3094 x3093 -x1419 x3092 -x3091 x1418 -x3090 x3089 -x1417 x3088 -x3087 -x1416 -x3086 
32300.96/1665.02	v x3085 -x1415 -x3084 x3083 -x1414 x3082 -x3081 -x1413 -x3080 x3079 -x1412 -x3078 -x3077 -x1411 -x3076 -x3075 x1410 -x3074 x3073 
32300.96/1665.02	v -x1409 x3072 x3071 -x3070 -x3069 -x3068 -x3067 -x3066 -x3065 -x3064 -x3063 -x3062 -x3061 x3060 x3059 x3058 -x3057 x3056 -x3055 
32300.96/1665.02	v -x3054 -x3053 -x3052 -x3051 x3050 -x3049 -x3048 -x3047 -x3046 x3045 -x3044 -x3043 -x3042 -x3041 x3040 -x3039 -x1408 -x3038 
32300.96/1665.02	v x3037 -x1407 x3036 -x3035 -x1406 -x3034 x3033 -x1405 x3032 -x3031 -x1404 -x3030 x3029 -x1403 x3028 x3027 -x1402 -x3026 x3025 
32300.96/1665.02	v -x1401 x3024 -x3023 -x1400 -x3022 x3021 -x1399 x3020 -x3019 -x1398 -x3018 x3017 -x1397 -x3016 x3015 x1396 -x3014 x3013 -x1395 
32300.96/1665.02	v -x3012 x3011 -x1394 -x3010 x3009 -x1393 -x3008 x3007 -x1392 x3006 x3005 -x1391 -x3004 x3003 -x1390 x3002 -x3001 -x1389 -x3000 
32300.96/1665.02	v x2999 x1388 x2998 -x2997 -x1387 -x2996 x2995 x1386 x2994 -x2993 -x1385 x2992 x2991 -x1384 -x2990 x2989 -x1383 x2988 -x2987 
32300.96/1665.02	v -x1382 x2986 -x2985 -x1381 x2984 -x2983 -x1380 -x2982 x2981 -x1379 -x2980 -x2979 -x1378 x2978 -x2977 -x1377 -x2976 x2975 x2974 
32300.96/1665.02	v x2973 -x2972 -x2971 -x2970 x2969 -x2968 -x2967 x2966 -x2965 -x2964 -x2963 -x2962 -x2961 x2960 -x2959 -x2958 -x2957 -x2956 
32300.96/1665.02	v x2955 x2954 x2953 x2952 -x2951 x2950 x2949 x2948 -x2947 -x2946 -x2945 -x2944 x2943 x1376 -x2942 x2941 x1375 -x2940 -x2939 -x1374 
32300.96/1665.02	v x2938 -x2937 -x1373 -x2936 x2935 x1372 -x2934 x2933 -x1371 x2932 -x2931 -x1370 -x2930 x2929 -x1369 -x2928 x2927 -x1368 
32300.96/1665.02	v -x2926 x2925 x1367 -x2924 x2923 -x1366 -x2922 -x2921 x1365 -x2920 -x2919 -x1364 x2918 -x2917 x1363 -x2916 x2915 -x1362 x2914 
32300.96/1665.02	v -x2913 -x1361 -x2912 x2911 -x1360 -x2910 x2909 -x1359 x2908 -x2907 x1358 -x2906 x2905 -x1357 x2904 -x2903 -x1356 -x2902 x2901 
32300.96/1665.02	v -x1355 -x2900 x2899 x1354 -x2898 -x2897 x1353 x2896 -x2895 -x1352 -x2894 x2893 -x1351 x2892 -x2891 -x1350 -x2890 x2889 -x1349 
32300.96/1665.02	v -x2888 x2887 -x1348 -x2886 -x2885 -x1347 -x2884 -x2883 -x1346 -x2882 -x2881 x1345 x2880 -x2879 -x2878 -x2877 -x2876 -x2875 
32300.96/1665.02	v x2874 x2873 -x2872 x2871 x2870 -x2869 -x2868 -x2867 -x2866 -x2865 -x2864 x2863 -x2862 x2861 x2860 x2859 x2858 -x2857 x2856 -x2855 
32300.96/1665.02	v -x2854 -x2853 -x2852 -x2851 -x2850 -x2849 -x2848 x2847 -x1344 -x2846 x2845 x1343 -x2844 x2843 -x1342 x2842 -x2841 -x1341 
32300.96/1665.02	v -x2840 x2839 -x1340 x2838 -x2837 -x1339 -x2836 x2835 -x1338 x2834 -x2833 -x1337 -x2832 x2831 -x1336 x2830 -x2829 -x1335 -x2828 
32300.96/1665.02	v x2827 -x1334 -x2826 -x2825 x1333 -x2824 -x2823 -x1332 x2822 -x2821 -x1331 -x2820 x2819 -x1330 x2818 -x2817 -x1329 -x2816 x2815 
32300.96/1665.02	v -x1328 x2814 -x2813 -x1327 -x2812 x2811 x1326 x2810 -x2809 -x1325 x2808 x2807 x1324 -x2806 x2805 -x1323 x2804 -x2803 -x1322 
32300.96/1665.02	v -x2802 x2801 x1321 x2800 -x2799 -x1320 -x2798 x2797 -x1319 -x2796 x2795 -x1318 -x2794 x2793 -x1317 -x2792 x2791 -x1316 -x2790 
32300.96/1665.02	v x2789 -x1315 -x2788 -x2787 x1314 -x2786 -x2785 x1313 x2784 -x2783 -x2782 x2781 -x2780 -x2779 -x2778 -x2777 -x2776 x2775 
32300.96/1665.02	v x2774 -x2773 -x2772 x2771 -x2770 x2769 -x2768 -x2767 -x2766 x2765 x2764 -x2763 x2762 -x2761 x2760 x2759 -x2758 -x2757 -x2756 
32300.96/1665.02	v -x2755 -x2754 -x2753 -x2752 x2751 -x1312 x2750 -x2749 -x1311 -x2748 x2747 -x1310 x2746 -x2745 -x1309 x2744 x2743 -x1308 -x2742 
32300.96/1665.02	v x2741 -x1307 x2740 -x2739 -x1306 -x2738 x2737 -x1305 -x2736 x2735 -x1304 x2734 -x2733 -x1303 -x2732 x2731 x1302 -x2730 x2729 
32300.96/1665.02	v -x1301 -x2728 -x2727 x1300 x2726 -x2725 -x1299 -x2724 x2723 x1298 x2722 -x2721 -x1297 -x2720 -x2719 -x1296 x2718 -x2717 -x1295 
32300.96/1665.02	v -x2716 x2715 -x1294 x2714 -x2713 -x1293 -x2712 x2711 -x1292 x2710 -x2709 x1291 -x2708 x2707 -x1290 -x2706 x2705 -x1289 -x2704 
32300.96/1665.02	v x2703 -x1288 -x2702 -x2701 x1287 -x2700 -x2699 -x1286 x2698 -x2697 -x1285 -x2696 x2695 -x1284 -x2694 -x2693 -x1283 -x2692 
32300.96/1665.02	v -x2691 -x1282 -x2690 -x2689 x1281 -x2688 -x2687 x2686 -x2685 -x2684 x2683 x2682 -x2681 -x2680 x2679 x2678 -x2677 -x2676 -x2675 
32300.96/1665.02	v -x2674 x2673 -x2672 -x2671 x2670 -x2669 -x2668 x2667 -x2666 -x2665 -x2664 -x2663 -x2662 -x2661 -x2660 -x2659 -x2658 -x2657 
32300.96/1665.02	v -x2656 x2655 x1280 -x2654 -x2653 x1279 x2652 -x2651 -x1278 -x2650 x2649 -x1277 x2648 -x2647 -x1276 -x2646 x2645 x1275 -x2644 
32300.96/1665.02	v x2643 -x1274 -x2642 -x2641 -x1273 x2640 -x2639 x1272 -x2638 x2637 x1271 -x2636 x2635 -x1270 x2634 -x2633 -x1269 -x2632 x2631 
32300.96/1665.02	v -x1268 x2630 -x2629 -x1267 -x2628 x2627 x1266 x2626 -x2625 -x1265 -x2624 x2623 -x1264 x2622 -x2621 -x1263 -x2620 x2619 x1262 
32300.96/1665.02	v -x2618 x2617 x1261 -x2616 x2615 x1260 -x2614 x2613 -x1259 -x2612 -x2611 x1258 x2610 -x2609 -x1257 -x2608 x2607 x1256 -x2606 
32300.96/1665.02	v -x2605 x1255 -x2604 -x2603 x1254 -x2602 x2601 -x1253 -x2600 x2599 -x1252 -x2598 x2597 -x1251 -x2596 x2595 -x1250 -x2594 x2593 
32300.96/1665.02	v -x1249 -x2592 -x2591 -x2590 -x2589 x2588 x2587 -x2586 -x2585 x2584 x2583 x2582 -x2581 x2580 -x2579 x2578 -x2577 -x2576 -x2575 
32300.96/1665.02	v -x2574 -x2573 -x2572 x2571 -x2570 x2569 -x2568 -x2567 -x2566 -x2565 -x2564 -x2563 -x2562 -x2561 -x2560 -x2559 -x1248 -x256 
32300.96/1665.02	v x2558 -x2557 -x1247 -x255 -x2556 x2555 -x1246 -x254 x2554 -x2553 -x1245 x253 x2552 -x2551 x1244 x252 -x2550 -x2549 x1243 x251 
32300.96/1665.02	v x2548 -x2547 -x1242 x250 -x2546 x2545 x1241 x249 -x2544 x2543 x1240 x248 x2542 -x2541 -x1239 x247 -x2540 x2539 x1238 x246 x2538 
32300.96/1665.02	v -x2537 -x1237 x245 x2536 -x2535 -x1236 x244 -x2534 x2533 -x1235 x243 x2532 -x2531 -x1234 x242 -x2530 x2529 x1233 x241 -x2528 
32300.96/1665.02	v x2527 -x1232 x240 -x2526 x2525 x1231 x239 -x2524 x2523 x1230 -x238 -x2522 x2521 x1229 -x237 -x2520 -x2519 x1228 -x236 x2518 
32300.96/1665.02	v -x2517 -x1227 x235 -x2516 x2515 x1226 x234 -x2514 -x2513 x1225 -x233 x2512 -x2511 -x1224 x232 -x2510 x2509 -x1223 x231 -x2508 
32300.96/1665.02	v x2507 -x1222 -x230 -x2506 x2505 -x1221 x229 x2504 -x2503 -x1220 x228 -x2502 x2501 x1219 x227 -x2500 x2499 x1218 x226 -x2498 
32300.96/1665.02	v x2497 -x1217 x225 -x2496 -x2495 x2494 -x2493 x2492 -x2491 -x2490 -x2489 -x2488 -x2487 -x2486 x2485 -x2484 x2483 -x2482 x2481 
32300.96/1665.02	v -x2480 -x2479 -x2478 -x2477 -x2476 x2475 x2474 -x2473 x2472 -x2471 -x2470 -x2469 -x2468 x2467 -x2466 -x2465 x2464 -x2463 
32300.96/1665.02	v -x1216 -x2462 x2461 x1215 x2460 -x2459 -x1214 -x2458 x2457 x1213 x2456 -x2455 -x1212 -x2454 x2453 -x1211 x2452 -x2451 -x1210 
32300.96/1665.02	v -x2450 x2449 -x1209 -x2448 x2447 x1208 -x2446 x2445 -x1207 -x2444 x2443 -x1206 -x2442 x2441 x1205 x2440 -x2439 -x1204 -x2438 
32300.96/1665.02	v x2437 x1203 x2436 x2435 -x1202 -x2434 x2433 -x1201 x2432 -x2431 x1200 -x2430 x2429 -x1199 x2428 -x2427 -x1198 -x2426 x2425 -x1197 
32300.96/1665.02	v x2424 -x2423 -x1196 -x2422 x2421 -x1195 x2420 -x2419 -x1194 -x2418 x2417 x1193 -x2416 x2415 x1192 -x2414 x2413 -x1191 -x2412 
32300.96/1665.02	v x2411 -x1190 -x2410 x2409 -x1189 x2408 -x2407 -x1188 -x2406 x2405 -x1187 -x2404 x2403 -x1186 -x2402 x2401 -x1185 -x2400 
32300.96/1665.02	v x2399 x2398 -x2397 x2396 -x2395 -x2394 -x2393 x2392 -x2391 -x2390 x2389 -x2388 -x2387 x2386 -x2385 -x2384 -x2383 -x2382 x2381 
32300.96/1665.02	v -x2380 x2379 x2378 -x2377 -x2376 -x2375 -x2374 -x2373 -x2372 -x2371 -x2370 -x2369 -x2368 -x2367 x1184 x2366 -x2365 -x1183 -x2364 
32300.96/1665.02	v x2363 -x1182 x2362 -x2361 x1181 -x2360 x2359 x1180 x2358 -x2357 -x1179 -x2356 x2355 x1178 -x2354 x2353 x1177 -x2352 x2351 
32300.96/1665.02	v x1176 x2350 -x2349 -x1175 -x2348 -x2347 -x1174 x2346 -x2345 -x1173 -x2344 x2343 -x1172 -x2342 -x2341 -x1171 x2340 -x2339 -x1170 
32300.96/1665.02	v -x2338 x2337 -x1169 -x2336 x2335 x1168 -x2334 x2333 x1167 -x2332 -x2331 x1166 -x2330 -x2329 x1165 -x2328 -x2327 x1164 -x2326 
32300.96/1665.02	v -x2325 x1163 -x2324 x2323 -x1162 -x2322 x2321 -x1161 -x2320 x2319 -x1160 -x2318 x2317 -x1159 -x2316 x2315 -x1158 -x2314 
32300.96/1665.02	v x2313 x1157 -x2312 x2311 x1156 x2310 -x2309 -x1155 -x2308 x2307 -x1154 -x2306 x2305 -x1153 -x2304 -x2303 -x2302 -x2301 -x2300 
32300.96/1665.02	v x2299 -x2298 -x2297 -x2296 x2295 -x2294 x2293 -x2292 -x2291 x2290 -x2289 x2288 -x2287 -x2286 -x2285 -x2284 -x2283 -x2282 -x2281 
32300.96/1665.02	v -x2280 -x2279 -x2278 -x2277 x2276 x2275 -x2274 -x2273 -x2272 x2271 -x1152 x2270 -x2269 -x1151 -x2268 x2267 x1150 -x2266 x2265 
32300.96/1665.02	v x1149 x2264 x2263 -x1148 -x2262 -x2261 -x1147 x2260 -x2259 -x1146 -x2258 -x2257 x1145 x2256 -x2255 x1144 -x2254 x2253 x1143 
32300.96/1665.02	v -x2252 -x2251 x1142 -x2250 x2249 x1141 -x2248 x2247 x1140 -x2246 x2245 -x1139 -x2244 x2243 -x1138 x2242 x2241 -x1137 -x2240 
32300.96/1665.02	v x2239 -x1136 x2238 -x2237 -x1135 -x2236 x2235 -x1134 -x2234 -x2233 x1133 x2232 -x2231 -x1132 -x2230 x2229 -x1131 -x2228 -x2227 
32300.96/1665.02	v x1130 x2226 -x2225 -x1129 -x2224 x2223 -x1128 x2222 -x2221 -x1127 -x2220 x2219 -x1126 -x2218 x2217 -x1125 x2216 -x2215 -x1124 
32300.96/1665.02	v -x2214 x2213 -x1123 -x2212 -x2211 -x1122 -x2210 -x2209 x1121 x2208 -x2207 -x2206 -x2205 x2204 -x2203 -x2202 -x2201 -x2200 
32300.96/1665.02	v -x2199 -x2198 x2197 -x2196 -x2195 -x2194 x2193 x2192 -x2191 -x2190 -x2189 -x2188 -x2187 -x2186 -x2185 -x2184 -x2183 -x2182 
32300.96/1665.02	v -x2181 x2180 x2179 -x2178 -x2177 -x2176 -x2175 x1120 x2174 -x2173 -x1119 x2172 -x2171 -x1118 x2170 -x2169 -x1117 x2168 -x2167 
32300.96/1665.02	v -x1116 x2166 -x2165 -x1115 -x2164 x2163 x1114 x2162 -x2161 -x1113 x2160 -x2159 -x1112 -x2158 x2157 x1111 -x2156 x2155 -x1110 
32300.96/1665.02	v -x2154 x2153 x1109 -x2152 x2151 -x1108 -x2150 x2149 x1107 -x2148 x2147 x1106 x2146 -x2145 -x1105 -x2144 x2143 -x1104 -x2142 
32300.96/1665.02	v x2141 x1103 x2140 -x2139 -x1102 -x2138 x2137 -x1101 -x2136 x2135 x1100 -x2134 x2133 -x1099 -x2132 x2131 x1098 -x2130 x2129 -x1097 
32300.96/1665.02	v x2128 x2127 -x1096 -x2126 x2125 -x1095 x2124 -x2123 -x1094 -x2122 -x2121 x1093 x2120 -x2119 -x1092 -x2118 x2117 -x1091 
32300.96/1665.02	v -x2116 x2115 x1090 -x2114 x2113 -x1089 -x2112 x2111 -x2110 -x2109 x2108 -x2107 -x2106 x2105 x2104 x2103 -x2102 x2101 -x2100 -x2099 
32300.96/1665.02	v -x2098 x2097 -x2096 x2095 -x2094 -x2093 -x2092 -x2091 -x2090 -x2089 x2088 x2087 -x2086 -x2085 -x2084 -x2083 -x2082 -x2081 
32300.96/1665.02	v -x2080 x2079 -x1088 -x2078 x2077 x1087 -x2076 -x2075 x1086 x2074 -x2073 -x1085 x2072 -x2071 -x1084 -x2070 x2069 -x1083 -x2068 
32300.96/1665.02	v x2067 -x1082 -x2066 -x2065 x1081 x2064 -x2063 x1080 -x2062 x2061 x1079 -x2060 -x2059 x1078 x2058 -x2057 -x1077 -x2056 x2055 
32300.96/1665.02	v x1076 -x2054 x2053 -x1075 -x2052 x2051 -x1074 x2050 -x2049 -x1073 -x2048 x2047 -x1072 x2046 -x2045 -x1071 x2044 -x2043 -x1070 
32300.96/1665.02	v -x2042 x2041 x1069 x2040 x2039 -x1068 -x2038 x2037 -x1067 x2036 -x2035 -x1066 -x2034 x2033 -x1065 x2032 -x2031 -x1064 x2030 
32300.96/1665.02	v -x2029 -x1063 x2028 -x2027 -x1062 -x2026 x2025 -x1061 x2024 -x2023 -x1060 -x2022 x2021 -x1059 x2020 -x2019 -x1058 -x2018 x2017 
32300.96/1665.02	v x1057 -x2016 x2015 -x2014 x2013 x2012 -x2011 -x2010 x2009 x2008 x2007 -x2006 x2005 -x2004 -x2003 -x2002 x2001 -x2000 x1999 
32300.96/1665.02	v x1998 -x1997 x1996 -x1995 x1994 -x1993 x1992 x1991 -x1990 -x1989 -x1988 -x1987 -x1986 -x1985 -x1984 x1983 -x1056 x1982 -x1981 
32300.96/1665.02	v -x1055 x1980 -x1979 -x1054 -x1978 x1977 x1053 x1976 -x1975 x1052 -x1974 x1973 -x1051 x1972 -x1971 -x1050 -x1970 x1969 -x1049 
32300.96/1665.02	v x1968 -x1967 -x1048 x1966 -x1965 -x1047 -x1964 x1963 -x1046 x1962 -x1961 -x1045 -x1960 x1959 -x1044 -x1958 x1957 -x1043 -x1956 
32300.96/1665.02	v x1955 x1042 x1954 -x1953 -x1041 -x1952 x1951 -x1040 x1950 -x1949 -x1039 x1948 -x1947 -x1038 x1946 x1945 -x1037 -x1944 x1943 
32300.96/1665.02	v x1036 x1942 -x1941 -x1035 x1940 -x1939 -x1034 -x1938 x1937 -x1033 x1936 -x1935 -x1032 x1934 x1933 -x1031 -x1932 x1931 x1030 
32300.96/1665.02	v x1930 -x1929 x1029 -x1928 x1927 -x1028 x1926 -x1925 -x1027 -x1924 x1923 x1026 -x1922 x1921 -x1025 x1920 x1919 x1918 x1917 
32300.96/1665.02	v x1916 -x1915 x1914 x1913 x1912 x1911 x1910 x1909 x1908 -x1907 x1906 x1905 x1904 x1903 x1902 x1901 x1900 x1899 x1898 -x1897 x1896 
32300.96/1665.02	v x1895 x1894 x1893 x1892 x1891 x1890 -x1889 x1888 -x1887 -x1024 x1886 -x1885 -x1023 -x1884 x1883 x1022 -x1882 x1881 -x1021 
32300.96/1665.02	v x1880 -x1879 -x1020 -x1878 -x1877 -x1019 x1876 -x1875 x1018 -x1874 x1873 x1017 x1872 x1871 -x1016 -x1870 x1869 x1015 -x1868 
32300.96/1665.02	v x1867 x1014 x1866 -x1865 -x1013 -x1864 x1863 -x1012 -x1862 -x1861 x1011 x1860 -x1859 x1010 -x1858 x1857 -x1009 x1856 -x1855 
32300.96/1665.02	v -x1008 x1854 x1853 -x1007 x1852 -x1851 -x1006 x1850 -x1849 -x1005 -x1848 x1847 -x1004 x1846 -x1845 -x1003 -x1844 x1843 -x1002 
32300.96/1665.02	v x1842 -x1841 -x1001 x1840 x1839 -x1000 -x1838 x1837 -x999 x1836 -x1835 x998 -x1834 x1833 x997 x1832 -x1831 -x996 -x1830 x1829 
32300.96/1665.02	v x995 -x1828 -x1827 x994 -x1826 -x1825 x993 x1824 -x1823 -x1822 x1821 x1820 -x1819 -x1818 -x1817 x1816 -x1815 x1814 x1813 x1812 
32300.96/1665.02	v -x1811 x1810 -x1809 x1808 x1807 -x1806 x1805 x1804 x1803 -x1802 -x1801 x1800 x1799 x1798 x1797 x1796 x1795 x1794 -x1793 x832 
32300.96/1665.02	v x831 -x830 -x829 -x828 -x827 x826 x825 x824 x823 -x822 x821 -x820 -x819 x818 -x817 x816 x815 x814 -x813 -x812 -x811 -x810 
32300.96/1665.02	v x809 x808 x807 x806 x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 x797 -x796 -x795 -x794 -x793 -x792 -x791 x790 x789 -x788 
32300.96/1665.02	v -x787 x786 -x785 -x784 x783 -x782 x781 -x780 x779 -x778 -x777 -x776 x775 x774 x773 -x772 x771 x770 -x769 x768 -x767 -x766 x765 
32300.96/1665.02	v x764 -x763 -x762 -x761 x760 -x759 x758 x757 x756 -x755 x754 -x753 x752 x751 -x750 x749 x748 x747 -x746 -x745 x744 x743 x742 
32300.96/1665.02	v x741 x740 x739 x738 -x737 x736 x735 x734 -x733 x732 x731 x730 x729 x728 x727 -x726 -x725 x724 x723 -x722 x721 x720 -x719 x718 
32300.96/1665.02	v -x717 x716 -x715 x714 x713 x712 -x711 -x710 -x709 x708 -x707 -x706 x705 -x704 x703 x702 -x701 -x700 x699 x698 x697 -x696 x695 
32300.96/1665.02	v -x694 -x693 -x692 x691 -x690 x689 -x688 -x687 x686 -x685 -x684 -x683 x682 x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 x673 
32300.96/1665.02	v x1792 x1791 -x1790 -x1789 x1788 -x1787 x1786 -x1785 -x1784 x1783 x1782 -x1781 -x1780 -x1779 x1778 -x1777 x1776 x1775 -x1774 
32300.96/1665.02	v -x1773 -x1772 -x1771 -x1770 x1769 x1768 x1767 -x1766 x1765 -x1764 x1763 x1762 -x1761 x1760 -x1759 -x1758 -x1757 x1756 x1755 
32300.96/1665.02	v x1754 x1753 -x1752 -x1751 -x1750 x1749 x1748 -x1747 x1746 x1745 x1744 -x1743 x1742 x1741 x1740 x1739 -x1738 -x1737 x1736 x1735 
32300.96/1665.02	v -x1734 x1733 x1732 x1731 -x1730 -x1729 -x1728 x1727 x1726 -x1725 x1724 x1723 x1722 -x1721 x1720 x1719 -x1718 x1717 x1716 
32300.96/1665.02	v -x1715 -x1714 x1713 x1712 x1711 x1710 -x1709 x1708 -x1707 x1706 x1705 x1704 -x1703 x1702 -x1701 -x1700 -x1699 -x1698 x1697 -x1696 
32300.96/1665.02	v x1695 -x1694 x1693 x1692 -x1691 x1690 -x1689 x1688 -x1687 -x1686 -x1685 -x1684 -x1683 x1682 -x1681 -x1680 x1679 x1678 x1677 
32300.96/1665.02	v x1676 -x1675 -x1674 x1673 x1672 -x1671 -x1670 x1669 x1668 -x1667 -x1666 x1665 x224 x416 -x672 -x223 -x415 -x671 -x222 x414 
32300.96/1665.02	v x670 x221 -x413 -x669 -x220 -x412 -x668 x219 x411 x667 x218 x410 x666 x217 -x409 -x665 -x216 -x408 -x664 x215 x407 x663 -x214 
32300.96/1665.02	v x406 x662 x213 x405 x661 x212 x404 -x660 x211 -x403 x659 x210 -x402 -x658 x209 -x401 -x657 x208 -x400 -x656 x207 x399 -x655 
32300.96/1665.02	v x206 -x398 -x654 -x205 -x397 x653 x204 x396 x652 x203 -x395 x651 -x202 -x394 -x650 -x201 x393 -x649 x200 x392 -x648 x199 -x391 
32300.96/1665.02	v x647 -x198 x390 x646 -x197 x389 -x645 x196 -x388 x644 -x195 x387 x643 -x194 -x386 -x642 -x193 x385 x641 -x192 x384 -x640 
32300.96/1665.02	v -x191 x383 x639 x190 -x382 -x638 x189 x381 -x637 -x188 -x380 -x636 x187 x379 x635 -x186 -x378 -x634 -x185 -x377 -x633 x184 -x376 
32300.96/1665.02	v x632 x183 x375 x631 -x182 -x374 -x630 x181 -x373 -x629 -x180 -x372 x628 -x179 x371 x627 -x178 x370 -x626 -x177 x369 x625 
32300.96/1665.02	v -x176 -x368 -x624 x175 -x367 -x623 -x174 -x366 x622 -x173 -x365 -x621 -x172 x364 x620 -x171 -x363 x619 x170 x362 x618 -x169 -x361 
32300.96/1665.02	v -x617 -x168 -x360 -x616 x167 -x359 x615 -x166 x358 -x614 -x165 -x357 -x613 -x164 -x356 x612 -x163 -x355 -x611 -x162 -x354 
32300.96/1665.02	v x610 -x161 -x353 x609 x160 -x352 -x512 x608 -x159 -x351 -x511 -x607 x158 x350 x510 x606 -x157 -x349 -x509 x605 x156 x348 -x508 
32300.96/1665.02	v -x604 -x155 -x347 x507 -x603 x154 -x346 x506 -x602 -x153 x345 x505 -x601 x152 -x344 x504 x600 x151 -x343 -x503 x599 -x150 
32300.96/1665.02	v -x342 -x502 -x598 -x149 -x341 -x501 x597 x148 -x340 -x500 -x596 -x147 x339 x499 -x595 -x146 x338 -x498 x594 x145 x337 -x497 
32300.96/1665.02	v -x593 x144 x336 x496 x592 -x143 x335 -x495 -x591 -x142 -x334 x494 x590 -x141 -x333 x493 x589 x140 x332 -x492 x588 x139 x331 -x491 
32300.96/1665.02	v -x587 -x138 -x330 -x490 -x586 x137 x329 x489 x585 -x136 x328 -x488 x584 x135 -x327 x487 x583 -x134 -x326 -x486 x582 -x133 
32300.96/1665.02	v -x325 -x485 -x581 x132 -x324 -x484 x580 x131 x323 -x483 x579 -x130 -x322 x482 -x578 -x129 -x321 -x481 x577 -x64 -x128 x320 
32300.96/1665.02	v x480 -x576 x63 -x127 -x319 -x479 x575 -x62 x126 -x318 x478 -x574 -x61 -x125 x317 -x477 x573 -x60 -x124 x316 -x476 x572 x59 x123 
32300.96/1665.02	v -x315 x475 x571 -x58 -x122 x314 -x474 x570 -x57 x121 -x313 x473 -x569 x56 -x120 x312 x472 x568 -x55 -x119 -x311 x471 x567 
32300.96/1665.02	v -x54 -x118 -x310 -x470 -x566 x53 -x117 -x309 x469 -x565 -x52 x116 -x308 -x468 x564 -x51 x115 -x307 -x467 x563 -x50 -x114 -x306 
32300.96/1665.02	v -x466 -x562 x49 x113 x305 -x465 x561 -x48 -x112 -x304 -x464 -x560 -x47 -x111 -x303 -x463 -x559 x46 x110 -x302 -x462 -x558 x45 
32300.96/1665.02	v -x109 -x301 -x461 x557 -x44 -x108 -x300 x460 x556 x43 x107 x299 x459 -x555 -x42 -x106 x298 -x458 x554 -x41 -x105 -x297 -x457 
32300.96/1665.09	v -x553 -x40 x104 -x296 x456 -x552 x39 -x103 -x295 x455 -x551 -x38 x102 -x294 -x454 x550 -x37 -x101 x293 x453 -x549 -x36 x100 
32300.96/1665.09	v -x292 -x452 x548 -x35 -x99 -x291 x451 x547 -x34 x98 -x290 -x450 x546 x33 x97 -x289 -x449 -x545 x32 -x96 -x288 x448 -x544 -x31 
32300.96/1665.09	v -x95 -x287 x447 x543 -x30 -x94 -x286 -x446 -x542 -x29 x93 -x285 x445 -x541 -x28 -x92 x284 x444 -x540 -x27 x91 -x283 x443 -x539 
32300.96/1665.09	v x26 -x90 -x282 x442 -x538 x25 -x89 -x281 x441 -x537 x24 x88 x280 -x440 x536 -x23 -x87 -x279 -x439 -x535 x22 -x86 -x278 -x438 
32300.96/1665.09	v x534 x21 x85 x277 x437 -x533 -x20 x84 -x276 -x436 x532 -x19 -x83 -x275 -x435 -x531 -x18 -x82 -x274 x434 x530 x17 -x81 -x273 
32300.96/1665.09	v -x433 x529 -x16 -x80 x272 -x432 x528 x15 x79 x271 x431 -x527 x14 -x78 -x270 -x430 x526 -x13 -x77 -x269 -x429 -x525 -x12 x76 
32300.96/1665.09	v x268 -x428 -x524 x11 -x75 -x267 x427 -x523 x10 -x74 -x266 x426 -x522 x9 -x73 x265 x425 x521 x8 -x72 -x264 x424 -x520 -x7 x71 
32300.96/1665.09	v -x263 -x423 x519 -x6 x70 -x262 x422 -x518 -x5 -x69 -x261 -x421 -x517 -x4 -x68 -x260 -x420 -x516 x3 x67 -x259 -x419 -x515 -x2 
32300.96/1665.09	v x66 x258 -x418 -x514 -x1 x65 -x257 x417 -x513 

Verifier Data

OK	0

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: 191670 MiB (159603 MiB free)
  memory of node 1: 193531 MiB (183526 MiB free)
  memory of node 2: 193531 MiB (172549 MiB free)
  memory of node 3: 193493 MiB (173662 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-4469188-1723520379/watcher-4469188-1723520379 -o /tmp/evaluation-result-4469188-1723520379/solver-4469188-1723520379 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723513050-708400 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469188-1723520379.opb -qsol -t 3600 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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=714622, runsolver pid=714619
Current StackSize limit: 8192 KiB


[startup+0.100116 s]*
/proc/loadavg: 22.56 22.49 23.66 24/901 714623
/proc/meminfo: memFree=705856256/790760800 swapFree=131071996/131071996
[pid=714622] ppid=714619 vsize=52356 memory=41420 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/stat : 714622 (fscip) R 714619 714622 708389 0 -1 4194304 9013 0 0 0 9 1 0 0 20 0 1 0 118617288 53612544 10355 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
/proc/714622/statm: 13089 10355 2758 3035 0 9485 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 52356 KiB
Current children cumulated memory: 41420 KiB

[startup+0.218273 s]*
/proc/loadavg: 22.56 22.49 23.66 24/921 714643
/proc/meminfo: memFree=705831616/790760800 swapFree=131071996/131071996
[pid=714622] ppid=714619 vsize=1539792 memory=82452 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/stat : 714622 (fscip) S 714619 714622 708389 0 -1 1077936128 19675 0 0 0 20 3 0 0 20 0 21 0 118617288 1576747008 20547 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
/proc/714622/statm: 384948 20547 2790 3035 0 61011 0
[pid=714622/tid=714624] ppid=714619 vsize=1539792 memory=8318255677412212789 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714624/stat : 714624 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714625] ppid=714619 vsize=1539792 memory=241407623510 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714625/stat : 714625 (fscip) S 714619 714622 708389 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714626] ppid=714619 vsize=1539792 memory=60710185106929 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714626/stat : 714626 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714627] ppid=714619 vsize=1539792 memory=58519768563421 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714627/stat : 714627 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714628] ppid=714619 vsize=1539792 memory=55186907496393 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714628/stat : 714628 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714629] ppid=714619 vsize=1539792 memory=61818387385827 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714629/stat : 714629 (fscip) R 714619 714622 708389 0 -1 4194368 1739 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714630] ppid=714619 vsize=1539792 memory=13850767840819677 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714630/stat : 714630 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714631] ppid=714619 vsize=1539792 memory=3906082356406255704 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714631/stat : 714631 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714632] ppid=714619 vsize=1539792 memory=1959893 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714632/stat : 714632 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714633] ppid=714619 vsize=1539792 memory=2031144 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714633/stat : 714633 (fscip) S 714619 714622 708389 0 -1 1077936192 2472 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714634] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714634/stat : 714634 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714635] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714635/stat : 714635 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714636] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714636/stat : 714636 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714637] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714637/stat : 714637 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714638] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714638/stat : 714638 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714639] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714639/stat : 714639 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714640] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714640/stat : 714640 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714641] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714641/stat : 714641 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714642] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714642/stat : 714642 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20613 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714643] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714643/stat : 714643 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 20679 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1539792 KiB
Current children cumulated memory: 82452 KiB

[startup+0.318976 s]*
/proc/loadavg: 22.56 22.49 23.66 24/921 714643
/proc/meminfo: memFree=705743948/790760800 swapFree=131071996/131071996
[pid=714622] ppid=714619 vsize=1539792 memory=171384 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/stat : 714622 (fscip) S 714619 714622 708389 0 -1 1077936128 42180 0 0 0 27 6 0 0 20 0 21 0 118617288 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
/proc/714622/statm: 384948 42846 2790 3035 0 83747 0
[pid=714622/tid=714624] ppid=714619 vsize=1539792 memory=-6657560967974665059 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714624/stat : 714624 (fscip) S 714619 714622 708389 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714625] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714625/stat : 714625 (fscip) S 714619 714622 708389 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714626] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714626/stat : 714626 (fscip) S 714619 714622 708389 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714627] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714627/stat : 714627 (fscip) S 714619 714622 708389 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714628] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714628/stat : 714628 (fscip) S 714619 714622 708389 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714629] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714629/stat : 714629 (fscip) S 714619 714622 708389 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714630] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714630/stat : 714630 (fscip) S 714619 714622 708389 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714631] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714631/stat : 714631 (fscip) S 714619 714622 708389 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714632] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714632/stat : 714632 (fscip) S 714619 714622 708389 0 -1 1077936192 2470 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714633] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714633/stat : 714633 (fscip) S 714619 714622 708389 0 -1 1077936192 2472 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714634] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714634/stat : 714634 (fscip) S 714619 714622 708389 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714635] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714635/stat : 714635 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714636] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714636/stat : 714636 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714637] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714637/stat : 714637 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714638] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714638/stat : 714638 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714639] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714639/stat : 714639 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714640] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714640/stat : 714640 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714641] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714641/stat : 714641 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714642] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714642/stat : 714642 (fscip) S 714619 714622 708389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714643] ppid=714619 vsize=1539792 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714643/stat : 714643 (fscip) R 714619 714622 708389 0 -1 4194368 2006 0 0 0 0 0 0 0 20 0 21 0 118617308 1576747008 42846 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1539792 KiB
Current children cumulated memory: 171384 KiB

[startup+0.700774 s]
/proc/loadavg: 22.56 22.49 23.66 35/941 714663
/proc/meminfo: memFree=705323720/790760800 swapFree=131071996/131071996
[pid=714622] ppid=714619 vsize=1765392 memory=825860 CPUtime=5.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/stat : 714622 (fscip) S 714619 714622 708389 0 -1 1077936128 205145 0 0 0 453 61 0 0 20 0 41 0 118617288 1807761408 206465 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
/proc/714622/statm: 441348 206465 2966 3035 0 294109 0
[pid=714622/tid=714624] ppid=714619 vsize=1765392 memory=38352 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714624/stat : 714624 (fscip) R 714619 714622 708389 0 -1 4194368 10825 0 0 0 23 3 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714625] ppid=714619 vsize=1765392 memory=5556 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714625/stat : 714625 (fscip) R 714619 714622 708389 0 -1 4194368 8197 0 0 0 21 2 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714626] ppid=714619 vsize=1765392 memory=16220 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714626/stat : 714626 (fscip) R 714619 714622 708389 0 -1 4194368 8230 0 0 0 21 2 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714627] ppid=714619 vsize=1765392 memory=0 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714627/stat : 714627 (fscip) R 714619 714622 708389 0 -1 4194368 10730 0 0 0 22 2 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714628] ppid=714619 vsize=1765392 memory=10824 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714628/stat : 714628 (fscip) R 714619 714622 708389 0 -1 4194368 10246 0 0 0 20 3 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714629] ppid=714619 vsize=1765392 memory=0 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714629/stat : 714629 (fscip) R 714619 714622 708389 0 -1 4194368 8923 0 0 0 20 3 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714630] ppid=714619 vsize=1765392 memory=0 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714630/stat : 714630 (fscip) R 714619 714622 708389 0 -1 4194368 10580 0 0 0 21 3 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714631] ppid=714619 vsize=1765392 memory=0 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714631/stat : 714631 (fscip) R 714619 714622 708389 0 -1 4194368 10254 0 0 0 20 3 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714632] ppid=714619 vsize=1765392 memory=0 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714632/stat : 714632 (fscip) R 714619 714622 708389 0 -1 4194368 9049 0 0 0 21 2 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714633] ppid=714619 vsize=1765392 memory=0 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714633/stat : 714633 (fscip) R 714619 714622 708389 0 -1 4194368 10835 0 0 0 22 2 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714634] ppid=714619 vsize=1765392 memory=0 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714634/stat : 714634 (fscip) R 714619 714622 708389 0 -1 4194368 10246 0 0 0 19 4 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714635] ppid=714619 vsize=1765392 memory=2212 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714635/stat : 714635 (fscip) R 714619 714622 708389 0 -1 4194368 8223 0 0 0 23 2 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714636] ppid=714619 vsize=1765392 memory=6096 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714636/stat : 714636 (fscip) R 714619 714622 708389 0 -1 4194368 10957 0 0 0 22 2 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714637] ppid=714619 vsize=1765392 memory=1968 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714637/stat : 714637 (fscip) R 714619 714622 708389 0 -1 4194368 8115 0 0 0 22 2 0 0 20 0 41 0 118617308 1807761408 206597 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714638] ppid=714619 vsize=1765392 memory=54344 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714638/stat : 714638 (fscip) R 714619 714622 708389 0 -1 4194368 10246 0 0 0 21 3 0 0 20 0 41 0 118617308 1807761408 206663 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714639] ppid=714619 vsize=1765392 memory=33196 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714639/stat : 714639 (fscip) R 714619 714622 708389 0 -1 4194368 10833 0 0 0 21 3 0 0 20 0 41 0 118617308 1807761408 206663 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714640] ppid=714619 vsize=1765392 memory=21544 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714640/stat : 714640 (fscip) R 714619 714622 708389 0 -1 4194368 8051 0 0 0 22 2 0 0 20 0 41 0 118617308 1807761408 206663 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714641] ppid=714619 vsize=1765392 memory=100 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714641/stat : 714641 (fscip) R 714619 714622 708389 0 -1 1077936192 8657 0 0 0 20 3 0 0 20 0 41 0 118617308 1807761408 206663 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714642] ppid=714619 vsize=1765392 memory=1836 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714642/stat : 714642 (fscip) R 714619 714622 708389 0 -1 4194368 10829 0 0 0 21 2 0 0 20 0 41 0 118617308 1807761408 206663 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714643] ppid=714619 vsize=1765392 memory=25333125866717268 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714643/stat : 714643 (fscip) R 714619 714622 708389 0 -1 4194368 8225 0 0 0 23 1 0 0 20 0 41 0 118617308 1807761408 206663 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714644] ppid=714619 vsize=1765392 memory=100 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714644/stat : 714644 (fscip) S 714619 714622 708389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 118617331 1807761408 206663 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714645] ppid=714619 vsize=1765392 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714645/stat : 714645 (fscip) S 714619 714622 708389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 118617331 1807761408 206663 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714646] ppid=714619 vsize=1765392 memory=32199 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714646/stat : 714646 (fscip) S 714619 714622 708389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 118617331 1807761408 206663 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0

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

[pid=714622/tid=714661] ppid=714619 vsize=5253724 memory=33196 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714661/stat : 714661 (fscip) S 714619 714622 708389 0 -1 1077936192 75 0 0 0 0 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714662] ppid=714619 vsize=5253724 memory=21544 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714662/stat : 714662 (fscip) S 714619 714622 708389 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714663] ppid=714619 vsize=5253724 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714663/stat : 714663 (fscip) S 714619 714622 708389 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
Current children cumulated CPU time: 32299.1 s
Current children cumulated vsize: 5253724 KiB
Current children cumulated memory: 4083592 KiB

[startup+1664.8 s]
/proc/loadavg: 80.05 80.13 69.63 63/1021 716181
/proc/meminfo: memFree=693523096/790760800 swapFree=131071996/131071996
[pid=714622] ppid=714619 vsize=5253724 memory=4083592 CPUtime=32300.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/stat : 714622 (fscip) S 714619 714622 708389 0 -1 1077936128 10951934 0 0 0 3224164 5889 0 0 20 0 41 0 118617288 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
/proc/714622/statm: 1313431 1020898 3334 3035 0 1187831 0
[pid=714622/tid=714624] ppid=714619 vsize=5253724 memory=4083592 CPUtime=1616.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714624/stat : 714624 (fscip) S 714619 714622 708389 0 -1 1077936192 412757 0 0 0 161519 95 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714625] ppid=714619 vsize=5253724 memory=10824 CPUtime=1615.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714625/stat : 714625 (fscip) S 714619 714622 708389 0 -1 1077936192 930492 0 0 0 161400 156 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714626] ppid=714619 vsize=5253724 memory=6720669830950959977 CPUtime=1612.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714626/stat : 714626 (fscip) S 714619 714622 708389 0 -1 1077936192 248948 0 0 0 160342 923 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714627] ppid=714619 vsize=5253724 memory=3428 CPUtime=1615.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714627/stat : 714627 (fscip) S 714619 714622 708389 0 -1 1077936192 478518 0 0 0 161465 85 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714628] ppid=714619 vsize=5253724 memory=2180 CPUtime=1613.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714628/stat : 714628 (fscip) S 714619 714622 708389 0 -1 1077936192 794109 0 0 0 161200 137 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714629] ppid=714619 vsize=5253724 memory=6720669830950959977 CPUtime=1613.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714629/stat : 714629 (fscip) S 714619 714622 708389 0 -1 1077936192 322412 0 0 0 160690 640 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714630] ppid=714619 vsize=5253724 memory=4083592 CPUtime=1614.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714630/stat : 714630 (fscip) S 714619 714622 708389 0 -1 1077936192 421561 0 0 0 161409 50 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714631] ppid=714619 vsize=5253724 memory=0 CPUtime=1615.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714631/stat : 714631 (fscip) S 714619 714622 708389 0 -1 1077936192 892226 0 0 0 161403 119 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714632] ppid=714619 vsize=5253724 memory=0 CPUtime=1607.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714632/stat : 714632 (fscip) S 714619 714622 708389 0 -1 1077936192 354589 0 0 0 159986 719 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714633] ppid=714619 vsize=5253724 memory=0 CPUtime=1614.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714633/stat : 714633 (fscip) R 714619 714622 708389 0 -1 4194368 441354 0 0 0 161420 57 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714634] ppid=714619 vsize=5253724 memory=6720669830950959977 CPUtime=1611.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714634/stat : 714634 (fscip) S 714619 714622 708389 0 -1 1077936192 904492 0 0 0 160983 126 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714635] ppid=714619 vsize=5253724 memory=2034576 CPUtime=1591.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714635/stat : 714635 (fscip) S 714619 714622 708389 0 -1 1077936192 299969 0 0 0 158406 733 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714636] ppid=714619 vsize=5253724 memory=4638778398332698724 CPUtime=1651.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714636/stat : 714636 (fscip) S 714619 714622 708389 0 -1 1077936192 436383 0 0 0 165145 52 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714637] ppid=714619 vsize=5253724 memory=281405050372080 CPUtime=1606.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714637/stat : 714637 (fscip) S 714619 714622 708389 0 -1 1077936192 862121 0 0 0 160504 127 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714638] ppid=714619 vsize=5253724 memory=0 CPUtime=1611.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714638/stat : 714638 (fscip) S 714619 714622 708389 0 -1 1077936192 287399 0 0 0 160478 651 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714639] ppid=714619 vsize=5253724 memory=1744 CPUtime=1651.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714639/stat : 714639 (fscip) S 714619 714622 708389 0 -1 1077936192 418459 0 0 0 165017 113 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714640] ppid=714619 vsize=5253724 memory=18344 CPUtime=1609.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714640/stat : 714640 (fscip) S 714619 714622 708389 0 -1 1077936192 845044 0 0 0 160771 136 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714641] ppid=714619 vsize=5253724 memory=28716 CPUtime=1606.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714641/stat : 714641 (fscip) S 714619 714622 708389 0 -1 1077936192 283509 0 0 0 159915 713 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714642] ppid=714619 vsize=5253724 memory=32884 CPUtime=1612.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714642/stat : 714642 (fscip) S 714619 714622 708389 0 -1 1077936192 412634 0 0 0 161226 52 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714643] ppid=714619 vsize=5253724 memory=6988 CPUtime=1609.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714643/stat : 714643 (fscip) S 714619 714622 708389 0 -1 1077936192 888710 0 0 0 160805 170 0 0 20 0 41 0 118617308 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714644] ppid=714619 vsize=5253724 memory=6096 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714644/stat : 714644 (fscip) S 714619 714622 708389 0 -1 1077936192 69 0 0 0 0 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714645] ppid=714619 vsize=5253724 memory=1968 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714645/stat : 714645 (fscip) S 714619 714622 708389 0 -1 1077936192 30 0 0 0 1 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714646] ppid=714619 vsize=5253724 memory=54344 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714646/stat : 714646 (fscip) S 714619 714622 708389 0 -1 1077936192 53 0 0 0 1 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714647] ppid=714619 vsize=5253724 memory=33196 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714647/stat : 714647 (fscip) S 714619 714622 708389 0 -1 1077936192 69 0 0 0 0 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714648] ppid=714619 vsize=5253724 memory=21544 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714648/stat : 714648 (fscip) S 714619 714622 708389 0 -1 1077936192 69 0 0 0 0 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714649] ppid=714619 vsize=5253724 memory=31488 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714649/stat : 714649 (fscip) S 714619 714622 708389 0 -1 1077936192 67 0 0 0 1 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714650] ppid=714619 vsize=5253724 memory=28656 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714650/stat : 714650 (fscip) S 714619 714622 708389 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714651] ppid=714619 vsize=5253724 memory=7492 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714651/stat : 714651 (fscip) S 714619 714622 708389 0 -1 1077936192 81 0 0 0 1 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714652] ppid=714619 vsize=5253724 memory=26980 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714652/stat : 714652 (fscip) S 714619 714622 708389 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714653] ppid=714619 vsize=5253724 memory=3664 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714653/stat : 714653 (fscip) S 714619 714622 708389 0 -1 1077936192 59 0 0 0 1 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714654] ppid=714619 vsize=5253724 memory=40296 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714654/stat : 714654 (fscip) S 714619 714622 708389 0 -1 1077936192 69 0 0 0 1 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714655] ppid=714619 vsize=5253724 memory=6720669830950959977 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714655/stat : 714655 (fscip) S 714619 714622 708389 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714656] ppid=714619 vsize=5253724 memory=5556 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714656/stat : 714656 (fscip) S 714619 714622 708389 0 -1 1077936192 83 0 0 0 0 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714657] ppid=714619 vsize=5253724 memory=4024928 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714657/stat : 714657 (fscip) S 714619 714622 708389 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714658] ppid=714619 vsize=5253724 memory=4029216 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714658/stat : 714658 (fscip) S 714619 714622 708389 0 -1 1077936192 74 0 0 0 1 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714659] ppid=714619 vsize=5253724 memory=4054412 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714659/stat : 714659 (fscip) S 714619 714622 708389 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714660] ppid=714619 vsize=5253724 memory=4027884 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714660/stat : 714660 (fscip) S 714619 714622 708389 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714661] ppid=714619 vsize=5253724 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714661/stat : 714661 (fscip) S 714619 714622 708389 0 -1 1077936192 77 0 0 0 0 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714662] ppid=714619 vsize=5253724 memory=1 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714662/stat : 714662 (fscip) S 714619 714622 708389 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714663] ppid=714619 vsize=5253724 memory=3221001 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714663/stat : 714663 (fscip) S 714619 714622 708389 0 -1 1077936192 77 0 0 0 1 0 0 0 20 0 41 0 118617331 5379813376 1020898 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
Current children cumulated CPU time: 32300.5 s
Current children cumulated vsize: 5253724 KiB
Current children cumulated memory: 4083592 KiB

[startup+1665 s]*
/proc/loadavg: 78.61 79.83 69.59 62/1004 716181
/proc/meminfo: memFree=694467404/790760800 swapFree=131071996/131071996
[pid=714622] ppid=714619 vsize=4005456 memory=3087864 CPUtime=32301 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/stat : 714622 (fscip) S 714619 714622 708389 0 -1 1077936128 11001251 0 0 0 3224200 5896 0 0 20 0 22 0 118617288 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
/proc/714622/statm: 1001364 771966 3334 3035 0 969435 0
[pid=714622/tid=714633] ppid=714619 vsize=4005456 memory=6720667631843949415 CPUtime=1614.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714633/stat : 714633 (fscip) R 714619 714622 708389 0 -1 4194368 445203 0 0 0 161439 57 0 0 20 0 22 0 118617308 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714644] ppid=714619 vsize=4005456 memory=6988 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714644/stat : 714644 (fscip) S 714619 714622 708389 0 -1 1077936192 69 0 0 0 0 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714645] ppid=714619 vsize=4005456 memory=36276 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714645/stat : 714645 (fscip) S 714619 714622 708389 0 -1 1077936192 30 0 0 0 1 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714646] ppid=714619 vsize=4005456 memory=6608 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714646/stat : 714646 (fscip) S 714619 714622 708389 0 -1 1077936192 53 0 0 0 1 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714647] ppid=714619 vsize=4005456 memory=20452 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714647/stat : 714647 (fscip) S 714619 714622 708389 0 -1 1077936192 69 0 0 0 0 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714648] ppid=714619 vsize=4005456 memory=6836 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714648/stat : 714648 (fscip) S 714619 714622 708389 0 -1 1077936192 69 0 0 0 0 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714649] ppid=714619 vsize=4005456 memory=4090392 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714649/stat : 714649 (fscip) S 714619 714622 708389 0 -1 1077936192 67 0 0 0 1 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714650] ppid=714619 vsize=4005456 memory=3428 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714650/stat : 714650 (fscip) S 714619 714622 708389 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714651] ppid=714619 vsize=4005456 memory=2180 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714651/stat : 714651 (fscip) S 714619 714622 708389 0 -1 1077936192 81 0 0 0 1 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714652] ppid=714619 vsize=4005456 memory=1744 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714652/stat : 714652 (fscip) S 714619 714622 708389 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714653] ppid=714619 vsize=4005456 memory=18344 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714653/stat : 714653 (fscip) S 714619 714622 708389 0 -1 1077936192 59 0 0 0 1 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714654] ppid=714619 vsize=4005456 memory=6516 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714654/stat : 714654 (fscip) S 714619 714622 708389 0 -1 1077936192 69 0 0 0 1 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714655] ppid=714619 vsize=4005456 memory=17409256 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714655/stat : 714655 (fscip) S 714619 714622 708389 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714656] ppid=714619 vsize=4005456 memory=2768 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714656/stat : 714656 (fscip) S 714619 714622 708389 0 -1 1077936192 83 0 0 0 0 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714657] ppid=714619 vsize=4005456 memory=5960 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714657/stat : 714657 (fscip) S 714619 714622 708389 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714658] ppid=714619 vsize=4005456 memory=3005044 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714658/stat : 714658 (fscip) S 714619 714622 708389 0 -1 1077936192 74 0 0 0 1 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714659] ppid=714619 vsize=4005456 memory=6720667631843949415 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714659/stat : 714659 (fscip) S 714619 714622 708389 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714660] ppid=714619 vsize=4005456 memory=13680 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714660/stat : 714660 (fscip) S 714619 714622 708389 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714661] ppid=714619 vsize=4005456 memory=11656 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714661/stat : 714661 (fscip) S 714619 714622 708389 0 -1 1077936192 77 0 0 0 0 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714662] ppid=714619 vsize=4005456 memory=11896 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714662/stat : 714662 (fscip) S 714619 714622 708389 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
[pid=714622/tid=714663] ppid=714619 vsize=4005456 memory=13040 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/714622/task/714663/stat : 714663 (fscip) S 714619 714622 708389 0 -1 1077936192 77 0 0 0 1 0 0 0 20 0 22 0 118617331 4101586944 771966 809668444160 4194304 16622685 140732391431120 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 57200640 140732391437290 140732391437405 140732391437405 140732391444431 0
Current children cumulated CPU time: 32301 s
Current children cumulated vsize: 4005456 KiB
Current children cumulated memory: 3087864 KiB

[startup+1665.12 s]*
/proc/loadavg: 78.61 79.83 69.59 62/982 716181
/proc/meminfo: memFree=696680192/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): 1665.17
CPU time (s): 32301.1
CPU user time (s): 32242
CPU system time (s): 59.0975
CPU usage (%): 1939.81
Max. virtual memory (cumulated for all children) (KiB): 5321056
Max. memory (cumulated for all children) (KiB): 4093728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32242
system time used= 59.0975
maximum resident set size= 4097156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11005285
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= 168207
involuntary context switches= 78193


# summary of solver processes directly reported to runsolver:
#   pid: 714622
#   total CPU time (s): 32301.1
#   total CPU user time (s): 32242
#   total CPU system time (s): 59.0975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3601 second user time and 37.6609 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-13 05:39:39
IDJOB=4469188
IDBENCH=162326
IDSOLVER=3099
FILE ID=nodeD104/4469188-1723520379
RUNJOBID= nodeD104-1723513050-708400
SLURM_JOB_ID= 8267568
Free space on /tmp= 8587784 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size80-round21-6.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-4469188-1723520379/watcher-4469188-1723520379 -o /tmp/evaluation-result-4469188-1723520379/solver-4469188-1723520379 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723513050-708400 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469188-1723520379.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 3275beafb3ca308b178248aae5ff03d5
RANDOM SEED=1795567070

nodeD104.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	: 0x5003006
cpu MHz		: 3387.274
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3472.425
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2642.734
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3057.477
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 3635.966
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2851.141
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2656.720
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3057.299
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 2631.660
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2907.568
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2639.464
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3057.147
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 2644.412
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2991.193
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2649.832
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3056.978
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 2624.450
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3043.370
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2638.403
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3056.845
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 2640.912
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2511.546
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2651.342
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 2888.813
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 3057.128
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2941.190
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2650.533
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 2877.137
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 3146.109
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2875.072
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2650.276
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3056.739
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 2850.359
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2590.360
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 3883.811
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3056.704
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 2639.898
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2398.426
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2640.999
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3056.679
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 3305.712
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2629.153
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 3290.815
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3056.635
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 3766.673
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2635.111
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2641.457
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3056.601
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 3074.675
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2628.418
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2648.204
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3056.561
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 2591.945
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2661.411
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2652.117
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3056.597
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 2636.290
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2653.227
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 3030.230
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3053.458
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 3223.509
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2606.537
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2599.704
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3056.942
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 2647.994
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2609.130
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2678.993
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3057.122
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 3276.891
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3682.607
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2637.395
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3057.260
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 2783.236
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3420.127
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 2661.848
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3057.435
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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	: 0x5003006
cpu MHz		: 3592.394
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 2503.186
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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	: 0x5003006
cpu MHz		: 3678.332
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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	: 0x5003006
cpu MHz		: 3057.400
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        705887500 kB
MemAvailable:   765452980 kB
Buffers:         1151380 kB
Cached:         61181424 kB
SwapCached:            0 kB
Active:          2791308 kB
Inactive:       77508528 kB
Active(anon):       2212 kB
Inactive(anon): 18003748 kB
Active(file):    2789096 kB
Inactive(file): 59504780 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28708 kB
Writeback:             0 kB
AnonPages:      17965724 kB
Mapped:           136888 kB
Shmem:             38920 kB
KReclaimable:    1382640 kB
Slab:            1933740 kB
SReclaimable:    1382640 kB
SUnreclaim:       551100 kB
KernelStack:       15568 kB
PageTables:        45904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   16443080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1042944 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7442432 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:     1263616 kB
DirectMap2M:    219435008 kB
DirectMap1G:    585105408 kB

Free space on /tmp at the end= 8587872 MiB
End job on nodeD104 at 2024-08-13 06:07:24