Trace number 3732158

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31OPT66 25.7291 15.4077

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-6pb.opb
MD5SUM417e88f02ffea81dc93d5dcf35453cad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark0.066989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 66
Optimality of the best value was proved YES
Number of variables624
Total number of constraints1884
Number of constraints which are clauses1860
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint26
Number of terms in the objective function 624
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 624
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 624
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.0.v20100531
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		1349517296
0.05/0.08	c Max memory 		1356595200
0.05/0.08	c Total memory 		1356595200
0.05/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3732158-1338739596.opb
0.09/0.11	c reading problem ... 
0.25/0.28	c ... done. Wall clock time 0.173s.
0.25/0.28	c #vars     624
0.25/0.28	c #constraints  1884
0.25/0.28	c constraints type 
0.25/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1508
0.25/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.25/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 352
0.25/0.28	c constraints type 
0.25/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 352
0.25/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1508
0.25/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.85/0.41	c And the winner is CuttingPlanes
1.11/1.29	c SATISFIABLE
1.11/1.29	c OPTIMIZING...
1.11/1.29	c Got one! Elapsed wall clock time (in seconds):1.177
1.11/1.29	o 72
1.91/1.51	c And the winner is CuttingPlanes
2.16/2.29	c Got one! Elapsed wall clock time (in seconds):2.181
2.16/2.29	o 70
2.16/2.35	c cleaning 2498 clauses out of 4996 with flag 5001/5001
2.84/2.56	c cleaning 4243 clauses out of 8495 with flag 11000/11000
3.76/2.82	c cleaning 5621 clauses out of 11252 with flag 18000/18000
4.37/3.16	c cleaning 6809 clauses out of 13630 with flag 26001/26001
4.79/3.33	c And the winner is CuttingPlanes
4.86/4.30	c Got one! Elapsed wall clock time (in seconds):4.185
4.86/4.30	o 68
5.32/4.53	c cleaning 7907 clauses out of 15821 with flag 35001/35001
6.33/5.07	c cleaning 8952 clauses out of 17912 with flag 45000/45000
7.56/5.67	c cleaning 9471 clauses out of 18960 with flag 55000/55000
8.79/6.26	c cleaning 9725 clauses out of 19487 with flag 65000/65000
10.16/6.99	c cleaning 9866 clauses out of 19762 with flag 75001/75001
10.73/7.30	c And the winner is Resolution
10.94/7.31	c Got one! Elapsed wall clock time (in seconds):7.195
10.94/7.31	o 66
11.79/7.78	c cleaning 9932 clauses out of 19895 with flag 85001/85001
13.36/8.58	c cleaning 9974 clauses out of 19962 with flag 95001/95001
14.97/9.33	c cleaning 9981 clauses out of 19985 with flag 105001/105001
16.55/10.18	c cleaning 9986 clauses out of 20003 with flag 115000/115000
18.11/10.98	c cleaning 9994 clauses out of 20018 with flag 125001/125001
19.86/11.80	c cleaning 10004 clauses out of 20023 with flag 135001/135001
21.42/12.63	c cleaning 10005 clauses out of 20017 with flag 145000/145000
22.96/13.47	c cleaning 9998 clauses out of 20009 with flag 155000/155000
24.53/14.22	c cleaning 9996 clauses out of 20011 with flag 165001/165001
25.29/14.69	c And the winner is Resolution
25.51/15.39	c starts		: 105
25.51/15.39	c conflicts		: 171496
25.51/15.39	c decisions		: 206202
25.51/15.39	c propagations		: 9769867
25.51/15.39	c inspects		: 78263464
25.51/15.39	c learnt literals	: 28
25.51/15.39	c learnt binary clauses	: 193
25.51/15.39	c learnt ternary clauses	: 717
25.51/15.39	c learnt clauses	: 171467
25.51/15.39	c ignored clauses	: 0
25.51/15.39	c root simplifications	: 0
25.51/15.39	c removed literals (reason simplification)	: 2467186
25.51/15.39	c reason swapping (by a shorter reason)	: 0
25.51/15.39	c Calls to reduceDB	: 18
25.51/15.39	c number of reductions to clauses (during analyze)	: 0
25.51/15.39	c number of learned constraints concerned by reduction	: 0
25.51/15.39	c number of learning phase by resolution	: 0
25.51/15.39	c number of learning phase by cutting planes	: 0
25.51/15.39	c speed (assignments/second)	: 1207945.96933729
25.51/15.39	c non guided choices	77
25.51/15.39	c learnt constraints type 
25.51/15.39	c constraints type 
25.51/15.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1508
25.51/15.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
25.51/15.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 352
25.51/15.39	c constraints type 
25.51/15.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 352
25.51/15.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1508
25.51/15.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
25.51/15.39	s OPTIMUM FOUND
25.51/15.40	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 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 
25.51/15.40	c objective function=66
25.51/15.40	c Total wall clock time (in seconds): 15.288

Verifier Data

OK	66

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3732158-1338739596/watcher-3732158-1338739596 -o /tmp/evaluation-result-3732158-1338739596/solver-3732158-1338739596 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732158-1338739596.opb 

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: 0.58 0.35 0.63 10/197 9630
/proc/meminfo: memFree=26277328/32873844 swapFree=7628/7628
[pid=9630] ppid=9628 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (java) R 9628 9630 9489 0 -1 4202496 591 0 0 0 0 0 0 0 20 0 1 0 340084421 23793664 317 33554432000 1073741824 1073778376 140734737344896 140734737333960 223642434099 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 5809 332 256 9 0 128 0

[startup+0.0730681 s]
/proc/loadavg: 0.58 0.35 0.63 10/197 9630
/proc/meminfo: memFree=26277328/32873844 swapFree=7628/7628
[pid=9630] ppid=9628 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/9630/stat : 9630 (java) S 9628 9630 9489 0 -1 4202496 3893 0 1 0 4 1 0 0 20 0 18 0 340084421 2764726272 5611 33554432000 1073741824 1073778376 140734737344896 140734737336032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 674982 5611 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100197 s]
/proc/loadavg: 0.58 0.35 0.63 10/197 9630
/proc/meminfo: memFree=26277328/32873844 swapFree=7628/7628
[pid=9630] ppid=9628 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/9630/stat : 9630 (java) S 9628 9630 9489 0 -1 4202496 4697 0 1 0 8 1 0 0 20 0 18 0 340084421 2764726272 6408 33554432000 1073741824 1073778376 140734737344896 140734737336032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 674982 6408 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300165 s]
/proc/loadavg: 0.58 0.35 0.63 10/197 9630
/proc/meminfo: memFree=26277328/32873844 swapFree=7628/7628
[pid=9630] ppid=9628 vsize=2833056 CPUtime=0.47 cores=0,2,4,6
/proc/9630/stat : 9630 (java) S 9628 9630 9489 0 -1 4202496 5752 0 1 0 46 1 0 0 20 0 20 0 340084421 2901049344 9725 33554432000 1073741824 1073778376 140734737344896 140734737336032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 708264 9725 2226 9 0 698958 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2833056

[startup+0.700231 s]
/proc/loadavg: 0.58 0.35 0.63 10/197 9630
/proc/meminfo: memFree=26277328/32873844 swapFree=7628/7628
[pid=9630] ppid=9628 vsize=2966184 CPUtime=1.11 cores=0,2,4,6
/proc/9630/stat : 9630 (java) S 9628 9630 9489 0 -1 4202496 10148 0 1 0 107 4 0 0 20 0 20 0 340084421 3037372416 12476 33554432000 1073741824 1073778376 140734737344896 140734737336032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 741546 12476 2241 9 0 732240 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 2966184

[startup+1.50066 s]
/proc/loadavg: 0.70 0.38 0.64 3/217 9652
/proc/meminfo: memFree=26231184/32873844 swapFree=7628/7628
[pid=9630] ppid=9628 vsize=2966184 CPUtime=1.91 cores=0,2,4,6
/proc/9630/stat : 9630 (java) S 9628 9630 9489 0 -1 4202496 16236 0 1 0 185 6 0 0 20 0 22 0 340084421 3037372416 33015 33554432000 1073741824 1073778376 140734737344896 140734737336032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 741546 33016 2242 9 0 732240 0
[pid=9630/tid=9632] ppid=9628 vsize=2966184 CPUtime=0.26 cores=0,2,4,6
/proc/9630/task/9632/stat : 9632 (java) S 9628 9630 9489 0 -1 4202560 2797 0 1 0 25 1 0 0 20 0 22 0 340084422 3037372416 33016 33554432000 1073741824 1073778376 140734737344896 139891889026200 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9633] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9633/stat : 9633 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 33016 33554432000 1073741824 1073778376 140734737344896 139891873306920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9634] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9634/stat : 9634 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 33016 33554432000 1073741824 1073778376 140734737344896 139891872254120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9635] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9635/stat : 9635 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 33018 33554432000 1073741824 1073778376 140734737344896 139891871201832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9630/tid=9636] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9636/stat : 9636 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 33032 33554432000 1073741824 1073778376 140734737344896 139891870149032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9637] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9637/stat : 9637 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 33050 33554432000 1073741824 1073778376 140734737344896 139891869096744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9638] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9638/stat : 9638 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 33066 33554432000 1073741824 1073778376 140734737344896 139891868043944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9639] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9639/stat : 9639 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 33083 33554432000 1073741824 1073778376 140734737344896 139891866991656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9640] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9640/stat : 9640 (java) S 9628 9630 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 33099 33554432000 1073741824 1073778376 140734737344896 139891865938856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9641] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9641/stat : 9641 (java) S 9628 9630 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340084424 3037372416 33114 33554432000 1073741824 1073778376 140734737344896 139891853527272 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9642] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9642/stat : 9642 (java) S 9628 9630 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340084425 3037372416 33130 33554432000 1073741824 1073778376 140734737344896 139891852473336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9643] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9643/stat : 9643 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084425 3037372416 33137 33554432000 1073741824 1073778376 140734737344896 139891851420936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9644] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9644/stat : 9644 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 33137 33554432000 1073741824 1073778376 140734737344896 139891732113808 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9645] ppid=9628 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/9630/task/9645/stat : 9645 (java) R 9628 9630 9489 0 -1 4202560 4676 0 0 0 45 0 0 0 20 0 22 0 340084427 3037372416 33137 33554432000 1073741824 1073778376 140734737344896 139891731038696 139891892604358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9646] ppid=9628 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/9630/task/9646/stat : 9646 (java) R 9628 9630 9489 0 -1 4202560 7552 0 0 0 48 2 0 0 20 0 22 0 340084427 3037372416 33137 33554432000 1073741824 1073778376 140734737344896 139891729996040 139891895844673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9647] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9647/stat : 9647 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 33137 33554432000 1073741824 1073778376 140734737344896 139891728956536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9648] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9648/stat : 9648 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 33139 33554432000 1073741824 1073778376 140734737344896 139891727903944 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9651] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9651/stat : 9651 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084452 3037372416 33147 33554432000 1073741824 1073778376 140734737344896 139891724743848 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9652] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9652/stat : 9652 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084452 3037372416 33150 33554432000 1073741824 1073778376 140734737344896 139891723691048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 2966184

[startup+3.10066 s]
/proc/loadavg: 0.70 0.38 0.64 4/217 9654
/proc/meminfo: memFree=26142744/32873844 swapFree=7628/7628
[pid=9630] ppid=9628 vsize=2966184 CPUtime=4.37 cores=0,2,4,6
/proc/9630/stat : 9630 (java) S 9628 9630 9489 0 -1 4202496 21610 0 1 0 425 12 0 0 20 0 22 0 340084421 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 140734737336032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 741546 59980 2275 9 0 732240 0
[pid=9630/tid=9632] ppid=9628 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/9630/task/9632/stat : 9632 (java) S 9628 9630 9489 0 -1 4202560 2799 0 1 0 25 2 0 0 20 0 22 0 340084422 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891889026200 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9633] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9633/stat : 9633 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891873306920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9630/tid=9634] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9634/stat : 9634 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891872254120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9635] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9635/stat : 9635 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891871201832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9630/tid=9636] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9636/stat : 9636 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891870149032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9637] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9637/stat : 9637 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891869096744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9638] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9638/stat : 9638 (java) S 9628 9630 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891868043944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9630/tid=9639] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9639/stat : 9639 (java) S 9628 9630 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891866991656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9630/tid=9640] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9640/stat : 9640 (java) S 9628 9630 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891865938856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9641] ppid=9628 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/9630/task/9641/stat : 9641 (java) S 9628 9630 9489 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 340084424 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891853527272 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9642] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9642/stat : 9642 (java) S 9628 9630 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340084425 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891852473336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9643] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9643/stat : 9643 (java) S 9628 9630 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340084425 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891851420936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9644] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9644/stat : 9644 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891732113808 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9645] ppid=9628 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/9630/task/9645/stat : 9645 (java) S 9628 9630 9489 0 -1 4202560 6197 0 0 0 74 2 0 0 20 0 22 0 340084427 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891731061432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9630/tid=9646] ppid=9628 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/9630/task/9646/stat : 9646 (java) S 9628 9630 9489 0 -1 4202560 11162 0 0 0 101 2 0 0 20 0 22 0 340084427 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891730008632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9647] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9647/stat : 9647 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891728956536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9648] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9648/stat : 9648 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891727903944 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9651] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9651/stat : 9651 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084452 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891724743848 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9652] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9652/stat : 9652 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084452 3037372416 59980 33554432000 1073741824 1073778376 140734737344896 139891723691048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 2966184

[startup+6.30085 s]
/proc/loadavg: 0.70 0.38 0.64 5/219 9660
/proc/meminfo: memFree=25904400/32873844 swapFree=7628/7628
[pid=9630] ppid=9628 vsize=2966184 CPUtime=8.97 cores=0,2,4,6
/proc/9630/stat : 9630 (java) S 9628 9630 9489 0 -1 4202496 21728 0 1 0 880 17 0 0 20 0 22 0 340084421 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 140734737336032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 741546 95823 2276 9 0 732240 0
[pid=9630/tid=9632] ppid=9628 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/9630/task/9632/stat : 9632 (java) S 9628 9630 9489 0 -1 4202560 2800 0 1 0 26 2 0 0 20 0 22 0 340084422 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891889026200 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9633] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9633/stat : 9633 (java) S 9628 9630 9489 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891873306920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9634] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9634/stat : 9634 (java) S 9628 9630 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891872254120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9635] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9635/stat : 9635 (java) S 9628 9630 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891871201832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9636] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9636/stat : 9636 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891870149032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9637] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9637/stat : 9637 (java) S 9628 9630 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891869096744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9638] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9638/stat : 9638 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891868043944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9639] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9639/stat : 9639 (java) S 9628 9630 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891866991656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9640] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9640/stat : 9640 (java) S 9628 9630 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340084423 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891865938856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9641] ppid=9628 vsize=2966184 CPUtime=0.14 cores=0,2,4,6
/proc/9630/task/9641/stat : 9641 (java) R 9628 9630 9489 0 -1 4202560 38 0 0 0 14 0 0 0 20 0 22 0 340084424 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891853526248 139891892297360 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9630/tid=9642] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9642/stat : 9642 (java) S 9628 9630 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340084425 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891852473336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9643] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9643/stat : 9643 (java) S 9628 9630 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340084425 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891851420936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9644] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9644/stat : 9644 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891732113808 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9645] ppid=9628 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/9630/task/9645/stat : 9645 (java) S 9628 9630 9489 0 -1 4202560 6198 0 0 0 77 2 0 0 20 0 22 0 340084427 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891731061432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9646] ppid=9628 vsize=2966184 CPUtime=1.21 cores=0,2,4,6
/proc/9630/task/9646/stat : 9646 (java) S 9628 9630 9489 0 -1 4202560 11170 0 0 0 119 2 0 0 20 0 22 0 340084427 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891730008632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9647] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9647/stat : 9647 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891728956536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9648] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9648/stat : 9648 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891727903944 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9651] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9651/stat : 9651 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084452 3037372416 95823 33554432000 1073741824 1073778376 140734737344896 139891724743848 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=9630/tid=9648] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9648/stat : 9648 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 126559 33554432000 1073741824 1073778376 140734737344896 139891727903944 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9651] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9651/stat : 9651 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084452 3037372416 126559 33554432000 1073741824 1073778376 140734737344896 139891724743848 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9652] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9652/stat : 9652 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084452 3037372416 126559 33554432000 1073741824 1073778376 140734737344896 139891723691048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9661] ppid=9628 vsize=2966184 CPUtime=4.97 cores=0,2,4,6
/proc/9630/task/9661/stat : 9661 (java) R 9628 9630 9489 0 -1 4202560 8 0 0 0 497 0 0 0 20 0 22 0 340085153 3037372416 126559 33554432000 1073741824 1073778376 140734737344896 139891725795896 139891732737970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9630/tid=9662] ppid=9628 vsize=2966184 CPUtime=4.98 cores=0,2,4,6
/proc/9630/task/9662/stat : 9662 (java) R 9628 9630 9489 0 -1 4202560 42 0 0 0 498 0 0 0 20 0 22 0 340085153 3037372416 126559 33554432000 1073741824 1073778376 140734737344896 139891726846088 139891733132796 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.56
Current children cumulated vsize (KiB) 2966184

Solver just ended. Dumping a history of the last processes samples

[startup+14.3072 s]
/proc/loadavg: 1.13 0.48 0.67 5/219 9664
/proc/meminfo: memFree=25737648/32873844 swapFree=7628/7628
[pid=9630] ppid=9628 vsize=2966184 CPUtime=24.71 cores=0,2,4,6
/proc/9630/stat : 9630 (java) S 9628 9630 9489 0 -1 4202496 21832 0 1 0 2449 22 0 0 20 0 22 0 340084421 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 140734737336032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 741546 127072 2277 9 0 732240 0
[pid=9630/tid=9632] ppid=9628 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/9630/task/9632/stat : 9632 (java) S 9628 9630 9489 0 -1 4202560 2801 0 1 0 26 2 0 0 20 0 22 0 340084422 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891889026200 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9633] ppid=9628 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/9630/task/9633/stat : 9633 (java) S 9628 9630 9489 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 22 0 340084423 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891873306920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9634] ppid=9628 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/9630/task/9634/stat : 9634 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 340084423 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891872254120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9630/tid=9635] ppid=9628 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9630/task/9635/stat : 9635 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 22 0 340084423 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891871201832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9636] ppid=9628 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9630/task/9636/stat : 9636 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 22 0 340084423 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891870149032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9637] ppid=9628 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/9630/task/9637/stat : 9637 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 22 0 340084423 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891869096744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9638] ppid=9628 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/9630/task/9638/stat : 9638 (java) S 9628 9630 9489 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 22 0 340084423 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891868043944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9639] ppid=9628 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/9630/task/9639/stat : 9639 (java) S 9628 9630 9489 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 22 0 340084423 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891866991656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9640] ppid=9628 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9630/task/9640/stat : 9640 (java) S 9628 9630 9489 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 22 0 340084423 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891865938856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9641] ppid=9628 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/9630/task/9641/stat : 9641 (java) S 9628 9630 9489 0 -1 4202560 48 0 0 0 58 1 0 0 20 0 22 0 340084424 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891853527272 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9642] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9642/stat : 9642 (java) S 9628 9630 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340084425 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891852473336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9643] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9643/stat : 9643 (java) S 9628 9630 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340084425 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891851420936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9644] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9644/stat : 9644 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891732113808 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9645] ppid=9628 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/9630/task/9645/stat : 9645 (java) S 9628 9630 9489 0 -1 4202560 6198 0 0 0 82 2 0 0 20 0 22 0 340084427 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891731061432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9646] ppid=9628 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/9630/task/9646/stat : 9646 (java) S 9628 9630 9489 0 -1 4202560 11171 0 0 0 122 2 0 0 20 0 22 0 340084427 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891730008632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9647] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9647/stat : 9647 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891728956536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9648] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9648/stat : 9648 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340084427 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891727903944 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9651] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9651/stat : 9651 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084452 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891724743848 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9652] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9652/stat : 9652 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340084452 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891723691048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9661] ppid=9628 vsize=2966184 CPUtime=6.46 cores=0,2,4,6
/proc/9630/task/9661/stat : 9661 (java) R 9628 9630 9489 0 -1 4202560 9 0 0 0 646 0 0 0 20 0 22 0 340085153 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891725795736 139891732723238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9630/tid=9662] ppid=9628 vsize=2966184 CPUtime=6.47 cores=0,2,4,6
/proc/9630/task/9662/stat : 9662 (java) R 9628 9630 9489 0 -1 4202560 43 0 0 0 646 1 0 0 20 0 22 0 340085153 3037372416 127072 33554432000 1073741824 1073778376 140734737344896 139891726845968 139891732823156 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 2966184

[startup+15.1007 s]
/proc/loadavg: 1.13 0.48 0.67 5/219 9664
/proc/meminfo: memFree=25737648/32873844 swapFree=7628/7628
[pid=9630] ppid=9628 vsize=2966184 CPUtime=25.51 cores=0,2,4,6
/proc/9630/stat : 9630 (java) S 9628 9630 9489 0 -1 4202496 21832 0 1 0 2527 24 0 0 20 0 20 0 340084421 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 140734737336032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 741546 127067 2277 9 0 732240 0
[pid=9630/tid=9632] ppid=9628 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/9630/task/9632/stat : 9632 (java) S 9628 9630 9489 0 -1 4202560 2801 0 1 0 26 2 0 0 20 0 20 0 340084422 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891889026200 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9633] ppid=9628 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/9630/task/9633/stat : 9633 (java) S 9628 9630 9489 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891873306920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9634] ppid=9628 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/9630/task/9634/stat : 9634 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891872254120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9630/tid=9635] ppid=9628 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9630/task/9635/stat : 9635 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891871201832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9636] ppid=9628 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9630/task/9636/stat : 9636 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891870149032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9637] ppid=9628 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/9630/task/9637/stat : 9637 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891869096744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9638] ppid=9628 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/9630/task/9638/stat : 9638 (java) S 9628 9630 9489 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891868043944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9639] ppid=9628 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/9630/task/9639/stat : 9639 (java) S 9628 9630 9489 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891866991656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9640] ppid=9628 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9630/task/9640/stat : 9640 (java) S 9628 9630 9489 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891865938856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9641] ppid=9628 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/9630/task/9641/stat : 9641 (java) S 9628 9630 9489 0 -1 4202560 48 0 0 0 58 1 0 0 20 0 20 0 340084424 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891853527272 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9642] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9642/stat : 9642 (java) S 9628 9630 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340084425 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891852473336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9643] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9643/stat : 9643 (java) S 9628 9630 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340084425 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891851420936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9644] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9644/stat : 9644 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340084427 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891732113808 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9645] ppid=9628 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/9630/task/9645/stat : 9645 (java) S 9628 9630 9489 0 -1 4202560 6198 0 0 0 82 2 0 0 20 0 20 0 340084427 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891731061432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9646] ppid=9628 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/9630/task/9646/stat : 9646 (java) S 9628 9630 9489 0 -1 4202560 11171 0 0 0 122 2 0 0 20 0 20 0 340084427 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891730008632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9647] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9647/stat : 9647 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340084427 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891728956536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9648] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9648/stat : 9648 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340084427 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891727903944 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9651] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9651/stat : 9651 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340084452 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891724743848 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9652] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9652/stat : 9652 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340084452 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891723691048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 2966184

[startup+15.3007 s]
/proc/loadavg: 1.13 0.48 0.67 3/217 9664
/proc/meminfo: memFree=25735600/32873844 swapFree=7628/7628
[pid=9630] ppid=9628 vsize=2966184 CPUtime=25.51 cores=0,2,4,6
/proc/9630/stat : 9630 (java) S 9628 9630 9489 0 -1 4202496 21832 0 1 0 2527 24 0 0 20 0 20 0 340084421 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 140734737336032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 741546 127067 2277 9 0 732240 0
[pid=9630/tid=9632] ppid=9628 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/9630/task/9632/stat : 9632 (java) S 9628 9630 9489 0 -1 4202560 2801 0 1 0 26 2 0 0 20 0 20 0 340084422 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891889026200 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9633] ppid=9628 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/9630/task/9633/stat : 9633 (java) S 9628 9630 9489 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891873306920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9634] ppid=9628 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/9630/task/9634/stat : 9634 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891872254120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9630/tid=9635] ppid=9628 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9630/task/9635/stat : 9635 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891871201832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9636] ppid=9628 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9630/task/9636/stat : 9636 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891870149032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9637] ppid=9628 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/9630/task/9637/stat : 9637 (java) S 9628 9630 9489 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891869096744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9638] ppid=9628 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/9630/task/9638/stat : 9638 (java) S 9628 9630 9489 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891868043944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9639] ppid=9628 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/9630/task/9639/stat : 9639 (java) S 9628 9630 9489 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891866991656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9640] ppid=9628 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9630/task/9640/stat : 9640 (java) S 9628 9630 9489 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 20 0 340084423 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891865938856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9641] ppid=9628 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/9630/task/9641/stat : 9641 (java) S 9628 9630 9489 0 -1 4202560 48 0 0 0 58 1 0 0 20 0 20 0 340084424 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891853527272 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9642] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9642/stat : 9642 (java) S 9628 9630 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340084425 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891852473336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9643] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9643/stat : 9643 (java) S 9628 9630 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340084425 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891851420936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9644] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9644/stat : 9644 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340084427 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891732113808 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9645] ppid=9628 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/9630/task/9645/stat : 9645 (java) S 9628 9630 9489 0 -1 4202560 6198 0 0 0 82 2 0 0 20 0 20 0 340084427 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891731061432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9630/tid=9646] ppid=9628 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/9630/task/9646/stat : 9646 (java) S 9628 9630 9489 0 -1 4202560 11171 0 0 0 122 2 0 0 20 0 20 0 340084427 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891730008632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9647] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9647/stat : 9647 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340084427 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891728956536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9630/tid=9648] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9648/stat : 9648 (java) S 9628 9630 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340084427 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891727903944 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9651] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9651/stat : 9651 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340084452 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891724743848 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9630/tid=9652] ppid=9628 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9652/stat : 9652 (java) S 9628 9630 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340084452 3037372416 127067 33554432000 1073741824 1073778376 140734737344896 139891723691048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 2966184

[startup+15.4071 s]
/proc/loadavg: 1.13 0.48 0.67 3/217 9664
/proc/meminfo: memFree=25735600/32873844 swapFree=7628/7628
[pid=9630] ppid=9628 vsize=0 CPUtime=25.71 cores=0,2,4,6
/proc/9630/stat : 9630 (java) Z 9628 9630 9489 0 -1 4203532 21843 0 1 0 2537 34 0 0 20 0 2 0 340084421 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 0 0 0 0 0 0 0
[pid=9630/tid=9645] ppid=9628 vsize=0 CPUtime=0.84 cores=0,2,4,6
/proc/9630/task/9645/stat : 9645 (java) R 9628 9630 9489 0 -1 4203588 6198 0 0 0 82 2 0 0 20 0 2 0 340084427 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.71
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 15.4077
CPU time (s): 25.7291
CPU user time (s): 25.3661
CPU system time (s): 0.362944
CPU usage (%): 166.988
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.3661
system time used= 0.362944
maximum resident set size= 510340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21843
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1374
involuntary context switches= 1348

runsolver used 0.06299 second user time and 0.108983 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 18:06:36
IDJOB=3732158
IDBENCH=2032
IDSOLVER=2324
FILE ID=node144/3732158-1338739596
RUNJOBID= node144-1338739588-9505
PBS_JOBID= 14636773
Free space on /tmp= 70836 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-6pb.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732158-1338739596/watcher-3732158-1338739596 -o /tmp/evaluation-result-3732158-1338739596/solver-3732158-1338739596 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732158-1338739596.opb

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

MD5SUM BENCH= 417e88f02ffea81dc93d5dcf35453cad
RANDOM SEED=411330434

node144.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.196
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.39
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.196
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	: 5331.91
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.196
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	: 5438.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.196
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	: 5331.91
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.196
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	: 5331.90
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.196
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	: 5331.92
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.196
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	: 5331.91
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.196
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26277484 kB
Buffers:         1716708 kB
Cached:          3659816 kB
SwapCached:          464 kB
Active:          3805024 kB
Inactive:        1890412 kB
Active(anon):     298928 kB
Inactive(anon):    11188 kB
Active(file):    3506096 kB
Inactive(file):  1879224 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:        312376 kB
Mapped:            22460 kB
Shmem:               172 kB
Slab:             740900 kB
SReclaimable:     181948 kB
SUnreclaim:       558952 kB
KernelStack:        1800 kB
PageTables:         4368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 18:06:51