Trace number 3736701

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)19 1800.18 920.153

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_4.opb
MD5SUMefe239846afd4f2627c83cec32ebc27d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1796.86
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint61
Maximum length of a constraint107
Number of terms in the objective function 500
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 500
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 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37458
Sum of products size (including duplicates)74916
Number of different products37458
Sum of products size74916

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3736701-1338717313.opb
0.10/0.10	c reading problem ... 
2.27/0.91	c ... done. Wall clock time 0.806s.
2.27/0.91	c #vars     37958
2.27/0.91	c #constraints  75416
2.27/0.91	c constraints type 
2.27/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37958
2.27/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37458
2.27/0.91	c constraints type 
2.27/0.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37958
2.27/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37458
2.62/1.08	c  And the winner is Resolution
2.91/1.43	c SATISFIABLE
2.91/1.43	c OPTIMIZING...
2.91/1.43	c Got one! Elapsed wall clock time (in seconds):1.329
2.91/1.43	o 25
3.17/1.50	c  And the winner is Resolution
3.28/1.94	c Got one! Elapsed wall clock time (in seconds):1.84
3.28/1.94	o 24
3.42/2.00	c  And the winner is Resolution
3.50/2.46	c Got one! Elapsed wall clock time (in seconds):2.355
3.50/2.46	o 23
4.41/2.87	c  And the winner is Resolution
4.61/2.97	c Got one! Elapsed wall clock time (in seconds):2.865
4.61/2.97	o 22
9.98/5.67	c  And the winner is Resolution
10.23/5.98	c Got one! Elapsed wall clock time (in seconds):5.876
10.23/5.98	o 21
11.29/6.53	c cleaning 3276 clauses out of 6560 with flag 1001/6560
17.87/9.82	c cleaning 4638 clauses out of 9285 with flag 7002/12561
25.13/13.53	c cleaning 5817 clauses out of 11645 with flag 14000/19559
28.90/15.43	c  And the winner is Resolution
29.20/15.77	c Got one! Elapsed wall clock time (in seconds):15.663
29.20/15.77	o 20
30.90/16.63	c cleaning 5590 clauses out of 11190 with flag 2002/24921
37.06/19.89	c cleaning 5796 clauses out of 11598 with flag 8000/30919
44.48/23.68	c cleaning 6397 clauses out of 12802 with flag 15000/37919
53.30/28.10	c cleaning 7199 clauses out of 14405 with flag 23000/45919
63.12/33.17	c cleaning 8100 clauses out of 16206 with flag 32000/54919
73.64/38.59	c cleaning 9050 clauses out of 18107 with flag 42001/64920
85.62/44.67	c cleaning 10027 clauses out of 20057 with flag 53001/75920
98.21/51.04	c cleaning 11009 clauses out of 22029 with flag 65000/87919
114.81/59.46	c cleaning 12005 clauses out of 24020 with flag 78000/100919
131.08/67.71	c cleaning 13004 clauses out of 26015 with flag 92000/114919
148.84/76.70	c cleaning 14003 clauses out of 28013 with flag 107002/129921
166.37/85.63	c cleaning 14999 clauses out of 30008 with flag 123000/145919
185.52/95.34	c cleaning 16000 clauses out of 32010 with flag 140001/162920
206.29/105.94	c cleaning 17000 clauses out of 34010 with flag 158001/180920
227.41/116.63	c cleaning 17997 clauses out of 36010 with flag 177001/199920
250.09/128.18	c cleaning 18999 clauses out of 38012 with flag 197000/219919
275.59/141.07	c cleaning 19999 clauses out of 40013 with flag 218000/240919
301.71/154.37	c cleaning 21002 clauses out of 42015 with flag 240001/262920
327.82/167.54	c cleaning 22004 clauses out of 44012 with flag 263000/285919
360.30/183.91	c cleaning 22996 clauses out of 46008 with flag 287000/309919
395.43/201.65	c cleaning 24000 clauses out of 48013 with flag 312001/334920
428.27/218.31	c cleaning 24999 clauses out of 50013 with flag 338001/360920
461.29/235.05	c cleaning 25999 clauses out of 52016 with flag 365003/387922
494.36/251.73	c cleaning 27001 clauses out of 54015 with flag 393001/415920
527.79/268.67	c cleaning 27999 clauses out of 56013 with flag 422000/444919
569.10/289.53	c cleaning 29000 clauses out of 58016 with flag 452002/474921
609.90/310.18	c cleaning 30004 clauses out of 60015 with flag 483001/505920
647.31/329.05	c cleaning 30997 clauses out of 62011 with flag 515001/537920
691.70/351.48	c cleaning 31999 clauses out of 64013 with flag 548000/570919
731.46/371.64	c cleaning 32999 clauses out of 66014 with flag 582000/604919
771.60/391.95	c cleaning 34002 clauses out of 68015 with flag 617000/639919
819.21/415.92	c cleaning 35006 clauses out of 70017 with flag 653004/675923
871.25/442.14	c cleaning 35999 clauses out of 72010 with flag 690003/712922
919.61/466.79	c cleaning 36998 clauses out of 74008 with flag 728000/750919
968.72/491.56	c cleaning 38000 clauses out of 76011 with flag 767001/789920
1022.78/518.80	c cleaning 38997 clauses out of 78010 with flag 807000/829919
1076.82/546.18	c cleaning 40003 clauses out of 80014 with flag 848001/870920
1128.71/572.56	c cleaning 41000 clauses out of 82011 with flag 890001/912920
1185.54/601.20	c cleaning 42000 clauses out of 84011 with flag 933001/955920
1244.57/631.00	c cleaning 43000 clauses out of 86011 with flag 977001/999920
1300.01/659.04	c cleaning 43998 clauses out of 88011 with flag 1022001/1044920
1355.26/687.11	c cleaning 45000 clauses out of 90014 with flag 1068002/1090921
1412.29/715.92	c cleaning 45998 clauses out of 92012 with flag 1115000/1137919
1454.73/737.46	c  And the winner is Resolution
1459.79/744.16	c Got one! Elapsed wall clock time (in seconds):744.054
1459.79/744.16	o 19
1462.56/746.42	c cleaning 44070 clauses out of 88156 with flag 5002/1180061
1468.25/749.51	c cleaning 25035 clauses out of 50084 with flag 11000/1186059
1474.90/753.32	c cleaning 16017 clauses out of 32049 with flag 18000/1193059
1481.90/757.13	c cleaning 12003 clauses out of 24032 with flag 26000/1201059
1489.89/761.43	c cleaning 10507 clauses out of 21030 with flag 35001/1210060
1498.90/766.21	c cleaning 10259 clauses out of 20523 with flag 45001/1220060
1508.75/771.68	c cleaning 10625 clauses out of 21266 with flag 56003/1231062
1519.57/777.35	c cleaning 11312 clauses out of 22639 with flag 68001/1243060
1531.79/783.72	c cleaning 12161 clauses out of 24327 with flag 81001/1256060
1544.59/790.43	c cleaning 13076 clauses out of 26165 with flag 95000/1270059
1562.29/799.72	c cleaning 14039 clauses out of 28090 with flag 110001/1285060
1583.51/810.66	c cleaning 15020 clauses out of 30050 with flag 126000/1301059
1606.31/822.31	c cleaning 16007 clauses out of 32030 with flag 143000/1318059
1631.31/835.17	c cleaning 17005 clauses out of 34023 with flag 161000/1336059
1656.99/848.43	c cleaning 18001 clauses out of 36018 with flag 180000/1355059
1683.61/862.06	c cleaning 19004 clauses out of 38018 with flag 200001/1375060
1713.38/877.20	c cleaning 20003 clauses out of 40015 with flag 221002/1396061
1743.18/892.49	c cleaning 20999 clauses out of 42011 with flag 243001/1418060
1772.80/907.78	c cleaning 22003 clauses out of 44011 with flag 266000/1441059
1797.01/920.11	c starts		: 210
1797.01/920.11	c conflicts		: 1459627
1797.01/920.11	c decisions		: 2158124
1797.01/920.11	c propagations		: 556559913
1797.01/920.11	c inspects		: 5879233971
1797.01/920.11	c shortcuts		: 0
1797.01/920.11	c learnt literals	: 0
1797.01/920.11	c learnt binary clauses	: 0
1797.01/920.11	c learnt ternary clauses	: 0
1797.01/920.11	c learnt constraints	: 1459627
1797.01/920.11	c ignored constraints	: 0
1797.01/920.11	c root simplifications	: 0
1797.01/920.11	c removed literals (reason simplification)	: 9796432
1797.01/920.11	c reason swapping (by a shorter reason)	: 0
1797.01/920.11	c Calls to reduceDB	: 65
1797.01/920.11	c number of reductions to clauses (during analyze)	: 0
1797.01/920.11	c number of learned constraints concerned by reduction	: 0
1797.01/920.11	c number of learning phase by resolution	: 0
1797.01/920.11	c number of learning phase by cutting planes	: 0
1797.01/920.11	c speed (assignments/second)	: 3163153.0539752548
1797.01/920.11	c non guided choices	0
1797.01/920.13	c learnt constraints type 
1797.01/920.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40595
1797.01/920.13	c constraints type 
1797.01/920.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37958
1797.01/920.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1797.01/920.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37458
1797.01/920.13	c constraints type 
1797.01/920.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37958
1797.01/920.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1797.01/920.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37458
1797.01/920.13	s SATISFIABLE
1797.01/920.13	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 
1797.01/920.13	c objective function=19
1797.01/920.13	c Total wall clock time (in seconds): 920.027

Verifier Data

OK	19

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-3736701-1338717313/watcher-3736701-1338717313 -o /tmp/evaluation-result-3736701-1338717313/solver-3736701-1338717313 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3736701-1338717313.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.27 3.41 3.51 4/197 26576
/proc/meminfo: memFree=27745508/32873648 swapFree=7388/7388
[pid=26576] ppid=26574 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 25219 0 -1 4202496 1190 0 0 0 0 0 0 0 20 0 2 0 337855812 94019584 901 33554432000 1073741824 1073778376 140736490532912 140736490524048 212076625981 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26576/statm: 22954 911 691 9 0 16769 0
[pid=26576/tid=26577] ppid=26574 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) R 26574 26576 25219 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 337855813 94019584 917 33554432000 1073741824 1073778376 140736490532912 140736490521976 212064103719 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.102706 s]
/proc/loadavg: 3.27 3.41 3.51 4/197 26576
/proc/meminfo: memFree=27745508/32873648 swapFree=7388/7388
[pid=26576] ppid=26574 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 25219 0 -1 4202496 4821 0 1 0 9 1 0 0 20 0 18 0 337855812 11864465408 14158 33554432000 1073741824 1073778376 140736490532912 140736490524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26576/statm: 2896598 14158 2131 9 0 2887285 0
[pid=26576/tid=26577] ppid=26574 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) R 26574 26576 25219 0 -1 4202560 2842 0 1 0 6 2 0 0 20 0 18 0 337855813 11864465408 14167 33554432000 1073741824 1073778376 140736490532912 139963774466992 212076651789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.200337 s]
/proc/loadavg: 3.27 3.41 3.51 4/197 26576
/proc/meminfo: memFree=27745508/32873648 swapFree=7388/7388
[pid=26576] ppid=26574 vsize=11586392 CPUtime=0.24 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 25219 0 -1 4202496 5168 0 1 0 23 1 0 0 20 0 18 0 337855812 11864465408 14953 33554432000 1073741824 1073778376 140736490532912 140736490524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26576/statm: 2896598 14953 2203 9 0 2887285 0
[pid=26576/tid=26577] ppid=26574 vsize=11586392 CPUtime=0.18 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) R 26574 26576 25219 0 -1 4202560 2856 0 1 0 16 2 0 0 20 0 18 0 337855813 11864465408 14953 33554432000 1073741824 1073778376 140736490532912 139963774466992 139963605816790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 11586392

[startup+0.300261 s]
/proc/loadavg: 3.27 3.41 3.51 4/197 26576
/proc/meminfo: memFree=27745508/32873648 swapFree=7388/7388
[pid=26576] ppid=26574 vsize=11586392 CPUtime=0.49 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 25219 0 -1 4202496 6785 0 1 0 47 2 0 0 20 0 18 0 337855812 11864465408 16875 33554432000 1073741824 1073778376 140736490532912 140736490524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26576/statm: 2896598 16875 2232 9 0 2887285 0
[pid=26576/tid=26577] ppid=26574 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) R 26574 26576 25219 0 -1 4202560 2860 0 1 0 26 2 0 0 20 0 18 0 337855813 11864465408 16875 33554432000 1073741824 1073778376 140736490532912 139963774466992 139963605789756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 11586392

[startup+0.70023 s]
/proc/loadavg: 3.27 3.41 3.51 4/197 26576
/proc/meminfo: memFree=27745508/32873648 swapFree=7388/7388
[pid=26576] ppid=26574 vsize=11586392 CPUtime=1.67 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 25219 0 -1 4202496 20108 0 1 0 163 4 0 0 20 0 18 0 337855812 11864465408 33680 33554432000 1073741824 1073778376 140736490532912 140736490524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26576/statm: 2896598 33680 2257 9 0 2887285 0
[pid=26576/tid=26577] ppid=26574 vsize=11586392 CPUtime=0.67 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) R 26574 26576 25219 0 -1 4202560 2884 0 1 0 65 2 0 0 20 0 18 0 337855813 11864465408 33680 33554432000 1073741824 1073778376 140736490532912 139963774459760 139963606292018 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 11586392

[startup+1.50058 s]
/proc/loadavg: 3.27 3.41 3.51 3/216 26598
/proc/meminfo: memFree=27514396/32873648 swapFree=7388/7388
[pid=26576] ppid=26574 vsize=11852648 CPUtime=3.17 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 25219 0 -1 4202496 20654 0 1 0 309 8 0 0 20 0 22 0 337855812 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 140736490524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26576/statm: 2963162 63620 2268 9 0 2953849 0
[pid=26576/tid=26577] ppid=26574 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 25219 0 -1 4202560 2931 0 1 0 88 3 0 0 20 0 22 0 337855813 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139963774469272 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139963729222696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139963728169896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26581] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139963727117096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139963726064296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139963725011496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139963605707176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139963604654376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139963603601576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139963591404520 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139963590350584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139962984949256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26590] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26590/stat : 26590 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139962983897744 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26591] ppid=26574 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/26576/task/26591/stat : 26591 (java) R 26574 26576 25219 0 -1 4202560 10120 0 0 0 90 2 0 0 20 0 22 0 337855818 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139962982844696 139963780430068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26592] ppid=26574 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/26576/task/26592/stat : 26592 (java) R 26574 26576 25219 0 -1 4202560 6281 0 0 0 84 0 0 0 20 0 22 0 337855818 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139962981769304 139963778314552 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26593] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26593/stat : 26593 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139962980739448 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26594] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26594/stat : 26594 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139962979686856 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26597] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26597/stat : 26597 (java) S 26574 26576 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337855906 12137111552 63620 33554432000 1073741824 1073778376 140736490532912 139962976527784 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 11852648

[startup+3.10069 s]
/proc/loadavg: 3.27 3.41 3.51 3/216 26604
/proc/meminfo: memFree=27478596/32873648 swapFree=7388/7388
[pid=26576] ppid=26574 vsize=11852648 CPUtime=4.88 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 25219 0 -1 4202496 20886 0 1 0 471 17 0 0 20 0 22 0 337855812 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 140736490524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26576/statm: 2963162 109586 2269 9 0 2953849 0
[pid=26576/tid=26577] ppid=26574 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 25219 0 -1 4202560 2932 0 1 0 91 4 0 0 20 0 22 0 337855813 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139963774469288 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139963729222696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139963728169896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26581] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139963727117096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139963726064296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139963725011496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139963605707176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139963604654376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139963603601576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139963591404520 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139963590350584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139962984949256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26590] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26590/stat : 26590 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139962983897744 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26591] ppid=26574 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/26576/task/26591/stat : 26591 (java) S 26574 26576 25219 0 -1 4202560 10120 0 0 0 107 2 0 0 20 0 22 0 337855818 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139962982844856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26592] ppid=26574 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/26576/task/26592/stat : 26592 (java) R 26574 26576 25219 0 -1 4202560 6400 0 0 0 105 0 0 0 20 0 22 0 337855818 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139962981784896 139963780618667 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26593] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26593/stat : 26593 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139962980739448 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26594] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26594/stat : 26594 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139962979686856 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26597] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26597/stat : 26597 (java) S 26574 26576 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337855906 12137111552 109586 33554432000 1073741824 1073778376 140736490532912 139962976527784 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 11852648

[startup+6.30077 s]
/proc/loadavg: 3.25 3.40 3.51 5/219 26610
/proc/meminfo: memFree=26598308/32873648 swapFree=7388/7388
[pid=26576] ppid=26574 vsize=11852648 CPUtime=10.88 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 25219 0 -1 4202496 21318 0 1 0 1056 32 0 0 20 0 22 0 337855812 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 140736490524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26576/statm: 2963162 322493 2272 9 0 2953849 0
[pid=26576/tid=26577] ppid=26574 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 25219 0 -1 4202560 2932 0 1 0 92 4 0 0 20 0 22 0 337855813 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139963774469288 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139963729222696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139963728169896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26581] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139963727117096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139963726064296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139963725011496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139963605707176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139963604654376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337855814 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139963603601576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139963591404520 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139963590350584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139962984949256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26590] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26590/stat : 26590 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139962983897744 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26591] ppid=26574 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/26576/task/26591/stat : 26591 (java) S 26574 26576 25219 0 -1 4202560 10122 0 0 0 113 2 0 0 20 0 22 0 337855818 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139962982844856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26592] ppid=26574 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/26576/task/26592/stat : 26592 (java) S 26574 26576 25219 0 -1 4202560 6401 0 0 0 113 0 0 0 20 0 22 0 337855818 12137111552 322493 33554432000 1073741824 1073778376 140736490532912 139962981792056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=26576/tid=26582] ppid=26574 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25219 0 -1 4202560 200 0 0 0 90 5 0 0 20 0 22 0 337855814 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139963726064296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25219 0 -1 4202560 194 0 0 0 93 4 0 0 20 0 22 0 337855814 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139963725011496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25219 0 -1 4202560 143 0 0 0 96 2 0 0 20 0 22 0 337855814 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139963605707176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25219 0 -1 4202560 161 0 0 0 84 4 0 0 20 0 22 0 337855814 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139963604654376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25219 0 -1 4202560 195 0 0 0 92 3 0 0 20 0 22 0 337855814 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139963603601576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=11852648 CPUtime=29.66 cores=1,3,5,7
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25219 0 -1 4202560 322 0 0 0 2957 9 0 0 20 0 22 0 337855815 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139963591404520 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139963590350584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139962984949256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26590] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26590/stat : 26590 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139962983897744 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26591] ppid=26574 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/26576/task/26591/stat : 26591 (java) S 26574 26576 25219 0 -1 4202560 10144 0 0 0 137 2 0 0 20 0 22 0 337855818 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139962982844856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26592] ppid=26574 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/26576/task/26592/stat : 26592 (java) S 26574 26576 25219 0 -1 4202560 6406 0 0 0 129 0 0 0 20 0 22 0 337855818 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139962981792056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26593] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26593/stat : 26593 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139962980739448 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26594] ppid=26574 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/26576/task/26594/stat : 26594 (java) S 26574 26576 25219 0 -1 4202560 47 0 0 0 15 16 0 0 20 0 22 0 337855818 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139962979686856 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26597] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26597/stat : 26597 (java) S 26574 26576 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337855906 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139962976527784 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26734] ppid=26574 vsize=11852648 CPUtime=68.96 cores=1,3,5,7
/proc/26576/task/26734/stat : 26734 (java) R 26574 26576 25219 0 -1 4202560 4 0 0 0 6895 1 0 0 20 0 22 0 337930228 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139962977579216 139963606418352 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26735] ppid=26574 vsize=11852648 CPUtime=68.94 cores=1,3,5,7
/proc/26576/task/26735/stat : 26735 (java) R 26574 26576 25219 0 -1 4202560 3 0 0 0 6893 1 0 0 20 0 22 0 337930228 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139962975471744 139963606896753 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26736] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26736/stat : 26736 (java) S 26574 26576 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337930229 12137111552 974302 33554432000 1073741824 1073778376 140736490532912 139962978633384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1606.31
Current children cumulated vsize (KiB) 11852648

[startup+882.307 s]
/proc/loadavg: 3.72 3.87 3.74 4/219 26739
/proc/meminfo: memFree=20684016/32873648 swapFree=7388/7388
[pid=26576] ppid=26574 vsize=11852648 CPUtime=1723 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 25219 0 -1 4202496 24255 0 1 0 172157 143 0 0 20 0 22 0 337855812 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 140736490524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26576/statm: 2963162 975383 2296 9 0 2953849 0
[pid=26576/tid=26577] ppid=26574 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 25219 0 -1 4202560 2980 0 1 0 96 5 0 0 20 0 22 0 337855813 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139963774469288 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25219 0 -1 4202560 235 0 0 0 91 4 0 0 20 0 22 0 337855814 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139963729222696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25219 0 -1 4202560 167 0 0 0 97 4 0 0 20 0 22 0 337855814 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139963728169896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26581] ppid=26574 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25219 0 -1 4202560 196 0 0 0 96 4 0 0 20 0 22 0 337855814 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139963727117096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25219 0 -1 4202560 207 0 0 0 99 5 0 0 20 0 22 0 337855814 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139963726064296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25219 0 -1 4202560 205 0 0 0 101 4 0 0 20 0 22 0 337855814 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139963725011496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25219 0 -1 4202560 148 0 0 0 103 2 0 0 20 0 22 0 337855814 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139963605707176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25219 0 -1 4202560 169 0 0 0 91 4 0 0 20 0 22 0 337855814 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139963604654376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25219 0 -1 4202560 199 0 0 0 97 3 0 0 20 0 22 0 337855814 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139963603601576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=11852648 CPUtime=33.21 cores=1,3,5,7
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25219 0 -1 4202560 328 0 0 0 3312 9 0 0 20 0 22 0 337855815 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139963591404520 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139963590350584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139962984949256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26590] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26590/stat : 26590 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139962983897744 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26591] ppid=26574 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/26576/task/26591/stat : 26591 (java) S 26574 26576 25219 0 -1 4202560 10144 0 0 0 137 2 0 0 20 0 22 0 337855818 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139962982844856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26592] ppid=26574 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/26576/task/26592/stat : 26592 (java) S 26574 26576 25219 0 -1 4202560 6406 0 0 0 129 0 0 0 20 0 22 0 337855818 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139962981792056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26593] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26593/stat : 26593 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139962980739448 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26594] ppid=26574 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/26576/task/26594/stat : 26594 (java) S 26574 26576 25219 0 -1 4202560 51 0 0 0 16 18 0 0 20 0 22 0 337855818 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139962979686856 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26597] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26597/stat : 26597 (java) S 26574 26576 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337855906 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139962976527784 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26734] ppid=26574 vsize=11852648 CPUtime=125.12 cores=1,3,5,7
/proc/26576/task/26734/stat : 26734 (java) R 26574 26576 25219 0 -1 4202560 5 0 0 0 12511 1 0 0 20 0 22 0 337930228 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139962977579216 139963606904576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26735] ppid=26574 vsize=11852648 CPUtime=125.08 cores=1,3,5,7
/proc/26576/task/26735/stat : 26735 (java) R 26574 26576 25219 0 -1 4202560 3 0 0 0 12507 1 0 0 20 0 22 0 337930228 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139962975471856 139963606896518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26736] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26736/stat : 26736 (java) S 26574 26576 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337930229 12137111552 975383 33554432000 1073741824 1073778376 140736490532912 139962978633384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1723
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.101 s]
/proc/loadavg: 3.76 3.85 3.74 5/220 26742
/proc/meminfo: memFree=20673160/32873648 swapFree=7388/7388
[pid=26576] ppid=26574 vsize=11852648 CPUtime=1797.01 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 25219 0 -1 4202496 24274 0 1 0 179556 145 0 0 20 0 22 0 337855812 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 140736490524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26576/statm: 2963162 977951 2296 9 0 2953849 0
[pid=26576/tid=26577] ppid=26574 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 25219 0 -1 4202560 2981 0 1 0 96 5 0 0 20 0 22 0 337855813 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139963774469288 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25219 0 -1 4202560 236 0 0 0 96 4 0 0 20 0 22 0 337855814 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139963729222696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25219 0 -1 4202560 168 0 0 0 102 4 0 0 20 0 22 0 337855814 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139963728169896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26581] ppid=26574 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25219 0 -1 4202560 197 0 0 0 100 4 0 0 20 0 22 0 337855814 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139963727117096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25219 0 -1 4202560 209 0 0 0 101 5 0 0 20 0 22 0 337855814 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139963726064296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25219 0 -1 4202560 206 0 0 0 106 4 0 0 20 0 22 0 337855814 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139963725011496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25219 0 -1 4202560 148 0 0 0 105 2 0 0 20 0 22 0 337855814 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139963605707176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25219 0 -1 4202560 171 0 0 0 93 4 0 0 20 0 22 0 337855814 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139963604654376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25219 0 -1 4202560 199 0 0 0 100 3 0 0 20 0 22 0 337855814 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139963603601576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=11852648 CPUtime=34.92 cores=1,3,5,7
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25219 0 -1 4202560 335 0 0 0 3483 9 0 0 20 0 22 0 337855815 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139963591404520 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139963590350584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337855815 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139962984949256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26590] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26590/stat : 26590 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139962983897744 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26591] ppid=26574 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/26576/task/26591/stat : 26591 (java) S 26574 26576 25219 0 -1 4202560 10144 0 0 0 137 2 0 0 20 0 22 0 337855818 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139962982844856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26592] ppid=26574 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/26576/task/26592/stat : 26592 (java) S 26574 26576 25219 0 -1 4202560 6406 0 0 0 129 0 0 0 20 0 22 0 337855818 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139962981792056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26593] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26593/stat : 26593 (java) S 26574 26576 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337855818 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139962980739448 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26576/tid=26594] ppid=26574 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/26576/task/26594/stat : 26594 (java) S 26574 26576 25219 0 -1 4202560 53 0 0 0 16 19 0 0 20 0 22 0 337855818 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139962979686856 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26597] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26597/stat : 26597 (java) S 26574 26576 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337855906 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139962976527784 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26576/tid=26734] ppid=26574 vsize=11852648 CPUtime=161.03 cores=1,3,5,7
/proc/26576/task/26734/stat : 26734 (java) R 26574 26576 25219 0 -1 4202560 6 0 0 0 16101 2 0 0 20 0 22 0 337930228 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139962977579216 139963606466328 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26576/tid=26735] ppid=26574 vsize=11852648 CPUtime=160.98 cores=1,3,5,7
/proc/26576/task/26735/stat : 26735 (java) R 26574 26576 25219 0 -1 4202560 3 0 0 0 16096 2 0 0 20 0 22 0 337930228 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139962975471968 139963606801152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26576/tid=26736] ppid=26574 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26736/stat : 26736 (java) S 26574 26576 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337930229 12137111552 977951 33554432000 1073741824 1073778376 140736490532912 139962978633384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.17004
#  lost CPU user time (s): 3.38
#  lost CPU system time (s): -0.21

Real time (s): 920.153
CPU time (s): 1800.18
CPU user time (s): 1798.94
CPU system time (s): 1.24
CPU usage (%): 195.639
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.69
system time used= 1.69074
maximum resident set size= 3911916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24304
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23865
involuntary context switches= 27073

runsolver used 4.21236 second user time and 7.92279 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 11:55:13
IDJOB=3736701
IDBENCH=48104
IDSOLVER=2328
FILE ID=node148/3736701-1338717313
RUNJOBID= node148-1338713436-25236
PBS_JOBID= 14636734
Free space on /tmp= 71332 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736701-1338717313/watcher-3736701-1338717313 -o /tmp/evaluation-result-3736701-1338717313/solver-3736701-1338717313 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3736701-1338717313.opb

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

MD5SUM BENCH= efe239846afd4f2627c83cec32ebc27d
RANDOM SEED=1551828495

node148.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.284
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.56
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.284
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
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.284
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.284
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27745400 kB
Buffers:          594484 kB
Cached:          2873340 kB
SwapCached:          628 kB
Active:          2154816 kB
Inactive:        2064356 kB
Active(anon):     740716 kB
Inactive(anon):    10660 kB
Active(file):    1414100 kB
Inactive(file):  2053696 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:               956 kB
Writeback:             0 kB
AnonPages:        827504 kB
Mapped:            19116 kB
Shmem:                36 kB
Slab:             766908 kB
SReclaimable:     210568 kB
SUnreclaim:       556340 kB
KernelStack:        1784 kB
PageTables:         5392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10459780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    768000 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= 71328 MiB
End job on node148 at 2012-06-03 12:10:35