Trace number 3458304

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0SAT (TO)20 1800.18 1796.78

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_3.opb
MD5SUMd5313ea0d4ce989dad692c9adfb6f827
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1797.2
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 constraint111
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)37460
Sum of products size (including duplicates)74920
Number of different products37460
Sum of products size74920

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
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.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		12995394264
0.03/0.09	c Max memory 		13063553024
0.03/0.09	c Total memory 		13063553024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458304-1307158674.opb
0.10/0.11	c reading problem ... 
1.51/0.71	c ... done. Wall clock time 0.597s.
1.51/0.71	c #vars     37960
1.51/0.71	c #constraints  75420
1.51/0.71	c constraints type 
1.51/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37960
1.51/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37460
1.78/0.86	c SATISFIABLE
1.78/0.86	c OPTIMIZING...
1.78/0.86	c Got one! Elapsed wall clock time (in seconds):0.752
1.78/0.86	o 24
2.38/1.18	c Got one! Elapsed wall clock time (in seconds):1.065
2.38/1.18	o 23
2.91/1.63	c Got one! Elapsed wall clock time (in seconds):1.522
2.91/1.63	o 22
3.84/2.56	c Got one! Elapsed wall clock time (in seconds):2.444
3.84/2.56	o 21
6.64/5.37	c cleaning 3080 clauses out of 6167 with flag 4002/6167
10.59/9.16	c cleaning 4539 clauses out of 9086 with flag 10001/12166
15.10/13.67	c cleaning 5769 clauses out of 11547 with flag 17001/19166
20.02/18.55	c cleaning 6882 clauses out of 13777 with flag 25000/27165
26.46/24.99	c cleaning 7944 clauses out of 15895 with flag 34000/36165
32.67/31.20	c cleaning 8970 clauses out of 17951 with flag 44000/46165
40.00/38.44	c cleaning 9989 clauses out of 19981 with flag 55000/57165
47.60/46.02	c cleaning 10993 clauses out of 21992 with flag 67000/69165
55.81/54.29	c cleaning 11996 clauses out of 23999 with flag 80000/82165
59.23/57.62	c Got one! Elapsed wall clock time (in seconds):57.51
59.23/57.62	o 20
59.74/58.11	c cleaning 8890 clauses out of 17789 with flag 1001/87951
62.85/61.26	c cleaning 7444 clauses out of 14900 with flag 7002/93952
67.96/66.35	c cleaning 7223 clauses out of 14456 with flag 14002/100952
73.56/71.95	c cleaning 7610 clauses out of 15231 with flag 22000/108950
79.68/78.06	c cleaning 8308 clauses out of 16621 with flag 31000/117950
85.88/84.23	c cleaning 9150 clauses out of 18315 with flag 41002/127952
94.20/92.56	c cleaning 10076 clauses out of 20163 with flag 52000/138950
104.11/102.49	c cleaning 11038 clauses out of 22088 with flag 64001/150951
114.93/113.27	c cleaning 12020 clauses out of 24050 with flag 77001/163951
126.33/124.63	c cleaning 13010 clauses out of 26029 with flag 91000/177950
136.95/135.30	c cleaning 14003 clauses out of 28019 with flag 106000/192950
147.67/145.97	c cleaning 15000 clauses out of 30016 with flag 122000/208950
160.78/159.08	c cleaning 16000 clauses out of 32016 with flag 139000/225950
174.69/172.99	c cleaning 17001 clauses out of 34016 with flag 157000/243950
189.21/187.49	c cleaning 18005 clauses out of 36016 with flag 176001/262951
202.82/201.05	c cleaning 19000 clauses out of 38010 with flag 196000/282950
218.04/216.30	c cleaning 20000 clauses out of 40010 with flag 217000/303950
233.56/231.70	c cleaning 20999 clauses out of 42012 with flag 239002/325952
249.67/247.83	c cleaning 22002 clauses out of 44012 with flag 262001/348951
269.68/267.84	c cleaning 23000 clauses out of 46013 with flag 286004/372954
289.01/287.19	c cleaning 23999 clauses out of 48013 with flag 311004/397954
306.71/304.86	c cleaning 24998 clauses out of 50012 with flag 337002/423952
326.55/324.66	c cleaning 25999 clauses out of 52012 with flag 364000/450950
348.58/346.66	c cleaning 27005 clauses out of 54013 with flag 392000/478950
374.10/372.16	c cleaning 27998 clauses out of 56015 with flag 421007/507957
398.81/396.85	c cleaning 29001 clauses out of 58010 with flag 451000/537950
426.03/424.03	c cleaning 29999 clauses out of 60009 with flag 482000/568950
450.66/448.61	c cleaning 30996 clauses out of 62010 with flag 514000/600950
474.17/472.17	c cleaning 32002 clauses out of 64014 with flag 547000/633950
497.80/495.77	c cleaning 33000 clauses out of 66013 with flag 581001/667951
523.32/521.22	c cleaning 34000 clauses out of 68012 with flag 616000/702950
550.75/548.67	c cleaning 35000 clauses out of 70013 with flag 652001/738951
582.77/580.68	c cleaning 36003 clauses out of 72013 with flag 689001/775951
609.50/607.36	c cleaning 36998 clauses out of 74012 with flag 727003/813953
634.65/632.45	c cleaning 37999 clauses out of 76012 with flag 766001/852951
661.46/659.24	c cleaning 38997 clauses out of 78012 with flag 806000/892950
692.09/689.88	c cleaning 40003 clauses out of 80015 with flag 847000/933950
722.73/720.49	c cleaning 41001 clauses out of 82015 with flag 889003/975953
757.05/754.72	c cleaning 42000 clauses out of 84011 with flag 932000/1018950
794.09/791.72	c cleaning 42996 clauses out of 86013 with flag 976002/1062952
830.23/827.81	c cleaning 44003 clauses out of 88016 with flag 1021001/1107951
870.66/868.27	c cleaning 45001 clauses out of 90014 with flag 1067002/1153952
908.98/906.51	c cleaning 45999 clauses out of 92012 with flag 1114001/1200951
945.72/943.23	c cleaning 47001 clauses out of 94013 with flag 1162001/1248951
983.58/981.10	c cleaning 48000 clauses out of 96011 with flag 1211000/1297950
1020.90/1018.37	c cleaning 49001 clauses out of 98011 with flag 1261000/1347950
1056.72/1054.17	c cleaning 50001 clauses out of 100010 with flag 1312000/1398950
1094.59/1091.92	c cleaning 50999 clauses out of 102011 with flag 1364002/1450952
1134.12/1131.40	c cleaning 51996 clauses out of 104010 with flag 1417000/1503950
1176.67/1173.98	c cleaning 52999 clauses out of 106014 with flag 1471000/1557950
1224.28/1221.55	c cleaning 54003 clauses out of 108017 with flag 1526002/1612952
1267.43/1264.60	c cleaning 54999 clauses out of 110012 with flag 1582000/1668950
1316.18/1313.32	c cleaning 56001 clauses out of 112014 with flag 1639001/1725951
1366.41/1363.53	c cleaning 56999 clauses out of 114012 with flag 1697000/1783950
1415.93/1413.08	c cleaning 57999 clauses out of 116014 with flag 1756001/1842951
1467.99/1465.02	c cleaning 58997 clauses out of 118014 with flag 1816000/1902950
1516.55/1513.54	c cleaning 60001 clauses out of 120019 with flag 1877002/1963952
1560.26/1557.26	c cleaning 60999 clauses out of 122016 with flag 1939000/2025950
1601.79/1598.74	c cleaning 62003 clauses out of 124019 with flag 2002002/2088952
1646.55/1643.42	c cleaning 63001 clauses out of 126014 with flag 2066000/2152950
1692.71/1689.59	c cleaning 63998 clauses out of 128014 with flag 2131001/2217951
1744.56/1741.37	c cleaning 65000 clauses out of 130016 with flag 2197001/2283951
1791.28/1788.09	c cleaning 65999 clauses out of 132016 with flag 2264001/2350951
1800.07/1796.72	c starts		: 234
1800.07/1796.72	c conflicts		: 2364058
1800.07/1796.72	c decisions		: 3493717
1800.07/1796.72	c propagations		: 908254404
1800.07/1796.72	c inspects		: 10144422994
1800.07/1796.72	c shortcuts		: 0
1800.07/1796.72	c learnt literals	: 0
1800.07/1796.72	c learnt binary clauses	: 0
1800.07/1796.72	c learnt ternary clauses	: 0
1800.07/1796.72	c learnt constraints	: 2364058
1800.07/1796.72	c ignored constraints	: 0
1800.07/1796.72	c root simplifications	: 0
1800.07/1796.72	c removed literals (reason simplification)	: 15719509
1800.07/1796.72	c reason swapping (by a shorter reason)	: 0
1800.07/1796.72	c Calls to reduceDB	: 72
1800.07/1796.72	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.72	c number of learned constraints concerned by reduction	: 0
1800.07/1796.72	c number of learning phase by resolution	: 0
1800.07/1796.72	c number of learning phase by cutting planes	: 0
1800.07/1796.72	c speed (assignments/second)	: 522257.34606640006
1800.07/1796.72	c non guided choices	0
1800.07/1796.74	c learnt constraints type 
1800.07/1796.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79157
1800.07/1796.74	c constraints type 
1800.07/1796.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37960
1800.07/1796.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/1796.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37460
1800.07/1796.74	s SATISFIABLE
1800.07/1796.74	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 
1800.07/1796.74	c objective function=20
1800.07/1796.74	c Total wall clock time (in seconds): 1796.633

Verifier Data

OK	20

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3458304-1307158674/watcher-3458304-1307158674 -o /tmp/evaluation-result-3458304-1307158674/solver-3458304-1307158674 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458304-1307158674.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.04 2.00 2/345 26856
/proc/meminfo: memFree=24046540/32951124 swapFree=67056304/67111528
[pid=26856] ppid=26854 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/26856/stat : 26856 (java) S 26854 26856 22016 0 -1 4202496 2139 0 1 0 0 0 0 0 25 0 2 0 906097950 13833195520 1841 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/26856/statm: 3377245 1854 906 9 0 3368401 0
[pid=26856/tid=26857] ppid=26854 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26857/stat : 26857 (java) R 26854 26856 22016 0 -1 4202560 1095 0 1 0 0 0 0 0 25 0 2 0 906097951 13833195520 1911 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260020089915 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.044152 s]
/proc/loadavg: 2.06 2.04 2.00 2/345 26856
/proc/meminfo: memFree=24046540/32951124 swapFree=67056304/67111528
[pid=26856] ppid=26854 vsize=13549480 CPUtime=0.03 cores=0,2,4,6
/proc/26856/stat : 26856 (java) S 26854 26856 22016 0 -1 4202496 13644 0 1 0 2 1 0 0 25 0 13 0 906097950 13874667520 13341 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/26856/statm: 3387370 13341 1653 9 0 3378118 0
[pid=26856/tid=26857] ppid=26854 vsize=13549480 CPUtime=0.03 cores=0,2,4,6
/proc/26856/task/26857/stat : 26857 (java) R 26854 26856 22016 0 -1 4202560 12500 0 1 0 2 1 0 0 25 0 13 0 906097951 13874667520 13344 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 47028161547203 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13549480

[startup+0.101108 s]
/proc/loadavg: 2.06 2.04 2.00 2/345 26856
/proc/meminfo: memFree=24046540/32951124 swapFree=67056304/67111528
[pid=26856] ppid=26854 vsize=13622188 CPUtime=0.1 cores=0,2,4,6
/proc/26856/stat : 26856 (java) S 26854 26856 22016 0 -1 4202496 15491 0 1 0 9 1 0 0 25 0 18 0 906097950 13949120512 15188 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26856/statm: 3405547 15188 2092 9 0 3396281 0
[pid=26856/tid=26857] ppid=26854 vsize=13622188 CPUtime=0.08 cores=0,2,4,6
/proc/26856/task/26857/stat : 26857 (java) R 26854 26856 22016 0 -1 4202560 13589 0 1 0 7 1 0 0 18 0 18 0 906097951 13949120512 15188 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 47028164846783 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622188

[startup+0.323878 s]
/proc/loadavg: 2.06 2.04 2.00 2/345 26856
/proc/meminfo: memFree=24046540/32951124 swapFree=67056304/67111528
[pid=26856] ppid=26854 vsize=13627460 CPUtime=0.65 cores=0,2,4,6
/proc/26856/stat : 26856 (java) S 26854 26856 22016 0 -1 4202496 21012 0 1 0 63 2 0 0 25 0 18 0 906097950 13954519040 19715 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26856/statm: 3406865 19715 2220 9 0 3397599 0
[pid=26856/tid=26857] ppid=26854 vsize=13627460 CPUtime=0.34 cores=0,2,4,6
/proc/26856/task/26857/stat : 26857 (java) R 26854 26856 22016 0 -1 4202560 16153 0 1 0 33 1 0 0 18 0 18 0 906097951 13954519040 19715 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 46912505549770 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 13627460

[startup+0.701038 s]
/proc/loadavg: 2.06 2.04 2.00 2/345 26856
/proc/meminfo: memFree=24046540/32951124 swapFree=67056304/67111528
[pid=26856] ppid=26854 vsize=13630032 CPUtime=1.51 cores=0,2,4,6
/proc/26856/stat : 26856 (java) S 26854 26856 22016 0 -1 4202496 43527 0 1 0 146 5 0 0 25 0 18 0 906097950 13957152768 40558 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26856/statm: 3407508 40563 2234 9 0 3398242 0
[pid=26856/tid=26857] ppid=26854 vsize=13630032 CPUtime=0.67 cores=0,2,4,6
/proc/26856/task/26857/stat : 26857 (java) R 26854 26856 22016 0 -1 4202560 33553 0 1 0 64 3 0 0 18 0 18 0 906097951 13957152768 40565 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 46912505585819 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 13630032

[startup+1.5009 s]
/proc/loadavg: 2.06 2.03 2.00 5/364 26875
/proc/meminfo: memFree=23880236/32951124 swapFree=67056304/67111528
[pid=26856] ppid=26854 vsize=13631332 CPUtime=2.81 cores=0,2,4,6
/proc/26856/stat : 26856 (java) S 26854 26856 22016 0 -1 4202496 47590 0 1 0 275 6 0 0 25 0 19 0 906097950 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26856/statm: 3407833 44092 2243 9 0 3398567 0
[pid=26856/tid=26857] ppid=26854 vsize=13631332 CPUtime=1.47 cores=0,2,4,6
/proc/26856/task/26857/stat : 26857 (java) R 26854 26856 22016 0 -1 4202560 36907 0 1 0 143 4 0 0 20 0 19 0 906097951 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 46912505994235 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26859/stat : 26859 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26860/stat : 26860 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26861] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26861/stat : 26861 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26862] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26862/stat : 26862 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26863] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26863/stat : 26863 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26864] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26864/stat : 26864 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26865] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26865/stat : 26865 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26866] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26866/stat : 26866 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26867] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26867/stat : 26867 (java) S 26854 26856 22016 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 906097954 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 0 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26868] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26868/stat : 26868 (java) S 26854 26856 22016 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 906097955 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26869] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26869/stat : 26869 (java) S 26854 26856 22016 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906097955 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26870] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26870/stat : 26870 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032219569 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26871] ppid=26854 vsize=13631332 CPUtime=0.67 cores=0,2,4,6
/proc/26856/task/26871/stat : 26871 (java) S 26854 26856 22016 0 -1 4202560 5768 0 0 0 66 1 0 0 15 0 19 0 906097957 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26872] ppid=26854 vsize=13631332 CPUtime=0.64 cores=0,2,4,6
/proc/26856/task/26872/stat : 26872 (java) S 26854 26856 22016 0 -1 4202560 3755 0 0 0 64 0 0 0 16 0 19 0 906097957 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26873] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26873/stat : 26873 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26874] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26874/stat : 26874 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906097957 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26875] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26875/stat : 26875 (java) S 26854 26856 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906098024 13958483968 44092 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 13631332

[startup+3.1016 s]
/proc/loadavg: 2.06 2.03 2.00 3/364 26875
/proc/meminfo: memFree=23872796/32951124 swapFree=67056304/67111528
[pid=26856] ppid=26854 vsize=13631332 CPUtime=4.44 cores=0,2,4,6
/proc/26856/stat : 26856 (java) S 26854 26856 22016 0 -1 4202496 49510 0 1 0 438 6 0 0 25 0 19 0 906097950 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26856/statm: 3407833 46010 2244 9 0 3398567 0
[pid=26856/tid=26857] ppid=26854 vsize=13631332 CPUtime=3.07 cores=0,2,4,6
/proc/26856/task/26857/stat : 26857 (java) R 26854 26856 22016 0 -1 4202560 38808 0 1 0 303 4 0 0 25 0 19 0 906097951 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 46912506016962 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26859/stat : 26859 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26860/stat : 26860 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26861] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26861/stat : 26861 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26862] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26862/stat : 26862 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26863] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26863/stat : 26863 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26864] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26864/stat : 26864 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26865] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26865/stat : 26865 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26866] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26866/stat : 26866 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097953 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26867] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26867/stat : 26867 (java) S 26854 26856 22016 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 906097954 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 0 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26868] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26868/stat : 26868 (java) S 26854 26856 22016 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 906097955 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26869] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26869/stat : 26869 (java) S 26854 26856 22016 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906097955 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26870] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26870/stat : 26870 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032219569 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26871] ppid=26854 vsize=13631332 CPUtime=0.7 cores=0,2,4,6
/proc/26856/task/26871/stat : 26871 (java) S 26854 26856 22016 0 -1 4202560 5786 0 0 0 69 1 0 0 15 0 19 0 906097957 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26872] ppid=26854 vsize=13631332 CPUtime=0.64 cores=0,2,4,6
/proc/26856/task/26872/stat : 26872 (java) S 26854 26856 22016 0 -1 4202560 3755 0 0 0 64 0 0 0 15 0 19 0 906097957 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26873] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26873/stat : 26873 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26874] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26874/stat : 26874 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906097957 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26875] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26875/stat : 26875 (java) S 26854 26856 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906098024 13958483968 46010 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 13631332

[startup+6.30101 s]
/proc/loadavg: 2.05 2.03 2.00 7/364 26875
/proc/meminfo: memFree=23836420/32951124 swapFree=67056304/67111528
[pid=26856] ppid=26854 vsize=13631332 CPUtime=7.76 cores=0,2,4,6
/proc/26856/stat : 26856 (java) S 26854 26856 22016 0 -1 4202496 68974 0 1 0 768 8 0 0 25 0 19 0 906097950 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26856/statm: 3407833 65321 2269 9 0 3398567 0
[pid=26856/tid=26857] ppid=26854 vsize=13631332 CPUtime=6.08 cores=0,2,4,6
/proc/26856/task/26857/stat : 26857 (java) R 26854 26856 22016 0 -1 4202560 39938 0 1 0 604 4 0 0 25 0 19 0 906097951 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 46912505927943 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26859/stat : 26859 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 906097953 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26860/stat : 26860 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 906097953 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26861] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26861/stat : 26861 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 906097953 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26862] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26862/stat : 26862 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 906097953 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26863] ppid=26854 vsize=13631332 CPUtime=0.02 cores=0,2,4,6
/proc/26856/task/26863/stat : 26863 (java) S 26854 26856 22016 0 -1 4202560 2181 0 0 0 2 0 0 0 18 0 19 0 906097953 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26864] ppid=26854 vsize=13631332 CPUtime=0.03 cores=0,2,4,6
/proc/26856/task/26864/stat : 26864 (java) S 26854 26856 22016 0 -1 4202560 1942 0 0 0 3 0 0 0 18 0 19 0 906097953 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26865] ppid=26854 vsize=13631332 CPUtime=0.04 cores=0,2,4,6
/proc/26856/task/26865/stat : 26865 (java) S 26854 26856 22016 0 -1 4202560 2187 0 0 0 4 0 0 0 18 0 19 0 906097953 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26866] ppid=26854 vsize=13631332 CPUtime=0.02 cores=0,2,4,6
/proc/26856/task/26866/stat : 26866 (java) S 26854 26856 22016 0 -1 4202560 2040 0 0 0 2 0 0 0 18 0 19 0 906097953 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26867] ppid=26854 vsize=13631332 CPUtime=0.14 cores=0,2,4,6
/proc/26856/task/26867/stat : 26867 (java) S 26854 26856 22016 0 -1 4202560 9982 0 0 0 14 0 0 0 16 0 19 0 906097954 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 0 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26868] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26868/stat : 26868 (java) S 26854 26856 22016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906097955 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26869] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26869/stat : 26869 (java) S 26854 26856 22016 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906097955 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26870] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26870/stat : 26870 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032219569 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26871] ppid=26854 vsize=13631332 CPUtime=0.7 cores=0,2,4,6
/proc/26856/task/26871/stat : 26871 (java) S 26854 26856 22016 0 -1 4202560 5789 0 0 0 69 1 0 0 16 0 19 0 906097957 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26872] ppid=26854 vsize=13631332 CPUtime=0.66 cores=0,2,4,6
/proc/26856/task/26872/stat : 26872 (java) S 26854 26856 22016 0 -1 4202560 3761 0 0 0 66 0 0 0 15 0 19 0 906097957 13958483968 65321 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0

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

[pid=26856/tid=26864] ppid=26854 vsize=13631332 CPUtime=0.35 cores=0,2,4,6
/proc/26856/task/26864/stat : 26864 (java) S 26854 26856 22016 0 -1 4202560 5719 0 0 0 35 0 0 0 15 0 19 0 906097953 13958483968 105836 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26865] ppid=26854 vsize=13631332 CPUtime=0.35 cores=0,2,4,6
/proc/26856/task/26865/stat : 26865 (java) S 26854 26856 22016 0 -1 4202560 7076 0 0 0 35 0 0 0 15 0 19 0 906097953 13958483968 105836 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26866] ppid=26854 vsize=13631332 CPUtime=0.34 cores=0,2,4,6
/proc/26856/task/26866/stat : 26866 (java) S 26854 26856 22016 0 -1 4202560 6144 0 0 0 33 1 0 0 16 0 19 0 906097953 13958483968 105836 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26867] ppid=26854 vsize=13631332 CPUtime=9.56 cores=0,2,4,6
/proc/26856/task/26867/stat : 26867 (java) S 26854 26856 22016 0 -1 4202560 22330 0 0 0 954 2 0 0 15 0 19 0 906097954 13958483968 105836 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 0 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26868] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26868/stat : 26868 (java) S 26854 26856 22016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906097955 13958483968 105836 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26869] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26869/stat : 26869 (java) S 26854 26856 22016 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906097955 13958483968 105836 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26870] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26870/stat : 26870 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 105836 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032219569 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26871] ppid=26854 vsize=13631332 CPUtime=0.77 cores=0,2,4,6
/proc/26856/task/26871/stat : 26871 (java) S 26854 26856 22016 0 -1 4202560 5798 0 0 0 76 1 0 0 15 0 19 0 906097957 13958483968 105836 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26872] ppid=26854 vsize=13631332 CPUtime=0.69 cores=0,2,4,6
/proc/26856/task/26872/stat : 26872 (java) S 26854 26856 22016 0 -1 4202560 3763 0 0 0 69 0 0 0 15 0 19 0 906097957 13958483968 105836 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26873] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26873/stat : 26873 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 105836 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26874] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26874/stat : 26874 (java) S 26854 26856 22016 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 906097957 13958483968 105836 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26875] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26875/stat : 26875 (java) S 26854 26856 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906098024 13958483968 105836 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1725.55
Current children cumulated vsize (KiB) 13631332

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/364 26981
/proc/meminfo: memFree=23601808/32951124 swapFree=67056304/67111528
[pid=26856] ppid=26854 vsize=13631332 CPUtime=1785.59 cores=0,2,4,6
/proc/26856/stat : 26856 (java) S 26854 26856 22016 0 -1 4202496 110222 0 1 0 178542 17 0 0 25 0 19 0 906097950 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26856/statm: 3407833 106255 2270 9 0 3398567 0
[pid=26856/tid=26857] ppid=26854 vsize=13631332 CPUtime=1771.82 cores=0,2,4,6
/proc/26856/task/26857/stat : 26857 (java) R 26854 26856 22016 0 -1 4202560 40011 0 1 0 177176 6 0 0 25 0 19 0 906097951 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 46912506045596 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=13631332 CPUtime=0.3 cores=0,2,4,6
/proc/26856/task/26859/stat : 26859 (java) S 26854 26856 22016 0 -1 4202560 5295 0 0 0 29 1 0 0 15 0 19 0 906097953 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=13631332 CPUtime=0.29 cores=0,2,4,6
/proc/26856/task/26860/stat : 26860 (java) S 26854 26856 22016 0 -1 4202560 1919 0 0 0 29 0 0 0 16 0 19 0 906097953 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26861] ppid=26854 vsize=13631332 CPUtime=0.25 cores=0,2,4,6
/proc/26856/task/26861/stat : 26861 (java) S 26854 26856 22016 0 -1 4202560 765 0 0 0 25 0 0 0 15 0 19 0 906097953 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26862] ppid=26854 vsize=13631332 CPUtime=0.22 cores=0,2,4,6
/proc/26856/task/26862/stat : 26862 (java) S 26854 26856 22016 0 -1 4202560 4241 0 0 0 22 0 0 0 16 0 19 0 906097953 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26863] ppid=26854 vsize=13631332 CPUtime=0.35 cores=0,2,4,6
/proc/26856/task/26863/stat : 26863 (java) S 26854 26856 22016 0 -1 4202560 5490 0 0 0 34 1 0 0 15 0 19 0 906097953 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26864] ppid=26854 vsize=13631332 CPUtime=0.37 cores=0,2,4,6
/proc/26856/task/26864/stat : 26864 (java) S 26854 26856 22016 0 -1 4202560 5722 0 0 0 37 0 0 0 16 0 19 0 906097953 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26865] ppid=26854 vsize=13631332 CPUtime=0.37 cores=0,2,4,6
/proc/26856/task/26865/stat : 26865 (java) S 26854 26856 22016 0 -1 4202560 7081 0 0 0 37 0 0 0 16 0 19 0 906097953 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26866] ppid=26854 vsize=13631332 CPUtime=0.34 cores=0,2,4,6
/proc/26856/task/26866/stat : 26866 (java) S 26854 26856 22016 0 -1 4202560 6144 0 0 0 33 1 0 0 15 0 19 0 906097953 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26867] ppid=26854 vsize=13631332 CPUtime=9.71 cores=0,2,4,6
/proc/26856/task/26867/stat : 26867 (java) S 26854 26856 22016 0 -1 4202560 22741 0 0 0 969 2 0 0 15 0 19 0 906097954 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 0 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26868] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26868/stat : 26868 (java) S 26854 26856 22016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906097955 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26869] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26869/stat : 26869 (java) S 26854 26856 22016 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906097955 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26870] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26870/stat : 26870 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032219569 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26871] ppid=26854 vsize=13631332 CPUtime=0.77 cores=0,2,4,6
/proc/26856/task/26871/stat : 26871 (java) S 26854 26856 22016 0 -1 4202560 5798 0 0 0 76 1 0 0 15 0 19 0 906097957 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26872] ppid=26854 vsize=13631332 CPUtime=0.69 cores=0,2,4,6
/proc/26856/task/26872/stat : 26872 (java) S 26854 26856 22016 0 -1 4202560 3763 0 0 0 69 0 0 0 15 0 19 0 906097957 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26873] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26873/stat : 26873 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26874] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26874/stat : 26874 (java) S 26854 26856 22016 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 906097957 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26875] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26875/stat : 26875 (java) S 26854 26856 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906098024 13958483968 106255 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1785.59
Current children cumulated vsize (KiB) 13631332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.01 2.03 2.00 3/364 26981
/proc/meminfo: memFree=23578488/32951124 swapFree=67056304/67111528
[pid=26856] ppid=26854 vsize=13631332 CPUtime=1800.07 cores=0,2,4,6
/proc/26856/stat : 26856 (java) S 26854 26856 22016 0 -1 4202496 116239 0 1 0 179989 18 0 0 25 0 19 0 906097950 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26856/statm: 3407833 112260 2270 9 0 3398567 0
[pid=26856/tid=26857] ppid=26854 vsize=13631332 CPUtime=1786.01 cores=0,2,4,6
/proc/26856/task/26857/stat : 26857 (java) R 26854 26856 22016 0 -1 4202560 42473 0 1 0 178594 7 0 0 25 0 19 0 906097951 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 46912506066520 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=13631332 CPUtime=0.3 cores=0,2,4,6
/proc/26856/task/26859/stat : 26859 (java) S 26854 26856 22016 0 -1 4202560 5295 0 0 0 29 1 0 0 15 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=13631332 CPUtime=0.29 cores=0,2,4,6
/proc/26856/task/26860/stat : 26860 (java) S 26854 26856 22016 0 -1 4202560 1934 0 0 0 29 0 0 0 15 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26861] ppid=26854 vsize=13631332 CPUtime=0.27 cores=0,2,4,6
/proc/26856/task/26861/stat : 26861 (java) S 26854 26856 22016 0 -1 4202560 1615 0 0 0 27 0 0 0 16 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26862] ppid=26854 vsize=13631332 CPUtime=0.24 cores=0,2,4,6
/proc/26856/task/26862/stat : 26862 (java) S 26854 26856 22016 0 -1 4202560 4818 0 0 0 24 0 0 0 16 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26863] ppid=26854 vsize=13631332 CPUtime=0.37 cores=0,2,4,6
/proc/26856/task/26863/stat : 26863 (java) S 26854 26856 22016 0 -1 4202560 6433 0 0 0 36 1 0 0 16 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26864] ppid=26854 vsize=13631332 CPUtime=0.37 cores=0,2,4,6
/proc/26856/task/26864/stat : 26864 (java) S 26854 26856 22016 0 -1 4202560 5722 0 0 0 37 0 0 0 15 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26865] ppid=26854 vsize=13631332 CPUtime=0.39 cores=0,2,4,6
/proc/26856/task/26865/stat : 26865 (java) S 26854 26856 22016 0 -1 4202560 8249 0 0 0 39 0 0 0 16 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26866] ppid=26854 vsize=13631332 CPUtime=0.34 cores=0,2,4,6
/proc/26856/task/26866/stat : 26866 (java) S 26854 26856 22016 0 -1 4202560 6144 0 0 0 33 1 0 0 15 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26867] ppid=26854 vsize=13631332 CPUtime=9.91 cores=0,2,4,6
/proc/26856/task/26867/stat : 26867 (java) S 26854 26856 22016 0 -1 4202560 22743 0 0 0 989 2 0 0 15 0 19 0 906097954 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 0 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26868] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26868/stat : 26868 (java) S 26854 26856 22016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906097955 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26869] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26869/stat : 26869 (java) S 26854 26856 22016 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906097955 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26870] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26870/stat : 26870 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032219569 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26871] ppid=26854 vsize=13631332 CPUtime=0.77 cores=0,2,4,6
/proc/26856/task/26871/stat : 26871 (java) S 26854 26856 22016 0 -1 4202560 5798 0 0 0 76 1 0 0 15 0 19 0 906097957 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26872] ppid=26854 vsize=13631332 CPUtime=0.69 cores=0,2,4,6
/proc/26856/task/26872/stat : 26872 (java) S 26854 26856 22016 0 -1 4202560 3763 0 0 0 69 0 0 0 15 0 19 0 906097957 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26873] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26873/stat : 26873 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26874] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26874/stat : 26874 (java) S 26854 26856 22016 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 906097957 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26875] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26875/stat : 26875 (java) S 26854 26856 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906098024 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13631332

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

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

[startup+1796.7 s]
/proc/loadavg: 2.01 2.03 2.00 3/364 26981
/proc/meminfo: memFree=23578488/32951124 swapFree=67056304/67111528
[pid=26856] ppid=26854 vsize=13631332 CPUtime=1800.07 cores=0,2,4,6
/proc/26856/stat : 26856 (java) S 26854 26856 22016 0 -1 4202496 116239 0 1 0 179989 18 0 0 25 0 19 0 906097950 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26856/statm: 3407833 112260 2270 9 0 3398567 0
[pid=26856/tid=26857] ppid=26854 vsize=13631332 CPUtime=1786.01 cores=0,2,4,6
/proc/26856/task/26857/stat : 26857 (java) R 26854 26856 22016 0 -1 4202560 42473 0 1 0 178594 7 0 0 25 0 19 0 906097951 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 46912506066520 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=13631332 CPUtime=0.3 cores=0,2,4,6
/proc/26856/task/26859/stat : 26859 (java) S 26854 26856 22016 0 -1 4202560 5295 0 0 0 29 1 0 0 15 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=13631332 CPUtime=0.29 cores=0,2,4,6
/proc/26856/task/26860/stat : 26860 (java) S 26854 26856 22016 0 -1 4202560 1934 0 0 0 29 0 0 0 15 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26861] ppid=26854 vsize=13631332 CPUtime=0.27 cores=0,2,4,6
/proc/26856/task/26861/stat : 26861 (java) S 26854 26856 22016 0 -1 4202560 1615 0 0 0 27 0 0 0 16 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
[pid=26856/tid=26862] ppid=26854 vsize=13631332 CPUtime=0.24 cores=0,2,4,6
/proc/26856/task/26862/stat : 26862 (java) S 26854 26856 22016 0 -1 4202560 4818 0 0 0 24 0 0 0 16 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26863] ppid=26854 vsize=13631332 CPUtime=0.37 cores=0,2,4,6
/proc/26856/task/26863/stat : 26863 (java) S 26854 26856 22016 0 -1 4202560 6433 0 0 0 36 1 0 0 16 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26864] ppid=26854 vsize=13631332 CPUtime=0.37 cores=0,2,4,6
/proc/26856/task/26864/stat : 26864 (java) S 26854 26856 22016 0 -1 4202560 5722 0 0 0 37 0 0 0 15 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26865] ppid=26854 vsize=13631332 CPUtime=0.39 cores=0,2,4,6
/proc/26856/task/26865/stat : 26865 (java) S 26854 26856 22016 0 -1 4202560 8249 0 0 0 39 0 0 0 16 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26866] ppid=26854 vsize=13631332 CPUtime=0.34 cores=0,2,4,6
/proc/26856/task/26866/stat : 26866 (java) S 26854 26856 22016 0 -1 4202560 6144 0 0 0 33 1 0 0 15 0 19 0 906097953 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26867] ppid=26854 vsize=13631332 CPUtime=9.91 cores=0,2,4,6
/proc/26856/task/26867/stat : 26867 (java) S 26854 26856 22016 0 -1 4202560 22743 0 0 0 989 2 0 0 15 0 19 0 906097954 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 0 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26868] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26868/stat : 26868 (java) S 26854 26856 22016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906097955 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26869] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26869/stat : 26869 (java) S 26854 26856 22016 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906097955 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26870] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26870/stat : 26870 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032219569 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26871] ppid=26854 vsize=13631332 CPUtime=0.77 cores=0,2,4,6
/proc/26856/task/26871/stat : 26871 (java) S 26854 26856 22016 0 -1 4202560 5798 0 0 0 76 1 0 0 15 0 19 0 906097957 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 2 0 0 0
[pid=26856/tid=26872] ppid=26854 vsize=13631332 CPUtime=0.69 cores=0,2,4,6
/proc/26856/task/26872/stat : 26872 (java) S 26854 26856 22016 0 -1 4202560 3763 0 0 0 69 0 0 0 15 0 19 0 906097957 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26873] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26873/stat : 26873 (java) S 26854 26856 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906097957 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032211865 0 4 0 16800975 18446604443367540544 0 0 -1 4 0 0 0
[pid=26856/tid=26874] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26874/stat : 26874 (java) S 26854 26856 22016 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 906097957 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 4 0 16800975 18446604443367540544 0 0 -1 0 0 0 0
[pid=26856/tid=26875] ppid=26854 vsize=13631332 CPUtime=0 cores=0,2,4,6
/proc/26856/task/26875/stat : 26875 (java) S 26854 26856 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906098024 13958483968 112260 33554432000 1073741824 1073778376 140733590602736 18446744073709551615 260032212480 0 4 0 16800975 18446604443367540544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13631332

Child status: 143
Real time (s): 1796.78
CPU time (s): 1800.18
CPU user time (s): 1799.98
CPU system time (s): 0.202969
CPU usage (%): 100.189
Max. virtual memory (cumulated for all children) (KiB): 13632348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116281
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38865
involuntary context switches= 5518

runsolver used 6.48701 second user time and 12.971 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-04 05:37:54
IDJOB=3458304
IDBENCH=48124
IDSOLVER=1952
FILE ID=node110/3458304-1307158674
RUNJOBID= node110-1307156485-25652
PBS_JOBID= 13508806
Free space on /tmp= 74044 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_3.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458304-1307158674/watcher-3458304-1307158674 -o /tmp/evaluation-result-3458304-1307158674/solver-3458304-1307158674 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458304-1307158674.opb

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

MD5SUM BENCH= d5313ea0d4ce989dad692c9adfb6f827
RANDOM SEED=1968920263

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24046580 kB
Buffers:        297668 kB
Cached:        4572680 kB
SwapCached:       8652 kB
Active:        4107636 kB
Inactive:      4476056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24046580 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             820 kB
Writeback:           0 kB
AnonPages:     3711276 kB
Mapped:          35568 kB
Slab:           229112 kB
PageTables:      27484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89033476 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74044 MiB
End job on node110 at 2011-06-04 06:07:52