Trace number 3292295

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06SAT 140.691 139.646

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_25.renamed-as.sat05-1913.cnf
MD5SUMabfdaeca4a2f2b81a39754bd9f8c6939
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.65375
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of clauses76775
Sum of the clauses size201350
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230075
Number of clauses of size 346650
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c no version file found!!!
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.07	c java.vm.version	19.1-b02
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version		1.6.0_24
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		amd64
0.06/0.07	c Free memory 		6997539544
0.06/0.07	c Max memory 		7034241024
0.06/0.07	c Total memory 		7034241024
0.06/0.07	c Number of processors 	8
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483647s
0.06/0.09	c DB Simplification allowed=true
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-3292295-1303792513.cnf
0.06/0.09	c reading problem ... 
0.29/0.22	c ... done. Wall clock time 0.135s.
0.29/0.22	c #vars     625
0.29/0.22	c #constraints  76775
0.29/0.22	c constraints type 
0.29/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 46700
0.29/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 30075
1.79/1.33	c cleaning 2499 clauses out of 5003 with flag 5003/5003
3.46/2.58	c cleaning 4250 clauses out of 8501 with flag 11000/11000
4.96/4.00	c cleaning 5622 clauses out of 11251 with flag 18000/18000
6.56/5.67	c cleaning 6814 clauses out of 13631 with flag 26003/26003
8.46/7.60	c cleaning 7905 clauses out of 15815 with flag 35001/35001
10.86/9.91	c cleaning 8951 clauses out of 17911 with flag 45002/45002
13.36/12.42	c cleaning 9977 clauses out of 19960 with flag 56002/56002
16.27/15.35	c cleaning 10982 clauses out of 21981 with flag 68000/68000
19.36/18.49	c cleaning 11998 clauses out of 24000 with flag 81001/81001
23.06/22.12	c cleaning 13002 clauses out of 26004 with flag 95003/95003
27.07/26.13	c cleaning 13999 clauses out of 28001 with flag 110002/110002
31.47/30.51	c cleaning 14998 clauses out of 30001 with flag 126001/126001
35.97/35.07	c cleaning 16002 clauses out of 32006 with flag 143004/143004
40.98/40.00	c cleaning 16991 clauses out of 34000 with flag 161000/161000
46.38/45.40	c cleaning 18004 clauses out of 36012 with flag 180003/180003
52.48/51.50	c cleaning 18998 clauses out of 38007 with flag 200002/200002
58.69/57.77	c cleaning 20003 clauses out of 40010 with flag 221003/221003
65.90/64.91	c cleaning 20997 clauses out of 42007 with flag 243003/243003
73.29/72.32	c cleaning 22002 clauses out of 44007 with flag 266000/266000
80.80/79.89	c cleaning 22999 clauses out of 46008 with flag 290003/290003
89.01/88.08	c cleaning 23998 clauses out of 48006 with flag 315000/315000
97.41/96.43	c cleaning 25001 clauses out of 50009 with flag 341001/341001
106.52/105.57	c cleaning 26002 clauses out of 52009 with flag 368002/368002
116.42/115.41	c cleaning 27001 clauses out of 54007 with flag 396002/396002
126.92/125.97	c cleaning 27999 clauses out of 56005 with flag 425001/425001
136.73/135.74	c cleaning 28999 clauses out of 58006 with flag 455001/455001
140.53/139.60	c starts		: 853
140.53/139.60	c conflicts		: 469680
140.53/139.60	c decisions		: 932756
140.53/139.60	c propagations		: 53601877
140.53/139.60	c inspects		: 1670363503
140.53/139.60	c shortcuts		: 0
140.53/139.60	c learnt literals	: 1
140.53/139.60	c learnt binary clauses	: 39
140.53/139.60	c learnt ternary clauses	: 3185
140.53/139.60	c learnt constraints	: 469679
140.53/139.60	c ignored constraints	: 0
140.53/139.60	c root simplifications	: 854
140.53/139.60	c removed literals (reason simplification)	: 10060372
140.53/139.60	c reason swapping (by a shorter reason)	: 0
140.53/139.60	c Calls to reduceDB	: 26
140.53/139.60	c speed (assignments/second)	: 384595.73658984585
140.53/139.60	c non guided choices	113
140.63/139.62	c learnt constraints type 
140.63/139.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
140.63/139.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 43647
140.63/139.62	c constraints type 
140.63/139.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 46700
140.63/139.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 30075
140.63/139.62	s SATISFIABLE
140.63/139.62	v -1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 36 -37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 -65 -66 -67 -68 -69 70 -71 -72 -73 -74 -75 -76 -77 -78 -79 -80 -81 -82 -83 84 -85 -86 -87 -88 -89 -90 -91 -92 -93 -94 -95 -96 -97 -98 -99 -100 -101 -102 -103 -104 -105 -106 -107 -108 -109 -110 -111 -112 -113 114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 -128 -129 -130 -131 -132 -133 -134 -135 -136 137 -138 -139 -140 -141 -142 -143 -144 -145 -146 -147 -148 -149 -150 -151 152 -153 -154 -155 -156 -157 -158 -159 -160 -161 -162 -163 -164 -165 -166 -167 -168 -169 -170 -171 -172 -173 -174 -175 -176 -177 178 -179 -180 -181 -182 -183 -184 -185 -186 -187 -188 -189 -190 -191 -192 -193 -194 -195 -196 -197 -198 -199 -200 -201 -202 -203 -204 -205 -206 -207 -208 -209 -210 -211 -212 213 -214 -215 -216 -217 -218 -219 -220 -221 -222 -223 -224 -225 -226 -227 -228 -229 -230 -231 -232 -233 -234 -235 -236 -237 -238 -239 -240 241 -242 -243 -244 -245 -246 -247 -248 -249 -250 -251 -252 -253 -254 -255 -256 -257 -258 -259 -260 -261 -262 -263 -264 -265 -266 267 -268 -269 -270 -271 -272 -273 -274 -275 -276 -277 -278 -279 -280 -281 -282 -283 -284 -285 -286 -287 -288 -289 -290 -291 -292 -293 294 -295 -296 -297 -298 -299 -300 -301 -302 -303 304 -305 -306 -307 -308 -309 -310 -311 -312 -313 -314 -315 -316 -317 -318 -319 -320 -321 -322 -323 -324 -325 -326 -327 -328 -329 -330 -331 -332 -333 -334 335 -336 -337 -338 -339 -340 -341 -342 -343 -344 -345 -346 -347 -348 -349 -350 -351 -352 -353 -354 355 -356 -357 -358 -359 -360 -361 -362 -363 -364 -365 -366 -367 -368 -369 -370 -371 -372 -373 -374 -375 -376 -377 -378 -379 -380 -381 -382 -383 -384 -385 -386 -387 -388 -389 -390 -391 -392 -393 -394 -395 -396 -397 -398 -399 400 -401 -402 -403 -404 -405 -406 -407 -408 -409 -410 -411 -412 -413 -414 -415 -416 -417 418 -419 -420 -421 -422 -423 -424 -425 -426 -427 -428 -429 -430 -431 -432 433 -434 -435 -436 -437 -438 -439 -440 -441 -442 -443 -444 -445 -446 -447 -448 -449 -450 -451 -452 -453 -454 -455 -456 457 -458 -459 -460 -461 -462 -463 -464 -465 -466 -467 -468 -469 -470 -471 -472 -473 -474 -475 -476 -477 -478 -479 -480 -481 -482 -483 -484 -485 -486 -487 -488 -489 -490 -491 -492 -493 -494 -495 -496 497 -498 -499 -500 -501 -502 -503 -504 -505 -506 -507 -508 -509 -510 -511 -512 -513 -514 -515 -516 -517 -518 -519 -520 -521 -522 -523 524 -525 -526 -527 -528 -529 -530 -531 -532 -533 -534 -535 -536 -537 -538 -539 -540 -541 -542 -543 -544 -545 -546 -547 548 -549 -550 551 -552 -553 -554 -555 -556 -557 -558 -559 -560 -561 -562 -563 -564 -565 -566 -567 -568 -569 -570 -571 -572 -573 -574 -575 -576 -577 -578 -579 -580 581 -582 -583 -584 -585 -586 -587 -588 -589 -590 -591 -592 -593 -594 -595 -596 -597 -598 -599 -600 -601 -602 -603 -604 -605 -606 -607 -608 -609 -610 -611 -612 -613 -614 615 -616 -617 -618 -619 -620 -621 -622 -623 -624 -625 0
140.63/139.62	c Total wall clock time (in seconds) : 139.508

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3292295-1303792513/watcher-3292295-1303792513 -o /tmp/evaluation-result-3292295-1303792513/solver-3292295-1303792513 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3292295-1303792513.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.62 3.89 3.83 5/222 28518
/proc/meminfo: memFree=18838776/32951124 swapFree=67111528/67111528
[pid=28518] ppid=28516 vsize=24008 CPUtime=0 cores=1,3
/proc/28518/stat : 28518 (java) S 28516 28518 28353 0 -1 4202496 1129 0 0 0 0 0 0 0 25 0 2 0 490853901 24584192 866 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646318053 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/28518/statm: 6002 874 661 9 0 382 0
[pid=28518/tid=28519] ppid=28516 vsize=24004 CPUtime=0 cores=1,3
/proc/28518/task/28519/stat : 28519 (java) R 28516 28518 28353 0 -1 4202560 26 0 0 0 0 0 0 0 25 0 2 0 490853902 24580096 876 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216629591687 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0705271 s]
/proc/loadavg: 3.62 3.89 3.83 5/222 28518
/proc/meminfo: memFree=18838776/32951124 swapFree=67111528/67111528
[pid=28518] ppid=28516 vsize=7569940 CPUtime=0.06 cores=1,3
/proc/28518/stat : 28518 (java) S 28516 28518 28353 0 -1 4202496 9385 0 1 0 5 1 0 0 25 0 18 0 490853901 7751618560 9081 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28518/statm: 1892485 9083 1754 9 0 1883223 0
[pid=28518/tid=28519] ppid=28516 vsize=7569940 CPUtime=0.05 cores=1,3
/proc/28518/task/28519/stat : 28519 (java) R 28516 28518 28353 0 -1 4202560 8213 0 1 0 4 1 0 0 25 0 18 0 490853902 7751618560 9083 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 46953126992723 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.100486 s]
/proc/loadavg: 3.62 3.89 3.83 5/222 28518
/proc/meminfo: memFree=18838776/32951124 swapFree=67111528/67111528
[pid=28518] ppid=28516 vsize=7636560 CPUtime=0.1 cores=1,3
/proc/28518/stat : 28518 (java) S 28516 28518 28353 0 -1 4202496 10452 0 1 0 9 1 0 0 25 0 18 0 490853901 7819837440 10148 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28518/statm: 1909140 10149 2094 9 0 1899878 0
[pid=28518/tid=28519] ppid=28516 vsize=7636560 CPUtime=0.08 cores=1,3
/proc/28518/task/28519/stat : 28519 (java) R 28516 28518 28353 0 -1 4202560 8690 0 1 0 7 1 0 0 25 0 18 0 490853902 7819837440 10149 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636560

[startup+0.300454 s]
/proc/loadavg: 3.62 3.89 3.83 5/222 28518
/proc/meminfo: memFree=18838776/32951124 swapFree=67111528/67111528
[pid=28518] ppid=28516 vsize=7642140 CPUtime=0.49 cores=1,3
/proc/28518/stat : 28518 (java) S 28516 28518 28353 0 -1 4202496 14002 0 1 0 47 2 0 0 25 0 19 0 490853901 7825551360 13028 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28518/statm: 1910535 13028 2208 9 0 1901273 0
[pid=28518/tid=28519] ppid=28516 vsize=7642140 CPUtime=0.28 cores=1,3
/proc/28518/task/28519/stat : 28519 (java) R 28516 28518 28353 0 -1 4202560 10466 0 1 0 27 1 0 0 25 0 19 0 490853902 7825551360 13028 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 46953122242242 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 7642140

[startup+0.700427 s]
/proc/loadavg: 3.62 3.89 3.83 5/222 28518
/proc/meminfo: memFree=18838776/32951124 swapFree=67111528/67111528
[pid=28518] ppid=28516 vsize=7643196 CPUtime=1.14 cores=1,3
/proc/28518/stat : 28518 (java) S 28516 28518 28353 0 -1 4202496 14714 0 1 0 112 2 0 0 25 0 19 0 490853901 7826632704 13625 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28518/statm: 1910799 13625 2224 9 0 1901537 0
[pid=28518/tid=28519] ppid=28516 vsize=7643196 CPUtime=0.68 cores=1,3
/proc/28518/task/28519/stat : 28519 (java) R 28516 28518 28353 0 -1 4202560 10621 0 1 0 67 1 0 0 25 0 19 0 490853902 7826632704 13625 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 46912505679298 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 7643196

[startup+1.50125 s]
/proc/loadavg: 3.62 3.89 3.83 5/240 28544
/proc/meminfo: memFree=18795624/32951124 swapFree=67111528/67111528
[pid=28518] ppid=28516 vsize=7659984 CPUtime=2.16 cores=1,3
/proc/28518/stat : 28518 (java) S 28516 28518 28353 0 -1 4202496 23653 0 1 0 213 3 0 0 25 0 19 0 490853901 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28518/statm: 1914996 20915 2253 9 0 1905734 0
[pid=28518/tid=28519] ppid=28516 vsize=7659984 CPUtime=1.42 cores=1,3
/proc/28518/task/28519/stat : 28519 (java) R 28516 28518 28353 0 -1 4202560 10952 0 1 0 140 2 0 0 25 0 19 0 490853902 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 46912505655442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28518/tid=28521] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 28353 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 19 0 490853903 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 28353 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 490853903 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 28353 0 -1 4202560 130 0 0 0 0 0 0 0 18 0 19 0 490853903 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 19 0 490853903 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 28353 0 -1 4202560 201 0 0 0 0 0 0 0 18 0 19 0 490853903 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 28353 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 19 0 490853903 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 28353 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 490853903 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 28353 0 -1 4202560 564 0 0 0 0 0 0 0 18 0 19 0 490853903 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=7659984 CPUtime=0.02 cores=1,3
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 28353 0 -1 4202560 1670 0 0 0 2 0 0 0 15 0 19 0 490853904 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 0 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490853905 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490853905 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646338993 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=7659984 CPUtime=0.3 cores=1,3
/proc/28518/task/28533/stat : 28533 (java) R 28516 28518 28353 0 -1 4202560 5414 0 0 0 30 0 0 0 18 0 19 0 490853907 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 46953121835097 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28518/tid=28534] ppid=28516 vsize=7659984 CPUtime=0.37 cores=1,3
/proc/28518/task/28534/stat : 28534 (java) S 28516 28518 28353 0 -1 4202560 2798 0 0 0 37 0 0 0 18 0 19 0 490853907 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28535] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28535/stat : 28535 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28536] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28536/stat : 28536 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490853907 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28537] ppid=28516 vsize=7659984 CPUtime=0 cores=1,3
/proc/28518/task/28537/stat : 28537 (java) S 28516 28518 28353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490853925 7843823616 20915 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 7659984

[startup+3.10096 s]
/proc/loadavg: 3.62 3.89 3.83 5/262 28579
/proc/meminfo: memFree=18804392/32951124 swapFree=67111528/67111528
[pid=28518] ppid=28516 vsize=7665544 CPUtime=4.06 cores=1,3
/proc/28518/stat : 28518 (java) S 28516 28518 28353 0 -1 4202496 26094 0 1 0 402 4 0 0 25 0 19 0 490853901 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28518/statm: 1916386 23242 2255 9 0 1907124 0
[pid=28518/tid=28519] ppid=28516 vsize=7665544 CPUtime=2.93 cores=1,3
/proc/28518/task/28519/stat : 28519 (java) R 28516 28518 28353 0 -1 4202560 10957 0 1 0 291 2 0 0 25 0 19 0 490853902 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 46912505655807 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28518/tid=28521] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 28353 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 19 0 490853903 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 28353 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 490853903 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 28353 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 490853903 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 490853903 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 28353 0 -1 4202560 273 0 0 0 0 0 0 0 18 0 19 0 490853903 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 28353 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 490853903 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 28353 0 -1 4202560 480 0 0 0 0 0 0 0 16 0 19 0 490853903 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 28353 0 -1 4202560 564 0 0 0 0 0 0 0 15 0 19 0 490853903 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=7665544 CPUtime=0.05 cores=1,3
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 28353 0 -1 4202560 1840 0 0 0 5 0 0 0 15 0 19 0 490853904 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 0 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490853905 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490853905 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646338993 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=7665544 CPUtime=0.59 cores=1,3
/proc/28518/task/28533/stat : 28533 (java) S 28516 28518 28353 0 -1 4202560 6819 0 0 0 59 0 0 0 15 0 19 0 490853907 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28534] ppid=28516 vsize=7665544 CPUtime=0.43 cores=1,3
/proc/28518/task/28534/stat : 28534 (java) S 28516 28518 28353 0 -1 4202560 3115 0 0 0 43 0 0 0 16 0 19 0 490853907 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28535] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28535/stat : 28535 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28536] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28536/stat : 28536 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490853907 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28537] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28537/stat : 28537 (java) S 28516 28518 28353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490853925 7849517056 23242 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 7665544

[startup+6.30143 s]
/proc/loadavg: 3.65 3.89 3.83 5/262 28579
/proc/meminfo: memFree=18751196/32951124 swapFree=67111528/67111528
[pid=28518] ppid=28516 vsize=7665544 CPUtime=7.26 cores=1,3
/proc/28518/stat : 28518 (java) S 28516 28518 28353 0 -1 4202496 26418 0 1 0 722 4 0 0 25 0 19 0 490853901 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28518/statm: 1916386 23535 2255 9 0 1907124 0
[pid=28518/tid=28519] ppid=28516 vsize=7665544 CPUtime=6.03 cores=1,3
/proc/28518/task/28519/stat : 28519 (java) R 28516 28518 28353 0 -1 4202560 10962 0 1 0 601 2 0 0 18 0 19 0 490853902 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 46912505679308 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28518/tid=28521] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 28353 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 19 0 490853903 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 28353 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 490853903 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 28353 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 490853903 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 28353 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 490853903 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 28353 0 -1 4202560 401 0 0 0 0 0 0 0 16 0 19 0 490853903 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 28353 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 19 0 490853903 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 28353 0 -1 4202560 480 0 0 0 0 0 0 0 15 0 19 0 490853903 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 28353 0 -1 4202560 564 0 0 0 0 0 0 0 15 0 19 0 490853903 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=7665544 CPUtime=0.11 cores=1,3
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 28353 0 -1 4202560 2028 0 0 0 11 0 0 0 15 0 19 0 490853904 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 0 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490853905 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490853905 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646338993 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=7665544 CPUtime=0.59 cores=1,3
/proc/28518/task/28533/stat : 28533 (java) S 28516 28518 28353 0 -1 4202560 6819 0 0 0 59 0 0 0 15 0 19 0 490853907 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28534] ppid=28516 vsize=7665544 CPUtime=0.46 cores=1,3
/proc/28518/task/28534/stat : 28534 (java) S 28516 28518 28353 0 -1 4202560 3116 0 0 0 46 0 0 0 15 0 19 0 490853907 7849517056 23535 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0

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

/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 28353 0 -1 4202560 838 0 0 0 2 0 0 0 16 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=7665544 CPUtime=0.01 cores=1,3
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 28353 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 28353 0 -1 4202560 323 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=7665544 CPUtime=0.01 cores=1,3
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 28353 0 -1 4202560 17 0 0 0 1 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 28353 0 -1 4202560 402 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 28353 0 -1 4202560 752 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 28353 0 -1 4202560 639 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=7665544 CPUtime=0.03 cores=1,3
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 28353 0 -1 4202560 1010 0 0 0 3 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=7665544 CPUtime=0.91 cores=1,3
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 28353 0 -1 4202560 3964 0 0 0 91 0 0 0 15 0 19 0 490853904 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 0 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490853905 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490853905 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646338993 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=7665544 CPUtime=0.59 cores=1,3
/proc/28518/task/28533/stat : 28533 (java) S 28516 28518 28353 0 -1 4202560 6819 0 0 0 59 0 0 0 15 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28534] ppid=28516 vsize=7665544 CPUtime=0.47 cores=1,3
/proc/28518/task/28534/stat : 28534 (java) S 28516 28518 28353 0 -1 4202560 3116 0 0 0 47 0 0 0 15 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28535] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28535/stat : 28535 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28536] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28536/stat : 28536 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28537] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28537/stat : 28537 (java) S 28516 28518 28353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490853925 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 139.33
Current children cumulated vsize (KiB) 7665544

[startup+139.101 s]
/proc/loadavg: 4.01 3.94 3.85 5/262 28583
/proc/meminfo: memFree=18701360/32951124 swapFree=67111528/67111528
[pid=28518] ppid=28516 vsize=7665544 CPUtime=140.13 cores=1,3
/proc/28518/stat : 28518 (java) S 28516 28518 28353 0 -1 4202496 30036 0 1 0 14009 4 0 0 25 0 19 0 490853901 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28518/statm: 1916386 27113 2255 9 0 1907124 0
[pid=28518/tid=28519] ppid=28516 vsize=7665544 CPUtime=137.91 cores=1,3
/proc/28518/task/28519/stat : 28519 (java) R 28516 28518 28353 0 -1 4202560 10984 0 1 0 13789 2 0 0 25 0 19 0 490853902 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 46912505655442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28518/tid=28521] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 28353 0 -1 4202560 838 0 0 0 2 0 0 0 16 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=7665544 CPUtime=0.01 cores=1,3
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 28353 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 28353 0 -1 4202560 323 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=7665544 CPUtime=0.01 cores=1,3
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 28353 0 -1 4202560 17 0 0 0 1 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 28353 0 -1 4202560 402 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 28353 0 -1 4202560 752 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 28353 0 -1 4202560 639 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=7665544 CPUtime=0.03 cores=1,3
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 28353 0 -1 4202560 1010 0 0 0 3 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=7665544 CPUtime=0.91 cores=1,3
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 28353 0 -1 4202560 3964 0 0 0 91 0 0 0 15 0 19 0 490853904 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 0 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490853905 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490853905 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646338993 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=7665544 CPUtime=0.59 cores=1,3
/proc/28518/task/28533/stat : 28533 (java) S 28516 28518 28353 0 -1 4202560 6819 0 0 0 59 0 0 0 15 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28534] ppid=28516 vsize=7665544 CPUtime=0.47 cores=1,3
/proc/28518/task/28534/stat : 28534 (java) S 28516 28518 28353 0 -1 4202560 3116 0 0 0 47 0 0 0 15 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28535] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28535/stat : 28535 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28536] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28536/stat : 28536 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28537] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28537/stat : 28537 (java) S 28516 28518 28353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490853925 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 140.13
Current children cumulated vsize (KiB) 7665544

[startup+139.501 s]
/proc/loadavg: 4.01 3.94 3.85 5/262 28583
/proc/meminfo: memFree=18701360/32951124 swapFree=67111528/67111528
[pid=28518] ppid=28516 vsize=7665544 CPUtime=140.53 cores=1,3
/proc/28518/stat : 28518 (java) S 28516 28518 28353 0 -1 4202496 30036 0 1 0 14049 4 0 0 25 0 19 0 490853901 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28518/statm: 1916386 27113 2255 9 0 1907124 0
[pid=28518/tid=28519] ppid=28516 vsize=7665544 CPUtime=138.31 cores=1,3
/proc/28518/task/28519/stat : 28519 (java) R 28516 28518 28353 0 -1 4202560 10984 0 1 0 13829 2 0 0 25 0 19 0 490853902 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 46912505329156 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28518/tid=28521] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 28353 0 -1 4202560 838 0 0 0 2 0 0 0 16 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=7665544 CPUtime=0.01 cores=1,3
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 28353 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 28353 0 -1 4202560 323 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=7665544 CPUtime=0.01 cores=1,3
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 28353 0 -1 4202560 17 0 0 0 1 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 28353 0 -1 4202560 402 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 28353 0 -1 4202560 752 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 28353 0 -1 4202560 639 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=7665544 CPUtime=0.03 cores=1,3
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 28353 0 -1 4202560 1010 0 0 0 3 0 0 0 15 0 19 0 490853903 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=7665544 CPUtime=0.91 cores=1,3
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 28353 0 -1 4202560 3964 0 0 0 91 0 0 0 15 0 19 0 490853904 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 0 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490853905 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490853905 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646338993 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=7665544 CPUtime=0.59 cores=1,3
/proc/28518/task/28533/stat : 28533 (java) S 28516 28518 28353 0 -1 4202560 6819 0 0 0 59 0 0 0 15 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28534] ppid=28516 vsize=7665544 CPUtime=0.47 cores=1,3
/proc/28518/task/28534/stat : 28534 (java) S 28516 28518 28353 0 -1 4202560 3116 0 0 0 47 0 0 0 15 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28535] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28535/stat : 28535 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28536] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28536/stat : 28536 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 490853907 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28537] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28537/stat : 28537 (java) S 28516 28518 28353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490853925 7849517056 27113 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 140.53
Current children cumulated vsize (KiB) 7665544

[startup+139.601 s]
/proc/loadavg: 4.01 3.94 3.85 5/262 28584
/proc/meminfo: memFree=18701352/32951124 swapFree=67111528/67111528
[pid=28518] ppid=28516 vsize=7665544 CPUtime=140.63 cores=1,3
/proc/28518/stat : 28518 (java) S 28516 28518 28353 0 -1 4202496 30042 0 1 0 14059 4 0 0 25 0 19 0 490853901 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28518/statm: 1916386 27119 2256 9 0 1907124 0
[pid=28518/tid=28519] ppid=28516 vsize=7665544 CPUtime=138.41 cores=1,3
/proc/28518/task/28519/stat : 28519 (java) S 28516 28518 28353 0 -1 4202560 10986 0 1 0 13839 2 0 0 25 0 19 0 490853902 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28521] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 28353 0 -1 4202560 838 0 0 0 2 0 0 0 16 0 19 0 490853903 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=7665544 CPUtime=0.01 cores=1,3
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 28353 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 19 0 490853903 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 28353 0 -1 4202560 323 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=7665544 CPUtime=0.01 cores=1,3
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 28353 0 -1 4202560 17 0 0 0 1 0 0 0 15 0 19 0 490853903 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 28353 0 -1 4202560 402 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 28353 0 -1 4202560 752 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=7665544 CPUtime=0.02 cores=1,3
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 28353 0 -1 4202560 639 0 0 0 2 0 0 0 15 0 19 0 490853903 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=7665544 CPUtime=0.03 cores=1,3
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 28353 0 -1 4202560 1010 0 0 0 3 0 0 0 15 0 19 0 490853903 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=7665544 CPUtime=0.91 cores=1,3
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 28353 0 -1 4202560 3964 0 0 0 91 0 0 0 15 0 19 0 490853904 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 0 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490853905 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490853905 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646338993 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=7665544 CPUtime=0.59 cores=1,3
/proc/28518/task/28533/stat : 28533 (java) S 28516 28518 28353 0 -1 4202560 6819 0 0 0 59 0 0 0 15 0 19 0 490853907 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28534] ppid=28516 vsize=7665544 CPUtime=0.47 cores=1,3
/proc/28518/task/28534/stat : 28534 (java) R 28516 28518 28353 0 -1 4202560 3117 0 0 0 47 0 0 0 15 0 19 0 490853907 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 46953126965064 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28518/tid=28535] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28535/stat : 28535 (java) S 28516 28518 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490853907 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331289 0 4 0 16800975 18446604471130394688 0 0 -1 1 0 0 0
[pid=28518/tid=28536] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28536/stat : 28536 (java) S 28516 28518 28353 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 490853907 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646331904 0 4 0 16800975 18446604471130394688 0 0 -1 3 0 0 0
[pid=28518/tid=28584] ppid=28516 vsize=7665544 CPUtime=0 cores=1,3
/proc/28518/task/28584/stat : 28584 (java) R 28516 28518 28353 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 19 0 490867861 7849517056 27119 33554432000 1073741824 1073778376 140734805238480 18446744073709551615 216646341301 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 140.63
Current children cumulated vsize (KiB) 7665544

Child status: 10
Real time (s): 139.646
CPU time (s): 140.691
CPU user time (s): 140.638
CPU system time (s): 0.052991
CPU usage (%): 100.748
Max. virtual memory (cumulated for all children) (KiB): 7665544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.638
system time used= 0.052991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30189
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3856
involuntary context switches= 1072

runsolver used 0.221966 second user time and 0.546916 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-26 06:35:13
IDJOB=3292295
IDBENCH=85974
IDSOLVER=1611
FILE ID=node103/3292295-1303792513
RUNJOBID= node103-1303792496-28373
PBS_JOBID= 13157275
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_25.renamed-as.sat05-1913.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292295-1303792513/watcher-3292295-1303792513 -o /tmp/evaluation-result-3292295-1303792513/solver-3292295-1303792513 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3292295-1303792513.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= abfdaeca4a2f2b81a39754bd9f8c6939
RANDOM SEED=1984617520

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18839056 kB
Buffers:       2128304 kB
Cached:       11123480 kB
SwapCached:          0 kB
Active:        4408976 kB
Inactive:      9118376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18839056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          105148 kB
Writeback:           0 kB
AnonPages:      275320 kB
Mapped:          23704 kB
Slab:           516600 kB
PageTables:       5964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14776056 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71764 MiB
End job on node103 at 2011-04-26 06:37:33