Trace number 4467865

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72002.4 3637.57

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n188-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM1c14f117e67441c2f256fb4d1e22e789
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables282
Total number of constraints752
Number of constraints which are clauses752
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 24072192, getVmSize() = 24072192, SCIPgetMemUsed() = 1913406, SCIPgetMemTotal() = 2529214, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 16131348, getVmSize() = 26693632, SCIPgetMemUsed() = 2247603, SCIPgetMemTotal() = 3997587, SCIPgetMemExternEstim() = 1048576
0.00/0.01	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4467865-1723249945
0.00/0.01	c   Variables        : 282 (282 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 752
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 282 (282 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 752
0.00/0.01	c Constraints        : Number
0.00/0.01	c   logicor          : 752 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.06	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.07	c                                Nodes    Active                                            
0.00/0.07	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
102.90/5.33	c         5            428         427        20                -           0.0000          -
201.90/10.39	c        10           1689         639        20                -           0.0000          -
302.61/15.49	c        16           3391        2341        20                -           0.0000          -
403.45/20.57	c        21           5079        4029        20                -           0.0000          -
504.51/25.66	c        26           6463        5411        20                -           0.0000          -
605.17/30.73	c        31           7918        6854        20                -           0.0000          -
704.19/35.78	c        36           9642        8576        20                -           0.0000          -
805.01/40.83	c        41          11378       10312        20                -           0.0000          -
905.97/45.95	c        46          13222       12156        20                -           0.0000          -
1005.03/51.00	c        51         217448           0        20                -           0.0000          -
1106.56/56.06	c        56         239321          89        20                -           0.0000          -
1205.52/61.12	c        61          18334       17268        20                -           0.0000          -
1306.66/66.16	c        66         286489          85        20                -           0.0000          -
1406.73/71.21	c        71         306886          87        20                -           0.0000          -
1505.88/76.26	c        76         330852          83        20                -           0.0000          -
1606.74/81.31	c        81         352537          84        20                -           0.0000          -
1705.70/86.36	c        86         377594          82        20                -           0.0000          -
1806.48/91.41	c        91         402129          86        20                -           0.0000          -
1905.35/96.46	c        96         427945          82        20                -           0.0000          -
2006.35/101.51	c       102         452543          81        20                -           0.0000          -
2105.41/106.56	c       107         474894          83        20                -           0.0000          -
2206.37/111.61	c       112         498480          87        20                -           0.0000          -
2305.34/116.66	c       117         520284          80        20                -           0.0000          -
2406.38/121.71	c       122         540228          80        20                -           0.0000          -
2505.31/126.76	c       127         560547          78        20                -           0.0000          -
2606.17/131.81	c       132         583430          84        20                -           0.0000          -
2705.14/136.86	c       137         604951          83        20                -           0.0000          -
2806.06/141.91	c       142         628850          84        20                -           0.0000          -
2904.83/146.96	c       147         651613          83        20                -           0.0000          -
3003.77/152.01	c       152         672821          80        20                -           0.0000          -
3105.43/157.04	c       157         692215          81        20                -           0.0000          -
3204.62/162.06	c       162         716752          87        20                -           0.0000          -
3303.58/167.09	c       167         737476          82        20                -           0.0000          -
3402.53/172.13	c       172         759264          87        20                -           0.0000          -
3503.31/177.14	c       177         781006          80        20                -           0.0000          -
3602.04/182.19	c       182         801989          85        20                -           0.0000          -
3702.16/187.23	c       187         824327          83        20                -           0.0000          -
3802.89/192.33	c       192         847777          82        20                -           0.0000          -
3901.61/197.38	c       197         869071          79        20                -           0.0000          -
4002.69/202.47	c       202          69627       65454        20                -           0.0000          -
4103.60/207.53	c       208         908856          85        20                -           0.0000          -
4202.51/212.59	c       213         931901          84        20                -           0.0000          -
4303.25/217.60	c       218          75274       70749        20                -           0.0000          -
4402.30/222.66	c       223         972411          85        20                -           0.0000          -
4503.37/227.70	c       228         992411          81        20                -           0.0000          -
4602.27/232.72	c       233        1015099          81        20                -           0.0000          -
4701.33/237.79	c       238        1035997          85        20                -           0.0000          -
4802.31/242.85	c       243        1058764          79        20                -           0.0000          -
4903.38/247.93	c       248        1081019          78        20                -           0.0000          -
5002.47/253.01	c       253        1102243          85        20                -           0.0000          -
5103.95/258.06	c       258        1122536          83        20                -           0.0000          -
5202.90/263.11	c       263        1141578          81        20                -           0.0000          -
5303.56/268.16	c       268         167153      164996        20                -           0.0000          -
5404.05/273.21	c       273         170388      168194        20                -           0.0000          -
5502.91/278.26	c       278        1206731          83        20                -           0.0000          -
5603.63/283.31	c       283        1224317          85        20                -           0.0000          -
5702.48/288.36	c       288        1244150          82        20                -           0.0000          -
5803.19/293.41	c       293        1266055          84        20                -           0.0000          -
5901.93/298.46	c       298        1286245          82        20                -           0.0000          -
6002.92/303.52	c       304        1305817          85        20                -           0.0000          -
6101.98/308.56	c       309        1323536          82        20                -           0.0000          -
6202.99/313.61	c       314        1341900          86        20                -           0.0000          -
6301.74/318.66	c       319        1359755          85        20                -           0.0000          -
6402.38/323.71	c       324        1378593          87        20                -           0.0000          -
6501.45/328.72	c       329        1399978          82        20                -           0.0000          -
6600.27/333.74	c       334        1420444          79        20                -           0.0000          -
6699.30/338.78	c       339        1440537          84        20                -           0.0000          -
6802.22/343.90	c       344        1459949          77        20                -           0.0000          -
6901.29/348.96	c       349        1480665          81        20                -           0.0000          -
7000.14/354.02	c       354        1501327          80        20                -           0.0000          -
7101.59/359.06	c       359         223201      216372        20                -           0.0000          -
7200.55/364.07	c       364        1540257          82        20                -           0.0000          -
7299.29/369.09	c       369        1561424          84        20                -           0.0000          -
7398.28/374.11	c       374         128298      125476        20                -           0.0000          -
7499.34/379.15	c       379         129973      127140        20                -           0.0000          -
7598.38/384.19	c       384         131640      128771        20                -           0.0000          -
7698.81/389.26	c       389         133442      130525        20                -           0.0000          -
7799.78/394.32	c       394        1673834          82        20                -           0.0000          -
7898.67/399.38	c       399        1697088          83        20                -           0.0000          -
7999.53/404.41	c       404        1716960          81        20                -           0.0000          -
8098.43/409.44	c       409         144225      136941        20                -           0.0000          -
8199.02/414.52	c       415         145740      138439        20                -           0.0000          -
8297.84/419.58	c       420         147889      140457        20                -           0.0000          -
8398.57/424.69	c       425        1807928          83        20                -           0.0000          -
8499.60/429.76	c       430        1830549          81        20                -           0.0000          -
8600.34/434.82	c       435        1854698          82        20                -           0.0000          -
8699.02/439.86	c       440        1878559          81        20                -           0.0000          -
8800.04/444.91	c       445        1903024          81        20                -           0.0000          -
8899.09/449.96	c       450        1924791          84        20                -           0.0000          -
8998.14/455.01	c       455        1945536          83        20                -           0.0000          -
9099.68/460.06	c       460        1969098          85        20                -           0.0000          -
9198.41/465.08	c       465        1989813          85        20                -           0.0000          -
9297.33/470.11	c       470        2010785          87        20                -           0.0000          -
9397.92/475.14	c       475        2031686          89        20                -           0.0000          -
9496.62/480.18	c       480        2050422          79        20                -           0.0000          -
9598.97/485.31	c       485        2070804          80        20                -           0.0000          -
9697.90/490.36	c       490        2094850          80        20                -           0.0000          -
9798.62/495.41	c       495        2113539          81        20                -           0.0000          -
9897.64/500.46	c       500        2134462          82        20                -           0.0000          -
9998.69/505.51	c       506        2155445          85        20                -           0.0000          -
10097.69/510.56	c       511        2177614          85        20                -           0.0000          -
10196.67/515.57	c       516        2199145          85        20                -           0.0000          -
10297.71/520.64	c       521        2223135          84        20                -           0.0000          -
10398.77/525.71	c       526        2243685          80        20                -           0.0000          -
10497.85/530.76	c       531        2264801          80        20                -           0.0000          -
10598.75/535.81	c       536        2283728          83        20                -           0.0000          -
10697.63/540.86	c       541        2300904          81        20                -           0.0000          -
10798.57/545.91	c       546        2318695          78        20                -           0.0000          -
10897.52/550.96	c       551        2338520          79        20                -           0.0000          -
10996.42/556.01	c       556        2358175          79        20                -           0.0000          -
11095.33/561.02	c       561        2380913          82        20                -           0.0000          -
11196.91/566.10	c       566        2402004          80        20                -           0.0000          -
11297.92/571.17	c       571        2425480          79        20                -           0.0000          -
11398.32/576.21	c       576        2448332          86        20                -           0.0000          -
11497.33/581.23	c       581        2472332          82        20                -           0.0000          -
11598.39/586.31	c       586        2496544          87        20                -           0.0000          -
11697.47/591.36	c       591        2520540          81        20                -           0.0000          -
11798.40/596.41	c       596        2542859          83        20                -           0.0000          -
11897.42/601.46	c       601        2565671          83        20                -           0.0000          -
11998.48/606.51	c       607        2589439          80        20                -           0.0000          -
12097.40/611.56	c       612        2615076          80        20                -           0.0000          -
12198.47/616.61	c       617        2635182          83        20                -           0.0000          -
12297.53/621.66	c       622        2658466          82        20                -           0.0000          -
12398.59/626.71	c       627        2678506          83        20                -           0.0000          -
12497.64/631.76	c       632        2699163          82        20                -           0.0000          -
12598.70/636.81	c       637        2720243          79        20                -           0.0000          -
12697.73/641.84	c       642        2741469          78        20                -           0.0000          -
12798.79/646.90	c       647        2760553          78        20                -           0.0000          -
12897.65/651.91	c       652        2785217          76        20                -           0.0000          -
12996.72/656.92	c       657         228925      223368        20                -           0.0000          -
13095.75/662.00	c       662         237231      223339        20                -           0.0000          -
13197.37/667.07	c       667         239156      225105        20                -           0.0000          -
13298.45/672.15	c       672         241134      227024        20                -           0.0000          -
13397.31/677.19	c       677         235939      230288        20                -           0.0000          -
13497.34/682.26	c       682        2918348          83        20                -           0.0000          -
13598.28/687.31	c       687        2938620          85        20                -           0.0000          -
13697.17/692.31	c       692         248893      234351        20                -           0.0000          -
13796.02/697.33	c       697        2981415          83        20                -           0.0000          -
13895.05/702.37	c       702        3003018          82        20                -           0.0000          -
13996.14/707.41	c       707        3025696          82        20                -           0.0000          -
14097.00/712.53	c       713         434883      394729        20                -           0.0000          -
14197.67/717.61	c       718        3067699          81        20                -           0.0000          -
14296.20/722.66	c       723        3088838          80        20                -           0.0000          -
14394.82/727.67	c       728        3109615          81        20                -           0.0000          -
14495.53/732.76	c       733        3132373          79        20                -           0.0000          -
14596.52/737.81	c       738        3152965          77        20                -           0.0000          -
14695.56/742.86	c       743        3174063          83        20                -           0.0000          -
14796.62/747.91	c       748        3194518          83        20                -           0.0000          -
14895.67/752.96	c       753        3216445          82        20                -           0.0000          -
14994.60/757.97	c       758        3239930          81        20                -           0.0000          -
15096.08/763.06	c       763        3264651          88        20                -           0.0000          -
15195.09/768.11	c       768        3285634          81        20                -           0.0000          -
15295.81/773.17	c       773        3309661          81        20                -           0.0000          -
15394.90/778.18	c       778        3329804          84        20                -           0.0000          -
15495.20/783.23	c       783        3348262          80        20                -           0.0000          -
15593.87/788.23	c       788        3367449          83        20                -           0.0000          -
15692.72/793.25	c       793        3388551          82        20                -           0.0000          -
15791.68/798.28	c       798        3409987          81        20                -           0.0000          -
15892.69/803.30	c       803        3430262          80        20                -           0.0000          -
15991.71/808.32	c       808         489558      446775        20                -           0.0000          -
16090.47/813.37	c       813        3470513          80        20                -           0.0000          -
16189.34/818.39	c       818        3489527          83        20                -           0.0000          -
16290.30/823.40	c       823         286870      279785        20                -           0.0000          -
16389.08/828.45	c       828         288761      281540        20                -           0.0000          -
16490.08/833.55	c       834         290671      283434        20                -           0.0000          -
16588.97/838.59	c       839         292478      285224        20                -           0.0000          -
16689.72/843.64	c       844         510672      466302        20                -           0.0000          -
16790.63/848.70	c       849         295989      288654        20                -           0.0000          -
16889.64/853.71	c       854         297764      290427        20                -           0.0000          -
16988.45/858.74	c       859         299359      291988        20                -           0.0000          -
17087.52/863.79	c       864         522798      477710        20                -           0.0000          -
17188.59/868.81	c       869         319405      300758        20                -           0.0000          -
17287.64/873.87	c       874         321683      302927        20                -           0.0000          -
17388.70/878.94	c       879         323387      304625        20                -           0.0000          -
17487.69/884.02	c       884         325031      306269        20                -           0.0000          -
17589.20/889.10	c       889         326676      307914        20                -           0.0000          -
17690.32/894.17	c       894         328347      309585        20                -           0.0000          -
17789.24/899.18	c       899         330006      311244        20                -           0.0000          -
17889.32/904.27	c       904         331861      313097        20                -           0.0000          -
17988.23/909.28	c       909         549559      502955        20                -           0.0000          -
18089.18/914.35	c       914         552784      505786        20                -           0.0000          -
18190.13/919.41	c       919         555443      508235        20                -           0.0000          -
18289.14/924.48	c       924         338845      319932        20                -           0.0000          -
18390.17/929.52	c       930        3997443          84        20                -           0.0000          -
18489.14/934.57	c       935        4019077          87        20                -           0.0000          -
18589.97/939.62	c       940        4040984          87        20                -           0.0000          -
18688.86/944.67	c       945        4062908          82        20                -           0.0000          -
18787.94/949.69	c       950         572321      524431        20                -           0.0000          -
18888.96/954.73	c       955        4110050          84        20                -           0.0000          -
18990.04/959.82	c       960        4135249          79        20                -           0.0000          -
19089.03/964.87	c       965        4157089          86        20                -           0.0000          -
19190.09/969.92	c       970         584315      535226        20                -           0.0000          -
19289.10/974.97	c       975         587156      537759        20                -           0.0000          -
19388.20/980.01	c       980         590300      540616        20                -           0.0000          -
19489.95/985.07	c       985         593012      543292        20                -           0.0000          -
19588.90/990.12	c       990        4264614          82        20                -           0.0000          -
19690.01/995.17	c       995        4283284          82        20                -           0.0000          -
19790.30/1000.22	c      1000        4305934          84        20                -           0.0000          -
19889.33/1005.27	c      1005         604028      553683        20                -           0.0000          -
19990.14/1010.32	c      1010         607278      556526        20                -           0.0000          -
20088.97/1015.37	c      1015        4374848          81        20                -           0.0000          -
20189.92/1020.40	c      1020        4398468          82        20                -           0.0000          -
20288.89/1025.46	c      1025        4421064          84        20                -           0.0000          -
20389.89/1030.51	c      1031        4440644          85        20                -           0.0000          -
20489.00/1035.56	c      1036        4463288          82        20                -           0.0000          -
20588.09/1040.57	c      1041         624726      573375        20                -           0.0000          -
20689.09/1045.66	c      1046         627738      575772        20                -           0.0000          -
20790.06/1050.71	c      1051        4528509          80        20                -           0.0000          -
20889.06/1055.76	c      1056        4550674          81        20                -           0.0000          -
20990.14/1060.81	c      1061        4572551          77        20                -           0.0000          -
21089.25/1065.86	c      1066        4595336          82        20                -           0.0000          -
21188.30/1070.88	c      1071         641864      588442        20                -           0.0000          -
21289.27/1075.94	c      1076         644904      591163        20                -           0.0000          -
21388.35/1081.01	c      1081        4658253          79        20                -           0.0000          -
21489.82/1086.03	c      1086        4677148          82        20                -           0.0000          -
21588.73/1091.04	c      1091         405072      384129        20                -           0.0000          -
21687.74/1096.05	c      1096         382309      372807        20                -           0.0000          -
21787.01/1101.06	c      1101         384158      374581        20                -           0.0000          -
21885.82/1106.11	c      1106         661348      606362        20                -           0.0000          -
21988.21/1111.20	c      1111         387938      378101        20                -           0.0000          -
22087.24/1116.24	c      1116         389747      379897        20                -           0.0000          -
22186.28/1121.25	c      1121         669975      614646        20                -           0.0000          -
22287.35/1126.31	c      1126         393327      383380        20                -           0.0000          -
22386.44/1131.32	c      1131         395119      385166        20                -           0.0000          -
22485.40/1136.39	c      1136         396816      386852        20                -           0.0000          -
22586.42/1141.44	c      1141         398618      388588        20                -           0.0000          -
22685.43/1146.49	c      1146         684709      627620        20                -           0.0000          -
22788.44/1151.60	c      1152         687570      630128        20                -           0.0000          -
22887.49/1156.69	c      1157         690471      632373        20                -           0.0000          -
22988.27/1161.79	c      1162         693054      634836        20                -           0.0000          -
23089.36/1166.86	c      1167         695849      637584        20                -           0.0000          -
23190.39/1171.91	c      1172        5042246          82        20                -           0.0000          -
23289.52/1176.96	c      1177        5067257          83        20                -           0.0000          -
23388.61/1182.01	c      1182        5091166          83        20                -           0.0000          -
23490.30/1187.06	c      1187        5112377          84        20                -           0.0000          -
23589.59/1192.11	c      1192        5135283          83        20                -           0.0000          -
23690.51/1197.16	c      1197        5158558          79        20                -           0.0000          -
23790.87/1202.21	c      1202        5180296          82        20                -           0.0000          -
23889.80/1207.26	c      1207         718495      658147        20                -           0.0000          -
23990.86/1212.31	c      1212         721372      660942        20                -           0.0000          -
24089.73/1217.36	c      1217         724267      663633        20                -           0.0000          -
24190.70/1222.41	c      1222         727016      666298        20                -           0.0000          -
24289.82/1227.46	c      1227        5287247          82        20                -           0.0000          -
24390.84/1232.51	c      1233        5304545          81        20                -           0.0000          -
24489.89/1237.56	c      1238        5321743          82        20                -           0.0000          -
24590.88/1242.60	c      1243         737711      676610        20                -           0.0000          -
24690.00/1247.63	c      1248        5364426          80        20                -           0.0000          -
24791.01/1252.70	c      1253        5386306          80        20                -           0.0000          -
24890.31/1257.76	c      1258        5402921          79        20                -           0.0000          -
24989.01/1262.78	c      1263         748593      687478        20                -           0.0000          -
25089.66/1267.85	c      1268         751414      690299        20                -           0.0000          -
25190.61/1272.91	c      1273         754086      692951        20                -           0.0000          -
25289.65/1277.96	c      1278        5484421          82        20                -           0.0000          -
25388.56/1282.98	c      1283        5504272          80        20                -           0.0000          -
25487.46/1288.01	c      1288         479813      457206        20                -           0.0000          -
25586.21/1293.02	c      1293         481614      459007        20                -           0.0000          -
25687.67/1298.07	c      1298         483588      460938        20                -           0.0000          -
25788.56/1303.17	c      1303         485697      462987        20                -           0.0000          -
25887.98/1308.17	c      1308         487413      464703        20                -           0.0000          -
25990.01/1313.31	c      1313         776167      713967        20                -           0.0000          -
26089.09/1318.36	c      1318         491311      468456        20                -           0.0000          -
26190.18/1323.41	c      1323         493151      470245        20                -           0.0000          -
26289.04/1328.43	c      1328        5682972          80        20                -           0.0000          -
26389.98/1333.51	c      1334        5703539          83        20                -           0.0000          -
26489.08/1338.56	c      1339        5726463          81        20                -           0.0000          -
26590.09/1343.61	c      1344        5747300          81        20                -           0.0000          -
26689.19/1348.66	c      1349         794757      731580        20                -           0.0000          -
26790.07/1353.71	c      1354        5782785          82        20                -           0.0000          -
26889.05/1358.76	c      1359        5804910          84        20                -           0.0000          -
26988.10/1363.79	c      1364        5822943          83        20                -           0.0000          -
27087.01/1368.79	c      1369         482740      470900        20                -           0.0000          -
27187.38/1373.85	c      1374         484420      472580        20                -           0.0000          -
27288.37/1378.92	c      1379         809502      745943        20                -           0.0000          -
27387.31/1383.99	c      1384         812316      748710        20                -           0.0000          -
27488.98/1389.06	c      1389         814912      751028        20                -           0.0000          -
27587.84/1394.06	c      1394         491839      479949        20                -           0.0000          -
27688.79/1399.16	c      1399         493764      481857        20                -           0.0000          -
27789.10/1404.21	c      1404         495773      483860        20                -           0.0000          -
27888.09/1409.26	c      1409         825234      760830        20                -           0.0000          -
27989.09/1414.31	c      1414         499699      487742        20                -           0.0000          -
28088.08/1419.36	c      1419         501469      489512        20                -           0.0000          -
28189.08/1424.41	c      1424         503401      491432        20                -           0.0000          -
28288.09/1429.42	c      1429         505333      493322        20                -           0.0000          -
28387.04/1434.47	c      1434         507158      495131        20                -           0.0000          -
28488.10/1439.56	c      1440         509245      497145        20                -           0.0000          -
28589.16/1444.61	c      1445         511091      498983        20                -           0.0000          -
28688.17/1449.66	c      1450         513027      500915        20                -           0.0000          -
28789.31/1454.71	c      1455         849369      782347        20                -           0.0000          -
28888.33/1459.74	c      1460         516998      504857        20                -           0.0000          -
28987.34/1464.77	c      1465         547363      523065        20                -           0.0000          -
29088.21/1469.81	c      1470         549389      524986        20                -           0.0000          -
29189.18/1474.91	c      1475         550996      526593        20                -           0.0000          -
29288.26/1479.96	c      1480         552739      528288        20                -           0.0000          -
29387.27/1484.98	c      1485         554881      530326        20                -           0.0000          -
29486.30/1489.99	c      1490         556669      532096        20                -           0.0000          -
29588.02/1495.04	c      1495         558732      534138        20                -           0.0000          -
29686.96/1500.11	c      1500         872542      804659        20                -           0.0000          -
29787.99/1505.17	c      1505         875114      807090        20                -           0.0000          -
29888.38/1510.23	c      1510         563788      539156        20                -           0.0000          -
29987.45/1515.28	c      1515         565665      541033        20                -           0.0000          -
30088.45/1520.34	c      1520        6456370          78        20                -           0.0000          -
30187.54/1525.36	c      1525         885112      816725        20                -           0.0000          -
30288.60/1530.41	c      1530         887797      819410        20                -           0.0000          -
30387.58/1535.48	c      1535        6526685          79        20                -           0.0000          -
30488.58/1540.51	c      1541        6549060          77        20                -           0.0000          -
30587.62/1545.57	c      1546        6574169          82        20                -           0.0000          -
30688.41/1550.64	c      1551         898179      828973        20                -           0.0000          -
30787.34/1555.68	c      1556         900736      831439        20                -           0.0000          -
30888.28/1560.71	c      1561        6647455          82        20                -           0.0000          -
30989.31/1565.81	c      1566        6669147          79        20                -           0.0000          -
31088.41/1570.86	c      1571        6696573          85        20                -           0.0000          -
31187.51/1575.89	c      1576        6721542          82        20                -           0.0000          -
31288.40/1580.96	c      1581        6749604          81        20                -           0.0000          -
31387.31/1586.01	c      1586        6775916          78        20                -           0.0000          -
31488.96/1591.06	c      1591         918271      848235        20                -           0.0000          -
31588.09/1596.11	c      1596        6829108          78        20                -           0.0000          -
31689.02/1601.16	c      1601        6854616          83        20                -           0.0000          -
31787.47/1606.17	c      1606        6875122          81        20                -           0.0000          -
31887.91/1611.26	c      1611         928664      858406        20                -           0.0000          -
31986.87/1616.29	c      1616         931241      860768        20                -           0.0000          -
32085.96/1621.29	c      1621         933809      863277        20                -           0.0000          -
32186.99/1626.35	c      1626         936092      865444        20                -           0.0000          -
32285.96/1631.38	c      1631         938850      868202        20                -           0.0000          -
32386.68/1636.50	c      1636         941292      870617        20                -           0.0000          -
32487.73/1641.56	c      1642         943702      872986        20                -           0.0000          -
32588.75/1646.61	c      1647        7060313          83        20                -           0.0000          -
32687.64/1651.66	c      1652        7085465          81        20                -           0.0000          -
32788.61/1656.71	c      1657        7107138          80        20                -           0.0000          -
32887.66/1661.76	c      1662        7132441          80        20                -           0.0000          -
32988.74/1666.81	c      1667         955471      884420        20                -           0.0000          -
33087.34/1671.86	c      1672        7178107          84        20                -           0.0000          -
33186.23/1676.89	c      1677        7200155          85        20                -           0.0000          -
33287.23/1681.92	c      1682         962737      891665        20                -           0.0000          -
33386.24/1686.93	c      1687        7244285          79        20                -           0.0000          -
33485.28/1692.01	c      1692        7269081          83        20                -           0.0000          -
33586.97/1697.09	c      1697        7293697          81        20                -           0.0000          -
33688.08/1702.16	c      1702        7314752          80        20                -           0.0000          -
33788.48/1707.21	c      1707         640768      613614        20                -           0.0000          -
33887.55/1712.26	c      1712         642793      615545        20                -           0.0000          -
33988.56/1717.31	c      1717         644813      617531        20                -           0.0000          -
34087.54/1722.36	c      1722         646904      619579        20                -           0.0000          -
34188.58/1727.41	c      1727         648969      621597        20                -           0.0000          -
34287.53/1732.46	c      1732         986379      914847        20                -           0.0000          -
34386.58/1737.48	c      1737         626007      612634        20                -           0.0000          -
34485.53/1742.49	c      1742         627939      614547        20                -           0.0000          -
34586.28/1747.51	c      1748         993611      921921        20                -           0.0000          -
34687.07/1752.61	c      1753         995837      924118        20                -           0.0000          -
34785.79/1757.69	c      1758         998300      926535        20                -           0.0000          -
34886.47/1762.74	c      1763         636658      623115        20                -           0.0000          -
34987.37/1767.81	c      1768         638793      625225        20                -           0.0000          -
35086.27/1772.86	c      1773         640853      627206        20                -           0.0000          -
35187.28/1777.91	c      1778         642659      629012        20                -           0.0000          -
35286.35/1782.96	c      1783        1010624      938455        20                -           0.0000          -
35385.46/1788.01	c      1788        1013215      940780        20                -           0.0000          -
35484.46/1793.03	c      1793         648893      634990        20                -           0.0000          -
35586.08/1798.08	c      1798         651028      637100        20                -           0.0000          -
35686.97/1803.13	c      1803         653278      639274        20                -           0.0000          -
35786.25/1808.18	c      1808         655413      641355        20                -           0.0000          -
35886.38/1813.25	c      1813         657379      643294        20                -           0.0000          -
35985.41/1818.28	c      1818         659693      645545        20                -           0.0000          -
36086.43/1823.34	c      1823         661931      647683        20                -           0.0000          -
36187.26/1828.41	c      1828        1031534      958471        20                -           0.0000          -
36286.26/1833.41	c      1833         666059      651754        20                -           0.0000          -
36387.45/1838.51	c      1839         668176      653787        20                -           0.0000          -
36486.19/1843.56	c      1844        1038606      965441        20                -           0.0000          -
36587.06/1848.61	c      1849        7937832          85        20                -           0.0000          -
36686.02/1853.64	c      1854        7957933          88        20                -           0.0000          -
36787.03/1858.71	c      1859        7978854          84        20                -           0.0000          -
36886.12/1863.76	c      1864        1048321      974694        20                -           0.0000          -
36987.15/1868.81	c      1869        8015005          83        20                -           0.0000          -
37086.23/1873.86	c      1874        1053297      979414        20                -           0.0000          -
37187.28/1878.91	c      1879        1055472      981509        20                -           0.0000          -
37286.36/1883.94	c      1884        8075655          82        20                -           0.0000          -
37385.29/1888.98	c      1889         709754      681094        20                -           0.0000          -
37484.13/1894.03	c      1894        1062278      988264        20                -           0.0000          -
37585.81/1899.11	c      1899         713561      684831        20                -           0.0000          -
37686.81/1904.16	c      1904         715592      686763        20                -           0.0000          -
37785.73/1909.19	c      1909         717554      688668        20                -           0.0000          -
37885.97/1914.20	c      1914         719541      690580        20                -           0.0000          -
37986.74/1919.31	c      1919         721619      692604        20                -           0.0000          -
38085.82/1924.36	c      1924         723717      694624        20                -           0.0000          -
38186.80/1929.41	c      1929        1078532     1004337        20                -           0.0000          -
38285.74/1934.46	c      1934         727452      698356        20                -           0.0000          -
38384.73/1939.48	c      1939         729200      700104        20                -           0.0000          -
38485.70/1944.56	c      1945         731027      701918        20                -           0.0000          -
38586.79/1949.61	c      1950         732816      703703        20                -           0.0000          -
38685.89/1954.66	c      1955         734693      705546        20                -           0.0000          -
38786.92/1959.71	c      1960        8361011          83        20                -           0.0000          -
38885.89/1964.76	c      1965        1094302     1020020        20                -           0.0000          -
38984.87/1969.78	c      1970        8401515          80        20                -           0.0000          -
39085.68/1974.80	c      1975        8422224          82        20                -           0.0000          -
39186.77/1979.91	c      1980        8443695          83        20                -           0.0000          -
39285.75/1984.96	c      1985        8463584          80        20                -           0.0000          -
39384.79/1989.99	c      1990        1105001     1030608        20                -           0.0000          -
39486.44/1995.03	c      1995        8503884          82        20                -           0.0000          -
39585.55/2000.06	c      2000        8525337          82        20                -           0.0000          -
39684.57/2005.12	c      2005        8546639          82        20                -           0.0000          -
39785.56/2010.18	c      2010        8567411          84        20                -           0.0000          -
39885.73/2015.26	c      2015        8589734          84        20                -           0.0000          -
39986.77/2020.31	c      2020        1118007     1043111        20                -           0.0000          -
40085.82/2025.36	c      2025        8633838          81        20                -           0.0000          -
40186.86/2030.41	c      2030        1122416     1047376        20                -           0.0000          -
40285.65/2035.46	c      2035        8675499          82        20                -           0.0000          -
40386.75/2040.51	c      2041        8695375          81        20                -           0.0000          -
40485.81/2045.56	c      2046        8716298          82        20                -           0.0000          -
40586.82/2050.60	c      2051        8736980          77        20                -           0.0000          -
40685.76/2055.63	c      2056        8759878          79        20                -           0.0000          -
40784.84/2060.68	c      2061        8779439          82        20                -           0.0000          -
40885.90/2065.75	c      2066        8798638          82        20                -           0.0000          -
40986.90/2070.80	c      2071         763107      746775        20                -           0.0000          -
41085.95/2075.85	c      2076         765358      748985        20                -           0.0000          -
41185.02/2080.86	c      2081         767475      751090        20                -           0.0000          -
41286.05/2085.90	c      2086         769567      753136        20                -           0.0000          -
41385.04/2090.90	c      2091         771794      755328        20                -           0.0000          -
41483.90/2095.93	c      2096         773956      757455        20                -           0.0000          -
41582.91/2100.93	c      2101         776122      759583        20                -           0.0000          -
41681.77/2105.99	c      2106        1155735     1079076        20                -           0.0000          -
41783.16/2111.05	c      2111        1158094     1081435        20                -           0.0000          -
41882.16/2116.10	c      2116        1160194     1083511        20                -           0.0000          -
41983.33/2121.15	c      2121         784382      767687        20                -           0.0000          -
42083.79/2126.20	c      2126         786709      769936        20                -           0.0000          -
42182.85/2131.28	c      2131        1167136     1090209        20                -           0.0000          -
42283.72/2136.33	c      2136        1168761     1091791        20                -           0.0000          -
42382.84/2141.38	c      2141        1170851     1093873        20                -           0.0000          -
42483.83/2146.43	c      2146         795283      778340        20                -           0.0000          -
42584.72/2151.50	c      2152        1175049     1098002        20                -           0.0000          -
42683.64/2156.50	c      2157         819402      786469        20                -           0.0000          -
42784.68/2161.67	c      2162         801960      784787        20                -           0.0000          -
42885.65/2166.74	c      2167         804001      786766        20                -           0.0000          -
42984.41/2171.80	c      2172        1184035     1106292        20                -           0.0000          -
43085.34/2176.85	c      2177         827865      794424        20                -           0.0000          -
43186.38/2181.90	c      2182         830025      796482        20                -           0.0000          -
43285.46/2186.95	c      2187        1190271     1112516        20                -           0.0000          -
43384.48/2192.00	c      2192         834773      800799        20                -           0.0000          -
43485.97/2197.05	c      2197         837083      803015        20                -           0.0000          -
43585.37/2202.10	c      2202         839178      805042        20                -           0.0000          -
43684.41/2207.13	c      2207         841469      807250        20                -           0.0000          -
43785.22/2212.20	c      2212         843633      809359        20                -           0.0000          -
43885.62/2217.25	c      2217        1203402     1125243        20                -           0.0000          -
43984.58/2222.29	c      2222        1205785     1127504        20                -           0.0000          -
44085.79/2227.33	c      2227         849764      815336        20                -           0.0000          -
44186.63/2232.40	c      2232         851631      817203        20                -           0.0000          -
44285.68/2237.45	c      2237        9504852          80        20                -           0.0000          -
44386.49/2242.50	c      2243        9525721          78        20                -           0.0000          -
44485.44/2247.52	c      2248        9546201          82        20                -           0.0000          -
44584.48/2252.56	c      2253        1219037     1140164        20                -           0.0000          -
44683.44/2257.58	c      2258        9591606          82        20                -           0.0000          -
44784.53/2262.61	c      2263        1223566     1144571        20                -           0.0000          -
44883.45/2267.66	c      2268        9629138          80        20                -           0.0000          -
44984.23/2272.73	c      2273        9649400          80        20                -           0.0000          -
45085.32/2277.83	c      2278        1229534     1150201        20                -           0.0000          -
45184.02/2282.89	c      2283        9689427          82        20                -           0.0000          -
45285.06/2287.95	c      2288        9710821          82        20                -           0.0000          -
45383.87/2293.00	c      2293        1236399     1156700        20                -           0.0000          -
45485.41/2298.05	c      2298        9752783          82        20                -           0.0000          -
45584.64/2303.10	c      2303        1240612     1160810        20                -           0.0000          -
45685.48/2308.15	c      2308        9788975          82        20                -           0.0000          -
45784.66/2313.19	c      2313        9808741          78        20                -           0.0000          -
45884.96/2318.24	c      2318        1247453     1166957        20                -           0.0000          -
45985.88/2323.30	c      2323        9850376          83        20                -           0.0000          -
46084.74/2328.35	c      2328        9869148          81        20                -           0.0000          -
46185.68/2333.40	c      2333        1253453     1172557        20                -           0.0000          -
46284.76/2338.45	c      2338        9913484          86        20                -           0.0000          -
46383.78/2343.46	c      2343        9935172          80        20                -           0.0000          -
46484.78/2348.54	c      2349        9957604          85        20                -           0.0000          -
46585.65/2353.60	c      2354         879334      860192        20                -           0.0000          -
46684.61/2358.65	c      2359         881359      862160        20                -           0.0000          -
46783.70/2363.66	c      2364         883365      864104        20                -           0.0000          -
46882.55/2368.67	c      2369         885613      866259        20                -           0.0000          -
46983.47/2373.77	c      2374         887588      868218        20                -           0.0000          -
47084.30/2378.83	c      2379        1272955     1191381        20                -           0.0000          -
47183.13/2383.89	c      2384         891851      872350        20                -           0.0000          -
47283.98/2388.94	c      2389         893992      874422        20                -           0.0000          -
47382.76/2393.99	c      2394         895922      876340        20                -           0.0000          -
47484.26/2399.05	c      2399         897920      878306        20                -           0.0000          -
47583.20/2404.10	c      2404        1283471     1201630        20                -           0.0000          -
47684.20/2409.15	c      2409         902475      882686        20                -           0.0000          -
47783.41/2414.17	c      2414         904680      884785        20                -           0.0000          -
47883.59/2419.22	c      2419         906805      886900        20                -           0.0000          -
47982.55/2424.29	c      2424         908971      888979        20                -           0.0000          -
48083.53/2429.32	c      2429         934235      896073        20                -           0.0000          -
48182.59/2434.38	c      2434        1297620     1214099        20                -           0.0000          -
48283.63/2439.45	c      2439        1299191     1215553        20                -           0.0000          -
48384.66/2444.50	c      2445         940726      902151        20                -           0.0000          -
48483.64/2449.52	c      2450         942934      904259        20                -           0.0000          -
48582.39/2454.56	c      2455         945095      906308        20                -           0.0000          -
48683.49/2459.61	c      2460        1307741     1223271        20                -           0.0000          -
48782.59/2464.68	c      2465         949395      910427        20                -           0.0000          -
48883.68/2469.75	c      2470         951376      912374        20                -           0.0000          -
48984.48/2474.80	c      2475         953877      914593        20                -           0.0000          -
49083.56/2479.83	c      2480         955738      916451        20                -           0.0000          -
49182.65/2484.89	c      2485        1318982     1233281        20                -           0.0000          -
49283.76/2489.94	c      2490        1321464     1235292        20                -           0.0000          -
49382.86/2494.99	c      2495       10553197          80        20                -           0.0000          -
49484.83/2500.05	c      2500       10574777          80        20                -           0.0000          -
49583.64/2505.10	c      2505        1328213     1240806        20                -           0.0000          -
49684.94/2510.15	c      2510       10609060          80        20                -           0.0000          -
49783.46/2515.17	c      2515       10627236          77        20                -           0.0000          -
49884.01/2520.25	c      2520       10646146          77        20                -           0.0000          -
49982.95/2525.29	c      2525        1337023     1249000        20                -           0.0000          -
50083.76/2530.34	c      2530        1339031     1251008        20                -           0.0000          -
50182.71/2535.39	c      2535       10699832          82        20                -           0.0000          -
50283.65/2540.43	c      2540        1343314     1255236        20                -           0.0000          -
50382.63/2545.49	c      2545       10739773          79        20                -           0.0000          -
50483.82/2550.55	c      2551        1347221     1258840        20                -           0.0000          -
50582.92/2555.59	c      2556       10782920          79        20                -           0.0000          -
50683.84/2560.65	c      2561       10803783          80        20                -           0.0000          -
50784.91/2565.70	c      2566        1353806     1265043        20                -           0.0000          -
50884.01/2570.75	c      2571       10843106          80        20                -           0.0000          -
50984.88/2575.80	c      2576       10863535          83        20                -           0.0000          -
51084.00/2580.85	c      2581       10884020          79        20                -           0.0000          -
51185.07/2585.90	c      2586       10905191          81        20                -           0.0000          -
51283.95/2590.95	c      2591        1364467     1274976        20                -           0.0000          -
51382.96/2595.99	c      2596       10942618          81        20                -           0.0000          -
51484.58/2601.05	c      2601        1368508     1278792        20                -           0.0000          -
51583.58/2606.10	c      2606       10983182          85        20                -           0.0000          -
51684.73/2611.15	c      2611       11001964          78        20                -           0.0000          -
51783.82/2616.17	c      2616        1374477     1284589        20                -           0.0000          -
51884.19/2621.25	c      2621       11044983          80        20                -           0.0000          -
51983.28/2626.29	c      2626       11066049          80        20                -           0.0000          -
52084.11/2631.35	c      2631       11086225          81        20                -           0.0000          -
52184.82/2636.41	c      2636       11107623          80        20                -           0.0000          -
52283.77/2641.45	c      2641       11126035          78        20                -           0.0000          -
52382.91/2646.50	c      2647        1387393     1296571        20                -           0.0000          -
52483.84/2651.55	c      2652        1389456     1298616        20                -           0.0000          -
52584.66/2656.60	c      2657        1391308     1300146        20                -           0.0000          -
52683.75/2661.63	c      2662       11212738          79        20                -           0.0000          -
52782.87/2666.64	c      2667        1395322     1303732        20                -           0.0000          -
52881.94/2671.66	c      2672        1008541      986743        20                -           0.0000          -
52983.05/2676.73	c      2677       11268578          78        20                -           0.0000          -
53082.15/2681.79	c      2682       11287454          84        20                -           0.0000          -
53183.25/2686.85	c      2687       11308416          79        20                -           0.0000          -
53284.18/2691.91	c      2692        1017151      995112        20                -           0.0000          -
53383.11/2696.97	c      2697       11348733          83        20                -           0.0000          -
53482.07/2701.97	c      2702        1021477      999319        20                -           0.0000          -
53581.14/2706.99	c      2707        1051160     1008197        20                -           0.0000          -
53682.67/2712.05	c      2712        1053054     1010067        20                -           0.0000          -
53781.86/2717.05	c      2717        1055354     1012227        20                -           0.0000          -
53882.58/2722.13	c      2722        1057300     1014161        20                -           0.0000          -
53981.91/2727.18	c      2727        1031457     1009183        20                -           0.0000          -
54081.96/2732.25	c      2732        1033608     1011216        20                -           0.0000          -
54183.07/2737.32	c      2737        1063820     1020425        20                -           0.0000          -
54284.07/2742.42	c      2742        1066177     1022683        20                -           0.0000          -
54383.02/2747.47	c      2747        1427614     1335163        20                -           0.0000          -
54483.76/2752.52	c      2753        1042163     1019429        20                -           0.0000          -
54584.74/2757.60	c      2758        1044099     1021347        20                -           0.0000          -
54683.67/2762.65	c      2763        1433743     1341183        20                -           0.0000          -
54784.66/2767.70	c      2768        1048383     1025446        20                -           0.0000          -
54883.65/2772.75	c      2773        1079086     1035100        20                -           0.0000          -
54984.77/2777.80	c      2778        1052889     1029775        20                -           0.0000          -
55083.90/2782.85	c      2783        1083180     1039029        20                -           0.0000          -
55184.94/2787.90	c      2788        1085416     1041175        20                -           0.0000          -
55284.04/2792.95	c      2793        1059446     1035989        20                -           0.0000          -
55383.14/2798.00	c      2798       11761974          83        20                -           0.0000          -
55482.12/2803.03	c      2803        1450434     1357457        20                -           0.0000          -
55583.77/2808.06	c      2808        1452651     1359408        20                -           0.0000          -
55684.80/2813.15	c      2813       11821418          85        20                -           0.0000          -
55785.18/2818.20	c      2818        1456246     1363003        20                -           0.0000          -
55884.29/2823.22	c      2823       11864421          84        20                -           0.0000          -
55983.29/2828.29	c      2828        1460134     1366796        20                -           0.0000          -
56084.22/2833.35	c      2833       11903855          85        20                -           0.0000          -
56185.18/2838.40	c      2838       11922738          83        20                -           0.0000          -
56284.26/2843.45	c      2843       11940362          83        20                -           0.0000          -
56385.02/2848.50	c      2849       11959384          86        20                -           0.0000          -
56483.91/2853.53	c      2854        1469971     1376426        20                -           0.0000          -
56582.75/2858.56	c      2859       12001927          82        20                -           0.0000          -
56683.72/2863.61	c      2864       12023560          79        20                -           0.0000          -
56784.84/2868.70	c      2869       12046420          79        20                -           0.0000          -
56883.81/2873.75	c      2874       12070399          85        20                -           0.0000          -
56982.92/2878.80	c      2879       12093605          81        20                -           0.0000          -
57084.02/2883.81	c      2884       12115742          78        20                -           0.0000          -
57185.10/2888.90	c      2889       12135085          76        20                -           0.0000          -
57283.94/2893.91	c      2894       12157161          85        20                -           0.0000          -
57382.92/2898.93	c      2899       12177990          83        20                -           0.0000          -
57481.65/2903.97	c      2904        1489891     1395450        20                -           0.0000          -
57583.26/2909.06	c      2909        1491878     1397415        20                -           0.0000          -
57682.10/2914.10	c      2914       12238173          80        20                -           0.0000          -
57784.18/2919.20	c      2919       12256671          81        20                -           0.0000          -
57883.25/2924.25	c      2924        1497377     1402792        20                -           0.0000          -
57984.23/2929.30	c      2929       12295366          80        20                -           0.0000          -
58083.18/2934.34	c      2934        1501891     1407161        20                -           0.0000          -
58182.23/2939.34	c      2939       12332501          83        20                -           0.0000          -
58283.08/2944.41	c      2944       12351985          82        20                -           0.0000          -
58382.05/2949.48	c      2949        1507601     1412695        20                -           0.0000          -
58482.87/2954.55	c      2955       12391066          79        20                -           0.0000          -
58583.97/2959.60	c      2960       12410481          79        20                -           0.0000          -
58682.82/2964.65	c      2965       12427228          81        20                -           0.0000          -
58783.88/2969.70	c      2970       12446669          77        20                -           0.0000          -
58882.99/2974.75	c      2975        1517731     1422458        20                -           0.0000          -
58984.08/2979.80	c      2980       12480569          80        20                -           0.0000          -
59083.10/2984.85	c      2985        1521537     1426070        20                -           0.0000          -
59182.16/2989.86	c      2990       12517247          82        20                -           0.0000          -
59281.18/2994.87	c      2995        1171007     1123301        20                -           0.0000          -
59380.35/2999.88	c      3000        1173143     1125319        20                -           0.0000          -
59481.33/3004.93	c      3005        1529844     1433976        20                -           0.0000          -
59580.46/3009.99	c      3010        1531824     1435908        20                -           0.0000          -
59682.00/3015.11	c      3015        1533818     1437862        20                -           0.0000          -
59784.39/3020.20	c      3020        1181059     1133117        20                -           0.0000          -
59883.51/3025.25	c      3025        1183273     1135237        20                -           0.0000          -
59984.63/3030.30	c      3030        1185746     1137563        20                -           0.0000          -
60083.70/3035.35	c      3035        1541323     1445014        20                -           0.0000          -
60182.78/3040.37	c      3040        1189704     1141476        20                -           0.0000          -
60281.83/3045.38	c      3045        1191761     1143459        20                -           0.0000          -
60382.96/3050.44	c      3050        1193777     1145371        20                -           0.0000          -
60483.95/3055.50	c      3056        1170146     1143033        20                -           0.0000          -
60583.09/3060.52	c      3061        1550967     1454368        20                -           0.0000          -
60682.23/3065.54	c      3066        1173513     1146400        20                -           0.0000          -
60783.34/3070.61	c      3071        1175606     1148450        20                -           0.0000          -
60884.41/3075.70	c      3076        1177487     1150301        20                -           0.0000          -
60985.39/3080.80	c      3081        1179367     1152173        20                -           0.0000          -
61084.20/3085.85	c      3086        1181373     1154177        20                -           0.0000          -
61185.10/3090.90	c      3091        1183474     1156269        20                -           0.0000          -
61283.95/3095.95	c      3096        1185435     1158224        20                -           0.0000          -
61383.03/3101.00	c      3101        1187430     1160219        20                -           0.0000          -
61484.94/3106.05	c      3106        1568781     1471829        20                -           0.0000          -
61584.10/3111.07	c      3111        1191183     1163968        20                -           0.0000          -
61684.84/3116.15	c      3116        1572551     1475439        20                -           0.0000          -
61783.85/3121.18	c      3121        1194896     1167659        20                -           0.0000          -
61884.34/3126.21	c      3126        1576636     1479376        20                -           0.0000          -
61985.38/3131.30	c      3131        1578384     1481091        20                -           0.0000          -
62084.45/3136.35	c      3136        1200453     1173216        20                -           0.0000          -
62185.45/3141.40	c      3141        1582124     1484831        20                -           0.0000          -
62284.41/3146.45	c      3146        1584145     1486852        20                -           0.0000          -
62385.49/3151.50	c      3152        1585872     1488579        20                -           0.0000          -
62484.58/3156.55	c      3157       13193728          78        20                -           0.0000          -
62585.65/3161.60	c      3162       13214393          85        20                -           0.0000          -
62684.51/3166.62	c      3167       13235145          81        20                -           0.0000          -
62783.25/3171.64	c      3172        1237706     1188677        20                -           0.0000          -
62882.38/3176.67	c      3177        1239373     1190344        20                -           0.0000          -
62981.45/3181.69	c      3182        1241070     1192041        20                -           0.0000          -
63082.40/3186.71	c      3187        1598764     1501224        20                -           0.0000          -
63181.42/3191.76	c      3192        1244459     1195428        20                -           0.0000          -
63280.15/3196.80	c      3197        1602907     1505209        20                -           0.0000          -
63381.24/3201.87	c      3202        1604555     1506844        20                -           0.0000          -
63482.33/3206.91	c      3207        1606703     1508933        20                -           0.0000          -
63581.43/3211.91	c      3212       13427337          80        20                -           0.0000          -
63680.56/3216.97	c      3217        1610121     1512193        20                -           0.0000          -
63782.40/3222.08	c      3222        1612207     1514238        20                -           0.0000          -
63883.33/3227.18	c      3227       13489887          84        20                -           0.0000          -
63983.70/3232.25	c      3232        1615787     1517818        20                -           0.0000          -
64084.73/3237.32	c      3237       13533478          78        20                -           0.0000          -
64183.83/3242.39	c      3242        1619840     1521865        20                -           0.0000          -
64284.94/3247.44	c      3247        1621896     1523845        20                -           0.0000          -
64385.77/3252.50	c      3253       13601071          85        20                -           0.0000          -
64484.83/3257.55	c      3258       13624428          85        20                -           0.0000          -
64585.84/3262.60	c      3263       13647642          87        20                -           0.0000          -
64684.75/3267.65	c      3268        1629011     1530858        20                -           0.0000          -
64785.72/3272.70	c      3273       13692015          78        20                -           0.0000          -
64884.85/3277.75	c      3278       13718733          80        20                -           0.0000          -
64985.94/3282.80	c      3283       13741759          81        20                -           0.0000          -
65085.09/3287.85	c      3288        1636801     1538077        20                -           0.0000          -
65186.03/3292.90	c      3293       13783432          79        20                -           0.0000          -
65285.12/3297.92	c      3298        1640763     1541801        20                -           0.0000          -
65384.21/3302.94	c      3303       13827166          82        20                -           0.0000          -
65483.31/3307.95	c      3308       13846095          76        20                -           0.0000          -
65582.36/3313.03	c      3313        1646786     1547699        20                -           0.0000          -
65684.12/3318.07	c      3318       13885401          80        20                -           0.0000          -
65785.10/3323.15	c      3323        1293508     1243497        20                -           0.0000          -
65885.34/3328.24	c      3328       13923436          83        20                -           0.0000          -
65984.12/3333.29	c      3333       13941498          80        20                -           0.0000          -
66085.08/3338.34	c      3338       13960522          77        20                -           0.0000          -
66184.08/3343.39	c      3343       13981969          77        20                -           0.0000          -
66285.30/3348.43	c      3348        1304265     1253700        20                -           0.0000          -
66385.90/3353.50	c      3354        1306215     1255629        20                -           0.0000          -
66485.10/3358.55	c      3359        1308237     1257578        20                -           0.0000          -
66585.99/3363.60	c      3364        1310375     1259649        20                -           0.0000          -
66685.05/3368.65	c      3369        1666855     1567760        20                -           0.0000          -
66786.05/3373.70	c      3374        1314667     1263738        20                -           0.0000          -
66884.87/3378.73	c      3379        1316588     1265644        20                -           0.0000          -
66983.78/3383.77	c      3384        1307481     1275778        20                -           0.0000          -
67084.90/3388.83	c      3389        1309741     1277948        20                -           0.0000          -
67185.95/3393.90	c      3394        1311889     1280053        20                -           0.0000          -
67285.00/3398.94	c      3399        1313993     1282145        20                -           0.0000          -
67383.89/3403.99	c      3404        1679873     1580074        20                -           0.0000          -
67482.65/3409.02	c      3409        1318419     1286410        20                -           0.0000          -
67584.31/3414.10	c      3414        1320765     1288622        20                -           0.0000          -
67685.48/3419.15	c      3419        1322832     1290662        20                -           0.0000          -
67785.76/3424.20	c      3424        1687096     1587057        20                -           0.0000          -
67884.79/3429.25	c      3429        1327094     1294693        20                -           0.0000          -
67985.81/3434.30	c      3434        1329392     1296852        20                -           0.0000          -
68084.71/3439.35	c      3439        1331701     1299080        20                -           0.0000          -
68185.72/3444.40	c      3444        1333836     1301174        20                -           0.0000          -
68284.78/3449.45	c      3449        1335694     1303023        20                -           0.0000          -
68383.86/3454.50	c      3455        1337874     1305150        20                -           0.0000          -
68484.94/3459.55	c      3460        1700213     1599555        20                -           0.0000          -
68585.84/3464.60	c      3465        1702129     1601377        20                -           0.0000          -
68684.91/3469.61	c      3470        1344223     1311253        20                -           0.0000          -
68783.92/3474.67	c      3475        1346206     1313218        20                -           0.0000          -
68884.80/3479.74	c      3480        1348344     1315257        20                -           0.0000          -
68985.82/3484.80	c      3485        1708986     1607968        20                -           0.0000          -
69084.89/3489.85	c      3490       14621883          78        20                -           0.0000          -
69186.00/3494.90	c      3495        1712711     1611630        20                -           0.0000          -
69285.06/3499.95	c      3500       14664029          80        20                -           0.0000          -
69384.07/3504.97	c      3505       14686239          76        20                -           0.0000          -
69483.11/3510.02	c      3510       14708457          79        20                -           0.0000          -
69584.71/3515.10	c      3515       14728490          76        20                -           0.0000          -
69683.83/3520.12	c      3520       14747614          78        20                -           0.0000          -
69786.27/3525.20	c      3525        1723585     1622196        20                -           0.0000          -
69885.33/3530.25	c      3530        1725391     1623996        20                -           0.0000          -
69984.39/3535.28	c      3535       14814253          76        20                -           0.0000          -
70083.33/3540.28	c      3540        1729213     1627708        20                -           0.0000          -
70184.45/3545.32	c      3545       14855572          78        20                -           0.0000          -
70283.52/3550.33	c      3550        1733113     1631305        20                -           0.0000          -
70382.63/3555.37	c      3555       14898102          78        20                -           0.0000          -
70481.75/3560.39	c      3560       14917171          77        20                -           0.0000          -
70582.74/3565.45	c      3565        1738585     1636477        20                -           0.0000          -
70681.81/3570.45	c      3570        1395416     1341274        20                -           0.0000          -
70782.82/3575.50	c      3576        1397336     1343167        20                -           0.0000          -
70881.88/3580.53	c      3581        1399218     1345037        20                -           0.0000          -
70982.91/3585.61	c      3586        1401145     1346938        20                -           0.0000          -
71082.02/3590.61	c      3591        1403074     1348805        20                -           0.0000          -
71181.05/3595.65	c      3596        1404923     1350651        20                -           0.0000          -
71280.12/3600.66	c      3601        1406551     1352279        20                -           0.0000          -
71381.17/3605.70	c      3606        1400255     1366085        20                -           0.0000          -
71480.19/3610.75	c      3611       17001963          78        20                -           0.0000          -
71581.27/3615.81	c      3616        1757926     1655359        20                -           0.0000          -
71680.33/3620.86	c      3621        1406022     1371826        20                -           0.0000          -
71781.43/3625.91	c      3626        1408132     1373930        20                -           0.0000          -
71880.37/3630.96	c      3631        1410124     1375922        20                -           0.0000          -
71979.39/3636.01	c      3636        1765214     1662316        20                -           0.0000          -

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 (169954 MiB free)
  memory of node 1: 193531 MiB (170244 MiB free)
  memory of node 2: 193531 MiB (173434 MiB free)
  memory of node 3: 193531 MiB (175341 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-4467865-1723249945/watcher-4467865-1723249945 -o /tmp/evaluation-result-4467865-1723249945/solver-4467865-1723249945 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723249684-556441 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467865-1723249945.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100094 s]*
/proc/loadavg: 71.40 46.43 42.94 81/1031 557554
/proc/meminfo: memFree=705410500/790760804 swapFree=131071996/131071996
[pid=557513] ppid=557510 vsize=1666532 memory=126252 CPUtime=0.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/stat : 557513 (fscip) S 557510 557513 556428 0 -1 1077936128 27580 0 0 0 45 33 0 0 20 0 41 0 91577100 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 17 75 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
/proc/557513/statm: 416633 31563 2966 3035 0 116909 0
[pid=557513/tid=557515] ppid=557510 vsize=1666532 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557515/stat : 557515 (fscip) D 557510 557513 556428 0 -1 4194368 1410 0 0 0 3 0 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557516] ppid=557510 vsize=1666532 memory=-6657839127270177644 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557516/stat : 557516 (fscip) D 557510 557513 556428 0 -1 4194368 1235 0 0 0 1 2 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557517] ppid=557510 vsize=1666532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557517/stat : 557517 (fscip) D 557510 557513 556428 0 -1 4194368 1227 0 0 0 1 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557518] ppid=557510 vsize=1666532 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557518/stat : 557518 (fscip) D 557510 557513 556428 0 -1 4194368 1372 0 0 0 3 0 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557519] ppid=557510 vsize=1666532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557519/stat : 557519 (fscip) D 557510 557513 556428 0 -1 4194368 1263 0 0 0 1 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557520] ppid=557510 vsize=1666532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557520/stat : 557520 (fscip) D 557510 557513 556428 0 -1 4194368 1215 0 0 0 1 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557521] ppid=557510 vsize=1666532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557521/stat : 557521 (fscip) D 557510 557513 556428 0 -1 4194368 1275 0 0 0 1 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557522] ppid=557510 vsize=1666532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557522/stat : 557522 (fscip) D 557510 557513 556428 0 -1 4194368 1288 0 0 0 1 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557523] ppid=557510 vsize=1666532 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557523/stat : 557523 (fscip) R 557510 557513 556428 0 -1 4194368 1286 0 0 0 2 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557524] ppid=557510 vsize=1666532 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557524/stat : 557524 (fscip) R 557510 557513 556428 0 -1 4194368 1303 0 0 0 2 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557525] ppid=557510 vsize=1666532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557525/stat : 557525 (fscip) D 557510 557513 556428 0 -1 4194368 1229 0 0 0 1 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557526] ppid=557510 vsize=1666532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557526/stat : 557526 (fscip) R 557510 557513 556428 0 -1 4194368 1243 0 0 0 1 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557527] ppid=557510 vsize=1666532 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557527/stat : 557527 (fscip) R 557510 557513 556428 0 -1 4194368 1303 0 0 0 2 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557528] ppid=557510 vsize=1666532 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557528/stat : 557528 (fscip) D 557510 557513 556428 0 -1 4194368 1219 0 0 0 2 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557529] ppid=557510 vsize=1666532 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557529/stat : 557529 (fscip) D 557510 557513 556428 0 -1 4194368 1263 0 0 0 1 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557530] ppid=557510 vsize=1666532 memory=0 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557530/stat : 557530 (fscip) R 557510 557513 556428 0 -1 4194368 1303 0 0 0 2 2 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557531] ppid=557510 vsize=1666532 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557531/stat : 557531 (fscip) R 557510 557513 556428 0 -1 4194368 1307 0 0 0 2 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557532] ppid=557510 vsize=1666532 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557532/stat : 557532 (fscip) D 557510 557513 556428 0 -1 4194368 1247 0 0 0 1 2 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557533] ppid=557510 vsize=1666532 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557533/stat : 557533 (fscip) R 557510 557513 556428 0 -1 4194368 1326 0 0 0 2 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557534] ppid=557510 vsize=1666532 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557534/stat : 557534 (fscip) D 557510 557513 556428 0 -1 4194368 1321 0 0 0 2 1 0 0 20 0 41 0 91577102 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557535] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557535/stat : 557535 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557536] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557536/stat : 557536 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557537] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557537/stat : 557537 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557538] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557538/stat : 557538 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557539] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557539/stat : 557539 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557540] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557540/stat : 557540 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557541] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557541/stat : 557541 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557542] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557542/stat : 557542 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557543] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557543/stat : 557543 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557544] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557544/stat : 557544 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557545] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557545/stat : 557545 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557546] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557546/stat : 557546 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557547] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557547/stat : 557547 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557548] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557548/stat : 557548 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557549] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557549/stat : 557549 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557550] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557550/stat : 557550 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557551] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557551/stat : 557551 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557552] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557552/stat : 557552 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557553] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557553/stat : 557553 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557554] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557554/stat : 557554 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 31563 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 1666532 KiB
Current children cumulated memory: 126252 KiB

[startup+0.222438 s]*
/proc/loadavg: 71.40 46.43 42.94 81/1031 557554
/proc/meminfo: memFree=705291344/790760804 swapFree=131071996/131071996
[pid=557513] ppid=557510 vsize=1666532 memory=238952 CPUtime=3.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/stat : 557513 (fscip) S 557510 557513 556428 0 -1 1077936128 55741 0 0 0 269 46 0 0 20 0 41 0 91577100 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 17 75 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
/proc/557513/statm: 416633 59738 2966 3035 0 151231 0
[pid=557513/tid=557515] ppid=557510 vsize=1666532 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557515/stat : 557515 (fscip) R 557510 557513 556428 0 -1 4194368 2619 0 0 0 14 0 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557516] ppid=557510 vsize=1666532 memory=-6657839127270177644 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557516/stat : 557516 (fscip) R 557510 557513 556428 0 -1 4194368 2722 0 0 0 12 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557517] ppid=557510 vsize=1666532 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557517/stat : 557517 (fscip) R 557510 557513 556428 0 -1 4194368 2649 0 0 0 12 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557518] ppid=557510 vsize=1666532 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557518/stat : 557518 (fscip) R 557510 557513 556428 0 -1 4194368 2604 0 0 0 15 0 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557519] ppid=557510 vsize=1666532 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557519/stat : 557519 (fscip) R 557510 557513 556428 0 -1 4194368 2722 0 0 0 12 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557520] ppid=557510 vsize=1666532 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557520/stat : 557520 (fscip) R 557510 557513 556428 0 -1 4194368 2689 0 0 0 12 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557521] ppid=557510 vsize=1666532 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557521/stat : 557521 (fscip) R 557510 557513 556428 0 -1 4194368 2608 0 0 0 13 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557522] ppid=557510 vsize=1666532 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557522/stat : 557522 (fscip) R 557510 557513 556428 0 -1 4194368 2752 0 0 0 12 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557523] ppid=557510 vsize=1666532 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557523/stat : 557523 (fscip) R 557510 557513 556428 0 -1 4194368 3040 0 0 0 14 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557524] ppid=557510 vsize=1666532 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557524/stat : 557524 (fscip) R 557510 557513 556428 0 -1 4194368 2609 0 0 0 14 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557525] ppid=557510 vsize=1666532 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557525/stat : 557525 (fscip) R 557510 557513 556428 0 -1 4194368 2726 0 0 0 12 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557526] ppid=557510 vsize=1666532 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557526/stat : 557526 (fscip) R 557510 557513 556428 0 -1 4194368 2590 0 0 0 12 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557527] ppid=557510 vsize=1666532 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557527/stat : 557527 (fscip) R 557510 557513 556428 0 -1 4194368 2613 0 0 0 15 1 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557528] ppid=557510 vsize=1666532 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557528/stat : 557528 (fscip) R 557510 557513 556428 0 -1 4194368 2743 0 0 0 12 1 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557529] ppid=557510 vsize=1666532 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557529/stat : 557529 (fscip) R 557510 557513 556428 0 -1 4194368 2504 0 0 0 12 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557530] ppid=557510 vsize=1666532 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557530/stat : 557530 (fscip) R 557510 557513 556428 0 -1 4194368 2613 0 0 0 14 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557531] ppid=557510 vsize=1666532 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557531/stat : 557531 (fscip) R 557510 557513 556428 0 -1 4194368 2816 0 0 0 14 1 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557532] ppid=557510 vsize=1666532 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557532/stat : 557532 (fscip) R 557510 557513 556428 0 -1 4194368 2803 0 0 0 12 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557533] ppid=557510 vsize=1666532 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557533/stat : 557533 (fscip) R 557510 557513 556428 0 -1 4194368 2603 0 0 0 12 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557534] ppid=557510 vsize=1666532 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557534/stat : 557534 (fscip) R 557510 557513 556428 0 -1 4194368 2771 0 0 0 13 2 0 0 20 0 41 0 91577102 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557535] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557535/stat : 557535 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557536] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557536/stat : 557536 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557537] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557537/stat : 557537 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557538] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557538/stat : 557538 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557539] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557539/stat : 557539 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557540] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557540/stat : 557540 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557541] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557541/stat : 557541 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557542] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557542/stat : 557542 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557543] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557543/stat : 557543 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557544] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557544/stat : 557544 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557545] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557545/stat : 557545 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557546] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557546/stat : 557546 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557547] ppid=557510 vsize=1666532 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557547/stat : 557547 (fscip) S 557510 557513 556428 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91577107 1706528768 59738 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0

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

/proc/557513/task/557541/stat : 557541 (fscip) S 557510 557513 556428 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557542] ppid=557510 vsize=19921268 memory=7384 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557542/stat : 557542 (fscip) S 557510 557513 556428 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557543] ppid=557510 vsize=19921268 memory=18606432 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557543/stat : 557543 (fscip) S 557510 557513 556428 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557544] ppid=557510 vsize=19921268 memory=18601500 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557544/stat : 557544 (fscip) S 557510 557513 556428 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557545] ppid=557510 vsize=19921268 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557545/stat : 557545 (fscip) S 557510 557513 556428 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557546] ppid=557510 vsize=19921268 memory=18565088 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557546/stat : 557546 (fscip) S 557510 557513 556428 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557547] ppid=557510 vsize=19921268 memory=18634356 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557547/stat : 557547 (fscip) S 557510 557513 556428 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557548] ppid=557510 vsize=19921268 memory=18585152 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557548/stat : 557548 (fscip) S 557510 557513 556428 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557549] ppid=557510 vsize=19921268 memory=18623092 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557549/stat : 557549 (fscip) S 557510 557513 556428 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557550] ppid=557510 vsize=19921268 memory=18403880 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557550/stat : 557550 (fscip) S 557510 557513 556428 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557551] ppid=557510 vsize=19921268 memory=2804 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557551/stat : 557551 (fscip) S 557510 557513 556428 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557552] ppid=557510 vsize=19921268 memory=18630040 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557552/stat : 557552 (fscip) S 557510 557513 556428 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557553] ppid=557510 vsize=19921268 memory=11536 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557553/stat : 557553 (fscip) S 557510 557513 556428 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557554] ppid=557510 vsize=19921268 memory=30888 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557554/stat : 557554 (fscip) S 557510 557513 556428 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 91577107 20399378432 4666552 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
Current children cumulated CPU time: 70917.5 s
Current children cumulated vsize: 19921268 KiB
Current children cumulated memory: 18666208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637 s]*
/proc/loadavg: 80.29 80.29 79.69 81/1023 559755
/proc/meminfo: memFree=685451564/790760804 swapFree=131071996/131071996
[pid=557513] ppid=557510 vsize=20208448 memory=18902988 CPUtime=72001.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/stat : 557513 (fscip) S 557510 557513 556428 0 -1 1077936128 27949825 0 0 0 7167705 32468 0 0 20 0 41 0 91577100 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 17 19 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
/proc/557513/statm: 5052112 4725747 3030 3035 0 4875321 0
[pid=557513/tid=557515] ppid=557510 vsize=20208448 memory=6720667631928033125 CPUtime=3601.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557515/stat : 557515 (fscip) R 557510 557513 556428 0 -1 4194368 2310069 0 0 0 358853 1277 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557516] ppid=557510 vsize=20208448 memory=8323350987516068516 CPUtime=3598.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557516/stat : 557516 (fscip) R 557510 557513 556428 0 -1 4194368 1543372 0 0 0 359049 815 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557517] ppid=557510 vsize=20208448 memory=1736 CPUtime=3598.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557517/stat : 557517 (fscip) R 557510 557513 556428 0 -1 4194368 287228 0 0 0 356879 2961 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557518] ppid=557510 vsize=20208448 memory=15484 CPUtime=3601.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557518/stat : 557518 (fscip) R 557510 557513 556428 0 -1 4194368 2200018 0 0 0 358985 1152 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557519] ppid=557510 vsize=20208448 memory=28064 CPUtime=3602.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557519/stat : 557519 (fscip) R 557510 557513 556428 0 -1 4194368 1021250 0 0 0 359491 732 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557520] ppid=557510 vsize=20208448 memory=32816 CPUtime=3598.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557520/stat : 557520 (fscip) R 557510 557513 556428 0 -1 4194368 264141 0 0 0 356670 3226 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557521] ppid=557510 vsize=20208448 memory=7140 CPUtime=3600.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557521/stat : 557521 (fscip) R 557510 557513 556428 0 -1 4194368 2411094 0 0 0 358950 1123 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557522] ppid=557510 vsize=20208448 memory=36328 CPUtime=3599.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557522/stat : 557522 (fscip) R 557510 557513 556428 0 -1 4194368 1237661 0 0 0 359201 795 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557523] ppid=557510 vsize=20208448 memory=6796 CPUtime=3602.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557523/stat : 557523 (fscip) R 557510 557513 556428 0 -1 4194368 270451 0 0 0 357033 3184 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557524] ppid=557510 vsize=20208448 memory=20456 CPUtime=3595.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557524/stat : 557524 (fscip) R 557510 557513 556428 0 -1 4194368 2689314 0 0 0 358526 1055 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557525] ppid=557510 vsize=20208448 memory=6836 CPUtime=3603.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557525/stat : 557525 (fscip) R 557510 557513 556428 0 -1 4194368 1389256 0 0 0 359582 740 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557526] ppid=557510 vsize=20208448 memory=6720659935329730408 CPUtime=3598.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557526/stat : 557526 (fscip) R 557510 557513 556428 0 -1 4194368 261699 0 0 0 356594 3270 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557527] ppid=557510 vsize=20208448 memory=3312 CPUtime=3594.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557527/stat : 557527 (fscip) R 557510 557513 556428 0 -1 4194368 2367104 0 0 0 358261 1220 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557528] ppid=557510 vsize=20208448 memory=2212 CPUtime=3605.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557528/stat : 557528 (fscip) R 557510 557513 556428 0 -1 4194368 1354030 0 0 0 359753 771 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557529] ppid=557510 vsize=20208448 memory=1736 CPUtime=3595.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557529/stat : 557529 (fscip) R 557510 557513 556428 0 -1 4194368 256902 0 0 0 356289 3213 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557530] ppid=557510 vsize=20208448 memory=15484 CPUtime=3599.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557530/stat : 557530 (fscip) R 557510 557513 556428 0 -1 4194368 2602677 0 0 0 358906 1028 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557531] ppid=557510 vsize=20208448 memory=28064 CPUtime=3602.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557531/stat : 557531 (fscip) R 557510 557513 556428 0 -1 4194368 1261941 0 0 0 359559 716 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557532] ppid=557510 vsize=20208448 memory=32816 CPUtime=3600.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557532/stat : 557532 (fscip) R 557510 557513 556428 0 -1 4194368 296490 0 0 0 356880 3213 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557533] ppid=557510 vsize=20208448 memory=7140 CPUtime=3600.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557533/stat : 557533 (fscip) R 557510 557513 556428 0 -1 4194368 2440480 0 0 0 358903 1115 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557534] ppid=557510 vsize=20208448 memory=36328 CPUtime=3599.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557534/stat : 557534 (fscip) R 557510 557513 556428 0 -1 4194368 1479271 0 0 0 359158 814 0 0 20 0 41 0 91577102 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557535] ppid=557510 vsize=20208448 memory=30962685530996822 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557535/stat : 557535 (fscip) S 557510 557513 556428 0 -1 1077936192 63 0 0 0 2 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557536] ppid=557510 vsize=20208448 memory=7518875372099560044 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557536/stat : 557536 (fscip) S 557510 557513 556428 0 -1 1077936192 71 0 0 0 3 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557537] ppid=557510 vsize=20208448 memory=7518875372099560044 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557537/stat : 557537 (fscip) S 557510 557513 556428 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557538] ppid=557510 vsize=20208448 memory=7518875372099560044 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557538/stat : 557538 (fscip) S 557510 557513 556428 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557539] ppid=557510 vsize=20208448 memory=7032 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557539/stat : 557539 (fscip) S 557510 557513 556428 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557540] ppid=557510 vsize=20208448 memory=28124 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557540/stat : 557540 (fscip) S 557510 557513 556428 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557541] ppid=557510 vsize=20208448 memory=33844 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557541/stat : 557541 (fscip) S 557510 557513 556428 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557542] ppid=557510 vsize=20208448 memory=43120 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557542/stat : 557542 (fscip) S 557510 557513 556428 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557543] ppid=557510 vsize=20208448 memory=7628 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557543/stat : 557543 (fscip) S 557510 557513 556428 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557544] ppid=557510 vsize=20208448 memory=18468 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557544/stat : 557544 (fscip) S 557510 557513 556428 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557545] ppid=557510 vsize=20208448 memory=20272 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557545/stat : 557545 (fscip) S 557510 557513 556428 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557546] ppid=557510 vsize=20208448 memory=5624 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557546/stat : 557546 (fscip) S 557510 557513 556428 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557547] ppid=557510 vsize=20208448 memory=11404 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557547/stat : 557547 (fscip) S 557510 557513 556428 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557548] ppid=557510 vsize=20208448 memory=13872 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557548/stat : 557548 (fscip) S 557510 557513 556428 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557549] ppid=557510 vsize=20208448 memory=11708 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557549/stat : 557549 (fscip) S 557510 557513 556428 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557550] ppid=557510 vsize=20208448 memory=11708 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557550/stat : 557550 (fscip) S 557510 557513 556428 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557551] ppid=557510 vsize=20208448 memory=11704 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557551/stat : 557551 (fscip) S 557510 557513 556428 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557552] ppid=557510 vsize=20208448 memory=19936 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557552/stat : 557552 (fscip) S 557510 557513 556428 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557553] ppid=557510 vsize=20208448 memory=104 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557553/stat : 557553 (fscip) S 557510 557513 556428 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
[pid=557513/tid=557554] ppid=557510 vsize=20208448 memory=2004 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/557513/task/557554/stat : 557554 (fscip) S 557510 557513 556428 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 91577107 20693450752 4725747 809668444160 4194304 16622877 140725809885088 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 38780928 140725809894377 140725809894493 140725809894493 140725809901519 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 20208448 KiB
Current children cumulated memory: 18902988 KiB

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

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

# cumulated CPU time of all completed processes:  user=71677.2 s, system=325.208 s

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

[startup+3637.22 s]
/proc/loadavg: 80.29 80.29 79.69 62/984 559755
/proc/meminfo: memFree=689015468/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.4 s]
/proc/loadavg: 80.29 80.29 79.69 62/984 559755
/proc/meminfo: memFree=689015468/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.5 s]
/proc/loadavg: 80.29 80.29 79.69 62/984 559755
/proc/meminfo: memFree=689015468/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3637.57
CPU time (s): 72002.4
CPU user time (s): 71677.2
CPU system time (s): 325.208
CPU usage (%): 1979.41
Max. virtual memory (cumulated for all children) (KiB): 20208448
Max. memory (cumulated for all children) (KiB): 18902988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71677.2
system time used= 325.208
maximum resident set size= 18903264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27949840
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= 515955
involuntary context switches= 386090


# summary of solver processes directly reported to runsolver:
#   pid: 557513
#   total CPU time (s): 72002.4
#   total CPU user time (s): 71677.2
#   total CPU system time (s): 325.208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.7453 second user time and 81.7882 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-10 02:32:25
IDJOB=4467865
IDBENCH=159284
IDSOLVER=3097
FILE ID=nodeD102/4467865-1723249945
RUNJOBID= nodeD102-1723249684-556441
SLURM_JOB_ID= 8266911
Free space on /tmp= 8588220 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n188-d3-i3-r2.cnf.gz-plain.pb.metafix.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-4467865-1723249945/watcher-4467865-1723249945 -o /tmp/evaluation-result-4467865-1723249945/solver-4467865-1723249945 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723249684-556441 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467865-1723249945.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 1c14f117e67441c2f256fb4d1e22e789
RANDOM SEED=460377458

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		: 2919.326
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		: 2944.753
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		: 3044.455
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		: 3480.374
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		: 3006.500
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		: 2965.914
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		: 3117.800
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		: 3241.185
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		: 2931.805
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		: 2952.884
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		: 3008.815
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		: 1912.852
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		: 2896.387
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		: 2962.642
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		: 3043.586
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		: 3300.473
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		: 2902.768
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		: 2948.469
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		: 3117.751
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		: 3341.438
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		: 3006.487
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		: 2960.587
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		: 3037.251
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		: 2425.507
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		: 2902.836
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		: 2942.759
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 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		: 3037.739
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		: 1704.831
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		: 3006.481
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		: 2936.268
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		: 3057.597
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		: 1243.099
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		: 2912.749
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2966.039
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		: 3117.689
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		: 2601.613
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		: 2947.903
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		: 2938.256
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		: 3036.162
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		: 2842.510
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		: 2934.837
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		: 2940.921
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		: 3068.641
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		: 2596.621
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		: 3006.476
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		: 2916.333
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		: 3117.529
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		: 2626.063
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		: 2927.702
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		: 2966.048
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		: 3021.357
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		: 2620.660
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		: 2897.580
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		: 2958.136
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		: 3078.355
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		: 2625.580
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		: 2931.763
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		: 2948.883
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		: 2968.894
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		: 2629.794
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		: 3006.474
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		: 2966.055
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		: 3054.193
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		: 2657.268
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		: 3006.478
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		: 2938.228
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		: 3117.426
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		: 2635.399
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		: 2945.658
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		: 2949.927
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		: 3062.432
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		: 2432.768
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		: 2962.222
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		: 2946.244
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		: 3117.434
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		: 2641.946
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		: 2941.751
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		: 2966.013
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		: 3033.931
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		: 3670.798
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:        705512024 kB
MemAvailable:   771044348 kB
Buffers:         1036144 kB
Cached:         67266296 kB
SwapCached:            0 kB
Active:          9309000 kB
Inactive:       71590976 kB
Active(anon):       2260 kB
Inactive(anon): 12625992 kB
Active(file):    9306740 kB
Inactive(file): 58964984 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28928 kB
Writeback:            52 kB
AnonPages:      12597664 kB
Mapped:           135840 kB
Shmem:             30728 kB
KReclaimable:    1360252 kB
Slab:            1891644 kB
SReclaimable:    1360252 kB
SUnreclaim:       531392 kB
KernelStack:       16912 kB
PageTables:        34972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1781024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           847488 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 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:     1030144 kB
DirectMap2M:    206036992 kB
DirectMap1G:    598736896 kB

Free space on /tmp at the end= 8588192 MiB
End job on nodeD102 at 2024-08-10 03:33:03