Trace number 4466003

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30OPT20 23086.4 1166.39

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_200_10_4.opb
MD5SUMdbebfc2916fd48f48fd9f4f0821ac62f
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1248.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint22
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2524
Sum of products size (including duplicates)5048
Number of different products2524
Sum of products size5048

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: 020d91813d]
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   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         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.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 33439744, getVmSize() = 33439744, SCIPgetMemUsed() = 9044226, SCIPgetMemTotal() = 11416290, SCIPgetMemExternEstim() = 5254770
0.00/0.01	c ** set memory limit for presolving in LC to 8.79599e+12 for SCIP **
0.00/0.02	c ** Estimated virtualMemUsedAtSolver = 22421113, getVmSize() = 37470208, SCIPgetMemUsed() = 8976837, SCIPgetMemTotal() = 14495853, SCIPgetMemExternEstim() = 5254770
0.00/0.02	c ** set memory limit for solvers to 4.18855e+11 for each SCIP **
0.00/0.02	c Original Problem   :
0.00/0.02	c   Problem name     : instance-4466003-1722459084
0.00/0.02	c   Variables        : 2724 (200 binary, 0 integer, 2524 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 2924
0.00/0.02	c   Objective sense  : minimize
0.00/0.02	c Presolved Problem  :
0.00/0.02	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 200
0.00/0.02	c Constraints        : Number
0.00/0.02	c   logicor          : 200 
0.00/0.02	c ** Instance transfer method used: 0
0.00/0.02	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.07	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.07	c                                Nodes    Active                                            
0.00/0.07	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.00/0.08	c *       0              0           1        20         200.0000                -          -
0.00/0.08	c *       0              0           1        20          25.0000                -          -
0.72/0.25	c *       0            115         114        20          24.0000           1.0000          -
91.03/4.79	c *       5              3           2        20          21.0000          14.9561     40.41%
102.89/5.31	c         5              8           7        20          21.0000          14.9561     40.41%
110.78/5.77	c *       6              8           7        20          20.0000          14.9561     33.73%
203.81/10.45	c        10             95          64        20          20.0000          14.9759     33.55%
302.98/15.47	c        15            245         181        20          20.0000          15.5157     28.90%
403.98/20.58	c        21            492         338        20          20.0000          15.9220     25.61%
503.03/25.59	c        26            601         447        20          20.0000          16.0370     24.71%
604.06/30.62	c        31            684         600        20          20.0000          16.1237     24.04%
703.13/35.66	c        36            782         698        20          20.0000          16.1975     23.48%
802.07/40.68	c        41            852         708        20          20.0000          16.2852     22.81%
902.80/45.76	c        46           1012         895        20          20.0000          16.4039     21.92%
1003.91/50.84	c        51           1042         925        20          20.0000          16.4245     21.77%
1102.97/55.87	c        56           1482        1297        20          20.0000          16.4796     21.36%
1204.01/60.95	c        61           1762        1571        20          20.0000          16.5684     20.71%
1302.87/65.97	c        66           2032        1839        20          20.0000          16.6260     20.29%
1404.50/71.08	c        71           2382        2187        20          20.0000          16.7280     19.56%
1503.42/76.13	c        76           2782        2587        20          20.0000          16.7878     19.13%
1604.39/81.18	c        81           3132        2937        20          20.0000          16.8260     18.86%
1704.71/86.21	c        86           3542        3335        20          20.0000          16.8525     18.68%
1803.63/91.28	c        91           3912        3703        20          20.0000          16.8742     18.52%
1904.54/96.33	c        96           4382        4167        20          20.0000          16.9175     18.22%
2003.54/101.38	c       101           4742        4523        20          20.0000          16.9498     18.00%
2104.73/106.43	c       106           5152        4925        20          20.0000          16.9727     17.84%
2203.64/111.48	c       111           5622        5389        20          20.0000          17.0048     17.61%
2304.55/116.53	c       117           6102        5859        20          20.0000          17.0430     17.35%
2403.57/121.55	c       122           6592        6333        20          20.0000          17.0756     17.13%
2504.97/126.63	c       127           7102        6829        20          20.0000          17.1003     16.96%
2603.86/131.66	c       132           7612        7329        20          20.0000          17.1294     16.76%
2703.21/136.69	c       137           8142        7835        20          20.0000          17.1560     16.58%
2803.99/141.77	c       142           8672        8349        20          20.0000          17.1815     16.40%
2902.96/146.79	c       147           9262        8897        20          20.0000          17.1968     16.30%
3003.77/151.80	c       152           9832        9439        20          20.0000          17.2152     16.18%
3102.38/156.90	c       157          10047        9640        20          20.0000          17.2240     16.12%
3203.18/161.96	c       162          10472       10039        20          20.0000          17.2407     16.00%
3302.30/167.01	c       167          11112       10625        20          20.0000          17.2598     15.88%
3404.05/172.07	c       172          11552       10993        20          20.0000          17.2735     15.78%
3503.01/177.12	c       177          11972       11361        20          20.0000          17.2906     15.67%
3604.15/182.13	c       182          12262       11599        20          20.0000          17.3005     15.60%
3702.85/187.17	c       187          12852       12145        20          20.0000          17.3193     15.48%
3802.18/192.19	c       192          13272       12491        20          20.0000          17.3246     15.44%
3902.58/197.20	c       197          13862       12983        20          20.0000          17.3363     15.37%
4001.67/202.22	c       202          14402       13325        20          20.0000          17.3464     15.30%
4102.58/207.30	c       207          15063       13754        20          20.0000          17.3543     15.25%
4201.16/212.35	c       212          15622       14097        20          20.0000          17.3602     15.21%
4299.91/217.39	c       217          16512       14629        20          20.0000          17.3677     15.16%
4400.65/222.48	c       222          17452       15187        20          20.0000          17.3868     15.03%
4501.78/227.55	c       228          18112       15585        20          20.0000          17.4008     14.94%
4602.88/232.67	c       233          18912       16043        20          20.0000          17.4114     14.87%
4703.95/237.72	c       238          19572       16429        20          20.0000          17.4203     14.81%
4802.94/242.74	c       243          20492       16953        20          20.0000          17.4365     14.70%
4902.10/247.76	c       248          21512       17465        20          20.0000          17.4477     14.63%
5003.12/252.85	c       253          22652       19075        20          20.0000          17.4639     14.52%
5103.88/257.91	c       258          23512       19647        20          20.0000          17.4751     14.45%
5202.92/262.96	c       263          24382       20225        20          20.0000          17.4883     14.36%
5302.08/268.01	c       268          25302       20789        20          20.0000          17.4988     14.29%
5401.23/273.03	c       273          26262       21371        20          20.0000          17.5088     14.23%
5502.91/278.11	c       278          27132       21899        20          20.0000          17.5186     14.16%
5603.50/283.16	c       283          28022       22393        20          20.0000          17.5336     14.07%
5703.73/288.21	c       288          28992       22957        20          20.0000          17.5452     13.99%
5802.49/293.26	c       293          29942       23479        20          20.0000          17.5504     13.96%
5903.25/298.31	c       298          30982       24071        20          20.0000          17.5588     13.90%
6001.96/303.36	c       303          31892       24635        20          20.0000          17.5713     13.82%
6100.88/308.37	c       308          32942       25197        20          20.0000          17.5822     13.75%
6199.90/313.39	c       313          33902       25709        20          20.0000          17.5920     13.69%
6302.91/318.51	c       319          34752       26155        20          20.0000          17.6002     13.63%
6401.89/323.54	c       324          35902       26743        20          20.0000          17.6097     13.57%
6502.88/328.61	c       329          36882       27289        20          20.0000          17.6235     13.48%
6602.02/333.66	c       334          37882       27791        20          20.0000          17.6330     13.42%
6702.98/338.71	c       339          38962       28303        20          20.0000          17.6421     13.37%
6802.05/343.73	c       344          40062       28805        20          20.0000          17.6551     13.28%
6900.88/348.76	c       349          41122       29321        20          20.0000          17.6610     13.24%
7001.89/353.81	c       354          42212       29789        20          20.0000          17.6702     13.19%
7100.78/358.85	c       359          43252       30237        20          20.0000          17.6786     13.13%
7201.78/363.96	c       364          44302       30681        20          20.0000          17.6859     13.08%
7300.72/369.00	c       369          45352       31103        20          20.0000          17.6926     13.04%
7402.46/374.05	c       374          46502       31593        20          20.0000          17.7011     12.99%
7501.52/379.10	c       379          47572       32027        20          20.0000          17.7060     12.96%
7602.66/384.15	c       384          48122       32247        20          20.0000          17.7093     12.94%
7703.01/389.20	c       389          49242       32621        20          20.0000          17.7197     12.87%
7802.08/394.25	c       394          50292       32989        20          20.0000          17.7318     12.79%
7902.83/399.31	c       399          51472       33385        20          20.0000          17.7405     12.74%
8001.95/404.36	c       404          52692       33739        20          20.0000          17.7496     12.68%
8103.09/409.41	c       409          53822       34075        20          20.0000          17.7589     12.62%
8202.16/414.46	c       414          54912       34309        20          20.0000          17.7653     12.58%
8303.12/419.50	c       420          56212       34621        20          20.0000          17.7726     12.53%
8402.02/424.51	c       425          57332       34871        20          20.0000          17.7793     12.49%
8501.12/429.57	c       430          58582       35161        20          20.0000          17.7854     12.45%
8602.19/434.63	c       435          59872       35401        20          20.0000          17.7921     12.41%
8701.17/439.68	c       440          61102       35621        20          20.0000          17.7966     12.38%
8800.18/444.70	c       445          62442       35891        20          20.0000          17.8038     12.34%
8901.27/449.71	c       450          63692       36075        20          20.0000          17.8129     12.28%
9000.41/454.79	c       455          64992       36255        20          20.0000          17.8169     12.25%
9101.06/459.82	c       460          66312       36407        20          20.0000          17.8243     12.21%
9202.14/464.93	c       465          67562       36585        20          20.0000          17.8332     12.15%
9301.34/469.94	c       470          68862       36767        20          20.0000          17.8413     12.10%
9400.26/474.99	c       475          70052       36899        20          20.0000          17.8459     12.07%
9501.76/480.09	c       480          71352       37037        20          20.0000          17.8558     12.01%
9602.80/485.14	c       485          72702       37213        20          20.0000          17.8634     11.96%
9701.66/490.19	c       490          73982       37341        20          20.0000          17.8706     11.92%
9802.23/495.23	c       495          75322       37447        20          20.0000          17.8781     11.87%
9901.33/500.29	c       500          76632       37573        20          20.0000          17.8860     11.82%
10002.40/505.34	c       505          77982       37685        20          20.0000          17.8916     11.78%
10103.40/510.40	c       510          79352       37791        20          20.0000          17.8967     11.75%
10202.32/515.46	c       515          80642       37869        20          20.0000          17.9007     11.73%
10301.23/520.48	c       520          81952       37963        20          20.0000          17.9050     11.70%
10402.14/525.53	c       526          83112       38067        20          20.0000          17.9097     11.67%
10503.26/530.61	c       531          84442       38161        20          20.0000          17.9149     11.64%
10602.17/535.63	c       536          85902       38253        20          20.0000          17.9186     11.62%
10703.24/540.71	c       541          87182       38323        20          20.0000          17.9244     11.58%
10802.16/545.76	c       546          88472       38397        20          20.0000          17.9298     11.55%
10901.03/550.78	c       551          89952       38467        20          20.0000          17.9368     11.50%
11000.06/555.80	c       556          91122       38559        20          20.0000          17.9432     11.46%
11100.82/560.85	c       561          92452       38639        20          20.0000          17.9476     11.44%
11199.78/565.90	c       566          93812       38707        20          20.0000          17.9520     11.41%
11300.87/570.92	c       571          95232       38765        20          20.0000          17.9582     11.37%
11399.92/575.93	c       576          96602       38835        20          20.0000          17.9633     11.34%
11498.52/580.96	c       581          97982       38847        20          20.0000          17.9700     11.30%
11597.26/585.99	c       586          99202       38857        20          20.0000          17.9739     11.27%
11696.29/591.01	c       591         100702       38899        20          20.0000          17.9766     11.26%
11797.73/596.07	c       596         102022       38911        20          20.0000          17.9810     11.23%
11898.84/601.14	c       601         103502       38961        20          20.0000          17.9872     11.19%
11997.93/606.16	c       606         104872       38973        20          20.0000          17.9920     11.16%
12098.17/611.22	c       611         105772       38983        20          20.0000          17.9952     11.14%
12197.21/616.24	c       616         106672       38999        20          20.0000          17.9984     11.12%
12296.17/621.26	c       621         108092       38999        20          20.0000          18.0036     11.09%
12397.15/626.31	c       626         109472       39007        20          20.0000          18.0088     11.06%
12496.19/631.35	c       631         110902       38997        20          20.0000          18.0121     11.04%
12597.10/636.41	c       636         112412       38987        20          20.0000          18.0162     11.01%
12695.97/641.46	c       641         113762       38969        20          20.0000          18.0204     10.99%
12796.98/646.51	c       647         115232       38959        20          20.0000          18.0259     10.95%
12895.96/651.54	c       652         114561       35529        20          20.0000          18.0316     10.92%
12994.76/656.61	c       657         115851       35509        20          20.0000          18.0363     10.89%
13095.63/661.63	c       662         117351       35481        20          20.0000          18.0426     10.85%
13194.77/666.68	c       667         118881       35465        20          20.0000          18.0470     10.82%
13295.36/671.73	c       672         120381       35423        20          20.0000          18.0527     10.79%
13394.49/676.77	c       677         121871       35397        20          20.0000          18.0575     10.76%
13493.44/681.80	c       682         123351       35351        20          20.0000          18.0630     10.72%
13594.35/686.88	c       687         124731       35319        20          20.0000          18.0703     10.68%
13695.34/691.93	c       692         125731       35257        20          20.0000          18.0733     10.66%
13794.30/696.98	c       697         126731       35227        20          20.0000          18.0762     10.64%
13893.41/702.01	c       702         128131       35211        20          20.0000          18.0827     10.60%
13995.11/707.08	c       707         129681       35119        20          20.0000          18.0873     10.57%
14096.13/712.16	c       712         131161       35071        20          20.0000          18.0941     10.53%
14196.63/717.21	c       717         132131       35031        20          20.0000          18.0968     10.52%
14295.66/722.24	c       722         133731       34955        20          20.0000          18.1018     10.49%
14396.76/727.31	c       727         134821       34903        20          20.0000          18.1056     10.46%
14495.64/732.36	c       732         136151       34845        20          20.0000          18.1122     10.42%
14596.51/737.40	c       737         137631       34789        20          20.0000          18.1183     10.39%
14695.46/742.45	c       742         139151       34721        20          20.0000          18.1227     10.36%
14794.59/747.48	c       747         142092       39459        20          20.0000          18.1272     10.33%
14893.62/752.49	c       752         143502       39441        20          20.0000          18.1329     10.30%
14994.68/757.50	c       758         144972       39449        20          20.0000          18.1387     10.26%
15093.92/762.52	c       763         146362       39417        20          20.0000          18.1421     10.24%
15192.70/767.60	c       768         146531       34293        20          20.0000          18.1470     10.21%
15293.63/772.63	c       773         147961       34195        20          20.0000          18.1521     10.18%
15392.61/777.65	c       778         149411       34079        20          20.0000          18.1561     10.16%
15491.54/782.66	c       783         150921       33949        20          20.0000          18.1605     10.13%
15590.61/787.69	c       788         151721       33885        20          20.0000          18.1637     10.11%
15691.62/792.72	c       793         153231       33751        20          20.0000          18.1691     10.08%
15790.75/797.77	c       798         154741       33647        20          20.0000          18.1741     10.05%
15891.94/802.82	c       803         156101       33531        20          20.0000          18.1786     10.02%
15990.93/807.83	c       808         157761       33389        20          20.0000          18.1845      9.98%
16089.92/812.87	c       813         159251       33265        20          20.0000          18.1893      9.95%
16190.78/817.92	c       818         160741       33123        20          20.0000          18.1951      9.92%
16289.89/822.93	c       823         162281       32979        20          20.0000          18.1986      9.90%
16389.02/827.94	c       828         163781       32835        20          20.0000          18.2045      9.86%
16488.16/832.96	c       833         165311       32703        20          20.0000          18.2100      9.83%
16587.19/837.97	c       838         166831       32563        20          20.0000          18.2137      9.81%
16686.33/842.99	c       843         168351       32433        20          20.0000          18.2190      9.78%
16785.40/848.01	c       848         169821       32285        20          20.0000          18.2237      9.75%
16887.12/853.06	c       853         171381       32111        20          20.0000          18.2282      9.72%
16985.98/858.12	c       858         172841       31951        20          20.0000          18.2317      9.70%
17087.04/863.17	c       863         174431       31751        20          20.0000          18.2376      9.66%
17187.37/868.21	c       868         175971       31565        20          20.0000          18.2416      9.64%
17286.48/873.27	c       873         177441       31395        20          20.0000          18.2457      9.62%
17387.44/878.32	c       878         178911       31205        20          20.0000          18.2498      9.59%
17486.37/883.37	c       883         180501       30985        20          20.0000          18.2560      9.55%
17587.48/888.41	c       888         182061       30795        20          20.0000          18.2610      9.52%
17686.57/893.47	c       893         183591       30577        20          20.0000          18.2663      9.49%
17787.55/898.52	c       899         185121       30377        20          20.0000          18.2714      9.46%
17886.69/903.57	c       904         186491       30187        20          20.0000          18.2762      9.43%
17987.72/908.61	c       909         188251       29937        20          20.0000          18.2822      9.40%
18086.83/913.62	c       914         189761       29749        20          20.0000          18.2862      9.37%
18185.92/918.67	c       919         191301       29523        20          20.0000          18.2906      9.35%
18284.97/923.69	c       924         192821       29293        20          20.0000          18.2963      9.31%
18384.06/928.70	c       929         186351       26399        20          20.0000          18.3010      9.28%
18485.15/933.75	c       934         187891       26113        20          20.0000          18.3074      9.25%
18584.22/938.80	c       939         197401       28573        20          20.0000          18.3120      9.22%
18685.33/943.87	c       944         198981       28309        20          20.0000          18.3175      9.19%
18784.45/948.88	c       949         200561       28073        20          20.0000          18.3218      9.16%
18883.67/953.89	c       954         193531       25145        20          20.0000          18.3274      9.13%
18984.43/958.94	c       959         195081       24851        20          20.0000          18.3307      9.11%
19083.49/963.99	c       964         205221       27245        20          20.0000          18.3360      9.07%
19182.44/969.04	c       969         206711       26987        20          20.0000          18.3401      9.05%
19284.25/974.09	c       974         199341       24025        20          20.0000          18.3449      9.02%
19385.21/979.14	c       979         200891       23681        20          20.0000          18.3506      8.99%
19484.25/984.18	c       984         202481       23323        20          20.0000          18.3570      8.95%
19584.60/989.24	c       989         203931       23061        20          20.0000          18.3617      8.92%
19683.61/994.27	c       994         205531       22727        20          20.0000          18.3694      8.88%
19782.66/999.28	c       999         206991       22409        20          20.0000          18.3760      8.84%
19881.71/1004.30	c      1004         208401       22077        20          20.0000          18.3811      8.81%
19982.60/1009.31	c      1009         209931       21713        20          20.0000          18.3853      8.78%
20081.72/1014.33	c      1014         211511       21287        20          20.0000          18.3921      8.74%
20180.62/1019.34	c      1019         212991       20925        20          20.0000          18.3993      8.70%
20279.73/1024.36	c      1024         214581       20481        20          20.0000          18.4067      8.66%
20378.77/1029.38	c      1029         216111       20113        20          20.0000          18.4136      8.62%
20479.80/1034.40	c      1034         217631       19761        20          20.0000          18.4191      8.58%
20578.79/1039.45	c      1039         219241       19315        20          20.0000          18.4262      8.54%
20679.62/1044.52	c      1045         220821       18905        20          20.0000          18.4321      8.51%
20778.72/1049.58	c      1050         222341       18469        20          20.0000          18.4395      8.46%
20879.83/1054.62	c      1055         223971       17983        20          20.0000          18.4439      8.44%
20978.52/1059.67	c      1060         225561       17521        20          20.0000          18.4514      8.39%
21079.56/1064.73	c      1065         227071       17053        20          20.0000          18.4603      8.34%
21178.80/1069.75	c      1070         228671       16535        20          20.0000          18.4695      8.29%
21279.30/1074.83	c      1075         230211       16043        20          20.0000          18.4754      8.25%
21378.08/1079.88	c      1080         231841       15565        20          20.0000          18.4833      8.21%
21479.15/1084.92	c      1085         233461       15003        20          20.0000          18.4919      8.16%
21578.00/1089.97	c      1090         235071       14387        20          20.0000          18.5026      8.09%
21677.13/1094.99	c      1095         236761       13767        20          20.0000          18.5139      8.03%
21776.24/1100.00	c      1100         238381       13113        20          20.0000          18.5258      7.96%
21875.35/1105.01	c      1105         240001       12489        20          20.0000          18.5381      7.89%
21976.98/1110.07	c      1110         241651       11823        20          20.0000          18.5495      7.82%
22076.14/1115.12	c      1115         243031       11259        20          20.0000          18.5587      7.77%
22177.24/1120.16	c      1120         244701       10495        20          20.0000          18.5718      7.69%
22276.12/1125.18	c      1125         246401        9691        20          20.0000          18.5909      7.58%
22375.08/1130.20	c      1130         248111        8807        20          20.0000          18.6090      7.48%
22475.54/1135.25	c      1135         249831        7895        20          20.0000          18.6301      7.35%
22574.55/1140.26	c      1140         251621        6897        20          20.0000          18.6538      7.22%
22673.65/1145.29	c      1145         253431        5785        20          20.0000          18.6817      7.06%
22774.70/1150.31	c      1150         255261        4567        20          20.0000          18.7130      6.88%
22873.79/1155.34	c      1155         257151        3210        20          20.0000          18.7496      6.67%
22972.83/1160.36	c      1160         259051        1782        20          20.0000          18.7986      6.39%
23071.75/1165.37	c      1165         260951         182        20          20.0000          18.8826      5.92%
23081.66/1165.86	c      1166         261141           0         0          20.0000          20.0000      0.00%
23086.24/1166.34	c      1166         261141           0         0          20.0000          20.0000      0.00%
23086.24/1166.34	c SCIP Status        : c problem is solved
23086.24/1166.34	c Total Time         : 1166.34
23086.24/1166.34	c   solving          : 1166.34
23086.24/1166.34	c   presolving       : 0.01 (included in solving)
23086.24/1166.34	c B&B Tree           :
23086.24/1166.34	c   nodes (total)    : 261141
23086.24/1166.34	c Solution           :
23086.24/1166.34	c   Solutions found  : 5
23086.24/1166.34	c   Primal Bound     : +2.00000000000000e+01
23086.24/1166.34	c   Dual Bound       : +2.00000000000000e+01
23086.24/1166.34	c Gap                : 0.00000 %
23086.24/1166.35	o 20
23086.24/1166.35	s OPTIMUM FOUND
23086.24/1166.35	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 
23086.24/1166.35	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
23086.24/1166.35	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
23086.24/1166.35	v x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 
23086.24/1166.35	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
23086.24/1166.35	v -x94 -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 
23086.24/1166.35	v -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 x58 -x57 x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 x45 -x44 x43 
23086.24/1166.35	v -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 x18 -x17 
23086.24/1166.35	v -x16 x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 

Verifier Data

OK	20

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 (185846 MiB free)
  memory of node 1: 193531 MiB (191576 MiB free)
  memory of node 2: 193531 MiB (189354 MiB free)
  memory of node 3: 193493 MiB (183745 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-4466003-1722459084/watcher-4466003-1722459084 -o /tmp/evaluation-result-4466003-1722459084/solver-4466003-1722459084 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70739 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4466003-1722459084.opb -qsol -t 72000 -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=76843, runsolver pid=76840
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 80.29 80.22 79.84 79/1024 76884
/proc/meminfo: memFree=768434784/790760800 swapFree=131071996/131071996
[pid=76843] ppid=76840 vsize=1686996 memory=127900 CPUtime=0.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/stat : 76843 (fscip) S 76840 76843 70728 0 -1 1077936128 28941 0 0 0 58 14 0 0 20 0 41 0 12487870 1727483904 31975 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
/proc/76843/statm: 421749 31975 2950 3035 0 119792 0
[pid=76843/tid=76845] ppid=76840 vsize=1686996 memory=8390339637985935414 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76845/stat : 76845 (fscip) D 76840 76843 70728 0 -1 4194368 1086 0 0 0 2 0 0 0 20 0 41 0 12487872 1727483904 31975 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76846] ppid=76840 vsize=1686996 memory=32309 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76846/stat : 76846 (fscip) R 76840 76843 70728 0 -1 4194368 1083 0 0 0 3 0 0 0 20 0 41 0 12487872 1727483904 31975 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76847] ppid=76840 vsize=1686996 memory=55216921903569 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/76843/task/76847/stat : 76847 (fscip) D 76840 76843 70728 0 -1 4194368 1507 0 0 0 1 0 0 0 20 0 41 0 12487872 1727483904 31975 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76848] ppid=76840 vsize=1686996 memory=59619280159299 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76848/stat : 76848 (fscip) R 76840 76843 70728 0 -1 4194368 1069 0 0 0 2 0 0 0 20 0 41 0 12487872 1727483904 31975 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76849] ppid=76840 vsize=1686996 memory=54087395836598 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76849/stat : 76849 (fscip) D 76840 76843 70728 0 -1 4194368 1075 0 0 0 3 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76850] ppid=76840 vsize=1686996 memory=53000802665379 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/76843/task/76850/stat : 76850 (fscip) R 76840 76843 70728 0 -1 4194368 1271 0 0 0 1 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76851] ppid=76840 vsize=1686996 memory=15824382622696895 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76851/stat : 76851 (fscip) R 76840 76843 70728 0 -1 4194368 1101 0 0 0 3 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76852] ppid=76840 vsize=1686996 memory=14132242834262606 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76852/stat : 76852 (fscip) R 76840 76843 70728 0 -1 4194368 1083 0 0 0 4 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76853] ppid=76840 vsize=1686996 memory=3762810502322110286 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76853/stat : 76853 (fscip) D 76840 76843 70728 0 -1 4194368 1765 0 0 0 1 1 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76854] ppid=76840 vsize=1686996 memory=3473454222018947628 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76854/stat : 76854 (fscip) R 76840 76843 70728 0 -1 4194368 1086 0 0 0 3 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76855] ppid=76840 vsize=1686996 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76855/stat : 76855 (fscip) D 76840 76843 70728 0 -1 4194368 1079 0 0 0 3 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76856] ppid=76840 vsize=1686996 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/76843/task/76856/stat : 76856 (fscip) R 76840 76843 70728 0 -1 4194368 1585 0 0 0 1 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76857] ppid=76840 vsize=1686996 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76857/stat : 76857 (fscip) D 76840 76843 70728 0 -1 4194368 1095 0 0 0 3 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76858] ppid=76840 vsize=1686996 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76858/stat : 76858 (fscip) D 76840 76843 70728 0 -1 4194368 1117 0 0 0 3 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76859] ppid=76840 vsize=1686996 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/76843/task/76859/stat : 76859 (fscip) R 76840 76843 70728 0 -1 4194368 1815 0 0 0 1 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76860] ppid=76840 vsize=1686996 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76860/stat : 76860 (fscip) R 76840 76843 70728 0 -1 4194368 1097 0 0 0 3 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76861] ppid=76840 vsize=1686996 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76861/stat : 76861 (fscip) R 76840 76843 70728 0 -1 4194368 1089 0 0 0 2 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76862] ppid=76840 vsize=1686996 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/76843/task/76862/stat : 76862 (fscip) D 76840 76843 70728 0 -1 4194368 1500 0 0 0 1 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76863] ppid=76840 vsize=1686996 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76863/stat : 76863 (fscip) D 76840 76843 70728 0 -1 4194368 1097 0 0 0 3 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76864] ppid=76840 vsize=1686996 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76864/stat : 76864 (fscip) R 76840 76843 70728 0 -1 4194368 1100 0 0 0 2 0 0 0 20 0 41 0 12487872 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76865] ppid=76840 vsize=1686996 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/76843/task/76865/stat : 76865 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76866] ppid=76840 vsize=1686996 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/76843/task/76866/stat : 76866 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76867] ppid=76840 vsize=1686996 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/76843/task/76867/stat : 76867 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76868] ppid=76840 vsize=1686996 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/76843/task/76868/stat : 76868 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76869] ppid=76840 vsize=1686996 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/76843/task/76869/stat : 76869 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76870] ppid=76840 vsize=1686996 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/76843/task/76870/stat : 76870 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76871] ppid=76840 vsize=1686996 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/76843/task/76871/stat : 76871 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76872] ppid=76840 vsize=1686996 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/76843/task/76872/stat : 76872 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76873] ppid=76840 vsize=1686996 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/76843/task/76873/stat : 76873 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76874] ppid=76840 vsize=1686996 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/76843/task/76874/stat : 76874 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76875] ppid=76840 vsize=1686996 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/76843/task/76875/stat : 76875 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76876] ppid=76840 vsize=1686996 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/76843/task/76876/stat : 76876 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76877] ppid=76840 vsize=1686996 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/76843/task/76877/stat : 76877 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76878] ppid=76840 vsize=1686996 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/76843/task/76878/stat : 76878 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76879] ppid=76840 vsize=1686996 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/76843/task/76879/stat : 76879 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76880] ppid=76840 vsize=1686996 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/76843/task/76880/stat : 76880 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76881] ppid=76840 vsize=1686996 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/76843/task/76881/stat : 76881 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76882] ppid=76840 vsize=1686996 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/76843/task/76882/stat : 76882 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76883] ppid=76840 vsize=1686996 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/76843/task/76883/stat : 76883 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76884] ppid=76840 vsize=1686996 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/76843/task/76884/stat : 76884 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1727483904 32041 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
Current children cumulated CPU time: 0.72 s
Current children cumulated vsize: 1686996 KiB
Current children cumulated memory: 127900 KiB

[startup+0.225756 s]*
/proc/loadavg: 80.29 80.22 79.84 77/1024 76884
/proc/meminfo: memFree=768228516/790760800 swapFree=131071996/131071996
[pid=76843] ppid=76840 vsize=1766268 memory=390316 CPUtime=3.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/stat : 76843 (fscip) S 76840 76843 70728 0 -1 1077936128 94564 0 0 0 307 26 0 0 20 0 41 0 12487870 1808658432 97513 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 17 73 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
/proc/76843/statm: 441567 97513 2950 3035 0 185067 0
[pid=76843/tid=76845] ppid=76840 vsize=1766268 memory=8318255677412212789 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76845/stat : 76845 (fscip) R 76840 76843 70728 0 -1 4194368 5311 0 0 0 14 1 0 0 20 0 41 0 12487872 1808658432 97645 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76846] ppid=76840 vsize=1766268 memory=207064662359 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76846/stat : 76846 (fscip) R 76840 76843 70728 0 -1 4194368 4634 0 0 0 16 0 0 0 20 0 41 0 12487872 1808658432 97645 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76847] ppid=76840 vsize=1766268 memory=61809696734709 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76847/stat : 76847 (fscip) R 76840 76843 70728 0 -1 4194368 2003 0 0 0 14 0 0 0 20 0 41 0 12487872 1808658432 97645 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76848] ppid=76840 vsize=1766268 memory=55221233680089 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76848/stat : 76848 (fscip) R 76840 76843 70728 0 -1 4194368 5310 0 0 0 15 1 0 0 20 0 41 0 12487872 1808658432 97645 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76849] ppid=76840 vsize=1766268 memory=61779682295743 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76849/stat : 76849 (fscip) R 76840 76843 70728 0 -1 4194368 5241 0 0 0 15 1 0 0 20 0 41 0 12487872 1808658432 97645 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76850] ppid=76840 vsize=1766268 memory=60688794209621 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76850/stat : 76850 (fscip) R 76840 76843 70728 0 -1 4194368 2109 0 0 0 13 1 0 0 20 0 41 0 12487872 1808658432 97645 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76851] ppid=76840 vsize=1766268 memory=14979957692610996 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76851/stat : 76851 (fscip) R 76840 76843 70728 0 -1 4194368 6477 0 0 0 16 1 0 0 20 0 41 0 12487872 1808658432 97645 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76852] ppid=76840 vsize=1766268 memory=14977754391196926 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76852/stat : 76852 (fscip) R 76840 76843 70728 0 -1 4194368 6535 0 0 0 16 1 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76853] ppid=76840 vsize=1766268 memory=3761687896655181409 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76853/stat : 76853 (fscip) R 76840 76843 70728 0 -1 4194368 2106 0 0 0 13 1 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76854] ppid=76840 vsize=1766268 memory=4051325643445840226 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76854/stat : 76854 (fscip) R 76840 76843 70728 0 -1 4194368 6528 0 0 0 16 1 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76855] ppid=76840 vsize=1766268 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76855/stat : 76855 (fscip) R 76840 76843 70728 0 -1 4194368 4611 0 0 0 14 1 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76856] ppid=76840 vsize=1766268 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76856/stat : 76856 (fscip) R 76840 76843 70728 0 -1 4194368 1930 0 0 0 13 0 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76857] ppid=76840 vsize=1766268 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76857/stat : 76857 (fscip) R 76840 76843 70728 0 -1 4194368 5965 0 0 0 16 1 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76858] ppid=76840 vsize=1766268 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76858/stat : 76858 (fscip) R 76840 76843 70728 0 -1 4194368 4663 0 0 0 15 1 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76859] ppid=76840 vsize=1766268 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76859/stat : 76859 (fscip) R 76840 76843 70728 0 -1 4194368 1905 0 0 0 14 1 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76860] ppid=76840 vsize=1766268 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76860/stat : 76860 (fscip) R 76840 76843 70728 0 -1 4194368 6513 0 0 0 16 1 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76861] ppid=76840 vsize=1766268 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76861/stat : 76861 (fscip) R 76840 76843 70728 0 -1 4194368 5254 0 0 0 15 1 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76862] ppid=76840 vsize=1766268 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76862/stat : 76862 (fscip) R 76840 76843 70728 0 -1 4194368 2088 0 0 0 14 0 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76863] ppid=76840 vsize=1766268 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76863/stat : 76863 (fscip) R 76840 76843 70728 0 -1 4194368 5904 0 0 0 16 1 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76864] ppid=76840 vsize=1766268 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76864/stat : 76864 (fscip) R 76840 76843 70728 0 -1 4194368 5315 0 0 0 15 2 0 0 20 0 41 0 12487872 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76865] ppid=76840 vsize=1766268 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/76843/task/76865/stat : 76865 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76866] ppid=76840 vsize=1766268 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/76843/task/76866/stat : 76866 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76867] ppid=76840 vsize=1766268 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/76843/task/76867/stat : 76867 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76868] ppid=76840 vsize=1766268 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/76843/task/76868/stat : 76868 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97711 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76869] ppid=76840 vsize=1766268 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/76843/task/76869/stat : 76869 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97777 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76870] ppid=76840 vsize=1766268 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/76843/task/76870/stat : 76870 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97777 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76871] ppid=76840 vsize=1766268 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/76843/task/76871/stat : 76871 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97777 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76872] ppid=76840 vsize=1766268 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/76843/task/76872/stat : 76872 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97777 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76873] ppid=76840 vsize=1766268 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/76843/task/76873/stat : 76873 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97777 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76874] ppid=76840 vsize=1766268 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/76843/task/76874/stat : 76874 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97777 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76875] ppid=76840 vsize=1766268 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/76843/task/76875/stat : 76875 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97777 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76876] ppid=76840 vsize=1766268 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/76843/task/76876/stat : 76876 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97843 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76877] ppid=76840 vsize=1766268 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/76843/task/76877/stat : 76877 (fscip) S 76840 76843 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12487877 1808658432 97843 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0

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

/proc/76843/task/76869/stat : 76869 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76870] ppid=76840 vsize=4228168 memory=54204 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76870/stat : 76870 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76871] ppid=76840 vsize=4228168 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/76843/task/76871/stat : 76871 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76872] ppid=76840 vsize=4228168 memory=21524 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76872/stat : 76872 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76873] ppid=76840 vsize=4228168 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/76843/task/76873/stat : 76873 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76874] ppid=76840 vsize=4228168 memory=1836 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76874/stat : 76874 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76875] ppid=76840 vsize=4228168 memory=25988 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76875/stat : 76875 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76876] ppid=76840 vsize=4228168 memory=2244 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76876/stat : 76876 (fscip) S 76840 76843 70728 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76877] ppid=76840 vsize=4228168 memory=31232 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76877/stat : 76877 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76878] ppid=76840 vsize=4228168 memory=28716 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76878/stat : 76878 (fscip) S 76840 76843 70728 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76879] ppid=76840 vsize=4228168 memory=4781348 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76879/stat : 76879 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76880] ppid=76840 vsize=4228168 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/76843/task/76880/stat : 76880 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76881] ppid=76840 vsize=4228168 memory=36312 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76881/stat : 76881 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76882] ppid=76840 vsize=4228168 memory=4764 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76882/stat : 76882 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76883] ppid=76840 vsize=4228168 memory=20448 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76883/stat : 76883 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76884] ppid=76840 vsize=4228168 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/76843/task/76884/stat : 76884 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 772353 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
Current children cumulated CPU time: 23084.4 s
Current children cumulated vsize: 4228168 KiB
Current children cumulated memory: 3089412 KiB

[startup+1166.2 s]
/proc/loadavg: 80.19 80.41 80.27 70/1012 77922
/proc/meminfo: memFree=767214480/790760800 swapFree=131071996/131071996
[pid=76843] ppid=76840 vsize=4228168 memory=3084648 CPUtime=23085.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/stat : 76843 (fscip) S 76840 76843 70728 0 -1 1077936128 8373122 0 0 0 2299933 8634 0 0 20 0 28 0 12487870 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
/proc/76843/statm: 1057042 771162 3014 3035 0 974514 0
[pid=76843/tid=76845] ppid=76840 vsize=4228168 memory=4782556 CPUtime=1151.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76845/stat : 76845 (fscip) R 76840 76843 70728 0 -1 4194368 638107 0 0 0 115004 165 0 0 20 0 28 0 12487872 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76848] ppid=76840 vsize=4228168 memory=28656 CPUtime=1154.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76848/stat : 76848 (fscip) R 76840 76843 70728 0 -1 4194368 677895 0 0 0 115280 166 0 0 20 0 28 0 12487872 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76851] ppid=76840 vsize=4228168 memory=7492 CPUtime=1154.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76851/stat : 76851 (fscip) R 76840 76843 70728 0 -1 4194368 658313 0 0 0 115238 168 0 0 20 0 28 0 12487872 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76854] ppid=76840 vsize=4228168 memory=4770476 CPUtime=1155.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76854/stat : 76854 (fscip) R 76840 76843 70728 0 -1 4194368 639416 0 0 0 115339 173 0 0 20 0 28 0 12487872 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76857] ppid=76840 vsize=4228168 memory=4770552 CPUtime=1151.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76857/stat : 76857 (fscip) R 76840 76843 70728 0 -1 4194368 650627 0 0 0 114994 175 0 0 20 0 28 0 12487872 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76860] ppid=76840 vsize=4228168 memory=-7090468481880123004 CPUtime=1155.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76860/stat : 76860 (fscip) R 76840 76843 70728 0 -1 4194368 639005 0 0 0 115334 173 0 0 20 0 28 0 12487872 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76863] ppid=76840 vsize=4228168 memory=-7090468481880123004 CPUtime=1154.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76863/stat : 76863 (fscip) R 76840 76843 70728 0 -1 4194368 666534 0 0 0 115331 163 0 0 20 0 28 0 12487872 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76865] ppid=76840 vsize=4228168 memory=33624 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76865/stat : 76865 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76866] ppid=76840 vsize=4228168 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76866/stat : 76866 (fscip) S 76840 76843 70728 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76867] ppid=76840 vsize=4228168 memory=12312 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76867/stat : 76867 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76868] ppid=76840 vsize=4228168 memory=-7090468481880123004 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76868/stat : 76868 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76869] ppid=76840 vsize=4228168 memory=12292 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76869/stat : 76869 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76870] ppid=76840 vsize=4228168 memory=2732 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76870/stat : 76870 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76871] ppid=76840 vsize=4228168 memory=6660 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76871/stat : 76871 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76872] ppid=76840 vsize=4228168 memory=5435752 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76872/stat : 76872 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76873] ppid=76840 vsize=4228168 memory=2696 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76873/stat : 76873 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76874] ppid=76840 vsize=4228168 memory=6628 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76874/stat : 76874 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76875] ppid=76840 vsize=4228168 memory=5321208 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76875/stat : 76875 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76876] ppid=76840 vsize=4228168 memory=2720 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76876/stat : 76876 (fscip) S 76840 76843 70728 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76877] ppid=76840 vsize=4228168 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/76843/task/76877/stat : 76877 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76878] ppid=76840 vsize=4228168 memory=63412 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76878/stat : 76878 (fscip) S 76840 76843 70728 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76879] ppid=76840 vsize=4228168 memory=7948 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76879/stat : 76879 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76880] ppid=76840 vsize=4228168 memory=4779372 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76880/stat : 76880 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76881] ppid=76840 vsize=4228168 memory=20600 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76881/stat : 76881 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76882] ppid=76840 vsize=4228168 memory=5548 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76882/stat : 76882 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76883] ppid=76840 vsize=4228168 memory=11500 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76883/stat : 76883 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76884] ppid=76840 vsize=4228168 memory=13924 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76884/stat : 76884 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 28 0 12487877 4329644032 771162 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
Current children cumulated CPU time: 23085.7 s
Current children cumulated vsize: 4228168 KiB
Current children cumulated memory: 3084648 KiB

[startup+1166.3 s]
/proc/loadavg: 80.19 80.41 80.27 70/1012 77922
/proc/meminfo: memFree=767214480/790760800 swapFree=131071996/131071996
[pid=76843] ppid=76840 vsize=3517184 memory=2336664 CPUtime=23086.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/stat : 76843 (fscip) S 76840 76843 70728 0 -1 1077936128 8376186 0 0 0 2299986 8638 0 0 20 0 26 0 12487870 3601596416 584674 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
/proc/76843/statm: 879296 584674 3014 3035 0 817990 0
[pid=76843/tid=76845] ppid=76840 vsize=3517184 memory=660282502436996 CPUtime=1151.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76845/stat : 76845 (fscip) D 76840 76843 70728 0 -1 4194368 638607 0 0 0 115012 166 0 0 20 0 26 0 12487872 3601596416 583274 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76851] ppid=76840 vsize=3517184 memory=25333125866717268 CPUtime=1154.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76851/stat : 76851 (fscip) D 76840 76843 70728 0 -1 4194368 658615 0 0 0 115246 168 0 0 20 0 26 0 12487872 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76854] ppid=76840 vsize=3517184 memory=5548 CPUtime=1155.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76854/stat : 76854 (fscip) D 76840 76843 70728 0 -1 4194368 639774 0 0 0 115347 173 0 0 20 0 26 0 12487872 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76857] ppid=76840 vsize=3517184 memory=279316757514832 CPUtime=1151.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76857/stat : 76857 (fscip) D 76840 76843 70728 0 -1 4194368 651090 0 0 0 115002 176 0 0 20 0 26 0 12487872 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76863] ppid=76840 vsize=3517184 memory=279316756371856 CPUtime=1155.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76863/stat : 76863 (fscip) R 76840 76843 70728 0 -1 4194368 666968 0 0 0 115339 164 0 0 20 0 26 0 12487872 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76865] ppid=76840 vsize=3517184 memory=279316757111344 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76865/stat : 76865 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 26 0 12487877 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76866] ppid=76840 vsize=3517184 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/76843/task/76866/stat : 76866 (fscip) S 76840 76843 70728 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 26 0 12487877 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76867] ppid=76840 vsize=3517184 memory=54204 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76867/stat : 76867 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 26 0 12487877 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76868] ppid=76840 vsize=3517184 memory=4423208 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76868/stat : 76868 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 26 0 12487877 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76869] ppid=76840 vsize=3517184 memory=11572 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76869/stat : 76869 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 26 0 12487877 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76870] ppid=76840 vsize=3517184 memory=4781348 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76870/stat : 76870 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 26 0 12487877 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76871] ppid=76840 vsize=3517184 memory=2696 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76871/stat : 76871 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 26 0 12487877 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76872] ppid=76840 vsize=3517184 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/76843/task/76872/stat : 76872 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 26 0 12487877 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76873] ppid=76840 vsize=3517184 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/76843/task/76873/stat : 76873 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 26 0 12487877 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76874] ppid=76840 vsize=3517184 memory=5303348 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76874/stat : 76874 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 26 0 12487877 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76875] ppid=76840 vsize=3517184 memory=2720 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76875/stat : 76875 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 26 0 12487877 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76876] ppid=76840 vsize=3517184 memory=660282502436996 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76876/stat : 76876 (fscip) S 76840 76843 70728 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 26 0 12487877 3601596416 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76877] ppid=76840 vsize=3451648 memory=4123045670133464229 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76877/stat : 76877 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 26 0 12487877 3534487552 583064 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76878] ppid=76840 vsize=3451648 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/76843/task/76878/stat : 76878 (fscip) S 76840 76843 70728 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 26 0 12487877 3534487552 582790 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76879] ppid=76840 vsize=3451648 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/76843/task/76879/stat : 76879 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 26 0 12487877 3534487552 582790 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76880] ppid=76840 vsize=3451648 memory=4781348 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76880/stat : 76880 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 26 0 12487877 3534487552 582278 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76881] ppid=76840 vsize=3451648 memory=11572 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76881/stat : 76881 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 26 0 12487877 3534487552 582278 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76882] ppid=76840 vsize=3451648 memory=2696 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76882/stat : 76882 (fscip) S 76840 76843 70728 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 26 0 12487877 3534487552 582278 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76883] ppid=76840 vsize=3451648 memory=6632 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76883/stat : 76883 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 26 0 12487877 3534487552 581766 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
[pid=76843/tid=76884] ppid=76840 vsize=3451648 memory=5313680 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76843/task/76884/stat : 76884 (fscip) S 76840 76843 70728 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 26 0 12487877 3534487552 581254 809668444160 4194304 16623229 140731872251280 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50384896 140731872252938 140731872253056 140731872253056 140731872260080 0
Current children cumulated CPU time: 23086.2 s
Current children cumulated vsize: 3517184 KiB
Current children cumulated memory: 2336664 KiB

Child status: 0

Real time (s): 1166.39
CPU time (s): 23086.4
CPU user time (s): 22999.9
CPU system time (s): 86.4966
CPU usage (%): 1979.29
Max. virtual memory (cumulated for all children) (KiB): 5700656
Max. memory (cumulated for all children) (KiB): 4782556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22999.9
system time used= 86.4966
maximum resident set size= 4782556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8379720
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= 156548
involuntary context switches= 149358


# summary of solver processes directly reported to runsolver:
#   pid: 76843
#   total CPU time (s): 23086.4
#   total CPU user time (s): 22999.9
#   total CPU system time (s): 86.4966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.90441 second user time and 26.4657 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 22:51:25
IDJOB=4466003
IDBENCH=148620
IDSOLVER=3094
FILE ID=nodeD104/4466003-1722459084
RUNJOBID= nodeD104-1722454516-70739
SLURM_JOB_ID= 8254240
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_4.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4466003-1722459084/watcher-4466003-1722459084 -o /tmp/evaluation-result-4466003-1722459084/solver-4466003-1722459084 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70739 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4466003-1722459084.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= dbebfc2916fd48f48fd9f4f0821ac62f
RANDOM SEED=1655304807

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		: 2928.162
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		: 3108.569
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		: 3099.474
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		: 3096.852
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		: 2928.588
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		: 3438.326
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		: 3069.754
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		: 3062.277
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		: 2932.801
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		: 3348.822
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		: 3052.699
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		: 2799.999
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		: 2904.635
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		: 2582.659
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		: 3066.053
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		: 3086.989
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		: 2938.626
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		: 3387.502
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		: 3054.699
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		: 3069.580
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		: 2938.562
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		: 1729.440
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		: 3078.025
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		: 3092.744
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		: 2936.622
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		: 2628.557
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		: 3119.113
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		: 3081.240
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		: 2935.916
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		: 1831.333
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		: 3077.051
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		: 3081.388
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		: 2938.341
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		: 2632.714
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		: 3072.144
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		: 3075.942
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		: 2938.334
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		: 2632.793
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		: 3021.095
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		: 3096.832
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		: 2938.356
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		: 2623.468
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		: 2887.151
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		: 3096.830
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		: 2936.018
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		: 2631.669
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		: 3118.951
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		: 3096.828
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		: 2938.405
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		: 2630.921
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		: 2861.381
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		: 3096.826
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		: 2938.422
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		: 2660.563
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		: 3118.976
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		: 3096.825
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		: 2938.446
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		: 2664.727
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		: 3118.984
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		: 3096.824
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		: 2938.468
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		: 1058.477
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		: 3118.993
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		: 3096.814
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		: 2937.618
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		: 2645.724
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		: 3097.882
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		: 2827.541
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		: 2938.038
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		: 2668.620
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		: 3078.306
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		: 3062.558
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		: 2938.067
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		: 2662.221
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		: 2980.727
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		: 3047.505
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		: 2938.567
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		: 3622.001
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		: 3119.049
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		: 3096.680
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:        768537032 kB
MemAvailable:   767527312 kB
Buffers:          165196 kB
Cached:          2180952 kB
SwapCached:            0 kB
Active:           322936 kB
Inactive:       19478760 kB
Active(anon):       2220 kB
Inactive(anon): 17475868 kB
Active(file):     320716 kB
Inactive(file):  2002892 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28592 kB
Writeback:             0 kB
AnonPages:      17447448 kB
Mapped:           127100 kB
Shmem:             22536 kB
KReclaimable:     172776 kB
Slab:             516288 kB
SReclaimable:     172776 kB
SUnreclaim:       343512 kB
KernelStack:       17552 kB
PageTables:        49024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2331548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           190848 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1048576 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:      483328 kB
DirectMap2M:    39860224 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD104 at 2024-07-31 23:10:51