Trace number 4118064

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
Sat4j PB 2.3.6 Resolution PB16SAT (TO)4372559 1800.66 1795.54

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-pb302055.opb
MD5SUMffb6ce3cdd46fd72cdee8230f8ae953c
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4372559
Best CPU time to get the best result obtained on this benchmark1800.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints20
Minimum length of a constraint20
Maximum length of a constraint30
Number of terms in the objective function 165900
Biggest coefficient in the objective function 299963
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 1823101901
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 299963
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1823101901
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)165300
Sum of products size (including duplicates)330600
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4118064-1467219924.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
3.78/1.68	c ... done. Wall clock time 1.572s.
3.78/1.68	c declared #vars     600
3.78/1.68	c internal #vars     165900
3.78/1.69	c #constraints  330680
3.78/1.69	c constraints type 
3.78/1.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 165330
3.78/1.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
3.78/1.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 165320
3.78/1.69	c 330680 constraints processed.
3.78/1.69	c objective function length is 165900 literals
4.46/2.03	c SATISFIABLE
4.46/2.03	c OPTIMIZING...
4.46/2.03	c Got one! Elapsed wall clock time (in seconds):1.928
4.46/2.03	o 4496752
5.33/2.55	c Got one! Elapsed wall clock time (in seconds):2.439
5.33/2.55	o 4492497
6.91/3.50	c Got one! Elapsed wall clock time (in seconds):3.393
6.91/3.50	o 4482708
9.12/5.71	c Got one! Elapsed wall clock time (in seconds):5.607
9.12/5.71	o 4479993
9.33/5.95	c Got one! Elapsed wall clock time (in seconds):5.846
9.33/5.95	o 4397743
9.66/6.23	c Got one! Elapsed wall clock time (in seconds):6.12
9.66/6.23	o 4386348
10.76/7.07	c Got one! Elapsed wall clock time (in seconds):6.959
10.76/7.07	o 4381314
10.96/7.30	c Got one! Elapsed wall clock time (in seconds):7.189
10.96/7.30	o 4372559
27.71/23.95	c cleaning 3228 clauses out of 6467 with flag 12021/6467
46.08/42.24	c cleaning 4615 clauses out of 9238 with flag 26738/12466
67.09/63.24	c cleaning 5805 clauses out of 11623 with flag 43203/19466
92.78/88.99	c cleaning 6904 clauses out of 13818 with flag 61971/27466
122.23/118.39	c cleaning 7942 clauses out of 15914 with flag 82866/36466
153.33/149.40	c cleaning 8976 clauses out of 17972 with flag 105799/46466
190.74/186.85	c cleaning 9986 clauses out of 19996 with flag 131080/57466
229.85/225.93	c cleaning 10995 clauses out of 22010 with flag 159555/69466
272.36/268.42	c cleaning 12002 clauses out of 24016 with flag 189831/82467
318.06/314.18	c cleaning 12995 clauses out of 26014 with flag 222312/96467
367.46/363.58	c cleaning 13999 clauses out of 28018 with flag 257239/111466
420.17/416.23	c cleaning 14995 clauses out of 30020 with flag 294080/127467
475.68/471.77	c cleaning 15996 clauses out of 32024 with flag 334202/144466
535.59/531.62	c cleaning 17003 clauses out of 34028 with flag 376259/162466
599.10/595.13	c cleaning 18013 clauses out of 36027 with flag 420142/181468
666.42/662.48	c cleaning 18993 clauses out of 38012 with flag 467344/201466
739.84/735.65	c cleaning 20000 clauses out of 40019 with flag 516815/222466
818.15/813.91	c cleaning 21003 clauses out of 42019 with flag 570862/244466
900.78/896.53	c cleaning 21994 clauses out of 44016 with flag 623744/267466
981.77/977.52	c cleaning 23006 clauses out of 46022 with flag 681171/291466
1063.28/1059.00	c cleaning 24007 clauses out of 48016 with flag 741567/316466
1149.79/1145.50	c cleaning 24994 clauses out of 50009 with flag 801538/342466
1237.90/1233.66	c cleaning 25999 clauses out of 52015 with flag 864863/369466
1331.52/1327.28	c cleaning 26993 clauses out of 54017 with flag 931844/397467
1430.33/1426.01	c cleaning 27997 clauses out of 56023 with flag 1001014/426466
1536.43/1532.19	c cleaning 28999 clauses out of 58026 with flag 1071293/456466
1647.95/1643.61	c cleaning 30004 clauses out of 60027 with flag 1145895/487466
1758.47/1753.96	c cleaning 31001 clauses out of 62023 with flag 1223398/519466
1800.07/1795.50	c starts		: 10
1800.07/1795.50	c conflicts		: 530987
1800.07/1795.50	c decisions		: 1852223
1800.07/1795.50	c propagations		: 260181126
1800.07/1795.50	c inspects		: 4262868558
1800.07/1795.50	c shortcuts		: 0
1800.07/1795.50	c learnt literals	: 0
1800.07/1795.50	c learnt binary clauses	: 0
1800.07/1795.50	c learnt ternary clauses	: 0
1800.07/1795.50	c learnt constraints	: 530987
1800.07/1795.50	c ignored constraints	: 0
1800.07/1795.50	c root simplifications	: 0
1800.07/1795.50	c removed literals (reason simplification)	: 0
1800.07/1795.50	c reason swapping (by a shorter reason)	: 0
1800.07/1795.50	c Calls to reduceDB	: 28
1800.07/1795.50	c Number of update (reduction) of LBD	: 75780
1800.07/1795.50	c Imported unit clauses	: 0
1800.07/1795.50	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.50	c number of learned constraints concerned by reduction	: 0
1800.07/1795.50	c number of learning phase by resolution	: 0
1800.07/1795.50	c number of learning phase by cutting planes	: 0
1800.07/1795.50	c speed (assignments/second)	: 145052.75854379215
1800.07/1795.50	c non guided choices	178
1800.07/1795.52	c learnt constraints type 
1800.07/1795.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42543
1800.07/1795.52	s SATISFIABLE
1800.07/1795.52	c Found 8 solution(s)
1800.07/1795.52	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 -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 -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 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 -x520 x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 
1800.07/1795.52	c objective function=4372559
1800.07/1795.52	c Total wall clock time (in seconds): 1795.414

Verifier Data

OK	4372559

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4118064-1467219924/watcher-4118064-1467219924 -o /tmp/evaluation-result-4118064-1467219924/solver-4118064-1467219924 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4305 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118064-1467219924.opb 

pid=5538
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.06 2.05 3/194 5541
/proc/meminfo: memFree=30345860/32872528 swapFree=242912/249044
[pid=5541] ppid=5538 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5541/stat : 5541 (java) S 5538 5541 4289 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3098755 98570240 977 33554432000 1073741824 1073778376 140736141018656 140736141009792 247067607101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5541/statm: 24065 977 743 9 0 16771 0
[pid=5541/tid=5542] ppid=5538 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (java) R 5538 5541 4289 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3098755 98570240 977 33554432000 1073741824 1073778376 140736141018656 139784847642152 247064249728 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.09 2.06 2.05 3/194 5541
/proc/meminfo: memFree=30345860/32872528 swapFree=242912/249044
[pid=5541] ppid=5538 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/5541/stat : 5541 (java) S 5538 5541 4289 0 -1 4202496 4436 0 1 0 9 1 0 0 20 0 18 0 3098755 9787879424 6062 33554432000 1073741824 1073778376 140736141018656 140736141009792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5541/statm: 2389619 6062 2140 9 0 2380296 0
[pid=5541/tid=5542] ppid=5538 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (java) R 5538 5541 4289 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 3098755 9787879424 6062 33554432000 1073741824 1073778376 140736141018656 139784847645600 139784837709312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 2.09 2.06 2.05 3/194 5541
/proc/meminfo: memFree=30345860/32872528 swapFree=242912/249044
[pid=5541] ppid=5538 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/5541/stat : 5541 (java) S 5538 5541 4289 0 -1 4202496 4709 0 1 0 23 1 0 0 20 0 18 0 3098755 9787879424 6795 33554432000 1073741824 1073778376 140736141018656 140736141009792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5541/statm: 2389619 6795 2212 9 0 2380296 0
[pid=5541/tid=5542] ppid=5538 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (java) R 5538 5541 4289 0 -1 4202560 2400 0 1 0 16 2 0 0 20 0 18 0 3098755 9787879424 6795 33554432000 1073741824 1073778376 140736141018656 139784847646040 139784693572172 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300334 s]
/proc/loadavg: 2.09 2.06 2.05 3/194 5541
/proc/meminfo: memFree=30345860/32872528 swapFree=242912/249044
[pid=5541] ppid=5538 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/5541/stat : 5541 (java) S 5538 5541 4289 0 -1 4202496 6153 0 1 0 46 1 0 0 20 0 18 0 3098755 9787879424 8797 33554432000 1073741824 1073778376 140736141018656 140736141009792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5541/statm: 2389619 8797 2245 9 0 2380296 0
[pid=5541/tid=5542] ppid=5538 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (java) R 5538 5541 4289 0 -1 4202560 2405 0 1 0 26 2 0 0 20 0 18 0 3098755 9787879424 8797 33554432000 1073741824 1073778376 140736141018656 139784847646104 139784693589192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700272 s]
/proc/loadavg: 2.09 2.06 2.05 3/194 5541
/proc/meminfo: memFree=30345860/32872528 swapFree=242912/249044
[pid=5541] ppid=5538 vsize=9558476 CPUtime=1.66 cores=0,2,4,6
/proc/5541/stat : 5541 (java) S 5538 5541 4289 0 -1 4202496 29436 0 1 0 160 6 0 0 20 0 18 0 3098755 9787879424 34099 33554432000 1073741824 1073778376 140736141018656 140736141009792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5541/statm: 2389619 34099 2257 9 0 2380296 0
[pid=5541/tid=5542] ppid=5538 vsize=9558476 CPUtime=0.68 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (java) R 5538 5541 4289 0 -1 4202560 2430 0 1 0 66 2 0 0 20 0 18 0 3098755 9787879424 34099 33554432000 1073741824 1073778376 140736141018656 139784847646104 139784694101732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.09 2.06 2.05 5/212 5559
/proc/meminfo: memFree=30079236/32872528 swapFree=242912/249044
[pid=5541] ppid=5538 vsize=9558476 CPUtime=3.68 cores=0,2,4,6
/proc/5541/stat : 5541 (java) S 5538 5541 4289 0 -1 4202496 34037 0 1 0 349 19 0 0 20 0 18 0 3098755 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 140736141009792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5541/statm: 2389619 88180 2275 9 0 2380296 0
[pid=5541/tid=5542] ppid=5538 vsize=9558476 CPUtime=1.3 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (java) R 5538 5541 4289 0 -1 4202560 2474 0 1 0 126 4 0 0 20 0 18 0 3098755 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784847645752 139784693889398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5544] ppid=5538 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (java) S 5538 5541 4289 0 -1 4202560 140 0 0 0 4 0 0 0 20 0 18 0 3098756 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784820099496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5545] ppid=5538 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/5541/task/5545/stat : 5545 (java) S 5538 5541 4289 0 -1 4202560 125 0 0 0 6 2 0 0 20 0 18 0 3098756 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784819046952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5546] ppid=5538 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/5541/task/5546/stat : 5546 (java) S 5538 5541 4289 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 3098756 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784817993896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5547] ppid=5538 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/5541/task/5547/stat : 5547 (java) S 5538 5541 4289 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 18 0 3098756 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784816941352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5548] ppid=5538 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/5541/task/5548/stat : 5548 (java) S 5538 5541 4289 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 18 0 3098756 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784815889320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5549] ppid=5538 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/5541/task/5549/stat : 5549 (java) S 5538 5541 4289 0 -1 4202560 61 0 0 0 8 2 0 0 20 0 18 0 3098756 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784814836776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5550] ppid=5538 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/5541/task/5550/stat : 5550 (java) S 5538 5541 4289 0 -1 4202560 229 0 0 0 9 2 0 0 20 0 18 0 3098756 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784813783720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5551] ppid=5538 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/5541/task/5551/stat : 5551 (java) S 5538 5541 4289 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 18 0 3098756 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784812731176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5552] ppid=5538 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5552/stat : 5552 (java) S 5538 5541 4289 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 3098757 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784200620392 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5553] ppid=5538 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5553/stat : 5553 (java) S 5538 5541 4289 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 3098758 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784199566712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5554] ppid=5538 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5554/stat : 5554 (java) S 5538 5541 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 3098758 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784198513544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5555] ppid=5538 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5555/stat : 5555 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3098760 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784197462288 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5556] ppid=5538 vsize=9558476 CPUtime=0.85 cores=0,2,4,6
/proc/5541/task/5556/stat : 5556 (java) S 5538 5541 4289 0 -1 4202560 11012 0 0 0 83 2 0 0 20 0 18 0 3098760 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784196410168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5557] ppid=5538 vsize=9558476 CPUtime=0.85 cores=0,2,4,6
/proc/5541/task/5557/stat : 5557 (java) S 5538 5541 4289 0 -1 4202560 18541 0 0 0 82 3 0 0 20 0 18 0 3098760 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784195357624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5558] ppid=5538 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5558/stat : 5558 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3098760 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784194304760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5559] ppid=5538 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5559/stat : 5559 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3098760 9787879424 88180 33554432000 1073741824 1073778376 140736141018656 139784193252424 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 2.09 2.06 2.05 4/213 5560
/proc/meminfo: memFree=29938416/32872528 swapFree=242912/249044
[pid=5541] ppid=5538 vsize=9625040 CPUtime=6.49 cores=0,2,4,6
/proc/5541/stat : 5541 (java) S 5538 5541 4289 0 -1 4202496 36921 0 1 0 618 31 0 0 20 0 19 0 3098755 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 140736141009792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5541/statm: 2406260 140690 2283 9 0 2396937 0
[pid=5541/tid=5542] ppid=5538 vsize=9625040 CPUtime=2.76 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (java) R 5538 5541 4289 0 -1 4202560 2531 0 1 0 270 6 0 0 20 0 19 0 3098755 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784847646216 139784694792218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5544] ppid=5538 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (java) S 5538 5541 4289 0 -1 4202560 213 0 0 0 8 2 0 0 20 0 19 0 3098756 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784820099496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5545] ppid=5538 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/5541/task/5545/stat : 5545 (java) S 5538 5541 4289 0 -1 4202560 220 0 0 0 11 2 0 0 20 0 19 0 3098756 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784819046952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5546] ppid=5538 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/5541/task/5546/stat : 5546 (java) S 5538 5541 4289 0 -1 4202560 44 0 0 0 7 2 0 0 20 0 19 0 3098756 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784817993896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5547] ppid=5538 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/5541/task/5547/stat : 5547 (java) S 5538 5541 4289 0 -1 4202560 71 0 0 0 12 3 0 0 20 0 19 0 3098756 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784816941352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5548] ppid=5538 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/5541/task/5548/stat : 5548 (java) S 5538 5541 4289 0 -1 4202560 51 0 0 0 9 2 0 0 20 0 19 0 3098756 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784815889320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5549] ppid=5538 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/5541/task/5549/stat : 5549 (java) S 5538 5541 4289 0 -1 4202560 103 0 0 0 18 4 0 0 20 0 19 0 3098756 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784814836776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5550] ppid=5538 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/5541/task/5550/stat : 5550 (java) S 5538 5541 4289 0 -1 4202560 246 0 0 0 13 3 0 0 20 0 19 0 3098756 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784813783720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5551] ppid=5538 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/5541/task/5551/stat : 5551 (java) S 5538 5541 4289 0 -1 4202560 59 0 0 0 8 3 0 0 20 0 19 0 3098756 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784812731176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5552] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5552/stat : 5552 (java) S 5538 5541 4289 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 19 0 3098757 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784200620392 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5553] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5553/stat : 5553 (java) S 5538 5541 4289 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3098758 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784199566712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5554] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5554/stat : 5554 (java) S 5538 5541 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3098758 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784198513544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5555] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5555/stat : 5555 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3098760 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784197462288 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5556] ppid=5538 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/5541/task/5556/stat : 5556 (java) S 5538 5541 4289 0 -1 4202560 13376 0 0 0 126 2 0 0 20 0 19 0 3098760 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784196410168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5557] ppid=5538 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/5541/task/5557/stat : 5557 (java) S 5538 5541 4289 0 -1 4202560 18547 0 0 0 120 4 0 0 20 0 19 0 3098760 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784195357624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5558] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5558/stat : 5558 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3098760 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784194304760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5559] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5559/stat : 5559 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3098760 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784193252424 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5560] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5560/stat : 5560 (java) S 5538 5541 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3098935 9856040960 140690 33554432000 1073741824 1073778376 140736141018656 139784192197672 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30951 s]
/proc/loadavg: 2.08 2.06 2.04 3/213 5560
/proc/meminfo: memFree=29792772/32872528 swapFree=242912/249044
[pid=5541] ppid=5538 vsize=9625040 CPUtime=9.87 cores=0,2,4,6
/proc/5541/stat : 5541 (java) S 5538 5541 4289 0 -1 4202496 37033 0 1 0 953 34 0 0 20 0 19 0 3098755 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 140736141009792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5541/statm: 2406260 150452 2283 9 0 2396937 0
[pid=5541/tid=5542] ppid=5538 vsize=9625040 CPUtime=5.93 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (java) S 5538 5541 4289 0 -1 4202560 2533 0 1 0 587 6 0 0 20 0 19 0 3098755 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784847645672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5544] ppid=5538 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (java) R 5538 5541 4289 0 -1 4202560 240 0 0 0 9 2 0 0 20 0 19 0 3098756 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784820099672 139784851822767 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5545] ppid=5538 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/5541/task/5545/stat : 5545 (java) R 5538 5541 4289 0 -1 4202560 225 0 0 0 11 3 0 0 20 0 19 0 3098756 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784819047128 139784850118337 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5546] ppid=5538 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/5541/task/5546/stat : 5546 (java) R 5538 5541 4289 0 -1 4202560 49 0 0 0 8 2 0 0 20 0 19 0 3098756 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784817994072 139784850206874 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5547] ppid=5538 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/5541/task/5547/stat : 5547 (java) R 5538 5541 4289 0 -1 4202560 78 0 0 0 13 3 0 0 20 0 19 0 3098756 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784816941528 139784850118345 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5548] ppid=5538 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/5541/task/5548/stat : 5548 (java) R 5538 5541 4289 0 -1 4202560 57 0 0 0 10 2 0 0 20 0 19 0 3098756 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784815889200 139784851532510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5549] ppid=5538 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/5541/task/5549/stat : 5549 (java) R 5538 5541 4289 0 -1 4202560 141 0 0 0 21 5 0 0 20 0 19 0 3098756 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784814836776 139784850206619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5550] ppid=5538 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/5541/task/5550/stat : 5550 (java) R 5538 5541 4289 0 -1 4202560 264 0 0 0 16 4 0 0 20 0 19 0 3098756 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784813783896 139784851809040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5551] ppid=5538 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/5541/task/5551/stat : 5551 (java) R 5538 5541 4289 0 -1 4202560 63 0 0 0 9 3 0 0 20 0 19 0 3098756 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784812731352 139784851822767 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5552] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5552/stat : 5552 (java) S 5538 5541 4289 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 19 0 3098757 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784200619272 247067620412 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5553] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5553/stat : 5553 (java) S 5538 5541 4289 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3098758 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784199566712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5554] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5554/stat : 5554 (java) S 5538 5541 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3098758 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784198513544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5555] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5555/stat : 5555 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3098760 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784197462288 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5556] ppid=5538 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/5541/task/5556/stat : 5556 (java) S 5538 5541 4289 0 -1 4202560 13376 0 0 0 128 2 0 0 20 0 19 0 3098760 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784196410168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5557] ppid=5538 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/5541/task/5557/stat : 5557 (java) S 5538 5541 4289 0 -1 4202560 18547 0 0 0 124 4 0 0 20 0 19 0 3098760 9856040960 150452 33554432000 1073741824 1073778376 140736141018656 139784195357624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5558] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=5541/tid=5553] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5553/stat : 5553 (java) S 5538 5541 4289 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3098758 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784199566712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5554] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5554/stat : 5554 (java) S 5538 5541 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3098758 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784198513544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5555] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5555/stat : 5555 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784197462288 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5556] ppid=5538 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/5541/task/5556/stat : 5556 (java) S 5538 5541 4289 0 -1 4202560 13395 0 0 0 143 2 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784196410168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5557] ppid=5538 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/5541/task/5557/stat : 5557 (java) S 5538 5541 4289 0 -1 4202560 18552 0 0 0 130 4 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784195357624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5558] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5558/stat : 5558 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784194304760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5559] ppid=5538 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/5541/task/5559/stat : 5559 (java) S 5538 5541 4289 0 -1 4202560 99 0 0 0 31 35 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784193252424 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5560] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5560/stat : 5560 (java) S 5538 5541 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3098935 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784192197672 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.86
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.10 2.04 3/213 5670
/proc/meminfo: memFree=29258268/32872528 swapFree=242912/249044
[pid=5541] ppid=5538 vsize=9625040 CPUtime=1786.87 cores=0,2,4,6
/proc/5541/stat : 5541 (java) S 5538 5541 4289 0 -1 4202496 38583 0 1 0 178600 87 0 0 20 0 19 0 3098755 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 140736141009792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5541/statm: 2406260 273429 2298 9 0 2396937 0
[pid=5541/tid=5542] ppid=5538 vsize=9625040 CPUtime=1780.96 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (java) R 5538 5541 4289 0 -1 4202560 2824 0 1 0 178059 37 0 0 20 0 19 0 3098755 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784847638240 139784694808057 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5544] ppid=5538 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (java) S 5538 5541 4289 0 -1 4202560 275 0 0 0 15 4 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784820099496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5545] ppid=5538 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/5541/task/5545/stat : 5545 (java) S 5538 5541 4289 0 -1 4202560 291 0 0 0 19 5 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784819046952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5546] ppid=5538 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/5541/task/5546/stat : 5546 (java) S 5538 5541 4289 0 -1 4202560 203 0 0 0 21 6 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784817993896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5547] ppid=5538 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/5541/task/5547/stat : 5547 (java) S 5538 5541 4289 0 -1 4202560 174 0 0 0 19 6 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784816941352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5548] ppid=5538 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/5541/task/5548/stat : 5548 (java) S 5538 5541 4289 0 -1 4202560 168 0 0 0 18 6 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784815889320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5549] ppid=5538 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/5541/task/5549/stat : 5549 (java) S 5538 5541 4289 0 -1 4202560 178 0 0 0 27 7 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784814836776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5550] ppid=5538 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/5541/task/5550/stat : 5550 (java) S 5538 5541 4289 0 -1 4202560 365 0 0 0 25 7 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784813783720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5551] ppid=5538 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/5541/task/5551/stat : 5551 (java) S 5538 5541 4289 0 -1 4202560 96 0 0 0 16 5 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784812731176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5552] ppid=5538 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/5541/task/5552/stat : 5552 (java) S 5538 5541 4289 0 -1 4202560 699 0 0 0 62 2 0 0 20 0 19 0 3098757 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784200620392 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5553] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5553/stat : 5553 (java) S 5538 5541 4289 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3098758 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784199566712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5554] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5554/stat : 5554 (java) S 5538 5541 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3098758 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784198513544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5555] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5555/stat : 5555 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784197462288 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5556] ppid=5538 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/5541/task/5556/stat : 5556 (java) S 5538 5541 4289 0 -1 4202560 13395 0 0 0 143 2 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784196410168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5557] ppid=5538 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/5541/task/5557/stat : 5557 (java) S 5538 5541 4289 0 -1 4202560 18552 0 0 0 130 4 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784195357624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5558] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5558/stat : 5558 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784194304760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5559] ppid=5538 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/5541/task/5559/stat : 5559 (java) S 5538 5541 4289 0 -1 4202560 103 0 0 0 32 37 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784193252424 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5560] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5560/stat : 5560 (java) S 5538 5541 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3098935 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784192197672 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.87
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.11 2.09 2.04 3/213 5670
/proc/meminfo: memFree=29043416/32872528 swapFree=242912/249044
[pid=5541] ppid=5538 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/5541/stat : 5541 (java) S 5538 5541 4289 0 -1 4202496 38583 0 1 0 179920 87 0 0 20 0 19 0 3098755 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 140736141009792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5541/statm: 2406260 273429 2298 9 0 2396937 0
[pid=5541/tid=5542] ppid=5538 vsize=9625040 CPUtime=1794.16 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (java) R 5538 5541 4289 0 -1 4202560 2824 0 1 0 179379 37 0 0 20 0 19 0 3098755 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784847638240 139784694808057 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5544] ppid=5538 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (java) S 5538 5541 4289 0 -1 4202560 275 0 0 0 15 4 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784820099496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5545] ppid=5538 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/5541/task/5545/stat : 5545 (java) S 5538 5541 4289 0 -1 4202560 291 0 0 0 19 5 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784819046952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5546] ppid=5538 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/5541/task/5546/stat : 5546 (java) S 5538 5541 4289 0 -1 4202560 203 0 0 0 21 6 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784817993896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5547] ppid=5538 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/5541/task/5547/stat : 5547 (java) S 5538 5541 4289 0 -1 4202560 174 0 0 0 19 6 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784816941352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5548] ppid=5538 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/5541/task/5548/stat : 5548 (java) S 5538 5541 4289 0 -1 4202560 168 0 0 0 18 6 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784815889320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5549] ppid=5538 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/5541/task/5549/stat : 5549 (java) S 5538 5541 4289 0 -1 4202560 178 0 0 0 27 7 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784814836776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5550] ppid=5538 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/5541/task/5550/stat : 5550 (java) S 5538 5541 4289 0 -1 4202560 365 0 0 0 25 7 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784813783720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5551] ppid=5538 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/5541/task/5551/stat : 5551 (java) S 5538 5541 4289 0 -1 4202560 96 0 0 0 16 5 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784812731176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5552] ppid=5538 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/5541/task/5552/stat : 5552 (java) S 5538 5541 4289 0 -1 4202560 699 0 0 0 62 2 0 0 20 0 19 0 3098757 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784200620392 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5553] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5553/stat : 5553 (java) S 5538 5541 4289 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3098758 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784199566712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5554] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5554/stat : 5554 (java) S 5538 5541 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3098758 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784198513544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5555] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5555/stat : 5555 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784197462288 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5556] ppid=5538 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/5541/task/5556/stat : 5556 (java) S 5538 5541 4289 0 -1 4202560 13395 0 0 0 143 2 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784196410168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5557] ppid=5538 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/5541/task/5557/stat : 5557 (java) S 5538 5541 4289 0 -1 4202560 18552 0 0 0 130 4 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784195357624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5558] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5558/stat : 5558 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784194304760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5559] ppid=5538 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/5541/task/5559/stat : 5559 (java) S 5538 5541 4289 0 -1 4202560 103 0 0 0 32 37 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784193252424 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5560] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5560/stat : 5560 (java) S 5538 5541 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3098935 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784192197672 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5541 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.5 s]
/proc/loadavg: 2.11 2.09 2.04 3/213 5670
/proc/meminfo: memFree=29043416/32872528 swapFree=242912/249044
[pid=5541] ppid=5538 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/5541/stat : 5541 (java) S 5538 5541 4289 0 -1 4202496 38583 0 1 0 179920 87 0 0 20 0 19 0 3098755 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 140736141009792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5541/statm: 2406260 273429 2298 9 0 2396937 0
[pid=5541/tid=5542] ppid=5538 vsize=9625040 CPUtime=1794.16 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (java) R 5538 5541 4289 0 -1 4202560 2824 0 1 0 179379 37 0 0 20 0 19 0 3098755 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784847638240 139784694808057 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5544] ppid=5538 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (java) S 5538 5541 4289 0 -1 4202560 275 0 0 0 15 4 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784820099496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5545] ppid=5538 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/5541/task/5545/stat : 5545 (java) S 5538 5541 4289 0 -1 4202560 291 0 0 0 19 5 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784819046952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5546] ppid=5538 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/5541/task/5546/stat : 5546 (java) S 5538 5541 4289 0 -1 4202560 203 0 0 0 21 6 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784817993896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5547] ppid=5538 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/5541/task/5547/stat : 5547 (java) S 5538 5541 4289 0 -1 4202560 174 0 0 0 19 6 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784816941352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5548] ppid=5538 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/5541/task/5548/stat : 5548 (java) S 5538 5541 4289 0 -1 4202560 168 0 0 0 18 6 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784815889320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5549] ppid=5538 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/5541/task/5549/stat : 5549 (java) S 5538 5541 4289 0 -1 4202560 178 0 0 0 27 7 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784814836776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5550] ppid=5538 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/5541/task/5550/stat : 5550 (java) S 5538 5541 4289 0 -1 4202560 365 0 0 0 25 7 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784813783720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5551] ppid=5538 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/5541/task/5551/stat : 5551 (java) S 5538 5541 4289 0 -1 4202560 96 0 0 0 16 5 0 0 20 0 19 0 3098756 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784812731176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5552] ppid=5538 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/5541/task/5552/stat : 5552 (java) S 5538 5541 4289 0 -1 4202560 699 0 0 0 62 2 0 0 20 0 19 0 3098757 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784200620392 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5553] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5553/stat : 5553 (java) S 5538 5541 4289 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3098758 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784199566712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5554] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5554/stat : 5554 (java) S 5538 5541 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3098758 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784198513544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5541/tid=5555] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5555/stat : 5555 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784197462288 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5556] ppid=5538 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/5541/task/5556/stat : 5556 (java) S 5538 5541 4289 0 -1 4202560 13395 0 0 0 143 2 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784196410168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5541/tid=5557] ppid=5538 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/5541/task/5557/stat : 5557 (java) S 5538 5541 4289 0 -1 4202560 18552 0 0 0 130 4 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784195357624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5558] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5558/stat : 5558 (java) S 5538 5541 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784194304760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5541/tid=5559] ppid=5538 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/5541/task/5559/stat : 5559 (java) S 5538 5541 4289 0 -1 4202560 103 0 0 0 32 37 0 0 20 0 19 0 3098760 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784193252424 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5541/tid=5560] ppid=5538 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5560/stat : 5560 (java) S 5538 5541 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3098935 9856040960 273429 33554432000 1073741824 1073778376 140736141018656 139784192197672 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1795.54
CPU time (s): 1800.66
CPU user time (s): 1799.24
CPU system time (s): 1.42178
CPU usage (%): 100.285
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.42178
maximum resident set size= 1093844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38622
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38307
involuntary context switches= 4507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1187 second user time and 8.59769 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-29 19:05:24
IDJOB=4118064
IDBENCH=111441
IDSOLVER=2546
FILE ID=node103/4118064-1467219924
RUNJOBID= node103-1467209106-4305
PBS_JOBID= 19997590
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-pb302055.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118064-1467219924/watcher-4118064-1467219924 -o /tmp/evaluation-result-4118064-1467219924/solver-4118064-1467219924 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4305 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118064-1467219924.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ffb6ce3cdd46fd72cdee8230f8ae953c
RANDOM SEED=1965047596

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30346132 kB
Buffers:           92972 kB
Cached:          1223804 kB
SwapCached:            0 kB
Active:          1121992 kB
Inactive:         417012 kB
Active(anon):     224472 kB
Inactive(anon):       64 kB
Active(file):     897520 kB
Inactive(file):   416948 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3200 kB
Writeback:             0 kB
AnonPages:        542936 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             602756 kB
SReclaimable:      47040 kB
SUnreclaim:       555716 kB
KernelStack:        1760 kB
PageTables:         5412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     947520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node103 at 2016-06-29 19:35:20