Trace number 4467370

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72002.6 3649.82

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-2.opb
MD5SUM13efe7890d7fc5aab9247ea9860b6d53
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-58
Best CPU time to get the best result obtained on this benchmark3558.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1534
Total number of constraints126163
Number of constraints which are clauses126163
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1534
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 1534
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1534
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.23/0.28	c Default LC presolving (default).
0.23/0.28	c ** Before presolving: virtualMemUsedAtLc = 272918747, getVmSize() = 180441088, SCIPgetMemUsed() = 134675133, SCIPgetMemTotal() = 149988101, SCIPgetMemExternEstim() = 122930646
0.23/0.28	c ** set memory limit for presolving in LC to 8.79523e+12 for SCIP **
2.10/2.14	c ** Estimated virtualMemUsedAtSolver = 405300716, getVmSize() = 527618048, SCIPgetMemUsed() = 309204964, SCIPgetMemTotal() = 485020428, SCIPgetMemExternEstim() = 122930646
2.10/2.14	c ** set memory limit for solvers to 4.18734e+11 for each SCIP **
2.10/2.14	c Original Problem   :
2.10/2.14	c   Problem name     : instance-4467370-1723584093
2.10/2.14	c   Variables        : 1534 (1534 binary, 0 integer, 0 implicit integer, 0 continuous)
2.10/2.14	c   Constraints      : 126163
2.10/2.14	c   Objective sense  : minimize
2.10/2.14	c Presolved Problem  :
2.10/2.14	c   Variables        : 1534 (1534 binary, 0 integer, 0 implicit integer, 0 continuous)
2.10/2.14	c   Constraints      : 126163
2.10/2.14	c Constraints        : Number
2.10/2.14	c   setppc           : 126163 
2.10/2.14	c ** Instance transfer method used: 0
2.28/2.30	c ** ParaScipInstance copy does not increase the number of variables. **
4.77/4.82	c LC is working with racing ramp-up and with rebuilding tree after racing.
4.77/4.83	c                                Nodes    Active                                            
4.77/4.83	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
104.46/10.05	c *      10              0           1        20         -36.0000                -          -
104.46/10.05	c        10              0           1        20         -36.0000                -          -
106.14/10.18	c *      10              0           1        20         -37.0000                -          -
116.75/10.75	c *      11              0           1        20         -38.0000                -          -
164.72/13.40	c *      13              0           1        20         -39.0000                -          -
164.72/13.42	c *      13              0           1        20         -41.0000                -          -
188.23/14.65	c *      15              0           1        20         -46.0000                -          -
1645.97/89.19	c        89              2           1        20         -46.0000         -59.0000     28.26%
1795.40/96.78	c        97              2           1        20         -46.0000         -59.0000     28.26%
1904.21/102.25	c       102              2           1        20         -46.0000         -59.0000     28.26%
2013.09/107.77	c       108              2           1        20         -46.0000         -59.0000     28.26%
2114.88/112.98	c       113             13          12        20         -46.0000         -59.0000     28.26%
2220.00/118.31	c       118             13          12        20         -46.0000         -59.0000     28.26%
2328.21/123.90	c       124             21          20        20         -46.0000         -59.0000     28.26%
2431.05/129.12	c       129             15          14        20         -46.0000         -59.0000     28.26%
2536.53/134.43	c       134             15          14        20         -46.0000         -59.0000     28.26%
2637.41/139.59	c       140             28          27        20         -46.0000         -59.0000     28.26%
2752.09/145.36	c       145             60          61        20         -46.0000         -59.0000     28.26%
2852.84/150.49	c       150             60          61        20         -46.0000         -59.0000     28.26%
2957.58/155.72	c       156             37          36        20         -46.0000         -59.0000     28.26%
3060.41/160.91	c       161             37          36        20         -46.0000         -59.0000     28.26%
3167.20/166.36	c       166             37          36        20         -46.0000         -59.0000     28.26%
3179.07/166.94	c *     167             37          36        20         -49.0000         -59.0000     20.41%
3265.96/171.37	c       171             73          72        20         -49.0000         -59.0000     20.41%
3374.73/176.86	c       177             73          72        20         -49.0000         -59.0000     20.41%
3487.70/182.59	c       183             73          72        20         -49.0000         -59.0000     20.41%
3588.74/187.67	c       188             73          72        20         -49.0000         -59.0000     20.41%
3693.83/192.99	c       193             42          41        20         -49.0000         -59.0000     20.41%
3797.57/198.13	c       198            101         100        20         -49.0000         -59.0000     20.41%
3901.86/203.44	c       203             79          78        20         -49.0000         -59.0000     20.41%
4004.81/208.62	c       209            105         104        20         -49.0000         -59.0000     20.41%
4107.71/213.89	c       214            105         104        20         -49.0000         -59.0000     20.41%
4211.30/219.09	c       219            105         104        20         -49.0000         -59.0000     20.41%
4314.03/224.30	c       224             50          49        20         -49.0000         -59.0000     20.41%
4417.03/229.62	c       230             82          81        20         -49.0000         -59.0000     20.41%
4524.14/235.05	c       235             62          61        20         -49.0000         -59.0000     20.41%
4633.85/240.65	c       241             62          61        20         -49.0000         -59.0000     20.41%
4738.11/245.98	c       246             94          93        20         -49.0000         -59.0000     20.41%
4841.16/251.17	c       251             94          93        20         -49.0000         -59.0000     20.41%
4939.36/256.19	c       256             94          93        20         -49.0000         -59.0000     20.41%
5064.54/262.57	c       263             76          75        20         -49.0000         -59.0000     20.41%
5168.95/267.85	c       268             76          75        20         -49.0000         -59.0000     20.41%
5173.71/268.11	c *     268             76          75        20         -50.0000         -59.0000     18.00%
5274.39/273.16	c       273            145         124        20         -50.0000         -59.0000     18.00%
5380.43/278.56	c       279            186         145        20         -50.0000         -59.0000     18.00%
5483.18/283.70	c       284             77          76        20         -50.0000         -59.0000     18.00%
5584.11/288.89	c       289            167         132        20         -50.0000         -59.0000     18.00%
5685.01/294.03	c       294            167         132        20         -50.0000         -59.0000     18.00%
5789.63/299.27	c       299             88          87        20         -50.0000         -59.0000     18.00%
5896.10/304.65	c       305             88          87        20         -50.0000         -59.0000     18.00%
5996.16/309.73	c       310            129         128        20         -50.0000         -59.0000     18.00%
6103.25/315.16	c       315            193         144        20         -50.0000         -59.0000     18.00%
6202.94/320.24	c       320            132         131        20         -50.0000         -59.0000     18.00%
6301.51/325.29	c       325            132         131        20         -50.0000         -59.0000     18.00%
6402.32/330.31	c       330            132         131        20         -50.0000         -59.0000     18.00%
6511.10/335.83	c       336            224         157        20         -50.0000         -59.0000     18.00%
6617.90/341.25	c       341            224         157        20         -50.0000         -59.0000     18.00%
6730.56/347.00	c       347            146         137        20         -50.0000         -59.0000     18.00%
6832.04/352.09	c       352            141         140        20         -50.0000         -59.0000     18.00%
6941.71/357.65	c       358            141         140        20         -50.0000         -59.0000     18.00%
7040.32/362.69	c       363            156         147        20         -50.0000         -59.0000     18.00%
7144.84/367.96	c       368            156         147        20         -50.0000         -59.0000     18.00%
7248.09/373.15	c       373            795         485        20         -50.0000         -59.0000     18.00%
7354.09/378.54	c       379            795         485        20         -50.0000         -59.0000     18.00%
7458.92/383.84	c       384            276         195        20         -50.0000         -59.0000     18.00%
7562.61/389.11	c       389            160         159        20         -50.0000         -59.0000     18.00%
7668.91/394.40	c       394            160         159        20         -50.0000         -59.0000     18.00%
7793.36/400.71	c       401            812         500        20         -50.0000         -59.0000     18.00%
7814.96/401.83	c *     402            812         500        20         -51.0000         -59.0000     15.69%
7903.47/406.30	c       406            812         500        20         -51.0000         -59.0000     15.69%
8016.11/412.07	c       412            177         176        20         -51.0000         -59.0000     15.69%
8117.44/417.21	c       417            817         464        20         -51.0000         -59.0000     15.69%
8219.00/422.47	c       422            817         464        20         -51.0000         -59.0000     15.69%
8322.88/427.73	c       428            307         191        20         -51.0000         -59.0000     15.69%
8438.68/433.66	c       434            307         191        20         -51.0000         -59.0000     15.69%
8539.18/438.72	c       439            197         196        20         -51.0000         -59.0000     15.69%
8637.84/443.78	c       444            836         479        20         -51.0000         -59.0000     15.69%
8738.80/448.81	c       449            214         213        20         -51.0000         -59.0000     15.69%
8839.72/453.93	c       454            332         204        20         -51.0000         -59.0000     15.69%
8940.95/459.04	c       459            230         229        20         -51.0000         -59.0000     15.69%
9044.71/464.33	c       464            894         533        20         -51.0000         -59.0000     15.69%
9147.41/469.59	c       470            894         533        20         -51.0000         -59.0000     15.69%
9249.81/474.75	c       475            345         215        20         -51.0000         -59.0000     15.69%
9358.19/480.25	c       480            896         535        20         -51.0000         -59.0000     15.69%
9458.47/485.37	c       485            896         535        20         -51.0000         -59.0000     15.69%
9561.13/490.53	c       491            346         214        20         -51.0000         -59.0000     15.69%
9667.77/495.90	c       496            346         214        20         -51.0000         -59.0000     15.69%
9769.12/501.06	c       501            353         221        20         -51.0000         -59.0000     15.69%
9871.01/506.21	c       506            981         620        20         -51.0000         -59.0000     15.69%
9971.40/511.33	c       511            317         314        20         -51.0000         -59.0000     15.69%
10071.33/516.50	c       516            317         314        20         -51.0000         -59.0000     15.69%
10175.02/521.75	c       522            384         232        20         -51.0000         -59.0000     15.69%
10281.43/527.15	c       527            384         232        20         -51.0000         -59.0000     15.69%
10380.85/532.28	c       532            384         232        20         -51.0000         -59.0000     15.69%
10479.15/537.29	c       537            384         232        20         -51.0000         -59.0000     15.69%
10579.44/542.31	c       542            338         321        20         -51.0000         -59.0000     15.69%
10686.15/547.72	c       548            406         238        20         -51.0000         -59.0000     15.69%
10791.64/553.08	c       553            406         238        20         -51.0000         -59.0000     15.69%
10897.69/558.49	c       558            410         242        20         -51.0000         -59.0000     15.69%
11002.50/563.79	c       564            410         242        20         -51.0000         -59.0000     15.69%
11105.09/568.96	c       569            410         242        20         -51.0000         -59.0000     15.69%
11203.67/574.03	c       574            443         247        20         -51.0000         -59.0000     15.69%
11304.98/579.11	c       579            443         247        20         -51.0000         -59.0000     15.69%
11408.80/584.37	c       584           1276         909        20         -51.0000         -59.0000     15.69%
11515.47/589.73	c       590           1276         909        20         -51.0000         -59.0000     15.69%
11616.02/594.88	c       595            471         412        20         -51.0000         -59.0000     15.69%
11722.24/600.25	c       600            463         267        20         -51.0000         -59.0000     15.69%
11822.43/605.34	c       605            463         267        20         -51.0000         -59.0000     15.69%
11935.43/611.10	c       611            463         267        20         -51.0000         -59.0000     15.69%
12037.11/616.28	c       616            463         267        20         -51.0000         -59.0000     15.69%
12139.46/621.49	c       621            463         267        20         -51.0000         -59.0000     15.69%
12239.86/626.52	c       627            478         272        20         -51.0000         -59.0000     15.69%
12340.36/631.67	c       632            478         272        20         -51.0000         -59.0000     15.69%
12447.47/637.09	c       637            478         272        20         -51.0000         -59.0000     15.69%
12548.10/642.18	c       642            875         714        20         -51.0000         -59.0000     15.69%
12650.10/647.36	c       647            875         714        20         -51.0000         -59.0000     15.69%
12768.55/653.38	c       653            875         714        20         -51.0000         -59.0000     15.69%
12885.11/659.27	c       659           1142         974        20         -51.0000         -59.0000     15.69%
12985.86/664.33	c       664            879         718        20         -51.0000         -59.0000     15.69%
13084.20/669.37	c       669            879         718        20         -51.0000         -59.0000     15.69%
13194.63/674.94	c       675           1154         986        20         -51.0000         -59.0000     15.69%
13312.95/681.00	c       681            559         313        20         -51.0000         -59.0000     15.69%
13419.57/686.38	c       686            559         313        20         -51.0000         -59.0000     15.69%
13526.13/691.71	c       692            563         315        20         -51.0000         -59.0000     15.69%
13624.45/696.75	c       697            563         315        20         -51.0000         -59.0000     15.69%
13628.40/697.00	c *     697            563         315        20         -52.0000         -59.0000     13.46%
13724.93/701.81	c       702           1441        1074        20         -52.0000         -59.0000     13.46%
13828.27/707.09	c       707            578         280        20         -52.0000         -59.0000     13.46%
13926.55/712.13	c       712            578         280        20         -52.0000         -59.0000     13.46%
14038.15/717.79	c       718           1177         931        20         -52.0000         -59.0000     13.46%
14138.42/722.88	c       723           1177         931        20         -52.0000         -59.0000     13.46%
14241.31/728.03	c       728            588         288        20         -52.0000         -59.0000     13.46%
14354.78/733.82	c       734           1112         913        20         -52.0000         -59.0000     13.46%
14455.18/738.96	c       739           1112         913        20         -52.0000         -59.0000     13.46%
14556.39/744.07	c       744            589         289        20         -52.0000         -59.0000     13.46%
14660.50/749.39	c       749           1188         942        20         -52.0000         -59.0000     13.46%
14771.16/754.99	c       755           1188         942        20         -52.0000         -59.0000     13.46%
14877.77/760.33	c       760           1602        1174        20         -52.0000         -59.0000     13.46%
14984.07/765.71	c       766           1194         946        20         -52.0000         -59.0000     13.46%
15084.48/770.86	c       771           1194         946        20         -52.0000         -59.0000     13.46%
15194.47/776.44	c       776           1206         952        20         -52.0000         -59.0000     13.46%
15294.65/781.53	c       782           1201        1002        20         -52.0000         -59.0000     13.46%
15394.79/786.64	c       787           1717        1281        20         -52.0000         -59.0000     13.46%
15493.12/791.65	c       792           1717        1281        20         -52.0000         -59.0000     13.46%
15595.77/796.80	c       797           1215        1018        20         -52.0000         -59.0000     13.46%
15694.61/801.81	c       802           1215        1018        20         -52.0000         -59.0000     13.46%
15799.91/807.16	c       807            853         549        20         -52.0000         -59.0000     13.46%
15902.02/812.39	c       812           1222        1023        20         -52.0000         -59.0000     13.46%
16004.83/817.51	c       818           1222        1023        20         -52.0000         -59.0000     13.46%
16109.67/822.84	c       823           1833        1377        20         -52.0000         -59.0000     13.46%
16216.30/828.28	c       828           1833        1377        20         -52.0000         -59.0000     13.46%
16321.06/833.52	c       834           1833        1377        20         -52.0000         -59.0000     13.46%
16430.55/839.08	c       839            899         595        20         -52.0000         -59.0000     13.46%
16531.15/844.19	c       844           1348        1149        20         -52.0000         -59.0000     13.46%
16631.28/849.21	c       849            905         601        20         -52.0000         -59.0000     13.46%
16737.73/854.62	c       855           1369        1170        20         -52.0000         -59.0000     13.46%
16840.24/859.85	c       860           1369        1170        20         -52.0000         -59.0000     13.46%
16943.12/865.05	c       865            918         614        20         -52.0000         -59.0000     13.46%
17058.45/870.91	c       871            918         614        20         -52.0000         -59.0000     13.46%
17156.52/875.94	c       876           1670        1368        20         -52.0000         -59.0000     13.46%
17260.68/881.21	c       881           1981        1511        20         -52.0000         -59.0000     13.46%
17358.26/886.23	c       886           1672        1370        20         -52.0000         -59.0000     13.46%
17458.72/891.31	c       891           1678        1376        20         -52.0000         -59.0000     13.46%
17557.14/896.39	c       896           1678        1376        20         -52.0000         -59.0000     13.46%
17661.89/901.66	c       902           2051        1571        20         -52.0000         -59.0000     13.46%
17764.50/906.81	c       907           2051        1571        20         -52.0000         -59.0000     13.46%
17867.63/912.04	c       912           2051        1571        20         -52.0000         -59.0000     13.46%
17982.54/917.95	c       918           1654        1451        20         -52.0000         -59.0000     13.46%
18084.70/923.16	c       923           1654        1451        20         -52.0000         -59.0000     13.46%
18185.81/928.39	c       928           2058        1576        20         -52.0000         -59.0000     13.46%
18293.97/933.85	c       934           1175         829        20         -52.0000         -59.0000     13.46%
18394.61/939.01	c       939           1798        1488        20         -52.0000         -59.0000     13.46%
18499.08/944.25	c       944           1798        1488        20         -52.0000         -59.0000     13.46%
18517.56/945.14	c *     945           1798        1488        20         -53.0000         -59.0000     11.32%
18605.35/949.69	c       950           1183         835        20         -53.0000         -59.0000     11.32%
18714.41/955.19	c       955           2093        1609        20         -53.0000         -59.0000     11.32%
18820.25/960.57	c       961           1802        1333        20         -53.0000         -59.0000     11.32%
18924.44/965.81	c       966           1809        1338        20         -53.0000         -59.0000     11.32%
19030.60/971.24	c       971           1217         767        20         -53.0000         -59.0000     11.32%
19140.54/976.89	c       977           1217         767        20         -53.0000         -59.0000     11.32%
19248.39/982.30	c       982           1817        1342        20         -53.0000         -59.0000     11.32%
19354.44/987.71	c       988           1227         775        20         -53.0000         -59.0000     11.32%
19456.06/992.99	c       993           1227         775        20         -53.0000         -59.0000     11.32%
19554.36/998.01	c       998           2306        1637        20         -53.0000         -59.0000     11.32%
19652.85/1003.02	c      1003           1848        1365        20         -53.0000         -59.0000     11.32%
19754.05/1008.09	c      1008           1848        1365        20         -53.0000         -59.0000     11.32%
19852.47/1013.12	c      1013           1848        1365        20         -53.0000         -59.0000     11.32%
19957.87/1018.49	c      1018           2309        1636        20         -53.0000         -59.0000     11.32%
20078.26/1024.55	c      1025           2309        1636        20         -53.0000         -59.0000     11.32%
20180.54/1029.75	c      1030           2029        1743        20         -53.0000         -59.0000     11.32%
20285.52/1035.06	c      1035           1312         850        20         -53.0000         -59.0000     11.32%
20397.09/1040.71	c      1041           1858        1371        20         -53.0000         -59.0000     11.32%
20502.19/1046.13	c      1046           1858        1371        20         -53.0000         -59.0000     11.32%
20602.76/1051.14	c      1051           1858        1371        20         -53.0000         -59.0000     11.32%
20702.86/1056.21	c      1056           1879        1388        20         -53.0000         -59.0000     11.32%
20801.04/1061.29	c      1061           1879        1388        20         -53.0000         -59.0000     11.32%
20901.22/1066.31	c      1066           1879        1388        20         -53.0000         -59.0000     11.32%
20999.76/1071.32	c      1071           1879        1388        20         -53.0000         -59.0000     11.32%
21102.20/1076.57	c      1077           2299        2001        20         -53.0000         -59.0000     11.32%
21208.71/1081.90	c      1082           1889        1394        20         -53.0000         -59.0000     11.32%
21307.01/1086.97	c      1087           1507        1023        20         -53.0000         -59.0000     11.32%
21411.34/1092.25	c      1092           2339        2039        20         -53.0000         -59.0000     11.32%
21517.61/1097.66	c      1098           2339        2039        20         -53.0000         -59.0000     11.32%
21618.09/1102.71	c      1103           2339        2039        20         -53.0000         -59.0000     11.32%
21720.90/1107.90	c      1108           1614        1108        20         -53.0000         -59.0000     11.32%
21822.39/1113.10	c      1113           1968        1447        20         -53.0000         -59.0000     11.32%
21930.33/1118.53	c      1119           1968        1447        20         -53.0000         -59.0000     11.32%
22037.04/1123.99	c      1124           2424        2120        20         -53.0000         -59.0000     11.32%
22161.21/1130.20	c      1130           1979        1450        20         -53.0000         -59.0000     11.32%
22267.81/1135.64	c      1136           1979        1450        20         -53.0000         -59.0000     11.32%
22368.53/1140.72	c      1141           2433        2129        20         -53.0000         -59.0000     11.32%
22466.83/1145.77	c      1146           2856        2099        20         -53.0000         -59.0000     11.32%
22569.14/1150.96	c      1151           2856        2099        20         -53.0000         -59.0000     11.32%
22672.92/1156.25	c      1156           2856        2099        20         -53.0000         -59.0000     11.32%
22773.12/1161.38	c      1161           1856        1262        20         -53.0000         -59.0000     11.32%
22875.13/1166.52	c      1167           2510        2204        20         -53.0000         -59.0000     11.32%
22975.40/1171.66	c      1172           1857        1263        20         -53.0000         -59.0000     11.32%
23084.22/1177.15	c      1177           2527        2221        20         -53.0000         -59.0000     11.32%
23186.25/1182.33	c      1182           2896        2137        20         -53.0000         -59.0000     11.32%
23289.02/1187.51	c      1188           2896        2137        20         -53.0000         -59.0000     11.32%
23389.54/1192.65	c      1193           1876        1274        20         -53.0000         -59.0000     11.32%
23503.88/1198.41	c      1198           1876        1274        20         -53.0000         -59.0000     11.32%
23612.31/1203.92	c      1204           2087        1528        20         -53.0000         -59.0000     11.32%
23710.88/1208.96	c      1209           2910        2151        20         -53.0000         -59.0000     11.32%
23812.08/1214.09	c      1214           2910        2151        20         -53.0000         -59.0000     11.32%
23913.97/1219.27	c      1219           2910        2151        20         -53.0000         -59.0000     11.32%
24014.71/1224.33	c      1224           2914        2155        20         -53.0000         -59.0000     11.32%
24113.51/1229.37	c      1229           2914        2155        20         -53.0000         -59.0000     11.32%
24213.87/1234.46	c      1234           2098        1535        20         -53.0000         -59.0000     11.32%
24313.85/1239.54	c      1240           2771        2463        20         -53.0000         -59.0000     11.32%
24422.29/1245.13	c      1245           2771        2463        20         -53.0000         -59.0000     11.32%
24533.51/1250.75	c      1251           2112        1545        20         -53.0000         -59.0000     11.32%
24643.64/1256.34	c      1256           2112        1545        20         -53.0000         -59.0000     11.32%
24742.18/1261.37	c      1261           2112        1545        20         -53.0000         -59.0000     11.32%
24860.72/1267.40	c      1267           2945        2184        20         -53.0000         -59.0000     11.32%
24961.89/1272.43	c      1272           2945        2184        20         -53.0000         -59.0000     11.32%
25061.07/1277.46	c      1277           2945        2184        20         -53.0000         -59.0000     11.32%
25162.23/1282.57	c      1283           2953        2192        20         -53.0000         -59.0000     11.32%
25265.11/1287.71	c      1288           2953        2192        20         -53.0000         -59.0000     11.32%
25366.15/1292.85	c      1293           2953        2192        20         -53.0000         -59.0000     11.32%
25467.28/1297.99	c      1298           2953        2192        20         -53.0000         -59.0000     11.32%
25568.49/1303.07	c      1303           2162        1569        20         -53.0000         -59.0000     11.32%
25674.18/1308.50	c      1308           2225        1565        20         -53.0000         -59.0000     11.32%
25776.94/1313.61	c      1314           3049        2721        20         -53.0000         -59.0000     11.32%
25875.73/1318.66	c      1319           2230        1570        20         -53.0000         -59.0000     11.32%
25976.36/1323.74	c      1324           2965        2202        20         -53.0000         -59.0000     11.32%
26078.94/1328.92	c      1329           3092        2764        20         -53.0000         -59.0000     11.32%
26185.31/1334.32	c      1334           3092        2764        20         -53.0000         -59.0000     11.32%
26295.55/1339.99	c      1340           2249        1581        20         -53.0000         -59.0000     11.32%
26409.62/1345.79	c      1346           2249        1581        20         -53.0000         -59.0000     11.32%
26521.73/1351.46	c      1351           2271        1656        20         -53.0000         -59.0000     11.32%
26622.37/1356.59	c      1357           2991        2224        20         -53.0000         -59.0000     11.32%
26736.70/1362.30	c      1362           4366           0        20         -53.0000         -59.0000     11.32%
26847.46/1367.92	c      1368           4366           0        20         -53.0000         -59.0000     11.32%
26949.28/1373.12	c      1373           4366           0        20         -53.0000         -59.0000     11.32%
27063.40/1378.86	c      1379           4367           1        20         -53.0000         -59.0000     11.32%
27164.40/1384.00	c      1384           4387          21        20         -53.0000         -59.0000     11.32%
27268.07/1389.17	c      1389           4396          30        20         -53.0000         -59.0000     11.32%
27372.34/1394.43	c      1394           4399          33        20         -53.0000         -59.0000     11.32%
27471.29/1399.46	c      1399           4405          39        20         -53.0000         -59.0000     11.32%
27576.00/1404.80	c      1405           4413          47        20         -53.0000         -59.0000     11.32%
27681.68/1410.09	c      1410           4422          56        20         -53.0000         -59.0000     11.32%
27783.74/1415.21	c      1415           4434          68        20         -53.0000         -59.0000     11.32%
27886.15/1420.41	c      1420           4444          76        20         -53.0000         -59.0000     11.32%
27988.63/1425.67	c      1426           4481         107        20         -53.0000         -59.0000     11.32%
28093.13/1430.97	c      1431           4533         159        20         -53.0000         -59.0000     11.32%
28194.56/1436.12	c      1436           4564         190        20         -53.0000         -59.0000     11.32%
28300.49/1441.48	c      1441           4564         190        20         -53.0000         -59.0000     11.32%
28405.08/1446.77	c      1447           4575         201        20         -53.0000         -59.0000     11.32%
28505.94/1451.83	c      1452           4575         201        20         -53.0000         -59.0000     11.32%
28611.66/1457.20	c      1457           4607         229        20         -53.0000         -59.0000     11.32%
28717.89/1462.50	c      1462           4608         228        20         -53.0000         -59.0000     11.32%
28824.96/1467.93	c      1468           4608         228        20         -53.0000         -59.0000     11.32%
28924.13/1473.00	c      1473           4608         228        20         -53.0000         -59.0000     11.32%
29043.03/1479.02	c      1479           4608         228        20         -53.0000         -59.0000     11.32%
29148.07/1484.24	c      1484           4608         228        20         -53.0000         -59.0000     11.32%
29257.00/1489.73	c      1490           4626         244        20         -53.0000         -59.0000     11.32%
29375.79/1495.73	c      1496           4649         267        20         -53.0000         -59.0000     11.32%
29474.53/1500.76	c      1501           4649         267        20         -53.0000         -59.0000     11.32%
29575.31/1505.88	c      1506           4653         271        20         -53.0000         -59.0000     11.32%
29678.86/1511.08	c      1511           4653         271        20         -53.0000         -59.0000     11.32%
29786.77/1516.51	c      1517           4653         271        20         -53.0000         -59.0000     11.32%
29887.46/1521.60	c      1522           4658         276        20         -53.0000         -59.0000     11.32%
29987.85/1526.72	c      1527           4658         276        20         -53.0000         -59.0000     11.32%
30098.37/1532.34	c      1532           4658         276        20         -53.0000         -59.0000     11.32%
30200.98/1537.55	c      1538           4665         283        20         -53.0000         -59.0000     11.32%
30303.65/1542.73	c      1543           4669         285        20         -53.0000         -59.0000     11.32%
30410.67/1548.17	c      1548           4669         285        20         -53.0000         -59.0000     11.32%
30510.85/1553.25	c      1553           4669         285        20         -53.0000         -59.0000     11.32%
30615.18/1558.56	c      1559           4669         285        20         -53.0000         -59.0000     11.32%
30719.98/1563.82	c      1564           4677         289        20         -53.0000         -59.0000     11.32%
30820.84/1568.91	c      1569           4684         292        20         -53.0000         -59.0000     11.32%
30924.58/1574.19	c      1574           4689         297        20         -53.0000         -59.0000     11.32%
31024.90/1579.24	c      1579           4696         304        20         -53.0000         -59.0000     11.32%
31135.89/1584.85	c      1585           4696         304        20         -53.0000         -59.0000     11.32%
31244.82/1590.36	c      1590           4696         304        20         -53.0000         -59.0000     11.32%
31349.78/1595.66	c      1596           4696         304        20         -53.0000         -59.0000     11.32%
31460.24/1601.26	c      1601           4714         316        20         -53.0000         -59.0000     11.32%
31560.68/1606.36	c      1606           4714         316        20         -53.0000         -59.0000     11.32%
31660.89/1611.42	c      1611           4714         316        20         -53.0000         -59.0000     11.32%
31763.24/1616.62	c      1617           4738         338        20         -53.0000         -59.0000     11.32%
31870.37/1622.07	c      1622           4771         371        20         -53.0000         -59.0000     11.32%
31974.18/1627.30	c      1627           4798         398        20         -53.0000         -59.0000     11.32%
32087.41/1633.05	c      1633           4798         398        20         -53.0000         -59.0000     11.32%
32193.52/1638.41	c      1638           4813         407        20         -53.0000         -59.0000     11.32%
32294.58/1643.58	c      1644           4817         411        20         -53.0000         -59.0000     11.32%
32395.63/1648.63	c      1649           4817         411        20         -53.0000         -59.0000     11.32%
32498.41/1653.83	c      1654           4821         413        20         -53.0000         -59.0000     11.32%
32599.09/1659.01	c      1659           4821         413        20         -53.0000         -59.0000     11.32%
32700.10/1664.09	c      1664           4839         425        20         -53.0000         -59.0000     11.32%
32800.96/1669.19	c      1669           4839         425        20         -53.0000         -59.0000     11.32%
32901.01/1674.26	c      1674           4839         425        20         -53.0000         -59.0000     11.32%
33003.65/1679.45	c      1679           4873         453        20         -53.0000         -59.0000     11.32%
33104.60/1684.54	c      1685           4873         453        20         -53.0000         -59.0000     11.32%
33205.13/1689.65	c      1690           4873         453        20         -53.0000         -59.0000     11.32%
33307.80/1694.88	c      1695           4875         455        20         -53.0000         -59.0000     11.32%
33412.78/1700.15	c      1700           4881         461        20         -53.0000         -59.0000     11.32%
33511.21/1705.16	c      1705           4881         461        20         -53.0000         -59.0000     11.32%
33615.12/1710.45	c      1710           4903         479        20         -53.0000         -59.0000     11.32%
33728.35/1716.14	c      1716           4914         490        20         -53.0000         -59.0000     11.32%
33828.85/1721.25	c      1721           4917         493        20         -53.0000         -59.0000     11.32%
33933.81/1726.54	c      1727           4917         493        20         -53.0000         -59.0000     11.32%
34032.46/1731.59	c      1732           4917         493        20         -53.0000         -59.0000     11.32%
34141.67/1737.07	c      1737           4923         499        20         -53.0000         -59.0000     11.32%
34241.42/1742.17	c      1742           4977         543        20         -53.0000         -59.0000     11.32%
34343.05/1747.37	c      1747           5018         582        20         -53.0000         -59.0000     11.32%
34449.15/1752.72	c      1753           5059         621        20         -53.0000         -59.0000     11.32%
34551.38/1757.93	c      1758           5108         668        20         -53.0000         -59.0000     11.32%
34649.93/1762.95	c      1763           5116         676        20         -53.0000         -59.0000     11.32%
34756.82/1768.30	c      1768           5116         676        20         -53.0000         -59.0000     11.32%
34855.88/1773.33	c      1773           5116         676        20         -53.0000         -59.0000     11.32%
34964.56/1778.88	c      1779           5127         685        20         -53.0000         -59.0000     11.32%
35078.94/1784.62	c      1785           5145         701        20         -53.0000         -59.0000     11.32%
35183.42/1790.00	c      1790           5161         713        20         -53.0000         -59.0000     11.32%
35286.97/1795.14	c      1795           5161         713        20         -53.0000         -59.0000     11.32%
35389.37/1800.35	c      1800           5192         738        20         -53.0000         -59.0000     11.32%
35492.32/1805.53	c      1806           5192         738        20         -53.0000         -59.0000     11.32%
35591.16/1810.54	c      1811           5194         740        20         -53.0000         -59.0000     11.32%
35689.84/1815.56	c      1816           5194         740        20         -53.0000         -59.0000     11.32%
35790.50/1820.64	c      1821           5194         740        20         -53.0000         -59.0000     11.32%
35891.12/1825.72	c      1826           5203         749        20         -53.0000         -59.0000     11.32%
35989.82/1830.76	c      1831           5209         755        20         -53.0000         -59.0000     11.32%
36095.58/1836.10	c      1836           5237         779        20         -53.0000         -59.0000     11.32%
36197.97/1841.23	c      1841           5244         786        20         -53.0000         -59.0000     11.32%
36296.54/1846.26	c      1846           5244         786        20         -53.0000         -59.0000     11.32%
36403.27/1851.62	c      1852           5244         786        20         -53.0000         -59.0000     11.32%
36507.84/1856.94	c      1857           5256         794        20         -53.0000         -59.0000     11.32%
36609.18/1862.12	c      1862           5256         794        20         -53.0000         -59.0000     11.32%
36710.95/1867.22	c      1867           5256         794        20         -53.0000         -59.0000     11.32%
36813.56/1872.41	c      1872           5256         794        20         -53.0000         -59.0000     11.32%
36912.09/1877.47	c      1877           5268         804        20         -53.0000         -59.0000     11.32%
37018.77/1882.83	c      1883           5268         804        20         -53.0000         -59.0000     11.32%
37117.31/1887.89	c      1888           5268         804        20         -53.0000         -59.0000     11.32%
37217.93/1892.92	c      1893           5268         804        20         -53.0000         -59.0000     11.32%
37316.85/1898.02	c      1898           5291         825        20         -53.0000         -59.0000     11.32%
37420.44/1903.16	c      1903           5307         839        20         -53.0000         -59.0000     11.32%
37528.74/1908.66	c      1909           5329         859        20         -53.0000         -59.0000     11.32%
37639.69/1914.26	c      1914           5329         859        20         -53.0000         -59.0000     11.32%
37746.50/1919.66	c      1920           5364         886        20         -53.0000         -59.0000     11.32%
37847.39/1924.75	c      1925           5393         913        20         -53.0000         -59.0000     11.32%
37946.24/1929.77	c      1930           5406         926        20         -53.0000         -59.0000     11.32%
38051.49/1935.13	c      1935           5413         933        20         -53.0000         -59.0000     11.32%
38153.63/1940.21	c      1940           5421         939        20         -53.0000         -59.0000     11.32%
38262.34/1945.75	c      1946           5432         950        20         -53.0000         -59.0000     11.32%
38365.14/1950.97	c      1951           5465         983        20         -53.0000         -59.0000     11.32%
38466.73/1956.06	c      1956           5497        1015        20         -53.0000         -59.0000     11.32%
38574.91/1961.57	c      1962           5497        1015        20         -53.0000         -59.0000     11.32%
38676.03/1966.64	c      1967           5497        1015        20         -53.0000         -59.0000     11.32%
38787.00/1972.22	c      1972           5538        1054        20         -53.0000         -59.0000     11.32%
38886.28/1977.25	c      1977           5552        1066        20         -53.0000         -59.0000     11.32%
39001.68/1983.08	c      1983           5552        1066        20         -53.0000         -59.0000     11.32%
39102.68/1988.14	c      1988           5552        1066        20         -53.0000         -59.0000     11.32%
39208.74/1993.54	c      1994           5552        1066        20         -53.0000         -59.0000     11.32%
39309.19/1998.65	c      1999           5552        1066        20         -53.0000         -59.0000     11.32%
39419.64/2004.29	c      2004           5553        1067        20         -53.0000         -59.0000     11.32%
39520.52/2009.40	c      2009           5553        1067        20         -53.0000         -59.0000     11.32%
39621.44/2014.47	c      2014           5553        1067        20         -53.0000         -59.0000     11.32%
39724.31/2019.68	c      2020           5558        1070        20         -53.0000         -59.0000     11.32%
39824.62/2024.70	c      2025           5558        1070        20         -53.0000         -59.0000     11.32%
39931.89/2030.20	c      2030           5564        1074        20         -53.0000         -59.0000     11.32%
40036.01/2035.48	c      2035           5568        1078        20         -53.0000         -59.0000     11.32%
40142.95/2040.88	c      2041           5573        1083        20         -53.0000         -59.0000     11.32%
40243.66/2046.02	c      2046           5577        1087        20         -53.0000         -59.0000     11.32%
40350.48/2051.40	c      2051           5577        1087        20         -53.0000         -59.0000     11.32%
40453.61/2056.59	c      2057           5581        1091        20         -53.0000         -59.0000     11.32%
40554.74/2061.64	c      2062           5585        1095        20         -53.0000         -59.0000     11.32%
40659.78/2067.00	c      2067           5587        1097        20         -53.0000         -59.0000     11.32%
40764.71/2072.26	c      2072           5598        1100        20         -53.0000         -59.0000     11.32%
40869.62/2077.54	c      2078           5598        1100        20         -53.0000         -59.0000     11.32%
40970.64/2082.64	c      2083           5598        1100        20         -53.0000         -59.0000     11.32%
41071.68/2087.75	c      2088           5598        1100        20         -53.0000         -59.0000     11.32%
41177.51/2093.05	c      2093           5599        1101        20         -53.0000         -59.0000     11.32%
41276.43/2098.13	c      2098           5599        1101        20         -53.0000         -59.0000     11.32%
41380.70/2103.33	c      2103           5599        1101        20         -53.0000         -59.0000     11.32%
41489.56/2108.90	c      2109           5599        1101        20         -53.0000         -59.0000     11.32%
41590.55/2114.01	c      2114           5606        1108        20         -53.0000         -59.0000     11.32%
41701.74/2119.50	c      2120           5606        1108        20         -53.0000         -59.0000     11.32%
41804.91/2124.80	c      2125           5609        1111        20         -53.0000         -59.0000     11.32%
41912.85/2130.14	c      2130           5609        1111        20         -53.0000         -59.0000     11.32%
42013.37/2135.27	c      2135           5632        1132        20         -53.0000         -59.0000     11.32%
42114.64/2140.39	c      2140           5632        1132        20         -53.0000         -59.0000     11.32%
42217.73/2145.60	c      2146           5632        1132        20         -53.0000         -59.0000     11.32%
42324.66/2151.00	c      2151           5641        1141        20         -53.0000         -59.0000     11.32%
42431.58/2156.39	c      2156           5641        1141        20         -53.0000         -59.0000     11.32%
42532.26/2161.44	c      2161           5641        1141        20         -53.0000         -59.0000     11.32%
42643.93/2167.11	c      2167           5641        1141        20         -53.0000         -59.0000     11.32%
42745.03/2172.15	c      2172           5645        1145        20         -53.0000         -59.0000     11.32%
42857.40/2177.85	c      2178           5645        1145        20         -53.0000         -59.0000     11.32%
42961.25/2183.05	c      2183           5645        1145        20         -53.0000         -59.0000     11.32%
43063.44/2188.23	c      2188           5645        1145        20         -53.0000         -59.0000     11.32%
43164.27/2193.39	c      2193           5666        1164        20         -53.0000         -59.0000     11.32%
43268.83/2198.64	c      2199           5666        1164        20         -53.0000         -59.0000     11.32%
43375.54/2204.05	c      2204           5666        1164        20         -53.0000         -59.0000     11.32%
43477.21/2209.27	c      2209           5685        1179        20         -53.0000         -59.0000     11.32%
43589.10/2214.93	c      2215           5728        1220        20         -53.0000         -59.0000     11.32%
43690.54/2220.05	c      2220           5779        1265        20         -53.0000         -59.0000     11.32%
43800.93/2225.62	c      2226           5828        1310        20         -53.0000         -59.0000     11.32%
43908.72/2231.07	c      2231           5881        1351        20         -53.0000         -59.0000     11.32%
44016.96/2236.50	c      2236           5896        1366        20         -53.0000         -59.0000     11.32%
44116.18/2241.55	c      2242           5896        1366        20         -53.0000         -59.0000     11.32%
44217.33/2246.69	c      2247           5919        1389        20         -53.0000         -59.0000     11.32%
44318.28/2251.77	c      2252           5958        1426        20         -53.0000         -59.0000     11.32%
44421.34/2256.97	c      2257           6001        1449        20         -53.0000         -59.0000     11.32%
44532.30/2262.57	c      2263           6025        1465        20         -53.0000         -59.0000     11.32%
44633.20/2267.67	c      2268           6025        1465        20         -53.0000         -59.0000     11.32%
44736.02/2272.89	c      2273           6025        1465        20         -53.0000         -59.0000     11.32%
44839.41/2278.09	c      2278           6025        1465        20         -53.0000         -59.0000     11.32%
44939.76/2283.14	c      2283           6027        1467        20         -53.0000         -59.0000     11.32%
45039.55/2288.27	c      2288           6068        1496        20         -53.0000         -59.0000     11.32%
45139.89/2293.33	c      2293           6111        1529        20         -53.0000         -59.0000     11.32%
45240.13/2298.49	c      2298           6141        1555        20         -53.0000         -59.0000     11.32%
45344.48/2303.76	c      2304           6145        1559        20         -53.0000         -59.0000     11.32%
45445.05/2308.86	c      2309           6162        1566        20         -53.0000         -59.0000     11.32%
45551.26/2314.26	c      2314           6188        1586        20         -53.0000         -59.0000     11.32%
45655.83/2319.58	c      2320           6213        1611        20         -53.0000         -59.0000     11.32%
45756.93/2324.63	c      2325           6271        1669        20         -53.0000         -59.0000     11.32%
45861.81/2329.97	c      2330           6339        1731        20         -53.0000         -59.0000     11.32%
45968.74/2335.31	c      2335           6381        1773        20         -53.0000         -59.0000     11.32%
46073.80/2340.66	c      2341           6397        1785        20         -53.0000         -59.0000     11.32%
46176.91/2345.87	c      2346           6397        1785        20         -53.0000         -59.0000     11.32%
46278.04/2351.02	c      2351           6397        1785        20         -53.0000         -59.0000     11.32%
46379.86/2356.04	c      2356           6401        1789        20         -53.0000         -59.0000     11.32%
46484.39/2361.36	c      2361           6405        1791        20         -53.0000         -59.0000     11.32%
46585.61/2366.42	c      2366           6405        1791        20         -53.0000         -59.0000     11.32%
46684.75/2371.44	c      2371           6405        1791        20         -53.0000         -59.0000     11.32%
46783.90/2376.49	c      2376           6405        1791        20         -53.0000         -59.0000     11.32%
46886.96/2381.61	c      2382           6405        1791        20         -53.0000         -59.0000     11.32%
46986.08/2386.62	c      2387           6409        1793        20         -53.0000         -59.0000     11.32%
47093.89/2392.06	c      2392           6409        1793        20         -53.0000         -59.0000     11.32%
47193.11/2397.11	c      2397           6409        1793        20         -53.0000         -59.0000     11.32%
47294.25/2402.15	c      2402           6473        1835        20         -53.0000         -59.0000     11.32%
47398.68/2407.50	c      2408           6540        1892        20         -53.0000         -59.0000     11.32%
47499.86/2412.51	c      2413           6559        1907        20         -53.0000         -59.0000     11.32%
47599.06/2417.57	c      2418           6559        1907        20         -53.0000         -59.0000     11.32%
47700.26/2422.61	c      2423           6568        1914        20         -53.0000         -59.0000     11.32%
47799.27/2427.69	c      2428           6585        1929        20         -53.0000         -59.0000     11.32%
47900.24/2432.73	c      2433           6615        1953        20         -53.0000         -59.0000     11.32%
47999.17/2437.79	c      2438           6633        1961        20         -53.0000         -59.0000     11.32%
48102.09/2442.92	c      2443           6649        1967        20         -53.0000         -59.0000     11.32%
48206.92/2448.29	c      2448           6651        1969        20         -53.0000         -59.0000     11.32%
48305.87/2453.30	c      2453           6662        1980        20         -53.0000         -59.0000     11.32%
48408.77/2458.43	c      2458           6667        1985        20         -53.0000         -59.0000     11.32%
48513.62/2463.78	c      2464           6685        2001        20         -53.0000         -59.0000     11.32%
48622.50/2469.26	c      2469           6703        2019        20         -53.0000         -59.0000     11.32%
48727.60/2474.57	c      2475           6703        2019        20         -53.0000         -59.0000     11.32%
48828.72/2479.66	c      2480           6703        2019        20         -53.0000         -59.0000     11.32%
48931.87/2484.85	c      2485           6714        2030        20         -53.0000         -59.0000     11.32%
49032.75/2489.90	c      2490           6730        2046        20         -53.0000         -59.0000     11.32%
49131.74/2495.01	c      2495           6767        2083        20         -53.0000         -59.0000     11.32%
49233.38/2500.04	c      2500           6819        2135        20         -53.0000         -59.0000     11.32%
49332.48/2505.08	c      2505           6873        2183        20         -53.0000         -59.0000     11.32%
49431.52/2510.13	c      2510           6918        2224        20         -53.0000         -59.0000     11.32%
49535.91/2515.33	c      2515           6984        2284        20         -53.0000         -59.0000     11.32%
49638.94/2520.58	c      2521           7004        2294        20         -53.0000         -59.0000     11.32%
49751.99/2526.23	c      2526           7007        2295        20         -53.0000         -59.0000     11.32%
49851.07/2531.26	c      2531           7067        2339        20         -53.0000         -59.0000     11.32%
49952.14/2536.33	c      2536           7100        2372        20         -53.0000         -59.0000     11.32%
50053.18/2541.49	c      2541           7131        2401        20         -53.0000         -59.0000     11.32%
50154.28/2546.52	c      2547           7147        2411        20         -53.0000         -59.0000     11.32%
50253.16/2551.54	c      2552           7147        2411        20         -53.0000         -59.0000     11.32%
50354.01/2556.64	c      2557           7163        2423        20         -53.0000         -59.0000     11.32%
50452.87/2561.65	c      2562           7167        2427        20         -53.0000         -59.0000     11.32%
50565.63/2567.32	c      2567           7176        2436        20         -53.0000         -59.0000     11.32%
50664.70/2572.39	c      2572           7176        2436        20         -53.0000         -59.0000     11.32%
50765.61/2577.44	c      2577           7181        2441        20         -53.0000         -59.0000     11.32%
50868.62/2582.63	c      2583           7181        2441        20         -53.0000         -59.0000     11.32%
50967.69/2587.65	c      2588           7185        2445        20         -53.0000         -59.0000     11.32%
51068.81/2592.72	c      2593           7223        2477        20         -53.0000         -59.0000     11.32%
51174.56/2598.05	c      2598           7275        2527        20         -53.0000         -59.0000     11.32%
51276.97/2603.21	c      2603           7297        2549        20         -53.0000         -59.0000     11.32%
51376.14/2608.23	c      2608           7357        2599        20         -53.0000         -59.0000     11.32%
51475.33/2613.27	c      2613           7404        2636        20         -53.0000         -59.0000     11.32%
51576.48/2618.31	c      2618           7458        2686        20         -53.0000         -59.0000     11.32%
51677.57/2623.42	c      2623           7526        2732        20         -53.0000         -59.0000     11.32%
51778.71/2628.56	c      2629           7559        2763        20         -53.0000         -59.0000     11.32%
51883.80/2633.81	c      2634           7611        2807        20         -53.0000         -59.0000     11.32%
51982.95/2638.84	c      2639           7669        2855        20         -53.0000         -59.0000     11.32%
52082.13/2643.86	c      2644           7720        2894        20         -53.0000         -59.0000     11.32%
52183.31/2649.03	c      2649           7754        2926        20         -53.0000         -59.0000     11.32%
52285.17/2654.12	c      2654           7810        2978        20         -53.0000         -59.0000     11.32%
52386.49/2659.14	c      2659           7869        3025        20         -53.0000         -59.0000     11.32%
52492.99/2664.51	c      2665           7886        3038        20         -53.0000         -59.0000     11.32%
52596.23/2669.70	c      2670           7886        3038        20         -53.0000         -59.0000     11.32%
52699.43/2674.99	c      2675           7900        3052        20         -53.0000         -59.0000     11.32%
52801.21/2680.07	c      2680           7916        3066        20         -53.0000         -59.0000     11.32%
52900.56/2685.08	c      2685           7966        3112        20         -53.0000         -59.0000     11.32%
52999.51/2690.12	c      2690           7966        3112        20         -53.0000         -59.0000     11.32%
53103.92/2695.38	c      2695           7966        3112        20         -53.0000         -59.0000     11.32%
53203.08/2700.39	c      2700           7966        3112        20         -53.0000         -59.0000     11.32%
53306.27/2705.56	c      2706           8007        3143        20         -53.0000         -59.0000     11.32%
53407.47/2710.64	c      2711           8031        3163        20         -53.0000         -59.0000     11.32%
53508.65/2715.70	c      2716           8031        3163        20         -53.0000         -59.0000     11.32%
53609.85/2720.88	c      2721           8067        3193        20         -53.0000         -59.0000     11.32%
53717.00/2726.21	c      2726           8083        3203        20         -53.0000         -59.0000     11.32%
53816.20/2731.23	c      2731           8157        3265        20         -53.0000         -59.0000     11.32%
53921.37/2736.58	c      2737           8157        3265        20         -53.0000         -59.0000     11.32%
54026.38/2741.83	c      2742           8157        3265        20         -53.0000         -59.0000     11.32%
54125.48/2746.86	c      2747           8162        3268        20         -53.0000         -59.0000     11.32%
54232.57/2752.23	c      2752           8162        3268        20         -53.0000         -59.0000     11.32%
54335.64/2757.45	c      2757           8162        3268        20         -53.0000         -59.0000     11.32%
54438.78/2762.65	c      2763           8179        3279        20         -53.0000         -59.0000     11.32%
54539.93/2767.77	c      2768           8179        3279        20         -53.0000         -59.0000     11.32%
54643.04/2772.95	c      2773           8183        3283        20         -53.0000         -59.0000     11.32%
54744.82/2778.10	c      2778           8183        3283        20         -53.0000         -59.0000     11.32%
54845.97/2783.20	c      2783           8209        3305        20         -53.0000         -59.0000     11.32%
54946.38/2788.24	c      2788           8209        3305        20         -53.0000         -59.0000     11.32%
55047.47/2793.36	c      2793           8213        3307        20         -53.0000         -59.0000     11.32%
55146.68/2798.37	c      2798           8228        3320        20         -53.0000         -59.0000     11.32%
55247.50/2803.47	c      2803           8228        3320        20         -53.0000         -59.0000     11.32%
55348.64/2808.53	c      2809           8238        3328        20         -53.0000         -59.0000     11.32%
55447.74/2813.55	c      2814           8238        3328        20         -53.0000         -59.0000     11.32%
55546.84/2818.56	c      2819           8250        3340        20         -53.0000         -59.0000     11.32%
55647.99/2823.62	c      2824           8274        3362        20         -53.0000         -59.0000     11.32%
55751.12/2828.82	c      2829           8274        3362        20         -53.0000         -59.0000     11.32%
55850.11/2833.88	c      2834           8274        3362        20         -53.0000         -59.0000     11.32%
55953.70/2839.04	c      2839           8307        3387        20         -53.0000         -59.0000     11.32%
56052.91/2844.07	c      2844           8307        3387        20         -53.0000         -59.0000     11.32%
56155.50/2849.23	c      2849           8307        3387        20         -53.0000         -59.0000     11.32%
56254.51/2854.24	c      2854           8319        3393        20         -53.0000         -59.0000     11.32%
56355.67/2859.37	c      2859           8331        3405        20         -53.0000         -59.0000     11.32%
56462.76/2864.70	c      2865           8374        3446        20         -53.0000         -59.0000     11.32%
56565.90/2869.95	c      2870           8412        3474        20         -53.0000         -59.0000     11.32%
56667.70/2875.05	c      2875           8412        3474        20         -53.0000         -59.0000     11.32%
56774.23/2880.45	c      2880           8412        3474        20         -53.0000         -59.0000     11.32%
56875.37/2885.52	c      2886           8428        3490        20         -53.0000         -59.0000     11.32%
56980.51/2890.82	c      2891           8472        3532        20         -53.0000         -59.0000     11.32%
57086.39/2896.14	c      2896           8472        3532        20         -53.0000         -59.0000     11.32%
57185.68/2901.19	c      2901           8480        3538        20         -53.0000         -59.0000     11.32%
57286.06/2906.21	c      2906           8524        3576        20         -53.0000         -59.0000     11.32%
57387.19/2911.39	c      2911           8605        3639        20         -53.0000         -59.0000     11.32%
57490.36/2916.54	c      2917           8658        3686        20         -53.0000         -59.0000     11.32%
57589.57/2921.55	c      2922           8736        3746        20         -53.0000         -59.0000     11.32%
57691.96/2926.75	c      2927           8771        3781        20         -53.0000         -59.0000     11.32%
57801.05/2932.24	c      2932           8831        3839        20         -53.0000         -59.0000     11.32%
57906.21/2937.59	c      2938           8876        3882        20         -53.0000         -59.0000     11.32%
58009.45/2942.76	c      2943           8920        3918        20         -53.0000         -59.0000     11.32%
58110.71/2947.83	c      2948           8945        3941        20         -53.0000         -59.0000     11.32%
58214.62/2953.11	c      2953           8945        3941        20         -53.0000         -59.0000     11.32%
58321.10/2958.40	c      2958           8995        3983        20         -53.0000         -59.0000     11.32%
58424.31/2963.63	c      2964           9062        4038        20         -53.0000         -59.0000     11.32%
58527.53/2968.81	c      2969           9132        4096        20         -53.0000         -59.0000     11.32%
58628.70/2973.92	c      2974           9182        4138        20         -53.0000         -59.0000     11.32%
58727.89/2978.98	c      2979           9258        4204        20         -53.0000         -59.0000     11.32%
58831.71/2984.18	c      2984           9340        4276        20         -53.0000         -59.0000     11.32%
58934.02/2989.36	c      2989           9404        4338        20         -53.0000         -59.0000     11.32%
59035.23/2994.41	c      2994           9419        4349        20         -53.0000         -59.0000     11.32%
59138.43/2999.62	c      3000           9439        4367        20         -53.0000         -59.0000     11.32%
59243.59/3004.91	c      3005           9449        4375        20         -53.0000         -59.0000     11.32%
59345.43/3010.09	c      3010           9469        4393        20         -53.0000         -59.0000     11.32%
59446.62/3015.15	c      3015           9549        4463        20         -53.0000         -59.0000     11.32%
59547.09/3020.20	c      3020           9601        4501        20         -53.0000         -59.0000     11.32%
59646.47/3025.22	c      3025           9601        4501        20         -53.0000         -59.0000     11.32%
59745.60/3030.24	c      3030           9601        4501        20         -53.0000         -59.0000     11.32%
59848.83/3035.47	c      3035           9607        4505        20         -53.0000         -59.0000     11.32%
59952.07/3040.65	c      3041           9607        4505        20         -53.0000         -59.0000     11.32%
60053.13/3045.73	c      3046           9669        4559        20         -53.0000         -59.0000     11.32%
60152.39/3050.78	c      3051           9733        4607        20         -53.0000         -59.0000     11.32%
60255.53/3056.00	c      3056           9797        4665        20         -53.0000         -59.0000     11.32%
60362.67/3061.34	c      3061           9856        4716        20         -53.0000         -59.0000     11.32%
60463.85/3066.42	c      3066           9899        4749        20         -53.0000         -59.0000     11.32%
60563.05/3071.47	c      3071           9918        4764        20         -53.0000         -59.0000     11.32%
60664.12/3076.54	c      3077           9949        4789        20         -53.0000         -59.0000     11.32%
60767.26/3081.79	c      3082           9971        4811        20         -53.0000         -59.0000     11.32%
60868.44/3086.85	c      3087           9971        4811        20         -53.0000         -59.0000     11.32%
60969.63/3091.96	c      3092           9971        4811        20         -53.0000         -59.0000     11.32%
61076.73/3097.34	c      3097           9982        4818        20         -53.0000         -59.0000     11.32%
61177.90/3102.50	c      3102          10012        4842        20         -53.0000         -59.0000     11.32%
61279.02/3107.55	c      3108          10062        4890        20         -53.0000         -59.0000     11.32%
61378.18/3112.57	c      3113          10112        4940        20         -53.0000         -59.0000     11.32%
61477.37/3117.58	c      3118          10157        4983        20         -53.0000         -59.0000     11.32%
61578.55/3122.61	c      3123          10218        5044        20         -53.0000         -59.0000     11.32%
61681.73/3127.84	c      3128          10271        5091        20         -53.0000         -59.0000     11.32%
61780.93/3132.85	c      3133          10331        5145        20         -53.0000         -59.0000     11.32%
61882.06/3137.94	c      3138          10366        5172        20         -53.0000         -59.0000     11.32%
61985.88/3143.15	c      3143          10366        5172        20         -53.0000         -59.0000     11.32%
62085.02/3148.18	c      3148          10372        5174        20         -53.0000         -59.0000     11.32%
62185.54/3153.23	c      3153          10376        5174        20         -53.0000         -59.0000     11.32%
62286.58/3158.37	c      3158          10377        5175        20         -53.0000         -59.0000     11.32%
62387.68/3163.42	c      3163          10377        5175        20         -53.0000         -59.0000     11.32%
62488.89/3168.50	c      3168          10426        5212        20         -53.0000         -59.0000     11.32%
62590.08/3173.63	c      3174          10476        5260        20         -53.0000         -59.0000     11.32%
62689.29/3178.66	c      3179          10522        5298        20         -53.0000         -59.0000     11.32%
62788.53/3183.69	c      3184          10522        5298        20         -53.0000         -59.0000     11.32%
62901.68/3189.33	c      3189          10540        5308        20         -53.0000         -59.0000     11.32%
63000.91/3194.37	c      3194          10544        5312        20         -53.0000         -59.0000     11.32%
63102.12/3199.45	c      3199          10544        5312        20         -53.0000         -59.0000     11.32%
63205.33/3204.64	c      3205          10544        5312        20         -53.0000         -59.0000     11.32%
63304.30/3209.65	c      3210          10544        5312        20         -53.0000         -59.0000     11.32%
63403.47/3214.68	c      3215          10570        5332        20         -53.0000         -59.0000     11.32%
63502.73/3219.69	c      3220          10630        5390        20         -53.0000         -59.0000     11.32%
63605.95/3224.89	c      3225          10630        5390        20         -53.0000         -59.0000     11.32%
63711.93/3230.14	c      3230          10630        5390        20         -53.0000         -59.0000     11.32%
63810.97/3235.15	c      3235          10650        5404        20         -53.0000         -59.0000     11.32%
63911.47/3240.23	c      3240          10650        5404        20         -53.0000         -59.0000     11.32%
64012.41/3245.32	c      3245          10650        5404        20         -53.0000         -59.0000     11.32%
64111.47/3250.38	c      3250          10650        5404        20         -53.0000         -59.0000     11.32%
64212.66/3255.46	c      3255          10651        5403        20         -53.0000         -59.0000     11.32%
64313.86/3260.52	c      3261          10651        5403        20         -53.0000         -59.0000     11.32%
64413.02/3265.60	c      3266          10682        5426        20         -53.0000         -59.0000     11.32%
64514.05/3270.64	c      3271          10747        5489        20         -53.0000         -59.0000     11.32%
64615.22/3275.80	c      3276          10800        5540        20         -53.0000         -59.0000     11.32%
64716.42/3280.85	c      3281          10891        5605        20         -53.0000         -59.0000     11.32%
64817.65/3285.97	c      3286          10914        5624        20         -53.0000         -59.0000     11.32%
64919.51/3291.11	c      3291          10914        5624        20         -53.0000         -59.0000     11.32%
65024.04/3296.31	c      3296          10914        5624        20         -53.0000         -59.0000     11.32%
65123.26/3301.36	c      3301          10928        5634        20         -53.0000         -59.0000     11.32%
65222.52/3306.37	c      3306          10928        5634        20         -53.0000         -59.0000     11.32%
65321.77/3311.39	c      3311          10928        5634        20         -53.0000         -59.0000     11.32%
65426.98/3316.62	c      3317          10974        5674        20         -53.0000         -59.0000     11.32%
65526.33/3321.67	c      3322          10974        5674        20         -53.0000         -59.0000     11.32%
65627.35/3326.75	c      3327          10974        5674        20         -53.0000         -59.0000     11.32%
65726.59/3331.79	c      3332          10980        5676        20         -53.0000         -59.0000     11.32%
65827.82/3336.85	c      3337          10980        5676        20         -53.0000         -59.0000     11.32%
65927.05/3341.88	c      3342          10980        5676        20         -53.0000         -59.0000     11.32%
66034.25/3347.22	c      3347          10980        5676        20         -53.0000         -59.0000     11.32%
66137.48/3352.42	c      3352          10999        5691        20         -53.0000         -59.0000     11.32%
66238.65/3357.53	c      3358          11059        5743        20         -53.0000         -59.0000     11.32%
66340.05/3362.70	c      3363          11084        5754        20         -53.0000         -59.0000     11.32%
66443.09/3367.85	c      3368          11089        5755        20         -53.0000         -59.0000     11.32%
66544.30/3372.93	c      3373          11093        5757        20         -53.0000         -59.0000     11.32%
66643.50/3377.95	c      3378          11161        5819        20         -53.0000         -59.0000     11.32%
66747.34/3383.17	c      3383          11201        5855        20         -53.0000         -59.0000     11.32%
66849.75/3388.37	c      3388          11201        5855        20         -53.0000         -59.0000     11.32%
66950.97/3393.40	c      3393          11201        5855        20         -53.0000         -59.0000     11.32%
67050.23/3398.50	c      3398          11210        5862        20         -53.0000         -59.0000     11.32%
67155.44/3403.79	c      3404          11242        5882        20         -53.0000         -59.0000     11.32%
67258.62/3408.93	c      3409          11298        5926        20         -53.0000         -59.0000     11.32%
67357.73/3413.94	c      3414          11369        5985        20         -53.0000         -59.0000     11.32%
67461.50/3419.19	c      3419          11422        6034        20         -53.0000         -59.0000     11.32%
67565.96/3424.42	c      3424          11492        6094        20         -53.0000         -59.0000     11.32%
67665.09/3429.47	c      3429          11557        6139        20         -53.0000         -59.0000     11.32%
67766.12/3434.52	c      3435          11586        6168        20         -53.0000         -59.0000     11.32%
67865.07/3439.57	c      3440          11586        6168        20         -53.0000         -59.0000     11.32%
67966.20/3444.62	c      3445          11586        6168        20         -53.0000         -59.0000     11.32%
68071.33/3450.01	c      3450          11586        6168        20         -53.0000         -59.0000     11.32%
68173.19/3455.07	c      3455          11586        6168        20         -53.0000         -59.0000     11.32%
68272.38/3460.12	c      3460          11597        6179        20         -53.0000         -59.0000     11.32%
68376.80/3465.31	c      3465          11613        6191        20         -53.0000         -59.0000     11.32%
68477.88/3470.45	c      3470          11622        6200        20         -53.0000         -59.0000     11.32%
68583.02/3475.70	c      3476          11648        6222        20         -53.0000         -59.0000     11.32%
68682.23/3480.79	c      3481          11648        6222        20         -53.0000         -59.0000     11.32%
68785.41/3485.93	c      3486          11680        6250        20         -53.0000         -59.0000     11.32%
68884.48/3491.00	c      3491          11732        6296        20         -53.0000         -59.0000     11.32%
68986.26/3496.05	c      3496          11783        6337        20         -53.0000         -59.0000     11.32%
69087.39/3501.16	c      3501          11795        6349        20         -53.0000         -59.0000     11.32%
69187.70/3506.27	c      3506          11809        6361        20         -53.0000         -59.0000     11.32%
69286.86/3511.30	c      3511          11809        6361        20         -53.0000         -59.0000     11.32%
69388.05/3516.32	c      3516          11821        6367        20         -53.0000         -59.0000     11.32%
69489.22/3521.47	c      3521          11833        6379        20         -53.0000         -59.0000     11.32%
69590.32/3526.52	c      3527          11860        6402        20         -53.0000         -59.0000     11.32%
69689.35/3531.59	c      3532          11860        6402        20         -53.0000         -59.0000     11.32%
69790.53/3536.62	c      3537          11905        6441        20         -53.0000         -59.0000     11.32%
69889.73/3541.63	c      3542          11905        6441        20         -53.0000         -59.0000     11.32%
69990.92/3546.74	c      3547          11947        6469        20         -53.0000         -59.0000     11.32%
70092.10/3551.83	c      3552          11976        6496        20         -53.0000         -59.0000     11.32%
70193.23/3557.02	c      3557          11976        6496        20         -53.0000         -59.0000     11.32%
70298.29/3562.28	c      3562          11976        6496        20         -53.0000         -59.0000     11.32%
70399.45/3567.34	c      3567          12004        6520        20         -53.0000         -59.0000     11.32%
70500.57/3572.44	c      3572          12057        6561        20         -53.0000         -59.0000     11.32%
70601.73/3577.54	c      3578          12091        6585        20         -53.0000         -59.0000     11.32%
70702.84/3582.62	c      3583          12091        6585        20         -53.0000         -59.0000     11.32%
70803.96/3587.74	c      3588          12091        6585        20         -53.0000         -59.0000     11.32%
70907.05/3592.91	c      3593          12091        6585        20         -53.0000         -59.0000     11.32%
71006.12/3597.98	c      3598          12102        6590        20         -53.0000         -59.0000     11.32%
71107.96/3603.12	c      3603          12156        6636        20         -53.0000         -59.0000     11.32%
71207.09/3608.13	c      3608          12196        6674        20         -53.0000         -59.0000     11.32%
71309.51/3613.21	c      3613          12223        6699        20         -53.0000         -59.0000     11.32%
71410.66/3618.38	c      3618          12275        6751        20         -53.0000         -59.0000     11.32%
71515.77/3623.66	c      3624          12311        6785        20         -53.0000         -59.0000     11.32%
71618.91/3628.86	c      3629          12338        6810        20         -53.0000         -59.0000     11.32%
71722.65/3634.05	c      3634          12371        6839        20         -53.0000         -59.0000     11.32%
71821.93/3639.11	c      3639          12432        6888        20         -53.0000         -59.0000     11.32%
71923.12/3644.19	c      3644          12470        6922        20         -53.0000         -59.0000     11.32%

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: 191633 MiB (170872 MiB free)
  memory of node 1: 193531 MiB (177477 MiB free)
  memory of node 2: 193531 MiB (175702 MiB free)
  memory of node 3: 193531 MiB (142729 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-4467370-1723584093/watcher-4467370-1723584093 -o /tmp/evaluation-result-4467370-1723584093/solver-4467370-1723584093 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723580446-761056 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467370-1723584093.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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=763316, runsolver pid=763313
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 80.09 80.25 80.18 25/901 763321
/proc/meminfo: memFree=682653036/790760804 swapFree=131071996/131071996
[pid=763316] ppid=763313 vsize=73928 memory=61588 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/763316/stat : 763316 (fscip) R 763313 763316 761044 0 -1 4194304 13296 0 0 0 10 2 0 0 20 0 1 0 124991928 75702272 15397 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
/proc/763316/statm: 18482 15397 2331 3035 0 14878 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 73928 KiB
Current children cumulated memory: 61588 KiB

[startup+0.22447 s]*
/proc/loadavg: 80.09 80.25 80.18 27/924 763347
/proc/meminfo: memFree=682465788/790760804 swapFree=131071996/131071996
[pid=763316] ppid=763313 vsize=152432 memory=141328 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/763316/stat : 763316 (fscip) R 763313 763316 761044 0 -1 4194304 33747 0 0 0 19 4 0 0 20 0 1 0 124991928 156090368 35332 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
/proc/763316/statm: 38108 35332 2571 3035 0 34504 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 152432 KiB
Current children cumulated memory: 141328 KiB

[startup+0.31945 s]*
/proc/loadavg: 80.09 80.25 80.18 25/924 763347
/proc/meminfo: memFree=682331008/790760804 swapFree=131071996/131071996
[pid=763316] ppid=763313 vsize=182044 memory=170324 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/763316/stat : 763316 (fscip) R 763313 763316 761044 0 -1 4194304 40959 0 0 0 28 5 0 0 20 0 1 0 124991928 186413056 42581 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
/proc/763316/statm: 45511 42581 2630 3035 0 41907 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 182044 KiB
Current children cumulated memory: 170324 KiB

[startup+0.700259 s]
/proc/loadavg: 80.09 80.25 80.18 24/924 763347
/proc/meminfo: memFree=682140336/790760804 swapFree=131071996/131071996
[pid=763316] ppid=763313 vsize=263552 memory=250164 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/stat : 763316 (fscip) R 763313 763316 761044 0 -1 4194304 57590 0 0 0 59 9 0 0 20 0 1 0 124991928 269877248 62541 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
/proc/763316/statm: 65888 62541 2694 3035 0 62284 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 263552 KiB
Current children cumulated memory: 250164 KiB

[startup+1.50025 s]
/proc/loadavg: 75.52 79.30 79.87 24/924 763347
/proc/meminfo: memFree=681787688/790760804 swapFree=131071996/131071996
[pid=763316] ppid=763313 vsize=410088 memory=361392 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/stat : 763316 (fscip) R 763313 763316 761044 0 -1 4194304 77099 0 0 0 134 15 0 0 20 0 1 0 124991928 419930112 90348 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
/proc/763316/statm: 102522 90348 2774 3035 0 98918 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 410088 KiB
Current children cumulated memory: 361392 KiB

[startup+3.12045 s]
/proc/loadavg: 75.52 79.30 79.87 54/1004 763428
/proc/meminfo: memFree=676193808/790760804 swapFree=131071996/131071996
[pid=763316] ppid=763313 vsize=2390184 memory=943700 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/stat : 763316 (fscip) S 763313 763316 761044 0 -1 1077936128 214927 0 0 0 273 37 0 0 20 0 21 0 124991928 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
/proc/763316/statm: 597546 235925 2790 3035 0 289593 0
[pid=763316/tid=763368] ppid=763313 vsize=2390184 memory=38688 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/763316/task/763368/stat : 763368 (fscip) S 763313 763316 761044 0 -1 1077936192 17653 0 0 0 10 2 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763369] ppid=763313 vsize=2390184 memory=645404 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/763316/task/763369/stat : 763369 (fscip) S 763313 763316 761044 0 -1 1077936192 17652 0 0 0 9 3 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763370] ppid=763313 vsize=2390184 memory=226336 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763370/stat : 763370 (fscip) S 763313 763316 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763371] ppid=763313 vsize=2390184 memory=10556 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763371/stat : 763371 (fscip) R 763313 763316 761044 0 -1 4194368 9736 0 0 0 4 1 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763372] ppid=763313 vsize=2390184 memory=5472 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763372/stat : 763372 (fscip) S 763313 763316 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763373] ppid=763313 vsize=2390184 memory=16336 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/763316/task/763373/stat : 763373 (fscip) S 763313 763316 761044 0 -1 1077936192 17652 0 0 0 10 2 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763374] ppid=763313 vsize=2390184 memory=28748 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/763316/task/763374/stat : 763374 (fscip) S 763313 763316 761044 0 -1 1077936192 17652 0 0 0 10 2 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763375] ppid=763313 vsize=2390184 memory=7384 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/763316/task/763375/stat : 763375 (fscip) S 763313 763316 761044 0 -1 1077936192 17652 0 0 0 10 2 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763376] ppid=763313 vsize=2390184 memory=30888 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/763316/task/763376/stat : 763376 (fscip) S 763313 763316 761044 0 -1 1077936192 17652 0 0 0 9 2 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763377] ppid=763313 vsize=2390184 memory=27932 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763377/stat : 763377 (fscip) S 763313 763316 761044 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763378] ppid=763313 vsize=2390184 memory=3760 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763378/stat : 763378 (fscip) S 763313 763316 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763379] ppid=763313 vsize=2390184 memory=11536 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763379/stat : 763379 (fscip) S 763313 763316 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763380] ppid=763313 vsize=2390184 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/763316/task/763380/stat : 763380 (fscip) S 763313 763316 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763381] ppid=763313 vsize=2390184 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/763316/task/763381/stat : 763381 (fscip) S 763313 763316 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763382] ppid=763313 vsize=2390184 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/763316/task/763382/stat : 763382 (fscip) S 763313 763316 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763383] ppid=763313 vsize=2390184 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/763316/task/763383/stat : 763383 (fscip) S 763313 763316 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763384] ppid=763313 vsize=2390184 memory=279320782691296 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763384/stat : 763384 (fscip) S 763313 763316 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763385] ppid=763313 vsize=2390184 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/763316/task/763385/stat : 763385 (fscip) S 763313 763316 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763386] ppid=763313 vsize=2390184 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/763316/task/763386/stat : 763386 (fscip) S 763313 763316 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763387] ppid=763313 vsize=2390184 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/763316/task/763387/stat : 763387 (fscip) S 763313 763316 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124992143 2447548416 235925 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2390184 KiB
Current children cumulated memory: 943700 KiB

[startup+6.30319 s]
/proc/loadavg: 75.88 79.31 79.87 81/1024 763448
/proc/meminfo: memFree=666961308/790760804 swapFree=131071996/131071996
[pid=763316] ppid=763313 vsize=6093048 memory=5289472 CPUtime=32.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/stat : 763316 (fscip) S 763313 763316 761044 0 -1 1077936128 1433857 0 0 0 2974 296 0 0 20 0 41 0 124991928 6239281152 1322302 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
/proc/763316/statm: 1523262 1322302 2806 3035 0 1437152 0
[pid=763316/tid=763368] ppid=763313 vsize=6093048 memory=1795292 CPUtime=1.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763368/stat : 763368 (fscip) R 763313 763316 761044 0 -1 4194368 67366 0 0 0 138 13 0 0 20 0 41 0 124992143 6239281152 1322368 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763369] ppid=763313 vsize=6093048 memory=754892 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763369/stat : 763369 (fscip) R 763313 763316 761044 0 -1 4194368 64953 0 0 0 136 13 0 0 20 0 41 0 124992143 6239281152 1322368 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763370] ppid=763313 vsize=6093048 memory=5472 CPUtime=1.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763370/stat : 763370 (fscip) R 763313 763316 761044 0 -1 4194368 67809 0 0 0 141 13 0 0 20 0 41 0 124992143 6239281152 1322368 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763371] ppid=763313 vsize=6093048 memory=279320782713712 CPUtime=1.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763371/stat : 763371 (fscip) R 763313 763316 761044 0 -1 4194368 67539 0 0 0 138 12 0 0 20 0 41 0 124992143 6239281152 1322368 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763372] ppid=763313 vsize=6093048 memory=0 CPUtime=1.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763372/stat : 763372 (fscip) R 763313 763316 761044 0 -1 4194368 66524 0 0 0 137 14 0 0 20 0 41 0 124992143 6239281152 1322368 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763373] ppid=763313 vsize=6093048 memory=3458764746638296317 CPUtime=1.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763373/stat : 763373 (fscip) R 763313 763316 761044 0 -1 4194368 66989 0 0 0 140 13 0 0 20 0 41 0 124992143 6239281152 1322368 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763374] ppid=763313 vsize=6093048 memory=0 CPUtime=1.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763374/stat : 763374 (fscip) R 763313 763316 761044 0 -1 4194368 67365 0 0 0 137 14 0 0 20 0 41 0 124992143 6239281152 1322368 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763375] ppid=763313 vsize=6093048 memory=0 CPUtime=1.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763375/stat : 763375 (fscip) R 763313 763316 761044 0 -1 4194368 65513 0 0 0 139 12 0 0 20 0 41 0 124992143 6239281152 1322434 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763376] ppid=763313 vsize=6093048 memory=645404 CPUtime=1.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763376/stat : 763376 (fscip) R 763313 763316 761044 0 -1 4194368 66759 0 0 0 137 14 0 0 20 0 41 0 124992143 6239281152 1322434 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763377] ppid=763313 vsize=6093048 memory=385976 CPUtime=1.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763377/stat : 763377 (fscip) R 763313 763316 761044 0 -1 4194368 67413 0 0 0 138 13 0 0 20 0 41 0 124992143 6239281152 1322434 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763378] ppid=763313 vsize=6093048 memory=10556 CPUtime=1.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763378/stat : 763378 (fscip) R 763313 763316 761044 0 -1 4194368 66713 0 0 0 138 13 0 0 20 0 41 0 124992143 6239281152 1322434 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763379] ppid=763313 vsize=6093048 memory=3710160 CPUtime=1.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763379/stat : 763379 (fscip) R 763313 763316 761044 0 -1 4194368 65603 0 0 0 137 14 0 0 20 0 41 0 124992143 6239281152 1322434 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763380] ppid=763313 vsize=6093048 memory=279320782658608 CPUtime=1.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763380/stat : 763380 (fscip) R 763313 763316 761044 0 -1 4194368 67495 0 0 0 137 13 0 0 20 0 41 0 124992143 6239281152 1322434 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763381] ppid=763313 vsize=6093048 memory=25333125866717268 CPUtime=1.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763381/stat : 763381 (fscip) R 763313 763316 761044 0 -1 4194368 67006 0 0 0 138 14 0 0 20 0 41 0 124992143 6239281152 1322434 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763382] ppid=763313 vsize=6093048 memory=0 CPUtime=1.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763382/stat : 763382 (fscip) R 763313 763316 761044 0 -1 4194368 65521 0 0 0 139 12 0 0 20 0 41 0 124992143 6239281152 1322434 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763383] ppid=763313 vsize=6093048 memory=279320782958256 CPUtime=1.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763383/stat : 763383 (fscip) R 763313 763316 761044 0 -1 4194368 67539 0 0 0 138 13 0 0 20 0 41 0 124992143 6239281152 1322434 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763384] ppid=763313 vsize=6093048 memory=5472 CPUtime=1.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763384/stat : 763384 (fscip) R 763313 763316 761044 0 -1 4194368 67006 0 0 0 138 14 0 0 20 0 41 0 124992143 6239281152 1322434 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763385] ppid=763313 vsize=6093048 memory=16336 CPUtime=1.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763385/stat : 763385 (fscip) R 763313 763316 761044 0 -1 4194368 66849 0 0 0 138 14 0 0 20 0 41 0 124992143 6239281152 1322500 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763386] ppid=763313 vsize=6093048 memory=7449279377360106290 CPUtime=1.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763386/stat : 763386 (fscip) R 763313 763316 761044 0 -1 4194368 67413 0 0 0 137 14 0 0 20 0 41 0 124992143 6239281152 1322500 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763387] ppid=763313 vsize=6093048 memory=34340462562508916 CPUtime=1.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763387/stat : 763387 (fscip) R 763313 763316 761044 0 -1 4194368 65283 0 0 0 136 15 0 0 20 0 41 0 124992143 6239281152 1322500 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763429] ppid=763313 vsize=6093048 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/763316/task/763429/stat : 763429 (fscip) S 763313 763316 761044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124992411 6239281152 1322500 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763430] ppid=763313 vsize=6093048 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/763316/task/763430/stat : 763430 (fscip) S 763313 763316 761044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124992411 6239281152 1322500 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763431] ppid=763313 vsize=6093048 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/763316/task/763431/stat : 763431 (fscip) S 763313 763316 761044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124992411 6239281152 1322500 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763432] ppid=763313 vsize=6093048 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/763316/task/763432/stat : 763432 (fscip) S 763313 763316 761044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124992411 6239281152 1322500 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763433] ppid=763313 vsize=6093048 memory=2372 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763433/stat : 763433 (fscip) S 763313 763316 761044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124992411 6239281152 1322500 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763434] ppid=763313 vsize=6093048 memory=-3902416672138498407 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763434/stat : 763434 (fscip) S 763313 763316 761044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124992411 6239281152 1322500 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763435] ppid=763313 vsize=6093048 memory=279320782691296 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763435/stat : 763435 (fscip) S 763313 763316 761044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124992411 6239281152 1322500 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763436] ppid=763313 vsize=6093048 memory=11536 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763436/stat : 763436 (fscip) S 763313 763316 761044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124992411 6239281152 1322500 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0

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

/proc/763316/task/763435/stat : 763435 (fscip) S 763313 763316 761044 0 -1 1077936192 141 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763436] ppid=763313 vsize=79248060 memory=148 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/763316/task/763436/stat : 763436 (fscip) S 763313 763316 761044 0 -1 1077936192 139 0 0 0 0 2 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763437] ppid=763313 vsize=79248060 memory=8026092266116899688 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/763316/task/763437/stat : 763437 (fscip) S 763313 763316 761044 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763438] ppid=763313 vsize=79248060 memory=11536 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/763316/task/763438/stat : 763438 (fscip) S 763313 763316 761044 0 -1 1077936192 115 0 0 0 1 2 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763439] ppid=763313 vsize=79248060 memory=39704 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/763316/task/763439/stat : 763439 (fscip) S 763313 763316 761044 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763440] ppid=763313 vsize=79248060 memory=59520772 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/763316/task/763440/stat : 763440 (fscip) S 763313 763316 761044 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763441] ppid=763313 vsize=79248060 memory=11656 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/763316/task/763441/stat : 763441 (fscip) S 763313 763316 761044 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763442] ppid=763313 vsize=79248060 memory=59520768 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/763316/task/763442/stat : 763442 (fscip) S 763313 763316 761044 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763443] ppid=763313 vsize=79248060 memory=5472 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/763316/task/763443/stat : 763443 (fscip) S 763313 763316 761044 0 -1 1077936192 109 0 0 0 1 2 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763444] ppid=763313 vsize=79248060 memory=59513904 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/763316/task/763444/stat : 763444 (fscip) S 763313 763316 761044 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763445] ppid=763313 vsize=79248060 memory=59513596 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/763316/task/763445/stat : 763445 (fscip) S 763313 763316 761044 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763446] ppid=763313 vsize=79248060 memory=59520772 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/763316/task/763446/stat : 763446 (fscip) S 763313 763316 761044 0 -1 1077936192 85 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763447] ppid=763313 vsize=79248060 memory=59520740 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/763316/task/763447/stat : 763447 (fscip) S 763313 763316 761044 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763448] ppid=763313 vsize=79248060 memory=11536 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/763316/task/763448/stat : 763448 (fscip) S 763313 763316 761044 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14880199 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
Current children cumulated CPU time: 71886.7 s
Current children cumulated vsize: 79248060 KiB
Current children cumulated memory: 59520796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3648 s]*
/proc/loadavg: 78.97 80.15 80.54 62/987 766215
/proc/meminfo: memFree=642204440/790760804 swapFree=131071996/131071996
[pid=763316] ppid=763313 vsize=79248060 memory=59528212 CPUtime=72000.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/stat : 763316 (fscip) S 763313 763316 761044 0 -1 1077936128 205608373 0 0 0 7159707 40351 0 0 20 0 41 0 124991928 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
/proc/763316/statm: 19812015 14882053 3318 3035 0 19484210 0
[pid=763316/tid=763368] ppid=763313 vsize=79248060 memory=-9031803466272907964 CPUtime=3591.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763368/stat : 763368 (fscip) R 763313 763316 761044 0 -1 4194368 3445457 0 0 0 358615 541 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763369] ppid=763313 vsize=79248060 memory=18544 CPUtime=3602.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763369/stat : 763369 (fscip) R 763313 763316 761044 0 -1 4194368 10490114 0 0 0 358793 1505 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 38 0 0 125237401 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763370] ppid=763313 vsize=79248060 memory=20276 CPUtime=3602.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763370/stat : 763370 (fscip) R 763313 763316 761044 0 -1 4194368 16129831 0 0 0 356333 3944 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763371] ppid=763313 vsize=79248060 memory=5672 CPUtime=3598.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763371/stat : 763371 (fscip) R 763313 763316 761044 0 -1 4194368 4435862 0 0 0 359261 622 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763372] ppid=763313 vsize=79248060 memory=11604 CPUtime=3601.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763372/stat : 763372 (fscip) R 763313 763316 761044 0 -1 4194368 11077511 0 0 0 358535 1628 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763373] ppid=763313 vsize=79248060 memory=-5155630193593509975 CPUtime=3595.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763373/stat : 763373 (fscip) R 763313 763316 761044 0 -1 4194368 15650300 0 0 0 355651 3936 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763374] ppid=763313 vsize=79248060 memory=7753685112138798754 CPUtime=3601.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763374/stat : 763374 (fscip) R 763313 763316 761044 0 -1 4194368 4239318 0 0 0 359524 603 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763375] ppid=763313 vsize=79248060 memory=6796 CPUtime=3604.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763375/stat : 763375 (fscip) R 763313 763316 761044 0 -1 4194368 11725632 0 0 0 358779 1660 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763376] ppid=763313 vsize=79248060 memory=6120 CPUtime=3597.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763376/stat : 763376 (fscip) R 763313 763316 761044 0 -1 4194368 16093259 0 0 0 355490 4250 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763377] ppid=763313 vsize=79248060 memory=1848 CPUtime=3598.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763377/stat : 763377 (fscip) R 763313 763316 761044 0 -1 4194368 4390563 0 0 0 359346 507 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763378] ppid=763313 vsize=79248060 memory=-6242758099048757696 CPUtime=3598.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763378/stat : 763378 (fscip) R 763313 763316 761044 0 -1 4194368 11081020 0 0 0 358293 1602 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763379] ppid=763313 vsize=79248060 memory=-5155633680935826750 CPUtime=3597.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763379/stat : 763379 (fscip) R 763313 763316 761044 0 -1 4194368 20253393 0 0 0 354311 5421 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763380] ppid=763313 vsize=79248060 memory=8284 CPUtime=3601.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763380/stat : 763380 (fscip) R 763313 763316 761044 0 -1 4194368 4140474 0 0 0 359518 588 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763381] ppid=763313 vsize=79248060 memory=3312 CPUtime=3602.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763381/stat : 763381 (fscip) R 763313 763316 761044 0 -1 4194368 10851348 0 0 0 358761 1502 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763382] ppid=763313 vsize=79248060 memory=2212 CPUtime=3599.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763382/stat : 763382 (fscip) R 763313 763316 761044 0 -1 4194368 15989081 0 0 0 356024 3919 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763383] ppid=763313 vsize=79248060 memory=28064 CPUtime=3596.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763383/stat : 763383 (fscip) R 763313 763316 761044 0 -1 4194368 3532196 0 0 0 359113 533 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763384] ppid=763313 vsize=79248060 memory=32848 CPUtime=3600.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763384/stat : 763384 (fscip) R 763313 763316 761044 0 -1 4194368 10496678 0 0 0 358501 1555 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763385] ppid=763313 vsize=79248060 memory=7140 CPUtime=3602.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763385/stat : 763385 (fscip) R 763313 763316 761044 0 -1 4194368 16030352 0 0 0 356382 3820 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763386] ppid=763313 vsize=79248060 memory=36328 CPUtime=3600.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763386/stat : 763386 (fscip) R 763313 763316 761044 0 -1 4194368 4760553 0 0 0 359451 644 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763387] ppid=763313 vsize=79248060 memory=6796 CPUtime=3602.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763316/task/763387/stat : 763387 (fscip) R 763313 763316 761044 0 -1 4194368 10691120 0 0 0 358718 1518 0 0 20 0 41 0 124992143 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763429] ppid=763313 vsize=79248060 memory=59528204 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/763316/task/763429/stat : 763429 (fscip) S 763313 763316 761044 0 -1 1077936192 82 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763430] ppid=763313 vsize=79248060 memory=10556 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/763316/task/763430/stat : 763430 (fscip) S 763313 763316 761044 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763431] ppid=763313 vsize=79248060 memory=5472 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/763316/task/763431/stat : 763431 (fscip) S 763313 763316 761044 0 -1 1077936192 138 0 0 0 0 2 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763432] ppid=763313 vsize=79248060 memory=16336 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/763316/task/763432/stat : 763432 (fscip) S 763313 763316 761044 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763433] ppid=763313 vsize=79248060 memory=2268 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/763316/task/763433/stat : 763433 (fscip) S 763313 763316 761044 0 -1 1077936192 107 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763434] ppid=763313 vsize=79248060 memory=6120 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/763316/task/763434/stat : 763434 (fscip) S 763313 763316 761044 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763435] ppid=763313 vsize=79248060 memory=1848 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/763316/task/763435/stat : 763435 (fscip) S 763313 763316 761044 0 -1 1077936192 141 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763436] ppid=763313 vsize=79248060 memory=38604 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/763316/task/763436/stat : 763436 (fscip) S 763313 763316 761044 0 -1 1077936192 139 0 0 0 0 2 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763437] ppid=763313 vsize=79248060 memory=33100 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/763316/task/763437/stat : 763437 (fscip) S 763313 763316 761044 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763438] ppid=763313 vsize=79248060 memory=2244 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/763316/task/763438/stat : 763438 (fscip) S 763313 763316 761044 0 -1 1077936192 115 0 0 0 1 2 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763439] ppid=763313 vsize=79248060 memory=19936 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/763316/task/763439/stat : 763439 (fscip) S 763313 763316 761044 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763440] ppid=763313 vsize=79248060 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/763316/task/763440/stat : 763440 (fscip) S 763313 763316 761044 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763441] ppid=763313 vsize=79248060 memory=2004 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/763316/task/763441/stat : 763441 (fscip) S 763313 763316 761044 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763442] ppid=763313 vsize=79248060 memory=52544 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/763316/task/763442/stat : 763442 (fscip) S 763313 763316 761044 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763443] ppid=763313 vsize=79248060 memory=28748 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/763316/task/763443/stat : 763443 (fscip) S 763313 763316 761044 0 -1 1077936192 109 0 0 0 1 2 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763444] ppid=763313 vsize=79248060 memory=7384 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/763316/task/763444/stat : 763444 (fscip) S 763313 763316 761044 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763445] ppid=763313 vsize=79248060 memory=30888 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/763316/task/763445/stat : 763445 (fscip) S 763313 763316 761044 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763446] ppid=763313 vsize=79248060 memory=27932 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/763316/task/763446/stat : 763446 (fscip) S 763313 763316 761044 0 -1 1077936192 85 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763447] ppid=763313 vsize=79248060 memory=3760 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/763316/task/763447/stat : 763447 (fscip) S 763313 763316 761044 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
[pid=763316/tid=763448] ppid=763313 vsize=79248060 memory=40392 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/763316/task/763448/stat : 763448 (fscip) S 763313 763316 761044 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 124992411 81150013440 14882053 809668444160 4194304 16622877 140730783413440 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44290048 140730783421415 140730783421531 140730783421531 140730783428559 0
Current children cumulated CPU time: 72000.6 s
Current children cumulated vsize: 79248060 KiB
Current children cumulated memory: 59528212 KiB

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

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

# cumulated CPU time of all completed processes:  user=71597.3 s, system=405.275 s

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

[startup+3648.8 s]
/proc/loadavg: 78.97 80.15 80.54 43/948 766215
/proc/meminfo: memFree=646041036/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3649.6 s]
/proc/loadavg: 78.97 80.15 80.54 43/948 766215
/proc/meminfo: memFree=673064456/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3649.8 s]
/proc/loadavg: 78.97 80.15 80.54 43/948 766215
/proc/meminfo: memFree=673064456/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): 3649.82
CPU time (s): 72002.6
CPU user time (s): 71597.3
CPU system time (s): 405.275
CPU usage (%): 1972.77
Max. virtual memory (cumulated for all children) (KiB): 82867236
Max. memory (cumulated for all children) (KiB): 60790244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71597.3
system time used= 405.275
maximum resident set size= 60790460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205608457
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= 2921574
involuntary context switches= 398868


# summary of solver processes directly reported to runsolver:
#   pid: 763316
#   total CPU time (s): 72002.6
#   total CPU user time (s): 71597.3
#   total CPU system time (s): 405.275

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4833 second user time and 84.5438 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-13 23:21:33
IDJOB=4467370
IDBENCH=146702
IDSOLVER=3097
FILE ID=nodeD102/4467370-1723584093
RUNJOBID= nodeD102-1723580446-761056
SLURM_JOB_ID= 8267893
Free space on /tmp= 8588240 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-2.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-4467370-1723584093/watcher-4467370-1723584093 -o /tmp/evaluation-result-4467370-1723584093/solver-4467370-1723584093 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723580446-761056 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467370-1723584093.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 13efe7890d7fc5aab9247ea9860b6d53
RANDOM SEED=125296752

nodeD102.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		: 1157.256
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		: 2616.636
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	: 5005.95
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		: 3765.085
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	: 5005.96
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		: 3065.252
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	: 5005.94
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		: 1789.239
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		: 2629.218
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	: 5005.95
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		: 3654.821
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	: 5005.96
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		: 3061.692
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	: 5005.94
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		: 1757.017
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		: 2624.485
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	: 5005.95
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		: 3110.369
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	: 5005.96
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		: 3064.968
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	: 5005.94
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		: 1476.237
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		: 2627.169
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	: 5005.95
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		: 1996.660
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	: 5005.96
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		: 3064.828
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	: 5005.94
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		: 1787.552
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		: 2630.259
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	: 5005.95
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		: 3433.993
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	: 5005.96
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		: 3064.689
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	: 5005.94
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		: 1787.913
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		: 2640.884
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	: 5005.95
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		: 2622.355
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	: 5005.96
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		: 3064.531
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	: 5005.94
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		: 1464.475
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		: 2626.744
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	: 5005.95
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		: 2618.356
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	: 5005.96
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		: 3064.372
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	: 5005.94
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		: 1431.876
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		: 2638.870
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	: 5005.95
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		: 2622.090
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	: 5005.96
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		: 3064.272
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	: 5005.94
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		: 1801.749
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		: 2629.435
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	: 5005.95
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		: 2618.679
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	: 5005.96
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		: 2859.180
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	: 5005.94
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		: 1774.215
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		: 3889.187
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	: 5005.95
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		: 2618.146
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	: 5005.96
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		: 3064.003
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	: 5005.94
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		: 1787.360
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2629.280
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	: 5005.95
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		: 2613.049
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	: 5005.96
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		: 3063.833
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	: 5005.94
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		: 1795.549
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2635.057
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	: 5005.95
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		: 2794.692
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	: 5005.96
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		: 3063.682
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	: 5005.94
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		: 3034.771
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		: 2629.306
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	: 5005.95
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		: 2641.410
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	: 5005.96
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		: 3063.567
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	: 5005.94
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		: 2658.410
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		: 2633.896
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	: 5005.95
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		: 2650.844
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	: 5005.96
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		: 3063.461
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	: 5005.94
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		: 2821.731
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		: 2638.256
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	: 5005.95
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		: 2301.253
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	: 5005.96
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		: 3063.357
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	: 5005.94
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		: 3047.338
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		: 2636.780
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	: 5005.95
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		: 2220.960
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	: 5005.96
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		: 3063.209
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	: 5005.94
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		: 3390.515
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		: 2626.510
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	: 5005.95
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		: 2222.808
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	: 5005.96
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		: 3063.117
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	: 5005.94
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		: 1805.865
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		: 2652.253
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	: 5005.95
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		: 2208.129
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	: 5005.96
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		: 3063.130
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	: 5005.94
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		: 1379.372
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		: 2643.740
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	: 5005.95
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		: 2213.246
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	: 5005.96
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		: 3063.137
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	: 5005.94
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		: 1791.933
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		: 3700.944
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	: 5005.95
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		: 2226.035
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	: 5005.96
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		: 3063.138
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	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        682796040 kB
MemAvailable:   749401724 kB
Buffers:         1239284 kB
Cached:         68160372 kB
SwapCached:            0 kB
Active:          9580144 kB
Inactive:       93554960 kB
Active(anon):       2252 kB
Inactive(anon): 33772144 kB
Active(file):    9577892 kB
Inactive(file): 59782816 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             61692 kB
Writeback:             0 kB
AnonPages:      33735896 kB
Mapped:           126016 kB
Shmem:             38920 kB
KReclaimable:    1329136 kB
Slab:            1869040 kB
SReclaimable:    1329136 kB
SUnreclaim:       539904 kB
KernelStack:       15520 kB
PageTables:       307216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3816276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1112064 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4263936 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:     1128448 kB
DirectMap2M:    225861632 kB
DirectMap1G:    578813952 kB

Free space on /tmp at the end= 8588168 MiB
End job on nodeD102 at 2024-08-14 00:22:23