Trace number 4468105

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09OPT20 21645.1 1092.46

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: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 32980992, getVmSize() = 32980992, SCIPgetMemUsed() = 8669634, SCIPgetMemTotal() = 11151482, 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 = 22115408, getVmSize() = 37015552, SCIPgetMemUsed() = 8602245, SCIPgetMemTotal() = 14027925, 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-4468105-1723228494
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.09	c *       0              0           1        20          25.0000                -          -
9.55/0.67	c *       1              0           1        20          24.0000                -          -
9.55/0.68	c *       1              0           1        20          23.0000                -          -
9.55/0.69	c *       1              0           1        20          22.0000                -          -
26.85/1.55	c *       2              2           3        20          21.0000          14.8092     41.80%
96.92/5.05	c         5            603           1        20          21.0000          14.8092     41.80%
116.76/6.03	c *       6           1169           1        20          20.0000          14.8092     35.05%
196.46/10.10	c        10            151          88        20          20.0000          15.3557     30.25%
297.41/15.15	c        15            352         232        20          20.0000          15.6558     27.75%
399.90/20.33	c        20            522         368        20          20.0000          15.9906     25.07%
499.04/25.35	c        25            632         478        20          20.0000          16.1263     24.02%
598.00/30.38	c        30            711         529        20          20.0000          16.1881     23.55%
699.13/35.43	c        35            867         713        20          20.0000          16.2836     22.82%
798.05/40.48	c        40            972         818        20          20.0000          16.3839     22.07%
897.14/45.49	c        46            962         780        20          20.0000          16.4020     21.94%
998.28/50.53	c        51           1421        1236        20          20.0000          16.4755     21.39%
1097.33/55.55	c        56           1932        1759        20          20.0000          16.5732     20.68%
1196.48/60.57	c        61           2242        2061        20          20.0000          16.6329     20.24%
1297.46/65.60	c        66           2592        2409        20          20.0000          16.7168     19.64%
1396.62/70.63	c        71           3012        2819        20          20.0000          16.7885     19.13%
1497.74/75.72	c        76           3442        3243        20          20.0000          16.8347     18.80%
1596.75/80.77	c        81           3912        3689        20          20.0000          16.8626     18.61%
1695.97/85.79	c        86           4352        4115        20          20.0000          16.9031     18.32%
1797.17/90.81	c        91           4382        4159        20          20.0000          16.9344     18.10%
1896.36/95.83	c        96           5242        4979        20          20.0000          16.9614     17.91%
1997.57/100.90	c       101           5195        4962        20          20.0000          16.9931     17.69%
2096.79/105.96	c       106           5722        5481        20          20.0000          17.0136     17.55%
2198.46/111.09	c       111           6182        5941        20          20.0000          17.0525     17.28%
2299.64/116.14	c       116           6712        6455        20          20.0000          17.0809     17.09%
2398.94/121.19	c       121           7142        6873        20          20.0000          17.0982     16.97%
2499.20/126.24	c       126           7662        7383        20          20.0000          17.1211     16.81%
2598.42/131.28	c       131           8252        7945        20          20.0000          17.1494     16.62%
2699.50/136.34	c       136           8792        8459        20          20.0000          17.1831     16.39%
2798.68/141.38	c       141           9392        9047        20          20.0000          17.2002     16.28%
2899.85/146.43	c       146           9992        9621        20          20.0000          17.2202     16.14%
2998.91/151.47	c       151          10612       10193        20          20.0000          17.2457     15.97%
3098.12/156.47	c       156          11082       10631        20          20.0000          17.2619     15.86%
3199.27/161.52	c       162          11702       11187        20          20.0000          17.2895     15.68%
3298.42/166.53	c       167          12312       11743        20          20.0000          17.3049     15.57%
3397.62/171.55	c       172          12942       12313        20          20.0000          17.3268     15.43%
3496.75/176.57	c       177          13422       12747        20          20.0000          17.3397     15.34%
3599.81/181.73	c       182          14092       13341        20          20.0000          17.3528     15.26%
3699.00/186.76	c       187          14852       13993        20          20.0000          17.3650     15.17%
3800.20/191.86	c       192          15182       14269        20          20.0000          17.3678     15.16%
3901.24/196.94	c       197          15912       14901        20          20.0000          17.3874     15.03%
4000.25/201.97	c       202          16512       15369        20          20.0000          17.4016     14.93%
4099.39/207.00	c       207          17052       15699        20          20.0000          17.4071     14.90%
4198.47/212.01	c       212          17622       16057        20          20.0000          17.4140     14.85%
4300.30/217.04	c       217          18002       16297        20          20.0000          17.4197     14.81%
4399.25/222.06	c       222          18752       16797        20          20.0000          17.4359     14.71%
4498.43/227.11	c       227          19272       17109        20          20.0000          17.4423     14.66%
4599.57/232.14	c       232          20182       17645        20          20.0000          17.4516     14.60%
4698.77/237.18	c       237          20912       18073        20          20.0000          17.4624     14.53%
4797.96/242.18	c       242          21992       18679        20          20.0000          17.4751     14.45%
4898.24/247.23	c       247          23022       19241        20          20.0000          17.4861     14.38%
4997.35/252.25	c       252          24092       19809        20          20.0000          17.4951     14.32%
5096.40/257.25	c       257          25062       20347        20          20.0000          17.5084     14.23%
5197.45/262.30	c       262          26072       20875        20          20.0000          17.5193     14.16%
5296.56/267.35	c       267          27112       21431        20          20.0000          17.5364     14.05%
5397.72/272.40	c       272          28242       22035        20          20.0000          17.5481     13.97%
5496.88/277.45	c       277          29232       22573        20          20.0000          17.5518     13.95%
5597.96/282.50	c       283          30262       23119        20          20.0000          17.5629     13.88%
5696.93/287.52	c       288          31372       23689        20          20.0000          17.5793     13.77%
5796.03/292.58	c       293          32442       24205        20          20.0000          17.5933     13.68%
5897.17/297.65	c       298          33482       24735        20          20.0000          17.6090     13.58%
5997.95/302.70	c       303          34492       25201        20          20.0000          17.6183     13.52%
6096.96/307.75	c       308          35652       25805        20          20.0000          17.6273     13.46%
6196.12/312.76	c       313          36732       26355        20          20.0000          17.6359     13.41%
6295.07/317.78	c       318          37772       26857        20          20.0000          17.6449     13.35%
6398.01/322.90	c       323          38992       27307        20          20.0000          17.6586     13.26%
6497.03/327.95	c       328          40162       27793        20          20.0000          17.6699     13.19%
6595.93/333.01	c       333          41352       28217        20          20.0000          17.6803     13.12%
6695.10/338.02	c       338          42542       28649        20          20.0000          17.6927     13.04%
6796.79/343.04	c       343          43732       29017        20          20.0000          17.7036     12.97%
6895.77/348.04	c       348          44982       29447        20          20.0000          17.7114     12.92%
6994.81/353.11	c       353          46272       29807        20          20.0000          17.7231     12.85%
7097.40/358.26	c       358          47472       30113        20          20.0000          17.7326     12.79%
7198.49/363.31	c       363          48162       30295        20          20.0000          17.7366     12.76%
7297.65/368.36	c       368          49372       30613        20          20.0000          17.7426     12.72%
7396.78/373.37	c       373          50432       30889        20          20.0000          17.7462     12.70%
7497.89/378.40	c       378          51742       31225        20          20.0000          17.7577     12.63%
7597.08/383.45	c       383          53081       31518        20          20.0000          17.7675     12.56%
7698.22/388.52	c       389          54432       31783        20          20.0000          17.7766     12.51%
7797.31/393.53	c       394          55712       32113        20          20.0000          17.7842     12.46%
7896.44/398.59	c       399          57122       32411        20          20.0000          17.7925     12.41%
7997.58/403.66	c       404          58492       32701        20          20.0000          17.7967     12.38%
8098.64/408.76	c       409          59722       32913        20          20.0000          17.8050     12.33%
8197.72/413.78	c       414          60812       33083        20          20.0000          17.8100     12.30%
8298.69/418.81	c       419          61882       33277        20          20.0000          17.8166     12.25%
8397.62/423.83	c       424          63352       33513        20          20.0000          17.8253     12.20%
8498.71/428.94	c       429          64622       33749        20          20.0000          17.8309     12.16%
8597.77/434.01	c       434          65932       33907        20          20.0000          17.8358     12.13%
8696.80/439.02	c       439          67462       34109        20          20.0000          17.8434     12.09%
8795.93/444.03	c       444          68702       34291        20          20.0000          17.8499     12.05%
8897.60/449.09	c       449          70262       34483        20          20.0000          17.8589     11.99%
8998.62/454.13	c       454          71602       34663        20          20.0000          17.8662     11.94%
9099.07/459.26	c       459          73062       34851        20          20.0000          17.8749     11.89%
9200.10/464.31	c       464          74492       35027        20          20.0000          17.8830     11.84%
9299.26/469.35	c       469          75902       35179        20          20.0000          17.8905     11.79%
9398.29/474.38	c       474          77272       35331        20          20.0000          17.8984     11.74%
9499.44/479.46	c       479          78682       35485        20          20.0000          17.9027     11.72%
9598.49/484.49	c       484          80102       35647        20          20.0000          17.9083     11.68%
9699.44/489.52	c       490          81522       35807        20          20.0000          17.9162     11.63%
9798.58/494.54	c       495          82922       35963        20          20.0000          17.9242     11.58%
9897.64/499.59	c       500          84232       36095        20          20.0000          17.9290     11.55%
9998.78/504.63	c       505          85782       36239        20          20.0000          17.9342     11.52%
10099.84/509.76	c       510          87132       36369        20          20.0000          17.9379     11.50%
10200.93/514.81	c       515          88582       36491        20          20.0000          17.9423     11.47%
10300.18/519.85	c       520          90032       36627        20          20.0000          17.9479     11.43%
10401.17/524.91	c       525          91412       36741        20          20.0000          17.9534     11.40%
10500.41/529.96	c       530          92882       36805        20          20.0000          17.9603     11.36%
10599.66/535.01	c       535          94292       36875        20          20.0000          17.9667     11.32%
10701.31/540.06	c       540          95692       36947        20          20.0000          17.9724     11.28%
10800.11/545.08	c       545          97062       37003        20          20.0000          17.9803     11.23%
10899.37/550.11	c       550          98502       37049        20          20.0000          17.9864     11.20%
11001.89/555.21	c       555         100002       37075        20          20.0000          17.9903     11.17%
11100.98/560.24	c       560         101502       37089        20          20.0000          17.9965     11.13%
11200.12/565.26	c       565         102952       37097        20          20.0000          18.0051     11.08%
11299.29/570.28	c       570         104432       37095        20          20.0000          18.0111     11.04%
11400.44/575.32	c       575         105822       37099        20          20.0000          18.0183     11.00%
11499.59/580.38	c       580         106222       37079        20          20.0000          18.0196     10.99%
11602.68/585.52	c       586         107662       37081        20          20.0000          18.0239     10.96%
11701.84/590.56	c       591         109182       37069        20          20.0000          18.0286     10.93%
11802.84/595.61	c       596         110712       37051        20          20.0000          18.0346     10.90%
11902.00/600.63	c       601         112262       37043        20          20.0000          18.0402     10.86%
12002.79/605.71	c       606         113802       37027        20          20.0000          18.0458     10.83%
12101.87/610.76	c       611         115302       36981        20          20.0000          18.0500     10.80%
12200.98/615.77	c       616         116832       36949        20          20.0000          18.0546     10.78%
12302.11/620.86	c       621         118452       36893        20          20.0000          18.0599     10.74%
12401.23/625.89	c       626         120032       36835        20          20.0000          18.0639     10.72%
12502.30/630.96	c       631         121412       36807        20          20.0000          18.0706     10.68%
12601.38/636.01	c       636         123032       36743        20          20.0000          18.0756     10.65%
12702.98/641.05	c       641         124392       36707        20          20.0000          18.0797     10.62%
12801.97/646.08	c       646         126032       36675        20          20.0000          18.0838     10.60%
12903.10/651.17	c       651         127532       36611        20          20.0000          18.0894     10.56%
13002.21/656.18	c       656         129192       36517        20          20.0000          18.0941     10.53%
13102.50/661.27	c       661         130672       36429        20          20.0000          18.0984     10.51%
13203.58/666.31	c       666         131051       32525        20          20.0000          18.1027     10.48%
13302.52/671.36	c       671         132481       32515        20          20.0000          18.1085     10.45%
13403.65/676.41	c       676         133911       32465        20          20.0000          18.1156     10.40%
13502.68/681.46	c       681         135431       32425        20          20.0000          18.1232     10.36%
13603.67/686.52	c       687         136701       32385        20          20.0000          18.1260     10.34%
13702.83/691.57	c       692         138211       32325        20          20.0000          18.1312     10.31%
13803.91/696.62	c       697         139721       32263        20          20.0000          18.1368     10.27%
13902.87/701.67	c       702         141321       32163        20          20.0000          18.1419     10.24%
14003.95/706.72	c       707         142911       32069        20          20.0000          18.1477     10.21%
14102.98/711.74	c       712         144471       31965        20          20.0000          18.1545     10.17%
14201.91/716.77	c       717         146001       31889        20          20.0000          18.1603     10.13%
14300.95/721.77	c       722         147561       31803        20          20.0000          18.1630     10.11%
14400.05/726.79	c       727         149111       31697        20          20.0000          18.1692     10.08%
14499.28/731.79	c       732         149931       31637        20          20.0000          18.1721     10.06%
14602.46/736.90	c       737         151481       31517        20          20.0000          18.1767     10.03%
14701.54/741.95	c       742         153051       31403        20          20.0000          18.1817     10.00%
14800.71/746.96	c       747         154591       31295        20          20.0000          18.1875      9.97%
14899.87/752.01	c       752         156091       31169        20          20.0000          18.1919      9.94%
15001.56/757.05	c       757         157691       31033        20          20.0000          18.1972      9.91%
15100.67/762.11	c       762         159271       30907        20          20.0000          18.2048      9.86%
15201.93/767.16	c       767         160881       30771        20          20.0000          18.2107      9.83%
15300.84/772.18	c       772         162461       30661        20          20.0000          18.2167      9.79%
15401.40/777.26	c       777         164051       30551        20          20.0000          18.2209      9.76%
15502.36/782.31	c       782         165591       30409        20          20.0000          18.2271      9.73%
15601.53/787.36	c       787         167091       30247        20          20.0000          18.2328      9.69%
15702.68/792.41	c       792         168781       30083        20          20.0000          18.2370      9.67%
15801.79/797.48	c       797         170321       29889        20          20.0000          18.2430      9.63%
15902.77/802.54	c       803         171841       29753        20          20.0000          18.2475      9.60%
16001.85/807.56	c       808         173541       29581        20          20.0000          18.2542      9.56%
16102.85/812.64	c       813         175121       29397        20          20.0000          18.2644      9.50%
16201.97/817.70	c       818         176751       29203        20          20.0000          18.2704      9.47%
16305.08/822.82	c       823         178310       29016        20          20.0000          18.2757      9.43%
16404.01/827.88	c       828         179891       28813        20          20.0000          18.2821      9.40%
16505.11/832.92	c       833         181591       28599        20          20.0000          18.2891      9.35%
16604.28/838.02	c       838         183091       28411        20          20.0000          18.2956      9.32%
16706.00/843.07	c       843         184761       28213        20          20.0000          18.3011      9.28%
16805.16/848.12	c       848         186341       27995        20          20.0000          18.3048      9.26%
16906.36/853.17	c       853         188001       27759        20          20.0000          18.3117      9.22%
17005.50/858.20	c       858         189561       27531        20          20.0000          18.3149      9.20%
17105.91/863.27	c       863         191161       27259        20          20.0000          18.3215      9.16%
17207.08/868.32	c       868         192801       26993        20          20.0000          18.3254      9.14%
17306.26/873.37	c       873         194431       26749        20          20.0000          18.3322      9.10%
17407.44/878.42	c       878         196061       26457        20          20.0000          18.3380      9.06%
17506.58/883.47	c       883         197751       26173        20          20.0000          18.3441      9.03%
17607.69/888.50	c       889         199351       25929        20          20.0000          18.3499      8.99%
17706.82/893.57	c       894         200941       25669        20          20.0000          18.3569      8.95%
17808.00/898.61	c       899         202661       25353        20          20.0000          18.3636      8.91%
17907.19/903.62	c       904         204251       25051        20          20.0000          18.3710      8.87%
18008.35/908.72	c       909         205821       24745        20          20.0000          18.3756      8.84%
18107.46/913.77	c       914         207471       24423        20          20.0000          18.3824      8.80%
18208.53/918.83	c       919         209151       24129        20          20.0000          18.3871      8.77%
18307.60/923.84	c       924         210731       23793        20          20.0000          18.3930      8.74%
18406.78/928.87	c       929         212341       23431        20          20.0000          18.3993      8.70%
18508.00/933.92	c       934         213991       23097        20          20.0000          18.4041      8.67%
18607.14/938.97	c       939         215661       22677        20          20.0000          18.4120      8.62%
18706.26/944.02	c       944         217301       22249        20          20.0000          18.4186      8.59%
18807.92/949.06	c       949         218971       21815        20          20.0000          18.4236      8.56%
18907.10/954.09	c       954         220551       21443        20          20.0000          18.4284      8.53%
19008.27/959.17	c       959         222211       21013        20          20.0000          18.4351      8.49%
19108.77/964.20	c       964         223911       20537        20          20.0000          18.4417      8.45%
19207.92/969.27	c       969         225511       20094        20          20.0000          18.4488      8.41%
19309.14/974.32	c       974         227291       19583        20          20.0000          18.4539      8.38%
19408.38/979.32	c       979         228981       19137        20          20.0000          18.4602      8.34%
19507.61/984.33	c       984         230681       18649        20          20.0000          18.4662      8.31%
19606.80/989.38	c       989         232421       18087        20          20.0000          18.4730      8.27%
19708.02/994.40	c       994         234101       17577        20          20.0000          18.4805      8.22%
19807.13/999.41	c       999         235801       17069        20          20.0000          18.4862      8.19%
19906.37/1004.44	c      1004         237551       16489        20          20.0000          18.4943      8.14%
20007.51/1009.51	c      1010         239261       15955        20          20.0000          18.5008      8.10%
20106.75/1014.56	c      1015         240951       15365        20          20.0000          18.5099      8.05%
20205.92/1019.58	c      1020         242671       14751        20          20.0000          18.5207      7.99%
20307.14/1024.61	c      1025         244451       14091        20          20.0000          18.5321      7.92%
20408.22/1029.71	c      1030         246181       13463        20          20.0000          18.5412      7.87%
20507.37/1034.73	c      1035         247821       12825        20          20.0000          18.5530      7.80%
20606.54/1039.78	c      1040         249591       12039        20          20.0000          18.5656      7.73%
20707.69/1044.85	c      1045         251371       11281        20          20.0000          18.5822      7.63%
20808.51/1049.92	c      1050         253141       10433        20          20.0000          18.5973      7.54%
20907.62/1054.94	c      1055         254891        9547        20          20.0000          18.6178      7.42%
21006.86/1059.96	c      1060         256661        8589        20          20.0000          18.6366      7.32%
21106.10/1064.98	c      1065         258571        7519        20          20.0000          18.6606      7.18%
21205.25/1069.99	c      1070         260421        6446        20          20.0000          18.6850      7.04%
21304.44/1075.01	c      1075         262361        5218        20          20.0000          18.7120      6.88%
21403.58/1080.02	c      1080         264371        3779        20          20.0000          18.7488      6.67%
21505.19/1085.03	c      1085         266361        2259        20          20.0000          18.7918      6.43%
21604.01/1090.06	c      1090         268231         673        20          20.0000          18.8487      6.11%
21641.09/1091.93	c      1092         268922           0         0          20.0000          20.0000      0.00%
21644.71/1092.39	c      1092         268922           0         0          20.0000          20.0000      0.00%
21644.71/1092.39	c SCIP Status        : c problem is solved
21644.71/1092.39	c Total Time         : 1092.39
21644.71/1092.39	c   solving          : 1092.39
21644.71/1092.39	c   presolving       : 0.01 (included in solving)
21644.71/1092.39	c B&B Tree           :
21644.71/1092.39	c   nodes (total)    : 268922
21644.71/1092.39	c Solution           :
21644.71/1092.39	c   Solutions found  : 7
21644.71/1092.39	c   Primal Bound     : +2.00000000000000e+01
21644.71/1092.39	c   Dual Bound       : +2.00000000000000e+01
21644.71/1092.39	c Gap                : 0.00000 %
21645.00/1092.40	o 20
21645.00/1092.40	s OPTIMUM FOUND
21645.00/1092.40	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
21645.00/1092.40	v -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
21645.00/1092.40	v x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 
21645.00/1092.40	v -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 
21645.00/1092.40	v -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 x106 -x105 -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 
21645.00/1092.40	v -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 
21645.00/1092.40	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 
21645.00/1092.40	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 
21645.00/1092.40	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 (153782 MiB free)
  memory of node 1: 193531 MiB (177997 MiB free)
  memory of node 2: 193531 MiB (172007 MiB free)
  memory of node 3: 193493 MiB (178413 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-4468105-1723228494/watcher-4468105-1723228494 -o /tmp/evaluation-result-4468105-1723228494/solver-4468105-1723228494 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723224514-544014 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468105-1723228494.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100348 s]*
/proc/loadavg: 80.41 80.16 79.48 73/1023 548524
/proc/meminfo: memFree=698478608/790760804 swapFree=131071996/131071996
[pid=548483] ppid=548480 vsize=1686532 memory=116856 CPUtime=0.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/stat : 548483 (fscip) S 548480 548483 544001 0 -1 1077936128 25695 0 0 0 47 16 0 0 20 0 41 0 89432170 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
/proc/548483/statm: 421633 29214 2934 3035 0 114993 0
[pid=548483/tid=548485] ppid=548480 vsize=1686532 memory=8390339637985935414 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548485/stat : 548485 (fscip) R 548480 548483 544001 0 -1 4194368 1074 0 0 0 1 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548486] ppid=548480 vsize=1686532 memory=57906 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548486/stat : 548486 (fscip) R 548480 548483 544001 0 -1 4194368 1075 0 0 0 2 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548487] ppid=548480 vsize=1686532 memory=55216921903569 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548487/stat : 548487 (fscip) R 548480 548483 544001 0 -1 4194368 1079 0 0 0 2 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548488] ppid=548480 vsize=1686532 memory=52983572464199 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548488/stat : 548488 (fscip) R 548480 548483 544001 0 -1 4194368 1105 0 0 0 2 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548489] ppid=548480 vsize=1686532 memory=60684465603260 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548489/stat : 548489 (fscip) R 548480 548483 544001 0 -1 4194368 1048 0 0 0 1 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548490] ppid=548480 vsize=1686532 memory=55182679606333 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548490/stat : 548490 (fscip) R 548480 548483 544001 0 -1 4194368 1075 0 0 0 1 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548491] ppid=548480 vsize=1686532 memory=15258142724327015 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548491/stat : 548491 (fscip) R 548480 548483 544001 0 -1 4194368 1070 0 0 0 2 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548492] ppid=548480 vsize=1686532 memory=4121981338633537207 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548492/stat : 548492 (fscip) R 548480 548483 544001 0 -1 4194368 1070 0 0 0 2 1 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548493] ppid=548480 vsize=1686532 memory=934813 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548493/stat : 548493 (fscip) R 548480 548483 544001 0 -1 4194368 1105 0 0 0 2 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548494] ppid=548480 vsize=1686532 memory=1050951 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548494/stat : 548494 (fscip) R 548480 548483 544001 0 -1 4194368 1062 0 0 0 1 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548495] ppid=548480 vsize=1686532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548495/stat : 548495 (fscip) D 548480 548483 544001 0 -1 4194368 1090 0 0 0 2 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548496] ppid=548480 vsize=1686532 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548496/stat : 548496 (fscip) R 548480 548483 544001 0 -1 4194368 1079 0 0 0 3 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548497] ppid=548480 vsize=1686532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548497/stat : 548497 (fscip) R 548480 548483 544001 0 -1 4194368 1049 0 0 0 1 1 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548498] ppid=548480 vsize=1686532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548498/stat : 548498 (fscip) D 548480 548483 544001 0 -1 4194368 1082 0 0 0 2 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548499] ppid=548480 vsize=1686532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548499/stat : 548499 (fscip) R 548480 548483 544001 0 -1 4194368 1111 0 0 0 2 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548500] ppid=548480 vsize=1686532 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548500/stat : 548500 (fscip) D 548480 548483 544001 0 -1 4194368 1034 0 0 0 1 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548501] ppid=548480 vsize=1686532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548501/stat : 548501 (fscip) R 548480 548483 544001 0 -1 4194368 1075 0 0 0 2 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548502] ppid=548480 vsize=1686532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548502/stat : 548502 (fscip) R 548480 548483 544001 0 -1 4194368 1088 0 0 0 2 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548503] ppid=548480 vsize=1686532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548503/stat : 548503 (fscip) R 548480 548483 544001 0 -1 4194368 1049 0 0 0 1 1 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548504] ppid=548480 vsize=1686532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548504/stat : 548504 (fscip) R 548480 548483 544001 0 -1 4194368 1103 0 0 0 2 0 0 0 20 0 41 0 89432173 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548505] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548505/stat : 548505 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432177 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548506] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548506/stat : 548506 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432177 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548507] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548507/stat : 548507 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548508] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548508/stat : 548508 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548509] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548509/stat : 548509 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548510] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548510/stat : 548510 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548511] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548511/stat : 548511 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548512] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548512/stat : 548512 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548513] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548513/stat : 548513 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548514] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548514/stat : 548514 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548515] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548515/stat : 548515 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548516] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548516/stat : 548516 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548517] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548517/stat : 548517 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548518] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548518/stat : 548518 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548519] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548519/stat : 548519 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548520] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548520/stat : 548520 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548521] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548521/stat : 548521 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548522] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548522/stat : 548522 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548523] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548523/stat : 548523 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548524] ppid=548480 vsize=1686532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548524/stat : 548524 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1727008768 29214 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 1686532 KiB
Current children cumulated memory: 116856 KiB

[startup+0.227612 s]*
/proc/loadavg: 80.41 80.16 79.48 75/1023 548524
/proc/meminfo: memFree=698255664/790760804 swapFree=131071996/131071996
[pid=548483] ppid=548480 vsize=1781212 memory=344748 CPUtime=2.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/stat : 548483 (fscip) S 548480 548483 544001 0 -1 1077936128 82840 0 0 0 240 31 0 0 20 0 41 0 89432170 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
/proc/548483/statm: 445303 86187 2950 3035 0 173122 0
[pid=548483/tid=548485] ppid=548480 vsize=1781212 memory=8318255677412212789 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548485/stat : 548485 (fscip) D 548480 548483 544001 0 -1 4194368 4021 0 0 0 11 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548486] ppid=548480 vsize=1781212 memory=207064662359 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548486/stat : 548486 (fscip) R 548480 548483 544001 0 -1 4194368 4008 0 0 0 13 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548487] ppid=548480 vsize=1781212 memory=61809696760306 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548487/stat : 548487 (fscip) D 548480 548483 544001 0 -1 4194368 4013 0 0 0 12 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548488] ppid=548480 vsize=1781212 memory=59619280216796 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548488/stat : 548488 (fscip) D 548480 548483 544001 0 -1 4194368 4586 0 0 0 12 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548489] ppid=548480 vsize=1781212 memory=57385930777544 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548489/stat : 548489 (fscip) D 548480 548483 544001 0 -1 4194368 3240 0 0 0 12 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548490] ppid=548480 vsize=1781212 memory=62917899005410 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548490/stat : 548490 (fscip) D 548480 548483 544001 0 -1 4194368 4386 0 0 0 12 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548491] ppid=548480 vsize=1781212 memory=14413717794194610 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548491/stat : 548491 (fscip) D 548480 548483 544001 0 -1 4194368 4069 0 0 0 12 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548492] ppid=548480 vsize=1781212 memory=3978144365637409581 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548492/stat : 548492 (fscip) D 548480 548483 544001 0 -1 4194368 4278 0 0 0 11 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548493] ppid=548480 vsize=1781212 memory=993332 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548493/stat : 548493 (fscip) D 548480 548483 544001 0 -1 4194368 4009 0 0 0 11 2 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548494] ppid=548480 vsize=1781212 memory=988028 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548494/stat : 548494 (fscip) D 548480 548483 544001 0 -1 4194368 3578 0 0 0 11 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548495] ppid=548480 vsize=1781212 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548495/stat : 548495 (fscip) D 548480 548483 544001 0 -1 4194368 3613 0 0 0 12 0 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548496] ppid=548480 vsize=1781212 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548496/stat : 548496 (fscip) D 548480 548483 544001 0 -1 4194368 3557 0 0 0 12 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548497] ppid=548480 vsize=1781212 memory=0 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548497/stat : 548497 (fscip) D 548480 548483 544001 0 -1 4194368 3552 0 0 0 10 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548498] ppid=548480 vsize=1781212 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548498/stat : 548498 (fscip) R 548480 548483 544001 0 -1 4194368 3554 0 0 0 11 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548499] ppid=548480 vsize=1781212 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548499/stat : 548499 (fscip) D 548480 548483 544001 0 -1 4194368 4012 0 0 0 11 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548500] ppid=548480 vsize=1781212 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548500/stat : 548500 (fscip) D 548480 548483 544001 0 -1 4194368 4336 0 0 0 11 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548501] ppid=548480 vsize=1781212 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548501/stat : 548501 (fscip) D 548480 548483 544001 0 -1 4194368 3993 0 0 0 11 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548502] ppid=548480 vsize=1781212 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548502/stat : 548502 (fscip) D 548480 548483 544001 0 -1 4194368 4094 0 0 0 12 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548503] ppid=548480 vsize=1781212 memory=0 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548503/stat : 548503 (fscip) D 548480 548483 544001 0 -1 4194368 3554 0 0 0 10 1 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548504] ppid=548480 vsize=1781212 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548504/stat : 548504 (fscip) D 548480 548483 544001 0 -1 4194368 4205 0 0 0 11 2 0 0 20 0 41 0 89432173 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548505] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548505/stat : 548505 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432177 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548506] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548506/stat : 548506 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432177 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548507] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548507/stat : 548507 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548508] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548508/stat : 548508 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548509] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548509/stat : 548509 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548510] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548510/stat : 548510 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548511] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548511/stat : 548511 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548512] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548512/stat : 548512 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548513] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548513/stat : 548513 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548514] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548514/stat : 548514 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548515] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548515/stat : 548515 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548516] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548516/stat : 548516 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548517] ppid=548480 vsize=1781212 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548517/stat : 548517 (fscip) S 548480 548483 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89432178 1823961088 86187 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0

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

/proc/548483/task/548507/stat : 548507 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548508] ppid=548480 vsize=6097992 memory=16108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548508/stat : 548508 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548509] ppid=548480 vsize=6097992 memory=2212 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548509/stat : 548509 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548510] ppid=548480 vsize=6097992 memory=5005968 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548510/stat : 548510 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548511] ppid=548480 vsize=6097992 memory=2776 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548511/stat : 548511 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548512] ppid=548480 vsize=6097992 memory=6720 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548512/stat : 548512 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548513] ppid=548480 vsize=6097992 memory=6086972 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548513/stat : 548513 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548514] ppid=548480 vsize=6097992 memory=2716 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548514/stat : 548514 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548515] ppid=548480 vsize=6097992 memory=33108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548515/stat : 548515 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548516] ppid=548480 vsize=6097992 memory=2208 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548516/stat : 548516 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548517] ppid=548480 vsize=6097992 memory=25992 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548517/stat : 548517 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548518] ppid=548480 vsize=6097992 memory=104 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548518/stat : 548518 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548519] ppid=548480 vsize=6097992 memory=6232 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548519/stat : 548519 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548520] ppid=548480 vsize=6097992 memory=19860 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548520/stat : 548520 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548521] ppid=548480 vsize=6097992 memory=13345 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548521/stat : 548521 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548522] ppid=548480 vsize=6097992 memory=4420 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548522/stat : 548522 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548523] ppid=548480 vsize=6097992 memory=6628 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548523/stat : 548523 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548524] ppid=548480 vsize=6097992 memory=8836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548524/stat : 548524 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 89432178 6244343808 1251709 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
Current children cumulated CPU time: 21627.2 s
Current children cumulated vsize: 6097992 KiB
Current children cumulated memory: 5006836 KiB

[startup+1092 s]*
/proc/loadavg: 80.17 80.03 79.94 70/1016 549006
/proc/meminfo: memFree=698675492/790760804 swapFree=131071996/131071996
[pid=548483] ppid=548480 vsize=4923756 memory=4015804 CPUtime=21642.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/stat : 548483 (fscip) S 548480 548483 544001 0 -1 1077936128 8253344 0 0 0 2159037 5235 0 0 20 0 32 0 89432170 5041926144 1003951 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
/proc/548483/statm: 1230939 1003951 3014 3035 0 1176311 0
[pid=548483/tid=548485] ppid=548480 vsize=4923756 memory=-6512596944070818667 CPUtime=1081.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548485/stat : 548485 (fscip) R 548480 548483 544001 0 -1 4194368 606617 0 0 0 108035 155 0 0 20 0 32 0 89432173 5041926144 1003836 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548486] ppid=548480 vsize=4923756 memory=6720659965377789544 CPUtime=1081.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548486/stat : 548486 (fscip) R 548480 548483 544001 0 -1 4194368 431817 0 0 0 108032 156 0 0 20 0 32 0 89432173 5041926144 1003836 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548488] ppid=548480 vsize=4923756 memory=7764 CPUtime=1081.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548488/stat : 548488 (fscip) R 548480 548483 544001 0 -1 4194368 618341 0 0 0 108037 153 0 0 20 0 32 0 89432173 5041926144 1003836 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548491] ppid=548480 vsize=4923756 memory=18468 CPUtime=1083.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548491/stat : 548491 (fscip) R 548480 548483 544001 0 -1 4194368 611454 0 0 0 108166 150 0 0 20 0 32 0 89432173 5041926144 1003324 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548494] ppid=548480 vsize=4923756 memory=20448 CPUtime=1083.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548494/stat : 548494 (fscip) R 548480 548483 544001 0 -1 4194368 592208 0 0 0 108193 154 0 0 20 0 32 0 89432173 5041926144 1003324 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548497] ppid=548480 vsize=4923756 memory=66268 CPUtime=1083.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548497/stat : 548497 (fscip) R 548480 548483 544001 0 -1 4194368 603642 0 0 0 108183 153 0 0 20 0 32 0 89432173 5041926144 1002812 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548498] ppid=548480 vsize=4923756 memory=7764 CPUtime=1082.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548498/stat : 548498 (fscip) R 548480 548483 544001 0 -1 4194368 433832 0 0 0 108118 164 0 0 20 0 32 0 89432173 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548500] ppid=548480 vsize=4923756 memory=18468 CPUtime=1081.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548500/stat : 548500 (fscip) R 548480 548483 544001 0 -1 4194368 581846 0 0 0 108038 159 0 0 20 0 32 0 89432173 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548501] ppid=548480 vsize=4923756 memory=20448 CPUtime=1078.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548501/stat : 548501 (fscip) R 548480 548483 544001 0 -1 4194368 414385 0 0 0 107633 170 0 0 20 0 32 0 89432173 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548503] ppid=548480 vsize=4923756 memory=5628 CPUtime=1082.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548503/stat : 548503 (fscip) R 548480 548483 544001 0 -1 4194368 617903 0 0 0 108069 149 0 0 20 0 32 0 89432173 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548504] ppid=548480 vsize=4923756 memory=11616 CPUtime=1083.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548504/stat : 548504 (fscip) R 548480 548483 544001 0 -1 4194368 418734 0 0 0 108225 158 0 0 20 0 32 0 89432173 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548505] ppid=548480 vsize=4923756 memory=13684 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548505/stat : 548505 (fscip) S 548480 548483 544001 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 32 0 89432177 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548506] ppid=548480 vsize=4923756 memory=12268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548506/stat : 548506 (fscip) S 548480 548483 544001 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 32 0 89432177 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548507] ppid=548480 vsize=4923756 memory=11836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548507/stat : 548507 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548508] ppid=548480 vsize=4923756 memory=11596 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548508/stat : 548508 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548509] ppid=548480 vsize=4923756 memory=11672 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548509/stat : 548509 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548510] ppid=548480 vsize=4923756 memory=198340509722 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548510/stat : 548510 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548511] ppid=548480 vsize=4923756 memory=57792 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548511/stat : 548511 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548512] ppid=548480 vsize=4923756 memory=58131 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548512/stat : 548512 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548513] ppid=548480 vsize=4923756 memory=58461 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548513/stat : 548513 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548514] ppid=548480 vsize=4923756 memory=58792 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548514/stat : 548514 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548515] ppid=548480 vsize=4923756 memory=77556 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548515/stat : 548515 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548516] ppid=548480 vsize=4923756 memory=2431 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548516/stat : 548516 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548517] ppid=548480 vsize=4923756 memory=52301 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548517/stat : 548517 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548518] ppid=548480 vsize=4923756 memory=3978142158041070796 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548518/stat : 548518 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1002372 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548519] ppid=548480 vsize=4923756 memory=4049356405202485909 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548519/stat : 548519 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1001862 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548520] ppid=548480 vsize=4923756 memory=11636 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548520/stat : 548520 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1001862 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548521] ppid=548480 vsize=4923756 memory=30088 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548521/stat : 548521 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1001350 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548522] ppid=548480 vsize=4923756 memory=2776 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548522/stat : 548522 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1001350 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548523] ppid=548480 vsize=4923756 memory=6720 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548523/stat : 548523 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1000838 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548524] ppid=548480 vsize=4923756 memory=6090652 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548524/stat : 548524 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 32 0 89432178 5041926144 1000838 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
Current children cumulated CPU time: 21642.7 s
Current children cumulated vsize: 4923756 KiB
Current children cumulated memory: 4015804 KiB

[startup+1092.4 s]
/proc/loadavg: 80.17 80.03 79.94 70/1016 549006
/proc/meminfo: memFree=698675492/790760804 swapFree=131071996/131071996
[pid=548483] ppid=548480 vsize=2389344 memory=1371680 CPUtime=21645 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/stat : 548483 (fscip) R 548480 548483 544001 0 -1 4194304 8334178 0 0 0 2159248 5252 0 0 20 0 20 0 89432170 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
/proc/548483/statm: 597336 342920 3014 3035 0 591598 0
[pid=548483/tid=548506] ppid=548480 vsize=2389344 memory=5006868 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548506/stat : 548506 (fscip) S 548480 548483 544001 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 89432177 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548507] ppid=548480 vsize=2389344 memory=8072 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548507/stat : 548507 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548508] ppid=548480 vsize=2389344 memory=3516 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548508/stat : 548508 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548509] ppid=548480 vsize=2389344 memory=2300 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548509/stat : 548509 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548510] ppid=548480 vsize=2389344 memory=1692 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548510/stat : 548510 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548511] ppid=548480 vsize=2389344 memory=14984 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548511/stat : 548511 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548512] ppid=548480 vsize=2389344 memory=33108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548512/stat : 548512 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548513] ppid=548480 vsize=2389344 memory=2208 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548513/stat : 548513 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548514] ppid=548480 vsize=2389344 memory=5002648 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548514/stat : 548514 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548515] ppid=548480 vsize=2389344 memory=104 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548515/stat : 548515 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548516] ppid=548480 vsize=2389344 memory=1852 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548516/stat : 548516 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548517] ppid=548480 vsize=2389344 memory=33108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548517/stat : 548517 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548518] ppid=548480 vsize=2389344 memory=2208 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548518/stat : 548518 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548519] ppid=548480 vsize=2389344 memory=25992 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548519/stat : 548519 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548520] ppid=548480 vsize=2389344 memory=104 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548520/stat : 548520 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548521] ppid=548480 vsize=2389344 memory=6232 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548521/stat : 548521 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548522] ppid=548480 vsize=2389344 memory=28008 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548522/stat : 548522 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548523] ppid=548480 vsize=2389344 memory=32820 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548523/stat : 548523 (fscip) S 548480 548483 544001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
[pid=548483/tid=548524] ppid=548480 vsize=2389344 memory=7108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548483/task/548524/stat : 548524 (fscip) S 548480 548483 544001 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 89432178 2446688256 342920 809668444160 4194304 16622877 140733543306272 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 39800832 140733543310313 140733543310429 140733543310429 140733543317455 0
Current children cumulated CPU time: 21645 s
Current children cumulated vsize: 2389344 KiB
Current children cumulated memory: 1371680 KiB

Child status: 0

Real time (s): 1092.46
CPU time (s): 21645.1
CPU user time (s): 21592.5
CPU system time (s): 52.5795
CPU usage (%): 1981.32
Max. virtual memory (cumulated for all children) (KiB): 6163528
Max. memory (cumulated for all children) (KiB): 5006868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21592.5
system time used= 52.5795
maximum resident set size= 5006868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8334668
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= 133057
involuntary context switches= 124786


# summary of solver processes directly reported to runsolver:
#   pid: 548483
#   total CPU time (s): 21645.1
#   total CPU user time (s): 21592.5
#   total CPU system time (s): 52.5795

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.90276 second user time and 23.3635 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-09 20:34:55
IDJOB=4468105
IDBENCH=148620
IDSOLVER=3097
FILE ID=nodeD103/4468105-1723228494
RUNJOBID= nodeD103-1723224514-544014
SLURM_JOB_ID= 8266902
Free space on /tmp= 8586672 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
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-4468105-1723228494/watcher-4468105-1723228494 -o /tmp/evaluation-result-4468105-1723228494/solver-4468105-1723228494 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723224514-544014 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468105-1723228494.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= dbebfc2916fd48f48fd9f4f0821ac62f
RANDOM SEED=1907386122

nodeD103.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		: 2973.792
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		: 2846.712
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	: 5007.12
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		: 3054.145
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	: 5012.87
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		: 3591.900
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.67
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		: 2946.329
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		: 2846.595
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	: 5007.12
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		: 3059.575
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	: 5012.87
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		: 3015.963
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.67
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		: 2972.935
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		: 2846.539
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	: 5007.12
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		: 3059.594
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	: 5012.87
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		: 3116.297
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.67
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		: 2973.893
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		: 2846.480
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	: 5007.12
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		: 3059.612
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	: 5012.87
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		: 3101.045
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.67
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		: 2969.613
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		: 2845.128
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	: 5007.12
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		: 3057.219
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	: 5012.87
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		: 2663.373
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.67
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		: 2973.979
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		: 2846.329
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	: 5007.12
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		: 3058.257
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	: 5012.87
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		: 3475.338
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.67
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		: 2965.677
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		: 2845.759
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	: 5007.12
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		: 3052.898
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	: 5012.87
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		: 2602.766
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.67
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		: 2959.163
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		: 2846.177
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	: 5007.12
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		: 3052.768
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	: 5012.87
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		: 2661.378
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.67
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		: 2960.787
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		: 2846.103
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	: 5007.12
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		: 3020.684
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	: 5012.87
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		: 1940.674
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.67
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		: 2974.142
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		: 2845.567
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	: 5007.12
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		: 3059.892
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	: 5012.87
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		: 2654.111
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.67
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		: 2974.086
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		: 2846.013
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	: 5007.12
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		: 3043.506
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	: 5012.87
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		: 2655.110
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.67
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		: 2938.112
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		: 2846.038
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	: 5007.12
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		: 3059.847
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	: 5012.87
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		: 2651.779
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.67
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		: 2951.321
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		: 2846.069
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	: 5007.12
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		: 3059.826
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	: 5012.87
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		: 2656.073
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.67
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		: 2949.085
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		: 2846.086
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	: 5007.12
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		: 3054.475
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	: 5012.87
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		: 2671.798
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.67
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		: 2952.932
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		: 2846.120
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	: 5007.12
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		: 3055.048
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	: 5012.87
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		: 2662.520
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.67
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		: 2973.119
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		: 2843.883
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	: 5007.12
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		: 3059.749
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	: 5012.87
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		: 2663.345
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.67
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		: 2961.235
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		: 2846.175
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	: 5007.12
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		: 3059.727
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	: 5012.87
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		: 2652.051
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.67
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		: 2949.676
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		: 2846.195
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	: 5007.12
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		: 3026.442
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	: 5012.87
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		: 2169.392
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.67
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		: 2947.984
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		: 2846.050
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	: 5007.12
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		: 3059.693
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	: 5012.87
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		: 2181.052
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.67
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		: 2973.917
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		: 2846.137
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	: 5007.12
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		: 3059.666
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	: 5012.87
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		: 1644.705
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        698575400 kB
MemAvailable:   762519180 kB
Buffers:          953904 kB
Cached:         65791584 kB
SwapCached:            0 kB
Active:          9297684 kB
Inactive:       78628408 kB
Active(anon):       2132 kB
Inactive(anon): 21209236 kB
Active(file):    9295552 kB
Inactive(file): 57419172 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28520 kB
Writeback:           116 kB
AnonPages:      21178708 kB
Mapped:           135340 kB
Shmem:             30728 kB
KReclaimable:    1297544 kB
Slab:            1811324 kB
SReclaimable:    1297544 kB
SUnreclaim:       513780 kB
KernelStack:       16848 kB
PageTables:        57160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4635268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           809472 kB
HardwareCorrupted:     0 kB
AnonHugePages:    712704 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:      600064 kB
DirectMap2M:    71200768 kB
DirectMap1G:    734003200 kB

Free space on /tmp at the end= 8586640 MiB
End job on nodeD103 at 2024-08-09 20:53:07