Trace number 3190402

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 122.274 121.399

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1946851065-023.SATISFIABLE.cnf
MD5SUM96b76a29d6976e3cb9111f511d66ef22
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.001999
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.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.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483647s
0.10/0.10	c DB Simplification allowed=true
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3190402-1307633287.cnf
0.10/0.10	c reading problem ... 
0.10/0.11	c ... done. Wall clock time 0.021s.
0.10/0.11	c #vars     350
0.10/0.11	c #constraints  1491
0.10/0.11	c constraints type 
0.10/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1491
0.94/0.63	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.73/1.04	c cleaning 4247 clauses out of 8504 with flag 11000/11000
2.28/1.58	c cleaning 5627 clauses out of 11258 with flag 18001/18001
3.00/2.26	c cleaning 6806 clauses out of 13630 with flag 26000/26000
3.91/3.11	c cleaning 7908 clauses out of 15824 with flag 35000/35000
4.91/4.12	c cleaning 8953 clauses out of 17917 with flag 45001/45001
5.91/5.15	c cleaning 9475 clauses out of 18963 with flag 55000/55000
7.01/6.23	c cleaning 9741 clauses out of 19489 with flag 65001/65001
8.11/7.31	c cleaning 9863 clauses out of 19747 with flag 75000/75000
9.11/8.38	c cleaning 9934 clauses out of 19884 with flag 85000/85000
10.21/9.44	c cleaning 9968 clauses out of 19951 with flag 95001/95001
11.31/10.54	c cleaning 9980 clauses out of 19982 with flag 105000/105000
12.42/11.64	c cleaning 9996 clauses out of 20003 with flag 115001/115001
13.52/12.74	c cleaning 9995 clauses out of 20006 with flag 125000/125000
14.52/13.79	c cleaning 10002 clauses out of 20013 with flag 135002/135002
15.62/14.86	c cleaning 10000 clauses out of 20011 with flag 145002/145002
16.72/15.93	c cleaning 10000 clauses out of 20009 with flag 155000/155000
17.72/16.98	c cleaning 10000 clauses out of 20012 with flag 165003/165003
18.82/18.04	c cleaning 10001 clauses out of 20010 with flag 175001/175001
19.82/19.08	c cleaning 9994 clauses out of 20008 with flag 185000/185000
20.92/20.14	c cleaning 10001 clauses out of 20014 with flag 195000/195000
22.02/21.21	c cleaning 10003 clauses out of 20014 with flag 205001/205001
23.02/22.27	c cleaning 10003 clauses out of 20011 with flag 215001/215001
24.12/23.32	c cleaning 10001 clauses out of 20007 with flag 225000/225000
25.13/24.34	c cleaning 9997 clauses out of 20006 with flag 235000/235000
26.23/25.40	c cleaning 9997 clauses out of 20009 with flag 245000/245000
27.24/26.42	c cleaning 10000 clauses out of 20014 with flag 255002/255002
28.23/27.47	c cleaning 10004 clauses out of 20012 with flag 265000/265000
29.34/28.53	c cleaning 9999 clauses out of 20008 with flag 275000/275000
30.33/29.54	c cleaning 9995 clauses out of 20009 with flag 285000/285000
31.33/30.59	c cleaning 10001 clauses out of 20014 with flag 295000/295000
32.43/31.65	c cleaning 10001 clauses out of 20014 with flag 305001/305001
33.43/32.68	c cleaning 10005 clauses out of 20013 with flag 315001/315001
34.43/33.69	c cleaning 10000 clauses out of 20007 with flag 325000/325000
35.53/34.77	c cleaning 9994 clauses out of 20007 with flag 335000/335000
36.63/35.84	c cleaning 9997 clauses out of 20014 with flag 345001/345001
37.63/36.85	c cleaning 10003 clauses out of 20016 with flag 355000/355000
38.73/37.90	c cleaning 10002 clauses out of 20013 with flag 365000/365000
39.73/38.95	c cleaning 9999 clauses out of 20011 with flag 375000/375000
40.73/39.97	c cleaning 10004 clauses out of 20013 with flag 385001/385001
41.83/41.00	c cleaning 10001 clauses out of 20009 with flag 395001/395001
42.83/42.04	c cleaning 9999 clauses out of 20007 with flag 405000/405000
43.83/43.07	c cleaning 10000 clauses out of 20009 with flag 415001/415001
44.84/44.08	c cleaning 10002 clauses out of 20009 with flag 425001/425001
45.84/45.09	c cleaning 9999 clauses out of 20008 with flag 435002/435002
46.93/46.15	c cleaning 10000 clauses out of 20008 with flag 445001/445001
47.93/47.18	c cleaning 9999 clauses out of 20007 with flag 455000/455000
49.03/48.25	c cleaning 9995 clauses out of 20008 with flag 465000/465000
50.03/49.27	c cleaning 10001 clauses out of 20015 with flag 475002/475002
51.03/50.29	c cleaning 10004 clauses out of 20012 with flag 485000/485000
52.13/51.33	c cleaning 9995 clauses out of 20009 with flag 495001/495001
53.13/52.36	c cleaning 10002 clauses out of 20013 with flag 505000/505000
54.13/53.34	c cleaning 9999 clauses out of 20011 with flag 515000/515000
55.13/54.30	c cleaning 9997 clauses out of 20012 with flag 525000/525000
56.13/55.37	c cleaning 10002 clauses out of 20018 with flag 535003/535003
57.13/56.38	c cleaning 10003 clauses out of 20014 with flag 545001/545001
58.23/57.45	c cleaning 10000 clauses out of 20010 with flag 555000/555000
59.23/58.44	c cleaning 10004 clauses out of 20011 with flag 565001/565001
60.24/59.46	c cleaning 9996 clauses out of 20007 with flag 575001/575001
61.23/60.48	c cleaning 9995 clauses out of 20010 with flag 585000/585000
62.23/61.47	c cleaning 10004 clauses out of 20017 with flag 595002/595002
63.23/62.42	c cleaning 9995 clauses out of 20011 with flag 605000/605000
64.23/63.48	c cleaning 10004 clauses out of 20017 with flag 615001/615001
65.33/64.50	c cleaning 10003 clauses out of 20013 with flag 625001/625001
66.33/65.52	c cleaning 10001 clauses out of 20011 with flag 635002/635002
67.33/66.55	c cleaning 9996 clauses out of 20008 with flag 645000/645000
68.33/67.57	c cleaning 9999 clauses out of 20012 with flag 655000/655000
69.33/68.57	c cleaning 10002 clauses out of 20013 with flag 665000/665000
70.33/69.55	c cleaning 9999 clauses out of 20011 with flag 675000/675000
71.33/70.59	c cleaning 9997 clauses out of 20012 with flag 685000/685000
72.34/71.57	c cleaning 10003 clauses out of 20015 with flag 695000/695000
73.33/72.60	c cleaning 9998 clauses out of 20012 with flag 705000/705000
74.43/73.61	c cleaning 9998 clauses out of 20014 with flag 715000/715000
75.43/74.61	c cleaning 10005 clauses out of 20018 with flag 725002/725002
76.45/75.61	c cleaning 9998 clauses out of 20011 with flag 735000/735000
77.35/76.58	c cleaning 10001 clauses out of 20013 with flag 745000/745000
78.45/77.63	c cleaning 10003 clauses out of 20013 with flag 755001/755001
79.45/78.66	c cleaning 9996 clauses out of 20009 with flag 765000/765000
80.45/79.64	c cleaning 10006 clauses out of 20017 with flag 775004/775004
81.45/80.66	c cleaning 9998 clauses out of 20008 with flag 785001/785001
82.45/81.65	c cleaning 9996 clauses out of 20009 with flag 795000/795000
83.45/82.64	c cleaning 10002 clauses out of 20014 with flag 805001/805001
84.46/83.60	c cleaning 10000 clauses out of 20011 with flag 815000/815000
85.36/84.58	c cleaning 9996 clauses out of 20012 with flag 825001/825001
86.46/85.64	c cleaning 10003 clauses out of 20017 with flag 835002/835002
87.36/86.59	c cleaning 9999 clauses out of 20012 with flag 845000/845000
88.46/87.61	c cleaning 9990 clauses out of 20013 with flag 855000/855000
89.36/88.58	c cleaning 10006 clauses out of 20023 with flag 865000/865000
90.36/89.57	c cleaning 10004 clauses out of 20017 with flag 875000/875000
91.36/90.56	c cleaning 10001 clauses out of 20013 with flag 885000/885000
92.36/91.55	c cleaning 9995 clauses out of 20012 with flag 895000/895000
93.36/92.55	c cleaning 10003 clauses out of 20018 with flag 905001/905001
94.37/93.60	c cleaning 10005 clauses out of 20016 with flag 915002/915002
95.47/94.63	c cleaning 9999 clauses out of 20009 with flag 925000/925000
96.47/95.64	c cleaning 9994 clauses out of 20010 with flag 935000/935000
97.46/96.65	c cleaning 9998 clauses out of 20016 with flag 945000/945000
98.46/97.67	c cleaning 10003 clauses out of 20018 with flag 955000/955000
99.46/98.67	c cleaning 9998 clauses out of 20015 with flag 965000/965000
100.46/99.70	c cleaning 10002 clauses out of 20018 with flag 975001/975001
101.56/100.70	c cleaning 10005 clauses out of 20017 with flag 985002/985002
102.46/101.69	c cleaning 9994 clauses out of 20010 with flag 995000/995000
103.46/102.69	c cleaning 10003 clauses out of 20017 with flag 1005001/1005001
104.56/103.75	c cleaning 10000 clauses out of 20013 with flag 1015000/1015000
105.56/104.77	c cleaning 10001 clauses out of 20014 with flag 1025001/1025001
106.56/105.80	c cleaning 9998 clauses out of 20013 with flag 1035001/1035001
107.66/106.80	c cleaning 10001 clauses out of 20014 with flag 1045000/1045000
108.57/107.79	c cleaning 10003 clauses out of 20013 with flag 1055000/1055000
109.57/108.78	c cleaning 9999 clauses out of 20011 with flag 1065001/1065001
110.57/109.77	c cleaning 10000 clauses out of 20011 with flag 1075000/1075000
111.57/110.79	c cleaning 9999 clauses out of 20011 with flag 1085000/1085000
112.66/111.80	c cleaning 9995 clauses out of 20012 with flag 1095000/1095000
113.66/112.83	c cleaning 10000 clauses out of 20017 with flag 1105000/1105000
114.67/113.86	c cleaning 10006 clauses out of 20018 with flag 1115001/1115001
115.67/114.88	c cleaning 9999 clauses out of 20013 with flag 1125002/1125002
116.67/115.89	c cleaning 10000 clauses out of 20012 with flag 1135000/1135000
117.67/116.87	c cleaning 9997 clauses out of 20012 with flag 1145000/1145000
118.66/117.87	c cleaning 9999 clauses out of 20015 with flag 1155000/1155000
119.67/118.88	c cleaning 9997 clauses out of 20016 with flag 1165000/1165000
120.67/119.90	c cleaning 9999 clauses out of 20020 with flag 1175001/1175001
121.67/120.86	c cleaning 10005 clauses out of 20022 with flag 1185002/1185002
122.17/121.38	c starts		: 1271
122.17/121.38	c conflicts		: 1190771
122.17/121.38	c decisions		: 1404034
122.17/121.38	c propagations		: 61291556
122.17/121.38	c inspects		: 1734914649
122.17/121.38	c shortcuts		: 0
122.17/121.38	c learnt literals	: 0
122.17/121.38	c learnt binary clauses	: 1
122.17/121.38	c learnt ternary clauses	: 64
122.17/121.38	c learnt constraints	: 1190771
122.17/121.38	c ignored constraints	: 0
122.17/121.38	c root simplifications	: 1271
122.17/121.38	c removed literals (reason simplification)	: 7196303
122.17/121.38	c reason swapping (by a shorter reason)	: 0
122.17/121.38	c Calls to reduceDB	: 120
122.17/121.38	c speed (assignments/second)	: 505422.3373025035
122.17/121.38	c non guided choices	35
122.17/121.39	c learnt constraints type 
122.17/121.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
122.17/121.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15785
122.17/121.39	c constraints type 
122.17/121.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1491
122.17/121.39	s SATISFIABLE
122.17/121.39	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
122.17/121.39	c Total wall clock time (in seconds) : 121.289

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

running on 2 cores: 5,7

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: 0.31 0.07 0.02 4/243 30586
/proc/meminfo: memFree=32122520/32951124 swapFree=67088052/67111528
[pid=30586] ppid=30584 vsize=30528 CPUtime=0 cores=5,7
/proc/30586/stat : 30586 (java) S 30584 30586 30455 0 -1 4202496 1248 0 0 0 0 0 0 0 21 0 2 0 855744802 31260672 966 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118571493 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30586/statm: 7632 966 739 9 0 383 0
[pid=30586/tid=30587] ppid=30584 vsize=30540 CPUtime=0 cores=5,7
/proc/30586/task/30587/stat : 30587 (java) R 30584 30586 30455 0 -1 4202560 134 0 0 0 0 0 0 0 22 0 2 0 855744802 31272960 968 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255106768699 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0824981 s]
/proc/loadavg: 0.31 0.07 0.02 4/243 30586
/proc/meminfo: memFree=32122520/32951124 swapFree=67088052/67111528
[pid=30586] ppid=30584 vsize=7569940 CPUtime=0.07 cores=5,7
/proc/30586/stat : 30586 (java) S 30584 30586 30455 0 -1 4202496 9517 0 1 0 6 1 0 0 21 0 18 0 855744802 7751618560 9212 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30586/statm: 1892485 9212 1754 9 0 1883223 0
[pid=30586/tid=30587] ppid=30584 vsize=7569940 CPUtime=0.07 cores=5,7
/proc/30586/task/30587/stat : 30587 (java) R 30584 30586 30455 0 -1 4202560 8342 0 1 0 6 1 0 0 25 0 18 0 855744802 7751618560 9213 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7569940

[startup+0.10045 s]
/proc/loadavg: 0.31 0.07 0.02 4/243 30586
/proc/meminfo: memFree=32122520/32951124 swapFree=67088052/67111528
[pid=30586] ppid=30584 vsize=7636080 CPUtime=0.1 cores=5,7
/proc/30586/stat : 30586 (java) S 30584 30586 30455 0 -1 4202496 10326 0 1 0 9 1 0 0 21 0 18 0 855744802 7819345920 10021 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30586/statm: 1909020 10022 2093 9 0 1899758 0
[pid=30586/tid=30587] ppid=30584 vsize=7636080 CPUtime=0.08 cores=5,7
/proc/30586/task/30587/stat : 30587 (java) R 30584 30586 30455 0 -1 4202560 8589 0 1 0 7 1 0 0 18 0 18 0 855744802 7819345920 10022 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636080

[startup+0.300416 s]
/proc/loadavg: 0.31 0.07 0.02 4/243 30586
/proc/meminfo: memFree=32122520/32951124 swapFree=67088052/67111528
[pid=30586] ppid=30584 vsize=7643812 CPUtime=0.47 cores=5,7
/proc/30586/stat : 30586 (java) S 30584 30586 30455 0 -1 4202496 12935 0 1 0 46 1 0 0 21 0 19 0 855744802 7827263488 11885 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30586/statm: 1910953 11885 2204 9 0 1901691 0
[pid=30586/tid=30587] ppid=30584 vsize=7643812 CPUtime=0.28 cores=5,7
/proc/30586/task/30587/stat : 30587 (java) R 30584 30586 30455 0 -1 4202560 8717 0 1 0 27 1 0 0 19 0 19 0 855744802 7827263488 11885 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 46912505200839 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7643812

[startup+0.700346 s]
/proc/loadavg: 0.31 0.07 0.02 4/243 30586
/proc/meminfo: memFree=32122520/32951124 swapFree=67088052/67111528
[pid=30586] ppid=30584 vsize=7653564 CPUtime=1.13 cores=5,7
/proc/30586/stat : 30586 (java) S 30584 30586 30455 0 -1 4202496 17277 0 1 0 111 2 0 0 21 0 19 0 855744802 7837249536 14841 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30586/statm: 1913391 14841 2240 9 0 1904129 0
[pid=30586/tid=30587] ppid=30584 vsize=7653564 CPUtime=0.67 cores=5,7
/proc/30586/task/30587/stat : 30587 (java) R 30584 30586 30455 0 -1 4202560 8927 0 1 0 66 1 0 0 19 0 19 0 855744802 7837249536 14841 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 46912505549171 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 7653564

[startup+1.50124 s]
/proc/loadavg: 0.31 0.07 0.02 7/262 30605
/proc/meminfo: memFree=32061608/32951124 swapFree=67088052/67111528
[pid=30586] ppid=30584 vsize=7662996 CPUtime=2.28 cores=5,7
/proc/30586/stat : 30586 (java) S 30584 30586 30455 0 -1 4202496 20530 0 1 0 226 2 0 0 21 0 19 0 855744802 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30586/statm: 1915749 17635 2242 9 0 1906487 0
[pid=30586/tid=30587] ppid=30584 vsize=7662996 CPUtime=1.45 cores=5,7
/proc/30586/task/30587/stat : 30587 (java) R 30584 30586 30455 0 -1 4202560 8929 0 1 0 144 1 0 0 20 0 19 0 855744802 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 46912505549208 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30586/tid=30589] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30589/stat : 30589 (java) S 30584 30586 30455 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30590] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30590/stat : 30590 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30591] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30591/stat : 30591 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30592] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30592/stat : 30592 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30593] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30593/stat : 30593 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30594] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30594/stat : 30594 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30595] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30595/stat : 30595 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30596] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30596/stat : 30596 (java) S 30584 30586 30455 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30597] ppid=30584 vsize=7662996 CPUtime=0.02 cores=5,7
/proc/30586/task/30597/stat : 30597 (java) S 30584 30586 30455 0 -1 4202560 342 0 0 0 2 0 0 0 16 0 19 0 855744804 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 0 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30598] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30598/stat : 30598 (java) S 30584 30586 30455 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 855744805 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30599] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30599/stat : 30599 (java) S 30584 30586 30455 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 855744805 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30600] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30600/stat : 30600 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118592433 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30601] ppid=30584 vsize=7662996 CPUtime=0.56 cores=5,7
/proc/30586/task/30601/stat : 30601 (java) S 30584 30586 30455 0 -1 4202560 7073 0 0 0 56 0 0 0 25 0 19 0 855744807 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30602] ppid=30584 vsize=7662996 CPUtime=0.22 cores=5,7
/proc/30586/task/30602/stat : 30602 (java) S 30584 30586 30455 0 -1 4202560 2604 0 0 0 22 0 0 0 21 0 19 0 855744807 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30603] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30603/stat : 30603 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30604] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30604/stat : 30604 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744807 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30605] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30605/stat : 30605 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855744813 7846907904 17635 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 7662996

[startup+3.10096 s]
/proc/loadavg: 0.31 0.07 0.02 6/242 30613
/proc/meminfo: memFree=32115072/32951124 swapFree=67088052/67111528
[pid=30586] ppid=30584 vsize=7662996 CPUtime=3.91 cores=5,7
/proc/30586/stat : 30586 (java) S 30584 30586 30455 0 -1 4202496 20722 0 1 0 389 2 0 0 21 0 19 0 855744802 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30586/statm: 1915749 17825 2242 9 0 1906487 0
[pid=30586/tid=30587] ppid=30584 vsize=7662996 CPUtime=3.03 cores=5,7
/proc/30586/task/30587/stat : 30587 (java) R 30584 30586 30455 0 -1 4202560 8931 0 1 0 302 1 0 0 25 0 19 0 855744802 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 46912505524863 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30586/tid=30589] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30589/stat : 30589 (java) S 30584 30586 30455 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30590] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30590/stat : 30590 (java) S 30584 30586 30455 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30591] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30591/stat : 30591 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30592] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30592/stat : 30592 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30593] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30593/stat : 30593 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30594] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30594/stat : 30594 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 855744803 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30595] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30595/stat : 30595 (java) S 30584 30586 30455 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 855744803 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30596] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30596/stat : 30596 (java) S 30584 30586 30455 0 -1 4202560 209 0 0 0 0 0 0 0 16 0 19 0 855744803 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30597] ppid=30584 vsize=7662996 CPUtime=0.04 cores=5,7
/proc/30586/task/30597/stat : 30597 (java) S 30584 30586 30455 0 -1 4202560 432 0 0 0 4 0 0 0 16 0 19 0 855744804 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 0 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30598] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30598/stat : 30598 (java) S 30584 30586 30455 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 855744805 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30599] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30599/stat : 30599 (java) S 30584 30586 30455 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 855744805 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30600] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30600/stat : 30600 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118592433 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30601] ppid=30584 vsize=7662996 CPUtime=0.57 cores=5,7
/proc/30586/task/30601/stat : 30601 (java) S 30584 30586 30455 0 -1 4202560 7074 0 0 0 57 0 0 0 15 0 19 0 855744807 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30602] ppid=30584 vsize=7662996 CPUtime=0.23 cores=5,7
/proc/30586/task/30602/stat : 30602 (java) S 30584 30586 30455 0 -1 4202560 2604 0 0 0 23 0 0 0 15 0 19 0 855744807 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30603] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30603/stat : 30603 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30604] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30604/stat : 30604 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744807 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30605] ppid=30584 vsize=7662996 CPUtime=0 cores=5,7
/proc/30586/task/30605/stat : 30605 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855744813 7846907904 17825 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 7662996

[startup+6.30139 s]
/proc/loadavg: 0.77 0.16 0.05 7/262 30719
/proc/meminfo: memFree=32180856/32951124 swapFree=67088052/67111528
[pid=30586] ppid=30584 vsize=7651740 CPUtime=7.11 cores=5,7
/proc/30586/stat : 30586 (java) S 30584 30586 30455 0 -1 4202496 20981 0 1 0 709 2 0 0 21 0 19 0 855744802 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30586/statm: 1912935 15330 2242 9 0 1903673 0
[pid=30586/tid=30587] ppid=30584 vsize=7651740 CPUtime=6.17 cores=5,7
/proc/30586/task/30587/stat : 30587 (java) R 30584 30586 30455 0 -1 4202560 8936 0 1 0 616 1 0 0 25 0 19 0 855744802 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 46912505548368 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30586/tid=30589] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30589/stat : 30589 (java) S 30584 30586 30455 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 19 0 855744803 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30590] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30590/stat : 30590 (java) S 30584 30586 30455 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 855744803 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30591] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30591/stat : 30591 (java) S 30584 30586 30455 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 855744803 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30592] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30592/stat : 30592 (java) S 30584 30586 30455 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 855744803 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30593] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30593/stat : 30593 (java) S 30584 30586 30455 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 19 0 855744803 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30594] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30594/stat : 30594 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 855744803 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30595] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30595/stat : 30595 (java) S 30584 30586 30455 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 855744803 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30596] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30596/stat : 30596 (java) S 30584 30586 30455 0 -1 4202560 209 0 0 0 0 0 0 0 16 0 19 0 855744803 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30597] ppid=30584 vsize=7651740 CPUtime=0.09 cores=5,7
/proc/30586/task/30597/stat : 30597 (java) S 30584 30586 30455 0 -1 4202560 660 0 0 0 9 0 0 0 16 0 19 0 855744804 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 0 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30598] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30598/stat : 30598 (java) S 30584 30586 30455 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 855744805 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30599] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30599/stat : 30599 (java) S 30584 30586 30455 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 855744805 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30600] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30600/stat : 30600 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118592433 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30601] ppid=30584 vsize=7651740 CPUtime=0.57 cores=5,7
/proc/30586/task/30601/stat : 30601 (java) S 30584 30586 30455 0 -1 4202560 7074 0 0 0 57 0 0 0 15 0 19 0 855744807 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30602] ppid=30584 vsize=7651740 CPUtime=0.23 cores=5,7
/proc/30586/task/30602/stat : 30602 (java) S 30584 30586 30455 0 -1 4202560 2604 0 0 0 23 0 0 0 15 0 19 0 855744807 7835381760 15330 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0

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

/proc/30586/task/30589/stat : 30589 (java) S 30584 30586 30455 0 -1 4202560 263 0 0 0 3 0 0 0 15 0 19 0 855744803 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30590] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30590/stat : 30590 (java) S 30584 30586 30455 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30591] ppid=30584 vsize=7651740 CPUtime=0.01 cores=5,7
/proc/30586/task/30591/stat : 30591 (java) S 30584 30586 30455 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 855744803 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30592] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30592/stat : 30592 (java) S 30584 30586 30455 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30593] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30593/stat : 30593 (java) S 30584 30586 30455 0 -1 4202560 15 0 0 0 2 0 0 0 16 0 19 0 855744803 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30594] ppid=30584 vsize=7651740 CPUtime=0.01 cores=5,7
/proc/30586/task/30594/stat : 30594 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 855744803 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30595] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30595/stat : 30595 (java) R 30584 30586 30455 0 -1 4202560 11 0 0 0 2 0 0 0 16 0 19 0 855744803 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30586/tid=30596] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30596/stat : 30596 (java) S 30584 30586 30455 0 -1 4202560 211 0 0 0 2 0 0 0 16 0 19 0 855744803 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30597] ppid=30584 vsize=7651740 CPUtime=1.44 cores=5,7
/proc/30586/task/30597/stat : 30597 (java) R 30584 30586 30455 0 -1 4202560 773 0 0 0 144 0 0 0 15 0 19 0 855744804 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 47023518037066 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=30586/tid=30598] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30598/stat : 30598 (java) S 30584 30586 30455 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 855744805 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30599] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30599/stat : 30599 (java) S 30584 30586 30455 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 855744805 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30600] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30600/stat : 30600 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118592433 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30601] ppid=30584 vsize=7651740 CPUtime=0.6 cores=5,7
/proc/30586/task/30601/stat : 30601 (java) S 30584 30586 30455 0 -1 4202560 7077 0 0 0 60 0 0 0 15 0 19 0 855744807 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30602] ppid=30584 vsize=7651740 CPUtime=0.23 cores=5,7
/proc/30586/task/30602/stat : 30602 (java) S 30584 30586 30455 0 -1 4202560 2604 0 0 0 23 0 0 0 15 0 19 0 855744807 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30603] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30603/stat : 30603 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30604] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30604/stat : 30604 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 855744807 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30605] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30605/stat : 30605 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855744813 7835381760 15452 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 120.77
Current children cumulated vsize (KiB) 7651740

[startup+120.701 s]
/proc/loadavg: 3.62 1.42 0.52 5/262 30722
/proc/meminfo: memFree=32183848/32951124 swapFree=67088052/67111528
[pid=30586] ppid=30584 vsize=7651740 CPUtime=121.57 cores=5,7
/proc/30586/stat : 30586 (java) S 30584 30586 30455 0 -1 4202496 21234 0 1 0 12153 4 0 0 21 0 19 0 855744802 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30586/statm: 1912935 15459 2243 9 0 1903673 0
[pid=30586/tid=30587] ppid=30584 vsize=7651740 CPUtime=119.06 cores=5,7
/proc/30586/task/30587/stat : 30587 (java) R 30584 30586 30455 0 -1 4202560 9046 0 1 0 11905 1 0 0 25 0 19 0 855744802 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 46912505511551 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30586/tid=30589] ppid=30584 vsize=7651740 CPUtime=0.03 cores=5,7
/proc/30586/task/30589/stat : 30589 (java) S 30584 30586 30455 0 -1 4202560 263 0 0 0 3 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30590] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30590/stat : 30590 (java) S 30584 30586 30455 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30591] ppid=30584 vsize=7651740 CPUtime=0.01 cores=5,7
/proc/30586/task/30591/stat : 30591 (java) S 30584 30586 30455 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30592] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30592/stat : 30592 (java) S 30584 30586 30455 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30593] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30593/stat : 30593 (java) S 30584 30586 30455 0 -1 4202560 15 0 0 0 2 0 0 0 16 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30594] ppid=30584 vsize=7651740 CPUtime=0.01 cores=5,7
/proc/30586/task/30594/stat : 30594 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30595] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30595/stat : 30595 (java) S 30584 30586 30455 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30596] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30596/stat : 30596 (java) S 30584 30586 30455 0 -1 4202560 211 0 0 0 2 0 0 0 16 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30597] ppid=30584 vsize=7651740 CPUtime=1.45 cores=5,7
/proc/30586/task/30597/stat : 30597 (java) S 30584 30586 30455 0 -1 4202560 780 0 0 0 145 0 0 0 16 0 19 0 855744804 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 0 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30598] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30598/stat : 30598 (java) S 30584 30586 30455 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 855744805 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30599] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30599/stat : 30599 (java) S 30584 30586 30455 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 855744805 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30600] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30600/stat : 30600 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118592433 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30601] ppid=30584 vsize=7651740 CPUtime=0.6 cores=5,7
/proc/30586/task/30601/stat : 30601 (java) S 30584 30586 30455 0 -1 4202560 7077 0 0 0 60 0 0 0 15 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30602] ppid=30584 vsize=7651740 CPUtime=0.23 cores=5,7
/proc/30586/task/30602/stat : 30602 (java) S 30584 30586 30455 0 -1 4202560 2604 0 0 0 23 0 0 0 15 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30603] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30603/stat : 30603 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30604] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30604/stat : 30604 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30605] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30605/stat : 30605 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855744813 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 121.57
Current children cumulated vsize (KiB) 7651740

[startup+121.101 s]
/proc/loadavg: 3.62 1.42 0.52 5/262 30722
/proc/meminfo: memFree=32183832/32951124 swapFree=67088052/67111528
[pid=30586] ppid=30584 vsize=7651740 CPUtime=121.97 cores=5,7
/proc/30586/stat : 30586 (java) S 30584 30586 30455 0 -1 4202496 21235 0 1 0 12193 4 0 0 21 0 19 0 855744802 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30586/statm: 1912935 15459 2243 9 0 1903673 0
[pid=30586/tid=30587] ppid=30584 vsize=7651740 CPUtime=119.44 cores=5,7
/proc/30586/task/30587/stat : 30587 (java) R 30584 30586 30455 0 -1 4202560 9047 0 1 0 11943 1 0 0 25 0 19 0 855744802 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 46912505511425 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30586/tid=30589] ppid=30584 vsize=7651740 CPUtime=0.03 cores=5,7
/proc/30586/task/30589/stat : 30589 (java) S 30584 30586 30455 0 -1 4202560 263 0 0 0 3 0 0 0 16 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30590] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30590/stat : 30590 (java) S 30584 30586 30455 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30591] ppid=30584 vsize=7651740 CPUtime=0.01 cores=5,7
/proc/30586/task/30591/stat : 30591 (java) S 30584 30586 30455 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30592] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30592/stat : 30592 (java) S 30584 30586 30455 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30593] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30593/stat : 30593 (java) S 30584 30586 30455 0 -1 4202560 15 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30594] ppid=30584 vsize=7651740 CPUtime=0.01 cores=5,7
/proc/30586/task/30594/stat : 30594 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30595] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30595/stat : 30595 (java) S 30584 30586 30455 0 -1 4202560 11 0 0 0 2 0 0 0 16 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30596] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30596/stat : 30596 (java) S 30584 30586 30455 0 -1 4202560 211 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30597] ppid=30584 vsize=7651740 CPUtime=1.46 cores=5,7
/proc/30586/task/30597/stat : 30597 (java) S 30584 30586 30455 0 -1 4202560 780 0 0 0 146 0 0 0 16 0 19 0 855744804 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 0 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30598] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30598/stat : 30598 (java) S 30584 30586 30455 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 855744805 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30599] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30599/stat : 30599 (java) S 30584 30586 30455 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 855744805 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30600] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30600/stat : 30600 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118592433 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30601] ppid=30584 vsize=7651740 CPUtime=0.6 cores=5,7
/proc/30586/task/30601/stat : 30601 (java) S 30584 30586 30455 0 -1 4202560 7077 0 0 0 60 0 0 0 15 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30602] ppid=30584 vsize=7651740 CPUtime=0.23 cores=5,7
/proc/30586/task/30602/stat : 30602 (java) S 30584 30586 30455 0 -1 4202560 2604 0 0 0 23 0 0 0 15 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30603] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30603/stat : 30603 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30604] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30604/stat : 30604 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30605] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30605/stat : 30605 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855744813 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 121.97
Current children cumulated vsize (KiB) 7651740

[startup+121.301 s]
/proc/loadavg: 3.62 1.42 0.52 5/262 30722
/proc/meminfo: memFree=32183832/32951124 swapFree=67088052/67111528
[pid=30586] ppid=30584 vsize=7651740 CPUtime=122.17 cores=5,7
/proc/30586/stat : 30586 (java) S 30584 30586 30455 0 -1 4202496 21235 0 1 0 12213 4 0 0 21 0 19 0 855744802 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30586/statm: 1912935 15459 2243 9 0 1903673 0
[pid=30586/tid=30587] ppid=30584 vsize=7651740 CPUtime=119.64 cores=5,7
/proc/30586/task/30587/stat : 30587 (java) R 30584 30586 30455 0 -1 4202560 9047 0 1 0 11963 1 0 0 25 0 19 0 855744802 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 46912505511555 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30586/tid=30589] ppid=30584 vsize=7651740 CPUtime=0.03 cores=5,7
/proc/30586/task/30589/stat : 30589 (java) S 30584 30586 30455 0 -1 4202560 263 0 0 0 3 0 0 0 16 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30590] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30590/stat : 30590 (java) S 30584 30586 30455 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30591] ppid=30584 vsize=7651740 CPUtime=0.01 cores=5,7
/proc/30586/task/30591/stat : 30591 (java) S 30584 30586 30455 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30592] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30592/stat : 30592 (java) S 30584 30586 30455 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30593] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30593/stat : 30593 (java) S 30584 30586 30455 0 -1 4202560 15 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30594] ppid=30584 vsize=7651740 CPUtime=0.01 cores=5,7
/proc/30586/task/30594/stat : 30594 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30595] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30595/stat : 30595 (java) S 30584 30586 30455 0 -1 4202560 11 0 0 0 2 0 0 0 16 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30596] ppid=30584 vsize=7651740 CPUtime=0.02 cores=5,7
/proc/30586/task/30596/stat : 30596 (java) S 30584 30586 30455 0 -1 4202560 211 0 0 0 2 0 0 0 15 0 19 0 855744803 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30597] ppid=30584 vsize=7651740 CPUtime=1.46 cores=5,7
/proc/30586/task/30597/stat : 30597 (java) S 30584 30586 30455 0 -1 4202560 780 0 0 0 146 0 0 0 16 0 19 0 855744804 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 0 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30598] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30598/stat : 30598 (java) S 30584 30586 30455 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 855744805 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30599] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30599/stat : 30599 (java) S 30584 30586 30455 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 855744805 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30600] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30600/stat : 30600 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118592433 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30601] ppid=30584 vsize=7651740 CPUtime=0.6 cores=5,7
/proc/30586/task/30601/stat : 30601 (java) S 30584 30586 30455 0 -1 4202560 7077 0 0 0 60 0 0 0 15 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30602] ppid=30584 vsize=7651740 CPUtime=0.23 cores=5,7
/proc/30586/task/30602/stat : 30602 (java) S 30584 30586 30455 0 -1 4202560 2604 0 0 0 23 0 0 0 15 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 7 0 0 0
[pid=30586/tid=30603] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30603/stat : 30603 (java) S 30584 30586 30455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118584729 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30604] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30604/stat : 30604 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 855744807 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
[pid=30586/tid=30605] ppid=30584 vsize=7651740 CPUtime=0 cores=5,7
/proc/30586/task/30605/stat : 30605 (java) S 30584 30586 30455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855744813 7835381760 15459 33554432000 1073741824 1073778376 140735781960896 18446744073709551615 255118585344 0 4 0 16800975 18446604459439344704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 122.17
Current children cumulated vsize (KiB) 7651740

Child status: 10
Real time (s): 121.399
CPU time (s): 122.274
CPU user time (s): 122.229
CPU system time (s): 0.044993
CPU usage (%): 100.721
Max. virtual memory (cumulated for all children) (KiB): 7662996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.229
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21260
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= 5627
involuntary context switches= 3894

runsolver used 0.201969 second user time and 0.475927 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-09 17:28:07
IDJOB=3190402
IDBENCH=82733
IDSOLVER=1611
FILE ID=node144/3190402-1307633287
RUNJOBID= node144-1307633277-30477
PBS_JOBID= 13549348
Free space on /tmp= 74116 MiB

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

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

MD5SUM BENCH= 96b76a29d6976e3cb9111f511d66ef22
RANDOM SEED=1826081283

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.83
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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.82
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.850
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.75
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32122816 kB
Buffers:         82180 kB
Cached:         243548 kB
SwapCached:       1460 kB
Active:         464236 kB
Inactive:       189956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32122816 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:           19308 kB
Writeback:           0 kB
AnonPages:      326488 kB
Mapped:          22424 kB
Slab:           106852 kB
PageTables:       6188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22021932 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= 74132 MiB
End job on node144 at 2011-06-09 17:30:08