Trace number 3718003

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28MSAT (TO) 1800.1 1796.55

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/spot5/
normalized-spot5-28_wcsp.wbo
MD5SUMa55ceb8d29eae2e4164c23000e30d1cb
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark283110
Best CPU time to get the best result obtained on this benchmark1800.1
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables576
Total number of constraints7352
Number of soft constraints7122
Number of constraints which are clauses7122
Number of constraints which are cardinality constraints (but not clauses)230
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 326159
Min constraint cost 1
Max constraint cost 326159
Sum of constraints costs 2248213986
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120528
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/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@4a913fe2
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 2 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 --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3718003-1338258251.wbo
0.09/0.11	c reading problem ... 
0.75/0.42	c ... done. Wall clock time 0.308s.
0.75/0.42	c declared #vars     576
0.75/0.42	c internal #vars     7698
0.75/0.42	c #constraints  7583
0.75/0.42	c constraints type 
0.75/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6950
0.75/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 58
0.75/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 574
0.75/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.75/0.42	c 7583 constraints processed.
0.75/0.42	c objective function length is 7122 literals
1.17/0.67	c SATISFIABLE
1.17/0.67	c OPTIMIZING...
1.17/0.67	c Got one! Elapsed wall clock time (in seconds):0.557
1.17/0.67	o 296110
1.42/0.76	c Got one! Elapsed wall clock time (in seconds):0.653
1.42/0.76	o 288110
1.63/0.81	c Got one! Elapsed wall clock time (in seconds):0.7
1.63/0.81	o 283110
4.36/3.35	c cleaning 2563 clauses out of 5131 with flag 11045/5131
6.93/5.83	c cleaning 4286 clauses out of 8571 with flag 24318/11134
9.84/8.76	c cleaning 5640 clauses out of 11283 with flag 41693/18132
13.45/12.39	c cleaning 6820 clauses out of 13643 with flag 58865/26132
17.10/15.95	c cleaning 7911 clauses out of 15824 with flag 79406/35133
20.50/19.30	c cleaning 8956 clauses out of 17912 with flag 105225/45132
24.71/23.50	c cleaning 9975 clauses out of 19956 with flag 130869/56132
28.13/26.91	c cleaning 10988 clauses out of 21981 with flag 158340/68132
32.34/31.12	c cleaning 11995 clauses out of 23992 with flag 186146/81131
36.55/35.34	c cleaning 12996 clauses out of 25997 with flag 216270/95131
40.86/39.64	c cleaning 13996 clauses out of 28002 with flag 248166/110132
46.08/44.85	c cleaning 14999 clauses out of 30005 with flag 284855/126131
51.49/50.21	c cleaning 16002 clauses out of 32006 with flag 320237/143131
56.91/55.60	c cleaning 17003 clauses out of 34005 with flag 359260/161132
63.11/61.89	c cleaning 17997 clauses out of 36001 with flag 399330/180131
68.94/67.68	c cleaning 19002 clauses out of 38006 with flag 446364/200133
75.56/74.24	c cleaning 19998 clauses out of 40003 with flag 494507/221132
82.59/81.25	c cleaning 21000 clauses out of 42004 with flag 540470/243131
89.41/88.09	c cleaning 22001 clauses out of 44006 with flag 602927/266133
95.62/94.26	c cleaning 22999 clauses out of 46004 with flag 661542/290132
103.04/101.66	c cleaning 23999 clauses out of 48004 with flag 724484/315131
111.05/109.62	c cleaning 25002 clauses out of 50007 with flag 784651/341133
120.20/118.79	c cleaning 25995 clauses out of 52004 with flag 876886/368132
129.60/128.10	c cleaning 27002 clauses out of 54009 with flag 952168/396132
139.50/138.03	c cleaning 28001 clauses out of 56007 with flag 1018657/425132
149.41/147.98	c cleaning 28999 clauses out of 58006 with flag 1089199/455132
159.15/157.61	c cleaning 30004 clauses out of 60008 with flag 1160582/486133
169.27/167.72	c cleaning 30998 clauses out of 62002 with flag 1233673/518131
180.59/179.07	c cleaning 31995 clauses out of 64005 with flag 1312791/551132
192.00/190.50	c cleaning 33001 clauses out of 66009 with flag 1400144/585131
205.83/204.21	c cleaning 33999 clauses out of 68009 with flag 1477074/620132
218.05/216.47	c cleaning 34999 clauses out of 70011 with flag 1558189/656133
230.67/229.09	c cleaning 36006 clauses out of 72011 with flag 1642902/693132
243.71/242.06	c cleaning 37000 clauses out of 74005 with flag 1740115/731132
258.32/256.67	c cleaning 38003 clauses out of 76006 with flag 1827327/770133
272.64/270.93	c cleaning 38999 clauses out of 78001 with flag 1931947/810131
285.86/284.18	c cleaning 39998 clauses out of 80002 with flag 2027290/851131
302.40/300.64	c cleaning 40999 clauses out of 82005 with flag 2160463/893132
318.73/316.91	c cleaning 42002 clauses out of 84006 with flag 2295192/936132
337.17/335.35	c cleaning 42997 clauses out of 86004 with flag 2421076/980132
356.49/354.60	c cleaning 43999 clauses out of 88006 with flag 2553464/1025131
376.41/374.58	c cleaning 44996 clauses out of 90008 with flag 2683355/1071132
395.32/393.42	c cleaning 46002 clauses out of 92011 with flag 2801264/1118131
412.85/410.94	c cleaning 47001 clauses out of 94010 with flag 2909614/1166132
431.38/429.43	c cleaning 48004 clauses out of 96009 with flag 3018523/1215132
450.82/448.89	c cleaning 49000 clauses out of 98005 with flag 3154537/1265132
470.45/468.46	c cleaning 49996 clauses out of 100004 with flag 3300745/1316131
490.62/488.57	c cleaning 50998 clauses out of 102010 with flag 3427328/1368133
513.28/511.14	c cleaning 51999 clauses out of 104011 with flag 3557965/1421132
539.02/536.84	c cleaning 53001 clauses out of 106013 with flag 3679152/1475133
563.36/561.18	c cleaning 54002 clauses out of 108012 with flag 3827760/1530133
589.59/587.34	c cleaning 55001 clauses out of 110008 with flag 3952282/1586131
616.21/613.99	c cleaning 56002 clauses out of 112007 with flag 4080504/1643131
639.94/637.66	c cleaning 56999 clauses out of 114005 with flag 4236819/1701131
664.16/661.81	c cleaning 57997 clauses out of 116007 with flag 4394776/1760132
688.71/686.36	c cleaning 59003 clauses out of 118009 with flag 4534398/1820131
714.55/712.12	c cleaning 59999 clauses out of 120007 with flag 4679549/1881132
738.89/736.48	c cleaning 61000 clauses out of 122008 with flag 4827353/1943132
765.33/762.81	c cleaning 61999 clauses out of 124007 with flag 4978749/2006131
794.37/791.84	c cleaning 63001 clauses out of 126010 with flag 5131601/2070133
823.82/821.26	c cleaning 64000 clauses out of 128007 with flag 5292063/2135131
852.33/849.75	c cleaning 65002 clauses out of 130008 with flag 5449365/2201132
881.57/878.98	c cleaning 66000 clauses out of 132006 with flag 5617464/2268132
911.70/909.02	c cleaning 67001 clauses out of 134005 with flag 5773583/2336131
942.04/939.35	c cleaning 68003 clauses out of 136006 with flag 5939623/2405133
969.55/966.81	c cleaning 68997 clauses out of 138001 with flag 6094627/2475131
996.09/993.31	c cleaning 69993 clauses out of 140004 with flag 6252194/2546131
1023.93/1021.19	c cleaning 71003 clauses out of 142012 with flag 6428897/2618132
1053.37/1050.51	c cleaning 72000 clauses out of 144008 with flag 6607852/2691131
1087.22/1084.36	c cleaning 73000 clauses out of 146009 with flag 6789957/2765132
1121.06/1118.15	c cleaning 74002 clauses out of 148008 with flag 6981936/2840131
1154.48/1151.59	c cleaning 75002 clauses out of 150007 with flag 7188943/2916132
1194.01/1191.07	c cleaning 75999 clauses out of 152007 with flag 7365972/2993134
1229.48/1226.43	c cleaning 77003 clauses out of 154005 with flag 7540080/3071131
1266.63/1263.53	c cleaning 77996 clauses out of 156003 with flag 7714325/3150132
1305.40/1302.28	c cleaning 79002 clauses out of 158007 with flag 7904860/3230132
1346.83/1343.65	c cleaning 79999 clauses out of 160007 with flag 8091099/3311134
1386.07/1382.83	c cleaning 80995 clauses out of 162005 with flag 8280177/3393131
1429.74/1426.44	c cleaning 82002 clauses out of 164011 with flag 8473023/3476132
1471.55/1468.29	c cleaning 82999 clauses out of 166008 with flag 8663929/3560131
1515.50/1512.18	c cleaning 84000 clauses out of 168009 with flag 8867858/3645131
1561.73/1558.31	c cleaning 85001 clauses out of 170010 with flag 9059215/3731132
1604.38/1601.00	c cleaning 86002 clauses out of 172008 with flag 9257116/3818131
1650.01/1646.59	c cleaning 86998 clauses out of 174008 with flag 9464520/3906133
1703.73/1700.25	c cleaning 87999 clauses out of 176008 with flag 9676399/3995131
1759.08/1755.55	c cleaning 89001 clauses out of 178009 with flag 9878988/4085131
1800.10/1796.51	c starts		: 256
1800.10/1796.51	c conflicts		: 4158172
1800.10/1796.51	c decisions		: 5312913
1800.10/1796.51	c propagations		: 222192990
1800.10/1796.51	c inspects		: 14146931990
1800.10/1796.51	c shortcuts		: 0
1800.10/1796.51	c learnt literals	: 0
1800.10/1796.51	c learnt binary clauses	: 0
1800.10/1796.51	c learnt ternary clauses	: 91
1800.10/1796.51	c learnt constraints	: 4158172
1800.10/1796.51	c ignored constraints	: 0
1800.10/1796.51	c root simplifications	: 0
1800.10/1796.51	c removed literals (reason simplification)	: 0
1800.10/1796.51	c reason swapping (by a shorter reason)	: 0
1800.10/1796.51	c Calls to reduceDB	: 86
1800.10/1796.51	c Number of update (reduction) of LBD	: 255016
1800.10/1796.51	c number of reductions to clauses (during analyze)	: 0
1800.10/1796.51	c number of learned constraints concerned by reduction	: 0
1800.10/1796.51	c number of learning phase by resolution	: 0
1800.10/1796.51	c number of learning phase by cutting planes	: 0
1800.10/1796.51	c speed (assignments/second)	: 123711.96029511411
1800.10/1796.51	c non guided choices	16
1800.10/1796.54	c learnt constraints type 
1800.10/1796.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162082
1800.10/1796.54	c constraints type 
1800.10/1796.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6950
1800.10/1796.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 58
1800.10/1796.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 574
1800.10/1796.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.10/1796.54	c 7584 constraints processed.
1800.10/1796.54	s SATISFIABLE
1800.10/1796.54	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 -x451 x452 -x453 x454 -x455 x456 -x457 x458 -x459 x460 -x461 x462 -x463 x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 -x472 x473 -x474 -x475 x476 -x477 x478 -x479 x480 -x481 x482 -x483 -x484 x485 -x486 -x487 x488 -x489 x490 -x491 x492 -x493 -x494 x495 -x496 -x497 x498 -x499 x500 x501 -x502 -x503 x504 x505 -x506 -x507 x508 x509 -x510 x511 -x512 x513 -x514 x515 -x516 x517 -x518 -x519 x520 x521 -x522 -x523 x524 -x525 x526 -x527 x528 -x529 x530 x531 -x532 -x533 x534 -x535 x536 -x537 x538 -x539 x540 -x541 x542 -x543 x544 -x545 x546 -x547 x548 -x549 x550 -x551 x552 x553 -x554 -x555 x556 -x557 x558 -x559 x560 -x561 x562 x563 -x564 -x565 x566 -x567 x568 x569 -x570 -x571 x572 x573 -x574 x575 -x576 
1800.10/1796.54	c objective function=283110
1800.10/1796.54	c Total wall clock time (in seconds): 1796.429

Verifier Data

OK	283110

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-3718003-1338258251/watcher-3718003-1338258251 -o /tmp/evaluation-result-3718003-1338258251/solver-3718003-1338258251 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718003-1338258251.wbo 

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 2.00 1.99 3/194 17844
/proc/meminfo: memFree=30246748/32873648 swapFree=6852/6852
[pid=17844] ppid=17842 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/17844/stat : 17844 (java) R 17842 17844 15870 0 -1 4194304 263 0 0 0 0 0 0 0 20 0 1 0 291951011 274432 12 33554432000 1073741824 1073778376 140734464788272 140735806409480 259103217898 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17844/statm: 68 26 19 9 0 25 0

[startup+0.0579161 s]
/proc/loadavg: 1.92 2.00 1.99 3/194 17844
/proc/meminfo: memFree=30246748/32873648 swapFree=6852/6852
[pid=17844] ppid=17842 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/17844/stat : 17844 (java) S 17842 17844 15870 0 -1 4202496 3124 0 1 0 3 0 0 0 20 0 13 0 291951011 9446973440 4332 33554432000 1073741824 1073778376 140734464788272 140734464779408 259115745341 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17844/statm: 2306390 4333 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100286 s]
/proc/loadavg: 1.92 2.00 1.99 3/194 17844
/proc/meminfo: memFree=30246748/32873648 swapFree=6852/6852
[pid=17844] ppid=17842 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/17844/stat : 17844 (java) S 17842 17844 15870 0 -1 4202496 4361 0 1 0 8 1 0 0 20 0 18 0 291951011 9787817984 5560 33554432000 1073741824 1073778376 140734464788272 140734464779408 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17844/statm: 2389604 5561 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300233 s]
/proc/loadavg: 1.92 2.00 1.99 3/194 17844
/proc/meminfo: memFree=30246748/32873648 swapFree=6852/6852
[pid=17844] ppid=17842 vsize=9558416 CPUtime=0.47 cores=0,2,4,6
/proc/17844/stat : 17844 (java) S 17842 17844 15870 0 -1 4202496 5739 0 1 0 46 1 0 0 20 0 18 0 291951011 9787817984 8436 33554432000 1073741824 1073778376 140734464788272 140734464779408 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17844/statm: 2389604 8437 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558416

[startup+0.700233 s]
/proc/loadavg: 1.92 2.00 1.99 3/194 17844
/proc/meminfo: memFree=30246748/32873648 swapFree=6852/6852
[pid=17844] ppid=17842 vsize=9624980 CPUtime=1.42 cores=0,2,4,6
/proc/17844/stat : 17844 (java) S 17842 17844 15870 0 -1 4202496 12454 0 1 0 140 2 0 0 20 0 19 0 291951011 9855979520 15157 33554432000 1073741824 1073778376 140734464788272 140734464779408 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17844/statm: 2406245 15157 2252 9 0 2396937 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9624980

[startup+1.50062 s]
/proc/loadavg: 1.92 2.00 1.99 3/213 17863
/proc/meminfo: memFree=30188580/32873648 swapFree=6852/6852
[pid=17844] ppid=17842 vsize=9624980 CPUtime=2.51 cores=0,2,4,6
/proc/17844/stat : 17844 (java) S 17842 17844 15870 0 -1 4202496 13892 0 1 0 248 3 0 0 20 0 19 0 291951011 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 140734464779408 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17844/statm: 2406245 17156 2258 9 0 2396937 0
[pid=17844/tid=17846] ppid=17842 vsize=9624980 CPUtime=1.47 cores=0,2,4,6
/proc/17844/task/17846/stat : 17846 (java) R 17842 17844 15870 0 -1 4202560 2507 0 1 0 145 2 0 0 20 0 19 0 291951011 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751184345552 139751124676010 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17847] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17847/stat : 17847 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751027587624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17848] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17848/stat : 17848 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751026534824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17849] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17849/stat : 17849 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751025482024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17850] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17850/stat : 17850 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751024429224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17851] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17851/stat : 17851 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751023377448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17852] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17852/stat : 17852 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751022324648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17853] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17853/stat : 17853 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751021271848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17854] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17854/stat : 17854 (java) S 17842 17844 15870 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751020219048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17855] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17855/stat : 17855 (java) S 17842 17844 15870 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751008020968 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17856] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17856/stat : 17856 (java) S 17842 17844 15870 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751006967032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17857] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17857/stat : 17857 (java) S 17842 17844 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751005914120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17858] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17858/stat : 17858 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751004862608 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17859] ppid=17842 vsize=9624980 CPUtime=0.45 cores=0,2,4,6
/proc/17844/task/17859/stat : 17859 (java) S 17842 17844 15870 0 -1 4202560 4385 0 0 0 45 0 0 0 20 0 19 0 291951017 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751003810744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17860] ppid=17842 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/17844/task/17860/stat : 17860 (java) S 17842 17844 15870 0 -1 4202560 5805 0 0 0 55 0 0 0 20 0 19 0 291951017 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751002757944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17861] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17861/stat : 17861 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751001705336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17862] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17862/stat : 17862 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139751000652744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17863] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17863/stat : 17863 (java) S 17842 17844 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291951057 9855979520 17156 33554432000 1073741824 1073778376 140734464788272 139750999598248 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9624980

[startup+3.10062 s]
/proc/loadavg: 1.92 2.00 1.99 3/213 17863
/proc/meminfo: memFree=30186284/32873648 swapFree=6852/6852
[pid=17844] ppid=17842 vsize=9624980 CPUtime=4.15 cores=0,2,4,6
/proc/17844/stat : 17844 (java) S 17842 17844 15870 0 -1 4202496 14612 0 1 0 412 3 0 0 20 0 19 0 291951011 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 140734464779408 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17844/statm: 2406245 17669 2259 9 0 2396937 0
[pid=17844/tid=17846] ppid=17842 vsize=9624980 CPUtime=3.07 cores=0,2,4,6
/proc/17844/task/17846/stat : 17846 (java) R 17842 17844 15870 0 -1 4202560 2508 0 1 0 305 2 0 0 20 0 19 0 291951011 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751184345688 139751124677509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17847] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17847/stat : 17847 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751027587624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17848] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17848/stat : 17848 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751026534824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17849] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17849/stat : 17849 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751025482024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17850] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17850/stat : 17850 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751024429224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17851] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17851/stat : 17851 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751023377448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17852] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17852/stat : 17852 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751022324648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17853] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17853/stat : 17853 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751021271848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17854] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17854/stat : 17854 (java) S 17842 17844 15870 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751020219048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17855] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17855/stat : 17855 (java) S 17842 17844 15870 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751008020968 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17856] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17856/stat : 17856 (java) S 17842 17844 15870 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751006967032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17857] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17857/stat : 17857 (java) S 17842 17844 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751005914120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17858] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17858/stat : 17858 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751004862608 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17859] ppid=17842 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/17844/task/17859/stat : 17859 (java) S 17842 17844 15870 0 -1 4202560 5104 0 0 0 49 0 0 0 20 0 19 0 291951017 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751003810744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17860] ppid=17842 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/17844/task/17860/stat : 17860 (java) S 17842 17844 15870 0 -1 4202560 5805 0 0 0 55 0 0 0 20 0 19 0 291951017 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751002757944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17861] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17861/stat : 17861 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751001705336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17862] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17862/stat : 17862 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139751000652744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17863] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17863/stat : 17863 (java) S 17842 17844 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291951057 9855979520 17669 33554432000 1073741824 1073778376 140734464788272 139750999598248 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9624980

[startup+6.30062 s]
/proc/loadavg: 1.93 2.00 1.99 5/213 17863
/proc/meminfo: memFree=30163264/32873648 swapFree=6852/6852
[pid=17844] ppid=17842 vsize=9624980 CPUtime=7.44 cores=0,2,4,6
/proc/17844/stat : 17844 (java) S 17842 17844 15870 0 -1 4202496 14697 0 1 0 739 5 0 0 20 0 19 0 291951011 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 140734464779408 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17844/statm: 2406245 24373 2285 9 0 2396937 0
[pid=17844/tid=17846] ppid=17842 vsize=9624980 CPUtime=6.2 cores=0,2,4,6
/proc/17844/task/17846/stat : 17846 (java) R 17842 17844 15870 0 -1 4202560 2515 0 1 0 618 2 0 0 20 0 19 0 291951011 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751184347424 139751124676051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17847] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17847/stat : 17847 (java) S 17842 17844 15870 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751027587624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17848] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17848/stat : 17848 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751026534824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17849] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17849/stat : 17849 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751025482024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17850] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17850/stat : 17850 (java) S 17842 17844 15870 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751024429224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17851] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17851/stat : 17851 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751023377448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17852] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17852/stat : 17852 (java) S 17842 17844 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751022324648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17853] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17853/stat : 17853 (java) S 17842 17844 15870 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751021271848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17854] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17854/stat : 17854 (java) S 17842 17844 15870 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291951013 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751020219048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17855] ppid=17842 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/17844/task/17855/stat : 17855 (java) S 17842 17844 15870 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 291951014 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751008020968 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17856] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17856/stat : 17856 (java) S 17842 17844 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751006967032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17857] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17857/stat : 17857 (java) S 17842 17844 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751005914120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17858] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17858/stat : 17858 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751004862608 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17859] ppid=17842 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/17844/task/17859/stat : 17859 (java) S 17842 17844 15870 0 -1 4202560 5108 0 0 0 52 0 0 0 20 0 19 0 291951017 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751003810744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17860] ppid=17842 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/17844/task/17860/stat : 17860 (java) S 17842 17844 15870 0 -1 4202560 5810 0 0 0 59 0 0 0 20 0 19 0 291951017 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751002757944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17861] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17861/stat : 17861 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751001705336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17862] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17862/stat : 17862 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139751000652744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17863] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17863/stat : 17863 (java) S 17842 17844 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291951057 9855979520 24373 33554432000 1073741824 1073778376 140734464788272 139750999598248 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

[pid=17844/tid=17859] ppid=17842 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/17844/task/17859/stat : 17859 (java) S 17842 17844 15870 0 -1 4202560 5700 0 0 0 57 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751003810744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17860] ppid=17842 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/17844/task/17860/stat : 17860 (java) S 17842 17844 15870 0 -1 4202560 5815 0 0 0 62 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751002757944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17861] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17861/stat : 17861 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751001705336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17862] ppid=17842 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/17844/task/17862/stat : 17862 (java) S 17842 17844 15870 0 -1 4202560 99 0 0 0 26 23 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751000652744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17863] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17863/stat : 17863 (java) S 17842 17844 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291951057 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139750999598248 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.86
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 1.00 1.34 1.70 2/189 17963
/proc/meminfo: memFree=30294480/32873648 swapFree=6852/6852
[pid=17844] ppid=17842 vsize=9624980 CPUtime=1785.89 cores=0,2,4,6
/proc/17844/stat : 17844 (java) S 17842 17844 15870 0 -1 4202496 17147 0 1 0 178544 45 0 0 20 0 19 0 291951011 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 140734464779408 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17844/statm: 2406245 69763 2286 9 0 2396937 0
[pid=17844/tid=17846] ppid=17842 vsize=9624980 CPUtime=1772.91 cores=0,2,4,6
/proc/17844/task/17846/stat : 17846 (java) R 17842 17844 15870 0 -1 4202560 2618 0 1 0 177261 30 0 0 20 0 19 0 291951011 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751184347424 139751124676179 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17847] ppid=17842 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/17844/task/17847/stat : 17847 (java) S 17842 17844 15870 0 -1 4202560 232 0 0 0 36 3 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751027587624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17848] ppid=17842 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/17844/task/17848/stat : 17848 (java) S 17842 17844 15870 0 -1 4202560 123 0 0 0 37 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751026534824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17849] ppid=17842 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/17844/task/17849/stat : 17849 (java) S 17842 17844 15870 0 -1 4202560 130 0 0 0 32 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751025482024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17850] ppid=17842 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/17844/task/17850/stat : 17850 (java) S 17842 17844 15870 0 -1 4202560 107 0 0 0 35 0 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751024429224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17851] ppid=17842 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/17844/task/17851/stat : 17851 (java) S 17842 17844 15870 0 -1 4202560 183 0 0 0 44 3 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751023377448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17852] ppid=17842 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/17844/task/17852/stat : 17852 (java) S 17842 17844 15870 0 -1 4202560 274 0 0 0 37 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751022324648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17853] ppid=17842 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/17844/task/17853/stat : 17853 (java) S 17842 17844 15870 0 -1 4202560 372 0 0 0 44 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751021271848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17854] ppid=17842 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/17844/task/17854/stat : 17854 (java) S 17842 17844 15870 0 -1 4202560 145 0 0 0 33 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751020219048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17855] ppid=17842 vsize=9624980 CPUtime=3.65 cores=0,2,4,6
/proc/17844/task/17855/stat : 17855 (java) S 17842 17844 15870 0 -1 4202560 164 0 0 0 362 3 0 0 20 0 19 0 291951014 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751008020968 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17856] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17856/stat : 17856 (java) S 17842 17844 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751006967032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17857] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17857/stat : 17857 (java) S 17842 17844 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751005914120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17858] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17858/stat : 17858 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751004862608 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17859] ppid=17842 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/17844/task/17859/stat : 17859 (java) S 17842 17844 15870 0 -1 4202560 5700 0 0 0 57 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751003810744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17860] ppid=17842 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/17844/task/17860/stat : 17860 (java) S 17842 17844 15870 0 -1 4202560 5815 0 0 0 62 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751002757944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17861] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17861/stat : 17861 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751001705336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17862] ppid=17842 vsize=9624980 CPUtime=0.51 cores=0,2,4,6
/proc/17844/task/17862/stat : 17862 (java) S 17842 17844 15870 0 -1 4202560 103 0 0 0 27 24 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751000652744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17863] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17863/stat : 17863 (java) S 17842 17844 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291951057 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139750999598248 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.89
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 1.00 1.32 1.69 2/189 17963
/proc/meminfo: memFree=30294604/32873648 swapFree=6852/6852
[pid=17844] ppid=17842 vsize=9624980 CPUtime=1800.1 cores=0,2,4,6
/proc/17844/stat : 17844 (java) S 17842 17844 15870 0 -1 4202496 17147 0 1 0 179965 45 0 0 20 0 19 0 291951011 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 140734464779408 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17844/statm: 2406245 69763 2286 9 0 2396937 0
[pid=17844/tid=17846] ppid=17842 vsize=9624980 CPUtime=1787.08 cores=0,2,4,6
/proc/17844/task/17846/stat : 17846 (java) R 17842 17844 15870 0 -1 4202560 2618 0 1 0 178677 31 0 0 20 0 19 0 291951011 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751184347424 139751124927680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17847] ppid=17842 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/17844/task/17847/stat : 17847 (java) S 17842 17844 15870 0 -1 4202560 232 0 0 0 36 3 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751027587624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17848] ppid=17842 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/17844/task/17848/stat : 17848 (java) S 17842 17844 15870 0 -1 4202560 123 0 0 0 37 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751026534824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17849] ppid=17842 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/17844/task/17849/stat : 17849 (java) S 17842 17844 15870 0 -1 4202560 130 0 0 0 32 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751025482024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17850] ppid=17842 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/17844/task/17850/stat : 17850 (java) S 17842 17844 15870 0 -1 4202560 107 0 0 0 35 0 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751024429224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17851] ppid=17842 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/17844/task/17851/stat : 17851 (java) S 17842 17844 15870 0 -1 4202560 183 0 0 0 44 3 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751023377448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17852] ppid=17842 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/17844/task/17852/stat : 17852 (java) S 17842 17844 15870 0 -1 4202560 274 0 0 0 37 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751022324648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17853] ppid=17842 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/17844/task/17853/stat : 17853 (java) S 17842 17844 15870 0 -1 4202560 372 0 0 0 44 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751021271848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17854] ppid=17842 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/17844/task/17854/stat : 17854 (java) S 17842 17844 15870 0 -1 4202560 145 0 0 0 33 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751020219048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17855] ppid=17842 vsize=9624980 CPUtime=3.65 cores=0,2,4,6
/proc/17844/task/17855/stat : 17855 (java) S 17842 17844 15870 0 -1 4202560 164 0 0 0 362 3 0 0 20 0 19 0 291951014 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751008020968 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17856] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17856/stat : 17856 (java) S 17842 17844 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751006967032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17857] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17857/stat : 17857 (java) S 17842 17844 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751005914120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17858] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17858/stat : 17858 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751004862608 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17859] ppid=17842 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/17844/task/17859/stat : 17859 (java) S 17842 17844 15870 0 -1 4202560 5700 0 0 0 57 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751003810744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17860] ppid=17842 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/17844/task/17860/stat : 17860 (java) S 17842 17844 15870 0 -1 4202560 5815 0 0 0 62 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751002757944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17861] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17861/stat : 17861 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751001705336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17862] ppid=17842 vsize=9624980 CPUtime=0.51 cores=0,2,4,6
/proc/17844/task/17862/stat : 17862 (java) S 17842 17844 15870 0 -1 4202560 103 0 0 0 27 24 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751000652744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17863] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17863/stat : 17863 (java) S 17842 17844 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291951057 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139750999598248 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624980

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

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

[startup+1796.5 s]
/proc/loadavg: 1.00 1.32 1.69 2/189 17963
/proc/meminfo: memFree=30294604/32873648 swapFree=6852/6852
[pid=17844] ppid=17842 vsize=9624980 CPUtime=1800.1 cores=0,2,4,6
/proc/17844/stat : 17844 (java) S 17842 17844 15870 0 -1 4202496 17147 0 1 0 179965 45 0 0 20 0 19 0 291951011 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 140734464779408 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17844/statm: 2406245 69763 2286 9 0 2396937 0
[pid=17844/tid=17846] ppid=17842 vsize=9624980 CPUtime=1787.08 cores=0,2,4,6
/proc/17844/task/17846/stat : 17846 (java) R 17842 17844 15870 0 -1 4202560 2618 0 1 0 178677 31 0 0 20 0 19 0 291951011 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751184347424 139751124927680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17847] ppid=17842 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/17844/task/17847/stat : 17847 (java) S 17842 17844 15870 0 -1 4202560 232 0 0 0 36 3 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751027587624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17848] ppid=17842 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/17844/task/17848/stat : 17848 (java) S 17842 17844 15870 0 -1 4202560 123 0 0 0 37 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751026534824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17849] ppid=17842 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/17844/task/17849/stat : 17849 (java) S 17842 17844 15870 0 -1 4202560 130 0 0 0 32 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751025482024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17850] ppid=17842 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/17844/task/17850/stat : 17850 (java) S 17842 17844 15870 0 -1 4202560 107 0 0 0 35 0 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751024429224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17851] ppid=17842 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/17844/task/17851/stat : 17851 (java) S 17842 17844 15870 0 -1 4202560 183 0 0 0 44 3 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751023377448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17852] ppid=17842 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/17844/task/17852/stat : 17852 (java) S 17842 17844 15870 0 -1 4202560 274 0 0 0 37 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751022324648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17853] ppid=17842 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/17844/task/17853/stat : 17853 (java) S 17842 17844 15870 0 -1 4202560 372 0 0 0 44 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751021271848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17854] ppid=17842 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/17844/task/17854/stat : 17854 (java) S 17842 17844 15870 0 -1 4202560 145 0 0 0 33 2 0 0 20 0 19 0 291951013 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751020219048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17855] ppid=17842 vsize=9624980 CPUtime=3.65 cores=0,2,4,6
/proc/17844/task/17855/stat : 17855 (java) S 17842 17844 15870 0 -1 4202560 164 0 0 0 362 3 0 0 20 0 19 0 291951014 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751008020968 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17856] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17856/stat : 17856 (java) S 17842 17844 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751006967032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17857] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17857/stat : 17857 (java) S 17842 17844 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291951014 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751005914120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17858] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17858/stat : 17858 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751004862608 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17844/tid=17859] ppid=17842 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/17844/task/17859/stat : 17859 (java) S 17842 17844 15870 0 -1 4202560 5700 0 0 0 57 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751003810744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17844/tid=17860] ppid=17842 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/17844/task/17860/stat : 17860 (java) S 17842 17844 15870 0 -1 4202560 5815 0 0 0 62 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751002757944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17861] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17861/stat : 17861 (java) S 17842 17844 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751001705336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17844/tid=17862] ppid=17842 vsize=9624980 CPUtime=0.51 cores=0,2,4,6
/proc/17844/task/17862/stat : 17862 (java) S 17842 17844 15870 0 -1 4202560 103 0 0 0 27 24 0 0 20 0 19 0 291951017 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139751000652744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17844/tid=17863] ppid=17842 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17844/task/17863/stat : 17863 (java) S 17842 17844 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291951057 9855979520 69763 33554432000 1073741824 1073778376 140734464788272 139750999598248 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624980

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17844 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=29114
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=880866
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.55
CPU time (s): 1800.1
CPU user time (s): 1799.65
CPU system time (s): 0.45
CPU usage (%): 100.198
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.03
system time used= 0.880866
maximum resident set size= 279172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17180
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40488
involuntary context switches= 14351

runsolver used 6.33204 second user time and 14.6728 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-29 04:24:11
IDJOB=3718003
IDBENCH=79600
IDSOLVER=2301
FILE ID=node124/3718003-1338258251
RUNJOBID= node124-1338248599-15886
PBS_JOBID= 14624663
Free space on /tmp= 71428 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-28_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718003-1338258251/watcher-3718003-1338258251 -o /tmp/evaluation-result-3718003-1338258251/solver-3718003-1338258251 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718003-1338258251.wbo

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

MD5SUM BENCH= a55ceb8d29eae2e4164c23000e30d1cb
RANDOM SEED=2119411518

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:        30247012 kB
Buffers:          433668 kB
Cached:          1002428 kB
SwapCached:         2160 kB
Active:          1352064 kB
Inactive:         411484 kB
Active(anon):     317420 kB
Inactive(anon):    12184 kB
Active(file):    1034644 kB
Inactive(file):   399300 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67105496 kB
Dirty:               464 kB
Writeback:             4 kB
AnonPages:        331932 kB
Mapped:            22400 kB
Shmem:                84 kB
Slab:             724320 kB
SReclaimable:     168420 kB
SUnreclaim:       555900 kB
KernelStack:        1616 kB
PageTables:         4884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     827120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 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-29 04:54:10