Trace number 3261468

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 103.41 102.716

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-14-27-sat.cnf
MD5SUM9c54c57be5bec760a361df7b3a13ea07
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables378
Number of clauses2653
Sum of the clauses size10206
Maximum clause length27
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22457
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5196

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/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-3261468-1303540078.cnf
0.06/0.09	c reading problem ... 
0.10/0.12	c ... done. Wall clock time 0.035s.
0.10/0.12	c #vars     378
0.10/0.12	c #constraints  2653
0.10/0.12	c constraints type 
0.10/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 196
0.10/0.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2457
1.04/0.76	c cleaning 2500 clauses out of 5003 with flag 5003/5003
1.93/1.42	c cleaning 4246 clauses out of 8501 with flag 11001/11001
2.73/2.23	c cleaning 5621 clauses out of 11254 with flag 18000/18000
4.04/3.51	c cleaning 6808 clauses out of 13634 with flag 26001/26001
5.65/5.18	c cleaning 7910 clauses out of 15825 with flag 35000/35000
6.85/6.33	c cleaning 8938 clauses out of 17916 with flag 45001/45001
7.95/7.46	c cleaning 9486 clauses out of 18977 with flag 55000/55000
9.15/8.66	c cleaning 9744 clauses out of 19492 with flag 65001/65001
10.15/9.68	c cleaning 9874 clauses out of 19749 with flag 75002/75002
11.35/10.84	c cleaning 9929 clauses out of 19876 with flag 85003/85003
12.75/12.20	c cleaning 9948 clauses out of 19944 with flag 95000/95000
13.66/13.14	c cleaning 9989 clauses out of 19997 with flag 105001/105001
14.95/14.40	c cleaning 9990 clauses out of 20008 with flag 115001/115001
15.86/15.37	c cleaning 9995 clauses out of 20022 with flag 125005/125005
17.06/16.52	c cleaning 10009 clauses out of 20022 with flag 135000/135000
17.96/17.40	c cleaning 10003 clauses out of 20014 with flag 145001/145001
18.96/18.46	c cleaning 9969 clauses out of 20011 with flag 155001/155001
20.16/19.63	c cleaning 9998 clauses out of 20041 with flag 165000/165000
21.26/20.72	c cleaning 10002 clauses out of 20044 with flag 175001/175001
22.47/21.97	c cleaning 10017 clauses out of 20042 with flag 185001/185001
23.57/23.00	c cleaning 10012 clauses out of 20025 with flag 195001/195001
24.68/24.14	c cleaning 9980 clauses out of 20012 with flag 205000/205000
25.88/25.37	c cleaning 10014 clauses out of 20033 with flag 215001/215001
26.77/26.25	c cleaning 9995 clauses out of 20019 with flag 225001/225001
27.57/27.05	c cleaning 9972 clauses out of 20024 with flag 235001/235001
28.48/27.95	c cleaning 10012 clauses out of 20053 with flag 245002/245002
29.48/28.94	c cleaning 10008 clauses out of 20040 with flag 255001/255001
30.48/29.93	c cleaning 10008 clauses out of 20031 with flag 265000/265000
31.48/30.95	c cleaning 9938 clauses out of 20024 with flag 275001/275001
32.49/31.94	c cleaning 10008 clauses out of 20087 with flag 285002/285002
33.49/32.96	c cleaning 10012 clauses out of 20078 with flag 295001/295001
34.59/34.09	c cleaning 10003 clauses out of 20066 with flag 305001/305001
35.48/34.99	c cleaning 9998 clauses out of 20063 with flag 315001/315001
36.49/35.91	c cleaning 9974 clauses out of 20068 with flag 325004/325004
37.49/36.93	c cleaning 10015 clauses out of 20092 with flag 335002/335002
38.39/37.86	c cleaning 10000 clauses out of 20076 with flag 345001/345001
39.29/38.74	c cleaning 10015 clauses out of 20076 with flag 355001/355001
40.29/39.72	c cleaning 10011 clauses out of 20060 with flag 365000/365000
41.30/40.78	c cleaning 9990 clauses out of 20049 with flag 375000/375000
42.30/41.79	c cleaning 9974 clauses out of 20059 with flag 385000/385000
43.30/42.71	c cleaning 10005 clauses out of 20086 with flag 395001/395001
44.30/43.75	c cleaning 10015 clauses out of 20081 with flag 405001/405001
45.40/44.86	c cleaning 9991 clauses out of 20066 with flag 415001/415001
46.61/46.03	c cleaning 9997 clauses out of 20075 with flag 425001/425001
47.51/46.97	c cleaning 10005 clauses out of 20077 with flag 435000/435000
48.61/48.06	c cleaning 10031 clauses out of 20072 with flag 445000/445000
49.51/48.90	c cleaning 9966 clauses out of 20043 with flag 455002/455002
50.51/49.99	c cleaning 9987 clauses out of 20075 with flag 465000/465000
51.52/50.93	c cleaning 10044 clauses out of 20090 with flag 475002/475002
52.42/51.81	c cleaning 9982 clauses out of 20046 with flag 485002/485002
53.42/52.89	c cleaning 9998 clauses out of 20062 with flag 495000/495000
54.52/53.97	c cleaning 9990 clauses out of 20067 with flag 505003/505003
55.42/54.86	c cleaning 10009 clauses out of 20075 with flag 515001/515001
56.42/55.89	c cleaning 9994 clauses out of 20065 with flag 525000/525000
57.52/56.99	c cleaning 9975 clauses out of 20072 with flag 535001/535001
58.62/58.04	c cleaning 10015 clauses out of 20097 with flag 545001/545001
59.62/59.04	c cleaning 9977 clauses out of 20081 with flag 555000/555000
60.53/59.93	c cleaning 10023 clauses out of 20108 with flag 565004/565004
61.53/60.94	c cleaning 9986 clauses out of 20082 with flag 575001/575001
62.53/61.95	c cleaning 9988 clauses out of 20097 with flag 585002/585002
63.53/62.93	c cleaning 10006 clauses out of 20109 with flag 595002/595002
64.53/63.94	c cleaning 9994 clauses out of 20102 with flag 605001/605001
65.44/64.90	c cleaning 10003 clauses out of 20107 with flag 615000/615000
66.64/66.03	c cleaning 10014 clauses out of 20104 with flag 625000/625000
67.64/67.02	c cleaning 9999 clauses out of 20090 with flag 635000/635000
68.63/68.01	c cleaning 9996 clauses out of 20091 with flag 645000/645000
69.53/68.98	c cleaning 10009 clauses out of 20097 with flag 655002/655002
70.74/70.17	c cleaning 10021 clauses out of 20086 with flag 665000/665000
71.94/71.40	c cleaning 9993 clauses out of 20067 with flag 675002/675002
72.94/72.39	c cleaning 9972 clauses out of 20073 with flag 685001/685001
73.94/73.31	c cleaning 9995 clauses out of 20101 with flag 695001/695001
75.14/74.59	c cleaning 10045 clauses out of 20105 with flag 705000/705000
76.14/75.56	c cleaning 9985 clauses out of 20060 with flag 715000/715000
77.35/76.77	c cleaning 9989 clauses out of 20077 with flag 725002/725002
78.56/78.00	c cleaning 9990 clauses out of 20087 with flag 735001/735001
79.65/79.01	c cleaning 10019 clauses out of 20096 with flag 745000/745000
80.75/80.11	c cleaning 9990 clauses out of 20079 with flag 755002/755002
81.75/81.16	c cleaning 10002 clauses out of 20087 with flag 765000/765000
82.96/82.35	c cleaning 10004 clauses out of 20085 with flag 775000/775000
84.06/83.47	c cleaning 10009 clauses out of 20081 with flag 785000/785000
85.36/84.78	c cleaning 10006 clauses out of 20073 with flag 795001/795001
86.86/86.23	c cleaning 9990 clauses out of 20067 with flag 805001/805001
87.86/87.25	c cleaning 10003 clauses out of 20076 with flag 815000/815000
89.16/88.52	c cleaning 9994 clauses out of 20074 with flag 825001/825001
89.96/89.37	c cleaning 9985 clauses out of 20080 with flag 835001/835001
91.06/90.47	c cleaning 9994 clauses out of 20095 with flag 845001/845001
92.16/91.56	c cleaning 10015 clauses out of 20100 with flag 855000/855000
93.07/92.46	c cleaning 10020 clauses out of 20085 with flag 865000/865000
94.27/93.67	c cleaning 9973 clauses out of 20066 with flag 875001/875001
95.37/94.73	c cleaning 10009 clauses out of 20092 with flag 885000/885000
96.28/95.65	c cleaning 10030 clauses out of 20085 with flag 895002/895002
97.17/96.58	c cleaning 9997 clauses out of 20053 with flag 905000/905000
98.27/97.70	c cleaning 9974 clauses out of 20056 with flag 915000/915000
99.37/98.72	c cleaning 9987 clauses out of 20082 with flag 925000/925000
100.47/99.85	c cleaning 9996 clauses out of 20096 with flag 935001/935001
101.48/100.89	c cleaning 10030 clauses out of 20101 with flag 945002/945002
102.88/102.26	c cleaning 9995 clauses out of 20071 with flag 955002/955002
103.28/102.69	c starts		: 1169
103.28/102.69	c conflicts		: 959592
103.28/102.69	c decisions		: 1936581
103.28/102.69	c propagations		: 22132322
103.28/102.69	c inspects		: 808723734
103.28/102.69	c shortcuts		: 0
103.28/102.69	c learnt literals	: 0
103.28/102.69	c learnt binary clauses	: 0
103.28/102.69	c learnt ternary clauses	: 0
103.28/102.69	c learnt constraints	: 959592
103.28/102.69	c ignored constraints	: 0
103.28/102.69	c root simplifications	: 1169
103.28/102.69	c removed literals (reason simplification)	: 9513614
103.28/102.69	c reason swapping (by a shorter reason)	: 0
103.28/102.69	c Calls to reduceDB	: 97
103.28/102.69	c speed (assignments/second)	: 215771.42132919971
103.28/102.69	c non guided choices	446
103.38/102.71	c learnt constraints type 
103.38/102.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14666
103.38/102.71	c constraints type 
103.38/102.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 196
103.38/102.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2457
103.38/102.71	s SATISFIABLE
103.38/102.71	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 0
103.38/102.71	c Total wall clock time (in seconds) : 102.608

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-3261468-1303540078/watcher-3261468-1303540078 -o /tmp/evaluation-result-3261468-1303540078/solver-3261468-1303540078 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3261468-1303540078.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: 4.04 2.92 1.36 4/243 14494
/proc/meminfo: memFree=14253896/32951124 swapFree=67111528/67111528
[pid=14494] ppid=14492 vsize=30580 CPUtime=0 cores=1,3
/proc/14494/stat : 14494 (java) S 14492 14494 14093 0 -1 4202496 1190 0 0 0 0 0 0 0 18 0 2 0 465608563 31313920 916 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933579749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14494/statm: 7645 920 698 9 0 383 0
[pid=14494/tid=14495] ppid=14492 vsize=30528 CPUtime=0 cores=1,3
/proc/14494/task/14495/stat : 14495 (java) R 14492 14494 14093 0 -1 4202560 107 0 0 0 0 0 0 0 19 0 2 0 465608563 31260672 941 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222921180618 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.078043 s]
/proc/loadavg: 4.04 2.92 1.36 4/243 14494
/proc/meminfo: memFree=14253896/32951124 swapFree=67111528/67111528
[pid=14494] ppid=14492 vsize=7569940 CPUtime=0.06 cores=1,3
/proc/14494/stat : 14494 (java) S 14492 14494 14093 0 -1 4202496 9504 0 1 0 5 1 0 0 18 0 18 0 465608563 7751618560 9201 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14494/statm: 1892485 9201 1754 9 0 1883223 0
[pid=14494/tid=14495] ppid=14492 vsize=7569940 CPUtime=0.06 cores=1,3
/proc/14494/task/14495/stat : 14495 (java) R 14492 14494 14093 0 -1 4202560 8330 0 1 0 5 1 0 0 25 0 18 0 465608563 7751618560 9201 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 46963575676835 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.101038 s]
/proc/loadavg: 4.04 2.92 1.36 4/243 14494
/proc/meminfo: memFree=14253896/32951124 swapFree=67111528/67111528
[pid=14494] ppid=14492 vsize=7636612 CPUtime=0.1 cores=1,3
/proc/14494/stat : 14494 (java) S 14492 14494 14093 0 -1 4202496 10486 0 1 0 9 1 0 0 18 0 18 0 465608563 7819890688 10182 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14494/statm: 1909153 10182 2093 9 0 1899891 0
[pid=14494/tid=14495] ppid=14492 vsize=7636612 CPUtime=0.08 cores=1,3
/proc/14494/task/14495/stat : 14495 (java) R 14492 14494 14093 0 -1 4202560 8623 0 1 0 7 1 0 0 25 0 18 0 465608563 7819890688 10182 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 46912505215960 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) 7636612

[startup+0.300969 s]
/proc/loadavg: 4.04 2.92 1.36 4/243 14494
/proc/meminfo: memFree=14253896/32951124 swapFree=67111528/67111528
[pid=14494] ppid=14492 vsize=7641340 CPUtime=0.5 cores=1,3
/proc/14494/stat : 14494 (java) S 14492 14494 14093 0 -1 4202496 12206 0 1 0 48 2 0 0 18 0 19 0 465608563 7824732160 11448 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14494/statm: 1910335 11448 2198 9 0 1901073 0
[pid=14494/tid=14495] ppid=14492 vsize=7641340 CPUtime=0.28 cores=1,3
/proc/14494/task/14495/stat : 14495 (java) R 14492 14494 14093 0 -1 4202560 8796 0 1 0 27 1 0 0 25 0 19 0 465608563 7824732160 11448 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 46912505217871 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7641340

[startup+0.700927 s]
/proc/loadavg: 4.04 2.92 1.36 4/243 14494
/proc/meminfo: memFree=14253896/32951124 swapFree=67111528/67111528
[pid=14494] ppid=14492 vsize=7641200 CPUtime=1.04 cores=1,3
/proc/14494/stat : 14494 (java) S 14492 14494 14093 0 -1 4202496 13214 0 1 0 102 2 0 0 18 0 19 0 465608563 7824588800 12398 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14494/statm: 1910300 12398 2212 9 0 1901038 0
[pid=14494/tid=14495] ppid=14492 vsize=7641200 CPUtime=0.68 cores=1,3
/proc/14494/task/14495/stat : 14495 (java) R 14492 14494 14093 0 -1 4202560 9716 0 1 0 67 1 0 0 25 0 19 0 465608563 7824588800 12398 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 46963580144467 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 7641200

[startup+1.50075 s]
/proc/loadavg: 4.04 2.92 1.36 5/262 14513
/proc/meminfo: memFree=14186872/32951124 swapFree=67111528/67111528
[pid=14494] ppid=14492 vsize=7647364 CPUtime=2.03 cores=1,3
/proc/14494/stat : 14494 (java) S 14492 14494 14093 0 -1 4202496 23174 0 1 0 201 2 0 0 18 0 19 0 465608563 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14494/statm: 1911841 20198 2243 9 0 1902579 0
[pid=14494/tid=14495] ppid=14492 vsize=7647364 CPUtime=1.42 cores=1,3
/proc/14494/task/14495/stat : 14495 (java) R 14492 14494 14093 0 -1 4202560 9764 0 1 0 141 1 0 0 17 0 19 0 465608563 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 46912505571095 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14494/tid=14497] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14497/stat : 14497 (java) S 14492 14494 14093 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14498] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14498/stat : 14498 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14499] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14499/stat : 14499 (java) S 14492 14494 14093 0 -1 4202560 522 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14500] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14500/stat : 14500 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14501] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14501/stat : 14501 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14502] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14502/stat : 14502 (java) S 14492 14494 14093 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14503] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14503/stat : 14503 (java) S 14492 14494 14093 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14504] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14504/stat : 14504 (java) S 14492 14494 14093 0 -1 4202560 598 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14505] ppid=14492 vsize=7647364 CPUtime=0.02 cores=1,3
/proc/14494/task/14505/stat : 14505 (java) S 14492 14494 14093 0 -1 4202560 960 0 0 0 2 0 0 0 15 0 19 0 465608566 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 0 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14506] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14506/stat : 14506 (java) S 14492 14494 14093 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 465608566 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14507] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14507/stat : 14507 (java) S 14492 14494 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465608566 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14508] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14508/stat : 14508 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933600689 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14509] ppid=14492 vsize=7647364 CPUtime=0.13 cores=1,3
/proc/14494/task/14509/stat : 14509 (java) S 14492 14494 14093 0 -1 4202560 745 0 0 0 13 0 0 0 18 0 19 0 465608568 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14510] ppid=14492 vsize=7647364 CPUtime=0.42 cores=1,3
/proc/14494/task/14510/stat : 14510 (java) S 14492 14494 14093 0 -1 4202560 8876 0 0 0 42 0 0 0 20 0 19 0 465608568 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14511] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14511/stat : 14511 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14512] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14512/stat : 14512 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465608568 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14513] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14513/stat : 14513 (java) S 14492 14494 14093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465608576 7830900736 20198 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 7647364

[startup+3.10149 s]
/proc/loadavg: 4.03 2.94 1.37 5/262 14513
/proc/meminfo: memFree=14180960/32951124 swapFree=67111528/67111528
[pid=14494] ppid=14492 vsize=7647364 CPUtime=3.64 cores=1,3
/proc/14494/stat : 14494 (java) S 14492 14494 14093 0 -1 4202496 24144 0 1 0 361 3 0 0 18 0 19 0 465608563 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14494/statm: 1911841 21167 2243 9 0 1902579 0
[pid=14494/tid=14495] ppid=14492 vsize=7647364 CPUtime=3 cores=1,3
/proc/14494/task/14495/stat : 14495 (java) R 14492 14494 14093 0 -1 4202560 9765 0 1 0 299 1 0 0 19 0 19 0 465608563 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 46912505606093 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14494/tid=14497] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14497/stat : 14497 (java) S 14492 14494 14093 0 -1 4202560 535 0 0 0 0 0 0 0 16 0 19 0 465608565 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14498] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14498/stat : 14498 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14499] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14499/stat : 14499 (java) S 14492 14494 14093 0 -1 4202560 522 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14500] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14500/stat : 14500 (java) S 14492 14494 14093 0 -1 4202560 290 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14501] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14501/stat : 14501 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14502] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14502/stat : 14502 (java) S 14492 14494 14093 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 19 0 465608565 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14503] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14503/stat : 14503 (java) S 14492 14494 14093 0 -1 4202560 121 0 0 0 0 0 0 0 16 0 19 0 465608565 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14504] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14504/stat : 14504 (java) S 14492 14494 14093 0 -1 4202560 598 0 0 0 0 0 0 0 16 0 19 0 465608565 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14505] ppid=14492 vsize=7647364 CPUtime=0.03 cores=1,3
/proc/14494/task/14505/stat : 14505 (java) S 14492 14494 14093 0 -1 4202560 1308 0 0 0 3 0 0 0 16 0 19 0 465608566 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 0 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14506] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14506/stat : 14506 (java) S 14492 14494 14093 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 465608566 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14507] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14507/stat : 14507 (java) S 14492 14494 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465608566 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14508] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14508/stat : 14508 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933600689 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14509] ppid=14492 vsize=7647364 CPUtime=0.14 cores=1,3
/proc/14494/task/14509/stat : 14509 (java) S 14492 14494 14093 0 -1 4202560 745 0 0 0 14 0 0 0 18 0 19 0 465608568 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14510] ppid=14492 vsize=7647364 CPUtime=0.43 cores=1,3
/proc/14494/task/14510/stat : 14510 (java) S 14492 14494 14093 0 -1 4202560 8876 0 0 0 43 0 0 0 17 0 19 0 465608568 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14511] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14511/stat : 14511 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14512] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14512/stat : 14512 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465608568 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14513] ppid=14492 vsize=7647364 CPUtime=0 cores=1,3
/proc/14494/task/14513/stat : 14513 (java) S 14492 14494 14093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465608576 7830900736 21167 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 7647364

[startup+6.30091 s]
/proc/loadavg: 4.03 2.94 1.37 5/262 14513
/proc/meminfo: memFree=14173396/32951124 swapFree=67111528/67111528
[pid=14494] ppid=14492 vsize=7643796 CPUtime=6.85 cores=1,3
/proc/14494/stat : 14494 (java) S 14492 14494 14093 0 -1 4202496 25858 0 1 0 682 3 0 0 18 0 19 0 465608563 7827247104 22023 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14494/statm: 1910949 22023 2243 9 0 1901687 0
[pid=14494/tid=14495] ppid=14492 vsize=7643796 CPUtime=6.15 cores=1,3
/proc/14494/task/14495/stat : 14495 (java) R 14492 14494 14093 0 -1 4202560 10302 0 1 0 613 2 0 0 25 0 19 0 465608563 7827247104 22023 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 46912505571784 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14494/tid=14497] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14497/stat : 14497 (java) S 14492 14494 14093 0 -1 4202560 535 0 0 0 0 0 0 0 15 0 19 0 465608565 7827247104 22023 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14498] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14498/stat : 14498 (java) S 14492 14494 14093 0 -1 4202560 250 0 0 0 0 0 0 0 15 0 19 0 465608565 7827247104 22023 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14499] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14499/stat : 14499 (java) S 14492 14494 14093 0 -1 4202560 732 0 0 0 0 0 0 0 16 0 19 0 465608565 7827247104 22024 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14500] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14500/stat : 14500 (java) S 14492 14494 14093 0 -1 4202560 290 0 0 0 0 0 0 0 15 0 19 0 465608565 7827247104 22024 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14501] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14501/stat : 14501 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465608565 7827247104 22024 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14502] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14502/stat : 14502 (java) S 14492 14494 14093 0 -1 4202560 430 0 0 0 0 0 0 0 15 0 19 0 465608565 7827247104 22024 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14503] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14503/stat : 14503 (java) S 14492 14494 14093 0 -1 4202560 121 0 0 0 0 0 0 0 16 0 19 0 465608565 7827247104 22024 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14504] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14504/stat : 14504 (java) S 14492 14494 14093 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 19 0 465608565 7827247104 22024 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14505] ppid=14492 vsize=7643796 CPUtime=0.06 cores=1,3
/proc/14494/task/14505/stat : 14505 (java) S 14492 14494 14093 0 -1 4202560 1642 0 0 0 6 0 0 0 15 0 19 0 465608566 7827247104 22024 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 0 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14506] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14506/stat : 14506 (java) S 14492 14494 14093 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 465608566 7827247104 22024 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14507] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14507/stat : 14507 (java) S 14492 14494 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465608566 7827247104 22024 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14508] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14508/stat : 14508 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7827247104 22024 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933600689 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14509] ppid=14492 vsize=7643796 CPUtime=0.14 cores=1,3
/proc/14494/task/14509/stat : 14509 (java) S 14492 14494 14093 0 -1 4202560 745 0 0 0 14 0 0 0 18 0 19 0 465608568 7827247104 22024 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14510] ppid=14492 vsize=7643796 CPUtime=0.45 cores=1,3
/proc/14494/task/14510/stat : 14510 (java) S 14492 14494 14093 0 -1 4202560 8888 0 0 0 45 0 0 0 15 0 19 0 465608568 7827247104 22024 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0

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

/proc/14494/task/14497/stat : 14497 (java) S 14492 14494 14093 0 -1 4202560 536 0 0 0 1 0 0 0 15 0 19 0 465608565 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14498] ppid=14492 vsize=7643796 CPUtime=0.01 cores=1,3
/proc/14494/task/14498/stat : 14498 (java) S 14492 14494 14093 0 -1 4202560 260 0 0 0 1 0 0 0 15 0 19 0 465608565 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14499] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14499/stat : 14499 (java) S 14492 14494 14093 0 -1 4202560 732 0 0 0 0 0 0 0 15 0 19 0 465608565 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14500] ppid=14492 vsize=7643796 CPUtime=0.02 cores=1,3
/proc/14494/task/14500/stat : 14500 (java) S 14492 14494 14093 0 -1 4202560 319 0 0 0 2 0 0 0 15 0 19 0 465608565 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14501] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14501/stat : 14501 (java) S 14492 14494 14093 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 465608565 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14502] ppid=14492 vsize=7643796 CPUtime=0.02 cores=1,3
/proc/14494/task/14502/stat : 14502 (java) S 14492 14494 14093 0 -1 4202560 437 0 0 0 2 0 0 0 15 0 19 0 465608565 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14503] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14503/stat : 14503 (java) S 14492 14494 14093 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 465608565 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14504] ppid=14492 vsize=7643796 CPUtime=0.01 cores=1,3
/proc/14494/task/14504/stat : 14504 (java) S 14492 14494 14093 0 -1 4202560 773 0 0 0 1 0 0 0 15 0 19 0 465608565 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14505] ppid=14492 vsize=7643796 CPUtime=0.33 cores=1,3
/proc/14494/task/14505/stat : 14505 (java) S 14492 14494 14093 0 -1 4202560 2346 0 0 0 33 0 0 0 16 0 19 0 465608566 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 0 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14506] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14506/stat : 14506 (java) S 14492 14494 14093 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 465608566 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14507] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14507/stat : 14507 (java) S 14492 14494 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465608566 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14508] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14508/stat : 14508 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933600689 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14509] ppid=14492 vsize=7643796 CPUtime=0.14 cores=1,3
/proc/14494/task/14509/stat : 14509 (java) S 14492 14494 14093 0 -1 4202560 745 0 0 0 14 0 0 0 18 0 19 0 465608568 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14510] ppid=14492 vsize=7643796 CPUtime=0.45 cores=1,3
/proc/14494/task/14510/stat : 14510 (java) S 14492 14494 14093 0 -1 4202560 8890 0 0 0 45 0 0 0 15 0 19 0 465608568 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14511] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14511/stat : 14511 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14512] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14512/stat : 14512 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465608568 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14513] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14513/stat : 14513 (java) S 14492 14494 14093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465608576 7827247104 22654 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 26.07
Current children cumulated vsize (KiB) 7643796

[startup+51.1007 s]
/proc/loadavg: 4.17 3.12 1.50 5/262 14514
/proc/meminfo: memFree=14170128/32951124 swapFree=67111528/67111528
[pid=14494] ppid=14492 vsize=7643796 CPUtime=51.72 cores=1,3
/proc/14494/stat : 14494 (java) S 14492 14494 14093 0 -1 4202496 26762 0 1 0 5168 4 0 0 18 0 19 0 465608563 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14494/statm: 1910949 22660 2243 9 0 1901687 0
[pid=14494/tid=14495] ppid=14492 vsize=7643796 CPUtime=50.15 cores=1,3
/proc/14494/task/14495/stat : 14495 (java) R 14492 14494 14093 0 -1 4202560 10402 0 1 0 5013 2 0 0 25 0 19 0 465608563 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 46912505547912 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14494/tid=14497] ppid=14492 vsize=7643796 CPUtime=0.03 cores=1,3
/proc/14494/task/14497/stat : 14497 (java) S 14492 14494 14093 0 -1 4202560 538 0 0 0 3 0 0 0 16 0 19 0 465608565 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14498] ppid=14492 vsize=7643796 CPUtime=0.02 cores=1,3
/proc/14494/task/14498/stat : 14498 (java) S 14492 14494 14093 0 -1 4202560 260 0 0 0 2 0 0 0 15 0 19 0 465608565 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14499] ppid=14492 vsize=7643796 CPUtime=0.01 cores=1,3
/proc/14494/task/14499/stat : 14499 (java) S 14492 14494 14093 0 -1 4202560 732 0 0 0 1 0 0 0 15 0 19 0 465608565 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14500] ppid=14492 vsize=7643796 CPUtime=0.04 cores=1,3
/proc/14494/task/14500/stat : 14500 (java) S 14492 14494 14093 0 -1 4202560 320 0 0 0 4 0 0 0 15 0 19 0 465608565 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14501] ppid=14492 vsize=7643796 CPUtime=0.01 cores=1,3
/proc/14494/task/14501/stat : 14501 (java) S 14492 14494 14093 0 -1 4202560 37 0 0 0 1 0 0 0 15 0 19 0 465608565 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14502] ppid=14492 vsize=7643796 CPUtime=0.03 cores=1,3
/proc/14494/task/14502/stat : 14502 (java) S 14492 14494 14093 0 -1 4202560 438 0 0 0 3 0 0 0 15 0 19 0 465608565 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14503] ppid=14492 vsize=7643796 CPUtime=0.01 cores=1,3
/proc/14494/task/14503/stat : 14503 (java) S 14492 14494 14093 0 -1 4202560 126 0 0 0 1 0 0 0 15 0 19 0 465608565 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14504] ppid=14492 vsize=7643796 CPUtime=0.02 cores=1,3
/proc/14494/task/14504/stat : 14504 (java) S 14492 14494 14093 0 -1 4202560 773 0 0 0 2 0 0 0 15 0 19 0 465608565 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14505] ppid=14492 vsize=7643796 CPUtime=0.72 cores=1,3
/proc/14494/task/14505/stat : 14505 (java) S 14492 14494 14093 0 -1 4202560 2348 0 0 0 72 0 0 0 16 0 19 0 465608566 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 0 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14506] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14506/stat : 14506 (java) S 14492 14494 14093 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 465608566 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14507] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14507/stat : 14507 (java) S 14492 14494 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465608566 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14508] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14508/stat : 14508 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933600689 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14509] ppid=14492 vsize=7643796 CPUtime=0.14 cores=1,3
/proc/14494/task/14509/stat : 14509 (java) S 14492 14494 14093 0 -1 4202560 745 0 0 0 14 0 0 0 18 0 19 0 465608568 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14510] ppid=14492 vsize=7643796 CPUtime=0.45 cores=1,3
/proc/14494/task/14510/stat : 14510 (java) S 14492 14494 14093 0 -1 4202560 8890 0 0 0 45 0 0 0 15 0 19 0 465608568 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14511] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14511/stat : 14511 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14512] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14512/stat : 14512 (java) S 14492 14494 14093 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 465608568 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14513] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14513/stat : 14513 (java) S 14492 14494 14093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465608576 7827247104 22660 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51.72
Current children cumulated vsize (KiB) 7643796

[startup+102.307 s]
/proc/loadavg: 4.16 3.29 1.65 5/262 14516
/proc/meminfo: memFree=14168700/32951124 swapFree=67111528/67111528
[pid=14494] ppid=14492 vsize=7643796 CPUtime=102.99 cores=1,3
/proc/14494/stat : 14494 (java) S 14492 14494 14093 0 -1 4202496 26966 0 1 0 10295 4 0 0 18 0 19 0 465608563 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14494/statm: 1910949 22807 2244 9 0 1901687 0
[pid=14494/tid=14495] ppid=14492 vsize=7643796 CPUtime=100.49 cores=1,3
/proc/14494/task/14495/stat : 14495 (java) R 14492 14494 14093 0 -1 4202560 10558 0 1 0 10047 2 0 0 25 0 19 0 465608563 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 46912505619743 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14494/tid=14497] ppid=14492 vsize=7643796 CPUtime=0.05 cores=1,3
/proc/14494/task/14497/stat : 14497 (java) S 14492 14494 14093 0 -1 4202560 543 0 0 0 5 0 0 0 15 0 19 0 465608565 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14498] ppid=14492 vsize=7643796 CPUtime=0.04 cores=1,3
/proc/14494/task/14498/stat : 14498 (java) S 14492 14494 14093 0 -1 4202560 260 0 0 0 4 0 0 0 15 0 19 0 465608565 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14499] ppid=14492 vsize=7643796 CPUtime=0.03 cores=1,3
/proc/14494/task/14499/stat : 14499 (java) S 14492 14494 14093 0 -1 4202560 735 0 0 0 3 0 0 0 15 0 19 0 465608565 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14500] ppid=14492 vsize=7643796 CPUtime=0.06 cores=1,3
/proc/14494/task/14500/stat : 14500 (java) S 14492 14494 14093 0 -1 4202560 324 0 0 0 6 0 0 0 15 0 19 0 465608565 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14501] ppid=14492 vsize=7643796 CPUtime=0.03 cores=1,3
/proc/14494/task/14501/stat : 14501 (java) S 14492 14494 14093 0 -1 4202560 43 0 0 0 3 0 0 0 15 0 19 0 465608565 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14502] ppid=14492 vsize=7643796 CPUtime=0.04 cores=1,3
/proc/14494/task/14502/stat : 14502 (java) S 14492 14494 14093 0 -1 4202560 438 0 0 0 4 0 0 0 15 0 19 0 465608565 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14503] ppid=14492 vsize=7643796 CPUtime=0.03 cores=1,3
/proc/14494/task/14503/stat : 14503 (java) S 14492 14494 14093 0 -1 4202560 127 0 0 0 3 0 0 0 15 0 19 0 465608565 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14504] ppid=14492 vsize=7643796 CPUtime=0.05 cores=1,3
/proc/14494/task/14504/stat : 14504 (java) S 14492 14494 14093 0 -1 4202560 777 0 0 0 5 0 0 0 16 0 19 0 465608565 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14505] ppid=14492 vsize=7643796 CPUtime=1.46 cores=1,3
/proc/14494/task/14505/stat : 14505 (java) S 14492 14494 14093 0 -1 4202560 2352 0 0 0 146 0 0 0 16 0 19 0 465608566 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 0 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14506] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14506/stat : 14506 (java) S 14492 14494 14093 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 465608566 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14507] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14507/stat : 14507 (java) S 14492 14494 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465608566 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14508] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14508/stat : 14508 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933600689 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14509] ppid=14492 vsize=7643796 CPUtime=0.14 cores=1,3
/proc/14494/task/14509/stat : 14509 (java) S 14492 14494 14093 0 -1 4202560 745 0 0 0 14 0 0 0 18 0 19 0 465608568 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14510] ppid=14492 vsize=7643796 CPUtime=0.47 cores=1,3
/proc/14494/task/14510/stat : 14510 (java) S 14492 14494 14093 0 -1 4202560 8907 0 0 0 47 0 0 0 15 0 19 0 465608568 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14511] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14511/stat : 14511 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14512] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14512/stat : 14512 (java) S 14492 14494 14093 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 465608568 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14513] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14513/stat : 14513 (java) S 14492 14494 14093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465608576 7827247104 22807 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.99
Current children cumulated vsize (KiB) 7643796

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

[startup+102.701 s]
/proc/loadavg: 4.16 3.29 1.65 5/262 14516
/proc/meminfo: memFree=14168700/32951124 swapFree=67111528/67111528
[pid=14494] ppid=14492 vsize=7643796 CPUtime=103.38 cores=1,3
/proc/14494/stat : 14494 (java) S 14492 14494 14093 0 -1 4202496 26972 0 1 0 10334 4 0 0 18 0 19 0 465608563 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14494/statm: 1910949 22813 2245 9 0 1901687 0
[pid=14494/tid=14495] ppid=14492 vsize=7643796 CPUtime=100.89 cores=1,3
/proc/14494/task/14495/stat : 14495 (java) S 14492 14494 14093 0 -1 4202560 10560 0 1 0 10087 2 0 0 25 0 19 0 465608563 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14497] ppid=14492 vsize=7643796 CPUtime=0.05 cores=1,3
/proc/14494/task/14497/stat : 14497 (java) S 14492 14494 14093 0 -1 4202560 543 0 0 0 5 0 0 0 15 0 19 0 465608565 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14498] ppid=14492 vsize=7643796 CPUtime=0.04 cores=1,3
/proc/14494/task/14498/stat : 14498 (java) S 14492 14494 14093 0 -1 4202560 260 0 0 0 4 0 0 0 15 0 19 0 465608565 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14499] ppid=14492 vsize=7643796 CPUtime=0.03 cores=1,3
/proc/14494/task/14499/stat : 14499 (java) S 14492 14494 14093 0 -1 4202560 735 0 0 0 3 0 0 0 15 0 19 0 465608565 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14500] ppid=14492 vsize=7643796 CPUtime=0.06 cores=1,3
/proc/14494/task/14500/stat : 14500 (java) S 14492 14494 14093 0 -1 4202560 324 0 0 0 6 0 0 0 15 0 19 0 465608565 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14501] ppid=14492 vsize=7643796 CPUtime=0.03 cores=1,3
/proc/14494/task/14501/stat : 14501 (java) S 14492 14494 14093 0 -1 4202560 43 0 0 0 3 0 0 0 15 0 19 0 465608565 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14502] ppid=14492 vsize=7643796 CPUtime=0.04 cores=1,3
/proc/14494/task/14502/stat : 14502 (java) S 14492 14494 14093 0 -1 4202560 438 0 0 0 4 0 0 0 15 0 19 0 465608565 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14503] ppid=14492 vsize=7643796 CPUtime=0.03 cores=1,3
/proc/14494/task/14503/stat : 14503 (java) S 14492 14494 14093 0 -1 4202560 127 0 0 0 3 0 0 0 15 0 19 0 465608565 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14504] ppid=14492 vsize=7643796 CPUtime=0.05 cores=1,3
/proc/14494/task/14504/stat : 14504 (java) S 14492 14494 14093 0 -1 4202560 777 0 0 0 5 0 0 0 16 0 19 0 465608565 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14505] ppid=14492 vsize=7643796 CPUtime=1.46 cores=1,3
/proc/14494/task/14505/stat : 14505 (java) S 14492 14494 14093 0 -1 4202560 2352 0 0 0 146 0 0 0 16 0 19 0 465608566 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 0 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14506] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14506/stat : 14506 (java) S 14492 14494 14093 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 465608566 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14507] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14507/stat : 14507 (java) S 14492 14494 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465608566 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14508] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14508/stat : 14508 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933600689 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14509] ppid=14492 vsize=7643796 CPUtime=0.14 cores=1,3
/proc/14494/task/14509/stat : 14509 (java) S 14492 14494 14093 0 -1 4202560 745 0 0 0 14 0 0 0 18 0 19 0 465608568 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
[pid=14494/tid=14510] ppid=14492 vsize=7643796 CPUtime=0.47 cores=1,3
/proc/14494/task/14510/stat : 14510 (java) S 14492 14494 14093 0 -1 4202560 8907 0 0 0 47 0 0 0 15 0 19 0 465608568 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14511] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14511/stat : 14511 (java) S 14492 14494 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465608568 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933592985 0 4 0 16800975 18446604454922676416 0 0 -1 1 0 0 0
[pid=14494/tid=14512] ppid=14492 vsize=7643796 CPUtime=0 cores=1,3
/proc/14494/task/14512/stat : 14512 (java) S 14492 14494 14093 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 465608568 7827247104 22813 33554432000 1073741824 1073778376 140735424907456 18446744073709551615 222933593600 0 4 0 16800975 18446604454922676416 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 103.38
Current children cumulated vsize (KiB) 7643796

Child status: 10
Real time (s): 102.716
CPU time (s): 103.41
CPU user time (s): 103.357
CPU system time (s): 0.052991
CPU usage (%): 100.676
Max. virtual memory (cumulated for all children) (KiB): 7647364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.357
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= 26989
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= 5054
involuntary context switches= 2268

runsolver used 0.19697 second user time and 0.373943 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-23 08:27:58
IDJOB=3261468
IDBENCH=83229
IDSOLVER=1611
FILE ID=node109/3261468-1303540078
RUNJOBID= node109-1303539684-14113
PBS_JOBID= 13143129
Free space on /tmp= 71632 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-14-27-sat.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-3261468-1303540078/watcher-3261468-1303540078 -o /tmp/evaluation-result-3261468-1303540078/solver-3261468-1303540078 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3261468-1303540078.cnf

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

MD5SUM BENCH= 9c54c57be5bec760a361df7b3a13ea07
RANDOM SEED=1946445017

node109.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.809
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.61
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.809
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.809
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.74
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.809
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.75
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.809
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.82
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.809
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14254052 kB
Buffers:       2093092 kB
Cached:       15748804 kB
SwapCached:          0 kB
Active:        9903784 kB
Inactive:      8221152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14254052 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:      282812 kB
Mapped:          23400 kB
Slab:           506700 kB
PageTables:       6420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22077932 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= 71632 MiB
End job on node109 at 2011-04-23 08:29:41