Trace number 4434710

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-02OPT-30 399.932 401.358

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
MD5SUM3e791e4af881e2fe08ee2208e231d7f8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark5.15888
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables450
Total number of constraints17827
Number of constraints which are clauses17827
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
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: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
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.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
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.2.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.11	c Default LC presolving (default).
0.10/0.11	c ** Before presolving: virtualMemUsedAtLc = 45780992, getVmSize() = 45780992, SCIPgetMemUsed() = 19900805, SCIPgetMemTotal() = 23050845, SCIPgetMemExternEstim() = 17556140
0.10/0.12	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.60/0.63	c ** Estimated virtualMemUsedAtSolver = 42216163, getVmSize() = 71770112, SCIPgetMemUsed() = 23514225, SCIPgetMemTotal() = 45768105, SCIPgetMemExternEstim() = 17556140
0.60/0.63	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.60/0.63	c Original Problem   :
0.60/0.63	c   Problem name     : instance-4434710-1721056809
0.60/0.63	c   Variables        : 450 (450 binary, 0 integer, 0 implicit integer, 0 continuous)
0.60/0.63	c   Constraints      : 17827
0.60/0.63	c   Objective sense  : minimize
0.60/0.63	c Presolved Problem  :
0.60/0.63	c   Variables        : 450 (450 binary, 0 integer, 0 implicit integer, 0 continuous)
0.60/0.63	c   Constraints      : 17827
0.60/0.63	c Constraints        : Number
0.60/0.63	c   setppc           : 17827 
0.60/0.63	c ** Instance transfer method used: 0
0.60/0.69	c ** ParaScipInstance copy does not increase the number of variables. **
0.69/0.74	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.69/0.74	c                                Nodes    Active                                            
0.69/0.74	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.18/1.26	c *       1              0           1         1         -18.0000                -          -
1.18/1.28	c *       1              0           1         1         -21.0000                -          -
1.29/1.37	c *       1              0           1         1         -23.0000                -          -
5.98/6.01	c         6              2           1         1         -23.0000         -30.0000     30.43%
11.06/11.16	c *      11             45          44         1         -24.0000         -30.0000     25.00%
11.06/11.16	c        11             45          44         1         -24.0000         -30.0000     25.00%
11.15/11.24	c *      11             45          44         1         -25.0000         -30.0000     20.00%
16.04/16.16	c *      16             94          67         1         -26.0000         -30.0000     15.38%
16.83/16.97	c        17            106          71         1         -26.0000         -30.0000     15.38%
22.52/22.68	c        23            183          96         1         -26.0000         -30.0000     15.38%
28.20/28.37	c        28            286         125         1         -26.0000         -30.0000     15.38%
33.58/33.71	c        34            379         152         1         -26.0000         -30.0000     15.38%
39.26/39.43	c        39            488         187         1         -26.0000         -30.0000     15.38%
45.05/45.22	c        45            640         235         1         -26.0000         -30.0000     15.38%
50.03/50.28	c        50           1047         338         1         -26.0000         -30.0000     15.38%
55.82/56.05	c        56           1207         372         1         -26.0000         -30.0000     15.38%
61.81/62.05	c        62           1306         417         1         -26.0000         -30.0000     15.38%
70.88/71.15	c        71           1505           0         1         -26.0000         -30.0000     15.38%
76.25/76.58	c        77           1599          76         1         -26.0000         -30.0000     15.38%
81.54/81.84	c        82           1756         187         1         -26.0000         -30.0000     15.38%
86.61/86.97	c        87           2175         458         1         -26.0000         -30.0000     15.38%
91.80/92.19	c        92           2441         648         1         -26.0000         -30.0000     15.38%
93.88/94.27	c *      94           2665         804         1         -27.0000         -30.0000     11.11%
96.98/97.38	c        97           2872         596         1         -27.0000         -30.0000     11.11%
102.15/102.59	c       103           3160         720         1         -27.0000         -30.0000     11.11%
107.65/108.04	c       108           3516         804         1         -27.0000         -30.0000     11.11%
111.02/111.42	c *     111           3847         883         1         -28.0000         -30.0000      7.14%
112.81/113.27	c       113           4018         395         1         -28.0000         -30.0000      7.14%
117.89/118.31	c       118           4620         491         1         -28.0000         -30.0000      7.14%
122.86/123.38	c       123           5461         542         1         -28.0000         -30.0000      7.14%
128.04/128.56	c       129           6464         651         1         -28.0000         -30.0000      7.14%
133.12/133.60	c       134           7431         700         1         -28.0000         -30.0000      7.14%
138.09/138.67	c       139           8473         777         1         -28.0000         -30.0000      7.14%
143.28/143.84	c       144           9078         856         1         -28.0000         -30.0000      7.14%
148.76/149.34	c       149           9687         936         1         -28.0000         -30.0000      7.14%
154.73/155.38	c       155          10270        1001         1         -28.0000         -30.0000      7.14%
160.01/160.66	c       161          10890        1067         1         -28.0000         -30.0000      7.14%
165.19/165.87	c       166          11613        1168         1         -28.0000         -30.0000      7.14%
171.16/171.83	c       172          12420        1285         1         -28.0000         -30.0000      7.14%
176.54/177.20	c       177          12965        1342         1         -28.0000         -30.0000      7.14%
181.63/182.32	c       182          13248        1338         1         -28.0000         -30.0000      7.14%
187.41/188.17	c       188          13758        1402         1         -28.0000         -30.0000      7.14%
193.18/193.90	c       194          14267        1471         1         -28.0000         -30.0000      7.14%
198.65/199.44	c       199          14915        1525         1         -28.0000         -30.0000      7.14%
203.83/204.63	c       205          15368        1616         1         -28.0000         -30.0000      7.14%
209.23/210.05	c       210          15977        1635         1         -28.0000         -30.0000      7.14%
214.39/215.23	c       215          16494        1748         1         -28.0000         -30.0000      7.14%
219.88/220.71	c       221          17033        1869         1         -28.0000         -30.0000      7.14%
225.55/226.44	c       226          17450        1903         1         -28.0000         -30.0000      7.14%
231.24/232.17	c       232          18186        1991         1         -28.0000         -30.0000      7.14%
236.90/237.85	c       238          19000        2053         1         -28.0000         -30.0000      7.14%
242.78/243.75	c       244          19531        2150         1         -28.0000         -30.0000      7.14%
248.07/249.01	c       249          20291        2254         1         -28.0000         -30.0000      7.14%
253.05/254.08	c       254          21282        2425         1         -28.0000         -30.0000      7.14%
258.14/259.13	c       259          22350        2601         1         -28.0000         -30.0000      7.14%
263.12/264.17	c       264          23377        2738         1         -28.0000         -30.0000      7.14%
268.19/269.23	c       269          24457        2876         1         -28.0000         -30.0000      7.14%
273.18/274.27	c       274          25470        3039         1         -28.0000         -30.0000      7.14%
278.55/279.61	c       280          26370        3133         1         -28.0000         -30.0000      7.14%
283.54/284.66	c       285          27480        3239         1         -28.0000         -30.0000      7.14%
288.63/289.70	c       290          28191        3396         1         -28.0000         -30.0000      7.14%
293.60/294.76	c       295          29058        3491         1         -28.0000         -30.0000      7.14%
298.70/299.89	c       300          29642        3661         1         -28.0000         -30.0000      7.14%
303.77/304.95	c       305          30284        3729         1         -28.0000         -30.0000      7.14%
308.87/310.05	c       310          30999        3830         1         -28.0000         -30.0000      7.14%
313.95/315.16	c       315          31641        3900         1         -28.0000         -30.0000      7.14%
319.03/320.22	c       320          32405        3921         1         -28.0000         -30.0000      7.14%
324.92/326.17	c       326          33107        3971         1         -28.0000         -30.0000      7.14%
330.39/331.64	c       332          33642        3998         1         -28.0000         -30.0000      7.14%
335.37/336.69	c       337          34592        4012         1         -28.0000         -30.0000      7.14%
340.56/341.83	c       342          35207        4135         1         -28.0000         -30.0000      7.14%
345.55/346.89	c       347          35919        4295         1         -28.0000         -30.0000      7.14%
350.63/351.96	c       352          36809        4397         1         -28.0000         -30.0000      7.14%
355.72/357.01	c       357          37691        4505         1         -28.0000         -30.0000      7.14%
360.70/362.07	c       362          38489        4629         1         -28.0000         -30.0000      7.14%
365.79/367.12	c       367          39513        4749         1         -28.0000         -30.0000      7.14%
370.77/372.17	c       372          40518        4943         1         -28.0000         -30.0000      7.14%
375.84/377.23	c       377          41415        5098         1         -28.0000         -30.0000      7.14%
380.92/382.30	c       382          42500        5228         1         -28.0000         -30.0000      7.14%
384.02/385.40	c *     385          43143        5327         1         -29.0000         -30.0000      3.45%
385.91/387.38	c       387          43550         231         1         -29.0000         -30.0000      3.45%
391.09/392.50	c       393          44199         214         1         -29.0000         -30.0000      3.45%
396.47/397.97	c       398          45047         176         1         -29.0000         -30.0000      3.45%
399.76/401.22	c *     401          45570         171         1         -30.0000         -30.0000      0.00%
399.76/401.23	c       401          45603           0         0         -30.0000         -30.0000      0.00%
399.76/401.27	c       401          45603           0         0         -30.0000         -30.0000          -
399.76/401.27	c SCIP Status        : c problem is solved
399.76/401.27	c Total Time         : 401.2800
399.76/401.27	c   solving          : 401.2800
399.76/401.27	c   presolving       : 0.5199 (included in solving)
399.76/401.27	c B&B Tree           :
399.76/401.27	c   nodes (total)    : 45603
399.76/401.27	c Solution           :
399.76/401.27	c   Solutions found  : 11
399.76/401.27	c   Primal Bound     : -3.00000000000000e+01
399.76/401.27	c   Dual Bound       : -3.00000000000000e+01
399.76/401.27	c Gap                : 0.00000 %
399.86/401.33	o -30
399.86/401.33	s OPTIMUM FOUND
399.86/401.33	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 
399.86/401.33	v -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 
399.86/401.33	v -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 x78 -x79 
399.86/401.33	v -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 
399.86/401.33	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 x122 -x123 -x124 
399.86/401.33	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
399.86/401.33	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 
399.86/401.33	v x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 
399.86/401.33	v -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 
399.86/401.33	v -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 
399.86/401.33	v -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 
399.86/401.33	v -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 -x270 -x271 -x272 
399.86/401.33	v -x273 -x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 
399.86/401.33	v -x294 -x295 -x296 -x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 x314 
399.86/401.33	v -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 -x335 
399.86/401.33	v x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 -x353 -x354 -x355 -x356 
399.86/401.33	v -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 
399.86/401.33	v -x378 -x379 -x380 -x381 -x382 -x383 x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 -x397 -x398 
399.86/401.33	v -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 
399.86/401.33	v -x420 -x421 -x422 -x423 -x424 -x425 x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 
399.86/401.33	v -x441 -x442 -x443 -x444 x445 -x446 -x447 -x448 -x449 -x450 

Verifier Data

OK	-30

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 (57013 MiB free)
  memory of node 1: 64473 MiB (59684 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434710-1721056809/watcher-4434710-1721056809 -o /tmp/evaluation-result-4434710-1721056809/solver-4434710-1721056809 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721054725-801074 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4434710-1721056809.opb -qsol -t 3600 -sth 1 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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
solver pid=802711, runsolver pid=802708
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 4.04 4.08 3.91 5/247 802712
/proc/meminfo: memFree=119477108/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=44708 memory=34248 CPUtime=0.1 cores=5,7
/proc/802711/stat : 802711 (fscip) R 802708 802711 797687 0 -1 4194304 6329 0 0 0 9 1 0 0 20 0 1 0 157838084 45780992 8562 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 11177 8562 2558 3032 0 7577 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 44708 KiB
Current children cumulated memory: 34248 KiB

[startup+0.226207 s]*
/proc/loadavg: 4.04 4.08 3.91 5/247 802712
/proc/meminfo: memFree=119461372/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=57656 memory=46816 CPUtime=0.23 cores=5,7
/proc/802711/stat : 802711 (fscip) R 802708 802711 797687 0 -1 4194304 10229 0 0 0 20 3 0 0 20 0 1 0 157838084 59039744 11704 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 14414 11704 2654 3032 0 10814 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 57656 KiB
Current children cumulated memory: 46816 KiB

[startup+0.313121 s]*
/proc/loadavg: 4.04 4.08 3.91 5/247 802712
/proc/meminfo: memFree=119464372/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=57572 memory=45896 CPUtime=0.31 cores=5,7
/proc/802711/stat : 802711 (fscip) R 802708 802711 797687 0 -1 4194304 11872 0 0 0 28 3 0 0 20 0 1 0 157838084 58953728 11474 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 14393 11474 2686 3032 0 10793 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 57572 KiB
Current children cumulated memory: 45896 KiB

[startup+0.702991 s]
/proc/loadavg: 4.04 4.08 3.91 5/247 802712
/proc/meminfo: memFree=119458856/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=145304 memory=62556 CPUtime=0.69 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 18761 0 0 0 64 5 0 0 20 0 2 0 157838084 148791296 15639 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 36326 15639 2766 3032 0 17251 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 145304 KiB
Current children cumulated memory: 62556 KiB

[startup+1.50034 s]
/proc/loadavg: 4.04 4.08 3.91 6/249 802714
/proc/meminfo: memFree=119411072/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=155940 memory=120384 CPUtime=1.48 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 35670 0 0 0 139 9 0 0 20 0 3 0 157838084 159682560 30096 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 38985 30096 2894 3032 0 34487 0
[pid=802711/tid=802713] ppid=802708 vsize=155940 memory=4152 CPUtime=0.79 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 17799 0 0 0 76 3 0 0 20 0 3 0 157838148 159682560 30096 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=155940 memory=2264 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 157838158 159682560 30096 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 155940 KiB
Current children cumulated memory: 120384 KiB

[startup+3.11276 s]
/proc/loadavg: 4.04 4.08 3.91 6/249 802714
/proc/meminfo: memFree=119376168/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=221476 memory=132792 CPUtime=3.08 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 46570 0 0 0 298 10 0 0 20 0 3 0 157838084 226791424 33198 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 55369 33198 2910 3032 0 40281 0
[pid=802711/tid=802713] ppid=802708 vsize=221476 memory=2264 CPUtime=2.4 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 28695 0 0 0 235 5 0 0 20 0 3 0 157838148 226791424 33198 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=221476 memory=83736 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 157838158 226791424 33198 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 221476 KiB
Current children cumulated memory: 132792 KiB

[startup+6.30038 s]
/proc/loadavg: 4.04 4.08 3.91 6/249 802715
/proc/meminfo: memFree=119342580/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=287012 memory=165272 CPUtime=6.26 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 63357 0 0 0 614 12 0 0 20 0 3 0 157838084 293900288 41318 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 71753 41318 2926 3032 0 54014 0
[pid=802711/tid=802713] ppid=802708 vsize=287012 memory=11420 CPUtime=5.58 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 45449 0 0 0 551 7 0 0 20 0 3 0 157838148 293900288 41318 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=287012 memory=133556 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 157838158 293900288 41318 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 287012 KiB
Current children cumulated memory: 165272 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 4.09 3.92 6/249 802715
/proc/meminfo: memFree=119342348/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=287012 memory=165640 CPUtime=12.64 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 81736 0 0 0 1251 13 0 0 20 0 3 0 157838084 293900288 41410 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 71753 41410 2974 3032 0 54014 0
[pid=802711/tid=802713] ppid=802708 vsize=287012 memory=165348 CPUtime=11.96 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 63639 0 0 0 1188 8 0 0 20 0 3 0 157838148 293900288 41410 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=287012 memory=2273 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 157838158 293900288 41410 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 287012 KiB
Current children cumulated memory: 165640 KiB

[startup+25.5004 s]
/proc/loadavg: 4.09 4.09 3.92 6/251 802721
/proc/meminfo: memFree=119287688/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=287012 memory=166060 CPUtime=25.4 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 107681 0 0 0 2525 15 0 0 20 0 3 0 157838084 293900288 41515 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 71753 41515 2974 3032 0 55364 0
[pid=802711/tid=802713] ppid=802708 vsize=287012 memory=165740 CPUtime=24.71 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 89364 0 0 0 2462 9 0 0 20 0 3 0 157838148 293900288 41515 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=287012 memory=165728 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 3 0 157838158 293900288 41515 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 287012 KiB
Current children cumulated memory: 166060 KiB

[startup+51.1133 s]
/proc/loadavg: 4.06 4.08 3.92 6/251 802725
/proc/meminfo: memFree=119235552/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=352548 memory=214152 CPUtime=50.94 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 174084 0 0 0 5073 21 0 0 20 0 3 0 157838084 361009152 53538 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 88137 53538 2974 3032 0 68670 0
[pid=802711/tid=802713] ppid=802708 vsize=352548 memory=213580 CPUtime=50.25 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 155604 0 0 0 5010 15 0 0 20 0 3 0 157838148 361009152 53538 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=352548 memory=11420 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 157838158 361009152 53538 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 352548 KiB
Current children cumulated memory: 214152 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.11 3.94 6/251 802734
/proc/meminfo: memFree=119127184/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=462876 memory=298544 CPUtime=101.95 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 233356 0 0 0 10169 26 0 0 20 0 3 0 157838084 473985024 74636 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 115719 74636 3294 3032 0 95755 0
[pid=802711/tid=802713] ppid=802708 vsize=462876 memory=298544 CPUtime=101.25 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 214654 0 0 0 10105 20 0 0 20 0 3 0 157838148 473985024 74636 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=462876 memory=285252 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 157838158 473985024 74636 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 462876 KiB
Current children cumulated memory: 298544 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 3.95 6/251 802745
/proc/meminfo: memFree=119104976/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=471836 memory=314812 CPUtime=161.71 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 283750 0 0 0 16134 37 0 0 20 0 3 0 157838084 483160064 78703 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 117959 78703 3294 3032 0 100855 0
[pid=802711/tid=802713] ppid=802708 vsize=471836 memory=308844 CPUtime=160.99 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 264935 0 0 0 16069 30 0 0 20 0 3 0 157838148 483160064 78703 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=471836 memory=314812 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 3 0 157838158 483160064 78703 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 471836 KiB
Current children cumulated memory: 314812 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.08 3.96 6/253 802759
/proc/meminfo: memFree=119071780/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=495484 memory=359132 CPUtime=221.46 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 352195 0 0 0 22100 46 0 0 20 0 3 0 157838084 507375616 89783 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 123871 89783 3294 3032 0 111134 0
[pid=802711/tid=802713] ppid=802708 vsize=495484 memory=11420 CPUtime=220.76 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 333333 0 0 0 22036 40 0 0 20 0 3 0 157838148 507375616 89783 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=495484 memory=340528 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 3 0 157838158 507375616 89783 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 221.46 s
Current children cumulated vsize: 495484 KiB
Current children cumulated memory: 359132 KiB


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

[pid=802711] ppid=802708 vsize=510956 memory=382440 CPUtime=281.24 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 397753 0 0 0 28070 54 0 0 20 0 3 0 157838084 523218944 95610 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 127739 95610 3294 3032 0 117375 0
[pid=802711/tid=802713] ppid=802708 vsize=510956 memory=373008 CPUtime=280.53 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 378842 0 0 0 28005 48 0 0 20 0 3 0 157838148 523218944 95610 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=510956 memory=382440 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 157838158 523218944 95610 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 281.24 s
Current children cumulated vsize: 510956 KiB
Current children cumulated memory: 382440 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.09 3.99 6/253 803163
/proc/meminfo: memFree=118994164/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=510956 memory=412972 CPUtime=341.06 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 448984 0 0 0 34043 63 0 0 20 0 3 0 157838084 523218944 103243 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 127739 103243 3294 3032 0 123714 0
[pid=802711/tid=802713] ppid=802708 vsize=510956 memory=373008 CPUtime=340.33 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 430027 0 0 0 33978 55 0 0 20 0 3 0 157838148 523218944 103243 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=510956 memory=389912 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 157838158 523218944 103243 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 341.06 s
Current children cumulated vsize: 510956 KiB
Current children cumulated memory: 412972 KiB

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

# cumulated CPU time of all completed processes:  user=399.169 s, system=0.762095 s

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

[startup+358.4 s]
/proc/loadavg: 4.07 4.09 3.99 6/251 803166
/proc/meminfo: memFree=118989292/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=582540 memory=417916 CPUtime=357.1 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 451296 0 0 0 35645 65 0 0 20 0 3 0 157838084 596520960 104479 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 145635 104479 3294 3032 0 126317 0
[pid=802711/tid=802713] ppid=802708 vsize=582540 memory=16192 CPUtime=356.37 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 432339 0 0 0 35580 57 0 0 20 0 3 0 157838148 596520960 104479 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=582540 memory=5540 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 157838158 596520960 104479 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 357.1 s
Current children cumulated vsize: 582540 KiB
Current children cumulated memory: 417916 KiB

[startup+384 s]*
/proc/loadavg: 4.10 4.09 4.00 6/251 803170
/proc/meminfo: memFree=118988220/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=582540 memory=418512 CPUtime=382.63 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 474551 0 0 0 38195 68 0 0 20 0 3 0 157838084 596520960 104628 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 145635 104628 3294 3032 0 126317 0
[pid=802711/tid=802713] ppid=802708 vsize=582540 memory=6720668727161010793 CPUtime=381.9 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 455552 0 0 0 38129 61 0 0 20 0 3 0 157838148 596520960 104628 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=582540 memory=-7594889379599114617 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 157838158 596520960 104628 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 382.63 s
Current children cumulated vsize: 582540 KiB
Current children cumulated memory: 418512 KiB

[startup+390.4 s]
/proc/loadavg: 4.09 4.09 4.00 6/251 803172
/proc/meminfo: memFree=118969420/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=582540 memory=437468 CPUtime=389 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 496567 0 0 0 38830 70 0 0 20 0 3 0 157838084 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 145635 109367 3294 3032 0 130802 0
[pid=802711/tid=802713] ppid=802708 vsize=582540 memory=418308 CPUtime=388.26 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 477447 0 0 0 38764 62 0 0 20 0 3 0 157838148 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=582540 memory=418312 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 157838158 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 389 s
Current children cumulated vsize: 582540 KiB
Current children cumulated memory: 437468 KiB

[startup+396.8 s]
/proc/loadavg: 4.08 4.09 4.00 6/251 803173
/proc/meminfo: memFree=118969324/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=582540 memory=437468 CPUtime=395.38 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 507903 0 0 0 39467 71 0 0 20 0 3 0 157838084 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 145635 109367 3294 3032 0 130802 0
[pid=802711/tid=802713] ppid=802708 vsize=582540 memory=418312 CPUtime=394.64 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 488780 0 0 0 39401 63 0 0 20 0 3 0 157838148 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=582540 memory=42444 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 3 0 157838158 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 395.38 s
Current children cumulated vsize: 582540 KiB
Current children cumulated memory: 437468 KiB

[startup+398.4 s]
/proc/loadavg: 4.08 4.09 4.00 6/251 803173
/proc/meminfo: memFree=118969384/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=582540 memory=437468 CPUtime=396.97 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 508088 0 0 0 39626 71 0 0 20 0 3 0 157838084 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 145635 109367 3294 3032 0 130802 0
[pid=802711/tid=802713] ppid=802708 vsize=582540 memory=437468 CPUtime=396.24 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 488965 0 0 0 39561 63 0 0 20 0 3 0 157838148 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=582540 memory=2264 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 3 0 157838158 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 396.97 s
Current children cumulated vsize: 582540 KiB
Current children cumulated memory: 437468 KiB

[startup+400 s]*
/proc/loadavg: 4.07 4.09 4.00 6/251 803173
/proc/meminfo: memFree=118969320/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=582540 memory=437468 CPUtime=398.58 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 508229 0 0 0 39787 71 0 0 20 0 3 0 157838084 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 145635 109367 3294 3032 0 130802 0
[pid=802711/tid=802713] ppid=802708 vsize=582540 memory=6720668727161010793 CPUtime=397.85 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 489106 0 0 0 39721 64 0 0 20 0 3 0 157838148 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=582540 memory=-7594889379599114617 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 3 0 157838158 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 398.58 s
Current children cumulated vsize: 582540 KiB
Current children cumulated memory: 437468 KiB

[startup+400.8 s]
/proc/loadavg: 4.07 4.09 4.00 6/251 803173
/proc/meminfo: memFree=118969320/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=582540 memory=437468 CPUtime=399.36 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 508242 0 0 0 39865 71 0 0 20 0 3 0 157838084 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 145635 109367 3294 3032 0 130802 0
[pid=802711/tid=802713] ppid=802708 vsize=582540 memory=437468 CPUtime=398.64 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 489119 0 0 0 39800 64 0 0 20 0 3 0 157838148 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=582540 memory=6720668727161010793 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 3 0 157838158 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 399.36 s
Current children cumulated vsize: 582540 KiB
Current children cumulated memory: 437468 KiB

[startup+401.2 s]
/proc/loadavg: 4.07 4.09 4.00 7/251 803173
/proc/meminfo: memFree=118969400/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=582540 memory=437468 CPUtime=399.76 cores=5,7
/proc/802711/stat : 802711 (fscip) S 802708 802711 797687 0 -1 1077936128 508244 0 0 0 39905 71 0 0 20 0 3 0 157838084 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 145635 109367 3294 3032 0 130802 0
[pid=802711/tid=802713] ppid=802708 vsize=582540 memory=437468 CPUtime=399.03 cores=5,7
/proc/802711/task/802713/stat : 802713 (fscip) R 802708 802711 797687 0 -1 4194368 489121 0 0 0 39839 64 0 0 20 0 3 0 157838148 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
[pid=802711/tid=802714] ppid=802708 vsize=582540 memory=2264 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 3 0 157838158 596520960 109367 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 399.76 s
Current children cumulated vsize: 582540 KiB
Current children cumulated memory: 437468 KiB

[startup+401.301 s]
/proc/loadavg: 4.07 4.09 4.00 7/251 803173
/proc/meminfo: memFree=118969400/131655788 swapFree=131071996/131071996
[pid=802711] ppid=802708 vsize=415644 memory=320924 CPUtime=399.86 cores=5,7
/proc/802711/stat : 802711 (fscip) R 802708 802711 797687 0 -1 4194304 518665 0 0 0 39914 72 0 0 20 0 2 0 157838084 425619456 80231 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
/proc/802711/statm: 103911 80231 3294 3032 0 100100 0
[pid=802711/tid=802714] ppid=802708 vsize=415644 memory=11420 CPUtime=0 cores=5,7
/proc/802711/task/802714/stat : 802714 (fscip) S 802708 802711 797687 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 2 0 157838158 425619456 80231 134679101440 4194304 16613245 140723985675760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55529472 140723985679381 140723985679497 140723985679497 140723985686512 0
Current children cumulated CPU time: 399.86 s
Current children cumulated vsize: 415644 KiB
Current children cumulated memory: 320924 KiB

Child status: 0

Real time (s): 401.358
CPU time (s): 399.932
CPU user time (s): 399.169
CPU system time (s): 0.762095
CPU usage (%): 99.6446
Max. virtual memory (cumulated for all children) (KiB): 582540
Max. memory (cumulated for all children) (KiB): 437468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 399.17
system time used= 0.762095
maximum resident set size= 437468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 522087
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= 1203
involuntary context switches= 408


# summary of solver processes directly reported to runsolver:
#   pid: 802711
#   total CPU time (s): 399.932
#   total CPU user time (s): 399.169
#   total CPU system time (s): 0.762095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.95786 second user time and 4.20205 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-15 17:20:22
IDJOB=4434710
IDBENCH=146689
IDSOLVER=3064
FILE ID=nodeC011/4434710-1721056809
RUNJOBID= nodeC011-1721054725-801074
SLURM_JOB_ID= 7505475
Free space on /tmp= 723684 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434710-1721056809/watcher-4434710-1721056809 -o /tmp/evaluation-result-4434710-1721056809/solver-4434710-1721056809 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721054725-801074 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4434710-1721056809.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 3e791e4af881e2fe08ee2208e231d7f8
RANDOM SEED=1086714760

nodeC011.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		: 3607.850
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.20
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		: 3675.151
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.31
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.270
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.20
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.211
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.31
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		: 3659.202
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.20
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		: 1220.653
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.31
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.304
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.20
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.123
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119498408 kB
MemAvailable:   124670536 kB
Buffers:          380564 kB
Cached:          5569236 kB
SwapCached:            0 kB
Active:           662916 kB
Inactive:       10818484 kB
Active(anon):       1428 kB
Inactive(anon):  5567904 kB
Active(file):     661488 kB
Inactive(file):  5250580 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28636 kB
Writeback:             0 kB
AnonPages:       5531328 kB
Mapped:           139388 kB
Shmem:             37704 kB
KReclaimable:     200516 kB
Slab:             309888 kB
SReclaimable:     200516 kB
SUnreclaim:       109372 kB
KernelStack:        3968 kB
PageTables:        20260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    3232596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51392 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2603008 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:      262984 kB
DirectMap2M:    33196032 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723656 MiB
End job on nodeC011 at 2024-07-15 17:27:03