Trace number 4465225

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72002.4 3633.66

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_12.opb
MD5SUM88220551ed2e54bab314d6806833f69c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark92
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1812
Total number of constraints3443
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 constraints3443
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1307
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.04	c Default LC presolving (default).
0.00/0.04	c ** Before presolving: virtualMemUsedAtLc = 58822656, getVmSize() = 58822656, SCIPgetMemUsed() = 16119187, SCIPgetMemTotal() = 37048747, SCIPgetMemExternEstim() = 8210633
0.00/0.04	c ** set memory limit for presolving in LC to 8.79591e+12 for SCIP **
0.24/0.25	c ** Estimated virtualMemUsedAtSolver = 61128736, getVmSize() = 106512384, SCIPgetMemUsed() = 43866720, SCIPgetMemTotal() = 83482472, SCIPgetMemExternEstim() = 8210633
0.24/0.25	c ** set memory limit for solvers to 4.18842e+11 for each SCIP **
0.24/0.25	c Original Problem   :
0.24/0.25	c   Problem name     : instance-4465225-1722453464
0.24/0.25	c   Variables        : 1812 (1812 binary, 0 integer, 0 implicit integer, 0 continuous)
0.24/0.25	c   Constraints      : 3443
0.24/0.25	c   Objective sense  : minimize
0.24/0.25	c Presolved Problem  :
0.24/0.25	c   Variables        : 1812 (1812 binary, 0 integer, 0 implicit integer, 0 continuous)
0.24/0.25	c   Constraints      : 2508
0.24/0.25	c Constraints        : Number
0.24/0.25	c   knapsack         : 143 
0.24/0.25	c   setppc           : 715 
0.24/0.25	c   linear           : 1650 
0.24/0.25	c ** Instance transfer method used: 0
0.24/0.26	c ** ParaScipInstance copy does not increase the number of variables. **
0.33/0.41	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.33/0.41	c                                Nodes    Active                                            
0.33/0.41	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
90.79/5.07	c         5             24          23        20                -          13.0000          -
150.39/8.13	c *       8             79          78        20         172.0000          13.0000          -
193.16/10.21	c        10            145         124        20         172.0000          13.0000          -
203.10/10.79	c *      11            145         124        20         148.0000          13.0000          -
249.76/13.07	c *      13            432         242        20         141.0000          13.0000          -
264.49/13.89	c *      14            532         273        20         133.0000          14.0000          -
286.29/15.04	c *      15            582         286        20         132.0000          14.0000          -
294.14/15.35	c        15            582         286        20         132.0000          14.0000          -
328.76/17.09	c *      17            607         299        20         129.0000          14.0000          -
371.47/19.22	c *      19            733         322        20         128.0000          15.0000          -
393.40/20.38	c        20            770         321        20         128.0000          15.0000          -
489.56/25.20	c *      25            958         371        20         123.0000          18.0000          -
492.34/25.30	c *      25            958         371        20         118.0000          18.0000          -
494.33/25.49	c        25            958         371        20         118.0000          18.0000          -
527.17/27.15	c *      27           1077         388        20         117.0000          18.0000          -
557.78/28.63	c *      29           1121         391        20         112.0000          19.0000    489.47%
571.66/29.37	c *      29           1142         406        20         110.0000          19.0000    478.95%
595.39/30.52	c        31           1161         419        20         110.0000          19.0000    478.95%
694.58/35.58	c *      36           1373         437        20         105.0000          19.0000    452.63%
694.58/35.58	c        36           1373         437        20         105.0000          19.0000    452.63%
793.64/40.59	c        41           1737         128        20         105.0000          19.0000    452.63%
894.78/45.62	c        46           2037         393        20         105.0000          19.0000    452.63%
995.88/50.73	c        51           2509         658        20         105.0000          19.0000    452.63%
1095.02/55.78	c        56           3151         913        20         105.0000          19.0000    452.63%
1196.13/60.82	c        61           3741        1134        20         105.0000          19.0000    452.63%
1297.30/65.92	c        66           4388        1360        20         105.0000          19.0000    452.63%
1396.46/70.93	c        71           4977        1600        20         105.0000          19.2000    446.87%
1495.63/75.95	c        76           5737        1776        20         105.0000          21.0000    400.00%
1594.80/80.97	c        81           6366        1905        20         105.0000          22.0000    377.27%
1696.97/86.07	c        86           7180        2091        20         105.0000          22.0000    377.27%
1798.16/91.16	c        91           8061        2258        20         105.0000          22.0000    377.27%
1898.24/96.22	c        96           8071        1413        20         105.0000          22.0000    377.27%
1997.40/101.29	c       101           9617        2579        20         105.0000          23.0000    356.52%
2098.55/106.34	c       106          10451        2816        20         105.0000          24.0000    337.50%
2197.65/111.37	c       111          11309        2998        20         105.0000          24.0000    337.50%
2298.82/116.43	c       116          12092        3098        20         105.0000          24.0000    337.50%
2399.94/121.50	c       122          12877        3238        20         105.0000          25.0000    320.00%
2499.12/126.56	c       127          13771        3383        20         105.0000          25.0000    320.00%
2598.27/131.57	c       132          14673        3597        20         105.0000          25.0000    320.00%
2699.62/136.62	c       137          15545        3738        20         105.0000          25.0000    320.00%
2802.54/141.80	c       142          16475        3876        20         105.0000          25.0000    320.00%
2901.69/146.85	c       147          17362        4072        20         105.0000          25.0000    320.00%
3002.80/151.90	c       152          18307        4083        20         105.0000          26.0000    303.85%
3101.94/156.95	c       157          19111        4194        20         105.0000          26.0000    303.85%
3201.05/162.02	c       162          20000        4323        20         105.0000          26.0000    303.85%
3302.88/167.07	c       167          20921        4414        20         105.0000          26.0000    303.85%
3402.13/172.12	c       172          21780        4557        20         105.0000          26.2857    299.46%
3503.36/177.17	c       177          22568        4645        20         105.0000          27.0000    288.89%
3603.34/182.22	c       182          23427        4809        20         105.0000          28.0000    275.00%
3702.47/187.27	c       187          24455        4892        20         105.0000          28.0000    275.00%
3803.55/192.33	c       192          25550        4925        20         105.0000          28.0000    275.00%
3902.61/197.39	c       197          26471        5082        20         105.0000          28.0000    275.00%
4003.75/202.41	c       202          27297        5240        20         105.0000          28.3333    270.59%
4102.88/207.50	c       208          28103        5306        20         105.0000          29.0000    262.07%
4204.02/212.54	c       213          28882        5362        20         105.0000          29.0000    262.07%
4305.15/217.61	c       218          29692        5501        20         105.0000          29.0000    262.07%
4404.27/222.63	c       223          30537        5660        20         105.0000          30.0000    250.00%
4505.39/227.70	c       228          31314        5789        20         105.0000          30.0000    250.00%
4604.56/232.76	c       233          32108        5999        20         105.0000          30.0000    250.00%
4705.68/237.86	c       238          32905        6197        20         105.0000          30.0000    250.00%
4806.78/242.91	c       243          33657        6372        20         105.0000          30.0000    250.00%
4905.93/247.96	c       248          34432        6575        20         105.0000          30.0000    250.00%
5005.08/253.00	c       253          35082        6846        20         105.0000          30.0000    250.00%
5107.25/258.06	c       258          35859        7166        20         105.0000          30.0000    250.00%
5208.53/263.19	c       263          36678        7480        20         105.0000          30.0000    250.00%
5308.33/268.24	c       268          37437        7687        20         105.0000          30.0000    250.00%
5407.41/273.29	c       273          38169        7928        20         105.0000          30.0000    250.00%
5508.52/278.32	c       278          38899        8215        20         105.0000          30.0000    250.00%
5607.57/283.39	c       283          39591        8402        20         105.0000          30.0000    250.00%
5708.68/288.40	c       288          40372        8596        20         105.0000          30.0000    250.00%
5807.81/293.49	c       294          41347        8860        20         105.0000          30.0000    250.00%
5908.91/298.51	c       299          42222        9087        20         105.0000          30.0000    250.00%
6007.99/303.59	c       304          43112        9305        20         105.0000          30.0000    250.00%
6109.12/308.64	c       309          44098        9616        20         105.0000          30.0000    250.00%
6208.25/313.69	c       314          45087        9774        20         105.0000          30.2000    247.68%
6309.29/318.72	c       319          45934        9881        20         105.0000          31.0000    238.71%
6408.40/323.78	c       324          46876        9957        20         105.0000          31.0000    238.71%
6509.51/328.84	c       329          47699       10189        20         105.0000          31.0000    238.71%
6608.64/333.89	c       334          48336       10321        20         105.0000          31.0000    238.71%
6709.73/338.92	c       339          48944       10331        20         105.0000          31.0000    238.71%
6808.85/343.99	c       344          49521       10327        20         105.0000          31.0000    238.71%
6910.56/349.04	c       349          50021       10459        20         105.0000          31.0000    238.71%
7009.82/354.09	c       354          50648       10573        20         105.0000          31.0000    238.71%
7110.68/359.14	c       359          51318       10661        20         105.0000          31.0000    238.71%
7209.87/364.19	c       364          32239        2335        20         105.0000          32.0000    228.12%
7310.09/369.24	c       369          32912        2448        20         105.0000          32.0000    228.12%
7409.23/374.30	c       374          33678        2420        20         105.0000          32.0000    228.12%
7510.31/379.34	c       379          34647        2488        20         105.0000          33.0000    218.18%
7609.43/384.35	c       384          35283        2441        20         105.0000          33.0000    218.18%
7708.59/389.38	c       389          35898        2516        20         105.0000          33.0000    218.18%
7809.71/394.49	c       394          36406        2625        20         105.0000          33.0000    218.18%
7910.81/399.56	c       400          37033        2739        20         105.0000          33.0000    218.18%
8011.84/404.60	c       405          37620        2812        20         105.0000          33.0000    218.18%
8110.79/409.64	c       410          38197        2896        20         105.0000          33.0000    218.18%
8209.92/414.65	c       415          38908        3021        20         105.0000          33.0000    218.18%
8311.02/419.78	c       420          39761        3163        20         105.0000          33.0000    218.18%
8412.13/424.84	c       425          40479        3287        20         105.0000          33.0000    218.18%
8511.25/429.88	c       430          41301        3394        20         105.0000          33.0000    218.18%
8610.39/434.88	c       435          42033        3442        20         105.0000          33.0000    218.18%
8711.45/439.94	c       440          42703        3501        20         105.0000          33.0000    218.18%
8810.59/445.00	c       445          43082        3487        20         105.0000          33.0000    218.18%
8912.29/450.12	c       450          43990        3489        20         105.0000          33.0000    218.18%
9014.54/455.22	c       455          44906        3503        20         105.0000          33.0000    218.18%
9113.66/460.27	c       460          45572        3459        20         105.0000          33.0000    218.18%
9212.76/465.29	c       465          46172        3367        20         105.0000          34.0000    208.82%
9313.72/470.30	c       470          46796        3411        20         105.0000          34.0000    208.82%
9412.83/475.34	c       475          47666        3587        20         105.0000          34.0000    208.82%
9513.90/480.42	c       480          48375        3716        20         105.0000          34.0000    208.82%
9614.97/485.58	c       486          48734        3825        20         105.0000          34.0000    208.82%
9716.01/490.65	c       491          49535        3966        20         105.0000          34.0000    208.82%
9815.15/495.67	c       496          50403        4033        20         105.0000          34.0000    208.82%
9916.27/500.75	c       501          51024        4143        20         105.0000          34.0000    208.82%
10015.34/505.77	c       506          51024        4143        20         105.0000          34.0000    208.82%
10116.40/510.80	c       511          51836        4209        20         105.0000          34.0000    208.82%
10215.55/515.85	c       516          52739        4267        20         105.0000          34.0000    208.82%
10316.65/520.95	c       521          53419        4286        20         105.0000          34.0000    208.82%
10415.77/526.01	c       526          54377        4253        20         105.0000          34.0000    208.82%
10514.90/531.02	c       531          55084        4309        20         105.0000          34.0000    208.82%
10616.93/536.06	c       536          55994        4400        20         105.0000          34.0000    208.82%
10715.84/541.09	c       541          56733        4434        20         105.0000          34.0000    208.82%
10817.11/546.15	c       546          57177        4485        20         105.0000          34.0000    208.82%
10917.38/551.20	c       551          58028        4628        20         105.0000          34.0000    208.82%
11016.37/556.25	c       556          59042        4616        20         105.0000          34.0000    208.82%
11115.52/561.27	c       561          59685        4661        20         105.0000          34.0000    208.82%
11216.64/566.32	c       566          60594        4654        20         105.0000          34.0000    208.82%
11315.74/571.35	c       571          61247        4789        20         105.0000          34.0000    208.82%
11416.53/576.44	c       576          61995        5011        20         105.0000          34.0000    208.82%
11517.65/581.51	c       582          62640        5238        20         105.0000          34.0000    208.82%
11616.82/586.56	c       587          63477        5506        20         105.0000          34.0000    208.82%
11717.82/591.64	c       592          64173        5580        20         105.0000          34.0000    208.82%
11818.93/596.70	c       597          64954        5629        20         105.0000          34.0000    208.82%
11918.05/601.76	c       602          65770        5838        20         105.0000          34.0000    208.82%
12019.13/606.82	c       607          66312        6025        20         105.0000          34.0000    208.82%
12120.26/611.96	c       612          67133        6153        20         105.0000          34.0000    208.82%
12219.39/617.02	c       617          67969        6274        20         105.0000          34.0000    208.82%
12321.26/622.06	c       622          68715        6307        20         105.0000          34.0000    208.82%
12420.02/627.12	c       627          69066        6296        20         105.0000          34.0000    208.82%
12521.01/632.14	c       632          69832        6325        20         105.0000          34.0000    208.82%
12620.16/637.19	c       637          70484        6378        20         105.0000          34.0000    208.82%
12720.51/642.25	c       642          71225        6459        20         105.0000          34.0000    208.82%
12821.63/647.30	c       647          72072        6613        20         105.0000          34.0000    208.82%
12920.61/652.35	c       652          72843        6809        20         105.0000          34.0000    208.82%
13021.51/657.43	c       657          73692        6968        20         105.0000          34.0000    208.82%
13120.61/662.48	c       662          74509        7009        20         105.0000          34.0000    208.82%
13221.70/667.53	c       668          75538        7114        20         105.0000          34.0000    208.82%
13320.83/672.58	c       673          76559        7149        20         105.0000          34.0000    208.82%
13421.92/677.61	c       678          77236        7180        20         105.0000          34.0000    208.82%
13521.05/682.64	c       683          78183        7184        20         105.0000          34.0000    208.82%
13622.18/687.73	c       688          79100        7149        20         105.0000          34.0000    208.82%
13721.31/692.78	c       693          80046        7194        20         105.0000          34.0000    208.82%
13822.41/697.83	c       698          80727        7212        20         105.0000          34.0000    208.82%
13921.55/702.88	c       703          81407        7257        20         105.0000          34.0000    208.82%
14022.58/707.94	c       708          82173        7397        20         105.0000          34.0000    208.82%
14121.62/712.98	c       713          83133        7560        20         105.0000          34.0000    208.82%
14220.59/718.00	c       718          83918        7673        20         105.0000          34.0000    208.82%
14322.61/723.08	c       723          84685        7859        20         105.0000          34.0000    208.82%
14421.41/728.13	c       728          85373        7996        20         105.0000          34.0000    208.82%
14522.64/733.18	c       733          91486        4246        20         105.0000          34.0000    208.82%
14622.58/738.23	c       738          92457        4338        20         105.0000          34.0000    208.82%
14721.70/743.25	c       743          93370        4357        20         105.0000          34.0000    208.82%
14820.66/748.28	c       748          94436        4348        20         105.0000          34.0000    208.82%
14921.71/753.30	c       753          95266        4335        20         105.0000          34.0000    208.82%
15020.81/758.30	c       758          96352        4294        20         105.0000          34.0000    208.82%
15119.92/763.32	c       763          91200        8439        20         105.0000          34.0000    208.82%
15219.00/768.33	c       768          98199        4197        20         105.0000          34.0000    208.82%
15318.11/773.34	c       773          99168        4161        20         105.0000          34.0000    208.82%
15419.18/778.40	c       778         100089        4148        20         105.0000          34.0000    208.82%
15520.22/783.50	c       784          94292        8689        20         105.0000          34.0000    208.82%
15619.26/788.57	c       789          95135        8722        20         105.0000          34.0000    208.82%
15720.29/793.62	c       794          96146        8854        20         105.0000          34.0000    208.82%
15819.32/798.68	c       799          97006        8898        20         105.0000          34.0000    208.82%
15922.35/803.84	c       804         104189        4187        20         105.0000          34.0000    208.82%
16021.38/808.89	c       809         105097        4211        20         105.0000          34.0000    208.82%
16122.42/813.98	c       814         105913        4259        20         105.0000          34.0000    208.82%
16221.45/819.03	c       819         106580        4283        20         105.0000          34.0000    208.82%
16323.37/824.08	c       824         101358        8984        20         105.0000          34.0000    208.82%
16422.42/829.13	c       829         107863        4442        20         105.0000          34.0000    208.82%
16523.56/834.18	c       834         108829        4517        20         105.0000          34.0000    208.82%
16623.66/839.21	c       839         104539        9119        20         105.0000          34.0000    208.82%
16722.70/844.27	c       844         110278        4504        20         105.0000          34.0000    208.82%
16823.60/849.33	c       849         111291        4508        20         105.0000          34.0000    208.82%
16922.63/854.38	c       854         107253        9214        20         105.0000          34.0000    208.82%
17023.76/859.43	c       859         108111        9293        20         105.0000          34.0000    208.82%
17122.91/864.48	c       864         108897        9361        20         105.0000          34.0000    208.82%
17221.92/869.49	c       870         114648        4409        20         105.0000          34.0000    208.82%
17322.72/874.58	c       875         115608        4432        20         105.0000          34.4000    205.23%
17423.62/879.63	c       880         116523        4373        20         105.0000          35.0000    200.00%
17522.72/884.68	c       885         116885        4338        20         105.0000          35.0000    200.00%
17623.84/889.74	c       890         117313        4304        20         105.0000          35.0000    200.00%
17722.99/894.78	c       895         118099        4296        20         105.0000          35.0000    200.00%
17824.06/899.81	c       900         119002        4274        20         105.0000          35.0000    200.00%
17923.19/904.83	c       905         119971        4273        20         105.0000          35.0000    200.00%
18024.27/909.93	c       910         120408        4294        20         105.0000          35.0000    200.00%
18123.41/914.99	c       915         121152        4280        20         105.0000          35.0000    200.00%
18222.55/920.02	c       920         121622        4311        20         105.0000          35.0000    200.00%
18321.69/925.04	c       925         122462        4365        20         105.0000          35.0000    200.00%
18423.62/930.12	c       930         123254        4386        20         105.0000          35.0000    200.00%
18524.96/935.19	c       935         124145        4388        20         105.0000          35.0000    200.00%
18625.00/940.21	c       940         125039        4471        20         105.0000          35.0000    200.00%
18724.14/945.27	c       945         125762        4596        20         105.0000          35.0000    200.00%
18823.26/950.27	c       950         126697        4691        20         105.0000          35.0000    200.00%
18924.28/955.31	c       955         127465        4888        20         105.0000          35.0000    200.00%
19025.33/960.41	c       960         128047        4973        20         105.0000          35.0000    200.00%
19124.44/965.45	c       965         128793        5148        20         105.0000          35.0000    200.00%
19223.54/970.49	c       970         129296        5259        20         105.0000          35.0000    200.00%
19324.65/975.57	c       976         129296        5259        20         105.0000          35.0000    200.00%
19423.78/980.57	c       981         129296        5259        20         105.0000          35.0000    200.00%
19522.91/985.59	c       986         129296        5259        20         105.0000          35.0000    200.00%
19624.01/990.64	c       991         129913        5367        20         105.0000          35.0000    200.00%
19723.12/995.69	c       996         130854        5501        20         105.0000          35.0000    200.00%
19824.24/1000.75	c      1001         131811        5809        20         105.0000          35.0000    200.00%
19923.38/1005.76	c      1006         132339        5907        20         105.0000          35.0000    200.00%
20022.51/1010.77	c      1011         132339        5907        20         105.0000          35.0000    200.00%
20123.62/1015.84	c      1016         133007        6073        20         105.0000          35.0000    200.00%
20224.71/1020.90	c      1021          96454       10542        20         105.0000          35.0000    200.00%
20323.95/1025.98	c      1026         134650        6374        20         105.0000          35.0000    200.00%
20422.89/1031.01	c      1031          97711       10705        20         105.0000          35.0000    200.00%
20524.88/1036.12	c      1036         136401        6554        20         105.0000          35.0000    200.00%
20626.26/1041.16	c      1041          98748       10869        20         105.0000          35.0000    200.00%
20725.25/1046.17	c      1046          99306       10970        20         105.0000          36.0000    191.67%
20825.29/1051.26	c      1051          99627       11089        20         105.0000          36.0000    191.67%
20924.42/1056.28	c      1056         100259       11237        20         105.0000          36.0000    191.67%
21025.52/1061.36	c      1061         100611       11379        20         105.0000          36.0000    191.67%
21126.64/1066.44	c      1066         101077       11443        20         105.0000          36.0000    191.67%
21229.76/1071.60	c      1072         101508       11560        20         105.0000          36.0000    191.67%
21328.90/1076.65	c      1077         102009       11665        20         105.0000          36.0000    191.67%
21430.01/1081.70	c      1082         102460       11841        20         105.0000          36.0000    191.67%
21531.08/1086.80	c      1087         102945       12021        20         105.0000          36.0000    191.67%
21630.13/1091.85	c      1092         103308       12176        20         105.0000          36.0000    191.67%
21731.17/1096.90	c      1097         103656       12278        20         105.0000          36.0000    191.67%
21830.30/1101.95	c      1102         103944       12435        20         105.0000          36.0000    191.67%
21929.45/1107.03	c      1107         104308       12576        20         105.0000          36.0000    191.67%
22031.39/1112.11	c      1112         104744       12753        20         105.0000          36.0000    191.67%
22132.64/1117.15	c      1117         105322       12829        20         105.0000          36.0000    191.67%
22232.77/1122.22	c      1122         105826       12924        20         105.0000          36.0000    191.67%
22331.89/1127.27	c      1127         106254       13067        20         105.0000          36.0000    191.67%
22431.01/1132.29	c      1132         106349       13097        20         105.0000          36.0000    191.67%
22532.10/1137.34	c      1137         106626       13122        20         105.0000          36.0000    191.67%
22631.23/1142.38	c      1142         107243       13191        20         105.0000          36.0000    191.67%
22732.29/1147.43	c      1147         107718       13213        20         105.0000          36.0000    191.67%
22833.42/1152.53	c      1153         108116       13268        20         105.0000          36.0000    191.67%
22934.54/1157.61	c      1158         108452       13297        20         105.0000          36.0000    191.67%
23033.69/1162.67	c      1163         108839       13366        20         105.0000          36.0000    191.67%
23132.84/1167.68	c      1168         109107       13429        20         105.0000          36.0000    191.67%
23233.98/1172.70	c      1173         109569       13549        20         105.0000          36.0000    191.67%
23333.13/1177.72	c      1178         109921       13695        20         105.0000          36.0000    191.67%
23432.28/1182.74	c      1183         110424       13825        20         105.0000          36.0000    191.67%
23533.42/1187.84	c      1188         110917       13959        20         105.0000          36.0000    191.67%
23632.57/1192.89	c      1193         111471       14074        20         105.0000          36.0000    191.67%
23733.66/1197.98	c      1198         112014       14171        20         105.0000          36.0000    191.67%
23832.82/1203.03	c      1203         112513       14312        20         105.0000          36.0000    191.67%
23934.77/1208.07	c      1208         112970       14453        20         105.0000          36.0000    191.67%
24033.88/1213.08	c      1213         113292       14660        20         105.0000          36.0000    191.67%
24133.10/1218.10	c      1218         113766       14775        20         105.0000          36.0000    191.67%
24234.30/1223.15	c      1223         114205       14956        20         105.0000          36.0000    191.67%
24334.20/1228.23	c      1228         114651       15109        20         105.0000          36.0000    191.67%
24433.24/1233.27	c      1233         115129       15228        20         105.0000          36.0000    191.67%
24534.28/1238.36	c      1238         115573       15299        20         105.0000          36.0000    191.67%
24635.29/1243.41	c      1243         115998       15423        20         105.0000          36.0000    191.67%
24734.27/1248.50	c      1248         116343       15562        20         105.0000          36.0000    191.67%
24835.33/1253.57	c      1254         116829       15700        20         105.0000          36.0000    191.67%
24936.45/1258.66	c      1259         117428       15769        20         105.0000          36.0000    191.67%
25035.59/1263.67	c      1264         117711       15941        20         105.0000          36.0000    191.67%
25136.69/1268.72	c      1269         118167       16127        20         105.0000          36.0000    191.67%
25235.72/1273.77	c      1274         118679       16271        20         105.0000          36.0000    191.67%
25336.75/1278.80	c      1279         119182       16405        20         105.0000          36.0000    191.67%
25437.77/1283.90	c      1284         119651       16512        20         105.0000          36.0000    191.67%
25536.82/1289.02	c      1289         120381       16617        20         105.0000          36.0000    191.67%
25638.71/1294.06	c      1294         121103       16703        20         105.0000          36.0000    191.67%
25687.45/1296.52	c *    1297         121588       16732        20         103.0000          36.0000    186.11%
25740.95/1299.20	c      1299         121906       16677        20         103.0000          36.0000    186.11%
25844.07/1304.45	c      1304         122325       16716        20         103.0000          36.0000    186.11%
25945.21/1309.53	c      1310         122842       16852        20         103.0000          36.0000    186.11%
26046.33/1314.64	c      1315         123529       16926        20         103.0000          36.0000    186.11%
26145.50/1319.69	c      1320         124055       17043        20         103.0000          36.0000    186.11%
26246.66/1324.78	c      1325         124652       17123        20         103.0000          36.0000    186.11%
26347.76/1329.80	c      1330         125262       17254        20         103.0000          36.0000    186.11%
26446.91/1334.80	c      1335         125790       17306        20         103.0000          36.0000    186.11%
26545.99/1339.85	c      1340         126224       17378        20         103.0000          36.0000    186.11%
26647.09/1344.92	c      1345         126905       17494        20         103.0000          36.0000    186.11%
26746.16/1350.01	c      1350         127442       17684        20         103.0000          36.0000    186.11%
26848.20/1355.06	c      1355         127957       17750        20         103.0000          36.0000    186.11%
26947.34/1360.14	c      1360         128411       17839        20         103.0000          36.0000    186.11%
27048.50/1365.18	c      1365         128972       18033        20         103.0000          36.0000    186.11%
27148.68/1370.24	c      1370         129579       18126        20         103.0000          36.0000    186.11%
27247.82/1375.27	c      1375         130293       18204        20         103.0000          36.0000    186.11%
27348.93/1380.31	c      1380         130791       18421        20         103.0000          36.0000    186.11%
27448.06/1385.36	c      1385         131319       18604        20         103.0000          36.0000    186.11%
27549.16/1390.45	c      1390         131886       18746        20         103.0000          36.0000    186.11%
27648.33/1395.49	c      1396         132319       18796        20         103.0000          36.0000    186.11%
27751.37/1400.64	c      1401         132918       18902        20         103.0000          36.0000    186.11%
27850.47/1405.69	c      1406         133422       19017        20         103.0000          36.0000    186.11%
27951.55/1410.74	c      1411         133950       19129        20         103.0000          36.0000    186.11%
28050.61/1415.79	c      1416         134441       19259        20         103.0000          36.0000    186.11%
28153.65/1420.90	c      1421         135105       19329        20         103.0000          36.0000    186.11%
28252.71/1425.96	c      1426         135676       19403        20         103.0000          36.0000    186.11%
28351.83/1431.04	c      1431         136181       19523        20         103.0000          36.0000    186.11%
28454.01/1436.11	c      1436         136745       19604        20         103.0000          36.0000    186.11%
28555.11/1441.16	c      1441         137368       19675        20         103.0000          36.0000    186.11%
28655.18/1446.20	c      1446         137857       19855        20         103.0000          36.0000    186.11%
28754.29/1451.26	c      1451         138440       19962        20         103.0000          36.0000    186.11%
28855.43/1456.31	c      1456         139111       19996        20         103.0000          36.0000    186.11%
28954.59/1461.35	c      1461         139643       20039        20         103.0000          36.0000    186.11%
29055.74/1466.44	c      1466         140122       20181        20         103.0000          36.0000    186.11%
29156.88/1471.50	c      1472         186918       11441        20         103.0000          36.0000    186.11%
29256.01/1476.55	c      1477         187733       11521        20         103.0000          36.0000    186.11%
29357.14/1481.60	c      1482         188704       11532        20         103.0000          36.0000    186.11%
29456.22/1486.65	c      1487         189376       11581        20         103.0000          36.0000    186.11%
29555.35/1491.67	c      1492         190374       11633        20         103.0000          36.0000    186.11%
29656.43/1496.71	c      1497         143877       20762        20         103.0000          36.0000    186.11%
29755.54/1501.73	c      1502         144504       20844        20         103.0000          36.0000    186.11%
29854.71/1506.75	c      1507         145034       20975        20         103.0000          36.0000    186.11%
29955.83/1511.83	c      1512         145627       21070        20         103.0000          36.0000    186.11%
30059.79/1517.06	c      1517         146189       21177        20         103.0000          36.0000    186.11%
30159.09/1522.11	c      1522         146737       21242        20         103.0000          36.0000    186.11%
30260.06/1527.16	c      1527         147270       21383        20         103.0000          36.0000    186.11%
30359.16/1532.17	c      1532         147875       21476        20         103.0000          36.0000    186.11%
30461.53/1537.39	c      1537         148480       21556        20         103.0000          36.0000    186.11%
30562.65/1542.45	c      1542         149011       21607        20         103.0000          36.0000    186.11%
30663.80/1547.50	c      1548         149631       21701        20         103.0000          36.0000    186.11%
30762.97/1552.54	c      1553         150317       21802        20         103.0000          36.0000    186.11%
30864.13/1557.60	c      1558         151042       21822        20         103.0000          36.0000    186.11%
30963.30/1562.65	c      1563         202013       12441        20         103.0000          36.0000    186.11%
31064.46/1567.70	c      1568         202829       12434        20         103.0000          36.0000    186.11%
31163.57/1572.75	c      1573         152879       22009        20         103.0000          36.0000    186.11%
31264.73/1577.87	c      1578         153447       22019        20         103.0000          36.0000    186.11%
31365.91/1582.93	c      1583         204659       12600        20         103.0000          36.0000    186.11%
31465.09/1587.97	c      1588         205545       12647        20         103.0000          36.0000    186.11%
31564.24/1592.98	c      1593         155203       22083        20         103.0000          36.0000    186.11%
31663.40/1598.04	c      1598         155843       22103        20         103.0000          36.0000    186.11%
31765.49/1603.12	c      1603         207633       12773        20         103.0000          36.0000    186.11%
31866.47/1608.17	c      1608         208123       12837        20         103.0000          36.0000    186.11%
31966.83/1613.22	c      1613         157676       22231        20         103.0000          36.0000    186.11%
32068.09/1618.30	c      1618         158253       22331        20         103.0000          36.0000    186.11%
32167.36/1623.35	c      1623         158902       22357        20         103.0000          36.0000    186.11%
32266.34/1628.37	c      1628         159462       22390        20         103.0000          36.0000    186.11%
32367.44/1633.41	c      1633         160016       22481        20         103.0000          36.0000    186.11%
32466.59/1638.46	c      1638         160509       22581        20         103.0000          36.0000    186.11%
32565.70/1643.47	c      1643         160993       22715        20         103.0000          36.0000    186.11%
32666.78/1648.50	c      1649         161505       22821        20         103.0000          36.0000    186.11%
32765.95/1653.56	c      1654         213912       14001        20         103.0000          36.0000    186.11%
32867.08/1658.63	c      1659         214455       14141        20         103.0000          36.0000    186.11%
32968.16/1663.75	c      1664         215234       14338        20         103.0000          36.0000    186.11%
33069.17/1668.83	c      1669         215856       14473        20         103.0000          36.0000    186.11%
33168.30/1673.88	c      1674         216621       14609        20         103.0000          36.0000    186.11%
33269.38/1678.97	c      1679         164837       23232        20         103.0000          36.0000    186.11%
33368.51/1684.01	c      1684         165386       23296        20         103.0000          36.0000    186.11%
33467.69/1689.05	c      1689         166056       23329        20         103.0000          36.0000    186.11%
33569.70/1694.07	c      1694         219574       15125        20         103.0000          36.0000    186.11%
33668.67/1699.09	c      1699         166972       23486        20         103.0000          36.0000    186.11%
33769.57/1704.17	c      1704         167397       23725        20         103.0000          36.0000    186.11%
33869.75/1709.24	c      1709         167955       23838        20         103.0000          36.0000    186.11%
33968.80/1714.29	c      1714         168515       23972        20         103.0000          36.0000    186.11%
34069.93/1719.37	c      1719         169187       24094        20         103.0000          36.0000    186.11%
34171.06/1724.43	c      1724         169822       24177        20         103.0000          36.0000    186.11%
34270.21/1729.49	c      1729         224430       16034        20         103.0000          36.0000    186.11%
34371.23/1734.51	c      1735         225259       16208        20         103.0000          36.0000    186.11%
34470.37/1739.59	c      1740         226011       16350        20         103.0000          36.0000    186.11%
34571.49/1744.65	c      1745         172099       24377        20         103.0000          36.0000    186.11%
34672.62/1749.74	c      1750         226966       16484        20         103.0000          36.0000    186.11%
34773.68/1754.82	c      1755         226966       16484        20         103.0000          36.0000    186.11%
34872.83/1759.86	c      1760         226966       16484        20         103.0000          36.0000    186.11%
34973.98/1764.94	c      1765         227312       16552        20         103.0000          36.0000    186.11%
35073.05/1770.00	c      1770         227861       16636        20         103.0000          36.0000    186.11%
35172.13/1775.04	c      1775         228239       16691        20         103.0000          36.0000    186.11%
35274.12/1780.08	c      1780         228239       16691        20         103.0000          36.0000    186.11%
35373.20/1785.11	c      1785         228589       16777        20         103.0000          36.0000    186.11%
35472.24/1790.12	c      1790         176207       25420        20         103.0000          36.0000    186.11%
35573.00/1795.18	c      1795         227541       34912        20         103.0000          36.0000    186.11%
35673.15/1800.28	c      1800         177108       25635        20         103.0000          36.0000    186.11%
35774.17/1805.34	c      1805         228943       35071        20         103.0000          36.0000    186.11%
35873.25/1810.39	c      1810         229618       35131        20         103.0000          36.0000    186.11%
35974.24/1815.42	c      1815         233017       17486        20         103.0000          36.0000    186.11%
36073.40/1820.47	c      1820         233688       17606        20         103.0000          36.0000    186.11%
36174.52/1825.53	c      1826         178852       26255        20         103.0000          36.0000    186.11%
36275.81/1830.61	c      1831         179229       26378        20         103.0000          36.0000    186.11%
36374.79/1835.67	c      1836         179644       26481        20         103.0000          36.0000    186.11%
36475.92/1840.77	c      1841         180022       26582        20         103.0000          36.0000    186.11%
36577.06/1845.81	c      1846         180511       26694        20         103.0000          36.0000    186.11%
36676.24/1850.89	c      1851         181152       26784        20         103.0000          36.0000    186.11%
36777.33/1855.92	c      1856         181639       26861        20         103.0000          36.0000    186.11%
36879.43/1861.05	c      1861         182236       26992        20         103.0000          36.0000    186.11%
36978.64/1866.13	c      1866         182980       27049        20         103.0000          36.0000    186.11%
37080.59/1871.22	c      1871         183596       27127        20         103.0000          36.0000    186.11%
37179.68/1876.27	c      1876         241548       19083        20         103.0000          36.0000    186.11%
37280.71/1881.35	c      1881         242275       19186        20         103.0000          36.0000    186.11%
37381.78/1886.45	c      1886         243074       19296        20         103.0000          36.0000    186.11%
37482.88/1891.51	c      1892         243808       19363        20         103.0000          36.0000    186.11%
37581.97/1896.55	c      1897         244542       19441        20         103.0000          36.0000    186.11%
37683.08/1901.61	c      1902         245372       19542        20         103.0000          36.0000    186.11%
37782.13/1906.66	c      1907         187219       27870        20         103.0000          36.0000    186.11%
37881.18/1911.67	c      1912         242082       37517        20         103.0000          36.0000    186.11%
37982.31/1916.76	c      1917         242461       37669        20         103.0000          36.0000    186.11%
38083.42/1921.80	c      1922         242858       37839        20         103.0000          36.0000    186.11%
38182.57/1926.86	c      1927         243401       37995        20         103.0000          36.0000    186.11%
38283.65/1931.91	c      1932         243834       38163        20         103.0000          36.0000    186.11%
38382.79/1936.96	c      1937         244391       38300        20         103.0000          36.0000    186.11%
38481.91/1942.01	c      1942         244985       38432        20         103.0000          36.0000    186.11%
38583.96/1947.07	c      1947         245446       38594        20         103.0000          36.0000    186.11%
38682.82/1952.11	c      1952         191981       28658        20         103.0000          36.0000    186.11%
38785.11/1957.20	c      1957         192599       28741        20         103.0000          36.0000    186.11%
38886.24/1962.30	c      1962         193235       28840        20         103.0000          36.0000    186.11%
38985.36/1967.34	c      1967         193676       29062        20         103.0000          36.0000    186.11%
39084.49/1972.39	c      1972         194148       29212        20         103.0000          36.0000    186.11%
39185.66/1977.44	c      1977         194691       29288        20         103.0000          36.0000    186.11%
39286.73/1982.52	c      1983         195268       29354        20         103.0000          36.0000    186.11%
39385.85/1987.54	c      1988         195829       29412        20         103.0000          36.0000    186.11%
39486.93/1992.60	c      1993         196368       29600        20         103.0000          36.0000    186.11%
39588.04/1997.71	c      1998         196862       29750        20         103.0000          36.0000    186.11%
39687.16/2002.76	c      2003         197427       29859        20         103.0000          36.0000    186.11%
39788.12/2007.82	c      2008         198012       29982        20         103.0000          36.0000    186.11%
39887.27/2012.83	c      2013         198452       30104        20         103.0000          36.0000    186.11%
39988.37/2017.93	c      2018         260988       21895        20         103.0000          36.0000    186.11%
40087.48/2023.05	c      2023         261538       21898        20         103.0000          36.5000    182.19%
40189.34/2028.09	c      2028         262230       21982        20         103.0000          36.5000    182.19%
40288.47/2033.11	c      2033         262908       22016        20         103.0000          37.0000    178.38%
40387.78/2038.15	c      2038         263535       22098        20         103.0000          37.0000    178.38%
40489.93/2043.23	c      2043         264257       22203        20         103.0000          37.0000    178.38%
40591.09/2048.31	c      2048         265018       22329        20         103.0000          37.0000    178.38%
40692.21/2053.41	c      2053         265688       22459        20         103.0000          37.0000    178.38%
40791.39/2058.43	c      2058         266294       22495        20         103.0000          37.0000    178.38%
40892.55/2063.51	c      2064         267000       22583        20         103.0000          37.0000    178.38%
40991.70/2068.56	c      2069         267797       22666        20         103.0000          37.0000    178.38%
41092.86/2073.63	c      2074         268227       22737        20         103.0000          37.0000    178.38%
41194.02/2078.72	c      2079         268930       22852        20         103.0000          37.0000    178.38%
41293.19/2083.74	c      2084         269630       22945        20         103.0000          37.0000    178.38%
41392.28/2088.79	c      2089         270288       22999        20         103.0000          37.0000    178.38%
41493.42/2093.87	c      2094         271150       23054        20         103.0000          37.0000    178.38%
41594.39/2098.90	c      2099         271893       23110        20         103.0000          37.0000    178.38%
41693.38/2103.95	c      2104         272481       23201        20         103.0000          37.0000    178.38%
41792.44/2109.04	c      2109         273198       23314        20         103.0000          37.0000    178.38%
41894.28/2114.09	c      2114         274010       23383        20         103.0000          37.0000    178.38%
41993.75/2119.15	c      2119         274460       23431        20         103.0000          37.0000    178.38%
42094.54/2124.17	c      2124         275026       23541        20         103.0000          37.0000    178.38%
42194.79/2129.24	c      2129         275834       23665        20         103.0000          37.0000    178.38%
42295.91/2134.30	c      2134         276543       23732        20         103.0000          37.0000    178.38%
42395.04/2139.36	c      2139         276942       23764        20         103.0000          37.0000    178.38%
42494.11/2144.37	c      2144         277715       23805        20         103.0000          37.0000    178.38%
42595.22/2149.41	c      2149         278412       23863        20         103.0000          37.0000    178.38%
42694.33/2154.42	c      2154         279036       23947        20         103.0000          37.0000    178.38%
42793.34/2159.47	c      2159         279976       24038        20         103.0000          37.0000    178.38%
42894.46/2164.51	c      2165         280578       24044        20         103.0000          37.0000    178.38%
42993.55/2169.59	c      2170         281324       24075        20         103.0000          37.0000    178.38%
43092.67/2174.59	c      2175         282058       24133        20         103.0000          37.0000    178.38%
43193.77/2179.61	c      2180         282928       24224        20         103.0000          37.0000    178.38%
43292.91/2184.61	c      2185         283438       24292        20         103.0000          37.0000    178.38%
43392.03/2189.68	c      2190         284292       24345        20         103.0000          37.0000    178.38%
43493.03/2194.76	c      2195         285061       24406        20         103.0000          37.0000    178.38%
43594.08/2199.80	c      2200         285607       24472        20         103.0000          37.0000    178.38%
43693.18/2204.87	c      2205         286391       24518        20         103.0000          37.0000    178.38%
43792.19/2209.88	c      2210         287157       24563        20         103.0000          37.0000    178.38%
43891.20/2214.89	c      2215         287934       24647        20         103.0000          37.0000    178.38%
43992.33/2219.94	c      2220         288757       24714        20         103.0000          37.0000    178.38%
44091.49/2224.99	c      2225         289471       24788        20         103.0000          37.0000    178.38%
44193.33/2230.04	c      2230         290156       24860        20         103.0000          37.0000    178.38%
44292.53/2235.09	c      2235         290946       24909        20         103.0000          37.0000    178.38%
44391.83/2240.13	c      2240         291546       24956        20         103.0000          37.0000    178.38%
44493.96/2245.23	c      2245         292061       25000        20         103.0000          37.0000    178.38%
44590.67/2250.23	c      2250         292819       25062        20         103.0000          37.0000    178.38%
44689.73/2255.24	c      2255         293504       25144        20         103.0000          37.0000    178.38%
44788.88/2260.29	c      2260         294181       25214        20         103.0000          37.0000    178.38%
44889.93/2265.34	c      2265         294814       25268        20         103.0000          37.0000    178.38%
44989.02/2270.39	c      2270         295627       25304        20         103.0000          37.0000    178.38%
45090.14/2275.44	c      2275         296353       25381        20         103.0000          37.0000    178.38%
45191.26/2280.53	c      2281         296898       25462        20         103.0000          37.0000    178.38%
45290.41/2285.58	c      2286         297623       25510        20         103.0000          37.0000    178.38%
45391.57/2290.63	c      2291         298137       25575        20         103.0000          37.0000    178.38%
45490.55/2295.68	c      2296         298598       25608        20         103.0000          37.0000    178.38%
45589.63/2300.69	c      2301         299431       25691        20         103.0000          37.0000    178.38%
45690.73/2305.72	c      2306         300125       25782        20         103.0000          37.0000    178.38%
45789.90/2310.78	c      2311         300858       25823        20         103.0000          37.0000    178.38%
45891.08/2315.84	c      2316         301303       25879        20         103.0000          37.0000    178.38%
45990.25/2320.87	c      2321         302028       25989        20         103.0000          37.0000    178.38%
46091.39/2325.94	c      2326         302775       26056        20         103.0000          37.0000    178.38%
46190.52/2330.99	c      2331         303476       26140        20         103.0000          37.0000    178.38%
46292.33/2336.04	c      2336         304229       26230        20         103.0000          37.0000    178.38%
46391.63/2341.12	c      2341         305082       26352        20         103.0000          37.0000    178.38%
46490.79/2346.14	c      2346         305634       26376        20         103.0000          37.0000    178.38%
46592.77/2351.23	c      2351         306312       26425        20         103.0000          37.0000    178.38%
46691.88/2356.28	c      2356         307122       26525        20         103.0000          37.0000    178.38%
46792.91/2361.33	c      2361         307689       26579        20         103.0000          37.0000    178.38%
46892.03/2366.38	c      2366         308519       26599        20         103.0000          37.0000    178.38%
46993.17/2371.41	c      2371         309281       26680        20         103.0000          37.0000    178.38%
47092.32/2376.41	c      2376         310106       26726        20         103.0000          37.0000    178.38%
47191.46/2381.46	c      2381         310771       26788        20         103.0000          37.0000    178.38%
47292.58/2386.53	c      2387         311528       26829        20         103.0000          37.0000    178.38%
47393.70/2391.64	c      2392         312084       26950        20         103.0000          37.0000    178.38%
47494.82/2396.75	c      2397         312845       27069        20         103.0000          37.0000    178.38%
47595.95/2401.80	c      2402         313515       27130        20         103.0000          37.0000    178.38%
47695.08/2406.85	c      2407         314320       27184        20         103.0000          37.0000    178.38%
47796.21/2411.90	c      2412         314904       27203        20         103.0000          37.0000    178.38%
47895.24/2416.95	c      2417         315441       27267        20         103.0000          37.0000    178.38%
47994.37/2422.01	c      2422         316115       27317        20         103.0000          37.0000    178.38%
48096.40/2427.06	c      2427         316804       27382        20         103.0000          37.0000    178.38%
48195.41/2432.08	c      2432         317489       27462        20         103.0000          37.0000    178.38%
48294.70/2437.11	c      2437         318132       27549        20         103.0000          37.0000    178.38%
48395.85/2442.18	c      2442         318659       27634        20         103.0000          37.0000    178.38%
48495.88/2447.22	c      2447         319398       27735        20         103.0000          37.0000    178.38%
48595.00/2452.24	c      2452         320038       27781        20         103.0000          37.0000    178.38%
48696.05/2457.32	c      2457         320520       27865        20         103.0000          37.0000    178.38%
48795.19/2462.36	c      2462         321160       27962        20         103.0000          37.0000    178.38%
48896.33/2467.42	c      2467         321648       28000        20         103.0000          37.0000    178.38%
48995.49/2472.47	c      2472         322368       28032        20         103.0000          37.0000    178.38%
49096.59/2477.53	c      2478         322929       28095        20         103.0000          37.0000    178.38%
49195.73/2482.57	c      2483         323624       28136        20         103.0000          37.0000    178.38%
49296.87/2487.60	c      2488         324372       28246        20         103.0000          37.0000    178.38%
49396.01/2492.66	c      2493         324958       28384        20         103.0000          37.0000    178.38%
49495.09/2497.68	c      2498         325401       28451        20         103.0000          37.0000    178.38%
49596.22/2502.70	c      2503         326130       28532        20         103.0000          37.0000    178.38%
49697.36/2507.83	c      2508         326727       28584        20         103.0000          37.0000    178.38%
49796.47/2512.88	c      2513         327529       28671        20         103.0000          37.0000    178.38%
49897.46/2517.93	c      2518         328114       28720        20         103.0000          37.0000    178.38%
49996.56/2522.98	c      2523         328862       28795        20         103.0000          37.0000    178.38%
50095.67/2528.03	c      2528         329532       28880        20         103.0000          37.0000    178.38%
50197.60/2533.08	c      2533         330289       28921        20         103.0000          37.0000    178.38%
50298.63/2538.16	c      2538         330893       29017        20         103.0000          37.0000    178.38%
50397.88/2543.19	c      2543         331468       29149        20         103.0000          37.0000    178.38%
50497.94/2548.27	c      2548         332028       29200        20         103.0000          37.0000    178.38%
50598.96/2553.32	c      2553         332699       29311        20         103.0000          37.0000    178.38%
50697.96/2558.34	c      2558         333305       29401        20         103.0000          37.0000    178.38%
50797.09/2563.38	c      2563         333892       29502        20         103.0000          37.0000    178.38%
50898.22/2568.49	c      2568         334627       29554        20         103.0000          37.0000    178.38%
50999.34/2573.55	c      2574         335203       29583        20         103.0000          37.0000    178.38%
51100.44/2578.63	c      2579         335945       29644        20         103.0000          37.0000    178.38%
51201.58/2583.71	c      2584         336461       29726        20         103.0000          37.0000    178.38%
51300.68/2588.78	c      2589         337234       29799        20         103.0000          37.0000    178.38%
51399.76/2593.79	c      2594         337915       29877        20         103.0000          37.0000    178.38%
51500.76/2598.83	c      2599         338532       29944        20         103.0000          37.0000    178.38%
51601.75/2603.94	c      2604         322402       51386        20         103.0000          37.0000    178.38%
51700.88/2609.00	c      2609         322988       51494        20         103.0000          37.0000    178.38%
51802.78/2614.11	c      2614         323548       51706        20         103.0000          37.0000    178.38%
51903.80/2619.16	c      2619         341160       30316        20         103.0000          37.0000    178.38%
52004.09/2624.21	c      2624         341808       30413        20         103.0000          37.0000    178.38%
52103.23/2629.26	c      2629         342183       30462        20         103.0000          37.0000    178.38%
52204.30/2634.31	c      2634         342805       30567        20         103.0000          37.0000    178.38%
52303.38/2639.36	c      2639         343475       30647        20         103.0000          37.0000    178.38%
52404.48/2644.41	c      2644         327260       52400        20         103.0000          37.0000    178.38%
52503.57/2649.45	c      2649         344666       30820        20         103.0000          37.0000    178.38%
52602.66/2654.47	c      2654         328225       52618        20         103.0000          37.0000    178.38%
52703.68/2659.53	c      2660         328741       52796        20         103.0000          37.0000    178.38%
52802.75/2664.56	c      2665         329396       52885        20         103.0000          37.0000    178.38%
52903.86/2669.61	c      2670         347024       31226        20         103.0000          37.0000    178.38%
53004.98/2674.72	c      2675         330472       53072        20         103.0000          37.0000    178.38%
53104.10/2679.77	c      2680         348075       31321        20         103.0000          37.0000    178.38%
53204.98/2684.82	c      2685         348756       31403        20         103.0000          37.0000    178.38%
53306.16/2689.92	c      2690         349435       31508        20         103.0000          37.0000    178.38%
53408.24/2695.08	c      2695         350086       31549        20         103.0000          37.0000    178.38%
53507.05/2700.13	c      2700         350706       31676        20         103.0000          37.0000    178.38%
53608.19/2705.16	c      2705         333542       53922        20         103.0000          37.0000    178.38%
53708.52/2710.21	c      2710         352071       31809        20         103.0000          37.0000    178.38%
53807.66/2715.26	c      2715         334706       54075        20         103.0000          37.0000    178.38%
53910.70/2720.47	c      2720         353432       32028        20         103.0000          37.0000    178.38%
54011.79/2725.52	c      2726         354164       32086        20         103.0000          37.0000    178.38%
54110.86/2730.57	c      2731         355009       32169        20         103.0000          37.0000    178.38%
54211.97/2735.60	c      2736         355833       32170        20         103.0000          37.0000    178.38%
54311.11/2740.66	c      2741         356487       32218        20         103.0000          37.0000    178.38%
54410.33/2745.66	c      2746         357253       32313        20         103.0000          37.0000    178.38%
54511.36/2750.74	c      2751         357799       32404        20         103.0000          37.0000    178.38%
54612.40/2755.80	c      2756         339181       54750        20         103.0000          37.0000    178.38%
54711.57/2760.86	c      2761         359147       32522        20         103.0000          37.0000    178.38%
54812.50/2765.92	c      2766         359723       32688        20         103.0000          37.0000    178.38%
54911.54/2771.00	c      2771         360229       32742        20         103.0000          37.0000    178.38%
55013.33/2776.09	c      2776         360937       32776        20         103.0000          37.0000    178.38%
55114.47/2781.15	c      2781         361595       32833        20         103.0000          37.0000    178.38%
55214.41/2786.22	c      2786         362327       32915        20         103.0000          37.0000    178.38%
55313.57/2791.27	c      2791         342645       55435        20         103.0000          37.0000    178.38%
55414.45/2796.36	c      2796         343145       55546        20         103.0000          37.0000    178.38%
55515.59/2801.42	c      2801         343679       55651        20         103.0000          37.0000    178.38%
55614.72/2806.46	c      2806         364724       33138        20         103.0000          37.0000    178.38%
55715.86/2811.53	c      2812         365383       33218        20         103.0000          37.0000    178.38%
55814.98/2816.55	c      2817         366069       33305        20         103.0000          37.0000    178.38%
55916.00/2821.60	c      2822         345691       56230        20         103.0000          37.0000    178.38%
56015.11/2826.66	c      2827         346347       56323        20         103.0000          37.0000    178.38%
56114.20/2831.66	c      2832         346946       56423        20         103.0000          37.0000    178.38%
56213.24/2836.69	c      2837         368485       33621        20         103.0000          37.0000    178.38%
56314.28/2841.77	c      2842         369231       33729        20         103.0000          37.0000    178.38%
56413.34/2846.79	c      2847         369910       33811        20         103.0000          37.0000    178.38%
56514.52/2851.84	c      2852         370668       33859        20         103.0000          37.0000    178.38%
56615.66/2856.90	c      2857         371225       33944        20         103.0000          37.0000    178.38%
56714.83/2861.94	c      2862         371585       33990        20         103.0000          37.0000    178.38%
56813.95/2866.97	c      2867         372222       34092        20         103.0000          37.0000    178.38%
56913.12/2872.04	c      2872         372907       34173        20         103.0000          37.0000    178.38%
57015.02/2877.09	c      2877         352022       57390        20         103.0000          37.0000    178.38%
57114.17/2882.13	c      2882         352669       57486        20         103.0000          37.0000    178.38%
57215.34/2887.19	c      2887         353233       57540        20         103.0000          37.0000    178.38%
57315.61/2892.23	c      2892         353719       57647        20         103.0000          37.0000    178.38%
57414.61/2897.28	c      2897         354324       57720        20         103.0000          37.0000    178.38%
57513.70/2902.28	c      2902         354819       57809        20         103.0000          37.0000    178.38%
57614.81/2907.31	c      2907         355400       57957        20         103.0000          37.0000    178.38%
57715.95/2912.42	c      2912         378193       34676        20         103.0000          37.0000    178.38%
57815.11/2917.49	c      2917         378918       34705        20         103.0000          37.0000    178.38%
57916.28/2922.54	c      2923         379569       34759        20         103.0000          37.0000    178.38%
58015.32/2927.57	c      2928         380144       34837        20         103.0000          37.0000    178.38%
58116.40/2932.60	c      2933         380622       34905        20         103.0000          37.0000    178.38%
58217.47/2937.75	c      2938         358722       58635        20         103.0000          37.0000    178.38%
58318.62/2942.83	c      2943         359307       58755        20         103.0000          37.0000    178.38%
58417.70/2947.88	c      2948         359874       58804        20         103.0000          37.0000    178.38%
58518.83/2952.96	c      2953         360462       58869        20         103.0000          37.0000    178.38%
58617.94/2958.01	c      2958         361021       59004        20         103.0000          37.0000    178.38%
58719.83/2963.06	c      2963         361543       59165        20         103.0000          37.0000    178.38%
58818.99/2968.13	c      2968         362224       59243        20         103.0000          37.0000    178.38%
58921.25/2973.27	c      2973         385083       35297        20         103.0000          37.0000    178.38%
59022.35/2978.33	c      2978         385783       35334        20         103.0000          37.0000    178.38%
59123.41/2983.49	c      2984         386397       35387        20         103.0000          37.0000    178.38%
59224.22/2988.54	c      2989         387082       35483        20         103.0000          37.0000    178.38%
59323.39/2993.59	c      2994         387734       35515        20         103.0000          37.0000    178.38%
59424.58/2998.68	c      2999         388506       35561        20         103.0000          37.0000    178.38%
59525.67/3003.73	c      3004         388974       35566        20         103.0000          37.0000    178.38%
59624.83/3008.76	c      3009         389673       35617        20         103.0000          37.0000    178.38%
59725.91/3013.83	c      3014         366936       60215        20         103.0000          37.0000    178.38%
59825.04/3018.86	c      3019         367476       60339        20         103.0000          37.0000    178.38%
59926.11/3023.91	c      3024         368060       60394        20         103.0000          37.0000    178.38%
60025.18/3028.98	c      3029         368728       60518        20         103.0000          37.0000    178.38%
60124.28/3034.05	c      3034         369259       60635        20         103.0000          37.0000    178.38%
60226.05/3039.07	c      3039         369909       60717        20         103.0000          37.0000    178.38%
60325.42/3044.11	c      3044         393978       35963        20         103.0000          37.0000    178.38%
60424.37/3049.12	c      3049         394654       36043        20         103.0000          37.0000    178.38%
60523.28/3054.14	c      3054         395205       36172        20         103.0000          37.0000    178.38%
60625.55/3059.20	c      3059         395799       36212        20         103.0000          37.0000    178.38%
60724.70/3064.24	c      3064         417153       32714        20         103.0000          37.0000    178.38%
60825.71/3069.30	c      3069         417680       32760        20         103.0000          37.0000    178.38%
60928.77/3074.50	c      3075         418368       32945        20         103.0000          37.0000    178.38%
61027.85/3079.55	c      3080         419093       33144        20         103.0000          37.0000    178.38%
61129.00/3084.60	c      3085         398848       36522        20         103.0000          37.0000    178.38%
61228.23/3089.68	c      3090         399563       36611        20         103.0000          37.0000    178.38%
61329.21/3094.75	c      3095         400110       36642        20         103.0000          37.0000    178.38%
61428.37/3099.79	c      3100         421844       33722        20         103.0000          37.0000    178.38%
61529.51/3104.87	c      3105         422272       33794        20         103.0000          37.0000    178.38%
61630.62/3109.92	c      3110         423031       33878        20         103.0000          37.0000    178.38%
61729.78/3114.97	c      3115         423737       34088        20         103.0000          37.0000    178.38%
61831.81/3120.11	c      3120         403458       37047        20         103.0000          37.0000    178.38%
61932.79/3125.16	c      3125         411666       46591        20         103.0000          37.0000    178.38%
62033.08/3130.21	c      3130         412282       46636        20         103.0000          37.0000    178.38%
62132.24/3135.26	c      3135         426208       34930        20         103.0000          37.0000    178.38%
62233.33/3140.30	c      3140         405682       37455        20         103.0000          37.0000    178.38%
62332.51/3145.37	c      3145         427563       35352        20         103.0000          37.0000    178.38%
62433.67/3150.43	c      3150         428170       35585        20         103.0000          37.0000    178.38%
62532.76/3155.49	c      3156         407718       37653        20         103.0000          37.0069    178.33%
62633.85/3160.54	c      3161         408287       37704        20         103.0000          37.0588    177.94%
62732.97/3165.56	c      3166         408717       37781        20         103.0000          37.3333    175.89%
62834.04/3170.62	c      3171         409386       37838        20         103.0000          37.3333    175.89%
62933.12/3175.69	c      3176         410068       37874        20         103.0000          37.5000    174.67%
63034.18/3180.75	c      3181         410598       37918        20         103.0000          37.5000    174.67%
63135.27/3185.80	c      3186         411153       37959        20         103.0000          37.5000    174.67%
63236.40/3190.90	c      3191         411828       37982        20         103.0000          37.6667    173.45%
63335.54/3195.95	c      3196         412487       38043        20         103.0000          37.8000    172.49%
63434.58/3201.01	c      3201         413148       38091        20         103.0000          38.0000    171.05%
63533.70/3206.03	c      3206         413757       38137        20         103.0000          38.0000    171.05%
63635.94/3211.08	c      3211         414374       38213        20         103.0000          38.0000    171.05%
63734.66/3216.14	c      3216         414993       38270        20         103.0000          38.0000    171.05%
63837.00/3221.25	c      3221         415486       38312        20         103.0000          38.0000    171.05%
63938.11/3226.30	c      3226         416063       38449        20         103.0000          38.0000    171.05%
64037.24/3231.34	c      3231         416681       38526        20         103.0000          38.0000    171.05%
64136.27/3236.39	c      3236         417150       38635        20         103.0000          38.0000    171.05%
64237.28/3241.43	c      3241         417653       38732        20         103.0000          38.0000    171.05%
64336.40/3246.49	c      3246         418366       38830        20         103.0000          38.0000    171.05%
64437.52/3251.52	c      3252         419007       38941        20         103.0000          38.0000    171.05%
64538.61/3256.66	c      3257         419548       38997        20         103.0000          38.0000    171.05%
64639.66/3261.72	c      3262         420205       39040        20         103.0000          38.0000    171.05%
64738.73/3266.77	c      3267         420883       39079        20         103.0000          38.0000    171.05%
64839.88/3271.82	c      3272         421416       39169        20         103.0000          38.0000    171.05%
64939.05/3276.88	c      3277         421840       39194        20         103.0000          38.0000    171.05%
65040.13/3281.91	c      3282         422455       39254        20         103.0000          38.0000    171.05%
65139.28/3286.97	c      3287         423073       39320        20         103.0000          38.0000    171.05%
65241.47/3292.07	c      3292         423738       39415        20         103.0000          38.0000    171.05%
65340.62/3297.08	c      3297         424326       39507        20         103.0000          38.0000    171.05%
65439.76/3302.11	c      3302         424954       39557        20         103.0000          38.0000    171.05%
65540.74/3307.17	c      3307         425548       39669        20         103.0000          38.0000    171.05%
65640.76/3312.27	c      3312         426235       39767        20         103.0000          38.0000    171.05%
65741.86/3317.34	c      3317         426850       39820        20         103.0000          38.0000    171.05%
65840.96/3322.39	c      3322         427605       39877        20         103.0000          38.0000    171.05%
65942.09/3327.44	c      3327         428189       39941        20         103.0000          38.0000    171.05%
66041.23/3332.48	c      3332         428824       40032        20         103.0000          38.0000    171.05%
66142.36/3337.52	c      3338         429496       40112        20         103.0000          38.0000    171.05%
66241.51/3342.54	c      3343         430182       40152        20         103.0000          38.0000    171.05%
66340.59/3347.57	c      3348         430645       40250        20         103.0000          38.0000    171.05%
66441.68/3352.62	c      3353         431409       40381        20         103.0000          38.0000    171.05%
66540.82/3357.69	c      3358         432052       40475        20         103.0000          38.0000    171.05%
66643.94/3362.80	c      3363         432734       40555        20         103.0000          38.0000    171.05%
66743.07/3367.82	c      3368         433396       40623        20         103.0000          38.0000    171.05%
66844.12/3373.00	c      3373         433983       40688        20         103.0000          38.0000    171.05%
66946.03/3378.04	c      3378         434630       40763        20         103.0000          38.0000    171.05%
67045.09/3383.08	c      3383         435058       40856        20         103.0000          38.0000    171.05%
67144.23/3388.12	c      3388         435683       40932        20         103.0000          38.0000    171.05%
67246.57/3393.21	c      3393         435972       40959        20         103.0000          38.0000    171.05%
67347.71/3398.36	c      3398         436459       40974        20         103.0000          38.0000    171.05%
67448.77/3403.41	c      3403         436961       41004        20         103.0000          38.0000    171.05%
67549.91/3408.53	c      3409         437484       41014        20         103.0000          38.0000    171.05%
67649.04/3413.57	c      3414         438034       41172        20         103.0000          38.0000    171.05%
67750.10/3418.62	c      3419         438701       41417        20         103.0000          38.0000    171.05%
67849.24/3423.64	c      3424         439404       41596        20         103.0000          38.0000    171.05%
67950.40/3428.73	c      3429         439971       41657        20         103.0000          38.0000    171.05%
68049.55/3433.79	c      3434         440757       41763        20         103.0000          38.0000    171.05%
68150.62/3438.80	c      3439         441445       41863        20         103.0000          38.0000    171.05%
68249.61/3443.81	c      3444         442002       41961        20         103.0000          38.0000    171.05%
68348.63/3448.83	c      3449         442497       41986        20         103.0000          38.0000    171.05%
68447.73/3453.86	c      3454         443131       42110        20         103.0000          38.0000    171.05%
68548.90/3458.90	c      3459         443721       42177        20         103.0000          38.0000    171.05%
68648.04/3463.93	c      3464         444327       42351        20         103.0000          38.0000    171.05%
68747.09/3469.03	c      3469         444988       42421        20         103.0000          38.0000    171.05%
68849.00/3474.10	c      3474         445515       42630        20         103.0000          38.0000    171.05%
68950.10/3479.17	c      3479         446017       42711        20         103.0000          38.0000    171.05%
69050.20/3484.22	c      3484         446727       42797        20         103.0000          38.0000    171.05%
69149.27/3489.27	c      3489         447490       42832        20         103.0000          38.0000    171.05%
69250.34/3494.31	c      3494         448012       42960        20         103.0000          38.0000    171.05%
69349.45/3499.36	c      3499         448635       43041        20         103.0000          38.0000    171.05%
69450.48/3504.42	c      3504         449185       43114        20         103.0000          38.0000    171.05%
69549.55/3509.44	c      3509         449830       43204        20         103.0000          38.0000    171.05%
69650.67/3514.55	c      3515         450443       43224        20         103.0000          38.0000    171.05%
69751.77/3519.60	c      3520         451141       43321        20         103.0000          38.0000    171.05%
69850.85/3524.62	c      3525         451805       43366        20         103.0000          38.0000    171.05%
69951.94/3529.70	c      3530         452398       43398        20         103.0000          38.0000    171.05%
70051.03/3534.75	c      3535         453002       43483        20         103.0000          38.0000    171.05%
70150.16/3539.77	c      3540         453607       43576        20         103.0000          38.0000    171.05%
70251.30/3544.80	c      3545         453934       43605        20         103.0000          38.0000    171.05%
70350.31/3549.87	c      3550         454546       43664        20         103.0000          38.0000    171.05%
70451.39/3554.94	c      3555         455062       43745        20         103.0000          38.0000    171.05%
70550.56/3560.01	c      3560         455787       43804        20         103.0000          38.0000    171.05%
70652.72/3565.09	c      3565         456435       43861        20         103.0000          38.0000    171.05%
70751.90/3570.10	c      3570         457013       43905        20         103.0000          38.0000    171.05%
70850.97/3575.14	c      3575         457561       43943        20         103.0000          38.0000    171.05%
70952.09/3580.18	c      3580         458223       43991        20         103.0000          38.0000    171.05%
71052.16/3585.20	c      3585         458901       44053        20         103.0000          38.0000    171.05%
71151.26/3590.24	c      3590         459451       44101        20         103.0000          38.0000    171.05%
71250.23/3595.29	c      3595         460068       44151        20         103.0000          38.0000    171.05%
71351.15/3600.33	c      3600         460743       44211        20         103.0000          38.0000    171.05%
71452.18/3605.40	c      3605         461409       44290        20         103.0000          38.0000    171.05%
71553.17/3610.51	c      3611         462066       44363        20         103.0000          38.0000    171.05%
71654.27/3615.60	c      3616         462693       44487        20         103.0000          38.0000    171.05%
71753.21/3620.67	c      3621         463303       44557        20         103.0000          38.0000    171.05%
71854.23/3625.70	c      3626         463897       44640        20         103.0000          38.0000    171.05%
71953.24/3630.78	c      3631         464529       44709        20         103.0000          38.0000    171.05%

Verifier Data

ERROR: no interpretation found !

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 (190730 MiB free)
  memory of node 1: 193531 MiB (191946 MiB free)
  memory of node 2: 193531 MiB (193062 MiB free)
  memory of node 3: 193493 MiB (193054 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-4465225-1722453464/watcher-4465225-1722453464 -o /tmp/evaluation-result-4465225-1722453464/solver-4465225-1722453464 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68262 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465225-1722453464.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=68309, runsolver pid=68302
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 21.74 32.95 46.98 25/901 68362
/proc/meminfo: memFree=787058188/790760804 swapFree=131071996/131071996
[pid=68309] ppid=68302 vsize=73004 memory=61192 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/68309/stat : 68309 (fscip) R 68302 68309 68249 0 -1 4194304 14439 0 0 0 10 1 0 0 20 0 1 0 11929141 74756096 15298 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
/proc/68309/statm: 18251 15298 2694 3035 0 14647 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 73004 KiB
Current children cumulated memory: 61192 KiB

[startup+0.224453 s]*
/proc/loadavg: 21.74 32.95 46.98 24/901 68362
/proc/meminfo: memFree=786780380/790760804 swapFree=131071996/131071996
[pid=68309] ppid=68302 vsize=96124 memory=84292 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/stat : 68309 (fscip) R 68302 68309 68249 0 -1 4194304 19840 0 0 0 22 2 0 0 20 0 1 0 11929141 98430976 21073 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
/proc/68309/statm: 24031 21073 2790 3035 0 20427 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 96124 KiB
Current children cumulated memory: 84292 KiB

[startup+0.32231 s]*
/proc/loadavg: 21.74 32.95 46.98 24/921 68382
/proc/meminfo: memFree=786648408/790760804 swapFree=131071996/131071996
[pid=68309] ppid=68302 vsize=1584876 memory=165156 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/stat : 68309 (fscip) S 68302 68309 68249 0 -1 1077936128 39029 0 0 0 29 4 0 0 20 0 21 0 11929141 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
/proc/68309/statm: 396219 41289 2790 3035 0 82428 0
[pid=68309/tid=68363] ppid=68302 vsize=1584876 memory=-6000919489920066665 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68363/stat : 68363 (fscip) S 68302 68309 68249 0 -1 1077936192 1519 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68364] ppid=68302 vsize=1584876 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/68309/task/68364/stat : 68364 (fscip) S 68302 68309 68249 0 -1 1077936192 1519 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68365] ppid=68302 vsize=1584876 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/68309/task/68365/stat : 68365 (fscip) R 68302 68309 68249 0 -1 4194368 246 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68366] ppid=68302 vsize=1584876 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/68309/task/68366/stat : 68366 (fscip) S 68302 68309 68249 0 -1 1077936192 1519 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68367] ppid=68302 vsize=1584876 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/68309/task/68367/stat : 68367 (fscip) S 68302 68309 68249 0 -1 1077936192 1519 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68368] ppid=68302 vsize=1584876 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/68309/task/68368/stat : 68368 (fscip) S 68302 68309 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68369] ppid=68302 vsize=1584876 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/68309/task/68369/stat : 68369 (fscip) S 68302 68309 68249 0 -1 1077936192 1519 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68370] ppid=68302 vsize=1584876 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/68309/task/68370/stat : 68370 (fscip) S 68302 68309 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68371] ppid=68302 vsize=1584876 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/68309/task/68371/stat : 68371 (fscip) S 68302 68309 68249 0 -1 1077936192 1518 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68372] ppid=68302 vsize=1584876 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/68309/task/68372/stat : 68372 (fscip) S 68302 68309 68249 0 -1 1077936192 1519 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68373] ppid=68302 vsize=1584876 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/68309/task/68373/stat : 68373 (fscip) S 68302 68309 68249 0 -1 1077936192 1519 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68374] ppid=68302 vsize=1584876 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/68309/task/68374/stat : 68374 (fscip) S 68302 68309 68249 0 -1 1077936192 1519 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68375] ppid=68302 vsize=1584876 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/68309/task/68375/stat : 68375 (fscip) S 68302 68309 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68376] ppid=68302 vsize=1584876 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/68309/task/68376/stat : 68376 (fscip) S 68302 68309 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68377] ppid=68302 vsize=1584876 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/68309/task/68377/stat : 68377 (fscip) S 68302 68309 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68378] ppid=68302 vsize=1584876 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/68309/task/68378/stat : 68378 (fscip) S 68302 68309 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68379] ppid=68302 vsize=1584876 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/68309/task/68379/stat : 68379 (fscip) S 68302 68309 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68380] ppid=68302 vsize=1584876 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/68309/task/68380/stat : 68380 (fscip) S 68302 68309 68249 0 -1 1077936192 1519 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68381] ppid=68302 vsize=1584876 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/68309/task/68381/stat : 68381 (fscip) S 68302 68309 68249 0 -1 1077936192 1520 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68382] ppid=68302 vsize=1584876 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/68309/task/68382/stat : 68382 (fscip) S 68302 68309 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11929166 1622913024 41289 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1584876 KiB
Current children cumulated memory: 165156 KiB

[startup+0.710564 s]
/proc/loadavg: 21.74 32.95 46.98 43/941 68402
/proc/meminfo: memFree=785816764/790760804 swapFree=131071996/131071996
[pid=68309] ppid=68302 vsize=1831820 memory=1103068 CPUtime=5.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/stat : 68309 (fscip) S 68302 68309 68249 0 -1 1077936128 272964 0 0 0 412 90 0 0 20 0 41 0 11929141 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
/proc/68309/statm: 457955 275767 2854 3035 0 374467 0
[pid=68309/tid=68363] ppid=68302 vsize=1831820 memory=10528 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68363/stat : 68363 (fscip) R 68302 68309 68249 0 -1 4194368 9960 0 0 0 22 3 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68364] ppid=68302 vsize=1831820 memory=13552 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68364/stat : 68364 (fscip) R 68302 68309 68249 0 -1 4194368 15931 0 0 0 18 4 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68365] ppid=68302 vsize=1831820 memory=2420 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68365/stat : 68365 (fscip) R 68302 68309 68249 0 -1 4194368 14527 0 0 0 17 5 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68366] ppid=68302 vsize=1831820 memory=2212 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68366/stat : 68366 (fscip) R 68302 68309 68249 0 -1 4194368 9967 0 0 0 22 3 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68367] ppid=68302 vsize=1831820 memory=52808 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68367/stat : 68367 (fscip) R 68302 68309 68249 0 -1 4194368 14420 0 0 0 17 5 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68368] ppid=68302 vsize=1831820 memory=5440 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68368/stat : 68368 (fscip) R 68302 68309 68249 0 -1 4194368 14276 0 0 0 17 5 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68369] ppid=68302 vsize=1831820 memory=0 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68369/stat : 68369 (fscip) R 68302 68309 68249 0 -1 4194368 8140 0 0 0 22 2 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68370] ppid=68302 vsize=1831820 memory=0 CPUtime=0.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68370/stat : 68370 (fscip) R 68302 68309 68249 0 -1 4194368 14550 0 0 0 16 5 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68371] ppid=68302 vsize=1831820 memory=0 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68371/stat : 68371 (fscip) R 68302 68309 68249 0 -1 4194368 14546 0 0 0 17 5 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68372] ppid=68302 vsize=1831820 memory=0 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68372/stat : 68372 (fscip) R 68302 68309 68249 0 -1 4194368 8140 0 0 0 23 2 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68373] ppid=68302 vsize=1831820 memory=0 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68373/stat : 68373 (fscip) R 68302 68309 68249 0 -1 4194368 15218 0 0 0 18 5 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68374] ppid=68302 vsize=1831820 memory=0 CPUtime=0.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68374/stat : 68374 (fscip) R 68302 68309 68249 0 -1 4194368 14517 0 0 0 17 4 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68375] ppid=68302 vsize=1831820 memory=82062932 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68375/stat : 68375 (fscip) R 68302 68309 68249 0 -1 4194368 8141 0 0 0 22 3 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68376] ppid=68302 vsize=1831820 memory=25992 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68376/stat : 68376 (fscip) R 68302 68309 68249 0 -1 4194368 14525 0 0 0 17 5 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68377] ppid=68302 vsize=1831820 memory=104 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68377/stat : 68377 (fscip) R 68302 68309 68249 0 -1 4194368 14477 0 0 0 17 5 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68378] ppid=68302 vsize=1831820 memory=6232 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68378/stat : 68378 (fscip) R 68302 68309 68249 0 -1 4194368 8138 0 0 0 22 3 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68379] ppid=68302 vsize=1831820 memory=590 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68379/stat : 68379 (fscip) R 68302 68309 68249 0 -1 4194368 14397 0 0 0 18 4 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68380] ppid=68302 vsize=1831820 memory=11822120823029796 CPUtime=0.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68380/stat : 68380 (fscip) R 68302 68309 68249 0 -1 4194368 14469 0 0 0 17 4 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68381] ppid=68302 vsize=1831820 memory=0 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68381/stat : 68381 (fscip) R 68302 68309 68249 0 -1 4194368 8141 0 0 0 22 3 0 0 20 0 41 0 11929166 1875783680 275767 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68382] ppid=68302 vsize=1831820 memory=1852 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68382/stat : 68382 (fscip) R 68302 68309 68249 0 -1 4194368 14375 0 0 0 18 4 0 0 20 0 41 0 11929166 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68383] ppid=68302 vsize=1831820 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/68309/task/68383/stat : 68383 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68384] ppid=68302 vsize=1831820 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/68309/task/68384/stat : 68384 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68385] ppid=68302 vsize=1831820 memory=30962685530996822 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68385/stat : 68385 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68386] ppid=68302 vsize=1831820 memory=7384 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68386/stat : 68386 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68387] ppid=68302 vsize=1831820 memory=27608 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68387/stat : 68387 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68388] ppid=68302 vsize=1831820 memory=3736 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68388/stat : 68388 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68389] ppid=68302 vsize=1831820 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68389/stat : 68389 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68390] ppid=68302 vsize=1831820 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/68309/task/68390/stat : 68390 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68391] ppid=68302 vsize=1831820 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/68309/task/68391/stat : 68391 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68392] ppid=68302 vsize=1831820 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/68309/task/68392/stat : 68392 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68393] ppid=68302 vsize=1831820 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/68309/task/68393/stat : 68393 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68394] ppid=68302 vsize=1831820 memory=7404 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68394/stat : 68394 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68395] ppid=68302 vsize=1831820 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68395/stat : 68395 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275833 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68396] ppid=68302 vsize=1831820 memory=56320728556046 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68396/stat : 68396 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275899 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68397] ppid=68302 vsize=1831820 memory=52983572521700 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68397/stat : 68397 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275899 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68398] ppid=68302 vsize=1831820 memory=62879193949118 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68398/stat : 68398 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275899 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68399] ppid=68302 vsize=1831820 memory=58519818939676 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68399/stat : 68399 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275899 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68400] ppid=68302 vsize=1831820 memory=6655300316396806240 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68400/stat : 68400 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275899 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68401] ppid=68302 vsize=1831820 memory=-7385037386665908792 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68401/stat : 68401 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275899 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68402] ppid=68302 vsize=1831820 memory=280453983145808 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68402/stat : 68402 (fscip) S 68302 68309 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929182 1875783680 275899 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
Current children cumulated CPU time: 5.02 s
Current children cumulated vsize: 1831820 KiB
Current children cumulated memory: 1103068 KiB

[startup+1.50156 s]
/proc/loadavg: 21.74 32.95 46.98 44/941 68402

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

[pid=68309/tid=68386] ppid=68302 vsize=17673804 memory=25333125866717268 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/68309/task/68386/stat : 68386 (fscip) S 68302 68309 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68387] ppid=68302 vsize=17673804 memory=7108 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/68309/task/68387/stat : 68387 (fscip) S 68302 68309 68249 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68388] ppid=68302 vsize=17673804 memory=30962685530996822 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/68309/task/68388/stat : 68388 (fscip) S 68302 68309 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68389] ppid=68302 vsize=17673804 memory=25333125866717268 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/68309/task/68389/stat : 68389 (fscip) S 68302 68309 68249 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68390] ppid=68302 vsize=17673804 memory=82062932 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/68309/task/68390/stat : 68390 (fscip) S 68302 68309 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68391] ppid=68302 vsize=17673804 memory=104 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68391/stat : 68391 (fscip) S 68302 68309 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68392] ppid=68302 vsize=17673804 memory=40232 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/68309/task/68392/stat : 68392 (fscip) S 68302 68309 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68393] ppid=68302 vsize=17673804 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/68309/task/68393/stat : 68393 (fscip) S 68302 68309 68249 0 -1 1077936192 118 0 0 0 0 2 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68394] ppid=68302 vsize=17673804 memory=16271648 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/68309/task/68394/stat : 68394 (fscip) S 68302 68309 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68395] ppid=68302 vsize=17673804 memory=16385628 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/68309/task/68395/stat : 68395 (fscip) S 68302 68309 68249 0 -1 1077936192 118 0 0 0 0 2 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68396] ppid=68302 vsize=17673804 memory=13552 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/68309/task/68396/stat : 68396 (fscip) S 68302 68309 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68397] ppid=68302 vsize=17673804 memory=10528 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/68309/task/68397/stat : 68397 (fscip) S 68302 68309 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68398] ppid=68302 vsize=17673804 memory=-7450194601627968640 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/68309/task/68398/stat : 68398 (fscip) S 68302 68309 68249 0 -1 1077936192 120 0 0 0 1 1 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68399] ppid=68302 vsize=17673804 memory=11624 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/68309/task/68399/stat : 68399 (fscip) S 68302 68309 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68400] ppid=68302 vsize=17673804 memory=5440 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/68309/task/68400/stat : 68400 (fscip) S 68302 68309 68249 0 -1 1077936192 119 0 0 0 0 2 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68401] ppid=68302 vsize=17673804 memory=2420 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/68309/task/68401/stat : 68401 (fscip) S 68302 68309 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68402] ppid=68302 vsize=17673804 memory=2212 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/68309/task/68402/stat : 68402 (fscip) S 68302 68309 68249 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 11929182 18097975296 4098047 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
Current children cumulated CPU time: 70994.7 s
Current children cumulated vsize: 17673804 KiB
Current children cumulated memory: 16392188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.15 s]
/proc/loadavg: 80.29 80.79 80.24 83/1021 70345
/proc/meminfo: memFree=722500000/790760804 swapFree=131071996/131071996
[pid=68309] ppid=68302 vsize=17817780 memory=16601888 CPUtime=72001.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/stat : 68309 (fscip) S 68302 68309 68249 0 -1 1077936128 47938860 0 0 0 7185201 14968 0 0 20 0 41 0 11929141 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
/proc/68309/statm: 4454445 4150472 3334 3035 0 4357862 0
[pid=68309/tid=68363] ppid=68302 vsize=17817780 memory=30962685530996822 CPUtime=3601.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68363/stat : 68363 (fscip) R 68302 68309 68249 0 -1 4194368 2531143 0 0 0 359541 594 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68364] ppid=68302 vsize=17817780 memory=10528 CPUtime=3605.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68364/stat : 68364 (fscip) R 68302 68309 68249 0 -1 4194368 2748895 0 0 0 359941 598 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68365] ppid=68302 vsize=17817780 memory=25333125866717268 CPUtime=3592.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68365/stat : 68365 (fscip) R 68302 68309 68249 0 -1 4194368 1360709 0 0 0 358215 1078 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68366] ppid=68302 vsize=17817780 memory=587422677210688 CPUtime=3602.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68366/stat : 68366 (fscip) R 68302 68309 68249 0 -1 4194368 3006539 0 0 0 359657 622 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68367] ppid=68302 vsize=17817780 memory=25333125866717268 CPUtime=3599.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68367/stat : 68367 (fscip) R 68302 68309 68249 0 -1 4194368 3046996 0 0 0 359315 636 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68368] ppid=68302 vsize=17817780 memory=16325789170925620 CPUtime=3602.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68368/stat : 68368 (fscip) R 68302 68309 68249 0 -1 4194368 1444919 0 0 0 359201 1025 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68369] ppid=68302 vsize=17817780 memory=3516 CPUtime=3602.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68369/stat : 68369 (fscip) R 68302 68309 68249 0 -1 4194368 2372412 0 0 0 359722 512 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68370] ppid=68302 vsize=17817780 memory=10528 CPUtime=3586.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68370/stat : 68370 (fscip) R 68302 68309 68249 0 -1 4194368 2893954 0 0 0 358008 638 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68371] ppid=68302 vsize=17817780 memory=5440 CPUtime=3602.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68371/stat : 68371 (fscip) R 68302 68309 68249 0 -1 4194368 1679261 0 0 0 359053 1220 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68372] ppid=68302 vsize=17817780 memory=2420 CPUtime=3598.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68372/stat : 68372 (fscip) R 68302 68309 68249 0 -1 4194368 2853693 0 0 0 359189 629 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68373] ppid=68302 vsize=17817780 memory=13552 CPUtime=3602.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68373/stat : 68373 (fscip) R 68302 68309 68249 0 -1 4194368 2857051 0 0 0 359671 624 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68374] ppid=68302 vsize=17817780 memory=27608 CPUtime=3605.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68374/stat : 68374 (fscip) R 68302 68309 68249 0 -1 4194368 1494570 0 0 0 359564 1027 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68375] ppid=68302 vsize=17817780 memory=16594656 CPUtime=3605.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68375/stat : 68375 (fscip) R 68302 68309 68249 0 -1 4194368 2359172 0 0 0 359995 516 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68376] ppid=68302 vsize=17817780 memory=25333125866717268 CPUtime=3600.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68376/stat : 68376 (fscip) R 68302 68309 68249 0 -1 4194368 2705905 0 0 0 359435 624 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68377] ppid=68302 vsize=17817780 memory=2 CPUtime=3595.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68377/stat : 68377 (fscip) R 68302 68309 68249 0 -1 4194368 1533749 0 0 0 358556 991 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68378] ppid=68302 vsize=17817780 memory=280453983820480 CPUtime=3589.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68378/stat : 68378 (fscip) R 68302 68309 68249 0 -1 4194368 2750330 0 0 0 358331 624 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68379] ppid=68302 vsize=17817780 memory=0 CPUtime=3604.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68379/stat : 68379 (fscip) R 68302 68309 68249 0 -1 4194368 3113346 0 0 0 359799 692 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68380] ppid=68302 vsize=17817780 memory=0 CPUtime=3605.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68380/stat : 68380 (fscip) R 68302 68309 68249 0 -1 4194368 1540516 0 0 0 359498 1065 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68381] ppid=68302 vsize=17817780 memory=0 CPUtime=3599.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68381/stat : 68381 (fscip) R 68302 68309 68249 0 -1 4194368 2788326 0 0 0 359423 571 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68382] ppid=68302 vsize=17817780 memory=104 CPUtime=3595.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/68309/task/68382/stat : 68382 (fscip) R 68302 68309 68249 0 -1 4194368 2830549 0 0 0 358909 615 0 0 20 0 41 0 11929166 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68383] ppid=68302 vsize=17817780 memory=11624 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/68309/task/68383/stat : 68383 (fscip) S 68302 68309 68249 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68384] ppid=68302 vsize=17817780 memory=25333125866717268 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/68309/task/68384/stat : 68384 (fscip) S 68302 68309 68249 0 -1 1077936192 60 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68385] ppid=68302 vsize=17817780 memory=25333125866717268 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/68309/task/68385/stat : 68385 (fscip) S 68302 68309 68249 0 -1 1077936192 63 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68386] ppid=68302 vsize=17817780 memory=355039 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/68309/task/68386/stat : 68386 (fscip) S 68302 68309 68249 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68387] ppid=68302 vsize=17817780 memory=25333125866717268 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/68309/task/68387/stat : 68387 (fscip) S 68302 68309 68249 0 -1 1077936192 121 0 0 0 1 1 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68388] ppid=68302 vsize=17817780 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/68309/task/68388/stat : 68388 (fscip) S 68302 68309 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68389] ppid=68302 vsize=17817780 memory=82062932 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/68309/task/68389/stat : 68389 (fscip) S 68302 68309 68249 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68390] ppid=68302 vsize=17817780 memory=280453984990592 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/68309/task/68390/stat : 68390 (fscip) S 68302 68309 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68391] ppid=68302 vsize=17817780 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/68309/task/68391/stat : 68391 (fscip) S 68302 68309 68249 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68392] ppid=68302 vsize=17817780 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/68309/task/68392/stat : 68392 (fscip) S 68302 68309 68249 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68393] ppid=68302 vsize=17817780 memory=16387804 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/68309/task/68393/stat : 68393 (fscip) S 68302 68309 68249 0 -1 1077936192 120 0 0 0 0 2 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68394] ppid=68302 vsize=17817780 memory=11624 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/68309/task/68394/stat : 68394 (fscip) S 68302 68309 68249 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68395] ppid=68302 vsize=17817780 memory=16569216 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/68309/task/68395/stat : 68395 (fscip) S 68302 68309 68249 0 -1 1077936192 120 0 0 0 0 2 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68396] ppid=68302 vsize=17817780 memory=16550504 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/68309/task/68396/stat : 68396 (fscip) S 68302 68309 68249 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68397] ppid=68302 vsize=17817780 memory=33108 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/68309/task/68397/stat : 68397 (fscip) S 68302 68309 68249 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68398] ppid=68302 vsize=17817780 memory=2208 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/68309/task/68398/stat : 68398 (fscip) S 68302 68309 68249 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68399] ppid=68302 vsize=17817780 memory=1952 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/68309/task/68399/stat : 68399 (fscip) S 68302 68309 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68400] ppid=68302 vsize=17817780 memory=1852 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/68309/task/68400/stat : 68400 (fscip) S 68302 68309 68249 0 -1 1077936192 121 0 0 0 0 2 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68401] ppid=68302 vsize=17817780 memory=7305683218865586202 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/68309/task/68401/stat : 68401 (fscip) S 68302 68309 68249 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
[pid=68309/tid=68402] ppid=68302 vsize=17817780 memory=57792 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/68309/task/68402/stat : 68402 (fscip) S 68302 68309 68249 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 11929182 18245406720 4150472 809668444160 4194304 16623229 140732870586416 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 52875264 140732870591498 140732870591616 140732870591616 140732870598640 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 17817780 KiB
Current children cumulated memory: 16601888 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3633.66 s]
# the end of solver process 68309 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=71852.3 s, system=150.184 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3633.21 s]*
/proc/loadavg: 78.82 80.48 80.14 62/982 70345
/proc/meminfo: memFree=724174280/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3633.6 s]
/proc/loadavg: 78.82 80.48 80.14 62/982 70345
/proc/meminfo: memFree=724174280/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3633.66
CPU time (s): 72002.4
CPU user time (s): 71852.3
CPU system time (s): 150.184
CPU usage (%): 1981.54
Max. virtual memory (cumulated for all children) (KiB): 17879116
Max. memory (cumulated for all children) (KiB): 16624112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71852.3
system time used= 150.184
maximum resident set size= 16624112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47939720
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= 335198
involuntary context switches= 234185


# summary of solver processes directly reported to runsolver:
#   pid: 68309
#   total CPU time (s): 72002.4
#   total CPU user time (s): 71852.3
#   total CPU system time (s): 150.184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.3449 second user time and 106.917 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 21:17:44
IDJOB=4465225
IDBENCH=147622
IDSOLVER=3094
FILE ID=nodeD103/4465225-1722453464
RUNJOBID= nodeD103-1722453464-68262
SLURM_JOB_ID= 8254237
Free space on /tmp= 8622920 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_12.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-4465225-1722453464/watcher-4465225-1722453464 -o /tmp/evaluation-result-4465225-1722453464/solver-4465225-1722453464 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68262 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465225-1722453464.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 88220551ed2e54bab314d6806833f69c
RANDOM SEED=1254538972

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		: 3583.680
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		: 3209.016
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		: 1727.741
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		: 3784.474
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		: 3278.759
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		: 1448.381
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		: 1698.497
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		: 3655.001
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		: 3352.827
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		: 3412.530
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		: 1673.846
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		: 3395.114
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		: 3597.845
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		: 3505.466
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		: 3681.317
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		: 3588.337
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		: 2186.882
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		: 3298.830
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		: 3490.110
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		: 1437.543
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		: 2720.727
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		: 3601.450
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		: 3429.096
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		: 1426.978
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		: 2077.798
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		: 3394.055
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		: 3624.990
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		: 1429.531
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		: 1452.633
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		: 3525.931
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		: 3016.407
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		: 1417.764
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		: 1515.671
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		: 1432.448
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		: 3481.947
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		: 1459.533
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		: 1962.577
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		: 1434.867
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		: 2648.076
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		: 1443.635
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		: 1415.548
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		: 1424.718
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		: 2643.424
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		: 1413.713
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		: 2229.162
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		: 1415.549
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		: 2655.960
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		: 1423.851
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		: 2001.205
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		: 1407.981
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		: 2644.876
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		: 1417.464
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		: 1976.006
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		: 1421.767
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		: 2649.019
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		: 1444.429
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		: 1841.304
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		: 1447.214
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		: 2648.406
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		: 3051.035
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		: 2631.326
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		: 1432.566
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		: 2656.662
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		: 1692.634
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		: 1429.017
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		: 1443.398
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		: 2644.329
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		: 1674.790
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		: 2629.042
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		: 1435.642
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		: 2661.812
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		: 1737.543
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		: 2122.004
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		: 1430.929
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		: 2658.334
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		: 1680.430
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		: 3553.612
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		: 2228.352
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		: 2693.549
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		: 3652.077
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:        787247328 kB
MemAvailable:   785201212 kB
Buffers:          151788 kB
Cached:           645096 kB
SwapCached:            0 kB
Active:           306100 kB
Inactive:         885072 kB
Active(anon):       2028 kB
Inactive(anon):   414828 kB
Active(file):     304072 kB
Inactive(file):   470244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            119956 kB
Writeback:             0 kB
AnonPages:        392480 kB
Mapped:            89588 kB
Shmem:             22536 kB
KReclaimable:     121132 kB
Slab:             450152 kB
SReclaimable:     121132 kB
SUnreclaim:       329020 kB
KernelStack:       14592 kB
PageTables:        10380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     582024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           189696 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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:      458752 kB
DirectMap2M:    49321984 kB
DirectMap1G:    756023296 kB

Free space on /tmp at the end= 8622796 MiB
End job on nodeD103 at 2024-07-31 22:18:18