Trace number 3710691

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
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)-26 1800.04 1789.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
MD5SUM65bafde3eb06761afc4fe90b6aa8c264
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark19.787
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17827
Number of constraints which are clauses17827
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710691-1338146989.opb
0.09/0.12	c reading problem ... 
0.70/0.42	c ... done. Wall clock time 0.306s.
0.70/0.42	c declared #vars     450
0.70/0.42	c #constraints  17827
0.70/0.42	c constraints type 
0.70/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17827
0.70/0.42	c 17827 constraints processed.
0.70/0.44	c SATISFIABLE
0.70/0.44	c OPTIMIZING...
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.32
0.70/0.44	o 0
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.332
0.70/0.45	o -1
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.368
0.70/0.49	o -2
0.70/0.49	c Got one! Elapsed wall clock time (in seconds):0.373
0.70/0.49	o -22
1.00/0.58	c Got one! Elapsed wall clock time (in seconds):0.461
1.00/0.58	o -23
1.30/0.69	c Got one! Elapsed wall clock time (in seconds):0.573
1.30/0.69	o -24
1.96/1.15	c Got one! Elapsed wall clock time (in seconds):1.036
1.96/1.15	o -25
2.05/1.29	c cleaning 3194 clauses out of 6388 with flag 1001/6388
2.74/1.89	c cleaning 4598 clauses out of 9195 with flag 7002/12389
3.55/2.60	c cleaning 5792 clauses out of 11596 with flag 14001/19388
4.37/3.48	c cleaning 6902 clauses out of 13806 with flag 22003/27390
5.54/4.57	c cleaning 7944 clauses out of 15903 with flag 31002/36389
6.76/5.76	c cleaning 8967 clauses out of 17959 with flag 41002/46389
7.38/6.35	c Got one! Elapsed wall clock time (in seconds):6.232
7.38/6.35	o -26
7.48/6.49	c cleaning 7073 clauses out of 14165 with flag 1001/51562
8.19/7.17	c cleaning 6542 clauses out of 13092 with flag 7001/57562
9.10/8.01	c cleaning 6775 clauses out of 13549 with flag 14000/64561
10.14/9.02	c cleaning 7385 clauses out of 14776 with flag 22002/72563
11.17/10.05	c cleaning 8190 clauses out of 16389 with flag 31000/81561
12.39/11.27	c cleaning 9088 clauses out of 18200 with flag 41001/91562
14.12/12.91	c cleaning 10047 clauses out of 20112 with flag 52001/102562
16.05/14.86	c cleaning 11032 clauses out of 22065 with flag 64001/114562
17.69/16.42	c cleaning 12017 clauses out of 24033 with flag 77001/127562
19.81/18.55	c cleaning 13002 clauses out of 26015 with flag 91000/141561
22.44/21.10	c cleaning 14005 clauses out of 28015 with flag 106002/156563
25.67/24.31	c cleaning 15004 clauses out of 30008 with flag 122000/172561
28.02/26.66	c cleaning 16000 clauses out of 32006 with flag 139002/189563
31.05/29.68	c cleaning 17001 clauses out of 34005 with flag 157001/207562
34.38/32.95	c cleaning 17995 clauses out of 36004 with flag 176001/226562
38.01/36.51	c cleaning 18998 clauses out of 38010 with flag 196002/246563
42.05/40.54	c cleaning 19998 clauses out of 40012 with flag 217002/267563
45.51/43.92	c cleaning 21004 clauses out of 42013 with flag 239001/289562
49.54/47.95	c cleaning 21997 clauses out of 44008 with flag 262000/312561
54.08/52.43	c cleaning 22995 clauses out of 46012 with flag 286001/336562
58.61/56.94	c cleaning 23998 clauses out of 48016 with flag 311000/361561
65.96/64.20	c cleaning 25006 clauses out of 50018 with flag 337000/387561
70.71/68.91	c cleaning 26001 clauses out of 52013 with flag 364001/414562
75.76/73.90	c cleaning 27000 clauses out of 54012 with flag 392001/442562
81.82/79.96	c cleaning 27999 clauses out of 56011 with flag 421000/471561
88.57/86.66	c cleaning 28999 clauses out of 58013 with flag 451001/501562
95.43/93.43	c cleaning 30006 clauses out of 60014 with flag 482001/532562
106.36/104.33	c cleaning 30999 clauses out of 62008 with flag 514001/564562
115.63/113.54	c cleaning 32001 clauses out of 64009 with flag 547001/597562
122.00/119.86	c cleaning 32998 clauses out of 66007 with flag 581000/631561
129.63/127.43	c cleaning 34003 clauses out of 68011 with flag 616002/666563
138.78/136.51	c cleaning 35001 clauses out of 70006 with flag 652000/702561
146.91/144.67	c cleaning 35994 clauses out of 72005 with flag 689000/739561
160.09/157.78	c cleaning 37001 clauses out of 74016 with flag 727005/777566
169.74/167.39	c cleaning 37998 clauses out of 76011 with flag 766001/816562
185.38/182.90	c cleaning 39004 clauses out of 78012 with flag 806000/856561
198.34/195.88	c cleaning 40001 clauses out of 80011 with flag 847003/897564
206.44/203.84	c cleaning 41004 clauses out of 82009 with flag 889002/939563
218.90/216.22	c cleaning 42001 clauses out of 84003 with flag 932000/982561
231.39/228.65	c cleaning 42997 clauses out of 86004 with flag 976002/1026563
248.97/246.12	c cleaning 43999 clauses out of 88006 with flag 1021001/1071562
261.83/258.98	c cleaning 45000 clauses out of 90006 with flag 1067000/1117561
279.22/276.22	c cleaning 46002 clauses out of 92008 with flag 1114002/1164563
291.30/288.22	c cleaning 46994 clauses out of 94004 with flag 1162000/1212561
312.32/309.29	c cleaning 47999 clauses out of 96010 with flag 1211000/1261561
337.98/334.85	c cleaning 48992 clauses out of 98012 with flag 1261001/1311562
350.85/347.68	c cleaning 50006 clauses out of 100020 with flag 1312001/1362562
364.83/361.57	c cleaning 50992 clauses out of 102014 with flag 1364001/1414562
382.54/379.10	c cleaning 52009 clauses out of 104023 with flag 1417002/1467563
401.73/398.26	c cleaning 53005 clauses out of 106014 with flag 1471002/1521563
423.41/419.88	c cleaning 53998 clauses out of 108009 with flag 1526002/1576563
442.12/438.40	c cleaning 55001 clauses out of 110011 with flag 1582002/1632563
467.61/463.81	c cleaning 55995 clauses out of 112008 with flag 1639000/1689561
494.81/490.93	c cleaning 57001 clauses out of 114013 with flag 1697000/1747561
513.31/509.33	c cleaning 58006 clauses out of 116012 with flag 1756000/1806561
542.11/538.10	c cleaning 58995 clauses out of 118007 with flag 1816001/1866562
572.29/568.18	c cleaning 60007 clauses out of 120013 with flag 1877002/1927563
604.09/599.85	c cleaning 60990 clauses out of 122004 with flag 1939000/1989561
621.37/617.09	c cleaning 61998 clauses out of 124014 with flag 2002000/2052561
641.58/637.16	c cleaning 63000 clauses out of 126016 with flag 2066000/2116561
670.56/666.08	c cleaning 64001 clauses out of 128017 with flag 2131001/2181562
698.95/694.33	c cleaning 64997 clauses out of 130015 with flag 2197000/2247561
722.45/717.71	c cleaning 66002 clauses out of 132018 with flag 2264000/2314561
755.47/750.68	c cleaning 67000 clauses out of 134016 with flag 2332000/2382561
787.39/782.42	c cleaning 67998 clauses out of 136016 with flag 2401000/2451561
828.47/823.41	c cleaning 69001 clauses out of 138018 with flag 2471000/2521561
869.56/864.44	c cleaning 70004 clauses out of 140017 with flag 2542000/2592561
907.37/902.14	c cleaning 70999 clauses out of 142013 with flag 2614000/2664561
944.89/939.57	c cleaning 72006 clauses out of 144017 with flag 2687003/2737564
986.32/980.85	c cleaning 72997 clauses out of 146009 with flag 2761001/2811562
1025.85/1020.24	c cleaning 74003 clauses out of 148014 with flag 2836003/2886564
1072.72/1067.06	c cleaning 75004 clauses out of 150011 with flag 2912003/2962564
1101.61/1095.80	c cleaning 76000 clauses out of 152007 with flag 2989003/3039564
1127.33/1121.43	c cleaning 76990 clauses out of 154005 with flag 3067001/3117562
1167.04/1161.01	c cleaning 78004 clauses out of 156014 with flag 3146000/3196561
1213.15/1207.09	c cleaning 78994 clauses out of 158011 with flag 3226001/3276562
1251.47/1245.23	c cleaning 79998 clauses out of 160016 with flag 3307000/3357561
1297.51/1291.05	c cleaning 81005 clauses out of 162018 with flag 3389000/3439561
1348.56/1341.91	c cleaning 81996 clauses out of 164013 with flag 3472000/3522561
1412.94/1406.19	c cleaning 83003 clauses out of 166017 with flag 3556000/3606561
1449.51/1442.59	c cleaning 83998 clauses out of 168014 with flag 3641000/3691561
1512.37/1504.92	c cleaning 85000 clauses out of 170016 with flag 3727000/3777561
1587.64/1579.55	c cleaning 85995 clauses out of 172016 with flag 3814000/3864561
1664.27/1655.20	c cleaning 87001 clauses out of 174021 with flag 3902000/3952561
1708.20/1698.46	c cleaning 88008 clauses out of 176022 with flag 3991002/4041563
1769.99/1759.88	c cleaning 89002 clauses out of 178013 with flag 4081001/4131562
1800.04/1789.31	c starts		: 261
1800.04/1789.31	c conflicts		: 4188677
1800.04/1789.31	c decisions		: 4220968
1800.04/1789.31	c propagations		: 23764715
1800.04/1789.31	c inspects		: 10248818506
1800.04/1789.31	c shortcuts		: 0
1800.04/1789.31	c learnt literals	: 0
1800.04/1789.31	c learnt binary clauses	: 0
1800.04/1789.31	c learnt ternary clauses	: 0
1800.04/1789.31	c learnt constraints	: 4188677
1800.04/1789.31	c ignored constraints	: 0
1800.04/1789.31	c root simplifications	: 261
1800.04/1789.31	c removed literals (reason simplification)	: 133615019
1800.04/1789.31	c reason swapping (by a shorter reason)	: 0
1800.04/1789.31	c Calls to reduceDB	: 92
1800.04/1789.31	c number of reductions to clauses (during analyze)	: 0
1800.04/1789.31	c number of learned constraints concerned by reduction	: 0
1800.04/1789.31	c number of learning phase by resolution	: 0
1800.04/1789.31	c number of learning phase by cutting planes	: 0
1800.04/1789.31	c speed (assignments/second)	: 13284.66015683521
1800.04/1789.31	c non guided choices	1347
1800.04/1789.34	c learnt constraints type 
1800.04/1789.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146152
1800.04/1789.34	c constraints type 
1800.04/1789.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 0
1800.04/1789.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.04/1789.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17827
1800.04/1789.34	c 17828 constraints processed.
1800.04/1789.34	s SATISFIABLE
1800.04/1789.34	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 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 
1800.04/1789.34	c objective function=-26
1800.04/1789.34	c Total wall clock time (in seconds): 1789.224

Verifier Data

OK	-26

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-3710691-1338146989/watcher-3710691-1338146989 -o /tmp/evaluation-result-3710691-1338146989/solver-3710691-1338146989 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710691-1338146989.opb 

running on 4 cores: 0,2,4,6

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: 1.92 1.98 1.92 3/194 3480
/proc/meminfo: memFree=28719452/32873648 swapFree=6844/6844
[pid=3480] ppid=3478 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/3480/stat : 3480 (java) R 3478 3480 3132 0 -1 4202496 338 0 0 0 0 0 0 0 20 0 1 0 280824738 9445376 85 33554432000 1073741824 1073778376 140733812434544 140733812431672 259103176119 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3480/statm: 2306 93 75 9 0 38 0

[startup+0.036108 s]
/proc/loadavg: 1.92 1.98 1.92 3/194 3480
/proc/meminfo: memFree=28719452/32873648 swapFree=6844/6844
[pid=3480] ppid=3478 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/3480/stat : 3480 (java) S 3478 3480 3132 0 -1 4202496 3011 0 1 0 2 0 0 0 20 0 13 0 280824738 9446973440 3198 33554432000 1073741824 1073778376 140733812434544 140733812425680 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3480/statm: 2306390 3198 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100269 s]
/proc/loadavg: 1.92 1.98 1.92 3/194 3480
/proc/meminfo: memFree=28719452/32873648 swapFree=6844/6844
[pid=3480] ppid=3478 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/3480/stat : 3480 (java) S 3478 3480 3132 0 -1 4202496 4348 0 1 0 9 0 0 0 20 0 18 0 280824738 9787842560 5555 33554432000 1073741824 1073778376 140733812434544 140733812425680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3480/statm: 2389610 5555 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300164 s]
/proc/loadavg: 1.92 1.98 1.92 3/194 3480
/proc/meminfo: memFree=28719452/32873648 swapFree=6844/6844
[pid=3480] ppid=3478 vsize=9558440 CPUtime=0.45 cores=0,2,4,6
/proc/3480/stat : 3480 (java) S 3478 3480 3132 0 -1 4202496 5332 0 1 0 45 0 0 0 20 0 18 0 280824738 9787842560 7891 33554432000 1073741824 1073778376 140733812434544 140733812425680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3480/statm: 2389610 7891 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700224 s]
/proc/loadavg: 1.92 1.98 1.92 3/194 3480
/proc/meminfo: memFree=28719452/32873648 swapFree=6844/6844
[pid=3480] ppid=3478 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/3480/stat : 3480 (java) S 3478 3480 3132 0 -1 4202496 9832 0 1 0 145 2 0 0 20 0 19 0 280824738 9856004096 16434 33554432000 1073741824 1073778376 140733812434544 140733812425680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3480/statm: 2406251 16434 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625004

[startup+1.50075 s]
/proc/loadavg: 1.92 1.98 1.92 3/213 3499
/proc/meminfo: memFree=28655868/32873648 swapFree=6844/6844
[pid=3480] ppid=3478 vsize=9625004 CPUtime=2.41 cores=0,2,4,6
/proc/3480/stat : 3480 (java) S 3478 3480 3132 0 -1 4202496 10046 0 1 0 237 4 0 0 20 0 19 0 280824738 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 140733812425680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3480/statm: 2406251 25206 2289 9 0 2396937 0
[pid=3480/tid=3482] ppid=3478 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/3480/task/3482/stat : 3482 (java) R 3478 3480 3132 0 -1 4202560 2594 0 1 0 143 1 0 0 20 0 19 0 280824739 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902985589128 139902926016204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3483] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3483/stat : 3483 (java) S 3478 3480 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902924319784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3484] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3484/stat : 3484 (java) S 3478 3480 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902827838376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3485] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3485/stat : 3485 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902826785576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3486] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3486/stat : 3486 (java) S 3478 3480 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902825732776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3487] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3487/stat : 3487 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902824679976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3488] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3488/stat : 3488 (java) S 3478 3480 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902823627176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3489] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3489/stat : 3489 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902822574376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3490] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3490/stat : 3490 (java) S 3478 3480 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902821521576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3491] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3491/stat : 3491 (java) S 3478 3480 3132 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 280824741 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902809324520 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3492] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3492/stat : 3492 (java) S 3478 3480 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280824742 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902808270584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3493] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3493/stat : 3493 (java) S 3478 3480 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280824742 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902807217672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3494] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3494/stat : 3494 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902806166160 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3495] ppid=3478 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/3480/task/3495/stat : 3495 (java) S 3478 3480 3132 0 -1 4202560 2393 0 0 0 39 0 0 0 20 0 19 0 280824744 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902805113272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3496] ppid=3478 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/3480/task/3496/stat : 3496 (java) S 3478 3480 3132 0 -1 4202560 3801 0 0 0 49 0 0 0 20 0 19 0 280824744 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902804060472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3497] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3497/stat : 3497 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902803007864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3498] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3498/stat : 3498 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902801955272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3499] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3499/stat : 3499 (java) S 3478 3480 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280824781 9856004096 25206 33554432000 1073741824 1073778376 140733812434544 139902800901800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 1.92 1.98 1.92 3/213 3499
/proc/meminfo: memFree=28612232/32873648 swapFree=6844/6844
[pid=3480] ppid=3478 vsize=9625004 CPUtime=4.07 cores=0,2,4,6
/proc/3480/stat : 3480 (java) S 3478 3480 3132 0 -1 4202496 10087 0 1 0 402 5 0 0 20 0 19 0 280824738 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 140733812425680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3480/statm: 2406251 29829 2289 9 0 2396937 0
[pid=3480/tid=3482] ppid=3478 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/3480/task/3482/stat : 3482 (java) R 3478 3480 3132 0 -1 4202560 2596 0 1 0 298 1 0 0 20 0 19 0 280824739 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902985589160 139902926016897 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3483] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3483/stat : 3483 (java) S 3478 3480 3132 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902924319784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3484] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3484/stat : 3484 (java) S 3478 3480 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902827838376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3485] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3485/stat : 3485 (java) S 3478 3480 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902826785576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3486] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3486/stat : 3486 (java) S 3478 3480 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902825732776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3487] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3487/stat : 3487 (java) S 3478 3480 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902824679976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3488] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3488/stat : 3488 (java) S 3478 3480 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902823627176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3489] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3489/stat : 3489 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902822574376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3490] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3490/stat : 3490 (java) S 3478 3480 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902821521576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3491] ppid=3478 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/3480/task/3491/stat : 3491 (java) S 3478 3480 3132 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 19 0 280824741 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902809324520 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3492] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3492/stat : 3492 (java) S 3478 3480 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280824742 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902808270584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3493] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3493/stat : 3493 (java) S 3478 3480 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280824742 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902807217672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3494] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3494/stat : 3494 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902806166160 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3495] ppid=3478 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/3480/task/3495/stat : 3495 (java) S 3478 3480 3132 0 -1 4202560 2399 0 0 0 41 0 0 0 20 0 19 0 280824744 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902805113272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3496] ppid=3478 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/3480/task/3496/stat : 3496 (java) S 3478 3480 3132 0 -1 4202560 3803 0 0 0 50 0 0 0 20 0 19 0 280824744 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902804060472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3497] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3497/stat : 3497 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902803007864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3498] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3498/stat : 3498 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902801955272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3499] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3499/stat : 3499 (java) S 3478 3480 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280824781 9856004096 29829 33554432000 1073741824 1073778376 140733812434544 139902800901800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9625004

[startup+6.30076 s]
/proc/loadavg: 1.85 1.97 1.91 2/193 3502
/proc/meminfo: memFree=28891072/32873648 swapFree=6844/6844
[pid=3480] ppid=3478 vsize=9625004 CPUtime=7.38 cores=0,2,4,6
/proc/3480/stat : 3480 (java) S 3478 3480 3132 0 -1 4202496 10402 0 1 0 731 7 0 0 20 0 19 0 280824738 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 140733812425680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3480/statm: 2406251 33716 2289 9 0 2396937 0
[pid=3480/tid=3482] ppid=3478 vsize=9625004 CPUtime=6.1 cores=0,2,4,6
/proc/3480/task/3482/stat : 3482 (java) R 3478 3480 3132 0 -1 4202560 2599 0 1 0 609 1 0 0 20 0 19 0 280824739 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902985589160 139902926017223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3483] ppid=3478 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/3480/task/3483/stat : 3483 (java) S 3478 3480 3132 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 280824740 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902924319784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3484] ppid=3478 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/3480/task/3484/stat : 3484 (java) S 3478 3480 3132 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 280824740 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902827838376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3485] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3485/stat : 3485 (java) S 3478 3480 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902826785576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3486] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3486/stat : 3486 (java) S 3478 3480 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902825732776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3487] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3487/stat : 3487 (java) S 3478 3480 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902824679976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3488] ppid=3478 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/3480/task/3488/stat : 3488 (java) S 3478 3480 3132 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 280824740 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902823627176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3489] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3489/stat : 3489 (java) S 3478 3480 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902822574376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3490] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3490/stat : 3490 (java) S 3478 3480 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280824740 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902821521576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3491] ppid=3478 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/3480/task/3491/stat : 3491 (java) S 3478 3480 3132 0 -1 4202560 42 0 0 0 8 0 0 0 20 0 19 0 280824741 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902809324520 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3492] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3492/stat : 3492 (java) S 3478 3480 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280824742 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902808270584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3493] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3493/stat : 3493 (java) S 3478 3480 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280824742 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902807217672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3494] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3494/stat : 3494 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902806166160 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3495] ppid=3478 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/3480/task/3495/stat : 3495 (java) S 3478 3480 3132 0 -1 4202560 2679 0 0 0 46 0 0 0 20 0 19 0 280824744 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902805113272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3496] ppid=3478 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/3480/task/3496/stat : 3496 (java) S 3478 3480 3132 0 -1 4202560 3803 0 0 0 50 0 0 0 20 0 19 0 280824744 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902804060472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3497] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3497/stat : 3497 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902803007864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3498] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3498/stat : 3498 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902801955272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3499] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3499/stat : 3499 (java) S 3478 3480 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280824781 9856004096 33716 33554432000 1073741824 1073778376 140733812434544 139902800901800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=3480/tid=3495] ppid=3478 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/3480/task/3495/stat : 3495 (java) S 3478 3480 3132 0 -1 4202560 2683 0 0 0 48 0 0 0 20 0 19 0 280824744 9856004096 117356 33554432000 1073741824 1073778376 140733812434544 139902805113272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3496] ppid=3478 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/3480/task/3496/stat : 3496 (java) S 3478 3480 3132 0 -1 4202560 3803 0 0 0 50 0 0 0 20 0 19 0 280824744 9856004096 117356 33554432000 1073741824 1073778376 140733812434544 139902804060472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3497] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3497/stat : 3497 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 117356 33554432000 1073741824 1073778376 140733812434544 139902803007864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3498] ppid=3478 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/3480/task/3498/stat : 3498 (java) S 3478 3480 3132 0 -1 4202560 98 0 0 0 36 27 0 0 20 0 19 0 280824744 9856004096 117356 33554432000 1073741824 1073778376 140733812434544 139902801955272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3499] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3499/stat : 3499 (java) S 3478 3480 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280824781 9856004096 117356 33554432000 1073741824 1073778376 140733812434544 139902800901800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1732.32
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3573
/proc/meminfo: memFree=28056568/32873648 swapFree=6844/6844
[pid=3480] ppid=3478 vsize=9625004 CPUtime=1792.98 cores=0,2,4,6
/proc/3480/stat : 3480 (java) S 3478 3480 3132 0 -1 4202496 18130 0 1 0 179215 83 0 0 20 0 19 0 280824738 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 140733812425680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3480/statm: 2406251 126051 2290 9 0 2396937 0
[pid=3480/tid=3482] ppid=3478 vsize=9625004 CPUtime=1768.59 cores=0,2,4,6
/proc/3480/task/3482/stat : 3482 (java) R 3478 3480 3132 0 -1 4202560 2835 0 1 0 176829 30 0 0 20 0 19 0 280824739 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902985588216 139902926104115 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3483] ppid=3478 vsize=9625004 CPUtime=1.6 cores=0,2,4,6
/proc/3480/task/3483/stat : 3483 (java) S 3478 3480 3132 0 -1 4202560 831 0 0 0 155 5 0 0 20 0 19 0 280824740 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902924319784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3484] ppid=3478 vsize=9625004 CPUtime=1.53 cores=0,2,4,6
/proc/3480/task/3484/stat : 3484 (java) S 3478 3480 3132 0 -1 4202560 934 0 0 0 146 7 0 0 20 0 19 0 280824740 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902827838376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3485] ppid=3478 vsize=9625004 CPUtime=1.77 cores=0,2,4,6
/proc/3480/task/3485/stat : 3485 (java) S 3478 3480 3132 0 -1 4202560 574 0 0 0 170 7 0 0 20 0 19 0 280824740 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902826785576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3486] ppid=3478 vsize=9625004 CPUtime=1.71 cores=0,2,4,6
/proc/3480/task/3486/stat : 3486 (java) S 3478 3480 3132 0 -1 4202560 833 0 0 0 165 6 0 0 20 0 19 0 280824740 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902825732776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3487] ppid=3478 vsize=9625004 CPUtime=1.55 cores=0,2,4,6
/proc/3480/task/3487/stat : 3487 (java) S 3478 3480 3132 0 -1 4202560 1017 0 0 0 149 6 0 0 20 0 19 0 280824740 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902824679976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3488] ppid=3478 vsize=9625004 CPUtime=1.72 cores=0,2,4,6
/proc/3480/task/3488/stat : 3488 (java) S 3478 3480 3132 0 -1 4202560 1659 0 0 0 163 9 0 0 20 0 19 0 280824740 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902823627176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3489] ppid=3478 vsize=9625004 CPUtime=1.54 cores=0,2,4,6
/proc/3480/task/3489/stat : 3489 (java) S 3478 3480 3132 0 -1 4202560 407 0 0 0 147 7 0 0 20 0 19 0 280824740 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902822574376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3490] ppid=3478 vsize=9625004 CPUtime=1.61 cores=0,2,4,6
/proc/3480/task/3490/stat : 3490 (java) S 3478 3480 3132 0 -1 4202560 668 0 0 0 154 7 0 0 20 0 19 0 280824740 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902821521576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3491] ppid=3478 vsize=9625004 CPUtime=5.29 cores=0,2,4,6
/proc/3480/task/3491/stat : 3491 (java) S 3478 3480 3132 0 -1 4202560 603 0 0 0 525 4 0 0 20 0 19 0 280824741 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902809324520 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3492] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3492/stat : 3492 (java) S 3478 3480 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280824742 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902808270584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3493] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3493/stat : 3493 (java) S 3478 3480 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280824742 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902807217672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3494] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3494/stat : 3494 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902806166160 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3495] ppid=3478 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/3480/task/3495/stat : 3495 (java) S 3478 3480 3132 0 -1 4202560 2683 0 0 0 48 0 0 0 20 0 19 0 280824744 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902805113272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3496] ppid=3478 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/3480/task/3496/stat : 3496 (java) S 3478 3480 3132 0 -1 4202560 3803 0 0 0 50 0 0 0 20 0 19 0 280824744 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902804060472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3497] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3497/stat : 3497 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902803007864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3498] ppid=3478 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/3480/task/3498/stat : 3498 (java) S 3478 3480 3132 0 -1 4202560 102 0 0 0 37 28 0 0 20 0 19 0 280824744 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902801955272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3499] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3499/stat : 3499 (java) S 3478 3480 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280824781 9856004096 126051 33554432000 1073741824 1073778376 140733812434544 139902800901800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1792.98
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3573
/proc/meminfo: memFree=28059608/32873648 swapFree=6844/6844
[pid=3480] ppid=3478 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/3480/stat : 3480 (java) S 3478 3480 3132 0 -1 4202496 18132 0 1 0 179920 84 0 0 20 0 19 0 280824738 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 140733812425680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3480/statm: 2406251 124704 2290 9 0 2396937 0
[pid=3480/tid=3482] ppid=3478 vsize=9625004 CPUtime=1775.55 cores=0,2,4,6
/proc/3480/task/3482/stat : 3482 (java) R 3478 3480 3132 0 -1 4202560 2837 0 1 0 177525 30 0 0 20 0 19 0 280824739 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902985588096 139902925977810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3483] ppid=3478 vsize=9625004 CPUtime=1.6 cores=0,2,4,6
/proc/3480/task/3483/stat : 3483 (java) S 3478 3480 3132 0 -1 4202560 831 0 0 0 155 5 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902924319784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3484] ppid=3478 vsize=9625004 CPUtime=1.54 cores=0,2,4,6
/proc/3480/task/3484/stat : 3484 (java) S 3478 3480 3132 0 -1 4202560 934 0 0 0 147 7 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902827838376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3485] ppid=3478 vsize=9625004 CPUtime=1.78 cores=0,2,4,6
/proc/3480/task/3485/stat : 3485 (java) S 3478 3480 3132 0 -1 4202560 574 0 0 0 171 7 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902826785576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3486] ppid=3478 vsize=9625004 CPUtime=1.73 cores=0,2,4,6
/proc/3480/task/3486/stat : 3486 (java) S 3478 3480 3132 0 -1 4202560 833 0 0 0 167 6 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902825732776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3487] ppid=3478 vsize=9625004 CPUtime=1.56 cores=0,2,4,6
/proc/3480/task/3487/stat : 3487 (java) S 3478 3480 3132 0 -1 4202560 1017 0 0 0 150 6 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902824679976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3488] ppid=3478 vsize=9625004 CPUtime=1.72 cores=0,2,4,6
/proc/3480/task/3488/stat : 3488 (java) S 3478 3480 3132 0 -1 4202560 1659 0 0 0 163 9 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902823627176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3489] ppid=3478 vsize=9625004 CPUtime=1.56 cores=0,2,4,6
/proc/3480/task/3489/stat : 3489 (java) S 3478 3480 3132 0 -1 4202560 407 0 0 0 149 7 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902822574376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3490] ppid=3478 vsize=9625004 CPUtime=1.62 cores=0,2,4,6
/proc/3480/task/3490/stat : 3490 (java) S 3478 3480 3132 0 -1 4202560 668 0 0 0 154 8 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902821521576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3491] ppid=3478 vsize=9625004 CPUtime=5.29 cores=0,2,4,6
/proc/3480/task/3491/stat : 3491 (java) S 3478 3480 3132 0 -1 4202560 603 0 0 0 525 4 0 0 20 0 19 0 280824741 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902809324520 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3492] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3492/stat : 3492 (java) S 3478 3480 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280824742 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902808270584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3493] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3493/stat : 3493 (java) S 3478 3480 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280824742 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902807217672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3494] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3494/stat : 3494 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902806166160 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3495] ppid=3478 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/3480/task/3495/stat : 3495 (java) S 3478 3480 3132 0 -1 4202560 2683 0 0 0 48 0 0 0 20 0 19 0 280824744 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902805113272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3496] ppid=3478 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/3480/task/3496/stat : 3496 (java) S 3478 3480 3132 0 -1 4202560 3803 0 0 0 50 0 0 0 20 0 19 0 280824744 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902804060472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3497] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3497/stat : 3497 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902803007864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3498] ppid=3478 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/3480/task/3498/stat : 3498 (java) S 3478 3480 3132 0 -1 4202560 102 0 0 0 37 28 0 0 20 0 19 0 280824744 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902801955272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3499] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3499/stat : 3499 (java) S 3478 3480 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280824781 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902800901800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1789.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3573
/proc/meminfo: memFree=28059608/32873648 swapFree=6844/6844
[pid=3480] ppid=3478 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/3480/stat : 3480 (java) S 3478 3480 3132 0 -1 4202496 18132 0 1 0 179920 84 0 0 20 0 19 0 280824738 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 140733812425680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3480/statm: 2406251 124704 2290 9 0 2396937 0
[pid=3480/tid=3482] ppid=3478 vsize=9625004 CPUtime=1775.55 cores=0,2,4,6
/proc/3480/task/3482/stat : 3482 (java) R 3478 3480 3132 0 -1 4202560 2837 0 1 0 177525 30 0 0 20 0 19 0 280824739 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902985588096 139902925977810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3483] ppid=3478 vsize=9625004 CPUtime=1.6 cores=0,2,4,6
/proc/3480/task/3483/stat : 3483 (java) S 3478 3480 3132 0 -1 4202560 831 0 0 0 155 5 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902924319784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3484] ppid=3478 vsize=9625004 CPUtime=1.54 cores=0,2,4,6
/proc/3480/task/3484/stat : 3484 (java) S 3478 3480 3132 0 -1 4202560 934 0 0 0 147 7 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902827838376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3485] ppid=3478 vsize=9625004 CPUtime=1.78 cores=0,2,4,6
/proc/3480/task/3485/stat : 3485 (java) S 3478 3480 3132 0 -1 4202560 574 0 0 0 171 7 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902826785576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3486] ppid=3478 vsize=9625004 CPUtime=1.73 cores=0,2,4,6
/proc/3480/task/3486/stat : 3486 (java) S 3478 3480 3132 0 -1 4202560 833 0 0 0 167 6 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902825732776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3487] ppid=3478 vsize=9625004 CPUtime=1.56 cores=0,2,4,6
/proc/3480/task/3487/stat : 3487 (java) S 3478 3480 3132 0 -1 4202560 1017 0 0 0 150 6 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902824679976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3488] ppid=3478 vsize=9625004 CPUtime=1.72 cores=0,2,4,6
/proc/3480/task/3488/stat : 3488 (java) S 3478 3480 3132 0 -1 4202560 1659 0 0 0 163 9 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902823627176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3489] ppid=3478 vsize=9625004 CPUtime=1.56 cores=0,2,4,6
/proc/3480/task/3489/stat : 3489 (java) S 3478 3480 3132 0 -1 4202560 407 0 0 0 149 7 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902822574376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3490] ppid=3478 vsize=9625004 CPUtime=1.62 cores=0,2,4,6
/proc/3480/task/3490/stat : 3490 (java) S 3478 3480 3132 0 -1 4202560 668 0 0 0 154 8 0 0 20 0 19 0 280824740 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902821521576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3480/tid=3491] ppid=3478 vsize=9625004 CPUtime=5.29 cores=0,2,4,6
/proc/3480/task/3491/stat : 3491 (java) S 3478 3480 3132 0 -1 4202560 603 0 0 0 525 4 0 0 20 0 19 0 280824741 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902809324520 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3492] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3492/stat : 3492 (java) S 3478 3480 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280824742 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902808270584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3493] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3493/stat : 3493 (java) S 3478 3480 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280824742 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902807217672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3494] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3494/stat : 3494 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902806166160 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3495] ppid=3478 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/3480/task/3495/stat : 3495 (java) S 3478 3480 3132 0 -1 4202560 2683 0 0 0 48 0 0 0 20 0 19 0 280824744 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902805113272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3480/tid=3496] ppid=3478 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/3480/task/3496/stat : 3496 (java) S 3478 3480 3132 0 -1 4202560 3803 0 0 0 50 0 0 0 20 0 19 0 280824744 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902804060472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3497] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3497/stat : 3497 (java) S 3478 3480 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280824744 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902803007864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3480/tid=3498] ppid=3478 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/3480/task/3498/stat : 3498 (java) S 3478 3480 3132 0 -1 4202560 102 0 0 0 37 28 0 0 20 0 19 0 280824744 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902801955272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3480/tid=3499] ppid=3478 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3480/task/3499/stat : 3499 (java) S 3478 3480 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280824781 9856004096 124704 33554432000 1073741824 1073778376 140733812434544 139902800901800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3480 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=621176
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=311800
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.35
CPU time (s): 1800.04
CPU user time (s): 1799.2
CPU system time (s): 0.84
CPU usage (%): 100.597
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.3118
maximum resident set size= 593896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18167
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43941
involuntary context switches= 26006

runsolver used 5.9001 second user time and 15.3637 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 21:29:49
IDJOB=3710691
IDBENCH=2236
IDSOLVER=2289
FILE ID=node124/3710691-1338146989
RUNJOBID= node124-1338143409-3148
PBS_JOBID= 14624516
Free space on /tmp= 71432 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710691-1338146989/watcher-3710691-1338146989 -o /tmp/evaluation-result-3710691-1338146989/solver-3710691-1338146989 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710691-1338146989.opb

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

MD5SUM BENCH= 65bafde3eb06761afc4fe90b6aa8c264
RANDOM SEED=335271045

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28719724 kB
Buffers:          349060 kB
Cached:          2687872 kB
SwapCached:            0 kB
Active:          1216708 kB
Inactive:        2130304 kB
Active(anon):     312328 kB
Inactive(anon):        0 kB
Active(file):     904380 kB
Inactive(file):  2130304 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:        316380 kB
Mapped:            22592 kB
Shmem:               200 kB
Slab:             668916 kB
SReclaimable:     113220 kB
SUnreclaim:       555696 kB
KernelStack:        1608 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71432 MiB
End job on node124 at 2012-05-27 21:59:40