Trace number 3190581

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 62.7115 62.1819

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1077220429-098.SATISFIABLE.cnf
MD5SUM47cf94d2c6b17be07f455562df293cd1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003999
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.09/0.09	c --- Begin Solver configuration ---
0.09/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.09/0.09	c Learn all clauses as in MiniSAT
0.09/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.09	c Expensive reason simplification
0.09/0.09	c Armin Biere (Picosat) restarts strategy
0.09/0.09	c Glucose learned constraints deletion strategy
0.09/0.09	c timeout=2147483647s
0.09/0.09	c DB Simplification allowed=true
0.09/0.09	c --- End Solver configuration ---
0.09/0.09	c solving HOME/instance-3190581-1302601737.cnf
0.09/0.09	c reading problem ... 
0.09/0.11	c ... done. Wall clock time 0.021s.
0.09/0.11	c #vars     350
0.09/0.11	c #constraints  1491
0.09/0.11	c constraints type 
0.09/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1491
0.74/0.56	c cleaning 2500 clauses out of 5001 with flag 5001/5001
1.37/0.96	c cleaning 4243 clauses out of 8500 with flag 11000/11000
1.98/1.53	c cleaning 5624 clauses out of 11258 with flag 18001/18001
2.69/2.22	c cleaning 6813 clauses out of 13636 with flag 26003/26003
3.50/3.04	c cleaning 7906 clauses out of 15820 with flag 35000/35000
4.50/4.05	c cleaning 8954 clauses out of 17914 with flag 45000/45000
5.60/5.16	c cleaning 9473 clauses out of 18960 with flag 55000/55000
6.70/6.26	c cleaning 9741 clauses out of 19488 with flag 65001/65001
7.80/7.35	c cleaning 9865 clauses out of 19746 with flag 75000/75000
8.90/8.46	c cleaning 9940 clauses out of 19882 with flag 85001/85001
10.00/9.57	c cleaning 9963 clauses out of 19942 with flag 95001/95001
11.11/10.63	c cleaning 9985 clauses out of 19979 with flag 105001/105001
12.20/11.70	c cleaning 9991 clauses out of 19993 with flag 115000/115000
13.20/12.78	c cleaning 9998 clauses out of 20002 with flag 125000/125000
14.31/13.84	c cleaning 9996 clauses out of 20005 with flag 135001/135001
15.41/14.95	c cleaning 9997 clauses out of 20008 with flag 145000/145000
16.51/16.07	c cleaning 10000 clauses out of 20014 with flag 155003/155003
17.61/17.17	c cleaning 10002 clauses out of 20011 with flag 165000/165000
18.71/18.28	c cleaning 9999 clauses out of 20009 with flag 175000/175000
19.81/19.34	c cleaning 10001 clauses out of 20011 with flag 185001/185001
20.92/20.45	c cleaning 10002 clauses out of 20011 with flag 195002/195002
21.92/21.46	c cleaning 10000 clauses out of 20007 with flag 205000/205000
23.02/22.55	c cleaning 10002 clauses out of 20007 with flag 215000/215000
24.12/23.62	c cleaning 9998 clauses out of 20005 with flag 225000/225000
25.12/24.69	c cleaning 10000 clauses out of 20009 with flag 235002/235002
26.22/25.79	c cleaning 9993 clauses out of 20009 with flag 245002/245002
27.32/26.85	c cleaning 10000 clauses out of 20015 with flag 255001/255001
28.42/27.93	c cleaning 10002 clauses out of 20014 with flag 265000/265000
29.52/29.01	c cleaning 9999 clauses out of 20013 with flag 275001/275001
30.52/30.07	c cleaning 10002 clauses out of 20014 with flag 285001/285001
31.62/31.13	c cleaning 10000 clauses out of 20011 with flag 295000/295000
32.72/32.23	c cleaning 9997 clauses out of 20011 with flag 305000/305000
33.72/33.26	c cleaning 9999 clauses out of 20015 with flag 315001/315001
34.72/34.27	c cleaning 10004 clauses out of 20015 with flag 325000/325000
35.82/35.36	c cleaning 10000 clauses out of 20015 with flag 335004/335004
36.92/36.42	c cleaning 10000 clauses out of 20011 with flag 345000/345000
37.92/37.47	c cleaning 10000 clauses out of 20011 with flag 355000/355000
39.02/38.54	c cleaning 9997 clauses out of 20011 with flag 365000/365000
40.12/39.66	c cleaning 9998 clauses out of 20014 with flag 375000/375000
41.22/40.74	c cleaning 10003 clauses out of 20019 with flag 385003/385003
42.22/41.79	c cleaning 10001 clauses out of 20014 with flag 395001/395001
43.32/42.87	c cleaning 10000 clauses out of 20012 with flag 405000/405000
44.42/43.95	c cleaning 9998 clauses out of 20012 with flag 415000/415000
45.52/45.01	c cleaning 10004 clauses out of 20018 with flag 425004/425004
46.52/46.07	c cleaning 10000 clauses out of 20012 with flag 435002/435002
47.62/47.15	c cleaning 10003 clauses out of 20011 with flag 445001/445001
48.72/48.24	c cleaning 9995 clauses out of 20007 with flag 455000/455000
49.82/49.30	c cleaning 9999 clauses out of 20012 with flag 465000/465000
50.82/50.32	c cleaning 10003 clauses out of 20014 with flag 475001/475001
51.82/51.34	c cleaning 9999 clauses out of 20010 with flag 485000/485000
52.82/52.36	c cleaning 9999 clauses out of 20011 with flag 495000/495000
53.92/53.44	c cleaning 10002 clauses out of 20015 with flag 505003/505003
55.02/54.52	c cleaning 9998 clauses out of 20010 with flag 515000/515000
56.02/55.56	c cleaning 10001 clauses out of 20012 with flag 525000/525000
57.12/56.64	c cleaning 10002 clauses out of 20012 with flag 535001/535001
58.12/57.68	c cleaning 10002 clauses out of 20009 with flag 545000/545000
59.22/58.78	c cleaning 9994 clauses out of 20008 with flag 555001/555001
60.32/59.86	c cleaning 10000 clauses out of 20014 with flag 565001/565001
61.42/60.91	c cleaning 10005 clauses out of 20016 with flag 575003/575003
62.42/61.92	c cleaning 9999 clauses out of 20008 with flag 585000/585000
62.62/62.16	c starts		: 942
62.62/62.16	c conflicts		: 587699
62.62/62.16	c decisions		: 690909
62.62/62.16	c propagations		: 31813261
62.62/62.16	c inspects		: 867913178
62.62/62.16	c shortcuts		: 0
62.62/62.16	c learnt literals	: 0
62.62/62.16	c learnt binary clauses	: 0
62.62/62.16	c learnt ternary clauses	: 84
62.62/62.16	c learnt constraints	: 587699
62.62/62.16	c ignored constraints	: 0
62.62/62.16	c root simplifications	: 942
62.62/62.16	c removed literals (reason simplification)	: 3550885
62.62/62.16	c reason swapping (by a shorter reason)	: 0
62.62/62.16	c Calls to reduceDB	: 60
62.62/62.16	c speed (assignments/second)	: 512678.8551721915
62.62/62.16	c non guided choices	36
62.62/62.17	c learnt constraints type 
62.62/62.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12708
62.62/62.17	c constraints type 
62.62/62.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1491
62.62/62.17	s SATISFIABLE
62.62/62.17	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 0
62.62/62.17	c Total wall clock time (in seconds) : 62.074

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 4,6

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.09 4.09 4.00 4/243 19063
/proc/meminfo: memFree=13718924/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=23028 CPUtime=0 cores=4,6
/proc/19063/stat : 19063 (java) R 19061 19063 18109 0 -1 4202496 960 0 0 0 0 0 0 0 25 0 1 0 352589195 23580672 701 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228090488296 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19063/statm: 5757 701 518 9 0 124 0

[startup+0.097715 s]
/proc/loadavg: 4.09 4.09 4.00 4/243 19063
/proc/meminfo: memFree=13718924/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=7636292 CPUtime=0.09 cores=4,6
/proc/19063/stat : 19063 (java) S 19061 19063 18109 0 -1 4202496 10387 0 1 0 8 1 0 0 25 0 18 0 352589195 7819563008 10081 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19063/statm: 1909073 10081 2092 9 0 1899811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636292

[startup+0.100322 s]
/proc/loadavg: 4.09 4.09 4.00 4/243 19063
/proc/meminfo: memFree=13718924/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=7636292 CPUtime=0.09 cores=4,6
/proc/19063/stat : 19063 (java) S 19061 19063 18109 0 -1 4202496 10406 0 1 0 8 1 0 0 25 0 18 0 352589195 7819563008 10100 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19063/statm: 1909073 10100 2093 9 0 1899811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636292

[startup+0.30029 s]
/proc/loadavg: 4.09 4.09 4.00 4/243 19063
/proc/meminfo: memFree=13718924/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=7644264 CPUtime=0.47 cores=4,6
/proc/19063/stat : 19063 (java) S 19061 19063 18109 0 -1 4202496 12579 0 1 0 45 2 0 0 25 0 19 0 352589195 7827726336 11969 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19063/statm: 1911066 11969 2196 9 0 1901804 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7644264

[startup+0.700217 s]
/proc/loadavg: 4.09 4.09 4.00 4/243 19063
/proc/meminfo: memFree=13718924/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=7665204 CPUtime=1.1 cores=4,6
/proc/19063/stat : 19063 (java) S 19061 19063 18109 0 -1 4202496 19727 0 1 0 108 2 0 0 25 0 19 0 352589195 7849168896 17182 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19063/statm: 1916301 17182 2238 9 0 1907039 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 7665204

[startup+1.50113 s]
/proc/loadavg: 4.09 4.09 4.00 5/262 19082
/proc/meminfo: memFree=13656904/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=7665204 CPUtime=1.98 cores=4,6
/proc/19063/stat : 19063 (java) S 19061 19063 18109 0 -1 4202496 20119 0 1 0 196 2 0 0 25 0 19 0 352589195 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19063/statm: 1916301 17573 2241 9 0 1907039 0
[pid=19063/tid=19065] ppid=19061 vsize=7665204 CPUtime=1.45 cores=4,6
/proc/19063/task/19065/stat : 19065 (java) R 19061 19063 18109 0 -1 4202560 8940 0 1 0 144 1 0 0 21 0 19 0 352589196 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 46912505528058 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19066/stat : 19066 (java) S 19061 19063 18109 0 -1 4202560 126 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19067] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19067/stat : 19067 (java) S 19061 19063 18109 0 -1 4202560 91 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19068] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19068/stat : 19068 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19069] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19069/stat : 19069 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19070] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19070/stat : 19070 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19071] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19071/stat : 19071 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19072] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19072/stat : 19072 (java) S 19061 19063 18109 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19073] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19073/stat : 19073 (java) S 19061 19063 18109 0 -1 4202560 142 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19074] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19074/stat : 19074 (java) S 19061 19063 18109 0 -1 4202560 338 0 0 0 1 0 0 0 17 0 19 0 352589199 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 0 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19075] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19075/stat : 19075 (java) S 19061 19063 18109 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352589199 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19076] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19076/stat : 19076 (java) S 19061 19063 18109 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352589199 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19077] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19077/stat : 19077 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107274673 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19078] ppid=19061 vsize=7665204 CPUtime=0.32 cores=4,6
/proc/19063/task/19078/stat : 19078 (java) S 19061 19063 18109 0 -1 4202560 7784 0 0 0 32 0 0 0 24 0 19 0 352589201 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19079] ppid=19061 vsize=7665204 CPUtime=0.15 cores=4,6
/proc/19063/task/19079/stat : 19079 (java) S 19061 19063 18109 0 -1 4202560 1466 0 0 0 15 0 0 0 20 0 19 0 352589201 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19080] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19080/stat : 19080 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19081] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19081/stat : 19081 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352589201 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19082] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19082/stat : 19082 (java) S 19061 19063 18109 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352589207 7849168896 17573 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 7665204

[startup+3.10083 s]
/proc/loadavg: 4.09 4.09 4.00 5/262 19082
/proc/meminfo: memFree=13656032/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=7665204 CPUtime=3.6 cores=4,6
/proc/19063/stat : 19063 (java) S 19061 19063 18109 0 -1 4202496 20415 0 1 0 358 2 0 0 25 0 19 0 352589195 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19063/statm: 1916301 17866 2241 9 0 1907039 0
[pid=19063/tid=19065] ppid=19061 vsize=7665204 CPUtime=3.01 cores=4,6
/proc/19063/task/19065/stat : 19065 (java) R 19061 19063 18109 0 -1 4202560 8942 0 1 0 300 1 0 0 25 0 19 0 352589196 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 46912505572163 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19066/stat : 19066 (java) S 19061 19063 18109 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19067] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19067/stat : 19067 (java) S 19061 19063 18109 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19068] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19068/stat : 19068 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19069] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19069/stat : 19069 (java) S 19061 19063 18109 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19070] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19070/stat : 19070 (java) S 19061 19063 18109 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19071] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19071/stat : 19071 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19072] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19072/stat : 19072 (java) S 19061 19063 18109 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19073] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19073/stat : 19073 (java) S 19061 19063 18109 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19074] ppid=19061 vsize=7665204 CPUtime=0.05 cores=4,6
/proc/19063/task/19074/stat : 19074 (java) S 19061 19063 18109 0 -1 4202560 510 0 0 0 5 0 0 0 16 0 19 0 352589199 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 0 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19075] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19075/stat : 19075 (java) S 19061 19063 18109 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352589199 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19076] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19076/stat : 19076 (java) S 19061 19063 18109 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352589199 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19077] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19077/stat : 19077 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107274673 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19078] ppid=19061 vsize=7665204 CPUtime=0.34 cores=4,6
/proc/19063/task/19078/stat : 19078 (java) S 19061 19063 18109 0 -1 4202560 7785 0 0 0 34 0 0 0 15 0 19 0 352589201 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19079] ppid=19061 vsize=7665204 CPUtime=0.16 cores=4,6
/proc/19063/task/19079/stat : 19079 (java) S 19061 19063 18109 0 -1 4202560 1467 0 0 0 16 0 0 0 15 0 19 0 352589201 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19080] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19080/stat : 19080 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19081] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19081/stat : 19081 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352589201 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19082] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19082/stat : 19082 (java) S 19061 19063 18109 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352589207 7849168896 17866 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 7665204

[startup+6.30123 s]
/proc/loadavg: 4.08 4.09 4.00 5/262 19082
/proc/meminfo: memFree=13654528/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=7665204 CPUtime=6.8 cores=4,6
/proc/19063/stat : 19063 (java) S 19061 19063 18109 0 -1 4202496 20566 0 1 0 678 2 0 0 25 0 19 0 352589195 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19063/statm: 1916301 17957 2241 9 0 1907039 0
[pid=19063/tid=19065] ppid=19061 vsize=7665204 CPUtime=6.17 cores=4,6
/proc/19063/task/19065/stat : 19065 (java) R 19061 19063 18109 0 -1 4202560 8946 0 1 0 616 1 0 0 19 0 19 0 352589196 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 46912505511635 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19066/stat : 19066 (java) S 19061 19063 18109 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19067] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19067/stat : 19067 (java) S 19061 19063 18109 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19068] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19068/stat : 19068 (java) S 19061 19063 18109 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19069] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19069/stat : 19069 (java) S 19061 19063 18109 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19070] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19070/stat : 19070 (java) S 19061 19063 18109 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19071] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19071/stat : 19071 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19072] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19072/stat : 19072 (java) S 19061 19063 18109 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19073] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19073/stat : 19073 (java) S 19061 19063 18109 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19074] ppid=19061 vsize=7665204 CPUtime=0.08 cores=4,6
/proc/19063/task/19074/stat : 19074 (java) S 19061 19063 18109 0 -1 4202560 650 0 0 0 8 0 0 0 16 0 19 0 352589199 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 0 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19075] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19075/stat : 19075 (java) S 19061 19063 18109 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352589199 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19076] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19076/stat : 19076 (java) S 19061 19063 18109 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352589199 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19077] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19077/stat : 19077 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107274673 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19078] ppid=19061 vsize=7665204 CPUtime=0.34 cores=4,6
/proc/19063/task/19078/stat : 19078 (java) S 19061 19063 18109 0 -1 4202560 7785 0 0 0 34 0 0 0 15 0 19 0 352589201 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19079] ppid=19061 vsize=7665204 CPUtime=0.16 cores=4,6
/proc/19063/task/19079/stat : 19079 (java) S 19061 19063 18109 0 -1 4202560 1467 0 0 0 16 0 0 0 15 0 19 0 352589201 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19080] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19080/stat : 19080 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19081] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19081/stat : 19081 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352589201 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19082] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19082/stat : 19082 (java) S 19061 19063 18109 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352589207 7849168896 17957 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 7665204

[startup+12.7011 s]

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

/proc/19063/task/19066/stat : 19066 (java) S 19061 19063 18109 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19067] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19067/stat : 19067 (java) S 19061 19063 18109 0 -1 4202560 93 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19068] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19068/stat : 19068 (java) S 19061 19063 18109 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19069] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19069/stat : 19069 (java) S 19061 19063 18109 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19070] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19070/stat : 19070 (java) S 19061 19063 18109 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19071] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19071/stat : 19071 (java) S 19061 19063 18109 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 19 0 352589197 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19072] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19072/stat : 19072 (java) S 19061 19063 18109 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19073] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19073/stat : 19073 (java) S 19061 19063 18109 0 -1 4202560 143 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19074] ppid=19061 vsize=7665204 CPUtime=0.69 cores=4,6
/proc/19063/task/19074/stat : 19074 (java) S 19061 19063 18109 0 -1 4202560 702 0 0 0 69 0 0 0 16 0 19 0 352589199 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 0 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19075] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19075/stat : 19075 (java) S 19061 19063 18109 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352589199 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19076] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19076/stat : 19076 (java) S 19061 19063 18109 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352589199 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19077] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19077/stat : 19077 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107274673 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19078] ppid=19061 vsize=7665204 CPUtime=0.34 cores=4,6
/proc/19063/task/19078/stat : 19078 (java) S 19061 19063 18109 0 -1 4202560 7785 0 0 0 34 0 0 0 15 0 19 0 352589201 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19079] ppid=19061 vsize=7665204 CPUtime=0.16 cores=4,6
/proc/19063/task/19079/stat : 19079 (java) S 19061 19063 18109 0 -1 4202560 1467 0 0 0 16 0 0 0 15 0 19 0 352589201 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19080] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19080/stat : 19080 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19081] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19081/stat : 19081 (java) S 19061 19063 18109 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 352589201 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19082] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19082/stat : 19082 (java) S 19061 19063 18109 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352589207 7849168896 18020 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 61.22
Current children cumulated vsize (KiB) 7665204

[startup+61.5011 s]
/proc/loadavg: 4.03 4.07 4.00 5/262 19084
/proc/meminfo: memFree=13653344/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=7665204 CPUtime=62.02 cores=4,6
/proc/19063/stat : 19063 (java) S 19061 19063 18109 0 -1 4202496 20694 0 1 0 6199 3 0 0 25 0 19 0 352589195 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19063/statm: 1916301 18026 2241 9 0 1907039 0
[pid=19063/tid=19065] ppid=19061 vsize=7665204 CPUtime=60.69 cores=4,6
/proc/19063/task/19065/stat : 19065 (java) R 19061 19063 18109 0 -1 4202560 8997 0 1 0 6068 1 0 0 25 0 19 0 352589196 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 46912505528058 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19066/stat : 19066 (java) S 19061 19063 18109 0 -1 4202560 172 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19067] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19067/stat : 19067 (java) S 19061 19063 18109 0 -1 4202560 93 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19068] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19068/stat : 19068 (java) S 19061 19063 18109 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19069] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19069/stat : 19069 (java) S 19061 19063 18109 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19070] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19070/stat : 19070 (java) S 19061 19063 18109 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19071] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19071/stat : 19071 (java) S 19061 19063 18109 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19072] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19072/stat : 19072 (java) S 19061 19063 18109 0 -1 4202560 98 0 0 0 1 0 0 0 16 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19073] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19073/stat : 19073 (java) S 19061 19063 18109 0 -1 4202560 143 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19074] ppid=19061 vsize=7665204 CPUtime=0.7 cores=4,6
/proc/19063/task/19074/stat : 19074 (java) S 19061 19063 18109 0 -1 4202560 708 0 0 0 70 0 0 0 16 0 19 0 352589199 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 0 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19075] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19075/stat : 19075 (java) S 19061 19063 18109 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352589199 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19076] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19076/stat : 19076 (java) S 19061 19063 18109 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352589199 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19077] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19077/stat : 19077 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107274673 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19078] ppid=19061 vsize=7665204 CPUtime=0.34 cores=4,6
/proc/19063/task/19078/stat : 19078 (java) S 19061 19063 18109 0 -1 4202560 7785 0 0 0 34 0 0 0 15 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19079] ppid=19061 vsize=7665204 CPUtime=0.16 cores=4,6
/proc/19063/task/19079/stat : 19079 (java) S 19061 19063 18109 0 -1 4202560 1467 0 0 0 16 0 0 0 15 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19080] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19080/stat : 19080 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19081] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19081/stat : 19081 (java) S 19061 19063 18109 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19082] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19082/stat : 19082 (java) S 19061 19063 18109 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352589207 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 62.02
Current children cumulated vsize (KiB) 7665204

[startup+61.9011 s]
/proc/loadavg: 4.03 4.07 4.00 5/262 19084
/proc/meminfo: memFree=13653344/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=7665204 CPUtime=62.42 cores=4,6
/proc/19063/stat : 19063 (java) S 19061 19063 18109 0 -1 4202496 20694 0 1 0 6239 3 0 0 25 0 19 0 352589195 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19063/statm: 1916301 18026 2241 9 0 1907039 0
[pid=19063/tid=19065] ppid=19061 vsize=7665204 CPUtime=61.09 cores=4,6
/proc/19063/task/19065/stat : 19065 (java) R 19061 19063 18109 0 -1 4202560 8997 0 1 0 6108 1 0 0 25 0 19 0 352589196 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 46912505542145 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19066/stat : 19066 (java) S 19061 19063 18109 0 -1 4202560 172 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19067] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19067/stat : 19067 (java) S 19061 19063 18109 0 -1 4202560 93 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19068] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19068/stat : 19068 (java) S 19061 19063 18109 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19069] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19069/stat : 19069 (java) S 19061 19063 18109 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19070] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19070/stat : 19070 (java) S 19061 19063 18109 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19071] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19071/stat : 19071 (java) S 19061 19063 18109 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19072] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19072/stat : 19072 (java) S 19061 19063 18109 0 -1 4202560 98 0 0 0 1 0 0 0 16 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19073] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19073/stat : 19073 (java) S 19061 19063 18109 0 -1 4202560 143 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19074] ppid=19061 vsize=7665204 CPUtime=0.7 cores=4,6
/proc/19063/task/19074/stat : 19074 (java) S 19061 19063 18109 0 -1 4202560 708 0 0 0 70 0 0 0 16 0 19 0 352589199 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 0 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19075] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19075/stat : 19075 (java) S 19061 19063 18109 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352589199 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19076] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19076/stat : 19076 (java) S 19061 19063 18109 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352589199 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19077] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19077/stat : 19077 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107274673 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19078] ppid=19061 vsize=7665204 CPUtime=0.34 cores=4,6
/proc/19063/task/19078/stat : 19078 (java) S 19061 19063 18109 0 -1 4202560 7785 0 0 0 34 0 0 0 15 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19079] ppid=19061 vsize=7665204 CPUtime=0.16 cores=4,6
/proc/19063/task/19079/stat : 19079 (java) S 19061 19063 18109 0 -1 4202560 1467 0 0 0 16 0 0 0 15 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19080] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19080/stat : 19080 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19081] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19081/stat : 19081 (java) S 19061 19063 18109 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19082] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19082/stat : 19082 (java) S 19061 19063 18109 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352589207 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 62.42
Current children cumulated vsize (KiB) 7665204

[startup+62.101 s]
/proc/loadavg: 4.03 4.07 4.00 5/262 19084
/proc/meminfo: memFree=13653344/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=7665204 CPUtime=62.62 cores=4,6
/proc/19063/stat : 19063 (java) S 19061 19063 18109 0 -1 4202496 20695 0 1 0 6259 3 0 0 25 0 19 0 352589195 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19063/statm: 1916301 18026 2241 9 0 1907039 0
[pid=19063/tid=19065] ppid=19061 vsize=7665204 CPUtime=61.27 cores=4,6
/proc/19063/task/19065/stat : 19065 (java) R 19061 19063 18109 0 -1 4202560 8998 0 1 0 6126 1 0 0 25 0 19 0 352589196 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 46912505528141 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19066/stat : 19066 (java) S 19061 19063 18109 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19067] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19067/stat : 19067 (java) S 19061 19063 18109 0 -1 4202560 93 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19068] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19068/stat : 19068 (java) S 19061 19063 18109 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19069] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19069/stat : 19069 (java) S 19061 19063 18109 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19070] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19070/stat : 19070 (java) S 19061 19063 18109 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19071] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19071/stat : 19071 (java) S 19061 19063 18109 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19072] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19072/stat : 19072 (java) S 19061 19063 18109 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19073] ppid=19061 vsize=7665204 CPUtime=0.01 cores=4,6
/proc/19063/task/19073/stat : 19073 (java) S 19061 19063 18109 0 -1 4202560 143 0 0 0 1 0 0 0 15 0 19 0 352589197 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19074] ppid=19061 vsize=7665204 CPUtime=0.71 cores=4,6
/proc/19063/task/19074/stat : 19074 (java) S 19061 19063 18109 0 -1 4202560 708 0 0 0 71 0 0 0 16 0 19 0 352589199 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 0 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19075] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19075/stat : 19075 (java) S 19061 19063 18109 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352589199 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19076] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19076/stat : 19076 (java) S 19061 19063 18109 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352589199 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19077] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19077/stat : 19077 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107274673 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19078] ppid=19061 vsize=7665204 CPUtime=0.34 cores=4,6
/proc/19063/task/19078/stat : 19078 (java) S 19061 19063 18109 0 -1 4202560 7785 0 0 0 34 0 0 0 15 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19079] ppid=19061 vsize=7665204 CPUtime=0.16 cores=4,6
/proc/19063/task/19079/stat : 19079 (java) S 19061 19063 18109 0 -1 4202560 1467 0 0 0 16 0 0 0 15 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19080] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19080/stat : 19080 (java) S 19061 19063 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107266969 0 4 0 16800975 18446604453956052288 0 0 -1 4 0 0 0
[pid=19063/tid=19081] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19081/stat : 19081 (java) S 19061 19063 18109 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 352589201 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
[pid=19063/tid=19082] ppid=19061 vsize=7665204 CPUtime=0 cores=4,6
/proc/19063/task/19082/stat : 19082 (java) S 19061 19063 18109 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352589207 7849168896 18026 33554432000 1073741824 1073778376 140736475424480 18446744073709551615 228107267584 0 4 0 16800975 18446604453956052288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 62.62
Current children cumulated vsize (KiB) 7665204

Child status: 10
Real time (s): 62.1819
CPU time (s): 62.7115
CPU user time (s): 62.6735
CPU system time (s): 0.037994
CPU usage (%): 100.852
Max. virtual memory (cumulated for all children) (KiB): 7665204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.6735
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20721
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= 3011
involuntary context switches= 1258

runsolver used 0.093985 second user time and 0.250961 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-12 11:48:57
IDJOB=3190581
IDBENCH=82912
IDSOLVER=1611
FILE ID=node142/3190581-1302601737
RUNJOBID= node142-1302597452-18128
PBS_JOBID= 12958100
Free space on /tmp= 71720 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1077220429-098.SATISFIABLE.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-3190581-1302601737/watcher-3190581-1302601737 -o /tmp/evaluation-result-3190581-1302601737/solver-3190581-1302601737 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190581-1302601737.cnf

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

MD5SUM BENCH= 47cf94d2c6b17be07f455562df293cd1
RANDOM SEED=1103188581

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      13719188 kB
Buffers:        725816 kB
Cached:       17840200 kB
SwapCached:          0 kB
Active:        9878744 kB
Inactive:      8943944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13719188 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             136 kB
Writeback:           0 kB
AnonPages:      256900 kB
Mapped:          23384 kB
Slab:           345324 kB
PageTables:       6040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22063948 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= 71720 MiB
End job on node142 at 2011-04-12 11:49:59