Trace number 4085318

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)-24 1800.06 1786.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-5.opb
MD5SUM2e8a2f5e2511f10f037e700bd45c84a1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark2.03569
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17794
Number of constraints which are clauses17794
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
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 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085318-1465234435.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.79/0.44	c ... done. Wall clock time 0.338s.
0.79/0.44	c declared #vars     450
0.79/0.44	c #constraints  17794
0.79/0.44	c constraints type 
0.79/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17794
0.79/0.44	c 17794 constraints processed.
0.79/0.44	c objective function length is 450 literals
0.79/0.45	c SATISFIABLE
0.79/0.45	c OPTIMIZING...
0.79/0.45	c Got one! Elapsed wall clock time (in seconds):0.347
0.79/0.45	o -19
1.09/0.57	c Got one! Elapsed wall clock time (in seconds):0.474
1.09/0.57	o -20
1.61/0.71	c Got one! Elapsed wall clock time (in seconds):0.616
1.61/0.71	o -21
1.61/0.74	c Got one! Elapsed wall clock time (in seconds):0.641
1.61/0.74	o -22
1.61/0.77	c Got one! Elapsed wall clock time (in seconds):0.675
1.61/0.77	o -23
2.04/1.00	c Got one! Elapsed wall clock time (in seconds):0.901
2.04/1.00	o -24
2.17/1.11	c cleaning 3161 clauses out of 6323 with flag 2091/6323
2.72/1.66	c cleaning 4578 clauses out of 9162 with flag 14648/12323
3.32/2.22	c cleaning 5791 clauses out of 11585 with flag 28965/19324
4.02/2.92	c cleaning 6896 clauses out of 13792 with flag 45237/27322
4.96/3.83	c cleaning 7949 clauses out of 15898 with flag 63609/36324
6.15/5.09	c cleaning 8974 clauses out of 17947 with flag 84137/46322
7.73/6.54	c cleaning 9988 clauses out of 19976 with flag 106619/57325
9.43/8.27	c cleaning 10994 clauses out of 21987 with flag 131954/69324
11.73/10.59	c cleaning 11992 clauses out of 23991 with flag 165872/82322
14.44/13.29	c cleaning 12999 clauses out of 26002 with flag 203751/96325
17.24/16.09	c cleaning 13997 clauses out of 28000 with flag 241164/111322
19.84/18.68	c cleaning 15001 clauses out of 30004 with flag 278304/127323
23.07/21.74	c cleaning 16004 clauses out of 32007 with flag 319213/144327
26.68/25.34	c cleaning 17000 clauses out of 33999 with flag 361596/162323
30.17/28.87	c cleaning 18001 clauses out of 36002 with flag 401374/181326
33.97/32.67	c cleaning 19000 clauses out of 38000 with flag 442066/201325
38.51/37.02	c cleaning 20000 clauses out of 39999 with flag 485100/222324
43.21/41.75	c cleaning 20993 clauses out of 41997 with flag 529772/244322
47.51/46.03	c cleaning 21999 clauses out of 44005 with flag 576486/267323
52.90/51.28	c cleaning 22998 clauses out of 46005 with flag 625342/291322
58.70/57.02	c cleaning 24004 clauses out of 48007 with flag 676263/316322
64.90/63.21	c cleaning 24997 clauses out of 50003 with flag 729166/342322
72.21/70.45	c cleaning 26001 clauses out of 52007 with flag 784097/369323
79.20/77.40	c cleaning 27003 clauses out of 54005 with flag 841056/397322
86.20/84.27	c cleaning 28000 clauses out of 56002 with flag 899984/426322
94.00/92.06	c cleaning 28998 clauses out of 58003 with flag 960908/456323
102.60/100.67	c cleaning 30003 clauses out of 60006 with flag 1023906/487324
112.28/110.17	c cleaning 30998 clauses out of 62001 with flag 1088980/519322
121.67/119.55	c cleaning 31995 clauses out of 64004 with flag 1156338/552323
132.32/129.97	c cleaning 33002 clauses out of 66008 with flag 1225969/586322
143.06/140.69	c cleaning 34002 clauses out of 68009 with flag 1298414/621325
154.38/151.88	c cleaning 35001 clauses out of 70006 with flag 1371665/657324
168.37/165.89	c cleaning 36002 clauses out of 72003 with flag 1446942/694322
180.60/177.95	c cleaning 36997 clauses out of 74002 with flag 1524346/732323
192.14/189.40	c cleaning 38003 clauses out of 76005 with flag 1603590/771323
206.01/203.26	c cleaning 38993 clauses out of 78002 with flag 1684989/811323
223.81/220.91	c cleaning 40002 clauses out of 80008 with flag 1768519/852322
242.20/239.25	c cleaning 40998 clauses out of 82006 with flag 1854086/894322
260.12/257.20	c cleaning 42004 clauses out of 84009 with flag 1941509/937323
279.23/276.14	c cleaning 43003 clauses out of 86006 with flag 2031266/981324
296.01/292.71	c cleaning 43997 clauses out of 88002 with flag 2123373/1026323
313.46/310.17	c cleaning 44997 clauses out of 90006 with flag 2216937/1072324
332.14/328.76	c cleaning 46002 clauses out of 92007 with flag 2312626/1119322
351.12/347.62	c cleaning 47000 clauses out of 94005 with flag 2410285/1167322
372.41/368.85	c cleaning 48001 clauses out of 96005 with flag 2510059/1216322
398.91/395.21	c cleaning 48996 clauses out of 98005 with flag 2611762/1266323
425.88/422.08	c cleaning 50005 clauses out of 100010 with flag 2715595/1317324
453.29/449.37	c cleaning 51000 clauses out of 102005 with flag 2821226/1369324
493.41/489.38	c cleaning 51999 clauses out of 104005 with flag 2928743/1422324
528.13/523.94	c cleaning 53002 clauses out of 106008 with flag 3038257/1476326
563.46/559.12	c cleaning 54000 clauses out of 108004 with flag 3149774/1531324
599.42/594.91	c cleaning 54997 clauses out of 110002 with flag 3263454/1587322
628.31/623.64	c cleaning 56002 clauses out of 112006 with flag 3379346/1644323
661.34/656.58	c cleaning 56996 clauses out of 114003 with flag 3497231/1702322
690.14/685.28	c cleaning 58001 clauses out of 116007 with flag 3617162/1761322
719.26/714.23	c cleaning 59004 clauses out of 118008 with flag 3739233/1821324
754.78/749.56	c cleaning 60000 clauses out of 120004 with flag 3863035/1882324
797.48/792.09	c cleaning 60995 clauses out of 122002 with flag 3990123/1944322
840.39/834.89	c cleaning 61997 clauses out of 124007 with flag 4118366/2007322
884.38/878.60	c cleaning 63004 clauses out of 126012 with flag 4248579/2071324
923.35/917.35	c cleaning 64003 clauses out of 128006 with flag 4380803/2136322
958.80/952.59	c cleaning 64996 clauses out of 130003 with flag 4515249/2202322
999.41/992.93	c cleaning 66000 clauses out of 132009 with flag 4651569/2269324
1038.35/1031.63	c cleaning 67004 clauses out of 134010 with flag 4789929/2337325
1073.36/1066.31	c cleaning 67997 clauses out of 136003 with flag 4930431/2406322
1111.81/1104.59	c cleaning 69001 clauses out of 138008 with flag 5072871/2476324
1150.76/1143.09	c cleaning 69995 clauses out of 140006 with flag 5217609/2547323
1195.41/1187.45	c cleaning 71001 clauses out of 142010 with flag 5364407/2619322
1247.67/1239.30	c cleaning 72002 clauses out of 144011 with flag 5512954/2692324
1297.40/1288.51	c cleaning 73004 clauses out of 146010 with flag 5663203/2766325
1353.75/1344.44	c cleaning 74000 clauses out of 148004 with flag 5815520/2841323
1413.40/1403.60	c cleaning 75002 clauses out of 150005 with flag 5970178/2917324
1481.92/1471.36	c cleaning 76001 clauses out of 152002 with flag 6126793/2994323
1555.83/1544.59	c cleaning 76997 clauses out of 154001 with flag 6285439/3072323
1638.17/1626.08	c cleaning 77995 clauses out of 156003 with flag 6446186/3151322
1717.02/1704.13	c cleaning 79001 clauses out of 158011 with flag 6608851/3231325
1800.06/1786.30	c starts		: 1972
1800.06/1786.30	c conflicts		: 3312322
1800.06/1786.30	c decisions		: 4127099
1800.06/1786.30	c propagations		: 19339780
1800.06/1786.30	c inspects		: 23486486611
1800.06/1786.30	c shortcuts		: 0
1800.06/1786.30	c learnt literals	: 0
1800.06/1786.30	c learnt binary clauses	: 0
1800.06/1786.30	c learnt ternary clauses	: 0
1800.06/1786.30	c learnt constraints	: 3312322
1800.06/1786.30	c ignored constraints	: 0
1800.06/1786.30	c root simplifications	: 0
1800.06/1786.30	c removed literals (reason simplification)	: 0
1800.06/1786.30	c reason swapping (by a shorter reason)	: 0
1800.06/1786.30	c Calls to reduceDB	: 77
1800.06/1786.30	c Number of update (reduction) of LBD	: 29634
1800.06/1786.30	c Imported unit clauses	: 0
1800.06/1786.30	c number of reductions to clauses (during analyze)	: 0
1800.06/1786.30	c number of learned constraints concerned by reduction	: 0
1800.06/1786.30	c number of learning phase by resolution	: 0
1800.06/1786.30	c number of learning phase by cutting planes	: 0
1800.06/1786.30	c speed (assignments/second)	: 10829.393121521285
1800.06/1786.30	c non guided choices	0
1800.06/1786.33	c learnt constraints type 
1800.06/1786.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160007
1800.06/1786.33	s SATISFIABLE
1800.06/1786.33	c Found 6 solution(s)
1800.06/1786.33	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 x310 -x311 -x312 -x313 -x314 -x315 x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 
1800.06/1786.33	c objective function=-24
1800.06/1786.33	c Total wall clock time (in seconds): 1786.234

Verifier Data

OK	-24

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4085318-1465234435/watcher-4085318-1465234435 -o /tmp/evaluation-result-4085318-1465234435/solver-4085318-1465234435 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085318-1465234435.opb 

pid=1011
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.29 2.11 2.10 3/194 1014
/proc/meminfo: memFree=31030936/32872528 swapFree=12352/737972
[pid=1014] ppid=1011 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1014/stat : 1014 (java) R 1011 1014 31144 0 -1 4202496 1065 0 0 0 0 0 0 0 20 0 1 0 105378017 23793664 714 33554432000 1073741824 1073778376 140734173354784 140734173343848 213857121640 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1014/statm: 5809 714 529 9 0 128 0
[pid=1014/tid=1015] ppid=1011 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 31144 0 -1 4202560 132 0 0 0 0 0 0 0 20 0 2 0 105378018 98578432 980 33554432000 1073741824 1073778376 140734173354784 140474505834024 213869721054 0 0 4096 2048 0 0 0 -1 1 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.29 2.11 2.10 3/194 1014
/proc/meminfo: memFree=31030936/32872528 swapFree=12352/737972
[pid=1014] ppid=1011 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/1014/stat : 1014 (java) S 1011 1014 31144 0 -1 4202496 4494 0 1 0 10 1 0 0 20 0 18 0 105378017 9787879424 6128 33554432000 1073741824 1073778376 140734173354784 140734173345920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1014/statm: 2389619 6128 2157 9 0 2380296 0
[pid=1014/tid=1015] ppid=1011 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 31144 0 -1 4202560 2376 0 1 0 8 0 0 0 20 0 18 0 105378018 9787879424 6128 33554432000 1073741824 1073778376 140734173354784 140474505837944 140474495901675 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200357 s]
/proc/loadavg: 2.29 2.11 2.10 3/194 1014
/proc/meminfo: memFree=31030936/32872528 swapFree=12352/737972
[pid=1014] ppid=1011 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/1014/stat : 1014 (java) S 1011 1014 31144 0 -1 4202496 4852 0 1 0 27 1 0 0 20 0 18 0 105378017 9787879424 6917 33554432000 1073741824 1073778376 140734173354784 140734173345920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1014/statm: 2389619 6917 2217 9 0 2380296 0
[pid=1014/tid=1015] ppid=1011 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 31144 0 -1 4202560 2393 0 1 0 18 0 0 0 20 0 18 0 105378018 9787879424 6917 33554432000 1073741824 1073778376 140734173354784 140474505837944 140474512495248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300364 s]
/proc/loadavg: 2.29 2.11 2.10 3/194 1014
/proc/meminfo: memFree=31030936/32872528 swapFree=12352/737972
[pid=1014] ppid=1011 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/1014/stat : 1014 (java) S 1011 1014 31144 0 -1 4202496 5788 0 1 0 48 1 0 0 20 0 18 0 105378017 9787879424 8428 33554432000 1073741824 1073778376 140734173354784 140734173345920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1014/statm: 2389619 8428 2232 9 0 2380296 0
[pid=1014/tid=1015] ppid=1011 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 31144 0 -1 4202560 2395 0 1 0 27 0 0 0 20 0 18 0 105378018 9787879424 8428 33554432000 1073741824 1073778376 140734173354784 140474505837944 140474371300982 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700345 s]
/proc/loadavg: 2.29 2.11 2.10 3/194 1014
/proc/meminfo: memFree=31030936/32872528 swapFree=12352/737972
[pid=1014] ppid=1011 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/1014/stat : 1014 (java) S 1011 1014 31144 0 -1 4202496 13147 0 1 0 158 3 0 0 20 0 19 0 105378017 9856040960 18467 33554432000 1073741824 1073778376 140734173354784 140734173345920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1014/statm: 2406260 18467 2259 9 0 2396937 0
[pid=1014/tid=1015] ppid=1011 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 31144 0 -1 4202560 2425 0 1 0 66 1 0 0 20 0 19 0 105378018 9856040960 18467 33554432000 1073741824 1073778376 140734173354784 140474505817104 140474372088306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9625040

[startup+1.50088 s]
/proc/loadavg: 2.43 2.15 2.10 5/213 1033
/proc/meminfo: memFree=30954736/32872528 swapFree=12352/737972
[pid=1014] ppid=1011 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/1014/stat : 1014 (java) S 1011 1014 31144 0 -1 4202496 14029 0 1 0 258 3 0 0 20 0 19 0 105378017 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140734173345920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1014/statm: 2406260 23089 2269 9 0 2396937 0
[pid=1014/tid=1015] ppid=1011 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 31144 0 -1 4202560 2435 0 1 0 146 1 0 0 20 0 19 0 105378018 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474505830096 140474372123734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1017] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1017/stat : 1017 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474494900520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1018] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1018/stat : 1018 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474493847720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1019] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1019/stat : 1019 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474492795432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1014/tid=1020] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1020/stat : 1020 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474491742632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1021] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1021/stat : 1021 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474490690344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1022] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1022/stat : 1022 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474343701160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1023] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1023/stat : 1023 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474342648872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1024] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1024/stat : 1024 (java) S 1011 1014 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474341596072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1025] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1025/stat : 1025 (java) S 1011 1014 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105378019 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474329397480 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1026] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1026/stat : 1026 (java) S 1011 1014 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105378020 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474328343544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1027] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1027/stat : 1027 (java) S 1011 1014 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105378020 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474327291144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1028] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1028/stat : 1028 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474326239632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1029] ppid=1011 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/1014/task/1029/stat : 1029 (java) S 1011 1014 31144 0 -1 4202560 5436 0 0 0 56 0 0 0 20 0 19 0 105378022 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474325187256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1030] ppid=1011 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/1014/task/1030/stat : 1030 (java) S 1011 1014 31144 0 -1 4202560 4880 0 0 0 53 0 0 0 20 0 19 0 105378022 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474324134456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1031] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1031/stat : 1031 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474323082360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1032] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1032/stat : 1032 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474322029768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1033] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1033/stat : 1033 (java) S 1011 1014 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105378062 9856040960 23089 33554432000 1073741824 1073778376 140734173354784 140474320974760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.43 2.15 2.10 3/213 1033
/proc/meminfo: memFree=30931580/32872528 swapFree=12352/737972
[pid=1014] ppid=1011 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/1014/stat : 1014 (java) S 1011 1014 31144 0 -1 4202496 14047 0 1 0 422 3 0 0 20 0 19 0 105378017 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140734173345920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1014/statm: 2406260 31282 2269 9 0 2396937 0
[pid=1014/tid=1015] ppid=1011 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 31144 0 -1 4202560 2452 0 1 0 306 1 0 0 20 0 19 0 105378018 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474505838984 140474372277249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1017] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1017/stat : 1017 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474494900520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1018] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1018/stat : 1018 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474493847720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1019] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1019/stat : 1019 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474492795432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1014/tid=1020] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1020/stat : 1020 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474491742632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1021] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1021/stat : 1021 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474490690344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1022] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1022/stat : 1022 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474343701160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1023] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1023/stat : 1023 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474342648872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1024] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1024/stat : 1024 (java) S 1011 1014 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474341596072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1025] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1025/stat : 1025 (java) S 1011 1014 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105378019 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474329397480 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1026] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1026/stat : 1026 (java) S 1011 1014 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105378020 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474328343544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1027] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1027/stat : 1027 (java) S 1011 1014 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105378020 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474327291144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1028] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1028/stat : 1028 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474326239632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1029] ppid=1011 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/1014/task/1029/stat : 1029 (java) S 1011 1014 31144 0 -1 4202560 5437 0 0 0 59 0 0 0 20 0 19 0 105378022 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474325187256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1030] ppid=1011 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1014/task/1030/stat : 1030 (java) S 1011 1014 31144 0 -1 4202560 4880 0 0 0 54 0 0 0 20 0 19 0 105378022 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474324134456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1031] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1031/stat : 1031 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474323082360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1032] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1032/stat : 1032 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474322029768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1033] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1033/stat : 1033 (java) S 1011 1014 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105378062 9856040960 31282 33554432000 1073741824 1073778376 140734173354784 140474320974760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625040

[startup+6.3009 s]
/proc/loadavg: 2.43 2.15 2.10 3/213 1033
/proc/meminfo: memFree=30876432/32872528 swapFree=12352/737972
[pid=1014] ppid=1011 vsize=9625040 CPUtime=7.53 cores=1,3,5,7
/proc/1014/stat : 1014 (java) S 1011 1014 31144 0 -1 4202496 14162 0 1 0 745 8 0 0 20 0 19 0 105378017 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140734173345920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1014/statm: 2406260 51077 2283 9 0 2396937 0
[pid=1014/tid=1015] ppid=1011 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 31144 0 -1 4202560 2478 0 1 0 621 2 0 0 20 0 19 0 105378018 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474505837880 140474372067909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1017] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1017/stat : 1017 (java) S 1011 1014 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474494900520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1014/tid=1018] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1018/stat : 1018 (java) S 1011 1014 31144 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474493847720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1019] ppid=1011 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/1014/task/1019/stat : 1019 (java) S 1011 1014 31144 0 -1 4202560 20 0 0 0 0 1 0 0 20 0 19 0 105378018 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474492795432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1020] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1020/stat : 1020 (java) S 1011 1014 31144 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474491742632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1021] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1021/stat : 1021 (java) S 1011 1014 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474490690344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1022] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1022/stat : 1022 (java) S 1011 1014 31144 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474343701160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1023] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1023/stat : 1023 (java) S 1011 1014 31144 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474342648872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1024] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1024/stat : 1024 (java) S 1011 1014 31144 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105378018 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474341596072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1025] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1025/stat : 1025 (java) S 1011 1014 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105378019 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474329397480 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1026] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1026/stat : 1026 (java) S 1011 1014 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105378020 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474328343544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1027] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1027/stat : 1027 (java) S 1011 1014 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105378020 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474327291144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1028] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1028/stat : 1028 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474326239632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1029] ppid=1011 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/1014/task/1029/stat : 1029 (java) S 1011 1014 31144 0 -1 4202560 5437 0 0 0 59 0 0 0 20 0 19 0 105378022 9856040960 51077 33554432000 1073741824 1073778376 140734173354784 140474325187256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1030] ppid=1011 vsize=9625040 CPUtime=0.54 cores=1,3,5,7

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

[pid=1014/tid=1033] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1033/stat : 1033 (java) S 1011 1014 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105378062 9856040960 76398 33554432000 1073741824 1073778376 140734173354784 140474320974760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1735.47
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.07 2.07 3/213 1166
/proc/meminfo: memFree=29931204/32872528 swapFree=12352/737972
[pid=1014] ppid=1011 vsize=9625040 CPUtime=1796.04 cores=1,3,5,7
/proc/1014/stat : 1014 (java) S 1011 1014 31144 0 -1 4202496 27718 0 1 0 179399 205 0 0 20 0 19 0 105378017 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140734173345920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1014/statm: 2406260 91516 2292 9 0 2396937 0
[pid=1014/tid=1015] ppid=1011 vsize=9625040 CPUtime=1768.1 cores=1,3,5,7
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 31144 0 -1 4202560 2834 0 1 0 176777 33 0 0 20 0 19 0 105378018 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474505837912 140474372123095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1017] ppid=1011 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/1014/task/1017/stat : 1017 (java) S 1011 1014 31144 0 -1 4202560 1692 0 0 0 184 19 0 0 20 0 19 0 105378018 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474494900520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1018] ppid=1011 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/1014/task/1018/stat : 1018 (java) S 1011 1014 31144 0 -1 4202560 1157 0 0 0 213 18 0 0 20 0 19 0 105378018 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474493847720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1019] ppid=1011 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/1014/task/1019/stat : 1019 (java) S 1011 1014 31144 0 -1 4202560 1634 0 0 0 206 18 0 0 20 0 19 0 105378018 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474492795432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1020] ppid=1011 vsize=9625040 CPUtime=2.3 cores=1,3,5,7
/proc/1014/task/1020/stat : 1020 (java) S 1011 1014 31144 0 -1 4202560 2146 0 0 0 212 18 0 0 20 0 19 0 105378018 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474491742632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1014/tid=1021] ppid=1011 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/1014/task/1021/stat : 1021 (java) S 1011 1014 31144 0 -1 4202560 1116 0 0 0 196 17 0 0 20 0 19 0 105378018 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474490690344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1022] ppid=1011 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/1014/task/1022/stat : 1022 (java) S 1011 1014 31144 0 -1 4202560 1453 0 0 0 211 20 0 0 20 0 19 0 105378018 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474343701160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1023] ppid=1011 vsize=9625040 CPUtime=2.3 cores=1,3,5,7
/proc/1014/task/1023/stat : 1023 (java) S 1011 1014 31144 0 -1 4202560 1174 0 0 0 209 21 0 0 20 0 19 0 105378018 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474342648872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1024] ppid=1011 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/1014/task/1024/stat : 1024 (java) S 1011 1014 31144 0 -1 4202560 1509 0 0 0 189 18 0 0 20 0 19 0 105378018 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474341596072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1025] ppid=1011 vsize=9625040 CPUtime=4.11 cores=1,3,5,7
/proc/1014/task/1025/stat : 1025 (java) S 1011 1014 31144 0 -1 4202560 1317 0 0 0 403 8 0 0 20 0 19 0 105378019 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474329397480 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1026] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1026/stat : 1026 (java) S 1011 1014 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105378020 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474328343544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1027] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1027/stat : 1027 (java) S 1011 1014 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105378020 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474327291144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1028] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1028/stat : 1028 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474326239632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1029] ppid=1011 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/1014/task/1029/stat : 1029 (java) S 1011 1014 31144 0 -1 4202560 5439 0 0 0 62 0 0 0 20 0 19 0 105378022 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474325187256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1030] ppid=1011 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1014/task/1030/stat : 1030 (java) S 1011 1014 31144 0 -1 4202560 4880 0 0 0 54 0 0 0 20 0 19 0 105378022 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474324134456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1031] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1031/stat : 1031 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474323082360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1032] ppid=1011 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/1014/task/1032/stat : 1032 (java) S 1011 1014 31144 0 -1 4202560 103 0 0 0 28 43 0 0 20 0 19 0 105378022 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474322029768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1033] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1033/stat : 1033 (java) S 1011 1014 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105378062 9856040960 91516 33554432000 1073741824 1073778376 140734173354784 140474320974760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1796.04
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.3 s]
/proc/loadavg: 2.09 2.07 2.07 3/213 1166
/proc/meminfo: memFree=29925060/32872528 swapFree=12352/737972
[pid=1014] ppid=1011 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/1014/stat : 1014 (java) S 1011 1014 31144 0 -1 4202496 27726 0 1 0 179801 205 0 0 20 0 19 0 105378017 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140734173345920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1014/statm: 2406260 92540 2292 9 0 2396937 0
[pid=1014/tid=1015] ppid=1011 vsize=9625040 CPUtime=1772.08 cores=1,3,5,7
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 31144 0 -1 4202560 2835 0 1 0 177175 33 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474505837776 140474372289089 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1017] ppid=1011 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/1014/task/1017/stat : 1017 (java) S 1011 1014 31144 0 -1 4202560 1692 0 0 0 184 19 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474494900520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1018] ppid=1011 vsize=9625040 CPUtime=2.32 cores=1,3,5,7
/proc/1014/task/1018/stat : 1018 (java) S 1011 1014 31144 0 -1 4202560 1158 0 0 0 214 18 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474493847720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1014/tid=1019] ppid=1011 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/1014/task/1019/stat : 1019 (java) S 1011 1014 31144 0 -1 4202560 1636 0 0 0 207 18 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474492795432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1020] ppid=1011 vsize=9625040 CPUtime=2.3 cores=1,3,5,7
/proc/1014/task/1020/stat : 1020 (java) S 1011 1014 31144 0 -1 4202560 2146 0 0 0 212 18 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474491742632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1014/tid=1021] ppid=1011 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/1014/task/1021/stat : 1021 (java) S 1011 1014 31144 0 -1 4202560 1118 0 0 0 197 17 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474490690344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1022] ppid=1011 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/1014/task/1022/stat : 1022 (java) S 1011 1014 31144 0 -1 4202560 1453 0 0 0 211 20 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474343701160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1023] ppid=1011 vsize=9625040 CPUtime=2.3 cores=1,3,5,7
/proc/1014/task/1023/stat : 1023 (java) S 1011 1014 31144 0 -1 4202560 1174 0 0 0 209 21 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474342648872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1024] ppid=1011 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/1014/task/1024/stat : 1024 (java) S 1011 1014 31144 0 -1 4202560 1511 0 0 0 190 18 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474341596072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1025] ppid=1011 vsize=9625040 CPUtime=4.11 cores=1,3,5,7
/proc/1014/task/1025/stat : 1025 (java) S 1011 1014 31144 0 -1 4202560 1317 0 0 0 403 8 0 0 20 0 19 0 105378019 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474329397480 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1026] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1026/stat : 1026 (java) S 1011 1014 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105378020 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474328343544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1027] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1027/stat : 1027 (java) S 1011 1014 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105378020 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474327291144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1028] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1028/stat : 1028 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474326239632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1029] ppid=1011 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/1014/task/1029/stat : 1029 (java) S 1011 1014 31144 0 -1 4202560 5439 0 0 0 62 0 0 0 20 0 19 0 105378022 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474325187256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1030] ppid=1011 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1014/task/1030/stat : 1030 (java) S 1011 1014 31144 0 -1 4202560 4880 0 0 0 54 0 0 0 20 0 19 0 105378022 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474324134456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1031] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1031/stat : 1031 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474323082360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1032] ppid=1011 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/1014/task/1032/stat : 1032 (java) S 1011 1014 31144 0 -1 4202560 103 0 0 0 29 43 0 0 20 0 19 0 105378022 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474322029768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1033] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1033/stat : 1033 (java) S 1011 1014 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105378062 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474320974760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1014 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1786.3 s]
/proc/loadavg: 2.09 2.07 2.07 3/213 1166
/proc/meminfo: memFree=29925060/32872528 swapFree=12352/737972
[pid=1014] ppid=1011 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/1014/stat : 1014 (java) S 1011 1014 31144 0 -1 4202496 27726 0 1 0 179801 205 0 0 20 0 19 0 105378017 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140734173345920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1014/statm: 2406260 92540 2292 9 0 2396937 0
[pid=1014/tid=1015] ppid=1011 vsize=9625040 CPUtime=1772.08 cores=1,3,5,7
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 31144 0 -1 4202560 2835 0 1 0 177175 33 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474505837776 140474372289089 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1017] ppid=1011 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/1014/task/1017/stat : 1017 (java) S 1011 1014 31144 0 -1 4202560 1692 0 0 0 184 19 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474494900520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1018] ppid=1011 vsize=9625040 CPUtime=2.32 cores=1,3,5,7
/proc/1014/task/1018/stat : 1018 (java) S 1011 1014 31144 0 -1 4202560 1158 0 0 0 214 18 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474493847720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1014/tid=1019] ppid=1011 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/1014/task/1019/stat : 1019 (java) S 1011 1014 31144 0 -1 4202560 1636 0 0 0 207 18 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474492795432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1020] ppid=1011 vsize=9625040 CPUtime=2.3 cores=1,3,5,7
/proc/1014/task/1020/stat : 1020 (java) S 1011 1014 31144 0 -1 4202560 2146 0 0 0 212 18 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474491742632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1014/tid=1021] ppid=1011 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/1014/task/1021/stat : 1021 (java) S 1011 1014 31144 0 -1 4202560 1118 0 0 0 197 17 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474490690344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1022] ppid=1011 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/1014/task/1022/stat : 1022 (java) S 1011 1014 31144 0 -1 4202560 1453 0 0 0 211 20 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474343701160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1023] ppid=1011 vsize=9625040 CPUtime=2.3 cores=1,3,5,7
/proc/1014/task/1023/stat : 1023 (java) S 1011 1014 31144 0 -1 4202560 1174 0 0 0 209 21 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474342648872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1024] ppid=1011 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/1014/task/1024/stat : 1024 (java) S 1011 1014 31144 0 -1 4202560 1511 0 0 0 190 18 0 0 20 0 19 0 105378018 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474341596072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1025] ppid=1011 vsize=9625040 CPUtime=4.11 cores=1,3,5,7
/proc/1014/task/1025/stat : 1025 (java) S 1011 1014 31144 0 -1 4202560 1317 0 0 0 403 8 0 0 20 0 19 0 105378019 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474329397480 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1026] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1026/stat : 1026 (java) S 1011 1014 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105378020 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474328343544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1027] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1027/stat : 1027 (java) S 1011 1014 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105378020 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474327291144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1028] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1028/stat : 1028 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474326239632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1029] ppid=1011 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/1014/task/1029/stat : 1029 (java) S 1011 1014 31144 0 -1 4202560 5439 0 0 0 62 0 0 0 20 0 19 0 105378022 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474325187256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1014/tid=1030] ppid=1011 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1014/task/1030/stat : 1030 (java) S 1011 1014 31144 0 -1 4202560 4880 0 0 0 54 0 0 0 20 0 19 0 105378022 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474324134456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1031] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1031/stat : 1031 (java) S 1011 1014 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105378022 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474323082360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1014/tid=1032] ppid=1011 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/1014/task/1032/stat : 1032 (java) S 1011 1014 31144 0 -1 4202560 103 0 0 0 29 43 0 0 20 0 19 0 105378022 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474322029768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1014/tid=1033] ppid=1011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1014/task/1033/stat : 1033 (java) S 1011 1014 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105378062 9856040960 92540 33554432000 1073741824 1073778376 140734173354784 140474320974760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1014 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=668320
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=481622
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1786.34
CPU time (s): 1800.06
CPU user time (s): 1798.01
CPU system time (s): 2.05
CPU usage (%): 100.768
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.67
system time used= 2.48162
maximum resident set size= 769204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27762
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48413
involuntary context switches= 43998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.835 second user time and 16.2445 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-06 19:33:56
IDJOB=4085318
IDBENCH=2235
IDSOLVER=2546
FILE ID=node112/4085318-1465234435
RUNJOBID= node112-1465218300-31161
PBS_JOBID= 19843211
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085318-1465234435/watcher-4085318-1465234435 -o /tmp/evaluation-result-4085318-1465234435/solver-4085318-1465234435 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085318-1465234435.opb

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

MD5SUM BENCH= 2e8a2f5e2511f10f037e700bd45c84a1
RANDOM SEED=92116418

node112.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		: 2666.783
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	: 5333.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		: 2666.783
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	: 5332.55
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		: 2666.783
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	: 5332.55
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		: 2666.783
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	: 5332.56
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		: 2666.783
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	: 5332.54
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		: 2666.783
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	: 5332.72
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		: 2666.783
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	: 5332.55
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		: 2666.783
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31031464 kB
Buffers:           21772 kB
Cached:            85952 kB
SwapCached:         1628 kB
Active:           343852 kB
Inactive:          49348 kB
Active(anon):     287008 kB
Inactive(anon):      564 kB
Active(file):      56844 kB
Inactive(file):    48784 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098564 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:       1035164 kB
Mapped:            15248 kB
Shmem:                 0 kB
Slab:             566228 kB
SReclaimable:       9740 kB
SUnreclaim:       556488 kB
KernelStack:        1568 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1427476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    987136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node112 at 2016-06-06 20:03:42