Trace number 4465082

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 2024-07-30OPTIMUM 703.54 705.976

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552423--soft-0-100-0.wbo
MD5SUM128eb31e74e9d5316274ee97a7821bb0
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark20.8141
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.05	c Default LC presolving (default).
0.00/0.05	c ** Before presolving: virtualMemUsedAtLc = 35749888, getVmSize() = 35749888, SCIPgetMemUsed() = 10377933, SCIPgetMemTotal() = 13642749, SCIPgetMemExternEstim() = 7879036
0.00/0.05	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
2.48/2.55	c ** Estimated virtualMemUsedAtSolver = 32002048, getVmSize() = 60256256, SCIPgetMemUsed() = 21333881, SCIPgetMemTotal() = 36521241, SCIPgetMemExternEstim() = 7879036
2.48/2.55	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
2.48/2.55	c Original Problem   :
2.48/2.55	c   Problem name     : instance-4465082-1722389433
2.48/2.55	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
2.48/2.55	c   Constraints      : 5415
2.48/2.55	c   Objective sense  : minimize
2.48/2.55	c Presolved Problem  :
2.48/2.55	c   Variables        : 2961 (2938 binary, 0 integer, 23 implicit integer, 0 continuous)
2.48/2.55	c   Constraints      : 2739
2.48/2.55	c Constraints        : Number
2.48/2.55	c   linear           : 2707 
2.48/2.55	c   indicator        : 32 
2.48/2.55	c ** Instance transfer method used: 0
2.48/2.57	c ** ParaScipInstance copy does not increase the number of variables. **
2.48/2.58	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.48/2.58	c                                Nodes    Active                                            
2.48/2.58	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
2.67/2.71	c *       3              0           1         1       90089.0000                -          -
2.67/2.71	c *       3              0           1         1         947.0000                -          -
5.26/5.35	c *       5              0           1         1         103.0000                -          -
5.26/5.35	c         5              0           1         1         103.0000                -          -
10.64/10.76	c        11             14           9         1         103.0000           0.0000          -
13.14/13.29	c *      13             25          16         1          95.0000           0.0000          -
13.24/13.30	c *      13             25          16         1          83.0000           0.0000          -
13.95/14.08	c *      14             25          16         1          11.0000           0.0000          -
16.23/16.36	c        16             56          11         1          11.0000           0.0000          -
21.62/21.76	c        22            157          28         1          11.0000           0.0000          -
27.30/27.49	c        27            314          43         1          11.0000           0.0000          -
33.28/33.49	c        33            699         120         1          11.0000           0.0000          -
38.66/38.83	c        39           1078           3         1          11.0000           0.0000          -
43.74/43.95	c        44           1644         253         1          11.0000           0.0000          -
48.84/49.08	c        49           2489         443         1          11.0000           0.0000          -
54.00/54.29	c        54           3425         696         1          11.0000           0.0000          -
59.18/59.44	c        59           4341         907         1          11.0000           0.0000          -
64.26/64.53	c        65           5701        1207         1          11.0000           0.0000          -
69.45/69.77	c        70           6683        1454         1          11.0000           0.0000          -
74.63/75.00	c        75           7648        1742         1          11.0000           0.0000          -
79.83/80.18	c        80           8433        1947         1          11.0000           0.0000          -
85.49/85.81	c        86           9050        2066         1          11.0000           0.0000          -
90.69/91.01	c        91          10181        2281         1          11.0000           0.0000          -
95.86/96.20	c        96          11178        2517         1          11.0000           0.0000          -
101.14/101.59	c       102          12039        2743         1          11.0000           0.0000          -
106.31/106.76	c       107          12699        2901         1          11.0000           0.0000          -
111.50/111.94	c       112          13334        3034         1          11.0000           0.0000          -
116.78/117.28	c       117          14638        3297         1          11.0000           0.0000          -
122.36/122.89	c       123          15374        3469         1          11.0000           0.0000          -
127.66/128.17	c       128          16038        3573         1          11.0000           0.0000          -
132.83/133.32	c       133          17106        3778         1          11.0000           0.0000          -
138.01/138.51	c       139          18376        4054         1          11.0000           0.0000          -
143.10/143.65	c       144          19471        4244         1          11.0000           0.0000          -
148.28/148.81	c       149          20562        4411         1          11.0000           0.0000          -
153.37/153.95	c       154          21330        4562         1          11.0000           0.0000          -
158.65/159.26	c       159          22070        4689         1          11.0000           0.0000          -
163.73/164.32	c       164          23226        4914         1          11.0000           0.0000          -
168.93/169.58	c       170          23586        4953         1          11.0000           0.0000          -
174.30/175.01	c       175          24972        5135         1          11.0000           0.0000          -
179.89/180.53	c       181          26127        5316         1          11.0000           0.0000          -
184.97/185.69	c       186          27606        5576         1          11.0000           0.0000          -
190.37/191.09	c       191          28229        5700         1          11.0000           0.0000          -
195.64/196.31	c       196          29456        5843         1          11.0000           0.0000          -
200.83/201.50	c       202          30938        6064         1          11.0000           0.0000          -
206.01/206.70	c       207          31483        6144         1          11.0000           0.0000          -
211.32/212.06	c       212          32413        6284         1          11.0000           0.0000          -
216.79/217.50	c       218          33196        6464         1          11.0000           0.0000          -
221.87/222.69	c       223          33788        6569         1          11.0000           0.0000          -
226.95/227.74	c       228          35069        6769         1          11.0000           0.0000          -
232.14/232.99	c       233          35985        6922         1          11.0000           0.0000          -
237.24/238.10	c       238          37002        7070         1          11.0000           0.0000          -
242.41/243.21	c       243          38260        7300         1          11.0000           0.0000          -
247.50/248.36	c       248          39298        7459         1          11.0000           0.0000          -
252.88/253.79	c       254          40400        7597         1          11.0000           0.0000          -
258.07/258.96	c       259          41468        7769         1          11.0000           0.0000          -
263.16/264.05	c       264          42515        7886         1          11.0000           0.0000          -
268.43/269.39	c       269          43625        8037         1          11.0000           0.0000          -
273.52/274.46	c       274          44497        8208         1          11.0000           0.0000          -
278.79/279.76	c       280          45739        8508         1          11.0000           0.0000          -
283.88/284.81	c       285          47105        8753         1          11.0000           0.0000          -
289.07/290.06	c       290          48634        9087         1          11.0000           0.0000          -
294.16/295.12	c       295          49627        9239         1          11.0000           0.0000          -
299.53/300.59	c       301          50437        9406         1          11.0000           0.0000          -
304.91/305.95	c       306          51371        9591         1          11.0000           0.0000          -
310.01/311.11	c       311          52532        9808         1          11.0000           0.0000          -
311.59/312.69	c *     313          52696        9831         1          10.0000           0.0000          -
315.28/316.31	c       316          53324        9562         1          10.0000           0.0000          -
320.66/321.74	c       322          53719        9656         1          10.0000           0.0000          -
320.86/321.94	c *     322          53719        9656         1           8.0000           0.0000          -
320.86/321.96	c *     322          53719        9656         1           5.0000           0.0000          -
325.75/326.80	c       327          55270        5445         1           5.0000           0.0000          -
330.74/331.86	c       332          56941        5508         1           5.0000           0.0000          -
335.81/336.91	c       337          58592        5548         1           5.0000           0.0000          -
341.10/342.26	c       342          59563        5630         1           5.0000           0.0000          -
346.18/347.32	c       347          61140        5776         1           5.0000           0.0000          -
351.27/352.44	c       352          62706        5916         1           5.0000           0.0000          -
356.35/357.54	c       358          63847        6028         1           5.0000           0.0000          -
361.43/362.65	c       363          64798        6099         1           5.0000           0.0000          -
366.52/367.77	c       368          66285        6213         1           5.0000           0.0000          -
371.81/373.02	c       373          67342        6344         1           5.0000           0.0000          -
376.80/378.08	c       378          67961        6445         1           5.0000           0.0000          -
382.06/383.31	c       383          69104        6584         1           5.0000           0.0000          -
387.15/388.47	c       388          69776        6624         1           5.0000           0.0000          -
392.33/393.66	c       394          70583        6728         1           5.0000           0.0000          -
397.42/398.76	c       399          71174        6792         1           5.0000           0.0000          -
402.71/404.02	c       404          72036        6846         1           5.0000           0.0000          -
407.79/409.17	c       409          72852        6913         1           5.0000           0.0000          -
412.86/414.29	c       414          73787        6978         1           5.0000           0.0000          -
418.04/419.42	c       419          75242        7127         1           5.0000           0.0000          -
423.22/424.66	c       425          76346        7236         1           5.0000           0.0000          -
428.40/429.85	c       430          77348        7326         1           5.0000           0.0000          -
433.49/434.95	c       435          78178        7424         1           5.0000           0.0000          -
438.58/440.05	c       440          79315        7468         1           5.0000           0.0000          -
443.75/445.28	c       445          80346        7505         1           5.0000           0.0000          -
449.13/450.62	c       451          81802        7576         1           5.0000           0.0000          -
454.11/455.69	c       456          83797        7842         1           5.0000           0.0000          -
459.40/460.93	c       461          85181        7978         1           5.0000           0.0000          -
464.49/466.03	c       466          86763        8173         1           5.0000           0.0000          -
469.47/471.08	c       471          88132        8345         1           5.0000           0.0000          -
474.55/476.14	c       476          89428        8453         1           5.0000           0.0000          -
479.62/481.25	c       481          90792        8608         1           5.0000           0.0000          -
484.79/486.49	c       486          92285        8716         1           5.0000           0.0000          -
489.97/491.61	c       492          93761        8747         1           5.0000           0.0000          -
495.05/496.76	c       497          95064        8764         1           5.0000           0.0000          -
500.13/501.85	c       502          96610        8875         1           5.0000           0.0000          -
505.33/507.02	c       507          98075        8877         1           5.0000           0.0000          -
510.49/512.27	c       512          99310        9010         1           5.0000           0.0000          -
515.67/517.48	c       517         100822        9123         1           5.0000           0.0000          -
520.85/522.60	c       523         102722        9306         1           5.0000           0.0000          -
525.84/527.67	c       528         104612        9483         1           5.0000           0.0000          -
531.51/533.39	c       533         105328        9556         1           5.0000           0.0000          -
536.59/538.46	c       538         107469        9766         1           5.0000           0.0000          -
541.67/543.57	c       544         109317        9961         1           5.0000           0.0000          -
546.85/548.72	c       549         110758       10079         1           5.0000           0.0000          -
551.93/553.89	c       554         111914       10136         1           5.0000           0.0000          -
557.22/559.12	c       559         113341       10088         1           5.0000           0.0000          -
562.21/564.17	c       564         115460       10287         1           5.0000           0.0000          -
567.27/569.23	c       569         117849       10481         1           5.0000           0.0000          -
572.65/574.67	c       575         119400       10566         1           5.0000           0.0000          -
577.72/579.80	c       580         120906       10609         1           5.0000           0.0448          -
582.80/584.81	c       585         122166       10482         1           5.0000           0.0875          -
588.18/590.25	c       590         123605       10316         1           5.0000           0.1470          -
593.16/595.28	c       595         124916       10152         1           5.0000           0.1978          -
598.25/600.33	c       600         126176        9954         1           5.0000           0.2407          -
603.94/606.03	c       606         127686        9715         1           5.0000           0.2857          -
609.02/611.18	c       611         128986        9512         1           5.0000           0.3158          -
614.18/616.38	c       616         130626        9217         1           5.0000           0.3699          -
619.26/621.42	c       621         132116        8937         1           5.0000           0.4074          -
624.34/626.57	c       627         133716        8660         1           5.0000           0.4444          -
629.42/631.65	c       632         135376        8367         1           5.0000           0.4892          -
634.40/636.68	c       637         137105        8025         1           5.0000           0.5298          -
639.79/642.10	c       642         139026        7716         1           5.0000           0.6000          -
644.88/647.12	c       647         140596        7474         1           5.0000           0.6467          -
649.95/652.23	c       652         142236        7240         1           5.0000           0.6812          -
655.04/657.36	c       657         143736        6984         1           5.0000           0.7324          -
660.33/662.69	c       663         145626        6550         1           5.0000           0.8000          -
665.61/667.91	c       668         147286        6123         1           5.0000           0.8889    462.50%
670.59/672.94	c       673         149386        5615         1           5.0000           0.9804    410.00%
675.78/678.16	c       678         151436        5034         1           5.0000           1.0000    400.00%
680.86/683.26	c       683         153226        4495         1           5.0000           1.1286    343.04%
685.93/688.36	c       688         154916        3886         1           5.0000           1.2179    310.53%
691.21/693.60	c       694         156806        3208         1           5.0000           1.3333    275.00%
696.19/698.63	c       699         159166        2286         1           5.0000           1.5130    230.48%
701.17/703.68	c       704         161556        1041         1           5.0000           1.9206    160.34%
703.36/705.87	c       706         162719           0         0           5.0000           5.0000      0.00%
703.46/705.91	c       706         162719           0         0           5.0000           5.0000          -
703.46/705.91	c SCIP Status        : c problem is solved
703.46/705.91	c Total Time         : 705.9100
703.46/705.91	c   solving          : 705.9100
703.46/705.91	c   presolving       : 2.5056 (included in solving)
703.46/705.91	c B&B Tree           :
703.46/705.91	c   nodes (total)    : 162719
703.46/705.91	c Solution           :
703.46/705.91	c   Solutions found  : 10
703.46/705.91	c   Primal Bound     : +5.00000000000000e+00
703.46/705.91	c   Dual Bound       : +5.00000000000000e+00
703.46/705.91	c Gap                : 0.00000 %
703.46/705.94	o 5
703.46/705.94	s OPTIMUM FOUND
703.46/705.94	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 x210 
703.46/705.94	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
703.46/705.94	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
703.46/705.94	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 
703.46/705.94	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 
703.46/705.94	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 x106 -x105 
703.46/705.94	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 
703.46/705.94	v -x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
703.46/705.94	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 
703.46/705.94	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 
703.46/705.94	v -x1 

Verifier Data

OK	5

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: 2
  memory of node 0: 64096 MiB (59810 MiB free)
  memory of node 1: 64473 MiB (56418 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4465082-1722389433/watcher-4465082-1722389433 -o /tmp/evaluation-result-4465082-1722389433/solver-4465082-1722389433 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1722389396-37259 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465082-1722389433.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 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
Current StackSize limit: 8192 KiB

solver pid=37487, runsolver pid=37484

[startup+0.100753 s]*
/proc/loadavg: 4.15 4.21 4.18 5/252 37488
/proc/meminfo: memFree=118991024/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=48240 memory=36612 CPUtime=0.1 cores=4,6
/proc/37487/stat : 37487 (fscip) R 37484 37487 37248 0 -1 4194304 6814 0 0 0 8 2 0 0 20 0 1 0 5539779 49397760 9153 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 12060 9153 2614 3035 0 8456 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 48240 KiB
Current children cumulated memory: 36612 KiB

[startup+0.213396 s]*
/proc/loadavg: 4.15 4.21 4.18 5/252 37488
/proc/meminfo: memFree=118988692/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=50336 memory=39048 CPUtime=0.21 cores=4,6
/proc/37487/stat : 37487 (fscip) R 37484 37487 37248 0 -1 4194304 7361 0 0 0 19 2 0 0 20 0 1 0 5539779 51544064 9762 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 12584 9762 2630 3035 0 8980 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 50336 KiB
Current children cumulated memory: 39048 KiB

[startup+0.313498 s]*
/proc/loadavg: 4.15 4.21 4.18 5/252 37488
/proc/meminfo: memFree=118988216/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=50576 memory=39048 CPUtime=0.31 cores=4,6
/proc/37487/stat : 37487 (fscip) R 37484 37487 37248 0 -1 4194304 7409 0 0 0 29 2 0 0 20 0 1 0 5539779 51789824 9762 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 12644 9762 2630 3035 0 9040 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 50576 KiB
Current children cumulated memory: 39048 KiB

[startup+0.700343 s]
/proc/loadavg: 4.15 4.21 4.18 5/252 37488
/proc/meminfo: memFree=118987740/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=50832 memory=39312 CPUtime=0.68 cores=4,6
/proc/37487/stat : 37487 (fscip) R 37484 37487 37248 0 -1 4194304 7473 0 0 0 66 2 0 0 20 0 1 0 5539779 52051968 9828 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 12708 9828 2630 3035 0 9104 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 50832 KiB
Current children cumulated memory: 39312 KiB

[startup+1.50034 s]
/proc/loadavg: 4.15 4.21 4.18 5/252 37488
/proc/meminfo: memFree=118986040/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=52376 memory=40896 CPUtime=1.48 cores=4,6
/proc/37487/stat : 37487 (fscip) R 37484 37487 37248 0 -1 4194304 7857 0 0 0 146 2 0 0 20 0 1 0 5539779 53633024 10224 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 13094 10224 2630 3035 0 9490 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 52376 KiB
Current children cumulated memory: 40896 KiB

[startup+3.1104 s]
/proc/loadavg: 4.15 4.21 4.18 5/254 37490
/proc/meminfo: memFree=118949388/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=147620 memory=73648 CPUtime=3.08 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 16828 0 0 0 304 4 0 0 20 0 3 0 5539779 151162880 18412 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 36905 18412 2870 3035 0 23196 0
[pid=37487/tid=37489] ppid=37484 vsize=147620 memory=58348 CPUtime=0.53 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 6547 0 0 0 51 2 0 0 20 0 3 0 5540035 151162880 18412 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=147620 memory=0 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5540038 151162880 18412 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 147620 KiB
Current children cumulated memory: 73648 KiB

[startup+6.30038 s]
/proc/loadavg: 4.14 4.21 4.18 5/254 37491
/proc/meminfo: memFree=118906436/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=217184 memory=114084 CPUtime=6.27 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 32990 0 0 0 619 8 0 0 20 0 3 0 5539779 222396416 28521 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 54296 28521 3014 3035 0 34401 0
[pid=37487/tid=37489] ppid=37484 vsize=217184 memory=2314850441286141159 CPUtime=3.71 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 22214 0 0 0 366 5 0 0 20 0 3 0 5540035 222396416 28521 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=217184 memory=40896 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 5540038 222396416 28521 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 217184 KiB
Current children cumulated memory: 114084 KiB

[startup+12.7004 s]
/proc/loadavg: 4.13 4.20 4.18 5/254 37491
/proc/meminfo: memFree=118528308/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=217184 memory=158260 CPUtime=12.64 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 70969 0 0 0 1252 12 0 0 20 0 3 0 5539779 222396416 39565 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 54296 39565 3014 3035 0 45808 0
[pid=37487/tid=37489] ppid=37484 vsize=217184 memory=158136 CPUtime=10.08 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 60147 0 0 0 999 9 0 0 20 0 3 0 5540035 222396416 39565 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=217184 memory=158244 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 5540038 222396416 39565 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 217184 KiB
Current children cumulated memory: 158260 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.19 4.18 5/254 37493
/proc/meminfo: memFree=118440436/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=217184 memory=161148 CPUtime=25.4 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 109030 0 0 0 2525 15 0 0 20 0 3 0 5539779 222396416 40287 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 54296 40287 3318 3035 0 45808 0
[pid=37487/tid=37489] ppid=37484 vsize=217184 memory=158436 CPUtime=22.84 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 97149 0 0 0 2272 12 0 0 20 0 3 0 5540035 222396416 40287 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=217184 memory=160760 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 3 0 5540038 222396416 40287 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 217184 KiB
Current children cumulated memory: 161148 KiB

[startup+51.1134 s]
/proc/loadavg: 4.13 4.19 4.18 5/254 37498
/proc/meminfo: memFree=118361224/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=287600 memory=207836 CPUtime=50.93 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 182260 0 0 0 5069 24 0 0 20 0 3 0 5539779 294502400 51959 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 71900 51959 3318 3035 0 58391 0
[pid=37487/tid=37489] ppid=37484 vsize=287600 memory=166128 CPUtime=48.36 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 170306 0 0 0 4815 21 0 0 20 0 3 0 5540035 294502400 51959 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=287600 memory=14936 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5540038 294502400 51959 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 287600 KiB
Current children cumulated memory: 207836 KiB

[startup+102.3 s]
/proc/loadavg: 4.26 4.21 4.18 5/255 37508
/proc/meminfo: memFree=118300064/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=294864 memory=254428 CPUtime=101.93 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 279238 0 0 0 10156 37 0 0 20 0 3 0 5539779 301940736 63607 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 73716 63607 3318 3035 0 69459 0
[pid=37487/tid=37489] ppid=37484 vsize=294864 memory=14936 CPUtime=99.36 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 267177 0 0 0 9902 34 0 0 20 0 3 0 5540035 301940736 63607 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=294864 memory=12744 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 5540038 301940736 63607 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 294864 KiB
Current children cumulated memory: 254428 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/254 37520
/proc/meminfo: memFree=117512368/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=369240 memory=268228 CPUtime=161.74 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 323607 0 0 0 16129 45 0 0 20 0 3 0 5539779 378101760 67057 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 92310 67057 3318 3035 0 72564 0
[pid=37487/tid=37489] ppid=37484 vsize=369240 memory=263372 CPUtime=159.16 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 311523 0 0 0 15874 42 0 0 20 0 3 0 5540035 378101760 67057 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=369240 memory=267436 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5540038 378101760 67057 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 369240 KiB
Current children cumulated memory: 268228 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/254 37530
/proc/meminfo: memFree=117456548/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=385760 memory=313096 CPUtime=221.57 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 379548 0 0 0 22103 54 0 0 20 0 3 0 5539779 395018240 78274 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 96440 78274 3318 3035 0 84762 0
[pid=37487/tid=37489] ppid=37484 vsize=385760 memory=12036 CPUtime=218.99 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 367422 0 0 0 21848 51 0 0 20 0 3 0 5540035 395018240 78274 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=385760 memory=12036 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5540038 395018240 78274 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 385760 KiB
Current children cumulated memory: 313096 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/253 37544
/proc/meminfo: memFree=117416684/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=412752 memory=338120 CPUtime=281.39 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 429497 0 0 0 28076 63 0 0 20 0 3 0 5539779 422658048 84530 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0

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

/proc/37487/statm: 126666 99741 3318 3035 0 108223 0
[pid=37487/tid=37489] ppid=37484 vsize=506664 memory=12036 CPUtime=398.4 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 494523 0 0 0 39758 82 0 0 20 0 3 0 5540035 518823936 99741 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=506664 memory=322684 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 5540038 518823936 99741 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 506664 KiB
Current children cumulated memory: 398964 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.14 4.16 5/252 37769
/proc/meminfo: memFree=117808952/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=525248 memory=419440 CPUtime=460.79 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 550561 0 0 0 45985 94 0 0 20 0 3 0 5539779 537853952 104860 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 131312 104860 3318 3035 0 112869 0
[pid=37487/tid=37489] ppid=37484 vsize=525248 memory=417192 CPUtime=458.17 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 537836 0 0 0 45728 89 0 0 20 0 3 0 5540035 537853952 104860 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=525248 memory=419440 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5540038 537853952 104860 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 460.79 s
Current children cumulated vsize: 525248 KiB
Current children cumulated memory: 419440 KiB

[startup+522.3 s]
/proc/loadavg: 4.14 4.14 4.16 5/252 37780
/proc/meminfo: memFree=117772496/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=532496 memory=426868 CPUtime=520.56 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 596024 0 0 0 51953 103 0 0 20 0 3 0 5539779 545275904 106717 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 133124 106717 3318 3035 0 114681 0
[pid=37487/tid=37489] ppid=37484 vsize=532496 memory=15860 CPUtime=517.94 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 583277 0 0 0 51696 98 0 0 20 0 3 0 5540035 545275904 106717 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=532496 memory=12036 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 3 0 5540038 545275904 106717 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 520.56 s
Current children cumulated vsize: 532496 KiB
Current children cumulated memory: 426868 KiB

[startup+582.3 s]
/proc/loadavg: 4.11 4.13 4.16 5/252 37794
/proc/meminfo: memFree=117708280/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=547528 memory=455184 CPUtime=580.32 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 653948 0 0 0 57919 113 0 0 20 0 3 0 5539779 560668672 113796 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 136882 113796 3318 3035 0 122733 0
[pid=37487/tid=37489] ppid=37484 vsize=547528 memory=425788 CPUtime=577.69 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 641170 0 0 0 57661 108 0 0 20 0 3 0 5540035 560668672 113796 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=547528 memory=12036 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 5540038 560668672 113796 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 580.32 s
Current children cumulated vsize: 547528 KiB
Current children cumulated memory: 455184 KiB

[startup+642.3 s]
/proc/loadavg: 4.16 4.14 4.16 5/252 37804
/proc/meminfo: memFree=117675280/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=556232 memory=468456 CPUtime=640.08 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 710805 0 0 0 63882 126 0 0 20 0 3 0 5539779 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 139058 117114 3318 3035 0 124909 0
[pid=37487/tid=37489] ppid=37484 vsize=556232 memory=5548 CPUtime=637.43 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 697991 0 0 0 63623 120 0 0 20 0 3 0 5540035 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=556232 memory=468456 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 3 0 5540038 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 640.08 s
Current children cumulated vsize: 556232 KiB
Current children cumulated memory: 468456 KiB

[startup+702.3 s]
/proc/loadavg: 4.16 4.14 4.16 5/252 37815
/proc/meminfo: memFree=117644488/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=556232 memory=468456 CPUtime=699.86 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 746450 0 0 0 69845 141 0 0 20 0 3 0 5539779 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 139058 117114 3318 3035 0 124909 0
[pid=37487/tid=37489] ppid=37484 vsize=556232 memory=468456 CPUtime=697.16 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 733612 0 0 0 69584 132 0 0 20 0 3 0 5540035 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=556232 memory=468456 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 3 0 5540038 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 699.86 s
Current children cumulated vsize: 556232 KiB
Current children cumulated memory: 468456 KiB

[startup+705.976 s]
# the end of solver process 37487 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=702.062 s, system=1.47781 s

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

[startup+704 s]*
/proc/loadavg: 4.15 4.14 4.16 5/252 37815
/proc/meminfo: memFree=117644452/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=556232 memory=468456 CPUtime=701.58 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 747518 0 0 0 70016 142 0 0 20 0 3 0 5539779 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 139058 117114 3318 3035 0 124909 0
[pid=37487/tid=37489] ppid=37484 vsize=556232 memory=2740 CPUtime=698.86 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 734673 0 0 0 69754 132 0 0 20 0 3 0 5540035 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=556232 memory=4780 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 3 0 5540038 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 701.58 s
Current children cumulated vsize: 556232 KiB
Current children cumulated memory: 468456 KiB

[startup+704.8 s]
/proc/loadavg: 4.15 4.14 4.16 5/252 37815
/proc/meminfo: memFree=117644452/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=556232 memory=468456 CPUtime=702.36 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 748029 0 0 0 70094 142 0 0 20 0 3 0 5539779 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 139058 117114 3318 3035 0 124909 0
[pid=37487/tid=37489] ppid=37484 vsize=556232 memory=5548 CPUtime=699.65 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 735182 0 0 0 69832 133 0 0 20 0 3 0 5540035 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=556232 memory=15860 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 3 0 5540038 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 702.36 s
Current children cumulated vsize: 556232 KiB
Current children cumulated memory: 468456 KiB

[startup+705.6 s]
/proc/loadavg: 4.15 4.14 4.16 5/252 37815
/proc/meminfo: memFree=117644452/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=556232 memory=468456 CPUtime=703.15 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 749587 0 0 0 70173 142 0 0 20 0 3 0 5539779 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 139058 117114 3318 3035 0 124909 0
[pid=37487/tid=37489] ppid=37484 vsize=556232 memory=12036 CPUtime=700.44 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 736740 0 0 0 69911 133 0 0 20 0 3 0 5540035 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=556232 memory=14936 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 3 0 5540038 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 703.15 s
Current children cumulated vsize: 556232 KiB
Current children cumulated memory: 468456 KiB

[startup+705.8 s]
/proc/loadavg: 4.15 4.14 4.16 5/252 37815
/proc/meminfo: memFree=117644452/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=556232 memory=468456 CPUtime=703.36 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 749820 0 0 0 70193 143 0 0 20 0 3 0 5539779 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 139058 117114 3318 3035 0 124909 0
[pid=37487/tid=37489] ppid=37484 vsize=556232 memory=15860 CPUtime=700.64 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 736973 0 0 0 69931 133 0 0 20 0 3 0 5540035 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=556232 memory=2316 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 3 0 5540038 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 703.36 s
Current children cumulated vsize: 556232 KiB
Current children cumulated memory: 468456 KiB

[startup+705.9 s]
/proc/loadavg: 4.15 4.14 4.16 5/252 37815
/proc/meminfo: memFree=117644452/131655788 swapFree=131071996/131071996
[pid=37487] ppid=37484 vsize=556232 memory=468456 CPUtime=703.46 cores=4,6
/proc/37487/stat : 37487 (fscip) S 37484 37487 37248 0 -1 1077936128 752742 0 0 0 70203 143 0 0 20 0 3 0 5539779 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
/proc/37487/statm: 139058 117114 3318 3035 0 124909 0
[pid=37487/tid=37489] ppid=37484 vsize=556232 memory=468456 CPUtime=700.74 cores=4,6
/proc/37487/task/37489/stat : 37489 (fscip) R 37484 37487 37248 0 -1 4194368 739951 0 0 0 69941 133 0 0 20 0 3 0 5540035 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
[pid=37487/tid=37490] ppid=37484 vsize=556232 memory=468456 CPUtime=0 cores=4,6
/proc/37487/task/37490/stat : 37490 (fscip) S 37484 37487 37248 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 3 0 5540038 569581568 117114 134679101440 4194304 16623229 140736717182240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49238016 140736717190164 140736717190280 140736717190280 140736717197296 0
Current children cumulated CPU time: 703.46 s
Current children cumulated vsize: 556232 KiB
Current children cumulated memory: 468456 KiB

Child status: 0

Real time (s): 705.976
CPU time (s): 703.54
CPU user time (s): 702.062
CPU system time (s): 1.47781
CPU usage (%): 99.6549
Max. virtual memory (cumulated for all children) (KiB): 556232
Max. memory (cumulated for all children) (KiB): 468456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 702.062
system time used= 1.47781
maximum resident set size= 468456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 760645
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= 4217
involuntary context switches= 616


# summary of solver processes directly reported to runsolver:
#   pid: 37487
#   total CPU time (s): 703.54
#   total CPU user time (s): 702.062
#   total CPU system time (s): 1.47781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.44644 second user time and 7.43743 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-31 03:30:33
IDJOB=4465082
IDBENCH=143227
IDSOLVER=3093
FILE ID=nodeC006/4465082-1722389433
RUNJOBID= nodeC006-1722389396-37259
SLURM_JOB_ID= 8249860
Free space on /tmp= 723696 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552423--soft-0-100-0.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4465082-1722389433/watcher-4465082-1722389433 -o /tmp/evaluation-result-4465082-1722389433/solver-4465082-1722389433 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1722389396-37259 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465082-1722389433.wbo -qsol -t 3600 -sth 1

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 128eb31e74e9d5316274ee97a7821bb0
RANDOM SEED=1557227327

nodeC006.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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.733
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.46
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.732
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.339
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.46
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.343
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.167
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.46
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3668.729
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.172
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.46
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.274
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119017840 kB
MemAvailable:   126741136 kB
Buffers:          113200 kB
Cached:          8378512 kB
SwapCached:            0 kB
Active:           287932 kB
Inactive:       11765936 kB
Active(anon):       1424 kB
Inactive(anon):  3582072 kB
Active(file):     286508 kB
Inactive(file):  8183864 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28664 kB
Writeback:             0 kB
AnonPages:       3562228 kB
Mapped:           122756 kB
Shmem:             21320 kB
KReclaimable:     186248 kB
Slab:             273160 kB
SReclaimable:     186248 kB
SUnreclaim:        86912 kB
KernelStack:        4048 kB
PageTables:        16440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2490240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             7328 kB
HardwareCorrupted:     0 kB
AnonHugePages:    399360 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:      232264 kB
DirectMap2M:    16449536 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC006 at 2024-07-31 03:42:19