Trace number 4465297

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) 72000.7 3636.24

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_3.opb
MD5SUM529ae296d86301d65a8fd4e36abb4ed9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark90.3129
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6076
Total number of constraints21401
Number of constraints which are clauses21392
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint666
Number of terms in the objective function 666
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 666
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 697
Number of bits of the biggest sum of numbers10
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.05	c Default LC presolving (default).
0.00/0.06	c ** Before presolving: virtualMemUsedAtLc = 66712528, getVmSize() = 64008192, SCIPgetMemUsed() = 36365004, SCIPgetMemTotal() = 40799772, SCIPgetMemExternEstim() = 25912756
0.00/0.06	c ** set memory limit for presolving in LC to 8.79588e+12 for SCIP **
0.23/0.28	c ** Estimated virtualMemUsedAtSolver = 67710415, getVmSize() = 102957056, SCIPgetMemUsed() = 41601115, SCIPgetMemTotal() = 75652867, SCIPgetMemExternEstim() = 25912756
0.23/0.28	c ** set memory limit for solvers to 4.1884e+11 for each SCIP **
0.23/0.28	c Original Problem   :
0.23/0.28	c   Problem name     : instance-4465297-1722457109
0.23/0.28	c   Variables        : 6076 (6076 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.28	c   Constraints      : 21401
0.23/0.28	c   Objective sense  : minimize
0.23/0.28	c Presolved Problem  :
0.23/0.28	c   Variables        : 5337 (5337 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.28	c   Constraints      : 5278
0.23/0.28	c Constraints        : Number
0.23/0.28	c   knapsack         : 1 
0.23/0.28	c   setppc           : 596 
0.23/0.28	c   and              : 4676 
0.23/0.28	c   logicor          : 5 
0.23/0.28	c ** Instance transfer method used: 0
0.23/0.29	c ** ParaScipInstance copy does not increase the number of variables. **
0.54/0.54	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.54/0.54	c                                Nodes    Active                                            
0.54/0.54	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
9.35/1.05	c *       1              0           1        20          28.0000                -          -
48.48/3.12	c *       3             41          42        20          27.0000           5.0000    440.00%
95.46/5.40	c         5            287          40        20          27.0000           5.0000    440.00%
129.55/7.13	c *       7            986         238        20          26.0000           5.0000    420.00%
196.41/10.54	c        11           2335          28        20          26.0000           5.0000    420.00%
295.44/15.59	c        16              9           8        20          26.0000          10.2098    154.66%
396.55/20.66	c        21             14          13        20          26.0000          10.4178    149.57%
497.64/25.75	c        26             17          16        20          26.0000          10.5585    146.25%
561.09/29.01	c *      29              2           1        20          25.0000          11.3889    119.51%
598.63/30.82	c        31              2           1        20          25.0000          11.3889    119.51%
699.63/35.98	c        36              2           1        20          25.0000          11.4664    118.03%
804.57/41.24	c        41              3           2        20          25.0000          11.4946    117.49%
905.49/46.31	c        46              4           3        20          25.0000          11.5133    117.14%
1004.48/51.36	c        51              5           4        20          25.0000          11.5133    117.14%
1103.49/56.37	c        56              6           5        20          25.0000          11.5133    117.14%
1204.47/61.47	c        61              7           6        20          25.0000          11.5133    117.14%
1305.46/66.55	c        67              7           6        20          25.0000          11.5133    117.14%
1406.43/71.64	c        72              8           7        20          25.0000          11.5894    115.71%
1505.25/76.69	c        77              9           8        20          25.0000          11.5894    115.71%
1605.89/81.75	c        82             11          10        20          25.0000          11.5894    115.71%
1704.81/86.79	c        87             11          10        20          25.0000          11.5894    115.71%
1805.61/91.85	c        92             12          11        20          25.0000          11.6196    115.15%
1904.51/96.89	c        97             13          12        20          25.0000          11.6196    115.15%
2005.37/101.92	c       102             14          13        20          25.0000          11.6196    115.15%
2104.22/107.02	c       107             16          15        20          25.0000          11.6341    114.89%
2207.81/112.17	c       112             17          16        20          25.0000          11.6341    114.89%
2308.34/117.22	c       117             18          17        20          25.0000          11.6341    114.89%
2409.36/122.31	c       122             19          18        20          25.0000          11.6341    114.89%
2508.46/127.36	c       127             19          18        20          25.0000          11.6341    114.89%
2609.46/132.43	c       132             20          19        20          25.0000          11.6341    114.89%
2708.51/137.48	c       137             21          20        20          25.0000          11.6341    114.89%
2809.54/142.54	c       143             17          16        20          25.0000          11.6380    114.81%
2908.65/147.59	c       148             18          17        20          25.0000          11.6380    114.81%
3009.70/152.64	c       153             19          18        20          25.0000          11.6380    114.81%
3108.74/157.70	c       158             19          18        20          25.0000          11.6380    114.81%
3209.60/162.75	c       163             20          19        20          25.0000          11.6380    114.81%
3310.59/167.80	c       168             21          20        20          25.0000          11.6380    114.81%
3409.44/172.85	c       173             24          23        20          25.0000          11.6380    114.81%
3510.38/177.98	c       178             26          25        20          25.0000          11.6380    114.81%
3612.15/183.06	c       183             29          28        20          25.0000          11.6380    114.81%
3711.08/188.13	c       188             29          28        20          25.0000          11.6380    114.81%
3813.32/193.27	c       193             32          31        20          25.0000          11.6561    114.48%
3914.41/198.32	c       198             34          33        20          25.0000          11.6561    114.48%
4015.51/203.43	c       203             34          33        20          25.0000          11.6561    114.48%
4114.65/208.48	c       208             35          34        20          25.0000          11.6561    114.48%
4213.78/213.49	c       214             37          36        20          25.0000          11.6561    114.48%
4314.90/218.59	c       219             40          39        20          25.0000          11.6561    114.48%
4415.96/223.64	c       224             40          39        20          25.0000          11.6561    114.48%
4517.00/228.73	c       229             41          40        20          25.0000          11.6561    114.48%
4616.11/233.77	c       234             44          43        20          25.0000          11.6561    114.48%
4719.17/238.98	c       239             46          45        20          25.0000          11.6561    114.48%
4820.96/244.11	c       244             46          45        20          25.0000          11.6561    114.48%
4922.01/249.16	c       249             46          45        20          25.0000          11.6561    114.48%
5022.36/254.20	c       254             49          48        20          25.0000          11.6561    114.48%
5121.43/259.26	c       259             49          48        20          25.0000          11.6561    114.48%
5222.37/264.30	c       264             50          49        20          25.0000          11.6561    114.48%
5321.48/269.35	c       269             53          52        20          25.0000          11.6561    114.48%
5422.57/274.40	c       274             53          52        20          25.0000          11.6561    114.48%
5521.68/279.45	c       279             54          53        20          25.0000          11.6561    114.48%
5620.74/284.49	c       284             56          55        20          25.0000          11.6561    114.48%
5721.85/289.55	c       290             59          58        20          25.0000          11.6561    114.48%
5822.96/294.60	c       295             63          62        20          25.0000          11.6561    114.48%
5840.80/295.53	c *     296             63          62        20          24.0000          11.6561    105.90%
5937.95/300.45	c       300             63          62        20          24.0000          11.6561    105.90%
6039.08/305.57	c       306             63          62        20          24.0000          11.6561    105.90%
6140.20/310.61	c       311             64          63        20          24.0000          11.6561    105.90%
6239.24/315.64	c       316             65          64        20          24.0000          11.6561    105.90%
6338.39/320.69	c       321             65          64        20          24.0000          11.6561    105.90%
6439.48/325.74	c       326             65          64        20          24.0000          11.6561    105.90%
6538.61/330.79	c       331             65          64        20          24.0000          11.6561    105.90%
6639.67/335.81	c       336             67          66        20          24.0000          11.6561    105.90%
6738.73/340.89	c       341             67          66        20          24.0000          11.6561    105.90%
6838.98/345.94	c       346             69          68        20          24.0000          11.6561    105.90%
6938.11/350.99	c       351             72          71        20          24.0000          11.6561    105.90%
7039.89/356.05	c       356             72          71        20          24.0000          11.6561    105.90%
7138.99/361.10	c       361             88          87        20          24.0000          11.7227    104.73%
7240.16/366.14	c       366             89          88        20          24.0000          11.7227    104.73%
7340.57/371.20	c       371             89          88        20          24.0000          11.7227    104.73%
7441.68/376.32	c       376             89          88        20          24.0000          11.7227    104.73%
7540.85/381.37	c       381             89          88        20          24.0000          11.7227    104.73%
7641.98/386.42	c       386             90          89        20          24.0000          11.7227    104.73%
7741.13/391.47	c       391             91          90        20          24.0000          11.7227    104.73%
7842.05/396.50	c       396             91          90        20          24.0000          11.7227    104.73%
7940.97/401.55	c       402             92          91        20          24.0000          11.7227    104.73%
8041.75/406.60	c       407             93          92        20          24.0000          11.7227    104.73%
8140.89/411.65	c       412             94          93        20          24.0000          11.7227    104.73%
8242.01/416.70	c       417             95          94        20          24.0000          11.7227    104.73%
8341.18/421.75	c       422             98          97        20          24.0000          11.7227    104.73%
8442.30/426.81	c       427             98          97        20          24.0000          11.7227    104.73%
8541.42/431.85	c       432             98          97        20          24.0000          11.7227    104.73%
8640.52/436.89	c       437             99          98        20          24.0000          11.7227    104.73%
8741.58/441.93	c       442            100          99        20          24.0000          11.7227    104.73%
8840.64/446.99	c       447            101         100        20          24.0000          11.7227    104.73%
8942.30/452.04	c       452            102         101        20          24.0000          11.7227    104.73%
9041.50/457.09	c       457            102         101        20          24.0000          11.7227    104.73%
9142.17/462.14	c       462            102         101        20          24.0000          11.7227    104.73%
9241.28/467.19	c       467            102         101        20          24.0000          11.7227    104.73%
9341.58/472.25	c       472            102         101        20          24.0000          11.7227    104.73%
9440.65/477.30	c       477            102         101        20          24.0000          11.7227    104.73%
9541.68/482.34	c       482            102         101        20          24.0000          11.7227    104.73%
9640.81/487.39	c       487             61          60        20          24.0000          11.7264    104.67%
9741.87/492.45	c       492             61          60        20          24.0000          11.7264    104.67%
9840.96/497.49	c       498             62          61        20          24.0000          11.7264    104.67%
9942.05/502.54	c       503             62          61        20          24.0000          11.7264    104.67%
10041.17/507.59	c       508             62          61        20          24.0000          11.7264    104.67%
10142.23/512.65	c       513             63          62        20          24.0000          11.7264    104.67%
10241.28/517.69	c       518             64          63        20          24.0000          11.7264    104.67%
10342.24/522.74	c       523             64          63        20          24.0000          11.7264    104.67%
10441.22/527.79	c       528             64          63        20          24.0000          11.7264    104.67%
10542.21/532.84	c       533             64          63        20          24.0000          11.7264    104.67%
10641.24/537.87	c       538             64          63        20          24.0000          11.7264    104.67%
10742.33/542.92	c       543             64          63        20          24.0000          11.7264    104.67%
10841.47/547.99	c       548             64          63        20          24.0000          11.7264    104.67%
10943.21/553.04	c       553             65          64        20          24.0000          11.7264    104.67%
11042.30/558.09	c       558            465         464        20          24.0000          11.7353    104.51%
11143.44/563.14	c       563            470         469        20          24.0000          11.7353    104.51%
11242.44/568.19	c       568            473         472        20          24.0000          11.7439    104.36%
11342.59/573.24	c       573            478         477        20          24.0000          11.7439    104.36%
11443.60/578.30	c       578            482         481        20          24.0000          11.7576    104.12%
11542.41/583.36	c       583            487         486        20          24.0000          11.7576    104.12%
11643.49/588.41	c       588            492         491        20          24.0000          11.7665    103.97%
11742.40/593.45	c       593            495         494        20          24.0000          11.7665    103.97%
11843.51/598.50	c       599            499         498        20          24.0000          11.7665    103.97%
11942.61/603.55	c       604            505         504        20          24.0000          11.7759    103.81%
12041.74/608.59	c       609            511         510        20          24.0000          11.7759    103.81%
12142.84/613.65	c       614            514         513        20          24.0000          11.7866    103.62%
12243.92/618.70	c       619            518         517        20          24.0000          11.7866    103.62%
12343.03/623.75	c       624            523         522        20          24.0000          11.7885    103.59%
12444.12/628.80	c       629            528         527        20          24.0000          11.7885    103.59%
12543.09/633.85	c       634            533         532        20          24.0000          11.8011    103.37%
12644.16/638.90	c       639            534         533        20          24.0000          11.8011    103.37%
12743.08/643.94	c       644            538         537        20          24.0000          11.8011    103.37%
12842.15/649.00	c       649            542         541        20          24.0000          11.8019    103.36%
12943.90/654.06	c       654            551         550        20          24.0000          11.8019    103.36%
13043.09/659.08	c       659            557         556        20          24.0000          11.8093    103.23%
13144.02/664.15	c       664            559         558        20          24.0000          11.8093    103.23%
13244.38/669.20	c       669            565         566        20          24.0000          11.8155    103.12%
13343.30/674.27	c       674            567         566        20          24.0000          11.8155    103.12%
13444.38/679.34	c       679            570         569        20          24.0000          11.8155    103.12%
13545.32/684.40	c       684            570         569        20          24.0000          11.8155    103.12%
13644.41/689.46	c       689            570         569        20          24.0000          11.8155    103.12%
13745.49/694.57	c       695            570         569        20          24.0000          11.8155    103.12%
13846.58/699.64	c       700            570         569        20          24.0000          11.8155    103.12%
13945.52/704.68	c       705            570         569        20          24.0000          11.8155    103.12%
14046.50/709.75	c       710            570         569        20          24.0000          11.8155    103.12%
14145.57/714.80	c       715            570         569        20          24.0000          11.8155    103.12%
14246.70/719.84	c       720            570         569        20          24.0000          11.8155    103.12%
14347.83/724.90	c       725            570         569        20          24.0000          11.8155    103.12%
14447.02/729.94	c       730            570         571        20          24.0000          11.8155    103.12%
14546.10/735.01	c       735            573         572        20          24.0000          11.8178    103.08%
14647.76/740.06	c       740            132         131        20          24.0000          11.8215    103.02%
14746.69/745.13	c       745            133         132        20          24.0000          11.8215    103.02%
14851.10/750.31	c       750            133         132        20          24.0000          11.8215    103.02%
14950.18/755.37	c       755            593         592        20          24.0000          11.8245    102.97%
15051.24/760.40	c       760            598         597        20          24.0000          11.8245    102.97%
15150.04/765.47	c       765            600         599        20          24.0000          11.8245    102.97%
15251.17/770.52	c       771            600         599        20          24.0000          11.8245    102.97%
15350.28/775.54	c       776            600         599        20          24.0000          11.8245    102.97%
15451.28/780.65	c       781            600         599        20          24.0000          11.8245    102.97%
15550.09/785.69	c       786            600         599        20          24.0000          11.8245    102.97%
15655.11/790.91	c       791            600         599        20          24.0000          11.8245    102.97%
15754.21/795.97	c       796            600         599        20          24.0000          11.8245    102.97%
15853.34/801.02	c       801            600         599        20          24.0000          11.8245    102.97%
15955.03/806.08	c       806            600         599        20          24.0000          11.8245    102.97%
16054.41/811.14	c       811            600         599        20          24.0000          11.8245    102.97%
16155.30/816.18	c       816            600         599        20          24.0000          11.8245    102.97%
16259.70/821.45	c       821            601         600        20          24.0000          11.8245    102.97%
16360.53/826.51	c       827            605         604        20          24.0000          11.8269    102.93%
16459.53/831.55	c       832            608         607        20          24.0000          11.8269    102.93%
16560.45/836.60	c       837            612         611        20          24.0000          11.8356    102.78%
16659.51/841.65	c       842            616         615        20          24.0000          11.8356    102.78%
16760.30/846.70	c       847            618         617        20          24.0000          11.8356    102.78%
16859.29/851.75	c       852            619         618        20          24.0000          11.8356    102.78%
16960.33/856.84	c       857            619         618        20          24.0000          11.8356    102.78%
17059.41/861.88	c       862            619         618        20          24.0000          11.8356    102.78%
17160.48/866.96	c       867            619         618        20          24.0000          11.8356    102.78%
17259.61/872.01	c       872            619         618        20          24.0000          11.8356    102.78%
17361.38/877.06	c       877            619         618        20          24.0000          11.8356    102.78%
17460.39/882.12	c       882            619         618        20          24.0000          11.8356    102.78%
17562.85/887.22	c       887            619         618        20          24.0000          11.8356    102.78%
17663.97/892.35	c       892            619         618        20          24.0000          11.8356    102.78%
17765.14/897.41	c       897            622         621        20          24.0000          11.8378    102.74%
17864.26/902.45	c       902            627         626        20          24.0000          11.8378    102.74%
17965.35/907.51	c       908            629         628        20          24.0000          11.8378    102.74%
18066.41/912.66	c       913            632         631        20          24.0000          11.8408    102.69%
18167.47/917.74	c       918            635         634        20          24.0000          11.8408    102.69%
18268.47/922.85	c       923            639         638        20          24.0000          11.8408    102.69%
18367.57/927.89	c       928            643         642        20          24.0000          11.8500    102.53%
18468.56/932.96	c       933            648         647        20          24.0000          11.8500    102.53%
18567.63/938.01	c       938            652         651        20          24.0000          11.8597    102.37%
18669.23/943.06	c       943            655         654        20          24.0000          11.8597    102.37%
18768.42/948.11	c       948            655         656        20          24.0000          11.8597    102.37%
18869.54/953.18	c       953            664         663        20          24.0000          11.8615    102.34%
18969.84/958.23	c       958            669         670        20          24.0000          11.8615    102.34%
19072.90/963.42	c       963            674         673        20          24.0000          11.8637    102.30%
19171.96/968.47	c       968            682         681        20          24.0000          11.8708    102.18%
19272.96/973.52	c       974            685         684        20          24.0000          11.8708    102.18%
19371.92/978.57	c       979            687         686        20          24.0000          11.8708    102.18%
19472.94/983.63	c       984            690         689        20          24.0000          11.8708    102.18%
19572.07/988.67	c       989            693         692        20          24.0000          11.8729    102.14%
19675.15/993.82	c       994            697         696        20          24.0000          11.8729    102.14%
19776.25/998.94	c       999            703         702        20          24.0000          11.8748    102.11%
19877.65/1004.04	c      1004            709         708        20          24.0000          11.8748    102.11%
19978.77/1009.14	c      1009            715         714        20          24.0000          11.8809    102.01%
20077.78/1014.19	c      1014            720         719        20          24.0000          11.8809    102.01%
20178.06/1019.24	c      1019            722         723        20          24.0000          11.8838    101.96%
20277.03/1024.28	c      1024            726         725        20          24.0000          11.8838    101.96%
20378.08/1029.33	c      1029            729         728        20          24.0000          11.8838    101.96%
20479.08/1034.43	c      1034            732         731        20          24.0000          11.8881    101.88%
20578.20/1039.47	c      1039            732         731        20          24.0000          11.8881    101.88%
20679.32/1044.54	c      1045            732         731        20          24.0000          11.8881    101.88%
20780.36/1049.69	c      1050            254         253        20          24.0000          11.9231    101.29%
20881.31/1054.77	c      1055            256         255        20          24.0000          11.9231    101.29%
20982.38/1059.83	c      1060            256         255        20          24.0000          11.9231    101.29%
21081.39/1064.89	c      1065            256         255        20          24.0000          11.9231    101.29%
21182.46/1069.93	c      1070            256         255        20          24.0000          11.9231    101.29%
21281.54/1075.01	c      1075            257         258        20          24.0000          11.9231    101.29%
21383.28/1080.07	c      1080            257         258        20          24.0000          11.9231    101.29%
21482.29/1085.11	c      1085            261         260        20          24.0000          11.9231    101.29%
21583.65/1090.19	c      1090            264         263        20          24.0000          11.9231    101.29%
21683.76/1095.24	c      1095            265         264        20          24.0000          11.9231    101.29%
21782.78/1100.30	c      1100            267         266        20          24.0000          11.9231    101.29%
21883.82/1105.34	c      1105            272         271        20          24.0000          11.9231    101.29%
21982.80/1110.35	c      1110            272         273        20          24.0000          11.9231    101.29%
22083.86/1115.45	c      1115            277         278        20          24.0000          11.9231    101.29%
22184.94/1120.51	c      1121            278         277        20          24.0000          11.9231    101.29%
22283.93/1125.53	c      1126            279         278        20          24.0000          11.9231    101.29%
22385.00/1130.60	c      1131            279         278        20          24.0000          11.9231    101.29%
22486.06/1135.77	c      1136            279         278        20          24.0000          11.9231    101.29%
22587.18/1140.83	c      1141            279         278        20          24.0000          11.9231    101.29%
22686.24/1145.88	c      1146            281         280        20          24.0000          11.9231    101.29%
22787.38/1150.96	c      1151            285         284        20          24.0000          11.9231    101.29%
22886.48/1156.01	c      1156            289         288        20          24.0000          11.9231    101.29%
22988.26/1161.06	c      1161            292         291        20          24.0000          11.9231    101.29%
23087.33/1166.13	c      1166            296         295        20          24.0000          11.9231    101.29%
23188.49/1171.18	c      1171            298         297        20          24.0000          11.9231    101.29%
23288.85/1176.23	c      1176            300         299        20          24.0000          11.9231    101.29%
23388.01/1181.27	c      1181            300         299        20          24.0000          11.9231    101.29%
23489.00/1186.33	c      1186            300         299        20          24.0000          11.9231    101.29%
23588.18/1191.38	c      1191            300         299        20          24.0000          11.9231    101.29%
23689.30/1196.40	c      1196            300         299        20          24.0000          11.9231    101.29%
23788.47/1201.41	c      1201            302         301        20          24.0000          11.9231    101.29%
23887.58/1206.44	c      1206            303         302        20          24.0000          11.9231    101.29%
23990.68/1211.61	c      1212            304         303        20          24.0000          11.9231    101.29%
24089.75/1216.66	c      1217            310         309        20          24.0000          11.9231    101.29%
24190.83/1221.72	c      1222            312         311        20          24.0000          11.9231    101.29%
24289.92/1226.77	c      1227            314         313        20          24.0000          11.9231    101.29%
24390.92/1231.82	c      1232            314         313        20          24.0000          11.9231    101.29%
24490.02/1236.88	c      1237            314         313        20          24.0000          11.9231    101.29%
24591.07/1241.91	c      1242            314         313        20          24.0000          11.9231    101.29%
24689.86/1246.99	c      1247           1133          83        20          24.0000          11.9798    100.34%
24788.95/1252.01	c      1252           1138          88        20          24.0000          11.9798    100.34%
24890.66/1257.12	c      1257           1142          92        20          24.0000          12.0000    100.00%
24991.44/1262.18	c      1262           1146          96        20          24.0000          12.0000    100.00%
25091.89/1267.24	c      1267           1154         104        20          24.0000          12.0000    100.00%
25190.83/1272.28	c      1272           1160         110        20          24.0000          12.0000    100.00%
25291.89/1277.33	c      1277           1171         121        20          24.0000          12.0220     99.63%
25390.82/1282.36	c      1282           1178         128        20          24.0000          12.0220     99.63%
25491.86/1287.47	c      1287           1184         134        20          24.0000          12.0591     99.02%
25590.96/1292.50	c      1292           1191         141        20          24.0000          12.0635     98.95%
25692.01/1297.51	c      1298           1194         144        20          24.0000          12.0635     98.95%
25791.01/1302.56	c      1303           1200         150        20          24.0000          12.0635     98.95%
25892.10/1307.67	c      1308           1203         153        20          24.0000          12.0734     98.78%
25993.12/1312.71	c      1313           1207         157        20          24.0000          12.1032     98.30%
26092.11/1317.78	c      1318           1211         161        20          24.0000          12.1032     98.30%
26193.13/1322.83	c      1323           1217         167        20          24.0000          12.1032     98.30%
26294.20/1327.90	c      1328           1223         173        20          24.0000          12.1032     98.30%
26393.27/1332.98	c      1333           1225         175        20          24.0000          12.1032     98.30%
26492.10/1338.02	c      1338           1232         182        20          24.0000          12.1032     98.30%
26593.83/1343.07	c      1343           1237         187        20          24.0000          12.1032     98.30%
26692.69/1348.12	c      1348           1239         189        20          24.0000          12.1032     98.30%
26793.56/1353.17	c      1353           1245         195        20          24.0000          12.1032     98.30%
26894.15/1358.29	c      1358           1251         201        20          24.0000          12.1032     98.30%
26995.13/1363.33	c      1363           1255         205        20          24.0000          12.1032     98.30%
27094.23/1368.38	c      1368           1259         209        20          24.0000          12.1032     98.30%
27195.30/1373.47	c      1373           1264         214        20          24.0000          12.1032     98.30%
27296.21/1378.51	c      1379           1271         221        20          24.0000          12.1032     98.30%
27395.35/1383.57	c      1384           1277         227        20          24.0000          12.1032     98.30%
27496.52/1388.61	c      1389           1283         233        20          24.0000          12.1032     98.30%
27595.68/1393.67	c      1394           1285         235        20          24.0000          12.1032     98.30%
27696.71/1398.72	c      1399           1291         241        20          24.0000          12.1032     98.30%
27795.54/1403.74	c      1404           1295         245        20          24.0000          12.1032     98.30%
27896.53/1408.82	c      1409           1299         249        20          24.0000          12.1032     98.30%
27995.59/1413.87	c      1414           1303         253        20          24.0000          12.1032     98.30%
28096.72/1418.91	c      1419           1309         259        20          24.0000          12.1032     98.30%
28195.60/1423.93	c      1424           1313         263        20          24.0000          12.1032     98.30%
28294.61/1428.96	c      1429           1315         265        20          24.0000          12.1032     98.30%
28396.22/1434.05	c      1434           1321         271        20          24.0000          12.1032     98.30%
28495.44/1439.14	c      1439           1325         275        20          24.0000          12.1032     98.30%
28596.32/1444.17	c      1444           1329         279        20          24.0000          12.1032     98.30%
28696.59/1449.24	c      1449           1333         283        20          24.0000          12.1032     98.30%
28795.66/1454.29	c      1454           1341         291        20          24.0000          12.1032     98.30%
28896.71/1459.34	c      1459           1347         297        20          24.0000          12.1032     98.30%
28997.75/1464.40	c      1464           1352         302        20          24.0000          12.1032     98.30%
29096.85/1469.45	c      1469           1355         305        20          24.0000          12.1032     98.30%
29195.89/1474.47	c      1474           1359         309        20          24.0000          12.1032     98.30%
29296.80/1479.56	c      1480           1363         313        20          24.0000          12.1032     98.30%
29397.45/1484.64	c      1485           1366         316        20          24.0000          12.1032     98.30%
29498.37/1489.70	c      1490           1371         321        20          24.0000          12.1032     98.30%
29597.34/1494.76	c      1495           1375         325        20          24.0000          12.1032     98.30%
29698.39/1499.82	c      1500           1380         330        20          24.0000          12.1032     98.30%
29797.29/1504.83	c      1505           1383         333        20          24.0000          12.1032     98.30%
29898.33/1509.92	c      1510           1388         338        20          24.0000          12.1032     98.30%
29997.30/1515.00	c      1515           1391         341        20          24.0000          12.1032     98.30%
30099.03/1520.05	c      1520           1395         345        20          24.0000          12.1032     98.30%
30201.05/1525.20	c      1525           1401         351        20          24.0000          12.1032     98.30%
30300.05/1530.25	c      1530           1405         355        20          24.0000          12.1032     98.30%
30401.08/1535.30	c      1535           1408         358        20          24.0000          12.1032     98.30%
30500.10/1540.38	c      1540           1413         363        20          24.0000          12.1032     98.30%
30600.89/1545.44	c      1545           1417         367        20          24.0000          12.1032     98.30%
30699.90/1550.46	c      1550           1421         371        20          24.0000          12.1032     98.30%
30800.76/1555.55	c      1556           1423         373        20          24.0000          12.1032     98.30%
30901.87/1560.60	c      1561           1426         376        20          24.0000          12.1032     98.30%
31000.88/1565.66	c      1566           1430         380        20          24.0000          12.1032     98.30%
31102.02/1570.72	c      1571           1435         385        20          24.0000          12.1032     98.30%
31201.08/1575.78	c      1576           1437         387        20          24.0000          12.1032     98.30%
31302.16/1580.84	c      1581           1442         392        20          24.0000          12.1032     98.30%
31401.23/1585.89	c      1586           1445         395        20          24.0000          12.1032     98.30%
31502.15/1590.95	c      1591           1450         400        20          24.0000          12.1032     98.30%
31603.81/1596.05	c      1596           1455         405        20          24.0000          12.1032     98.30%
31702.77/1601.11	c      1601           1459         409        20          24.0000          12.1032     98.30%
31803.80/1606.16	c      1606           1466         416        20          24.0000          12.1032     98.30%
31904.06/1611.22	c      1611           1470         420        20          24.0000          12.1032     98.30%
32003.01/1616.28	c      1616           1473         423        20          24.0000          12.1032     98.30%
32104.05/1621.33	c      1621           1476         426        20          24.0000          12.1032     98.30%
32203.10/1626.37	c      1626           1479         429        20          24.0000          12.1032     98.30%
32304.16/1631.43	c      1631           1482         432        20          24.0000          12.1032     98.30%
32403.19/1636.44	c      1636           1484         434        20          24.0000          12.1032     98.30%
32504.14/1641.53	c      1642           1488         438        20          24.0000          12.1032     98.30%
32603.04/1646.59	c      1647           1495         445        20          24.0000          12.1032     98.30%
32704.00/1651.68	c      1652           1498         448        20          24.0000          12.1032     98.30%
32804.89/1656.72	c      1657           1504         454        20          24.0000          12.1032     98.30%
32905.96/1661.87	c      1662           1509         459        20          24.0000          12.1032     98.30%
33006.90/1666.92	c      1667           1513         463        20          24.0000          12.1032     98.30%
33105.88/1671.99	c      1672           1516         466        20          24.0000          12.1032     98.30%
33207.77/1677.06	c      1677           1517         467        20          24.0000          12.1032     98.30%
33306.95/1682.10	c      1682           1520         470        20          24.0000          12.1032     98.30%
33407.86/1687.16	c      1687           1525         475        20          24.0000          12.1032     98.30%
33508.18/1692.21	c      1692           1530         480        20          24.0000          12.1032     98.30%
33607.28/1697.26	c      1697           1532         482        20          24.0000          12.1032     98.30%
33708.31/1702.32	c      1702           1536         486        20          24.0000          12.1032     98.30%
33807.38/1707.36	c      1707           1540         490        20          24.0000          12.1032     98.30%
33906.39/1712.38	c      1712           1543         493        20          24.0000          12.1032     98.30%
34007.49/1717.48	c      1717           1546         496        20          24.0000          12.1032     98.30%
34108.40/1722.55	c      1723           1551         501        20          24.0000          12.1032     98.30%
34209.44/1727.62	c      1728           1557         507        20          24.0000          12.1032     98.30%
34308.43/1732.66	c      1733           1562         512        20          24.0000          12.1032     98.30%
34409.49/1737.72	c      1738           1567         517        20          24.0000          12.1032     98.30%
34510.58/1742.81	c      1743           1572         522        20          24.0000          12.1032     98.30%
34609.72/1747.87	c      1748           1574         524        20          24.0000          12.1032     98.30%
34710.79/1752.92	c      1753           1577         527        20          24.0000          12.1032     98.30%
34809.88/1758.02	c      1758           1577         527        20          24.0000          12.1032     98.30%
34911.46/1763.07	c      1763           1577         527        20          24.0000          12.1032     98.30%
35010.72/1768.12	c      1768           1577         527        20          24.0000          12.1032     98.30%
35111.83/1773.17	c      1773           1577         527        20          24.0000          12.1032     98.30%
35212.03/1778.23	c      1778           1577         527        20          24.0000          12.1032     98.30%
35310.93/1783.27	c      1783           1577         527        20          24.0000          12.1032     98.30%
35412.00/1788.32	c      1788           1580         530        20          24.0000          12.1032     98.30%
35511.06/1793.39	c      1793           1583         533        20          24.0000          12.1032     98.30%
35612.15/1798.45	c      1798           1585         535        20          24.0000          12.1032     98.30%
35711.23/1803.49	c      1804           1591         541        20          24.0000          12.1032     98.30%
35812.19/1808.55	c      1809           1596         546        20          24.0000          12.1032     98.30%
35911.28/1813.59	c      1814           1599         549        20          24.0000          12.1032     98.30%
36012.36/1818.64	c      1819           1603         553        20          24.0000          12.1132     98.13%
36111.45/1823.68	c      1824           1606         556        20          24.0000          12.1132     98.13%
36212.55/1828.73	c      1829           1611         561        20          24.0000          12.2996     95.13%
36313.61/1833.82	c      1834           1617         567        20          24.0000          12.2996     95.13%
36414.57/1838.90	c      1839           1618         568        20          24.0000          12.2996     95.13%
36513.42/1843.96	c      1844           1623         573        20          24.0000          12.3112     94.94%
36612.56/1849.02	c      1849           1630         580        20          24.0000          12.3112     94.94%
36714.36/1854.07	c      1854           1635         585        20          24.0000          12.3112     94.94%
36813.53/1859.12	c      1859           1639         589        20          24.0000          12.3112     94.94%
36914.52/1864.18	c      1864           1643         593        20          24.0000          12.3112     94.94%
37014.77/1869.25	c      1869           1648         598        20          24.0000          12.3112     94.94%
37115.71/1874.30	c      1874           1653         603        20          24.0000          12.3112     94.94%
37214.65/1879.37	c      1879           1656         606        20          24.0000          12.3112     94.94%
37315.57/1884.44	c      1884           1657         607        20          24.0000          12.3112     94.94%
37414.55/1889.49	c      1890           1661         611        20          24.0000          12.3112     94.94%
37515.58/1894.58	c      1895           1662         612        20          24.0000          12.3112     94.94%
37616.64/1899.65	c      1900           1665         615        20          24.0000          12.3112     94.94%
37717.48/1904.70	c      1905           1665         615        20          24.0000          12.3112     94.94%
37816.45/1909.76	c      1910           1668         618        20          24.0000          12.3112     94.94%
37917.42/1914.86	c      1915           1669         619        20          24.0000          12.3112     94.94%
38018.36/1919.90	c      1920           1670         620        20          24.0000          12.3112     94.94%
38117.38/1924.96	c      1925           1674         624        20          24.0000          12.3722     93.98%
38216.34/1930.01	c      1930           1674         624        20          24.0000          12.3722     93.98%
38318.09/1935.06	c      1935           1677         627        20          24.0000          12.3722     93.98%
38417.07/1940.12	c      1940           1678         628        20          24.0000          12.3722     93.98%
38519.41/1945.20	c      1945           1681         631        20          24.0000          12.3808     93.85%
38618.16/1950.26	c      1950           1683         633        20          24.0000          12.3808     93.85%
38717.07/1955.28	c      1955           1685         635        20          24.0000          12.3808     93.85%
38818.19/1960.31	c      1960           1688         638        20          24.0000          12.3808     93.85%
38918.97/1965.41	c      1965           1690         640        20          24.0000          12.3808     93.85%
39018.00/1970.48	c      1970           1690         640        20          24.0000          12.3808     93.85%
39119.07/1975.54	c      1976           1693         643        20          24.0000          12.3818     93.83%
39220.16/1980.66	c      1981           1695         645        20          24.0000          12.3818     93.83%
39321.16/1985.73	c      1986           1697         647        20          24.0000          12.3818     93.83%
39421.52/1990.81	c      1991           1701         651        20          24.0000          12.3818     93.83%
39520.41/1995.87	c      1996           1704         654        20          24.0000          12.3818     93.83%
39621.61/2000.95	c      2001           1706         656        20          24.0000          12.3818     93.83%
39720.78/2005.99	c      2006           1708         658        20          24.0000          12.3818     93.83%
39822.52/2011.06	c      2011           1710         660        20          24.0000          12.3818     93.83%
39923.36/2016.14	c      2016           1712         662        20          24.0000          12.3818     93.83%
40022.55/2021.19	c      2021           1714         664        20          24.0000          12.3818     93.83%
40122.49/2026.24	c      2026           1716         666        20          24.0000          12.3818     93.83%
40221.54/2031.30	c      2031           1718         668        20          24.0000          12.3818     93.83%
40322.55/2036.36	c      2036           1719         669        20          24.0000          12.3818     93.83%
40421.28/2041.39	c      2041           1722         672        20          24.0000          12.3818     93.83%
40524.11/2046.50	c      2047           1724         674        20          24.0000          12.3818     93.83%
40623.06/2051.55	c      2052           1727         677        20          24.0000          12.3818     93.83%
40722.12/2056.59	c      2057           1730         680        20          24.0000          12.3818     93.83%
40823.21/2061.65	c      2062           1733         683        20          24.0000          12.3818     93.83%
40924.19/2066.76	c      2067           1736         686        20          24.0000          12.3818     93.83%
41025.13/2071.80	c      2072           1736         686        20          24.0000          12.3818     93.83%
41124.21/2076.85	c      2077           1738         688        20          24.0000          12.3818     93.83%
41225.25/2081.91	c      2082           1740         690        20          24.0000          12.3818     93.83%
41324.23/2086.97	c      2087           1742         692        20          24.0000          12.4162     93.30%
41423.15/2092.02	c      2092           1744         696        20          24.0000          12.4162     93.30%
41524.71/2097.08	c      2097           1747         697        20          24.0000          12.4162     93.30%
41623.89/2102.12	c      2102           1747         699        20          24.0000          12.4162     93.30%
41725.02/2107.18	c      2107           1750         700        20          24.0000          12.4162     93.30%
41824.83/2112.23	c      2112           1751         701        20          24.0000          12.4162     93.30%
41923.84/2117.27	c      2117           1752         702        20          24.0000          12.4162     93.30%
42024.74/2122.34	c      2122           1754         704        20          24.0000          12.4162     93.30%
42123.75/2127.36	c      2127           1756         706        20          24.0000          12.4162     93.30%
42224.67/2132.45	c      2132           1759         709        20          24.0000          12.4162     93.30%
42323.64/2137.49	c      2138           1762         714        20          24.0000          12.4162     93.30%
42424.47/2142.54	c      2143           1764         714        20          24.0000          12.4162     93.30%
42523.57/2147.60	c      2148           1765         715        20          24.0000          12.4162     93.30%
42624.55/2152.65	c      2153           1768         718        20          24.0000          12.4162     93.30%
42723.63/2157.70	c      2158           1770         720        20          24.0000          12.4162     93.30%
42824.69/2162.76	c      2163           1773         723        20          24.0000          12.4250     93.16%
42925.58/2167.85	c      2168           1775         725        20          24.0000          12.4250     93.16%
43026.64/2172.92	c      2173           1778         728        20          24.0000          12.4250     93.16%
43125.76/2177.97	c      2178           1781         731        20          24.0000          12.4250     93.16%
43224.86/2183.02	c      2183           1783         733        20          24.0000          12.4250     93.16%
43323.81/2188.03	c      2188           1786         736        20          24.0000          12.4250     93.16%
43425.10/2193.05	c      2193           1787         737        20          24.0000          12.4250     93.16%
43524.42/2198.08	c      2198           1787         737        20          24.0000          12.4250     93.16%
43626.13/2203.23	c      2203           1787         737        20          24.0000          12.4250     93.16%
43725.26/2208.27	c      2208           1787         737        20          24.0000          12.4250     93.16%
43824.35/2213.28	c      2213           1787         737        20          24.0000          12.4250     93.16%
43925.32/2218.33	c      2218           1787         739        20          24.0000          12.4250     93.16%
44026.25/2223.40	c      2223           1790         740        20          24.0000          12.4250     93.16%
44125.39/2228.42	c      2228           1791         741        20          24.0000          12.4250     93.16%
44226.44/2233.50	c      2234           1793         743        20          24.0000          12.4250     93.16%
44325.42/2238.55	c      2239           1795         745        20          24.0000          12.4250     93.16%
44426.46/2243.68	c      2244           1795         747        20          24.0000          12.4250     93.16%
44527.27/2248.77	c      2249           1797         747        20          24.0000          12.4250     93.16%
44628.31/2253.86	c      2254           1800         750        20          24.0000          12.4250     93.16%
44729.41/2258.91	c      2259           1802         752        20          24.0000          12.4374     92.97%
44828.50/2263.98	c      2264           1803         753        20          24.0000          12.4374     92.97%
44927.62/2268.99	c      2269           1806         756        20          24.0000          12.4374     92.97%
45029.56/2274.08	c      2274           1808         758        20          24.0000          12.4374     92.97%
45128.34/2279.13	c      2279           1811         761        20          24.0000          12.4374     92.97%
45229.26/2284.19	c      2284           1814         764        20          24.0000          12.4374     92.97%
45329.73/2289.24	c      2289           1815         765        20          24.0000          12.4374     92.97%
45428.82/2294.28	c      2294           1818         768        20          24.0000          12.4374     92.97%
45529.77/2299.34	c      2299           1820         770        20          24.0000          12.4374     92.97%
45628.85/2304.39	c      2304           1823         773        20          24.0000          12.4374     92.97%
45729.94/2309.49	c      2310           1825         775        20          24.0000          12.4374     92.97%
45831.01/2314.56	c      2315           1829         779        20          24.0000          12.4374     92.97%
45930.12/2319.58	c      2320           1829         779        20          24.0000          12.4374     92.97%
46031.21/2324.67	c      2325           1829         779        20          24.0000          12.4374     92.97%
46132.27/2329.72	c      2330           1829         779        20          24.0000          12.4374     92.97%
46231.33/2334.78	c      2335           1829         779        20          24.0000          12.4374     92.97%
46332.32/2339.81	c      2340           1829         779        20          24.0000          12.4374     92.97%
46433.36/2344.90	c      2345           1829         779        20          24.0000          12.4374     92.97%
46532.46/2349.96	c      2350           1829         779        20          24.0000          12.4374     92.97%
46631.59/2355.01	c      2355           1829         779        20          24.0000          12.4374     92.97%
46733.28/2360.06	c      2360           1829         779        20          24.0000          12.4374     92.97%
46832.21/2365.11	c      2365           1829         779        20          24.0000          12.4374     92.97%
46933.18/2370.16	c      2370           1829         779        20          24.0000          12.4374     92.97%
47033.34/2375.22	c      2375           1829         779        20          24.0000          12.4374     92.97%
47132.46/2380.30	c      2380           1829         781        20          24.0000          12.4374     92.97%
47233.16/2385.36	c      2385           1831         781        20          24.0000          12.4435     92.87%
47334.11/2390.41	c      2390           1834         784        20          24.0000          12.4435     92.87%
47433.12/2395.46	c      2395           1836         786        20          24.0000          12.4435     92.87%
47534.17/2400.52	c      2401           1839         789        20          24.0000          12.4435     92.87%
47633.13/2405.57	c      2406           1842         792        20          24.0000          12.4448     92.85%
47734.24/2410.62	c      2411           1845         795        20          24.0000          12.4448     92.85%
47833.23/2415.67	c      2416           1849         799        20          24.0000          12.4448     92.85%
47934.33/2420.75	c      2421           1851         801        20          24.0000          12.4476     92.81%
48035.28/2425.81	c      2426           1852         802        20          24.0000          12.4476     92.81%
48134.32/2430.86	c      2431           1855         805        20          24.0000          12.4476     92.81%
48235.33/2435.91	c      2436           1857         807        20          24.0000          12.4476     92.81%
48334.37/2440.98	c      2441           1859         809        20          24.0000          12.4476     92.81%
48433.35/2446.04	c      2446           1862         812        20          24.0000          12.4476     92.81%
48534.99/2451.10	c      2451           1863         813        20          24.0000          12.4476     92.81%
48636.18/2456.15	c      2456           1865         815        20          24.0000          12.4476     92.81%
48736.27/2461.21	c      2461           1867         817        20          24.0000          12.4476     92.81%
48835.35/2466.25	c      2466           1870         820        20          24.0000          12.4476     92.81%
48936.37/2471.31	c      2471           1872         822        20          24.0000          12.4476     92.81%
49035.43/2476.33	c      2476           1874         824        20          24.0000          12.4476     92.81%
49136.50/2481.43	c      2481           1875         827        20          24.0000          12.4476     92.81%
49237.50/2486.51	c      2487           1880         830        20          24.0000          12.4476     92.81%
49336.36/2491.56	c      2492           1882         832        20          24.0000          12.4476     92.81%
49435.24/2496.59	c      2497           1885         835        20          24.0000          12.4476     92.81%
49536.21/2501.60	c      2502           1887         837        20          24.0000          12.4476     92.81%
49634.98/2506.66	c      2507           1890         840        20          24.0000          12.4476     92.81%
49735.92/2511.74	c      2512           1892         842        20          24.0000          12.4943     92.09%
49834.91/2516.75	c      2517           1894         844        20          24.0000          12.4943     92.09%
49937.96/2521.91	c      2522           1897         847        20          24.0000          12.4943     92.09%
50037.09/2526.94	c      2527           1900         850        20          24.0000          12.4943     92.09%
50136.19/2532.01	c      2532           1905         855        20          24.0000          12.4943     92.09%
50238.11/2537.08	c      2537           1908         858        20          24.0000          12.4943     92.09%
50337.16/2542.13	c      2542           1910         860        20          24.0000          12.4943     92.09%
50437.83/2547.15	c      2547           1913         863        20          24.0000          12.4943     92.09%
50538.38/2552.27	c      2552           1916         866        20          24.0000          12.4943     92.09%
50639.61/2557.34	c      2557           1919         869        20          24.0000          12.4943     92.09%
50738.30/2562.39	c      2562           1922         872        20          24.0000          12.4943     92.09%
50839.22/2567.46	c      2567           1923         873        20          24.0000          12.4943     92.09%
50938.32/2572.50	c      2572           1925         875        20          24.0000          12.4943     92.09%
51039.54/2577.54	c      2578           1928         878        20          24.0000          12.4943     92.09%
51140.41/2582.61	c      2583           1930         880        20          24.0000          12.4943     92.09%
51239.34/2587.65	c      2588           1933         883        20          24.0000          12.5124     91.81%
51340.20/2592.73	c      2593           1935         885        20          24.0000          12.5124     91.81%
51439.09/2597.79	c      2598           1936         886        20          24.0000          12.5124     91.81%
51540.15/2602.87	c      2603           1939         889        20          24.0000          12.5124     91.81%
51641.13/2607.92	c      2608           1942         892        20          24.0000          12.5124     91.81%
51740.15/2612.94	c      2613           1944         894        20          24.0000          12.5124     91.81%
51841.81/2618.05	c      2618           1946         896        20          24.0000          12.5124     91.81%
51940.72/2623.10	c      2623           1946         898        20          24.0000          12.5124     91.81%
52041.97/2628.15	c      2628           1946         898        20          24.0000          12.5124     91.81%
52142.01/2633.23	c      2633           1949         899        20          24.0000          12.5124     91.81%
52241.06/2638.24	c      2638           1953         903        20          24.0000          12.5124     91.81%
52342.11/2643.34	c      2643           1955         905        20          24.0000          12.5124     91.81%
52443.00/2648.41	c      2648           1957         907        20          24.0000          12.5124     91.81%
52542.08/2653.45	c      2653           1959         909        20          24.0000          12.5124     91.81%
52643.17/2658.50	c      2659           1962         912        20          24.0000          12.5283     91.57%
52742.15/2663.57	c      2664           1965         915        20          24.0000          12.5283     91.57%
52843.25/2668.61	c      2669           1967         917        20          24.0000          12.5283     91.57%
52944.12/2673.70	c      2674           1972         922        20          24.0000          12.5283     91.57%
53043.23/2678.75	c      2679           1974         924        20          24.0000          12.5283     91.57%
53144.29/2683.80	c      2684           1975         925        20          24.0000          12.5283     91.57%
53242.95/2688.83	c      2689           1979         929        20          24.0000          12.5283     91.57%
53342.05/2693.85	c      2694           1980         930        20          24.0000          12.5283     91.57%
53443.15/2698.98	c      2699           1984         934        20          24.0000          12.5283     91.57%
53542.24/2704.03	c      2704           1986         936        20          24.0000          12.5283     91.57%
53645.93/2709.14	c      2709           1989         939        20          24.0000          12.5283     91.57%
53744.96/2714.18	c      2714           1991         941        20          24.0000          12.5344     91.47%
53845.04/2719.21	c      2719           1995         945        20          24.0000          12.5344     91.47%
53945.93/2724.32	c      2724           1997         947        20          24.0000          12.5344     91.47%
54044.96/2729.37	c      2729           2000         950        20          24.0000          12.5344     91.47%
54145.90/2734.47	c      2734           2003         953        20          24.0000          12.5344     91.47%
54246.97/2739.53	c      2740           2005         955        20          24.0000          12.5344     91.47%
54346.07/2744.59	c      2745           2007         957        20          24.0000          12.5344     91.47%
54447.23/2749.63	c      2750           2011         961        20          24.0000          12.5344     91.47%
54548.03/2754.70	c      2755           2011         961        20          24.0000          12.5344     91.47%
54647.11/2759.76	c      2760           2014         964        20          24.0000          12.5344     91.47%
54748.19/2764.83	c      2765           2015         965        20          24.0000          12.5344     91.47%
54847.31/2769.87	c      2770           2017         967        20          24.0000          12.5344     91.47%
54948.42/2774.92	c      2775           2020         970        20          24.0000          12.5344     91.47%
55047.53/2780.02	c      2780           2022         972        20          24.0000          12.5493     91.25%
55149.10/2785.06	c      2785           2025         975        20          24.0000          12.5493     91.25%
55248.12/2790.11	c      2790           2028         978        20          24.0000          12.5493     91.25%
55349.07/2795.17	c      2795           2031         981        20          24.0000          12.5493     91.25%
55449.48/2800.22	c      2800           2034         984        20          24.0000          12.5493     91.25%
55550.53/2805.31	c      2805           2035         985        20          24.0000          12.5493     91.25%
55649.62/2810.37	c      2810           2037         987        20          24.0000          12.5493     91.25%
55750.59/2815.41	c      2815           2039         989        20          24.0000          12.5493     91.25%
55849.71/2820.46	c      2820           2043         993        20          24.0000          12.5493     91.25%
55950.75/2825.53	c      2826           2046         996        20          24.0000          12.5493     91.25%
56049.87/2830.59	c      2831           2050        1000        20          24.0000          12.5493     91.25%
56152.94/2835.72	c      2836           2052        1002        20          24.0000          12.5514     91.21%
56251.88/2840.78	c      2841           2054        1004        20          24.0000          12.5514     91.21%
56352.98/2845.86	c      2846           2057        1007        20          24.0000          12.5514     91.21%
56454.02/2850.90	c      2851           2058        1008        20          24.0000          12.5514     91.21%
56553.06/2855.96	c      2856           2061        1011        20          24.0000          12.5514     91.21%
56651.97/2861.01	c      2861           2062        1012        20          24.0000          12.5514     91.21%
56753.61/2866.10	c      2866           2064        1014        20          24.0000          12.5514     91.21%
56855.98/2871.23	c      2871           2065        1015        20          24.0000          12.5514     91.21%
56955.08/2876.29	c      2876           2068        1018        20          24.0000          12.5514     91.21%
57056.18/2881.35	c      2881           2071        1021        20          24.0000          12.5514     91.21%
57155.29/2886.39	c      2886           2074        1024        20          24.0000          12.5514     91.21%
57256.40/2891.44	c      2891           2078        1028        20          24.0000          12.5514     91.21%
57355.46/2896.49	c      2896           2081        1031        20          24.0000          12.5622     91.05%
57456.53/2901.54	c      2902           2083        1033        20          24.0000          12.5622     91.05%
57557.42/2906.60	c      2907           2085        1035        20          24.0000          12.5622     91.05%
57656.33/2911.66	c      2912           2087        1037        20          24.0000          12.5622     91.05%
57757.37/2916.70	c      2917           2089        1039        20          24.0000          12.5622     91.05%
57856.39/2921.76	c      2922           2091        1041        20          24.0000          12.5622     91.05%
57957.44/2926.81	c      2927           2093        1043        20          24.0000          12.5622     91.05%
58058.23/2931.93	c      2932           2095        1045        20          24.0000          12.5622     91.05%
58157.32/2936.93	c      2937           2098        1048        20          24.0000          12.5622     91.05%
58259.11/2942.04	c      2942           2100        1050        20          24.0000          12.5622     91.05%
58358.02/2947.09	c      2947           2101        1051        20          24.0000          12.5622     91.05%
58459.05/2952.16	c      2952           2105        1055        20          24.0000          12.5622     91.05%
58559.11/2957.23	c      2957           2107        1057        20          24.0000          12.5622     91.05%
58658.23/2962.27	c      2962           2110        1060        20          24.0000          12.5622     91.05%
58759.06/2967.34	c      2967           2114        1064        20          24.0000          12.5622     91.05%
58858.07/2972.40	c      2972           2117        1067        20          24.0000          12.5622     91.05%
58959.16/2977.46	c      2977           2119        1069        20          24.0000          12.5622     91.05%
59058.09/2982.49	c      2982           2120        1070        20          24.0000          12.5622     91.05%
59157.08/2987.49	c      2988           2122        1072        20          24.0000          12.5622     91.05%
59258.10/2992.54	c      2993           2124        1074        20          24.0000          12.5622     91.05%
59357.15/2997.59	c      2998           2127        1077        20          24.0000          12.5622     91.05%
59458.32/3002.65	c      3003           2128        1078        20          24.0000          12.5622     91.05%
59559.36/3007.70	c      3008           2129        1079        20          24.0000          12.5622     91.05%
59658.51/3012.77	c      3013           2131        1081        20          24.0000          12.5768     90.83%
59759.63/3017.81	c      3018           2135        1085        20          24.0000          12.5768     90.83%
59858.76/3022.88	c      3023           2136        1086        20          24.0000          12.5768     90.83%
59959.78/3027.93	c      3028           2139        1089        20          24.0000          12.5768     90.83%
60058.80/3032.99	c      3033           2140        1090        20          24.0000          12.5768     90.83%
60160.40/3038.03	c      3038           2144        1094        20          24.0000          12.5768     90.83%
60259.47/3043.09	c      3043           2146        1096        20          24.0000          12.5768     90.83%
60360.52/3048.14	c      3048           2147        1097        20          24.0000          12.5768     90.83%
60459.37/3053.19	c      3053           2148        1098        20          24.0000          12.5768     90.83%
60559.67/3058.20	c      3058           2150        1100        20          24.0000          12.5768     90.83%
60660.72/3063.35	c      3063           2153        1103        20          24.0000          12.5768     90.83%
60761.72/3068.40	c      3068           2155        1105        20          24.0000          12.5768     90.83%
60860.64/3073.47	c      3073           2156        1106        20          24.0000          12.5768     90.83%
60961.69/3078.54	c      3079           2158        1108        20          24.0000          12.5768     90.83%
61060.72/3083.57	c      3084           2160        1110        20          24.0000          12.5768     90.83%
61159.78/3088.58	c      3089           2161        1111        20          24.0000          12.5792     90.79%
61260.78/3093.68	c      3094           2164        1114        20          24.0000          12.5792     90.79%
61361.83/3098.73	c      3099           2166        1116        20          24.0000          12.5792     90.79%
61460.66/3103.79	c      3104           2168        1118        20          24.0000          12.5792     90.79%
61561.68/3108.83	c      3109           2169        1119        20          24.0000          12.5792     90.79%
61660.68/3113.89	c      3114           2172        1122        20          24.0000          12.5792     90.79%
61761.72/3118.93	c      3119           2174        1124        20          24.0000          12.5792     90.79%
61860.74/3124.00	c      3124           2176        1126        20          24.0000          12.5792     90.79%
61962.58/3129.06	c      3129           2179        1131        20          24.0000          12.5792     90.79%
62061.28/3134.11	c      3134           2182        1132        20          24.0000          12.5792     90.79%
62162.34/3139.17	c      3139           2184        1134        20          24.0000          12.5792     90.79%
62262.51/3144.22	c      3144           2187        1137        20          24.0000          12.5792     90.79%
62361.46/3149.28	c      3149           2188        1138        20          24.0000          12.5792     90.79%
62462.54/3154.33	c      3154           2190        1140        20          24.0000          12.5792     90.79%
62563.53/3159.45	c      3159           2192        1142        20          24.0000          12.5836     90.72%
62664.47/3164.51	c      3165           2195        1145        20          24.0000          12.5836     90.72%
62763.49/3169.56	c      3170           2197        1147        20          24.0000          12.5836     90.72%
62864.55/3174.61	c      3175           2200        1150        20          24.0000          12.5836     90.72%
62965.64/3179.74	c      3180           2202        1152        20          24.0000          12.5836     90.72%
63064.65/3184.79	c      3185           2204        1154        20          24.0000          12.5836     90.72%
63165.59/3189.84	c      3190           2207        1157        20          24.0000          12.5836     90.72%
63264.49/3194.89	c      3195           2208        1158        20          24.0000          12.5836     90.72%
63365.50/3199.90	c      3200           2209        1159        20          24.0000          12.5836     90.72%
63464.50/3204.96	c      3205           2211        1161        20          24.0000          12.5836     90.72%
63563.53/3210.01	c      3210           2213        1163        20          24.0000          12.5836     90.72%
63665.12/3215.07	c      3215           2215        1165        20          24.0000          12.5836     90.72%
63764.25/3220.11	c      3220           2220        1170        20          24.0000          12.5836     90.72%
63865.20/3225.18	c      3225           2222        1172        20          24.0000          12.5936     90.57%
63965.37/3230.29	c      3230           2225        1175        20          24.0000          12.5936     90.57%
64066.31/3235.35	c      3235           2225        1175        20          24.0000          12.5936     90.57%
64167.17/3240.40	c      3240           2227        1177        20          24.0000          12.5936     90.57%
64266.10/3245.43	c      3245           2230        1180        20          24.0000          12.5936     90.57%
64367.05/3250.51	c      3251           2232        1182        20          24.0000          12.5936     90.57%
64466.12/3255.54	c      3256           2233        1183        20          24.0000          12.5936     90.57%
64567.20/3260.61	c      3261           2234        1184        20          24.0000          12.5936     90.57%
64666.27/3265.67	c      3266           2236        1186        20          24.0000          12.5936     90.57%
64767.32/3270.73	c      3271           2238        1188        20          24.0000          12.5936     90.57%
64868.35/3275.83	c      3276           2241        1191        20          24.0000          12.5936     90.57%
64969.15/3280.91	c      3281           2242        1192        20          24.0000          12.5936     90.57%
65067.81/3285.99	c      3286           2245        1195        20          24.0000          12.5936     90.57%
65169.06/3291.09	c      3291           2245        1195        20          24.0000          12.5936     90.57%
65268.32/3296.14	c      3296           2246        1196        20          24.0000          12.5936     90.57%
65370.54/3301.26	c      3301           2247        1197        20          24.0000          12.5936     90.57%
65471.48/3306.31	c      3306           2249        1199        20          24.0000          12.5936     90.57%
65570.32/3311.37	c      3311           2251        1201        20          24.0000          12.5936     90.57%
65669.30/3316.39	c      3316           2253        1203        20          24.0000          12.5936     90.57%
65770.34/3321.44	c      3321           2256        1206        20          24.0000          12.5936     90.57%
65871.24/3326.58	c      3327           2259        1209        20          24.0000          12.5936     90.57%
65972.22/3331.64	c      3332           2261        1211        20          24.0000          12.5993     90.49%
66071.20/3336.69	c      3337           2265        1215        20          24.0000          12.5993     90.49%
66172.23/3341.76	c      3342           2268        1218        20          24.0000          12.5993     90.49%
66272.85/3346.81	c      3347           2269        1219        20          24.0000          12.5993     90.49%
66371.84/3351.85	c      3352           2272        1222        20          24.0000          12.5993     90.49%
66472.82/3356.91	c      3357           2275        1225        20          24.0000          12.5993     90.49%
66571.79/3361.98	c      3362           2275        1225        20          24.0000          12.5993     90.49%
66670.76/3367.00	c      3367           2275        1225        20          24.0000          12.5993     90.49%
66772.60/3372.10	c      3372           2275        1225        20          24.0000          12.5993     90.49%
66873.17/3377.16	c      3377           2275        1225        20          24.0000          12.5993     90.49%
66973.53/3382.21	c      3382           2275        1225        20          24.0000          12.5993     90.49%
67072.57/3387.26	c      3387           2275        1225        20          24.0000          12.5993     90.49%
67173.55/3392.31	c      3392           2279        1229        20          24.0000          12.5993     90.49%
67272.46/3397.36	c      3397           2282        1232        20          24.0000          12.5993     90.49%
67373.16/3402.43	c      3402           2286        1236        20          24.0000          12.5993     90.49%
67472.08/3407.49	c      3407           2288        1238        20          24.0000          12.5993     90.49%
67573.03/3412.54	c      3413           2290        1240        20          24.0000          12.5993     90.49%
67671.96/3417.59	c      3418           2292        1242        20          24.0000          12.5993     90.49%
67772.67/3422.65	c      3423           2295        1245        20          24.0000          12.5993     90.49%
67873.52/3427.70	c      3428           2298        1248        20          24.0000          12.5993     90.49%
67972.53/3432.75	c      3433           2301        1251        20          24.0000          12.6055     90.39%
68073.42/3437.80	c      3438           2303        1253        20          24.0000          12.6055     90.39%
68172.39/3442.85	c      3443           2305        1255        20          24.0000          12.6055     90.39%
68273.43/3447.91	c      3448           2307        1257        20          24.0000          12.6055     90.39%
68372.36/3452.96	c      3453           2311        1261        20          24.0000          12.6055     90.39%
68471.43/3458.01	c      3458           2312        1262        20          24.0000          12.6055     90.39%
68572.88/3463.05	c      3463           2314        1264        20          24.0000          12.6055     90.39%
68672.05/3468.10	c      3468           2314        1264        20          24.0000          12.6055     90.39%
68774.39/3473.20	c      3473           2314        1264        20          24.0000          12.6055     90.39%
68875.48/3478.31	c      3478           2314        1264        20          24.0000          12.6055     90.39%
68974.59/3483.39	c      3483           2314        1264        20          24.0000          12.6055     90.39%
69077.49/3488.52	c      3489           2314        1264        20          24.0000          12.6055     90.39%
69176.63/3493.58	c      3494           2314        1264        20          24.0000          12.6055     90.39%
69279.72/3498.77	c      3499           2314        1264        20          24.0000          12.6055     90.39%
69380.81/3503.84	c      3504           2316        1266        20          24.0000          12.6055     90.39%
69479.91/3508.90	c      3509           2317        1267        20          24.0000          12.6055     90.39%
69580.87/3514.01	c      3514           2320        1270        20          24.0000          12.6055     90.39%
69682.38/3519.07	c      3519           2323        1273        20          24.0000          12.6055     90.39%
69781.37/3524.11	c      3524           2325        1275        20          24.0000          12.6055     90.39%
69882.49/3529.15	c      3529           2326        1276        20          24.0000          12.6055     90.39%
69982.81/3534.22	c      3534           2329        1279        20          24.0000          12.6055     90.39%
70081.94/3539.27	c      3539           2331        1281        20          24.0000          12.6213     90.15%
70183.07/3544.31	c      3544           2333        1283        20          24.0000          12.6213     90.15%
70282.20/3549.37	c      3549           2335        1285        20          24.0000          12.6213     90.15%
70383.35/3554.41	c      3554           2337        1287        20          24.0000          12.6213     90.15%
70482.40/3559.46	c      3559           2340        1290        20          24.0000          12.6213     90.15%
70583.47/3564.52	c      3565           2342        1292        20          24.0000          12.6213     90.15%
70684.52/3569.63	c      3570           2345        1295        20          24.0000          12.6213     90.15%
70783.59/3574.67	c      3575           2348        1298        20          24.0000          12.6213     90.15%
70884.64/3579.73	c      3580           2352        1302        20          24.0000          12.6213     90.15%
70983.64/3584.78	c      3585           2356        1306        20          24.0000          12.6213     90.15%
71084.72/3589.83	c      3590           2359        1309        20          24.0000          12.6213     90.15%
71183.75/3594.88	c      3595           2362        1312        20          24.0000          12.6283     90.05%
71284.63/3599.92	c      3600           2363        1313        20          24.0000          12.6283     90.05%
71383.66/3604.97	c      3605           2366        1316        20          24.0000          12.6283     90.05%
71482.75/3610.02	c      3610           2369        1319        20          24.0000          12.6283     90.05%
71584.09/3615.08	c      3615           2372        1322        20          24.0000          12.6283     90.05%
71683.27/3620.13	c      3620           2375        1325        20          24.0000          12.6283     90.05%
71784.28/3625.17	c      3625           2375        1327        20          24.0000          12.6283     90.05%
71884.68/3630.22	c      3630           2377        1327        20          24.0000          12.6283     90.05%
71983.89/3635.27	c      3635           2381        1331        20          24.0000          12.6283     90.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 (187117 MiB free)
  memory of node 1: 193531 MiB (189391 MiB free)
  memory of node 2: 193531 MiB (193044 MiB free)
  memory of node 3: 193493 MiB (190335 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-4465297-1722457109/watcher-4465297-1722457109 -o /tmp/evaluation-result-4465297-1722457109/solver-4465297-1722457109 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68261 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465297-1722457109.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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


[startup+0.100108 s]*
/proc/loadavg: 77.68 80.17 80.04 63/983 70660
/proc/meminfo: memFree=778039628/790760804 swapFree=131071996/131071996
[pid=70659] ppid=70656 vsize=82576 memory=71256 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/stat : 70659 (fscip) R 70656 70659 68249 0 -1 4194304 16736 0 0 0 9 2 0 0 20 0 1 0 12293613 84557824 17814 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
/proc/70659/statm: 20644 17814 2678 3035 0 17040 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 82576 KiB
Current children cumulated memory: 71256 KiB

[startup+0.22318 s]*
/proc/loadavg: 77.68 80.17 80.04 62/983 70660
/proc/meminfo: memFree=778012124/790760804 swapFree=131071996/131071996
[pid=70659] ppid=70656 vsize=87928 memory=75828 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/stat : 70659 (fscip) R 70656 70659 68249 0 -1 4194304 21152 0 0 0 20 3 0 0 20 0 1 0 12293613 90038272 18957 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
/proc/70659/statm: 21982 18957 2774 3035 0 18378 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 87928 KiB
Current children cumulated memory: 75828 KiB

[startup+0.319504 s]*
/proc/loadavg: 77.68 80.17 80.04 62/1003 70680
/proc/meminfo: memFree=777970144/790760804 swapFree=131071996/131071996
[pid=70659] ppid=70656 vsize=1579728 memory=138712 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/stat : 70659 (fscip) S 70656 70659 68249 0 -1 1077936128 38146 0 0 0 27 6 0 0 20 0 21 0 12293613 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
/proc/70659/statm: 394932 34678 2806 3035 0 77016 0
[pid=70659/tid=70661] ppid=70656 vsize=1579728 memory=-5155629093981284229 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70661/stat : 70661 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70662] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70662/stat : 70662 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70663] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70663/stat : 70663 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70664] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70664/stat : 70664 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70665] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70665/stat : 70665 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70666] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70666/stat : 70666 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70667] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70667/stat : 70667 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70668] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70668/stat : 70668 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70669] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70669/stat : 70669 (fscip) S 70656 70659 68249 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70670] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70670/stat : 70670 (fscip) S 70656 70659 68249 0 -1 1077936192 3558 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70671] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70671/stat : 70671 (fscip) R 70656 70659 68249 0 -1 4194368 1885 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70672] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70672/stat : 70672 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70673] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70673/stat : 70673 (fscip) S 70656 70659 68249 0 -1 1077936192 3559 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70674] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70674/stat : 70674 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70675] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70675/stat : 70675 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70676] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70676/stat : 70676 (fscip) S 70656 70659 68249 0 -1 1077936192 3558 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70677] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70677/stat : 70677 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70678] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70678/stat : 70678 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70679] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70679/stat : 70679 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70680] ppid=70656 vsize=1579728 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70680/stat : 70680 (fscip) S 70656 70659 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12293642 1617641472 34678 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1579728 KiB
Current children cumulated memory: 138712 KiB

[startup+0.701252 s]
/proc/loadavg: 77.68 80.17 80.04 62/1003 70680
/proc/meminfo: memFree=777710952/790760804 swapFree=131071996/131071996
[pid=70659] ppid=70656 vsize=2595616 memory=1187192 CPUtime=3.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/stat : 70659 (fscip) S 70656 70659 68249 0 -1 1077936128 299968 0 0 0 228 73 0 0 20 0 41 0 12293613 2657910784 296798 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
/proc/70659/statm: 648904 296798 2822 3035 0 395468 0
[pid=70659/tid=70661] ppid=70656 vsize=2595616 memory=6655300316396806240 CPUtime=0.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70661/stat : 70661 (fscip) R 70656 70659 68249 0 -1 4194368 9021 0 0 0 12 2 0 0 20 0 41 0 12293642 2657910784 296798 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70662] ppid=70656 vsize=2595616 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70662/stat : 70662 (fscip) R 70656 70659 68249 0 -1 4194368 16220 0 0 0 8 4 0 0 20 0 41 0 12293642 2657910784 296798 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70663] ppid=70656 vsize=2595616 memory=11624 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70663/stat : 70663 (fscip) R 70656 70659 68249 0 -1 4194368 16209 0 0 0 10 3 0 0 20 0 41 0 12293642 2657910784 296798 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70664] ppid=70656 vsize=2595616 memory=16108 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70664/stat : 70664 (fscip) R 70656 70659 68249 0 -1 4194368 9019 0 0 0 11 2 0 0 20 0 41 0 12293642 2657910784 296798 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70665] ppid=70656 vsize=2595616 memory=5440 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70665/stat : 70665 (fscip) R 70656 70659 68249 0 -1 4194368 16232 0 0 0 9 3 0 0 20 0 41 0 12293642 2657910784 296798 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70666] ppid=70656 vsize=2595616 memory=0 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70666/stat : 70666 (fscip) R 70656 70659 68249 0 -1 4194368 16239 0 0 0 10 3 0 0 20 0 41 0 12293642 2657910784 296864 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70667] ppid=70656 vsize=2595616 memory=13784 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70667/stat : 70667 (fscip) R 70656 70659 68249 0 -1 4194368 9021 0 0 0 11 2 0 0 20 0 41 0 12293642 2657910784 296864 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70668] ppid=70656 vsize=2595616 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70668/stat : 70668 (fscip) R 70656 70659 68249 0 -1 4194368 16218 0 0 0 8 4 0 0 20 0 41 0 12293642 2657910784 296864 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70669] ppid=70656 vsize=2595616 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70669/stat : 70669 (fscip) R 70656 70659 68249 0 -1 4194368 16223 0 0 0 8 4 0 0 20 0 41 0 12293642 2657910784 296864 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70670] ppid=70656 vsize=2595616 memory=3906652990072946720 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70670/stat : 70670 (fscip) R 70656 70659 68249 0 -1 4194368 9148 0 0 0 12 1 0 0 20 0 41 0 12293642 2657910784 296864 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70671] ppid=70656 vsize=2595616 memory=83602 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70671/stat : 70671 (fscip) R 70656 70659 68249 0 -1 4194368 16221 0 0 0 9 4 0 0 20 0 41 0 12293642 2657910784 296864 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70672] ppid=70656 vsize=2595616 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70672/stat : 70672 (fscip) R 70656 70659 68249 0 -1 4194368 16223 0 0 0 9 3 0 0 20 0 41 0 12293642 2657910784 296864 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70673] ppid=70656 vsize=2595616 memory=82063769 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70673/stat : 70673 (fscip) R 70656 70659 68249 0 -1 4194368 9149 0 0 0 12 1 0 0 20 0 41 0 12293642 2657910784 296864 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70674] ppid=70656 vsize=2595616 memory=1952 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70674/stat : 70674 (fscip) R 70656 70659 68249 0 -1 4194368 16216 0 0 0 8 4 0 0 20 0 41 0 12293642 2657910784 296864 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70675] ppid=70656 vsize=2595616 memory=1852 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70675/stat : 70675 (fscip) R 70656 70659 68249 0 -1 4194368 16202 0 0 0 9 3 0 0 20 0 41 0 12293642 2657910784 296864 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70676] ppid=70656 vsize=2595616 memory=33108 CPUtime=0.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70676/stat : 70676 (fscip) R 70656 70659 68249 0 -1 4194368 9147 0 0 0 12 2 0 0 20 0 41 0 12293642 2657910784 296930 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70677] ppid=70656 vsize=2595616 memory=2208 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70677/stat : 70677 (fscip) R 70656 70659 68249 0 -1 4194368 16208 0 0 0 8 4 0 0 20 0 41 0 12293642 2657910784 296930 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70678] ppid=70656 vsize=2595616 memory=25992 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70678/stat : 70678 (fscip) R 70656 70659 68249 0 -1 4194368 16209 0 0 0 8 4 0 0 20 0 41 0 12293642 2657910784 296930 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70679] ppid=70656 vsize=2595616 memory=25333125866717268 CPUtime=0.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70679/stat : 70679 (fscip) R 70656 70659 68249 0 -1 4194368 9019 0 0 0 12 2 0 0 20 0 41 0 12293642 2657910784 296930 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70680] ppid=70656 vsize=2595616 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70680/stat : 70680 (fscip) R 70656 70659 68249 0 -1 4194368 16221 0 0 0 8 4 0 0 20 0 41 0 12293642 2657910784 296930 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 2595616 KiB
Current children cumulated memory: 1187192 KiB

[startup+1.50125 s]
/proc/loadavg: 77.68 80.17 80.04 81/1023 70700
/proc/meminfo: memFree=776328460/790760804 swapFree=131071996/131071996
[pid=70659] ppid=70656 vsize=3054368 memory=2023524 CPUtime=18.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/stat : 70659 (fscip) S 70656 70659 68249 0 -1 1077936128 516105 0 0 0 1535 295 0 0 20 0 41 0 12293613 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
/proc/70659/statm: 763592 505881 2966 3035 0 610122 0
[pid=70659/tid=70661] ppid=70656 vsize=3054368 memory=0 CPUtime=0.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70661/stat : 70661 (fscip) R 70656 70659 68249 0 -1 4194368 27774 0 0 0 74 16 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70662] ppid=70656 vsize=3054368 memory=13784 CPUtime=0.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70662/stat : 70662 (fscip) R 70656 70659 68249 0 -1 4194368 22854 0 0 0 65 21 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70663] ppid=70656 vsize=3054368 memory=16108 CPUtime=0.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70663/stat : 70663 (fscip) R 70656 70659 68249 0 -1 4194368 23002 0 0 0 87 4 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70664] ppid=70656 vsize=3054368 memory=5440 CPUtime=0.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70664/stat : 70664 (fscip) R 70656 70659 68249 0 -1 4194368 27740 0 0 0 71 18 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70665] ppid=70656 vsize=3054368 memory=0 CPUtime=0.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70665/stat : 70665 (fscip) R 70656 70659 68249 0 -1 4194368 23000 0 0 0 67 19 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70666] ppid=70656 vsize=3054368 memory=11624 CPUtime=0.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70666/stat : 70666 (fscip) R 70656 70659 68249 0 -1 4194368 23043 0 0 0 88 4 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70667] ppid=70656 vsize=3054368 memory=7309456984216988008 CPUtime=0.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70667/stat : 70667 (fscip) R 70656 70659 68249 0 -1 4194368 27744 0 0 0 71 19 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70668] ppid=70656 vsize=3054368 memory=25333125866717268 CPUtime=0.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70668/stat : 70668 (fscip) R 70656 70659 68249 0 -1 4194368 22744 0 0 0 66 21 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70669] ppid=70656 vsize=3054368 memory=25333125866717268 CPUtime=0.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70669/stat : 70669 (fscip) R 70656 70659 68249 0 -1 4194368 23124 0 0 0 86 6 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70670] ppid=70656 vsize=3054368 memory=0 CPUtime=0.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70670/stat : 70670 (fscip) R 70656 70659 68249 0 -1 4194368 27761 0 0 0 75 15 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70671] ppid=70656 vsize=3054368 memory=6655300316396806240 CPUtime=0.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70671/stat : 70671 (fscip) R 70656 70659 68249 0 -1 4194368 22864 0 0 0 64 21 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70672] ppid=70656 vsize=3054368 memory=0 CPUtime=0.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70672/stat : 70672 (fscip) R 70656 70659 68249 0 -1 4194368 21640 0 0 0 86 5 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70673] ppid=70656 vsize=3054368 memory=1952 CPUtime=0.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70673/stat : 70673 (fscip) R 70656 70659 68249 0 -1 4194368 27770 0 0 0 75 15 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70674] ppid=70656 vsize=3054368 memory=1852 CPUtime=0.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70674/stat : 70674 (fscip) R 70656 70659 68249 0 -1 4194368 22790 0 0 0 67 19 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70675] ppid=70656 vsize=3054368 memory=33108 CPUtime=0.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70675/stat : 70675 (fscip) R 70656 70659 68249 0 -1 4194368 23048 0 0 0 86 5 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70676] ppid=70656 vsize=3054368 memory=2208 CPUtime=0.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70676/stat : 70676 (fscip) R 70656 70659 68249 0 -1 4194368 27802 0 0 0 76 15 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70677] ppid=70656 vsize=3054368 memory=25992 CPUtime=0.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70677/stat : 70677 (fscip) R 70656 70659 68249 0 -1 4194368 22851 0 0 0 66 20 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70678] ppid=70656 vsize=3054368 memory=281120105410400 CPUtime=0.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70678/stat : 70678 (fscip) R 70656 70659 68249 0 -1 4194368 21898 0 0 0 86 5 0 0 20 0 41 0 12293642 3127672832 505881 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0

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

/proc/70659/task/70680/stat : 70680 (fscip) R 70656 70659 68249 0 -1 4194368 2008338 0 0 0 354651 231 0 0 20 0 41 0 12293642 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70681] ppid=70656 vsize=10236404 memory=8782764 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70681/stat : 70681 (fscip) S 70656 70659 68249 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70682] ppid=70656 vsize=10236404 memory=-7236272519816241275 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70682/stat : 70682 (fscip) S 70656 70659 68249 0 -1 1077936192 58 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70683] ppid=70656 vsize=10236404 memory=2212 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70683/stat : 70683 (fscip) S 70656 70659 68249 0 -1 1077936192 56 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70684] ppid=70656 vsize=10236404 memory=52808 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70684/stat : 70684 (fscip) S 70656 70659 68249 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70685] ppid=70656 vsize=10236404 memory=10528 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70685/stat : 70685 (fscip) S 70656 70659 68249 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70686] ppid=70656 vsize=10236404 memory=5440 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70686/stat : 70686 (fscip) S 70656 70659 68249 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70687] ppid=70656 vsize=10236404 memory=8800604 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70687/stat : 70687 (fscip) S 70656 70659 68249 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70688] ppid=70656 vsize=10236404 memory=6232 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70688/stat : 70688 (fscip) S 70656 70659 68249 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70689] ppid=70656 vsize=10236404 memory=11632 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70689/stat : 70689 (fscip) S 70656 70659 68249 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70690] ppid=70656 vsize=10236404 memory=11632 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70690/stat : 70690 (fscip) S 70656 70659 68249 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70691] ppid=70656 vsize=10236404 memory=11632 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70691/stat : 70691 (fscip) S 70656 70659 68249 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70692] ppid=70656 vsize=10236404 memory=8757584 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70692/stat : 70692 (fscip) S 70656 70659 68249 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70693] ppid=70656 vsize=10236404 memory=10528 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70693/stat : 70693 (fscip) S 70656 70659 68249 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70694] ppid=70656 vsize=10236404 memory=8795292 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70694/stat : 70694 (fscip) S 70656 70659 68249 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70695] ppid=70656 vsize=10236404 memory=6828 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70695/stat : 70695 (fscip) S 70656 70659 68249 0 -1 1077936192 147 0 0 0 0 3 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70696] ppid=70656 vsize=10236404 memory=-7236272519816241275 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70696/stat : 70696 (fscip) S 70656 70659 68249 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70697] ppid=70656 vsize=10236404 memory=4498698693230882458 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70697/stat : 70697 (fscip) S 70656 70659 68249 0 -1 1077936192 148 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70698] ppid=70656 vsize=10236404 memory=11632 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70698/stat : 70698 (fscip) S 70656 70659 68249 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70699] ppid=70656 vsize=10236404 memory=13784 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70699/stat : 70699 (fscip) S 70656 70659 68249 0 -1 1077936192 152 0 0 0 1 1 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70700] ppid=70656 vsize=10236404 memory=8795280 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70700/stat : 70700 (fscip) S 70656 70659 68249 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2198823 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
Current children cumulated CPU time: 70936.1 s
Current children cumulated vsize: 10236404 KiB
Current children cumulated memory: 8795292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636 s]*
/proc/loadavg: 71.88 78.91 80.10 24/905 72698
/proc/meminfo: memFree=776189272/790760804 swapFree=131071996/131071996
[pid=70659] ppid=70656 vsize=10236404 memory=8813328 CPUtime=72000.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/stat : 70659 (fscip) S 70656 70659 68249 0 -1 1077936128 33120703 0 0 0 7191597 8435 0 0 20 0 41 0 12293613 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
/proc/70659/statm: 2559101 2203332 3030 3035 0 2406132 0
[pid=70659/tid=70661] ppid=70656 vsize=10236404 memory=-6000919485541018216 CPUtime=3599.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70661/stat : 70661 (fscip) R 70656 70659 68249 0 -1 4194368 1324933 0 0 0 359789 153 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70662] ppid=70656 vsize=10236404 memory=8112848085189566857 CPUtime=3604.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70662/stat : 70662 (fscip) R 70656 70659 68249 0 -1 4194368 1967624 0 0 0 360207 237 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70663] ppid=70656 vsize=10236404 memory=40232 CPUtime=3591.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70663/stat : 70663 (fscip) R 70656 70659 68249 0 -1 4194368 1186134 0 0 0 358349 845 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70664] ppid=70656 vsize=10236404 memory=8072 CPUtime=3601.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70664/stat : 70664 (fscip) R 70656 70659 68249 0 -1 4194368 1373596 0 0 0 360015 160 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70665] ppid=70656 vsize=10236404 memory=3516 CPUtime=3598.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70665/stat : 70665 (fscip) R 70656 70659 68249 0 -1 4194368 2725720 0 0 0 359521 360 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70666] ppid=70656 vsize=10236404 memory=16108 CPUtime=3598.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70666/stat : 70666 (fscip) R 70656 70659 68249 0 -1 4194368 1224549 0 0 0 358957 853 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70667] ppid=70656 vsize=10236404 memory=2212 CPUtime=3599.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70667/stat : 70667 (fscip) R 70656 70659 68249 0 -1 4194368 1334777 0 0 0 359787 147 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70668] ppid=70656 vsize=10236404 memory=52808 CPUtime=3598.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70668/stat : 70668 (fscip) R 70656 70659 68249 0 -1 4194368 2290342 0 0 0 359543 333 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70669] ppid=70656 vsize=10236404 memory=1952 CPUtime=3595.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70669/stat : 70669 (fscip) R 70656 70659 68249 0 -1 4194368 1831005 0 0 0 358542 989 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70670] ppid=70656 vsize=10236404 memory=1852 CPUtime=3603.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70670/stat : 70670 (fscip) R 70656 70659 68249 0 -1 4194368 1346523 0 0 0 360199 147 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70671] ppid=70656 vsize=10236404 memory=33108 CPUtime=3605.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70671/stat : 70671 (fscip) R 70656 70659 68249 0 -1 4194368 1897037 0 0 0 360300 225 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70672] ppid=70656 vsize=10236404 memory=2208 CPUtime=3595.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70672/stat : 70672 (fscip) R 70656 70659 68249 0 -1 4194368 1230668 0 0 0 358726 805 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70673] ppid=70656 vsize=10236404 memory=25333125866717268 CPUtime=3600.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70673/stat : 70673 (fscip) R 70656 70659 68249 0 -1 4194368 1267048 0 0 0 359832 178 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70674] ppid=70656 vsize=10236404 memory=10528 CPUtime=3599.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70674/stat : 70674 (fscip) R 70656 70659 68249 0 -1 4194368 1929368 0 0 0 359745 234 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70675] ppid=70656 vsize=10236404 memory=5440 CPUtime=3593.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70675/stat : 70675 (fscip) R 70656 70659 68249 0 -1 4194368 1743268 0 0 0 358301 1000 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70676] ppid=70656 vsize=10236404 memory=281120105442848 CPUtime=3606.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70676/stat : 70676 (fscip) R 70656 70659 68249 0 -1 4194368 1407922 0 0 0 360449 160 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70677] ppid=70656 vsize=10236404 memory=8584921025910786 CPUtime=3602.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70677/stat : 70677 (fscip) R 70656 70659 68249 0 -1 4194368 1866981 0 0 0 360066 231 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70678] ppid=70656 vsize=10236404 memory=-8312670058677689693 CPUtime=3597.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70678/stat : 70678 (fscip) R 70656 70659 68249 0 -1 4194368 1869146 0 0 0 358785 950 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70679] ppid=70656 vsize=10236404 memory=4638778398332698720 CPUtime=3604.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70679/stat : 70679 (fscip) R 70656 70659 68249 0 -1 4194368 1257244 0 0 0 360355 137 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70680] ppid=70656 vsize=10236404 memory=25992 CPUtime=3602.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70680/stat : 70680 (fscip) R 70656 70659 68249 0 -1 4194368 2015277 0 0 0 359985 232 0 0 20 0 41 0 12293642 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70681] ppid=70656 vsize=10236404 memory=104 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70681/stat : 70681 (fscip) S 70656 70659 68249 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70682] ppid=70656 vsize=10236404 memory=6232 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70682/stat : 70682 (fscip) S 70656 70659 68249 0 -1 1077936192 59 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70683] ppid=70656 vsize=10236404 memory=19852 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70683/stat : 70683 (fscip) S 70656 70659 68249 0 -1 1077936192 57 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70684] ppid=70656 vsize=10236404 memory=31988 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70684/stat : 70684 (fscip) S 70656 70659 68249 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70685] ppid=70656 vsize=10236404 memory=28720 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70685/stat : 70685 (fscip) S 70656 70659 68249 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70686] ppid=70656 vsize=10236404 memory=7384 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70686/stat : 70686 (fscip) S 70656 70659 68249 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70687] ppid=70656 vsize=10236404 memory=27608 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70687/stat : 70687 (fscip) S 70656 70659 68249 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70688] ppid=70656 vsize=10236404 memory=-6000919481329937000 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70688/stat : 70688 (fscip) S 70656 70659 68249 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70689] ppid=70656 vsize=10236404 memory=32812 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70689/stat : 70689 (fscip) S 70656 70659 68249 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70690] ppid=70656 vsize=10236404 memory=7108 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70690/stat : 70690 (fscip) S 70656 70659 68249 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70691] ppid=70656 vsize=10236404 memory=36112 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70691/stat : 70691 (fscip) S 70656 70659 68249 0 -1 1077936192 148 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70692] ppid=70656 vsize=10236404 memory=4748 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70692/stat : 70692 (fscip) S 70656 70659 68249 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70693] ppid=70656 vsize=10236404 memory=20488 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70693/stat : 70693 (fscip) S 70656 70659 68249 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70694] ppid=70656 vsize=10236404 memory=6836 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70694/stat : 70694 (fscip) S 70656 70659 68249 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70695] ppid=70656 vsize=10236404 memory=7256 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70695/stat : 70695 (fscip) S 70656 70659 68249 0 -1 1077936192 150 0 0 0 0 3 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70696] ppid=70656 vsize=10236404 memory=10528 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70696/stat : 70696 (fscip) S 70656 70659 68249 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70697] ppid=70656 vsize=10236404 memory=5440 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70697/stat : 70697 (fscip) S 70656 70659 68249 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70698] ppid=70656 vsize=10236404 memory=16108 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70698/stat : 70698 (fscip) S 70656 70659 68249 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70699] ppid=70656 vsize=10236404 memory=2212 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70699/stat : 70699 (fscip) S 70656 70659 68249 0 -1 1077936192 155 0 0 0 1 1 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
[pid=70659/tid=70700] ppid=70656 vsize=10236404 memory=52808 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70659/task/70700/stat : 70700 (fscip) S 70656 70659 68249 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 12293668 10482077696 2203332 809668444160 4194304 16623229 140728396656928 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 57110528 140728396661770 140728396661888 140728396661888 140728396668912 0
Current children cumulated CPU time: 72000.3 s
Current children cumulated vsize: 10236404 KiB
Current children cumulated memory: 8813328 KiB

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

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

# cumulated CPU time of all completed processes:  user=71916.1 s, system=84.5329 s

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

[startup+3636.23 s]
/proc/loadavg: 71.88 78.91 80.10 5/866 72698
/proc/meminfo: memFree=782693032/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): 3636.24
CPU time (s): 72000.7
CPU user time (s): 71916.1
CPU system time (s): 84.5329
CPU usage (%): 1980.09
Max. virtual memory (cumulated for all children) (KiB): 10301940
Max. memory (cumulated for all children) (KiB): 8816032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71916.1
system time used= 84.5329
maximum resident set size= 8816032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33120706
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= 411541
involuntary context switches= 396095


# summary of solver processes directly reported to runsolver:
#   pid: 70659
#   total CPU time (s): 72000.7
#   total CPU user time (s): 71916.1
#   total CPU system time (s): 84.5329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.6012 second user time and 84.0776 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 22:18:29
IDJOB=4465297
IDBENCH=148194
IDSOLVER=3094
FILE ID=nodeD103/4465297-1722457109
RUNJOBID= nodeD103-1722453464-68261
SLURM_JOB_ID= 8254237
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_3.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-4465297-1722457109/watcher-4465297-1722457109 -o /tmp/evaluation-result-4465297-1722457109/solver-4465297-1722457109 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68261 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465297-1722457109.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 529ae296d86301d65a8fd4e36abb4ed9
RANDOM SEED=329727407

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		: 3086.254
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		: 3015.149
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		: 1782.267
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		: 3200.000
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		: 3199.999
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		: 3015.176
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		: 2014.392
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		: 3199.999
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		: 3044.610
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		: 3014.244
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		: 2650.082
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		: 3067.223
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		: 3199.999
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		: 2999.080
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		: 3611.731
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		: 3075.229
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		: 2956.247
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		: 2886.536
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		: 3488.865
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		: 3109.621
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		: 2908.256
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		: 2883.109
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		: 3322.941
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		: 3156.238
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		: 2902.734
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		: 3015.217
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		: 3442.050
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		: 3136.610
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		: 3200.000
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		: 2885.999
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		: 3409.816
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		: 3098.071
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		: 2963.715
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		: 3015.238
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		: 2666.225
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_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		: 2947.453
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		: 2985.652
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		: 3015.247
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		: 1894.890
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		: 3181.685
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		: 3005.391
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		: 3013.338
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		: 2648.258
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		: 3078.933
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		: 2961.394
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		: 2883.974
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		: 2667.292
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		: 3187.229
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		: 2816.900
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		: 3012.313
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		: 2656.118
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		: 3200.000
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		: 3199.999
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		: 2885.705
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		: 2667.624
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		: 3200.000
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		: 3199.999
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		: 3001.473
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		: 2658.279
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		: 3199.999
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		: 3024.223
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		: 2870.905
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		: 2662.556
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		: 3199.999
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		: 2905.063
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		: 3012.446
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		: 2652.486
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		: 3156.764
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		: 2984.825
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		: 3012.017
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		: 2664.622
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		: 3198.087
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		: 3199.999
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		: 2890.995
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		: 2201.424
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		: 3096.449
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		: 2817.208
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		: 3015.339
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		: 1758.161
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		: 3042.317
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:        778132544 kB
MemAvailable:   776230404 kB
Buffers:          159928 kB
Cached:           914840 kB
SwapCached:            0 kB
Active:           316920 kB
Inactive:        9960800 kB
Active(anon):       2132 kB
Inactive(anon):  9223344 kB
Active(file):     314788 kB
Inactive(file):   737456 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             58716 kB
Writeback:           100 kB
AnonPages:       9202560 kB
Mapped:           125472 kB
Shmem:             22536 kB
KReclaimable:     131156 kB
Slab:             463392 kB
SReclaimable:     131156 kB
SUnreclaim:       332236 kB
KernelStack:       16864 kB
PageTables:        28220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1458676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           192768 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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:      462848 kB
DirectMap2M:    51415040 kB
DirectMap1G:    753926144 kB

Free space on /tmp at the end= 8622792 MiB
End job on nodeD103 at 2024-07-31 23:19:05