Trace number 4468090

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) 72001.6 3637.31

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_1000_25_4.opb
MD5SUMbbe42e431fa916f0c875d08138d9aced
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-163
Best CPU time to get the best result obtained on this benchmark3588.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63184
Sum of products size (including duplicates)126368
Number of different products31592
Sum of products size63184

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.11/0.19	c Default LC presolving (default).
0.11/0.19	c ** Before presolving: virtualMemUsedAtLc = 176069610, getVmSize() = 134340608, SCIPgetMemUsed() = 101052232, SCIPgetMemTotal() = 108421768, SCIPgetMemExternEstim() = 67647842
0.11/0.19	c ** set memory limit for presolving in LC to 8.79554e+12 for SCIP **
0.52/0.53	c ** Estimated virtualMemUsedAtSolver = 142838894, getVmSize() = 174759936, SCIPgetMemUsed() = 107230844, SCIPgetMemTotal() = 146610500, SCIPgetMemExternEstim() = 67647842
0.52/0.53	c ** set memory limit for solvers to 4.18817e+11 for each SCIP **
0.52/0.53	c Original Problem   :
0.52/0.53	c   Problem name     : instance-4468090-1723228942
0.52/0.53	c   Variables        : 33592 (2000 binary, 0 integer, 31592 implicit integer, 0 continuous)
0.52/0.53	c   Constraints      : 36593
0.52/0.53	c   Objective sense  : minimize
0.52/0.53	c Presolved Problem  :
0.52/0.53	c   Variables        : 2000 (2000 binary, 0 integer, 0 implicit integer, 0 continuous)
0.52/0.53	c   Constraints      : 3001
0.52/0.53	c Constraints        : Number
0.52/0.53	c   knapsack         : 2000 
0.52/0.53	c   setppc           : 1000 
0.52/0.53	c   linear           : 1 
0.52/0.53	c ** Instance transfer method used: 0
0.52/0.55	c ** ParaScipInstance copy does not increase the number of variables. **
0.69/0.74	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.69/0.75	c                                Nodes    Active                                            
0.69/0.75	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
133.21/7.51	c *       8              0           1        20          -1.0000                -          -
133.21/7.51	c         8              0           1        20          -1.0000                -          -
141.14/8.03	c *       8              0           1        20         -99.0000                -          -
143.78/8.13	c *       8              0           1        20        -105.0000                -          -
1133.33/58.07	c *      58              0           1        20        -116.0000                -          -
1133.33/58.07	c        58              0           1        20        -116.0000                -          -
1168.11/59.85	c *      60              0           1        20        -130.0000                -          -
1277.05/65.33	c *      65              0           1        20        -134.0000                -          -
1277.05/65.33	c        65              0           1        20        -134.0000                -          -
1386.03/70.85	c        71              0           1        20        -134.0000                -          -
1487.08/76.01	c        76              0           1        20        -134.0000                -          -
1591.03/81.18	c        81              0           1        20        -134.0000                -          -
1808.88/92.16	c        92              0           1        20        -134.0000                -          -
1871.25/95.38	c *      95              0           1        20        -140.0000                -          -
1920.71/97.80	c *      98              0           1        20        -142.0000                -          -
1920.71/97.80	c        98              0           1        20        -142.0000                -          -
1928.62/98.28	c *      98              0           1        20        -150.0000                -          -
1938.53/98.79	c *      99              0           1        20        -157.0000                -          -
2041.46/104.02	c       104              0           1        20        -157.0000                -          -
2174.05/110.67	c       111              0           1        20        -157.0000                -          -
6674.33/337.87	c       338              2           1        20        -157.0000        -500.0000    218.47%
6987.41/353.65	c       354              2           1        20        -157.0000        -500.0000    218.47%
7115.02/360.07	c       360              2           1        20        -157.0000        -500.0000    218.47%
7643.24/386.77	c       387              2           1        20        -157.0000        -500.0000    218.47%
7749.02/392.10	c *     392              2           1        20        -158.0000        -500.0000    216.46%
7749.02/392.10	c       392              2           1        20        -158.0000        -500.0000    216.46%
7859.28/397.60	c       398              2           1        20        -158.0000        -500.0000    216.46%
7960.37/402.74	c       403              2           1        20        -158.0000        -500.0000    216.46%
8061.47/407.82	c       408              2           1        20        -158.0000        -500.0000    216.46%
8167.07/413.16	c       413              2           1        20        -158.0000        -500.0000    216.46%
8259.41/417.80	c *     418              2           1        20        -159.0000        -500.0000    214.47%
8267.32/418.26	c       418              2           1        20        -159.0000        -500.0000    214.47%
8360.51/422.93	c *     423              2           1        20        -160.0000        -500.0000    212.50%
8390.23/424.46	c       424              2           1        20        -160.0000        -500.0000    212.50%
8499.28/429.92	c       430              2           1        20        -160.0000        -500.0000    212.50%
8614.24/435.70	c       436              2           1        20        -160.0000        -500.0000    212.50%
9049.97/457.75	c       458              2           1        20        -160.0000        -500.0000    212.50%
9267.88/468.72	c       469              2           1        20        -160.0000        -500.0000    212.50%
9514.12/481.18	c       481              2           1        20        -160.0000        -500.0000    212.50%
9829.30/497.04	c       497              2           1        20        -160.0000        -500.0000    212.50%
10508.40/531.38	c       531              2           1        20        -160.0000        -500.0000    212.50%
11778.76/595.45	c       595              2           1        20        -160.0000        -500.0000    212.50%
12018.46/607.50	c       608              2           1        20        -160.0000        -500.0000    212.50%
12117.56/612.59	c       613              2           1        20        -160.0000        -500.0000    212.50%
12277.93/620.67	c       621              2           1        20        -160.0000        -500.0000    212.50%
12388.92/626.21	c       626              2           1        20        -160.0000        -500.0000    212.50%
12494.00/631.56	c       632              2           1        20        -160.0000        -500.0000    212.50%
12620.87/637.98	c       638              2           1        20        -160.0000        -500.0000    212.50%
12817.11/647.85	c       648              2           1        20        -160.0000        -500.0000    212.50%
13555.00/685.10	c       685              2           1        20        -160.0000        -500.0000    212.50%
13681.13/691.49	c       691              2           1        20        -160.0000        -500.0000    212.50%
13786.20/696.72	c       697              2           1        20        -160.0000        -500.0000    212.50%
13889.29/701.90	c       702              2           1        20        -160.0000        -500.0000    212.50%
14002.34/707.66	c       708              2           1        20        -160.0000        -500.0000    212.50%
14103.26/712.70	c       713              2           1        20        -160.0000        -500.0000    212.50%
14202.33/717.75	c       718              2           1        20        -160.0000        -500.0000    212.50%
14303.36/722.80	c       723              2           1        20        -160.0000        -500.0000    212.50%
14737.46/744.78	c       745              2           1        20        -160.0000        -500.0000    212.50%
15298.97/773.08	c       773              2           1        20        -160.0000        -500.0000    212.50%
15576.45/787.13	c       787              2           1        20        -160.0000        -500.0000    212.50%
15684.63/792.57	c       793              2           1        20        -160.0000        -500.0000    212.50%
15797.42/798.29	c       798              2           1        20        -160.0000        -500.0000    212.50%
15916.21/804.30	c       804              2           1        20        -160.0000        -500.0000    212.50%
16019.28/809.49	c       810              2           1        20        -160.0000        -500.0000    212.50%
16120.42/814.54	c       815              2           1        20        -160.0000        -500.0000    212.50%
16225.41/819.86	c       820              2           1        20        -160.0000        -500.0000    212.50%
16326.46/824.90	c       825              2           1        20        -160.0000        -500.0000    212.50%
16425.56/829.95	c       830              2           1        20        -160.0000        -500.0000    212.50%
17031.83/860.55	c       861              2           1        20        -160.0000        -500.0000    212.50%
17166.54/867.30	c       867              2           1        20        -160.0000        -500.0000    212.50%
17302.22/874.17	c       874              2           1        20        -160.0000        -500.0000    212.50%
17406.44/879.41	c       879              2           1        20        -160.0000        -500.0000    212.50%
17520.19/885.15	c       885              2           1        20        -160.0000        -500.0000    212.50%
17622.52/890.30	c       890              2           1        20        -160.0000        -500.0000    212.50%
17721.64/895.39	c       895              2           1        20        -160.0000        -500.0000    212.50%
17826.73/900.62	c       901              2           1        20        -160.0000        -500.0000    212.50%
17925.77/905.67	c       906              2           1        20        -160.0000        -500.0000    212.50%
18026.83/910.72	c       911              2           1        20        -160.0000        -500.0000    212.50%
18125.93/915.77	c       916              2           1        20        -160.0000        -500.0000    212.50%
18238.89/921.48	c       921              2           1        20        -160.0000        -500.0000    212.50%
18339.92/926.53	c       927              2           1        20        -160.0000        -500.0000    212.50%
18446.84/931.97	c       932              2           1        20        -160.0000        -500.0000    212.50%
18559.81/937.63	c       938              2           1        20        -160.0000        -500.0000    212.50%
18660.90/942.70	c       943              2           1        20        -160.0000        -500.0000    212.50%
18773.69/948.44	c       948              2           1        20        -160.0000        -500.0000    212.50%
18872.80/953.49	c       954              2           1        20        -160.0000        -500.0000    212.50%
18973.89/958.54	c       959              2           1        20        -160.0000        -500.0000    212.50%
19072.93/963.59	c       964              2           1        20        -160.0000        -500.0000    212.50%
19173.82/968.64	c       969              2           1        20        -160.0000        -500.0000    212.50%
19272.85/973.69	c       974              2           1        20        -160.0000        -500.0000    212.50%
19373.64/978.74	c       979              2           1        20        -160.0000        -500.0000    212.50%
19474.83/983.85	c       984              2           1        20        -160.0000        -500.0000    212.50%
19575.76/988.90	c       989              2           1        20        -160.0000        -500.0000    212.50%
19674.81/993.99	c       994              2           1        20        -160.0000        -500.0000    212.50%
19776.65/999.05	c       999              2           1        20        -160.0000        -500.0000    212.50%
19875.77/1004.12	c      1004              2           1        20        -160.0000        -500.0000    212.50%
19976.76/1009.17	c      1009              2           1        20        -160.0000        -500.0000    212.50%
20077.07/1014.23	c      1014              2           1        20        -160.0000        -500.0000    212.50%
20196.03/1020.24	c      1020              2           1        20        -160.0000        -500.0000    212.50%
20463.62/1033.73	c *    1034              2           1        20        -161.0000        -500.0000    210.56%
20463.62/1033.73	c      1034              2           1        20        -161.0000        -500.0000    210.56%
20875.84/1054.56	c      1055              2           1        20        -161.0000        -500.0000    210.56%
20980.90/1059.85	c      1060              2           1        20        -161.0000        -500.0000    210.56%
21082.07/1065.01	c      1065              2           1        20        -161.0000        -500.0000    210.56%
21198.96/1070.81	c      1071              2           1        20        -161.0000        -500.0000    210.56%
21311.86/1076.58	c      1077              2           1        20        -161.0000        -500.0000    210.56%
21414.97/1081.78	c      1082              2           1        20        -161.0000        -500.0000    210.56%
21520.75/1087.04	c      1087              2           1        20        -161.0000        -500.0000    210.56%
21619.87/1092.09	c      1092              2           1        20        -161.0000        -500.0000    210.56%
21744.03/1098.36	c      1098              2           1        20        -161.0000        -500.0000    210.56%
21845.08/1103.46	c      1103              2           1        20        -161.0000        -500.0000    210.56%
21948.17/1108.66	c      1109              2           1        20        -161.0000        -500.0000    210.56%
22051.30/1113.86	c      1114              2           1        20        -161.0000        -500.0000    210.56%
22152.41/1118.90	c      1119              2           1        20        -161.0000        -500.0000    210.56%
22251.53/1123.97	c      1124              2           1        20        -161.0000        -500.0000    210.56%
22350.64/1129.02	c      1129              2           1        20        -161.0000        -500.0000    210.56%
22455.40/1134.24	c      1134              2           1        20        -161.0000        -500.0000    210.56%
22639.61/1143.59	c      1144              2           1        20        -161.0000        -500.0000    210.56%
22899.26/1156.64	c *    1157              2           1        20        -162.0000        -500.0000    208.64%
22899.26/1156.64	c      1157              2           1        20        -162.0000        -500.0000    208.64%
23695.98/1196.86	c      1197              2           1        20        -162.0000        -500.0000    208.64%
23975.20/1210.99	c      1211              2           1        20        -162.0000        -500.0000    208.64%
24118.87/1218.18	c      1218              2           1        20        -162.0000        -500.0000    208.64%
24219.03/1223.22	c      1223              2           1        20        -162.0000        -500.0000    208.64%
24322.14/1228.41	c      1228              2           1        20        -162.0000        -500.0000    208.64%
24431.22/1233.96	c      1234              2           1        20        -162.0000        -500.0000    208.64%
24550.20/1239.98	c      1240              2           1        20        -162.0000        -500.0000    208.64%
24652.06/1245.07	c      1245              2           1        20        -162.0000        -500.0000    208.64%
24882.84/1256.71	c      1257              2           1        20        -162.0000        -500.0000    208.64%
24985.91/1261.92	c      1262              4           3        20        -162.0000        -500.0000    208.64%
25098.82/1267.68	c      1268              4           3        20        -162.0000        -500.0000    208.64%
25217.73/1273.65	c      1274              4           3        20        -162.0000        -500.0000    208.64%
25330.68/1279.34	c      1279              4           3        20        -162.0000        -500.0000    208.64%
25433.75/1284.56	c      1285              4           3        20        -162.0000        -500.0000    208.64%
25556.65/1290.72	c      1291              4           3        20        -162.0000        -500.0000    208.64%
25655.68/1295.76	c      1296              4           3        20        -162.0000        -500.0000    208.64%
25756.78/1300.81	c      1301              4           3        20        -162.0000        -500.0000    208.64%
25865.77/1306.36	c      1306              4           3        20        -162.0000        -500.0000    208.64%
25966.79/1311.48	c      1311              4           3        20        -162.0000        -500.0000    208.64%
26069.86/1316.63	c      1317              4           3        20        -162.0000        -500.0000    208.64%
26168.90/1321.67	c      1322              4           3        20        -162.0000        -500.0000    208.64%
26285.75/1327.57	c      1328              4           3        20        -162.0000        -500.0000    208.64%
26400.69/1333.38	c      1333              4           3        20        -162.0000        -500.0000    208.64%
26501.79/1338.43	c      1338              4           3        20        -162.0000        -500.0000    208.64%
26610.75/1343.98	c      1344              4           3        20        -162.0000        -500.0000    208.64%
26709.73/1349.03	c      1349              4           3        20        -162.0000        -500.0000    208.64%
26818.72/1354.43	c      1354              4           3        20        -162.0000        -500.0000    208.64%
26925.76/1359.88	c      1360              4           3        20        -162.0000        -500.0000    208.64%
27062.52/1366.72	c      1367              4           3        20        -162.0000        -500.0000    208.64%
27161.51/1371.76	c      1372              4           3        20        -162.0000        -500.0000    208.64%
27262.33/1376.83	c      1377              4           3        20        -162.0000        -500.0000    208.64%
27361.35/1381.89	c      1382              4           3        20        -162.0000        -500.0000    208.64%
27462.44/1386.94	c      1387              4           3        20        -162.0000        -500.0000    208.64%
27615.05/1394.69	c      1395              4           3        20        -162.0000        -500.0000    208.64%
27716.11/1399.73	c      1400              4           3        20        -162.0000        -500.0000    208.64%
27815.22/1404.78	c      1405              4           3        20        -162.0000        -500.0000    208.64%
27916.32/1409.83	c      1410              4           3        20        -162.0000        -500.0000    208.64%
28015.32/1414.88	c      1415              4           3        20        -162.0000        -500.0000    208.64%
28116.35/1419.93	c      1420              4           3        20        -162.0000        -500.0000    208.64%
28215.44/1424.98	c      1425              4           3        20        -162.0000        -500.0000    208.64%
28317.20/1430.03	c      1430              4           3        20        -162.0000        -500.0000    208.64%
28416.37/1435.08	c      1435              4           3        20        -162.0000        -500.0000    208.64%
28515.40/1440.11	c      1440              4           3        20        -162.0000        -500.0000    208.64%
28616.54/1445.18	c      1445              4           3        20        -162.0000        -500.0000    208.64%
28716.89/1450.24	c      1450              4           3        20        -162.0000        -500.0000    208.64%
28816.00/1455.29	c      1455              4           3        20        -162.0000        -500.0000    208.64%
28917.08/1460.34	c      1460              4           3        20        -162.0000        -500.0000    208.64%
29016.20/1465.39	c      1465              4           3        20        -162.0000        -500.0000    208.64%
29117.23/1470.44	c      1470              4           3        20        -162.0000        -500.0000    208.64%
29220.32/1475.65	c      1476              4           3        20        -162.0000        -500.0000    208.64%
29321.36/1480.70	c      1481              4           3        20        -162.0000        -500.0000    208.64%
29420.48/1485.75	c      1486              4           3        20        -162.0000        -500.0000    208.64%
29521.50/1490.81	c      1491              4           3        20        -162.0000        -500.0000    208.64%
29620.61/1495.86	c      1496              4           3        20        -162.0000        -500.0000    208.64%
29721.62/1500.93	c      1501              4           3        20        -162.0000        -500.0000    208.64%
29820.68/1505.98	c      1506              4           3        20        -162.0000        -500.0000    208.64%
29919.79/1511.03	c      1511              4           3        20        -162.0000        -500.0000    208.64%
30021.61/1516.08	c      1516              4           3        20        -162.0000        -500.0000    208.64%
30120.69/1521.13	c      1521              4           3        20        -162.0000        -500.0000    208.64%
30221.81/1526.18	c      1526              4           3        20        -162.0000        -500.0000    208.64%
30322.14/1531.23	c      1531              4           3        20        -162.0000        -500.0000    208.64%
30423.22/1536.36	c      1536              4           3        20        -162.0000        -500.0000    208.64%
30524.31/1541.41	c      1541              4           3        20        -162.0000        -500.0000    208.64%
30623.41/1546.46	c      1546              4           3        20        -162.0000        -500.0000    208.64%
30724.50/1551.54	c      1552              4           3        20        -162.0000        -500.0000    208.64%
30823.57/1556.59	c      1557              4           3        20        -162.0000        -500.0000    208.64%
30946.43/1562.78	c      1563              4           3        20        -162.0000        -500.0000    208.64%
31047.47/1567.83	c      1568              4           3        20        -162.0000        -500.0000    208.64%
31146.56/1572.88	c      1573              4           3        20        -162.0000        -500.0000    208.64%
31247.66/1577.96	c      1578              4           3        20        -162.0000        -500.0000    208.64%
31346.74/1583.01	c      1583              4           3        20        -162.0000        -500.0000    208.64%
31448.54/1588.06	c      1588              4           3        20        -162.0000        -500.0000    208.64%
31547.78/1593.11	c      1593              4           3        20        -162.0000        -500.0000    208.64%
31648.74/1598.16	c      1598              4           3        20        -162.0000        -500.0000    208.64%
31749.06/1603.21	c      1603              4           3        20        -162.0000        -500.0000    208.64%
31848.23/1608.26	c      1608              4           3        20        -162.0000        -500.0000    208.64%
31949.23/1613.31	c      1613              4           3        20        -162.0000        -500.0000    208.64%
32048.33/1618.36	c      1618              4           3        20        -162.0000        -500.0000    208.64%
32149.42/1623.44	c      1623              4           3        20        -162.0000        -500.0000    208.64%
32248.53/1628.48	c      1628              4           3        20        -162.0000        -500.0000    208.64%
32349.59/1633.53	c      1634              4           3        20        -162.0000        -500.0000    208.64%
32448.53/1638.58	c      1639              4           3        20        -162.0000        -500.0000    208.64%
32549.61/1643.63	c      1644              4           3        20        -162.0000        -500.0000    208.64%
32652.70/1648.83	c      1649              4           3        20        -162.0000        -500.0000    208.64%
32751.81/1653.88	c      1654              4           3        20        -162.0000        -500.0000    208.64%
32852.90/1658.93	c      1659              4           3        20        -162.0000        -500.0000    208.64%
32952.00/1663.98	c      1664              4           3        20        -162.0000        -500.0000    208.64%
33053.71/1669.03	c      1669              4           3        20        -162.0000        -500.0000    208.64%
33152.82/1674.08	c      1674              4           3        20        -162.0000        -500.0000    208.64%
33251.69/1679.13	c      1679              4           3        20        -162.0000        -500.0000    208.64%
33352.82/1684.18	c      1684              4           3        20        -162.0000        -500.0000    208.64%
33453.15/1689.23	c      1689              4           3        20        -162.0000        -500.0000    208.64%
33554.10/1694.31	c      1694              4           3        20        -162.0000        -500.0000    208.64%
33653.23/1699.37	c      1699              4           3        20        -162.0000        -500.0000    208.64%
33754.29/1704.41	c      1704              4           3        20        -162.0000        -500.0000    208.64%
33853.31/1709.47	c      1709              4           3        20        -162.0000        -500.0000    208.64%
33954.40/1714.52	c      1715              4           3        20        -162.0000        -500.0000    208.64%
34053.51/1719.59	c      1720              4           3        20        -162.0000        -500.0000    208.64%
34154.59/1724.64	c      1725              4           3        20        -162.0000        -500.0000    208.64%
34253.68/1729.69	c      1730              4           3        20        -162.0000        -500.0000    208.64%
34354.78/1734.74	c      1735              4           3        20        -162.0000        -500.0000    208.64%
34453.80/1739.79	c      1740              4           3        20        -162.0000        -500.0000    208.64%
34554.78/1744.84	c      1745              4           3        20        -162.0000        -500.0000    208.64%
34655.86/1749.92	c      1750              4           3        20        -162.0000        -500.0000    208.64%
34754.92/1754.97	c      1755              4           3        20        -162.0000        -500.0000    208.64%
34854.01/1760.02	c      1760              4           3        20        -162.0000        -500.0000    208.64%
34955.62/1765.07	c      1765              4           3        20        -162.0000        -500.0000    208.64%
35056.90/1770.14	c      1770              4           3        20        -162.0000        -500.0000    208.64%
35156.10/1775.19	c      1775              4           3        20        -162.0000        -500.0000    208.64%
35256.35/1780.24	c      1780              4           3        20        -162.0000        -500.0000    208.64%
35369.28/1785.90	c      1786              4           3        20        -162.0000        -500.0000    208.64%
35468.38/1790.95	c      1791              4           3        20        -162.0000        -500.0000    208.64%
35567.49/1796.00	c      1796              4           3        20        -162.0000        -500.0000    208.64%
35669.12/1801.07	c      1801              4           3        20        -162.0000        -500.0000    208.64%
35768.18/1806.12	c      1806              4           3        20        -162.0000        -500.0000    208.64%
35869.27/1811.17	c      1811              4           3        20        -162.0000        -500.0000    208.64%
35969.64/1816.22	c      1816              4           3        20        -162.0000        -500.0000    208.64%
36068.67/1821.27	c      1821              4           3        20        -162.0000        -500.0000    208.64%
36171.68/1826.46	c      1826              6           5        20        -162.0000        -500.0000    208.64%
36272.70/1831.51	c      1832              6           5        20        -162.0000        -500.0000    208.64%
36371.61/1836.56	c      1837              6           5        20        -162.0000        -500.0000    208.64%
36441.59/1840.05	c *    1840              6           5        20        -163.0000        -500.0000    206.75%
36483.30/1842.15	c      1842              6           5        20        -163.0000        -500.0000    206.75%
36607.49/1848.42	c      1848              6           5        20        -163.0000        -500.0000    206.75%
36724.41/1854.35	c      1854              6           5        20        -163.0000        -500.0000    206.75%
36829.37/1859.64	c      1860              6           5        20        -163.0000        -500.0000    206.75%
36934.42/1864.94	c      1865              6           5        20        -163.0000        -500.0000    206.75%
37036.16/1870.09	c      1870              6           5        20        -163.0000        -500.0000    206.75%
37178.16/1877.26	c      1877              6           5        20        -163.0000        -500.0000    206.75%
37295.86/1883.18	c      1883              6           5        20        -163.0000        -500.0000    206.75%
37429.89/1890.00	c      1890              6           5        20        -163.0000        -500.0000    206.75%
37584.38/1897.75	c      1898              6           5        20        -163.0000        -500.0000    206.75%
37701.25/1903.63	c      1904              6           5        20        -163.0000        -500.0000    206.75%
37800.33/1908.67	c      1909              6           5        20        -163.0000        -500.0000    206.75%
37901.39/1913.72	c      1914              6           5        20        -163.0000        -500.0000    206.75%
38000.50/1918.77	c      1919              6           5        20        -163.0000        -500.0000    206.75%
38101.60/1923.82	c      1924              5           4        20        -163.0000        -500.0000    206.75%
38200.71/1928.87	c      1929              5           4        20        -163.0000        -500.0000    206.75%
38301.81/1933.92	c      1934              5           4        20        -163.0000        -500.0000    206.75%
38400.93/1938.97	c      1939              5           4        20        -163.0000        -500.0000    206.75%
38517.87/1944.84	c      1945              5           4        20        -163.0000        -500.0000    206.75%
38616.99/1949.89	c      1950              5           4        20        -163.0000        -500.0000    206.75%
38718.09/1954.94	c      1955              5           4        20        -163.0000        -500.0000    206.75%
38817.19/1959.99	c      1960              5           4        20        -163.0000        -500.0000    206.75%
38918.98/1965.05	c      1965              5           4        20        -163.0000        -500.0000    206.75%
39018.08/1970.10	c      1970              5           4        20        -163.0000        -500.0000    206.75%
39119.21/1975.15	c      1975              5           4        20        -163.0000        -500.0000    206.75%
39219.42/1980.20	c      1980              5           4        20        -163.0000        -500.0000    206.75%
39318.47/1985.27	c      1985              5           4        20        -163.0000        -500.0000    206.75%
39419.57/1990.32	c      1990              5           4        20        -163.0000        -500.0000    206.75%
39518.66/1995.39	c      1995              5           4        20        -163.0000        -500.0000    206.75%
39619.74/2000.44	c      2000              5           4        20        -163.0000        -500.0000    206.75%
39731.49/2006.04	c      2006              5           4        20        -163.0000        -500.0000    206.75%
39830.57/2011.08	c      2011              5           4        20        -163.0000        -500.0000    206.75%
39932.98/2016.20	c      2016              5           4        20        -163.0000        -500.0000    206.75%
40032.02/2021.27	c      2021              5           4        20        -163.0000        -500.0000    206.75%
40133.16/2026.33	c      2026              5           4        20        -163.0000        -500.0000    206.75%
40232.36/2031.38	c      2031              5           4        20        -163.0000        -500.0000    206.75%
40333.28/2036.43	c      2036              5           4        20        -163.0000        -500.0000    206.75%
40432.38/2041.48	c      2041              5           4        20        -163.0000        -500.0000    206.75%
40533.48/2046.53	c      2047              5           4        20        -163.0000        -500.0000    206.75%
40632.59/2051.58	c      2052              5           4        20        -163.0000        -500.0000    206.75%
40733.56/2056.63	c      2057              5           4        20        -163.0000        -500.0000    206.75%
40832.68/2061.68	c      2062              5           4        20        -163.0000        -500.0000    206.75%
40933.77/2066.73	c      2067              5           4        20        -163.0000        -500.0000    206.75%
41034.86/2071.80	c      2072              5           4        20        -163.0000        -500.0000    206.75%
41133.97/2076.85	c      2077              5           4        20        -163.0000        -500.0000    206.75%
41235.08/2081.93	c      2082              5           4        20        -163.0000        -500.0000    206.75%
41334.19/2086.99	c      2087              5           4        20        -163.0000        -500.0000    206.75%
41436.00/2092.05	c      2092              5           4        20        -163.0000        -500.0000    206.75%
41535.08/2097.10	c      2097              5           4        20        -163.0000        -500.0000    206.75%
41636.26/2102.15	c      2102              5           4        20        -163.0000        -500.0000    206.75%
41736.60/2107.22	c      2107              5           4        20        -163.0000        -500.0000    206.75%
41835.80/2112.26	c      2112              5           4        20        -163.0000        -500.0000    206.75%
41936.82/2117.31	c      2117              5           4        20        -163.0000        -500.0000    206.75%
42035.86/2122.36	c      2122              5           4        20        -163.0000        -500.0000    206.75%
42134.95/2127.39	c      2127              5           4        20        -163.0000        -500.0000    206.75%
42235.92/2132.44	c      2132              5           4        20        -163.0000        -500.0000    206.75%
42335.03/2137.49	c      2138              5           4        20        -163.0000        -500.0000    206.75%
42436.13/2142.55	c      2143              5           4        20        -163.0000        -500.0000    206.75%
42537.23/2147.62	c      2148              5           4        20        -163.0000        -500.0000    206.75%
42636.34/2152.66	c      2153              5           4        20        -163.0000        -500.0000    206.75%
42737.44/2157.72	c      2158              7           6        20        -163.0000        -500.0000    206.75%
42836.55/2162.77	c      2163              7           6        20        -163.0000        -500.0000    206.75%
42937.58/2167.82	c      2168              7           6        20        -163.0000        -500.0000    206.75%
43036.68/2172.87	c      2173              7           6        20        -163.0000        -500.0000    206.75%
43137.75/2177.92	c      2178              7           6        20        -163.0000        -500.0000    206.75%
43236.85/2182.97	c      2183              7           6        20        -163.0000        -500.0000    206.75%
43338.53/2188.03	c      2188              7           6        20        -163.0000        -500.0000    206.75%
43437.67/2193.11	c      2193              7           6        20        -163.0000        -500.0000    206.75%
43538.74/2198.15	c      2198              7           6        20        -163.0000        -500.0000    206.75%
43639.09/2203.20	c      2203              7           6        20        -163.0000        -500.0000    206.75%
43738.27/2208.25	c      2208              7           6        20        -163.0000        -500.0000    206.75%
43839.30/2213.30	c      2213              7           6        20        -163.0000        -500.0000    206.75%
43938.42/2218.36	c      2218              7           6        20        -163.0000        -500.0000    206.75%
44039.53/2223.40	c      2223              7           6        20        -163.0000        -500.0000    206.75%
44138.58/2228.49	c      2228              7           6        20        -163.0000        -500.0000    206.75%
44239.45/2233.55	c      2234              7           6        20        -163.0000        -500.0000    206.75%
44340.56/2238.60	c      2239              7           6        20        -163.0000        -500.0000    206.75%
44439.67/2243.67	c      2244              7           6        20        -163.0000        -500.0000    206.75%
44540.78/2248.71	c      2249              7           6        20        -163.0000        -500.0000    206.75%
44639.89/2253.76	c      2254              7           6        20        -163.0000        -500.0000    206.75%
44747.70/2259.18	c      2259              6           5        20        -163.0000        -500.0000    206.75%
44848.08/2264.23	c      2264              6           5        20        -163.0000        -500.0000    206.75%
44947.08/2269.28	c      2269              6           5        20        -163.0000        -500.0000    206.75%
45049.98/2274.46	c      2274              6           5        20        -163.0000        -500.0000    206.75%
45148.97/2279.49	c      2280              6           5        20        -163.0000        -500.0000    206.75%
45249.95/2284.54	c      2285              6           5        20        -163.0000        -500.0000    206.75%
45351.07/2289.65	c      2290              6           5        20        -163.0000        -500.0000    206.75%
45452.16/2294.70	c      2295              6           5        20        -163.0000        -500.0000    206.75%
45551.26/2299.77	c      2300              6           5        20        -163.0000        -500.0000    206.75%
45652.36/2304.83	c      2305              6           5        20        -163.0000        -500.0000    206.75%
45753.43/2309.90	c      2310              6           5        20        -163.0000        -500.0000    206.75%
45852.54/2314.95	c      2315              6           5        20        -163.0000        -500.0000    206.75%
45951.65/2320.01	c      2320              6           5        20        -163.0000        -500.0000    206.75%
46053.37/2325.05	c      2325              6           5        20        -163.0000        -500.0000    206.75%
46152.53/2330.13	c      2330              6           5        20        -163.0000        -500.0000    206.75%
46253.49/2335.17	c      2335              6           5        20        -163.0000        -500.0000    206.75%
46353.83/2340.25	c      2340              6           5        20        -163.0000        -500.0000    206.75%
46454.78/2345.34	c      2345              6           5        20        -163.0000        -500.0000    206.75%
46553.87/2350.39	c      2350              6           5        20        -163.0000        -500.0000    206.75%
46654.94/2355.44	c      2355              6           5        20        -163.0000        -500.0000    206.75%
46756.03/2360.50	c      2361              6           5        20        -163.0000        -500.0000    206.75%
46855.12/2365.55	c      2366              6           5        20        -163.0000        -500.0000    206.75%
46956.11/2370.60	c      2371              6           5        20        -163.0000        -500.0000    206.75%
47054.95/2375.67	c      2376              8           7        20        -163.0000        -500.0000    206.75%
47155.94/2380.74	c      2381              8           7        20        -163.0000        -500.0000    206.75%
47256.98/2385.85	c      2386              8           7        20        -163.0000        -500.0000    206.75%
47358.07/2390.92	c      2391              8           7        20        -163.0000        -500.0000    206.75%
47457.04/2395.98	c      2396              8           7        20        -163.0000        -500.0000    206.75%
47558.73/2401.03	c      2401              8           7        20        -163.0000        -500.0000    206.75%
47657.91/2406.08	c      2406              8           7        20        -163.0000        -500.0000    206.75%
47756.95/2411.13	c      2411              8           7        20        -163.0000        -500.0000    206.75%
47858.10/2416.18	c      2416              8           7        20        -163.0000        -500.0000    206.75%
47958.48/2421.23	c      2421              8           7        20        -163.0000        -500.0000    206.75%
48057.57/2426.28	c      2426              8           7        20        -163.0000        -500.0000    206.75%
48158.65/2431.31	c      2431              8           7        20        -163.0000        -500.0000    206.75%
48257.58/2436.38	c      2436              8           7        20        -163.0000        -500.0000    206.75%
48364.61/2441.71	c      2442              8           7        20        -163.0000        -500.0000    206.75%
48463.69/2446.76	c      2447              8           7        20        -163.0000        -500.0000    206.75%
48564.77/2451.81	c      2452              8           7        20        -163.0000        -500.0000    206.75%
48663.72/2456.89	c      2457              8           7        20        -163.0000        -500.0000    206.75%
48770.75/2462.28	c      2462              7           6        20        -163.0000        -500.0000    206.75%
48871.74/2467.33	c      2467              7           6        20        -163.0000        -500.0000    206.75%
48970.63/2472.38	c      2472              7           6        20        -163.0000        -500.0000    206.75%
49071.70/2477.43	c      2477              7           6        20        -163.0000        -500.0000    206.75%
49170.79/2482.48	c      2482              7           6        20        -163.0000        -500.0000    206.75%
49271.76/2487.53	c      2488              7           6        20        -163.0000        -500.0000    206.75%
49370.86/2492.58	c      2493              7           6        20        -163.0000        -500.0000    206.75%
49471.92/2497.63	c      2498              7           6        20        -163.0000        -500.0000    206.75%
49571.03/2502.67	c      2503              7           6        20        -163.0000        -500.0000    206.75%
49672.09/2507.73	c      2508              7           6        20        -163.0000        -500.0000    206.75%
49771.19/2512.78	c      2513              7           6        20        -163.0000        -500.0000    206.75%
49872.15/2517.83	c      2518              7           6        20        -163.0000        -500.0000    206.75%
49981.14/2523.37	c      2523              7           6        20        -163.0000        -500.0000    206.75%
50082.23/2528.42	c      2528              7           6        20        -163.0000        -500.0000    206.75%
50181.27/2533.49	c      2534              7           6        20        -163.0000        -500.0000    206.75%
50282.35/2538.54	c      2539              7           6        20        -163.0000        -500.0000    206.75%
50381.41/2543.59	c      2544              7           6        20        -163.0000        -500.0000    206.75%
50482.50/2548.62	c      2549              7           6        20        -163.0000        -500.0000    206.75%
50581.48/2553.69	c      2554              7           6        20        -163.0000        -500.0000    206.75%
50682.47/2558.74	c      2559              7           6        20        -163.0000        -500.0000    206.75%
50781.55/2563.79	c      2564              7           6        20        -163.0000        -500.0000    206.75%
50882.64/2568.84	c      2569              7           6        20        -163.0000        -500.0000    206.75%
50981.33/2573.89	c      2574              7           6        20        -163.0000        -500.0000    206.75%
51082.28/2578.94	c      2579              7           6        20        -163.0000        -500.0000    206.75%
51181.23/2583.99	c      2584              7           6        20        -163.0000        -500.0000    206.75%
51282.99/2589.04	c      2589              7           6        20        -163.0000        -500.0000    206.75%
51382.00/2594.11	c      2594              9           8        20        -163.0000        -500.0000    206.75%
51483.20/2599.16	c      2599              9           8        20        -163.0000        -500.0000    206.75%
51583.58/2604.21	c      2604              8           7        20        -163.0000        -500.0000    206.75%
51682.68/2609.27	c      2609              8           7        20        -163.0000        -500.0000    206.75%
51783.73/2614.32	c      2614              8           7        20        -163.0000        -500.0000    206.75%
51882.83/2619.37	c      2619              8           7        20        -163.0000        -500.0000    206.75%
51983.89/2624.42	c      2624              8           7        20        -163.0000        -500.0000    206.75%
52084.93/2629.55	c      2630              8           7        20        -163.0000        -500.0000    206.75%
52185.98/2634.61	c      2635              8           7        20        -163.0000        -500.0000    206.75%
52285.07/2639.66	c      2640              8           7        20        -163.0000        -500.0000    206.75%
52386.13/2644.73	c      2645              8           7        20        -163.0000        -500.0000    206.75%
52487.21/2649.81	c      2650              8           7        20        -163.0000        -500.0000    206.75%
52586.29/2654.85	c      2655              8           7        20        -163.0000        -500.0000    206.75%
52687.37/2659.90	c      2660              8           7        20        -163.0000        -500.0000    206.75%
52786.44/2664.96	c      2665              8           7        20        -163.0000        -500.0000    206.75%
52885.54/2670.01	c      2670              8           7        20        -163.0000        -500.0000    206.75%
52987.33/2675.06	c      2675              8           7        20        -163.0000        -500.0000    206.75%
53086.37/2680.11	c      2680              8           7        20        -163.0000        -500.0000    206.75%
53187.68/2685.16	c      2685              8           7        20        -163.0000        -500.0000    206.75%
53287.74/2690.21	c      2690              8           7        20        -163.0000        -500.0000    206.75%
53388.81/2695.30	c      2695              8           7        20        -163.0000        -500.0000    206.75%
53487.92/2700.35	c      2700              8           7        20        -163.0000        -500.0000    206.75%
53589.07/2705.40	c      2705              8           7        20        -163.0000        -500.0000    206.75%
53688.09/2710.45	c      2710              8           7        20        -163.0000        -500.0000    206.75%
53789.18/2715.50	c      2716              8           7        20        -163.0000        -500.0000    206.75%
53888.29/2720.55	c      2721              8           7        20        -163.0000        -500.0000    206.75%
53989.37/2725.60	c      2726              8           7        20        -163.0000        -500.0000    206.75%
54088.48/2730.65	c      2731              8           7        20        -163.0000        -500.0000    206.75%
54189.68/2735.72	c      2736              8           7        20        -163.0000        -500.0000    206.75%
54288.67/2740.75	c      2741              8           7        20        -163.0000        -500.0000    206.75%
54391.72/2745.90	c      2746              8           7        20        -163.0000        -500.0000    206.75%
54498.61/2751.35	c      2751              8           7        20        -163.0000        -500.0000    206.75%
54601.68/2756.54	c      2757              8           7        20        -163.0000        -500.0000    206.75%
54706.74/2761.81	c      2762              8           7        20        -163.0000        -500.0000    206.75%
54805.84/2766.89	c      2767              8           7        20        -163.0000        -500.0000    206.75%
54906.94/2771.94	c      2772              8           7        20        -163.0000        -500.0000    206.75%
55008.76/2777.04	c      2777              8           7        20        -163.0000        -500.0000    206.75%
55107.52/2782.09	c      2782              8           7        20        -163.0000        -500.0000    206.75%
55211.83/2787.34	c      2787              8           7        20        -163.0000        -500.0000    206.75%
55314.93/2792.52	c      2793              8           7        20        -163.0000        -500.0000    206.75%
55414.05/2797.57	c      2798             24          23        20        -163.0000        -500.0000    206.75%
55515.15/2802.62	c      2803             24          23        20        -163.0000        -500.0000    206.75%
55614.25/2807.67	c      2808             24          23        20        -163.0000        -500.0000    206.75%
55715.34/2812.72	c      2813             24          23        20        -163.0000        -500.0000    206.75%
55814.44/2817.77	c      2818             24          23        20        -163.0000        -500.0000    206.75%
55915.54/2822.83	c      2823              9           8        20        -163.0000        -500.0000    206.75%
56014.67/2827.87	c      2828              9           8        20        -163.0000        -500.0000    206.75%
56115.56/2832.92	c      2833              9           8        20        -163.0000        -500.0000    206.75%
56214.68/2837.97	c      2838              9           8        20        -163.0000        -500.0000    206.75%
56313.78/2843.02	c      2843              9           8        20        -163.0000        -500.0000    206.75%
56415.58/2848.08	c      2848              9           8        20        -163.0000        -500.0000    206.75%
56514.69/2853.11	c      2853              9           8        20        -163.0000        -500.0000    206.75%
56615.79/2858.17	c      2858              9           8        20        -163.0000        -500.0000    206.75%
56716.11/2863.22	c      2863              9           8        20        -163.0000        -500.0000    206.75%
56815.22/2868.27	c      2868              9           8        20        -163.0000        -500.0000    206.75%
56915.94/2873.32	c      2873              9           8        20        -163.0000        -500.0000    206.75%
57014.97/2878.37	c      2878              9           8        20        -163.0000        -500.0000    206.75%
57116.11/2883.42	c      2883              9           8        20        -163.0000        -500.0000    206.75%
57215.14/2888.47	c      2888              9           8        20        -163.0000        -500.0000    206.75%
57316.23/2893.52	c      2894              9           8        20        -163.0000        -500.0000    206.75%
57415.29/2898.57	c      2899              9           8        20        -163.0000        -500.0000    206.75%
57516.37/2903.62	c      2904              9           8        20        -163.0000        -500.0000    206.75%
57615.42/2908.67	c      2909              9           8        20        -163.0000        -500.0000    206.75%
57716.49/2913.72	c      2914              9           8        20        -163.0000        -500.0000    206.75%
57815.60/2918.77	c      2919              9           8        20        -163.0000        -500.0000    206.75%
57916.65/2923.82	c      2924              9           8        20        -163.0000        -500.0000    206.75%
58015.56/2928.89	c      2929              9           8        20        -163.0000        -500.0000    206.75%
58116.54/2933.94	c      2934              9           8        20        -163.0000        -500.0000    206.75%
58215.56/2938.99	c      2939             25          24        20        -163.0000        -500.0000    206.75%
58314.63/2944.03	c      2944             25          24        20        -163.0000        -500.0000    206.75%
58416.55/2949.12	c      2949             25          24        20        -163.0000        -500.0000    206.75%
58522.64/2954.49	c      2954             25          24        20        -163.0000        -500.0000    206.75%
58623.72/2959.54	c      2960             25          24        20        -163.0000        -500.0000    206.75%
58722.78/2964.59	c      2965             25          24        20        -163.0000        -500.0000    206.75%
58823.85/2969.64	c      2970             25          24        20        -163.0000        -500.0000    206.75%
58922.94/2974.69	c      2975             25          24        20        -163.0000        -500.0000    206.75%
59023.99/2979.74	c      2980             25          24        20        -163.0000        -500.0000    206.75%
59123.06/2984.79	c      2985             25          24        20        -163.0000        -500.0000    206.75%
59224.12/2989.84	c      2990             11          10        20        -163.0000        -500.0000    206.75%
59322.96/2994.89	c      2995             27          26        20        -163.0000        -500.0000    206.75%
59423.93/2999.94	c      3000             27          26        20        -163.0000        -500.0000    206.75%
59523.02/3004.97	c      3005             27          26        20        -163.0000        -500.0000    206.75%
59624.79/3010.05	c      3010             27          26        20        -163.0000        -500.0000    206.75%
59723.90/3015.10	c      3015             27          26        20        -163.0000        -500.0000    206.75%
59824.79/3020.15	c      3020             27          26        20        -163.0000        -500.0000    206.75%
59925.12/3025.20	c      3025             15          14        20        -163.0000        -500.0000    206.75%
60024.15/3030.27	c      3030             15          14        20        -163.0000        -500.0000    206.75%
60137.11/3036.02	c      3036             16          15        20        -163.0000        -500.0000    206.75%
60238.84/3041.07	c      3041             30          29        20        -163.0000        -500.0000    206.75%
60337.95/3046.12	c      3046             31          30        20        -163.0000        -500.0000    206.75%
60439.03/3051.17	c      3051             18          17        20        -163.0000        -500.0000    206.75%
60538.15/3056.19	c      3056             19          18        20        -163.0000        -500.0000    206.75%
60640.49/3061.34	c      3061             20          19        20        -163.0000        -500.0000    206.75%
60745.52/3066.67	c      3067             35          34        20        -163.0000        -500.0000    206.75%
60846.60/3071.72	c      3072             35          34        20        -163.0000        -500.0000    206.75%
60945.69/3076.77	c      3077             35          34        20        -163.0000        -500.0000    206.75%
61046.79/3081.82	c      3082             35          34        20        -163.0000        -500.0000    206.75%
61145.90/3086.87	c      3087             35          34        20        -163.0000        -500.0000    206.75%
61247.01/3091.92	c      3092             35          34        20        -163.0000        -500.0000    206.75%
61346.11/3096.97	c      3097             35          34        20        -163.0000        -500.0000    206.75%
61445.20/3102.02	c      3102             35          34        20        -163.0000        -500.0000    206.75%
61547.00/3107.07	c      3107             35          34        20        -163.0000        -500.0000    206.75%
61646.05/3112.12	c      3112             35          34        20        -163.0000        -500.0000    206.75%
61758.28/3117.76	c      3118             35          34        20        -163.0000        -500.0000    206.75%
61861.38/3123.00	c      3123             36          35        20        -163.0000        -500.0000    206.75%
61965.31/3128.18	c      3128             36          35        20        -163.0000        -500.0000    206.75%
62065.54/3133.22	c      3133             27          26        20        -163.0000        -500.0000    206.75%
62164.56/3138.27	c      3138             27          26        20        -163.0000        -500.0000    206.75%
62265.65/3143.32	c      3143             27          26        20        -163.0000        -500.0000    206.75%
62364.76/3148.37	c      3148             27          26        20        -163.0000        -500.0000    206.75%
62465.85/3153.42	c      3153             39          38        20        -163.0000        -500.0000    206.75%
62564.98/3158.43	c      3158             39          38        20        -163.0000        -500.0000    206.75%
62666.05/3163.52	c      3164             39          38        20        -163.0000        -500.0000    206.75%
62765.15/3168.57	c      3169             39          38        20        -163.0000        -500.0000    206.75%
62866.17/3173.62	c      3174             39          38        20        -163.0000        -500.0000    206.75%
62965.28/3178.67	c      3179             39          38        20        -163.0000        -500.0000    206.75%
63066.39/3183.72	c      3184             29          28        20        -163.0000        -500.0000    206.75%
63165.53/3188.77	c      3189             29          28        20        -163.0000        -500.0000    206.75%
63266.63/3193.82	c      3194             29          28        20        -163.0000        -500.0000    206.75%
63365.77/3198.87	c      3199             29          28        20        -163.0000        -500.0000    206.75%
63466.72/3203.92	c      3204             29          28        20        -163.0000        -500.0000    206.75%
63565.74/3208.97	c      3209             29          28        20        -163.0000        -500.0000    206.75%
63664.80/3214.02	c      3214             29          28        20        -163.0000        -500.0000    206.75%
63766.61/3219.07	c      3219             29          28        20        -163.0000        -500.0000    206.75%
63865.58/3224.12	c      3224             29          28        20        -163.0000        -500.0000    206.75%
63966.73/3229.17	c      3229             29          28        20        -163.0000        -500.0000    206.75%
64066.91/3234.22	c      3234             29          28        20        -163.0000        -500.0000    206.75%
64166.03/3239.27	c      3239             29          28        20        -163.0000        -500.0000    206.75%
64267.10/3244.32	c      3244             29          28        20        -163.0000        -500.0000    206.75%
64366.19/3249.37	c      3249             29          28        20        -163.0000        -500.0000    206.75%
64467.15/3254.43	c      3254             29          28        20        -163.0000        -500.0000    206.75%
64566.28/3259.47	c      3259             29          28        20        -163.0000        -500.0000    206.75%
64667.36/3264.52	c      3265             29          28        20        -163.0000        -500.0000    206.75%
64766.48/3269.57	c      3270             29          28        20        -163.0000        -500.0000    206.75%
64867.56/3274.62	c      3275             29          28        20        -163.0000        -500.0000    206.75%
64966.70/3279.67	c      3280             29          28        20        -163.0000        -500.0000    206.75%
65067.79/3284.72	c      3285             29          28        20        -163.0000        -500.0000    206.75%
65166.79/3289.77	c      3290             29          28        20        -163.0000        -500.0000    206.75%
65267.80/3294.82	c      3295             29          28        20        -163.0000        -500.0000    206.75%
65366.87/3299.87	c      3300             29          28        20        -163.0000        -500.0000    206.75%
65467.94/3304.92	c      3305             29          28        20        -163.0000        -500.0000    206.75%
65567.02/3309.97	c      3310             29          28        20        -163.0000        -500.0000    206.75%
65666.08/3315.02	c      3315             29          28        20        -163.0000        -500.0000    206.75%
65767.70/3320.07	c      3320             49          48        20        -163.0000        -500.0000    206.75%
65866.79/3325.12	c      3325             49          48        20        -163.0000        -500.0000    206.75%
65968.02/3330.17	c      3330             49          48        20        -163.0000        -500.0000    206.75%
66068.31/3335.23	c      3335             49          48        20        -163.0000        -500.0000    206.75%
66167.35/3340.28	c      3340             49          48        20        -163.0000        -500.0000    206.75%
66268.40/3345.32	c      3345             49          48        20        -163.0000        -500.0000    206.75%
66367.51/3350.37	c      3350             49          48        20        -163.0000        -500.0000    206.75%
66468.62/3355.45	c      3355             49          48        20        -163.0000        -500.0000    206.75%
66569.73/3360.50	c      3361             49          48        20        -163.0000        -500.0000    206.75%
66668.89/3365.55	c      3366             49          48        20        -163.0000        -500.0000    206.75%
66769.97/3370.60	c      3371             49          48        20        -163.0000        -500.0000    206.75%
66869.13/3375.65	c      3376             49          48        20        -163.0000        -500.0000    206.75%
66970.26/3380.70	c      3381             49          48        20        -163.0000        -500.0000    206.75%
67069.23/3385.78	c      3386             49          48        20        -163.0000        -500.0000    206.75%
67170.25/3390.83	c      3391             49          48        20        -163.0000        -500.0000    206.75%
67269.39/3395.88	c      3396             49          48        20        -163.0000        -500.0000    206.75%
67370.52/3400.93	c      3401             49          48        20        -163.0000        -500.0000    206.75%
67469.67/3405.98	c      3406             49          48        20        -163.0000        -500.0000    206.75%
67568.82/3411.03	c      3411             49          48        20        -163.0000        -500.0000    206.75%
67670.66/3416.08	c      3416             49          48        20        -163.0000        -500.0000    206.75%
67769.98/3421.14	c      3421             35          34        20        -163.0000        -500.0000    206.75%
67870.92/3426.18	c      3426             51          50        20        -163.0000        -500.0000    206.75%
67971.37/3431.23	c      3431             51          50        20        -163.0000        -500.0000    206.75%
68070.48/3436.28	c      3436             51          50        20        -163.0000        -500.0000    206.75%
68171.62/3441.33	c      3441             51          50        20        -163.0000        -500.0000    206.75%
68270.61/3446.38	c      3446             52          51        20        -163.0000        -500.0000    206.75%
68371.75/3451.43	c      3451             38          37        20        -163.0000        -500.0000    206.75%
68470.89/3456.48	c      3456             39          38        20        -163.0000        -500.0000    206.75%
68572.06/3461.53	c      3462             39          38        20        -163.0000        -500.0000    206.75%
68671.21/3466.58	c      3467             39          38        20        -163.0000        -500.0000    206.75%
68772.36/3471.63	c      3472             39          38        20        -163.0000        -500.0000    206.75%
68871.38/3476.68	c      3477             39          38        20        -163.0000        -500.0000    206.75%
68972.53/3481.73	c      3482            102         101        20        -163.0000        -499.7788    206.61%
69071.64/3486.78	c      3487            102         101        20        -163.0000        -499.7788    206.61%
69172.78/3491.83	c      3492            102         101        20        -163.0000        -499.7788    206.61%
69271.89/3496.89	c      3497            103         102        20        -163.0000        -499.7788    206.61%
69373.01/3501.93	c      3502            104         103        20        -163.0000        -499.7788    206.61%
69472.15/3506.99	c      3507            104         103        20        -163.0000        -499.7788    206.61%
69573.96/3512.03	c      3512            104         103        20        -163.0000        -499.7788    206.61%
69673.18/3517.09	c      3517            104         103        20        -163.0000        -499.7788    206.61%
69774.21/3522.13	c      3522            104         103        20        -163.0000        -499.7788    206.61%
69873.37/3527.18	c      3527            104         103        20        -163.0000        -499.7788    206.61%
69973.85/3532.23	c      3532            104         103        20        -163.0000        -499.7788    206.61%
70072.77/3537.28	c      3537            104         103        20        -163.0000        -499.7788    206.61%
70173.92/3542.33	c      3542            104         103        20        -163.0000        -499.7788    206.61%
70273.05/3547.39	c      3547            104         103        20        -163.0000        -499.7788    206.61%
70382.14/3552.86	c      3553            104         103        20        -163.0000        -499.7788    206.61%
70483.28/3557.91	c      3558            104         103        20        -163.0000        -499.7788    206.61%
70582.43/3562.96	c      3563            104         103        20        -163.0000        -499.7788    206.61%
70681.59/3568.01	c      3568            104         103        20        -163.0000        -499.7788    206.61%
70783.89/3573.06	c      3573            104         103        20        -163.0000        -499.7788    206.61%
70882.60/3578.11	c      3578            104         103        20        -163.0000        -499.7788    206.61%
70983.62/3583.16	c      3583            104         103        20        -163.0000        -499.7788    206.61%
71084.19/3588.21	c      3588            104         103        20        -163.0000        -499.7788    206.61%
71183.37/3593.26	c      3593            104         103        20        -163.0000        -499.7788    206.61%
71284.57/3598.31	c      3598            104         103        20        -163.0000        -499.7788    206.61%
71383.78/3603.36	c      3603            104         103        20        -163.0000        -499.7788    206.61%
71484.98/3608.41	c      3608            104         103        20        -163.0000        -499.7788    206.61%
71584.20/3613.46	c      3613            104         103        20        -163.0000        -499.7788    206.61%
71685.38/3618.51	c      3619            104         103        20        -163.0000        -499.7788    206.61%
71784.55/3623.56	c      3624            104         103        20        -163.0000        -499.7788    206.61%
71885.75/3628.61	c      3629            105         104        20        -163.0000        -499.7788    206.61%
71984.95/3633.66	c      3634            106         105        20        -163.0000        -499.7788    206.61%

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 (173393 MiB free)
  memory of node 1: 193531 MiB (174750 MiB free)
  memory of node 2: 193531 MiB (172038 MiB free)
  memory of node 3: 193531 MiB (168685 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-4468090-1723228942/watcher-4468090-1723228942 -o /tmp/evaluation-result-4468090-1723228942/solver-4468090-1723228942 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723224822-536700 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468090-1723228942.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100108 s]*
/proc/loadavg: 80.93 81.01 80.14 62/982 541068
/proc/meminfo: memFree=705338100/790760804 swapFree=131071996/131071996
[pid=541067] ppid=541064 vsize=107700 memory=97368 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/stat : 541067 (fscip) R 541064 541067 536690 0 -1 4194304 22568 0 0 0 8 3 0 0 20 0 1 0 89476828 110284800 24342 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
/proc/541067/statm: 26925 24342 2587 3035 0 23321 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 107700 KiB
Current children cumulated memory: 97368 KiB

[startup+0.220047 s]*
/proc/loadavg: 80.93 81.01 80.14 62/982 541068
/proc/meminfo: memFree=705278636/790760804 swapFree=131071996/131071996
[pid=541067] ppid=541064 vsize=148424 memory=135432 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/stat : 541067 (fscip) R 541064 541067 536690 0 -1 4194304 32085 0 0 0 19 4 0 0 20 0 1 0 89476828 151986176 33858 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
/proc/541067/statm: 37106 33858 2630 3035 0 33502 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 148424 KiB
Current children cumulated memory: 135432 KiB

[startup+0.320018 s]*
/proc/loadavg: 80.93 81.01 80.14 62/982 541068
/proc/meminfo: memFree=705246856/790760804 swapFree=131071996/131071996
[pid=541067] ppid=541064 vsize=158068 memory=145592 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/stat : 541067 (fscip) R 541064 541067 536690 0 -1 4194304 34641 0 0 0 28 5 0 0 20 0 1 0 89476828 161861632 36398 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
/proc/541067/statm: 39517 36398 2646 3035 0 35913 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 158068 KiB
Current children cumulated memory: 145592 KiB

[startup+0.700272 s]
/proc/loadavg: 80.93 81.01 80.14 62/982 541068
/proc/meminfo: memFree=705239984/790760804 swapFree=131071996/131071996
[pid=541067] ppid=541064 vsize=1649084 memory=280488 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/stat : 541067 (fscip) S 541064 541067 536690 0 -1 1077936128 69100 0 0 0 59 10 0 0 20 0 21 0 89476828 1688662016 70056 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
/proc/541067/statm: 412271 70056 2726 3035 0 111601 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1649084 KiB
Current children cumulated memory: 280488 KiB

[startup+1.5011 s]
/proc/loadavg: 79.41 80.70 80.05 81/1022 541108
/proc/meminfo: memFree=704493592/790760804 swapFree=131071996/131071996
[pid=541067] ppid=541064 vsize=1892844 memory=1319800 CPUtime=14.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/stat : 541067 (fscip) S 541064 541067 536690 0 -1 1077936128 365608 0 0 0 1297 161 0 0 20 0 41 0 89476828 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
/proc/541067/statm: 473211 329950 2950 3035 0 423368 0
[pid=541067/tid=541069] ppid=541064 vsize=1892844 memory=10556 CPUtime=0.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541069/stat : 541069 (fscip) R 541064 541067 536690 0 -1 4194368 16539 0 0 0 64 6 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541070] ppid=541064 vsize=1892844 memory=25333125866717268 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541070/stat : 541070 (fscip) R 541064 541067 536690 0 -1 4194368 17552 0 0 0 60 9 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541071] ppid=541064 vsize=1892844 memory=25333125866717268 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541071/stat : 541071 (fscip) R 541064 541067 536690 0 -1 4194368 16351 0 0 0 60 8 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541072] ppid=541064 vsize=1892844 memory=5472 CPUtime=0.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541072/stat : 541072 (fscip) R 541064 541067 536690 0 -1 4194368 16377 0 0 0 63 7 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541073] ppid=541064 vsize=1892844 memory=16204 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541073/stat : 541073 (fscip) R 541064 541067 536690 0 -1 4194368 15986 0 0 0 60 8 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541074] ppid=541064 vsize=1892844 memory=29273809900535888 CPUtime=0.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541074/stat : 541074 (fscip) R 541064 541067 536690 0 -1 4194368 14928 0 0 0 63 7 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541075] ppid=541064 vsize=1892844 memory=0 CPUtime=0.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541075/stat : 541075 (fscip) R 541064 541067 536690 0 -1 4194368 16558 0 0 0 64 6 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541076] ppid=541064 vsize=1892844 memory=0 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541076/stat : 541076 (fscip) R 541064 541067 536690 0 -1 4194368 17505 0 0 0 61 8 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541077] ppid=541064 vsize=1892844 memory=279958585026432 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541077/stat : 541077 (fscip) R 541064 541067 536690 0 -1 4194368 14826 0 0 0 60 9 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541078] ppid=541064 vsize=1892844 memory=8149566228225 CPUtime=0.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541078/stat : 541078 (fscip) R 541064 541067 536690 0 -1 4194368 17384 0 0 0 63 7 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541079] ppid=541064 vsize=1892844 memory=8158156162561 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541079/stat : 541079 (fscip) R 541064 541067 536690 0 -1 4194368 15882 0 0 0 61 7 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541080] ppid=541064 vsize=1892844 memory=8166746097153 CPUtime=0.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541080/stat : 541080 (fscip) R 541064 541067 536690 0 -1 4194368 16518 0 0 0 59 8 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541081] ppid=541064 vsize=1892844 memory=2814784127238148 CPUtime=0.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541081/stat : 541081 (fscip) R 541064 541067 536690 0 -1 4194368 17268 0 0 0 65 5 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541082] ppid=541064 vsize=1892844 memory=3760 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541082/stat : 541082 (fscip) R 541064 541067 536690 0 -1 4194368 16466 0 0 0 61 8 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541083] ppid=541064 vsize=1892844 memory=40348 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541083/stat : 541083 (fscip) R 541064 541067 536690 0 -1 4194368 14917 0 0 0 60 8 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541084] ppid=541064 vsize=1892844 memory=8284 CPUtime=0.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541084/stat : 541084 (fscip) R 541064 541067 536690 0 -1 4194368 16550 0 0 0 64 6 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541085] ppid=541064 vsize=1892844 memory=3312 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541085/stat : 541085 (fscip) R 541064 541067 536690 0 -1 4194368 15881 0 0 0 61 8 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541086] ppid=541064 vsize=1892844 memory=2212 CPUtime=0.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541086/stat : 541086 (fscip) R 541064 541067 536690 0 -1 4194368 16445 0 0 0 64 7 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541087] ppid=541064 vsize=1892844 memory=1736 CPUtime=0.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541087/stat : 541087 (fscip) R 541064 541067 536690 0 -1 4194368 16546 0 0 0 63 7 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541088] ppid=541064 vsize=1892844 memory=14984 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541088/stat : 541088 (fscip) R 541064 541067 536690 0 -1 4194368 15831 0 0 0 61 8 0 0 20 0 41 0 89476882 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541089] ppid=541064 vsize=1892844 memory=28064 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541089/stat : 541089 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541090] ppid=541064 vsize=1892844 memory=32816 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541090/stat : 541090 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541091] ppid=541064 vsize=1892844 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541091/stat : 541091 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541092] ppid=541064 vsize=1892844 memory=67009 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541092/stat : 541092 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541093] ppid=541064 vsize=1892844 memory=67348 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541093/stat : 541093 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541094] ppid=541064 vsize=1892844 memory=67678 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541094/stat : 541094 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541095] ppid=541064 vsize=1892844 memory=68009 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541095/stat : 541095 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541096] ppid=541064 vsize=1892844 memory=84725 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541096/stat : 541096 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541097] ppid=541064 vsize=1892844 memory=3976995371694013061 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541097/stat : 541097 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541098] ppid=541064 vsize=1892844 memory=6944656592387989600 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541098/stat : 541098 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541099] ppid=541064 vsize=1892844 memory=-7101718590825193272 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541099/stat : 541099 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541100] ppid=541064 vsize=1892844 memory=6367151545281712063 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541100/stat : 541100 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541101] ppid=541064 vsize=1892844 memory=38844130910404740 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541101/stat : 541101 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541102] ppid=541064 vsize=1892844 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541102/stat : 541102 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541103] ppid=541064 vsize=1892844 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541103/stat : 541103 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541104] ppid=541064 vsize=1892844 memory=6092 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541104/stat : 541104 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541105] ppid=541064 vsize=1892844 memory=2899840 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541105/stat : 541105 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541106] ppid=541064 vsize=1892844 memory=2728 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541106/stat : 541106 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541107] ppid=541064 vsize=1892844 memory=4164 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541107/stat : 541107 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541108] ppid=541064 vsize=1892844 memory=935900 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541108/stat : 541108 (fscip) S 541064 541067 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89476903 1938272256 329950 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
Current children cumulated CPU time: 14.58 s
Current children cumulated vsize: 1892844 KiB
Current children cumulated memory: 1319800 KiB

[startup+3.1351 s]
/proc/loadavg: 79.41 80.70 80.05 81/1022 541108
/proc/meminfo: memFree=703718776/790760804 swapFree=131071996/131071996
[pid=541067] ppid=541064 vsize=2434288 memory=1685448 CPUtime=46.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/stat : 541067 (fscip) S 541064 541067 536690 0 -1 1077936128 448827 0 0 0 4508 182 0 0 20 0 41 0 89476828 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
/proc/541067/statm: 608572 421362 2950 3035 0 523400 0
[pid=541067/tid=541069] ppid=541064 vsize=2434288 memory=25333125866717268 CPUtime=2.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541069/stat : 541069 (fscip) R 541064 541067 536690 0 -1 4194368 20196 0 0 0 224 7 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541070] ppid=541064 vsize=2434288 memory=0 CPUtime=2.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541070/stat : 541070 (fscip) R 541064 541067 536690 0 -1 4194368 20431 0 0 0 221 9 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541071] ppid=541064 vsize=2434288 memory=0 CPUtime=2.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541071/stat : 541071 (fscip) R 541064 541067 536690 0 -1 4194368 19599 0 0 0 221 9 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541072] ppid=541064 vsize=2434288 memory=1299748 CPUtime=2.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541072/stat : 541072 (fscip) R 541064 541067 536690 0 -1 4194368 20311 0 0 0 224 8 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541073] ppid=541064 vsize=2434288 memory=1481616 CPUtime=2.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541073/stat : 541073 (fscip) R 541064 541067 536690 0 -1 4194368 18363 0 0 0 222 9 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541074] ppid=541064 vsize=2434288 memory=279958585062208 CPUtime=2.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541074/stat : 541074 (fscip) R 541064 541067 536690 0 -1 4194368 17927 0 0 0 224 7 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541075] ppid=541064 vsize=2434288 memory=25333125866717268 CPUtime=2.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541075/stat : 541075 (fscip) R 541064 541067 536690 0 -1 4194368 19796 0 0 0 224 7 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541076] ppid=541064 vsize=2434288 memory=0 CPUtime=2.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541076/stat : 541076 (fscip) R 541064 541067 536690 0 -1 4194368 20674 0 0 0 222 9 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541077] ppid=541064 vsize=2434288 memory=2323852186125087 CPUtime=2.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541077/stat : 541077 (fscip) R 541064 541067 536690 0 -1 4194368 20783 0 0 0 220 10 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541078] ppid=541064 vsize=2434288 memory=-6298965133328825192 CPUtime=2.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541078/stat : 541078 (fscip) R 541064 541067 536690 0 -1 4194368 21494 0 0 0 224 8 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541079] ppid=541064 vsize=2434288 memory=55212660490895 CPUtime=2.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541079/stat : 541079 (fscip) R 541064 541067 536690 0 -1 4194368 19205 0 0 0 222 8 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541080] ppid=541064 vsize=2434288 memory=55216972235517 CPUtime=2.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541080/stat : 541080 (fscip) R 541064 541067 536690 0 -1 4194368 19372 0 0 0 215 8 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541081] ppid=541064 vsize=2434288 memory=574948 CPUtime=2.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541081/stat : 541081 (fscip) R 541064 541067 536690 0 -1 4194368 22469 0 0 0 225 7 0 0 20 0 41 0 89476882 2492710912 421362 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0

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

/proc/541067/task/541076/stat : 541076 (fscip) D 541064 541067 536690 0 -1 1077937220 831630 0 0 0 359293 112 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541077] ppid=541064 vsize=7129316 memory=8386028099903435570 CPUtime=3589.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541077/stat : 541077 (fscip) D 541064 541067 536690 0 -1 1077937220 924330 0 0 0 358295 702 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541078] ppid=541064 vsize=7129316 memory=34340462562508916 CPUtime=3605.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541078/stat : 541078 (fscip) D 541064 541067 536690 0 -1 1077937220 689184 0 0 0 360458 87 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541079] ppid=541064 vsize=7129316 memory=8310372355798444166 CPUtime=3599.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541079/stat : 541079 (fscip) D 541064 541067 536690 0 -1 1077937220 1107323 0 0 0 359777 142 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541080] ppid=541064 vsize=7129316 memory=25333125866717268 CPUtime=3597.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541080/stat : 541080 (fscip) D 541064 541067 536690 0 -1 1077937220 1008792 0 0 0 359474 311 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541081] ppid=541064 vsize=7129316 memory=7107331329740782672 CPUtime=3597.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541081/stat : 541081 (fscip) D 541064 541067 536690 0 -1 1077937220 621197 0 0 0 359649 80 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541082] ppid=541064 vsize=7129316 memory=4201954329063469610 CPUtime=3594.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541082/stat : 541082 (fscip) D 541064 541067 536690 0 -1 1077937220 831404 0 0 0 359380 109 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541083] ppid=541064 vsize=7129316 memory=7667209264317751872 CPUtime=3605.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541083/stat : 541083 (fscip) D 541064 541067 536690 0 -1 1077937220 1047579 0 0 0 360165 405 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541084] ppid=541064 vsize=7129316 memory=8183509572016956498 CPUtime=3600.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541084/stat : 541084 (fscip) D 541064 541067 536690 0 -1 1077937220 618435 0 0 0 359958 80 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541085] ppid=541064 vsize=7129316 memory=3060648216250433122 CPUtime=3592.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541085/stat : 541085 (fscip) D 541064 541067 536690 0 -1 1077937220 987273 0 0 0 359167 130 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541086] ppid=541064 vsize=7129316 memory=-7739307947964744624 CPUtime=3602.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541086/stat : 541086 (fscip) D 541064 541067 536690 0 -1 1077937220 1051350 0 0 0 359759 516 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541087] ppid=541064 vsize=7129316 memory=6940117643802063402 CPUtime=3597.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541087/stat : 541087 (fscip) D 541064 541067 536690 0 -1 1077937220 681876 0 0 0 359655 88 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541088] ppid=541064 vsize=7129316 memory=3996722868762075712 CPUtime=3602.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541088/stat : 541088 (fscip) D 541064 541067 536690 0 -1 1077937220 1111247 0 0 0 360140 148 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541089] ppid=541064 vsize=7129316 memory=7449066140187124288 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541089/stat : 541089 (fscip) D 541064 541067 536690 0 -1 1077937220 163 0 0 0 3 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541090] ppid=541064 vsize=7129316 memory=6939034581899031082 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541090/stat : 541090 (fscip) D 541064 541067 536690 0 -1 1077937220 187 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541091] ppid=541064 vsize=7129316 memory=20829311658963524 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541091/stat : 541091 (fscip) D 541064 541067 536690 0 -1 1077937220 203 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541092] ppid=541064 vsize=7129316 memory=7451319070385267520 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541092/stat : 541092 (fscip) D 541064 541067 536690 0 -1 1077937220 120 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541093] ppid=541064 vsize=7129316 memory=6720664354766798444 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541093/stat : 541093 (fscip) D 541064 541067 536690 0 -1 1077937220 158 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541094] ppid=541064 vsize=7129316 memory=40348 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541094/stat : 541094 (fscip) D 541064 541067 536690 0 -1 1077937220 179 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541095] ppid=541064 vsize=7129316 memory=8284 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541095/stat : 541095 (fscip) D 541064 541067 536690 0 -1 1077937220 209 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541096] ppid=541064 vsize=7129316 memory=3312 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541096/stat : 541096 (fscip) D 541064 541067 536690 0 -1 1077937220 164 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541097] ppid=541064 vsize=7129316 memory=2212 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541097/stat : 541097 (fscip) D 541064 541067 536690 0 -1 1077937220 171 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541098] ppid=541064 vsize=7129316 memory=1736 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541098/stat : 541098 (fscip) D 541064 541067 536690 0 -1 1077937220 191 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541099] ppid=541064 vsize=7129316 memory=1848 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541099/stat : 541099 (fscip) D 541064 541067 536690 0 -1 1077937220 170 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541100] ppid=541064 vsize=7129316 memory=38604 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541100/stat : 541100 (fscip) D 541064 541067 536690 0 -1 1077937220 164 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541101] ppid=541064 vsize=7129316 memory=33100 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541101/stat : 541101 (fscip) D 541064 541067 536690 0 -1 1077937220 178 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541102] ppid=541064 vsize=7129316 memory=2244 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541102/stat : 541102 (fscip) D 541064 541067 536690 0 -1 1077937220 188 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541103] ppid=541064 vsize=7129316 memory=19936 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541103/stat : 541103 (fscip) D 541064 541067 536690 0 -1 1077937220 168 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541104] ppid=541064 vsize=7129316 memory=279958587744992 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541104/stat : 541104 (fscip) D 541064 541067 536690 0 -1 1077937220 184 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541105] ppid=541064 vsize=7129316 memory=7163652954940335957 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541105/stat : 541105 (fscip) D 541064 541067 536690 0 -1 1077937220 189 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541106] ppid=541064 vsize=7129316 memory=640404 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541106/stat : 541106 (fscip) D 541064 541067 536690 0 -1 1077937220 175 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541107] ppid=541064 vsize=7129316 memory=5947544 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541107/stat : 541107 (fscip) D 541064 541067 536690 0 -1 1077937220 182 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541108] ppid=541064 vsize=7129316 memory=18468 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541108/stat : 541108 (fscip) D 541064 541067 536690 0 -1 1077937220 173 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
Current children cumulated CPU time: 72001.4 s
Current children cumulated vsize: 7129316 KiB
Current children cumulated memory: 5947752 KiB

[startup+3637.12 s]
/proc/loadavg: 70.53 77.53 79.50 43/985 543238
/proc/meminfo: memFree=698071668/790760804 swapFree=131071996/131071996
[pid=541067] ppid=541064 vsize=7129316 memory=5947752 CPUtime=72001.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/stat : 541067 (fscip) D 541064 541067 536690 0 -1 1077937156 19831069 0 0 0 7194276 5861 0 0 20 0 41 0 89476828 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
/proc/541067/statm: 1782329 1486938 3305 3035 0 1651530 0
[pid=541067/tid=541069] ppid=541064 vsize=7129316 memory=164 CPUtime=3599.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541069/stat : 541069 (fscip) D 541064 541067 536690 0 -1 1077937220 2245975 0 0 0 359387 569 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541070] ppid=541064 vsize=7129316 memory=25333125866717268 CPUtime=3604.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541070/stat : 541070 (fscip) S 541064 541067 536690 0 -1 4195904 1046086 0 0 0 360156 325 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 139970412952208 10822192 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 0
[pid=541067/tid=541071] ppid=541064 vsize=7129316 memory=6836 CPUtime=3601.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541071/stat : 541071 (fscip) D 541064 541067 536690 0 -1 1077937220 802223 0 0 0 359223 939 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541072] ppid=541064 vsize=7129316 memory=0 CPUtime=3606.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541072/stat : 541072 (fscip) D 541064 541067 536690 0 -1 1077937220 616940 0 0 0 360603 79 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541073] ppid=541064 vsize=7129316 memory=279958588319392 CPUtime=3595.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541073/stat : 541073 (fscip) D 541064 541067 536690 0 -1 1077937220 1082861 0 0 0 359425 142 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541074] ppid=541064 vsize=7129316 memory=0 CPUtime=3604.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541074/stat : 541074 (fscip) D 541064 541067 536690 0 -1 1077937220 910782 0 0 0 360002 465 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541075] ppid=541064 vsize=7129316 memory=279958587129808 CPUtime=3605.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541075/stat : 541075 (fscip) D 541064 541067 536690 0 -1 1077937220 1568169 0 0 0 360188 411 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541076] ppid=541064 vsize=7129316 memory=279958585790368 CPUtime=3594.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541076/stat : 541076 (fscip) D 541064 541067 536690 0 -1 1077937220 831630 0 0 0 359293 112 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541077] ppid=541064 vsize=7129316 memory=0 CPUtime=3589.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541077/stat : 541077 (fscip) D 541064 541067 536690 0 -1 1077937220 924330 0 0 0 358295 702 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541078] ppid=541064 vsize=7129316 memory=0 CPUtime=3605.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541078/stat : 541078 (fscip) D 541064 541067 536690 0 -1 1077937220 689184 0 0 0 360458 87 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541079] ppid=541064 vsize=7129316 memory=5934188 CPUtime=3599.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541079/stat : 541079 (fscip) D 541064 541067 536690 0 -1 1077937220 1107323 0 0 0 359777 142 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541080] ppid=541064 vsize=7129316 memory=5947752 CPUtime=3597.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541080/stat : 541080 (fscip) D 541064 541067 536690 0 -1 1077937220 1008792 0 0 0 359474 311 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541081] ppid=541064 vsize=7129316 memory=25333125866717268 CPUtime=3597.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541081/stat : 541081 (fscip) D 541064 541067 536690 0 -1 1077937220 621197 0 0 0 359649 80 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541082] ppid=541064 vsize=7129316 memory=279958586109360 CPUtime=3594.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541082/stat : 541082 (fscip) D 541064 541067 536690 0 -1 1077937220 831404 0 0 0 359380 109 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541083] ppid=541064 vsize=7129316 memory=5917696 CPUtime=3605.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541083/stat : 541083 (fscip) D 541064 541067 536690 0 -1 1077937220 1047579 0 0 0 360165 405 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541084] ppid=541064 vsize=7129316 memory=28112 CPUtime=3600.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541084/stat : 541084 (fscip) D 541064 541067 536690 0 -1 1077937220 618435 0 0 0 359958 80 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541085] ppid=541064 vsize=7129316 memory=11460 CPUtime=3592.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541085/stat : 541085 (fscip) D 541064 541067 536690 0 -1 1077937220 987273 0 0 0 359167 130 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541086] ppid=541064 vsize=7129316 memory=6120 CPUtime=3602.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541086/stat : 541086 (fscip) D 541064 541067 536690 0 -1 1077937220 1051350 0 0 0 359759 516 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541087] ppid=541064 vsize=7129316 memory=5934192 CPUtime=3597.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541087/stat : 541087 (fscip) D 541064 541067 536690 0 -1 1077937220 681876 0 0 0 359655 88 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541088] ppid=541064 vsize=7129316 memory=33100 CPUtime=3602.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541088/stat : 541088 (fscip) D 541064 541067 536690 0 -1 1077937220 1111247 0 0 0 360140 148 0 0 20 0 41 0 89476882 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541089] ppid=541064 vsize=7129316 memory=5934192 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541089/stat : 541089 (fscip) D 541064 541067 536690 0 -1 1077937220 163 0 0 0 3 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541090] ppid=541064 vsize=7129316 memory=11536 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541090/stat : 541090 (fscip) D 541064 541067 536690 0 -1 1077937220 187 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541091] ppid=541064 vsize=7129316 memory=29273809900535888 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541091/stat : 541091 (fscip) D 541064 541067 536690 0 -1 1077937220 203 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541092] ppid=541064 vsize=7129316 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541092/stat : 541092 (fscip) D 541064 541067 536690 0 -1 1077937220 120 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541093] ppid=541064 vsize=7129316 memory=5934204 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541093/stat : 541093 (fscip) D 541064 541067 536690 0 -1 1077937220 158 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541094] ppid=541064 vsize=7129316 memory=5934192 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541094/stat : 541094 (fscip) D 541064 541067 536690 0 -1 1077937220 179 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541095] ppid=541064 vsize=7129316 memory=5947752 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541095/stat : 541095 (fscip) D 541064 541067 536690 0 -1 1077937220 209 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541096] ppid=541064 vsize=7129316 memory=2268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541096/stat : 541096 (fscip) D 541064 541067 536690 0 -1 1077937220 164 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541097] ppid=541064 vsize=7129316 memory=279958586325232 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541097/stat : 541097 (fscip) D 541064 541067 536690 0 -1 1077937220 171 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541098] ppid=541064 vsize=7129316 memory=6442235802265604194 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541098/stat : 541098 (fscip) D 541064 541067 536690 0 -1 1077937220 191 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541099] ppid=541064 vsize=7129316 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541099/stat : 541099 (fscip) D 541064 541067 536690 0 -1 1077937220 170 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541100] ppid=541064 vsize=7129316 memory=6944656592455360604 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541100/stat : 541100 (fscip) D 541064 541067 536690 0 -1 1077937220 164 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541101] ppid=541064 vsize=7129316 memory=2728 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541101/stat : 541101 (fscip) D 541064 541067 536690 0 -1 1077937220 178 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541102] ppid=541064 vsize=7129316 memory=5947752 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541102/stat : 541102 (fscip) D 541064 541067 536690 0 -1 1077937220 188 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541103] ppid=541064 vsize=7129316 memory=5934452 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541103/stat : 541103 (fscip) D 541064 541067 536690 0 -1 1077937220 168 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541104] ppid=541064 vsize=7129316 memory=2736 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541104/stat : 541104 (fscip) D 541064 541067 536690 0 -1 1077937220 184 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541105] ppid=541064 vsize=7129316 memory=305 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541105/stat : 541105 (fscip) D 541064 541067 536690 0 -1 1077937220 189 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541106] ppid=541064 vsize=7129316 memory=7234303152781525079 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541106/stat : 541106 (fscip) D 541064 541067 536690 0 -1 1077937220 175 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541107] ppid=541064 vsize=7129316 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541107/stat : 541107 (fscip) D 541064 541067 536690 0 -1 1077937220 182 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
[pid=541067/tid=541108] ppid=541064 vsize=7129316 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/541067/task/541108/stat : 541108 (fscip) D 541064 541067 536690 0 -1 1077937220 173 0 0 0 2 0 0 0 20 0 41 0 89476903 7300419584 1486938 809668444160 4194304 16622877 140732256186784 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 33386496 140732256191465 140732256191581 140732256191581 140732256198607 24
Current children cumulated CPU time: 72001.4 s
Current children cumulated vsize: 7129316 KiB
Current children cumulated memory: 5947752 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3637.31
CPU time (s): 72001.6
CPU user time (s): 71942.8
CPU system time (s): 58.801
CPU usage (%): 1979.53
Max. virtual memory (cumulated for all children) (KiB): 7194852
Max. memory (cumulated for all children) (KiB): 5947752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71942.8
system time used= 58.801
maximum resident set size= 5947752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19831069
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= 181441
involuntary context switches= 296266


# summary of solver processes directly reported to runsolver:
#   pid: 541067
#   total CPU time (s): 72001.6
#   total CPU user time (s): 71942.8
#   total CPU system time (s): 58.801

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.1193 second user time and 87.4754 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-09 20:42:22
IDJOB=4468090
IDBENCH=148687
IDSOLVER=3097
FILE ID=nodeD102/4468090-1723228942
RUNJOBID= nodeD102-1723224822-536700
SLURM_JOB_ID= 8266903
Free space on /tmp= 8588220 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_4.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468090-1723228942/watcher-4468090-1723228942 -o /tmp/evaluation-result-4468090-1723228942/solver-4468090-1723228942 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723224822-536700 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468090-1723228942.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= bbe42e431fa916f0c875d08138d9aced
RANDOM SEED=912679766

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		: 2574.636
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		: 2885.879
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		: 2974.893
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		: 2987.679
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		: 2604.304
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		: 2885.258
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		: 3009.705
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		: 2987.681
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		: 2604.083
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		: 2885.877
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		: 2999.205
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		: 2987.677
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		: 2606.776
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		: 2885.882
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		: 3010.949
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		: 2982.682
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		: 2595.512
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		: 2883.373
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		: 3009.706
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		: 2987.677
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		: 2640.142
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		: 2885.882
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		: 3007.231
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		: 2987.682
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		: 1874.026
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		: 2885.877
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		: 2992.839
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		: 2987.680
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		: 3642.478
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2885.920
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		: 3010.920
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		: 2985.554
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		: 3582.764
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		: 2885.927
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		: 3010.916
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		: 2987.716
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		: 2631.022
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		: 2884.493
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		: 2998.171
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		: 2987.695
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		: 3597.457
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		: 2885.929
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		: 3006.354
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		: 2986.384
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		: 1753.379
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		: 2871.328
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		: 3009.668
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		: 2987.577
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		: 2856.973
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		: 2885.942
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		: 2997.674
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		: 2987.520
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		: 2656.285
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		: 2885.327
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		: 3006.645
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		: 2987.466
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:        705391872 kB
MemAvailable:   768566468 kB
Buffers:          999508 kB
Cached:         64980124 kB
SwapCached:            0 kB
Active:          9258436 kB
Inactive:       71859380 kB
Active(anon):       2260 kB
Inactive(anon): 15166652 kB
Active(file):    9256176 kB
Inactive(file): 56692728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30024 kB
Writeback:             0 kB
AnonPages:      15128940 kB
Mapped:           133992 kB
Shmem:             30728 kB
KReclaimable:    1290436 kB
Slab:            1807976 kB
SReclaimable:    1290436 kB
SUnreclaim:       517540 kB
KernelStack:       16768 kB
PageTables:        39900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2562784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           825984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2119680 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:      829440 kB
DirectMap2M:    148566016 kB
DirectMap1G:    656408576 kB

Free space on /tmp at the end= 8588184 MiB
End job on nodeD102 at 2024-08-09 21:43:00