Trace number 3687705

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotOPT36 57.29 56.2389

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
MD5SUMb1277fdeb2e21bbaf9784bfe98a40d01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark0.033994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36
Optimality of the best value was proved YES
Number of variables432
Total number of constraints1304
Number of constraints which are clauses1280
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 432
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 432
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687705-1337875496.opb
0.09/0.11	c reading problem ... 
0.25/0.24	c ... done. Wall clock time 0.126s.
0.25/0.24	c declared #vars     432
0.25/0.24	c #constraints  1304
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
0.25/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.25/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
0.25/0.24	c 1304 constraints processed.
0.25/0.24	c objective function length is 432 literals
0.47/0.32	c SATISFIABLE
0.47/0.32	c OPTIMIZING...
0.47/0.32	c Got one! Elapsed wall clock time (in seconds):0.211
0.47/0.32	o 54
0.89/0.51	c cleaning 2662 clauses out of 5336 with flag 5000/5338
1.04/0.68	c cleaning 4328 clauses out of 8675 with flag 11001/11339
1.18/0.76	c Got one! Elapsed wall clock time (in seconds):0.65
1.18/0.76	o 52
1.30/0.82	c cleaning 4725 clauses out of 9463 with flag 2000/16456
1.41/0.98	c cleaning 5364 clauses out of 10739 with flag 8001/22457
1.53/1.04	c Got one! Elapsed wall clock time (in seconds):0.924
1.53/1.04	o 50
1.64/1.16	c cleaning 5625 clauses out of 11265 with flag 4000/28347
1.73/1.22	c Got one! Elapsed wall clock time (in seconds):1.112
1.73/1.22	o 48
1.83/1.33	c cleaning 5625 clauses out of 11258 with flag 3000/33965
1.93/1.47	c cleaning 5806 clauses out of 11634 with flag 9001/39966
2.14/1.67	c cleaning 6396 clauses out of 12827 with flag 16000/46965
2.44/1.95	c cleaning 7213 clauses out of 14431 with flag 24001/54966
2.75/2.24	c cleaning 8106 clauses out of 16217 with flag 33000/63965
2.86/2.39	c Got one! Elapsed wall clock time (in seconds):2.283
2.86/2.39	o 46
2.96/2.43	c cleaning 7045 clauses out of 14093 with flag 1005/69948
3.07/2.60	c cleaning 6511 clauses out of 13044 with flag 7001/75944
3.37/2.82	c cleaning 6751 clauses out of 13534 with flag 14002/82945
3.57/3.07	c cleaning 7388 clauses out of 14782 with flag 22001/90944
3.88/3.35	c cleaning 8197 clauses out of 16393 with flag 31000/99943
4.17/3.66	c cleaning 9095 clauses out of 18196 with flag 41000/109943
4.58/4.04	c cleaning 10047 clauses out of 20101 with flag 52000/120943
4.99/4.45	c cleaning 11021 clauses out of 22055 with flag 64001/132944
5.48/4.90	c cleaning 12015 clauses out of 24034 with flag 77001/145944
5.59/5.03	c Got one! Elapsed wall clock time (in seconds):4.92
5.59/5.03	o 44
5.59/5.07	c cleaning 8545 clauses out of 17100 with flag 1001/151026
5.81/5.25	c cleaning 7267 clauses out of 14554 with flag 7000/157025
6.03/5.50	c cleaning 7135 clauses out of 14288 with flag 14001/164026
6.32/5.76	c cleaning 7570 clauses out of 15153 with flag 22001/172026
6.62/6.07	c cleaning 8286 clauses out of 16582 with flag 31000/181025
7.06/6.41	c cleaning 9142 clauses out of 18297 with flag 41001/191026
7.37/6.77	c cleaning 10073 clauses out of 20155 with flag 52001/202026
7.88/7.21	c cleaning 11039 clauses out of 22082 with flag 64001/214026
8.29/7.69	c cleaning 12013 clauses out of 24042 with flag 77000/227025
8.88/8.22	c cleaning 13014 clauses out of 26031 with flag 91002/241027
9.41/8.79	c cleaning 13997 clauses out of 28015 with flag 106000/256025
10.12/9.42	c cleaning 15002 clauses out of 30018 with flag 122000/272025
10.74/10.03	c cleaning 16001 clauses out of 32016 with flag 139000/289025
11.46/10.73	c cleaning 17004 clauses out of 34015 with flag 157000/307025
12.17/11.46	c cleaning 18004 clauses out of 36011 with flag 176000/326025
12.97/12.28	c cleaning 18998 clauses out of 38007 with flag 196000/346025
13.78/13.05	c cleaning 19999 clauses out of 40009 with flag 217000/367025
14.58/13.88	c cleaning 21002 clauses out of 42011 with flag 239001/389026
15.39/14.66	c cleaning 21996 clauses out of 44007 with flag 262000/412025
16.29/15.52	c cleaning 23000 clauses out of 46011 with flag 286000/436025
17.20/16.47	c cleaning 24001 clauses out of 48011 with flag 311000/461025
18.22/17.47	c cleaning 24999 clauses out of 50010 with flag 337000/487025
18.63/17.86	c Got one! Elapsed wall clock time (in seconds):17.743
18.63/17.86	o 42
18.83/18.07	c cleaning 20936 clauses out of 41884 with flag 5000/503898
18.95/18.15	c Got one! Elapsed wall clock time (in seconds):18.033
18.95/18.15	o 40
18.95/18.15	c Got one! Elapsed wall clock time (in seconds):18.036
18.95/18.15	o 36
19.05/18.28	c cleaning 13252 clauses out of 26521 with flag 4001/509471
19.25/18.49	c cleaning 9625 clauses out of 19269 with flag 10001/515471
19.56/18.71	c cleaning 8317 clauses out of 16644 with flag 17001/522471
19.75/18.96	c cleaning 8150 clauses out of 16326 with flag 25000/530470
20.07/19.29	c cleaning 8578 clauses out of 17176 with flag 34000/539470
20.47/19.63	c cleaning 9295 clauses out of 18598 with flag 44000/549470
20.88/20.03	c cleaning 10149 clauses out of 20304 with flag 55001/560471
21.39/20.50	c cleaning 11072 clauses out of 22154 with flag 67000/572470
21.90/21.03	c cleaning 12036 clauses out of 24082 with flag 80000/585470
22.40/21.59	c cleaning 13023 clauses out of 26046 with flag 94000/599470
23.10/22.22	c cleaning 14008 clauses out of 28023 with flag 109000/614470
23.70/22.85	c cleaning 15004 clauses out of 30016 with flag 125001/630471
24.40/23.57	c cleaning 16002 clauses out of 32012 with flag 142001/647471
25.32/24.44	c cleaning 16992 clauses out of 34010 with flag 160001/665471
26.13/25.28	c cleaning 18002 clauses out of 36018 with flag 179001/684471
27.14/26.24	c cleaning 19001 clauses out of 38015 with flag 199000/704470
28.04/27.18	c cleaning 19998 clauses out of 40015 with flag 220001/725471
29.05/28.19	c cleaning 21001 clauses out of 42014 with flag 242000/747470
30.05/29.19	c cleaning 22005 clauses out of 44015 with flag 265002/770472
31.35/30.46	c cleaning 22996 clauses out of 46008 with flag 289000/794470
32.55/31.62	c cleaning 24001 clauses out of 48013 with flag 314001/819471
33.65/32.78	c cleaning 24995 clauses out of 50011 with flag 340000/845470
34.86/34.00	c cleaning 26001 clauses out of 52016 with flag 367000/872470
36.20/35.23	c cleaning 27002 clauses out of 54015 with flag 395000/900470
37.40/36.44	c cleaning 27999 clauses out of 56014 with flag 424001/929471
39.00/38.00	c cleaning 29006 clauses out of 58015 with flag 454001/959471
40.42/39.45	c cleaning 29996 clauses out of 60008 with flag 485000/990470
42.13/41.11	c cleaning 31001 clauses out of 62012 with flag 517000/1022470
43.74/42.79	c cleaning 31998 clauses out of 64012 with flag 550001/1055471
45.35/44.34	c cleaning 33004 clauses out of 66014 with flag 584001/1089471
47.05/46.07	c cleaning 34003 clauses out of 68010 with flag 619001/1124471
48.95/47.94	c cleaning 35002 clauses out of 70007 with flag 655001/1160471
50.97/49.92	c cleaning 35998 clauses out of 72006 with flag 692002/1197472
52.97/51.94	c cleaning 37001 clauses out of 74005 with flag 730000/1235470
54.88/53.82	c cleaning 37995 clauses out of 76003 with flag 769000/1274470
56.68/55.64	c cleaning 39001 clauses out of 78008 with flag 809002/1314472
57.29/56.23	c starts		: 198
57.29/56.23	c conflicts		: 1327236
57.29/56.23	c decisions		: 1392265
57.29/56.23	c propagations		: 30076215
57.29/56.23	c inspects		: 440435218
57.29/56.23	c shortcuts		: 0
57.29/56.23	c learnt literals	: 23
57.29/56.23	c learnt binary clauses	: 108
57.29/56.23	c learnt ternary clauses	: 314
57.29/56.23	c learnt constraints	: 1327212
57.29/56.23	c ignored constraints	: 0
57.29/56.23	c root simplifications	: 0
57.29/56.23	c removed literals (reason simplification)	: 0
57.29/56.23	c reason swapping (by a shorter reason)	: 0
57.29/56.23	c Calls to reduceDB	: 78
57.29/56.23	c number of reductions to clauses (during analyze)	: 0
57.29/56.23	c number of learned constraints concerned by reduction	: 0
57.29/56.23	c number of learning phase by resolution	: 0
57.29/56.23	c number of learning phase by cutting planes	: 0
57.29/56.23	c speed (assignments/second)	: 537209.5702497053
57.29/56.23	c non guided choices	356
57.29/56.23	c learnt constraints type 
57.29/56.23	c constraints type 
57.29/56.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
57.29/56.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
57.29/56.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
57.29/56.23	c 1304 constraints processed.
57.29/56.23	s OPTIMUM FOUND
57.29/56.23	v -x1 -x2 -x3 -x4 -x5 -x6 x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 
57.29/56.23	c objective function=36
57.29/56.23	c Total wall clock time (in seconds): 56.119

Verifier Data

OK	36

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687705-1337875496/watcher-3687705-1337875496 -o /tmp/evaluation-result-3687705-1337875496/solver-3687705-1337875496 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687705-1337875496.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 9799
/proc/meminfo: memFree=28436512/32873844 swapFree=6592/6592
[pid=9799] ppid=9797 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (java) D 9797 9799 8709 0 -1 4202496 239 0 0 0 0 0 0 0 20 0 1 0 253674427 9515008 175 33554432000 1073741824 1073778376 140736069834448 140736069817176 213419639696 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/9799/statm: 2323 175 133 9 0 71 0

[startup+0.029919 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 9799
/proc/meminfo: memFree=28436512/32873844 swapFree=6592/6592
[pid=9799] ppid=9797 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/9799/stat : 9799 (java) S 9797 9799 8709 0 -1 4202496 2755 0 1 0 0 1 0 0 20 0 10 0 253674427 9233014784 3456 33554432000 1073741824 1073778376 140736768809568 140736768800704 213422997565 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9799/statm: 2254154 3457 1535 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100324 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 9799
/proc/meminfo: memFree=28436512/32873844 swapFree=6592/6592
[pid=9799] ppid=9797 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/9799/stat : 9799 (java) S 9797 9799 8709 0 -1 4202496 4272 0 1 0 8 1 0 0 20 0 18 0 253674427 9787813888 5465 33554432000 1073741824 1073778376 140736768809568 140736768800704 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9799/statm: 2389603 5465 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300293 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 9799
/proc/meminfo: memFree=28436512/32873844 swapFree=6592/6592
[pid=9799] ppid=9797 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/9799/stat : 9799 (java) S 9797 9799 8709 0 -1 4202496 6558 0 1 0 45 2 0 0 20 0 19 0 253674427 9855975424 7988 33554432000 1073741824 1073778376 140736768809568 140736768800704 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9799/statm: 2406244 7989 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9624976

[startup+0.700292 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 9799
/proc/meminfo: memFree=28436512/32873844 swapFree=6592/6592
[pid=9799] ppid=9797 vsize=9624976 CPUtime=1.18 cores=1,3,5,7
/proc/9799/stat : 9799 (java) S 9797 9799 8709 0 -1 4202496 7453 0 1 0 116 2 0 0 20 0 19 0 253674427 9855975424 10362 33554432000 1073741824 1073778376 140736768809568 140736768800704 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9799/statm: 2406244 10362 2268 9 0 2396937 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9624976

[startup+1.50079 s]
/proc/loadavg: 2.00 2.00 1.91 4/213 9818
/proc/meminfo: memFree=28404180/32873844 swapFree=6592/6592
[pid=9799] ppid=9797 vsize=9624976 CPUtime=2.04 cores=1,3,5,7
/proc/9799/stat : 9799 (java) S 9797 9799 8709 0 -1 4202496 7470 0 1 0 202 2 0 0 20 0 19 0 253674427 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 140736768800704 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9799/statm: 2406244 10374 2269 9 0 2396937 0
[pid=9799/tid=9801] ppid=9797 vsize=9624976 CPUtime=1.38 cores=1,3,5,7
/proc/9799/task/9801/stat : 9801 (java) R 9797 9799 8709 0 -1 4202560 2458 0 1 0 138 0 0 0 20 0 19 0 253674428 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139748347396488 139748186739461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9802] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9802/stat : 9802 (java) S 9797 9799 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139748308887720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9803] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9803/stat : 9803 (java) S 9797 9799 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139748307835176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9804] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9804/stat : 9804 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139748306782632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9799/tid=9805] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9805/stat : 9805 (java) S 9797 9799 8709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139748305730088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9806] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9806/stat : 9806 (java) S 9797 9799 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139748186253992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9807] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9807/stat : 9807 (java) S 9797 9799 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139748185201448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9808] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9808/stat : 9808 (java) S 9797 9799 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139748184148904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9809] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9809/stat : 9809 (java) S 9797 9799 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253674430 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139748183096360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9799/tid=9810] ppid=9797 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/9799/task/9810/stat : 9810 (java) S 9797 9799 8709 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 19 0 253674431 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139748170897512 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9811] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9811/stat : 9811 (java) S 9797 9799 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139747565495416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9812] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9812/stat : 9812 (java) S 9797 9799 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139747564442760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9813] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9813/stat : 9813 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674433 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139747563391504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9814] ppid=9797 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/9799/task/9814/stat : 9814 (java) S 9797 9799 8709 0 -1 4202560 1454 0 0 0 23 0 0 0 20 0 19 0 253674434 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139747562338872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9815] ppid=9797 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/9799/task/9815/stat : 9815 (java) S 9797 9799 8709 0 -1 4202560 2307 0 0 0 28 0 0 0 20 0 19 0 253674434 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139747561286328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9816] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9816/stat : 9816 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139747560233976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9817] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9817/stat : 9817 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139747559181640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9818] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9818/stat : 9818 (java) S 9797 9799 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674452 9855975424 10374 33554432000 1073741824 1073778376 140736768809568 139747558126376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 9818
/proc/meminfo: memFree=28401132/32873844 swapFree=6592/6592
[pid=9799] ppid=9797 vsize=9624976 CPUtime=3.67 cores=1,3,5,7
/proc/9799/stat : 9799 (java) S 9797 9799 8709 0 -1 4202496 7494 0 1 0 364 3 0 0 20 0 19 0 253674427 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 140736768800704 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9799/statm: 2406244 11410 2269 9 0 2396937 0
[pid=9799/tid=9801] ppid=9797 vsize=9624976 CPUtime=2.9 cores=1,3,5,7
/proc/9799/task/9801/stat : 9801 (java) R 9797 9799 8709 0 -1 4202560 2464 0 1 0 290 0 0 0 20 0 19 0 253674428 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139748347396488 139748186760736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9802] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9802/stat : 9802 (java) S 9797 9799 8709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139748308887720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9803] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9803/stat : 9803 (java) S 9797 9799 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139748307835176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9799/tid=9804] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9804/stat : 9804 (java) S 9797 9799 8709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139748306782632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9805] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9805/stat : 9805 (java) S 9797 9799 8709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139748305730088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9806] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9806/stat : 9806 (java) S 9797 9799 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139748186253992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9807] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9807/stat : 9807 (java) S 9797 9799 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139748185201448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9808] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9808/stat : 9808 (java) S 9797 9799 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139748184148904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9809] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9809/stat : 9809 (java) S 9797 9799 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253674430 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139748183096360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9799/tid=9810] ppid=9797 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/9799/task/9810/stat : 9810 (java) S 9797 9799 8709 0 -1 4202560 31 0 0 0 12 0 0 0 20 0 19 0 253674431 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139748170897512 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9811] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9811/stat : 9811 (java) S 9797 9799 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139747565495416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9812] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9812/stat : 9812 (java) S 9797 9799 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139747564442760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9813] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9813/stat : 9813 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674433 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139747563391504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9814] ppid=9797 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/9799/task/9814/stat : 9814 (java) S 9797 9799 8709 0 -1 4202560 1454 0 0 0 23 0 0 0 20 0 19 0 253674434 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139747562338872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9815] ppid=9797 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/9799/task/9815/stat : 9815 (java) S 9797 9799 8709 0 -1 4202560 2308 0 0 0 29 0 0 0 20 0 19 0 253674434 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139747561286328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9816] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9816/stat : 9816 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139747560233976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9817] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9817/stat : 9817 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139747559181640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9818] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9818/stat : 9818 (java) S 9797 9799 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674452 9855975424 11410 33554432000 1073741824 1073778376 140736768809568 139747558126376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 9818
/proc/meminfo: memFree=28399580/32873844 swapFree=6592/6592
[pid=9799] ppid=9797 vsize=9624976 CPUtime=6.96 cores=1,3,5,7
/proc/9799/stat : 9799 (java) S 9797 9799 8709 0 -1 4202496 7512 0 1 0 693 3 0 0 20 0 19 0 253674427 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 140736768800704 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9799/statm: 2406244 11116 2269 9 0 2396937 0
[pid=9799/tid=9801] ppid=9797 vsize=9624976 CPUtime=5.93 cores=1,3,5,7
/proc/9799/task/9801/stat : 9801 (java) R 9797 9799 8709 0 -1 4202560 2475 0 1 0 593 0 0 0 20 0 19 0 253674428 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139748347396368 139748186739461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9802] ppid=9797 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/9799/task/9802/stat : 9802 (java) S 9797 9799 8709 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 253674429 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139748308887720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9803] ppid=9797 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/9799/task/9803/stat : 9803 (java) S 9797 9799 8709 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 253674429 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139748307835176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9799/tid=9804] ppid=9797 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/9799/task/9804/stat : 9804 (java) S 9797 9799 8709 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253674429 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139748306782632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9805] ppid=9797 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/9799/task/9805/stat : 9805 (java) S 9797 9799 8709 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253674429 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139748305730088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9806] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9806/stat : 9806 (java) S 9797 9799 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139748186253992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9807] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9807/stat : 9807 (java) S 9797 9799 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674429 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139748185201448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9808] ppid=9797 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/9799/task/9808/stat : 9808 (java) S 9797 9799 8709 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253674429 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139748184148904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9809] ppid=9797 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/9799/task/9809/stat : 9809 (java) S 9797 9799 8709 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253674430 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139748183096360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9810] ppid=9797 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/9799/task/9810/stat : 9810 (java) S 9797 9799 8709 0 -1 4202560 31 0 0 0 23 0 0 0 20 0 19 0 253674431 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139748170897512 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9811] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9811/stat : 9811 (java) S 9797 9799 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139747565495416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9812] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9812/stat : 9812 (java) S 9797 9799 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139747564442760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9813] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9813/stat : 9813 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674433 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139747563391504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9814] ppid=9797 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/9799/task/9814/stat : 9814 (java) S 9797 9799 8709 0 -1 4202560 1454 0 0 0 23 0 0 0 20 0 19 0 253674434 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139747562338872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9815] ppid=9797 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/9799/task/9815/stat : 9815 (java) S 9797 9799 8709 0 -1 4202560 2308 0 0 0 30 0 0 0 20 0 19 0 253674434 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139747561286328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9816] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9816/stat : 9816 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139747560233976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9817] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9817/stat : 9817 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139747559181640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9818] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9818/stat : 9818 (java) S 9797 9799 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674452 9855975424 11116 33554432000 1073741824 1073778376 140736768809568 139747558126376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

/proc/9799/task/9809/stat : 9809 (java) S 9797 9799 8709 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 19 0 253674430 9855975424 14276 33554432000 1073741824 1073778376 140736768809568 139748183096360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9810] ppid=9797 vsize=9624976 CPUtime=1.1 cores=1,3,5,7
/proc/9799/task/9810/stat : 9810 (java) S 9797 9799 8709 0 -1 4202560 36 0 0 0 110 0 0 0 20 0 19 0 253674431 9855975424 14276 33554432000 1073741824 1073778376 140736768809568 139748170897512 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9811] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9811/stat : 9811 (java) S 9797 9799 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 14276 33554432000 1073741824 1073778376 140736768809568 139747565495416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9812] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9812/stat : 9812 (java) S 9797 9799 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 14276 33554432000 1073741824 1073778376 140736768809568 139747564442760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9813] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9813/stat : 9813 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674433 9855975424 14276 33554432000 1073741824 1073778376 140736768809568 139747563391504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9814] ppid=9797 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/9799/task/9814/stat : 9814 (java) S 9797 9799 8709 0 -1 4202560 1798 0 0 0 25 0 0 0 20 0 19 0 253674434 9855975424 14276 33554432000 1073741824 1073778376 140736768809568 139747562338872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9815] ppid=9797 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/9799/task/9815/stat : 9815 (java) S 9797 9799 8709 0 -1 4202560 2308 0 0 0 30 0 0 0 20 0 19 0 253674434 9855975424 14276 33554432000 1073741824 1073778376 140736768809568 139747561286328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9816] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9816/stat : 9816 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 14276 33554432000 1073741824 1073778376 140736768809568 139747560233976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9817] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9817/stat : 9817 (java) S 9797 9799 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 14276 33554432000 1073741824 1073778376 140736768809568 139747559181640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9818] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9818/stat : 9818 (java) S 9797 9799 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674452 9855975424 14276 33554432000 1073741824 1073778376 140736768809568 139747558126376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 56.18
Current children cumulated vsize (KiB) 9624976

[startup+55.9007 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 9819
/proc/meminfo: memFree=28386844/32873844 swapFree=6592/6592
[pid=9799] ppid=9797 vsize=9624976 CPUtime=56.99 cores=1,3,5,7
/proc/9799/stat : 9799 (java) S 9797 9799 8709 0 -1 4202496 8048 0 1 0 5693 6 0 0 20 0 19 0 253674427 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 140736768800704 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9799/statm: 2406244 14278 2270 9 0 2396937 0
[pid=9799/tid=9801] ppid=9797 vsize=9624976 CPUtime=54.28 cores=1,3,5,7
/proc/9799/task/9801/stat : 9801 (java) R 9797 9799 8709 0 -1 4202560 2528 0 1 0 5427 1 0 0 20 0 19 0 253674428 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748347396368 139748186863894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9802] ppid=9797 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/9799/task/9802/stat : 9802 (java) S 9797 9799 8709 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748308887720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9799/tid=9803] ppid=9797 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/9799/task/9803/stat : 9803 (java) S 9797 9799 8709 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748307835176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9804] ppid=9797 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/9799/task/9804/stat : 9804 (java) S 9797 9799 8709 0 -1 4202560 47 0 0 0 10 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748306782632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9805] ppid=9797 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/9799/task/9805/stat : 9805 (java) S 9797 9799 8709 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748305730088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9806] ppid=9797 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9799/task/9806/stat : 9806 (java) S 9797 9799 8709 0 -1 4202560 20 0 0 0 9 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748186253992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9807] ppid=9797 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9799/task/9807/stat : 9807 (java) S 9797 9799 8709 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748185201448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9808] ppid=9797 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/9799/task/9808/stat : 9808 (java) S 9797 9799 8709 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748184148904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9799/tid=9809] ppid=9797 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9799/task/9809/stat : 9809 (java) S 9797 9799 8709 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 19 0 253674430 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748183096360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9810] ppid=9797 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/9799/task/9810/stat : 9810 (java) S 9797 9799 8709 0 -1 4202560 36 0 0 0 113 0 0 0 20 0 19 0 253674431 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748170897512 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9811] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9811/stat : 9811 (java) S 9797 9799 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747565495416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9812] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9812/stat : 9812 (java) S 9797 9799 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747564442760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9813] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9813/stat : 9813 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674433 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747563391504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9814] ppid=9797 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/9799/task/9814/stat : 9814 (java) S 9797 9799 8709 0 -1 4202560 1798 0 0 0 25 0 0 0 20 0 19 0 253674434 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747562338872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9815] ppid=9797 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/9799/task/9815/stat : 9815 (java) S 9797 9799 8709 0 -1 4202560 2308 0 0 0 30 0 0 0 20 0 19 0 253674434 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747561286328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9816] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9816/stat : 9816 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747560233976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9817] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9817/stat : 9817 (java) S 9797 9799 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747559181640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9818] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9818/stat : 9818 (java) S 9797 9799 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674452 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747558126376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 56.99
Current children cumulated vsize (KiB) 9624976

[startup+56.1073 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 9819
/proc/meminfo: memFree=28386844/32873844 swapFree=6592/6592
[pid=9799] ppid=9797 vsize=9624976 CPUtime=57.19 cores=1,3,5,7
/proc/9799/stat : 9799 (java) S 9797 9799 8709 0 -1 4202496 8048 0 1 0 5713 6 0 0 20 0 19 0 253674427 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 140736768800704 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9799/statm: 2406244 14278 2270 9 0 2396937 0
[pid=9799/tid=9801] ppid=9797 vsize=9624976 CPUtime=54.48 cores=1,3,5,7
/proc/9799/task/9801/stat : 9801 (java) R 9797 9799 8709 0 -1 4202560 2528 0 1 0 5447 1 0 0 20 0 19 0 253674428 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748347396368 139748186818779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9802] ppid=9797 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/9799/task/9802/stat : 9802 (java) S 9797 9799 8709 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748308887720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9799/tid=9803] ppid=9797 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/9799/task/9803/stat : 9803 (java) S 9797 9799 8709 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748307835176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9804] ppid=9797 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/9799/task/9804/stat : 9804 (java) S 9797 9799 8709 0 -1 4202560 47 0 0 0 10 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748306782632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9805] ppid=9797 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/9799/task/9805/stat : 9805 (java) S 9797 9799 8709 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748305730088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9806] ppid=9797 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9799/task/9806/stat : 9806 (java) S 9797 9799 8709 0 -1 4202560 20 0 0 0 9 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748186253992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9807] ppid=9797 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9799/task/9807/stat : 9807 (java) S 9797 9799 8709 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748185201448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9808] ppid=9797 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/9799/task/9808/stat : 9808 (java) S 9797 9799 8709 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 253674429 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748184148904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9799/tid=9809] ppid=9797 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9799/task/9809/stat : 9809 (java) S 9797 9799 8709 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 19 0 253674430 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748183096360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9810] ppid=9797 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/9799/task/9810/stat : 9810 (java) S 9797 9799 8709 0 -1 4202560 36 0 0 0 113 0 0 0 20 0 19 0 253674431 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139748170897512 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9811] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9811/stat : 9811 (java) S 9797 9799 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747565495416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9812] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9812/stat : 9812 (java) S 9797 9799 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747564442760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9813] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9813/stat : 9813 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674433 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747563391504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9814] ppid=9797 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/9799/task/9814/stat : 9814 (java) S 9797 9799 8709 0 -1 4202560 1798 0 0 0 25 0 0 0 20 0 19 0 253674434 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747562338872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9815] ppid=9797 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/9799/task/9815/stat : 9815 (java) S 9797 9799 8709 0 -1 4202560 2308 0 0 0 30 0 0 0 20 0 19 0 253674434 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747561286328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9816] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9816/stat : 9816 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747560233976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9817] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9817/stat : 9817 (java) S 9797 9799 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747559181640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9818] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9818/stat : 9818 (java) S 9797 9799 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674452 9855975424 14278 33554432000 1073741824 1073778376 140736768809568 139747558126376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 57.19
Current children cumulated vsize (KiB) 9624976

[startup+56.2008 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 9819
/proc/meminfo: memFree=28386844/32873844 swapFree=6592/6592
[pid=9799] ppid=9797 vsize=9624976 CPUtime=57.29 cores=1,3,5,7
/proc/9799/stat : 9799 (java) S 9797 9799 8709 0 -1 4202496 8050 0 1 0 5723 6 0 0 20 0 19 0 253674427 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 140736768800704 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9799/statm: 2406244 14279 2271 9 0 2396937 0
[pid=9799/tid=9801] ppid=9797 vsize=9624976 CPUtime=54.58 cores=1,3,5,7
/proc/9799/task/9801/stat : 9801 (java) R 9797 9799 8709 0 -1 4202560 2528 0 1 0 5457 1 0 0 20 0 19 0 253674428 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139748347397016 139748186952556 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9802] ppid=9797 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/9799/task/9802/stat : 9802 (java) S 9797 9799 8709 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 19 0 253674429 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139748308887720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9799/tid=9803] ppid=9797 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/9799/task/9803/stat : 9803 (java) S 9797 9799 8709 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 253674429 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139748307835176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9804] ppid=9797 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/9799/task/9804/stat : 9804 (java) S 9797 9799 8709 0 -1 4202560 47 0 0 0 10 0 0 0 20 0 19 0 253674429 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139748306782632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9805] ppid=9797 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/9799/task/9805/stat : 9805 (java) S 9797 9799 8709 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 253674429 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139748305730088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9806] ppid=9797 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9799/task/9806/stat : 9806 (java) S 9797 9799 8709 0 -1 4202560 20 0 0 0 9 0 0 0 20 0 19 0 253674429 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139748186253992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9807] ppid=9797 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9799/task/9807/stat : 9807 (java) S 9797 9799 8709 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 253674429 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139748185201448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9808] ppid=9797 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/9799/task/9808/stat : 9808 (java) S 9797 9799 8709 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 253674429 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139748184148904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9799/tid=9809] ppid=9797 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9799/task/9809/stat : 9809 (java) S 9797 9799 8709 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 19 0 253674430 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139748183096360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9810] ppid=9797 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/9799/task/9810/stat : 9810 (java) S 9797 9799 8709 0 -1 4202560 36 0 0 0 113 0 0 0 20 0 19 0 253674431 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139748170897512 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9811] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9811/stat : 9811 (java) S 9797 9799 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139747565495416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9812] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9812/stat : 9812 (java) S 9797 9799 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674431 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139747564442760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9813] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9813/stat : 9813 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674433 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139747563391504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9814] ppid=9797 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/9799/task/9814/stat : 9814 (java) S 9797 9799 8709 0 -1 4202560 1800 0 0 0 26 0 0 0 20 0 19 0 253674434 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139747562338872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9815] ppid=9797 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/9799/task/9815/stat : 9815 (java) S 9797 9799 8709 0 -1 4202560 2308 0 0 0 30 0 0 0 20 0 19 0 253674434 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139747561286328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9799/tid=9816] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9816/stat : 9816 (java) S 9797 9799 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139747560233976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9799/tid=9817] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9817/stat : 9817 (java) S 9797 9799 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674434 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139747559181640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9799/tid=9818] ppid=9797 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9799/task/9818/stat : 9818 (java) S 9797 9799 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674452 9855975424 14279 33554432000 1073741824 1073778376 140736768809568 139747558126376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 57.29
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9799 and gives
#  childrusage.ru_utime.tv_sec=57
#  childrusage.ru_utime.tv_usec=122316
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=133979
# CPU time returned by wait4() is 57.2563
# while last known CPU time is 57.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 56.2389
CPU time (s): 57.29
CPU user time (s): 57.23
CPU system time (s): 0.06
CPU usage (%): 101.869
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.1223
system time used= 0.133979
maximum resident set size= 57160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8063
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3505
involuntary context switches= 4338

runsolver used 0.242963 second user time and 0.606907 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-24 18:04:56
IDJOB=3687705
IDBENCH=2031
IDSOLVER=2269
FILE ID=node140/3687705-1337875496
RUNJOBID= node140-1337871881-8726
PBS_JOBID= 14620064
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687705-1337875496/watcher-3687705-1337875496 -o /tmp/evaluation-result-3687705-1337875496/solver-3687705-1337875496 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687705-1337875496.opb

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

MD5SUM BENCH= b1277fdeb2e21bbaf9784bfe98a40d01
RANDOM SEED=1219234583

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28437420 kB
Buffers:          222356 kB
Cached:          3262956 kB
SwapCached:            0 kB
Active:           553092 kB
Inactive:        3105296 kB
Active(anon):     174588 kB
Inactive(anon):        0 kB
Active(file):     378504 kB
Inactive(file):  3105296 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               220 kB
Writeback:             0 kB
AnonPages:        178432 kB
Mapped:            22608 kB
Shmem:               200 kB
Slab:             640140 kB
SReclaimable:      82504 kB
SUnreclaim:       557636 kB
KernelStack:        1592 kB
PageTables:         4476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node140 at 2012-05-24 18:05:52