Trace number 4109216

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16MSAT (TO) 1800.01 1794.15

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-21-20--soft-33-100-0.wbo
MD5SUMc9bbca9920220172e28f0008e519bfaf
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1800.02
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables420
Total number of constraints41
Number of soft constraints32
Number of constraints which are clauses21
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 1258
Min constraint cost 1
Max constraint cost 83
Sum of constraints costs 1257
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4109216-1466343579.wbo
0.08/0.12	c reading problem ... 
0.08/0.16	c ... done. Wall clock time 0.039s.
0.08/0.16	c declared #vars     420
0.08/0.16	c internal #vars     452
0.08/0.16	c #constraints  41
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21
0.08/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.08/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13
0.08/0.16	c 41 constraints processed.
0.08/0.16	c objective function length is 32 literals
0.46/0.34	c SATISFIABLE
0.46/0.34	c OPTIMIZING...
0.46/0.34	c Got one! Elapsed wall clock time (in seconds):0.221
0.46/0.34	o 46
1.03/0.79	c cleaning 2945 clauses out of 5889 with flag 23305/5889
1.16/0.87	c Got one! Elapsed wall clock time (in seconds):0.749
1.16/0.87	o 18
1.33/0.94	c Got one! Elapsed wall clock time (in seconds):0.817
1.33/0.94	o 7
1.44/1.02	c Got one! Elapsed wall clock time (in seconds):0.9
1.44/1.02	o 1
1.54/1.18	c cleaning 4750 clauses out of 9502 with flag 12425/12447
2.04/1.62	c cleaning 5372 clauses out of 10753 with flag 58502/18448
2.54/2.15	c cleaning 6184 clauses out of 12380 with flag 110708/25447
3.35/2.92	c cleaning 7090 clauses out of 14196 with flag 173675/33447
4.45/4.02	c cleaning 8049 clauses out of 16108 with flag 250174/42449
5.85/5.45	c cleaning 9015 clauses out of 18058 with flag 330982/52448
7.55/7.16	c cleaning 10010 clauses out of 20046 with flag 417846/63451
8.84/8.49	c cleaning 10950 clauses out of 22032 with flag 523041/75447
10.36/9.93	c cleaning 12041 clauses out of 24083 with flag 647673/88448
12.65/12.21	c cleaning 13017 clauses out of 26041 with flag 785526/102447
14.85/14.41	c cleaning 14011 clauses out of 28024 with flag 930067/117447
17.06/16.69	c cleaning 15006 clauses out of 30016 with flag 1079089/133450
20.19/19.72	c cleaning 15993 clauses out of 32008 with flag 1240341/150448
24.39/23.94	c cleaning 17004 clauses out of 34014 with flag 1423902/168447
28.89/28.41	c cleaning 17999 clauses out of 36010 with flag 1618834/187447
33.39/32.98	c cleaning 19005 clauses out of 38011 with flag 1823333/207447
37.90/37.40	c cleaning 19998 clauses out of 40006 with flag 2031942/228447
43.82/43.30	c cleaning 21002 clauses out of 42008 with flag 2254611/250447
48.62/48.05	c cleaning 21999 clauses out of 44006 with flag 2463943/273447
54.92/54.31	c cleaning 23001 clauses out of 46007 with flag 2699879/297447
61.62/61.09	c cleaning 23996 clauses out of 48006 with flag 2945050/322447
68.12/67.55	c cleaning 25005 clauses out of 50011 with flag 3193942/348448
74.87/74.11	c cleaning 26002 clauses out of 52007 with flag 3431432/375449
81.47/80.71	c cleaning 26991 clauses out of 54003 with flag 3698193/403447
88.46/87.75	c cleaning 27995 clauses out of 56012 with flag 3969011/432447
96.16/95.48	c cleaning 29002 clauses out of 58018 with flag 4264578/462448
105.31/104.45	c cleaning 30002 clauses out of 60016 with flag 4600680/493448
114.11/113.27	c cleaning 31006 clauses out of 62014 with flag 4961599/525448
124.22/123.31	c cleaning 31999 clauses out of 64007 with flag 5332979/558447
133.93/132.83	c cleaning 33003 clauses out of 66011 with flag 5697400/592450
144.33/143.24	c cleaning 33998 clauses out of 68007 with flag 5994506/627449
154.43/153.33	c cleaning 34999 clauses out of 70008 with flag 6284985/663448
166.68/165.48	c cleaning 35998 clauses out of 72008 with flag 6647446/700447
179.09/177.83	c cleaning 37001 clauses out of 74010 with flag 6986495/738447
193.59/192.34	c cleaning 38000 clauses out of 76009 with flag 7346221/777447
209.03/207.56	c cleaning 39000 clauses out of 78009 with flag 7720522/817447
223.74/222.26	c cleaning 39999 clauses out of 80009 with flag 8018220/858447
239.84/238.34	c cleaning 40995 clauses out of 82010 with flag 8358513/900447
257.60/255.83	c cleaning 42005 clauses out of 84015 with flag 8684564/943447
272.08/270.16	c cleaning 43001 clauses out of 86010 with flag 9064911/987447
289.59/287.62	c cleaning 43998 clauses out of 88010 with flag 9485044/1032448
308.16/306.09	c cleaning 44999 clauses out of 90012 with flag 9978054/1078448
326.63/324.40	c cleaning 45965 clauses out of 92012 with flag 10500969/1125447
345.23/343.01	c cleaning 47019 clauses out of 94047 with flag 11067500/1173447
371.02/368.71	c cleaning 47997 clauses out of 96030 with flag 11572817/1222449
392.91/390.60	c cleaning 49001 clauses out of 98031 with flag 12044246/1272447
420.10/417.60	c cleaning 50002 clauses out of 100033 with flag 12614103/1323450
445.59/443.13	c cleaning 51003 clauses out of 102028 with flag 13204162/1375447
473.65/471.16	c cleaning 52012 clauses out of 104030 with flag 13832745/1428452
502.42/499.86	c cleaning 52995 clauses out of 106014 with flag 14445086/1482448
531.84/529.19	c cleaning 53974 clauses out of 108018 with flag 15098632/1537447
559.82/557.07	c cleaning 55008 clauses out of 110045 with flag 15684201/1593448
594.28/591.41	c cleaning 56008 clauses out of 112036 with flag 16198229/1650447
622.68/619.75	c cleaning 57008 clauses out of 114031 with flag 16733651/1708450
655.87/652.81	c cleaning 58010 clauses out of 116037 with flag 17304732/1767464
689.35/686.23	c cleaning 58994 clauses out of 118011 with flag 17911107/1827448
724.25/721.05	c cleaning 60005 clauses out of 120021 with flag 18519785/1888452
758.46/755.16	c cleaning 60998 clauses out of 122011 with flag 19106208/1950447
792.27/788.88	c cleaning 61995 clauses out of 124014 with flag 19686667/2013448
820.43/816.90	c cleaning 62999 clauses out of 126019 with flag 20363593/2077448
861.52/857.92	c cleaning 63996 clauses out of 128020 with flag 21133956/2142448
896.69/893.08	c cleaning 65004 clauses out of 130023 with flag 21832417/2208447
931.21/927.45	c cleaning 66001 clauses out of 132020 with flag 22575946/2275448
964.99/961.18	c cleaning 67002 clauses out of 134020 with flag 23345804/2343449
999.54/995.64	c cleaning 67981 clauses out of 136016 with flag 24196964/2412447
1037.80/1033.70	c cleaning 69011 clauses out of 138036 with flag 25038277/2482448
1075.56/1071.46	c cleaning 70003 clauses out of 140025 with flag 25915464/2553448
1120.92/1116.63	c cleaning 71004 clauses out of 142021 with flag 26673823/2625447
1159.50/1155.17	c cleaning 71994 clauses out of 144021 with flag 27441729/2698451
1209.04/1204.59	c cleaning 72987 clauses out of 146024 with flag 28309739/2772448
1262.05/1257.45	c cleaning 74010 clauses out of 148036 with flag 29239562/2847447
1313.17/1308.44	c cleaning 75009 clauses out of 150028 with flag 30146585/2923449
1371.12/1366.28	c cleaning 75999 clauses out of 152017 with flag 31029838/3000447
1425.59/1420.60	c cleaning 77001 clauses out of 154020 with flag 31937632/3078449
1482.93/1477.86	c cleaning 78004 clauses out of 156019 with flag 32915327/3157449
1544.47/1539.11	c cleaning 79000 clauses out of 158013 with flag 33936259/3237447
1604.11/1598.65	c cleaning 79999 clauses out of 160013 with flag 34910005/3318447
1665.85/1660.25	c cleaning 80998 clauses out of 162014 with flag 35902017/3400447
1714.73/1709.03	c cleaning 81999 clauses out of 164017 with flag 36800963/3483448
1767.66/1761.81	c cleaning 83002 clauses out of 166018 with flag 37704599/3567448
1800.01/1794.11	c starts		: 5155
1800.01/1794.11	c conflicts		: 3623581
1800.01/1794.11	c decisions		: 5687483
1800.01/1794.11	c propagations		: 62758325
1800.01/1794.11	c inspects		: 32153570844
1800.01/1794.11	c shortcuts		: 0
1800.01/1794.11	c learnt literals	: 0
1800.01/1794.11	c learnt binary clauses	: 0
1800.01/1794.11	c learnt ternary clauses	: 0
1800.01/1794.11	c learnt constraints	: 3623581
1800.01/1794.11	c ignored constraints	: 0
1800.01/1794.11	c root simplifications	: 0
1800.01/1794.11	c removed literals (reason simplification)	: 0
1800.01/1794.11	c reason swapping (by a shorter reason)	: 0
1800.01/1794.11	c Calls to reduceDB	: 81
1800.01/1794.11	c Number of update (reduction) of LBD	: 2352585
1800.01/1794.11	c Imported unit clauses	: 0
1800.01/1794.11	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.11	c number of learned constraints concerned by reduction	: 0
1800.01/1794.11	c number of learning phase by resolution	: 0
1800.01/1794.11	c number of learning phase by cutting planes	: 0
1800.01/1794.11	c speed (assignments/second)	: 34983.39693613966
1800.01/1794.11	c non guided choices	1472
1800.01/1794.14	c learnt constraints type 
1800.01/1794.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139149
1800.01/1794.14	s SATISFIABLE
1800.01/1794.14	c Found 4 solution(s)
1800.01/1794.14	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 
1800.01/1794.14	c objective function=1
1800.01/1794.14	c Total wall clock time (in seconds): 1794.017

Verifier Data

OK	1

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-4109216-1466343579/watcher-4109216-1466343579 -o /tmp/evaluation-result-4109216-1466343579/solver-4109216-1466343579 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13115 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109216-1466343579.wbo 

pid=13268
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: 1.99 1.99 1.68 3/194 13271
/proc/meminfo: memFree=31187816/32872528 swapFree=8292/8292
[pid=13271] ppid=13268 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/13271/stat : 13271 (java) D 13268 13271 13098 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 36402743 9515008 175 33554432000 1073741824 1073778376 140733969631280 140733969614008 243765429136 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/13271/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 1.99 1.99 1.68 3/194 13271
/proc/meminfo: memFree=31187816/32872528 swapFree=8292/8292
[pid=13271] ppid=13268 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13271/stat : 13271 (java) S 13268 13271 13098 0 -1 4202496 4384 0 1 0 7 1 0 0 20 0 18 0 36402743 9787879424 4984 33554432000 1073741824 1073778376 140736728852528 140736728843664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13271/statm: 2389619 4986 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 1.99 1.99 1.68 3/194 13271
/proc/meminfo: memFree=31187816/32872528 swapFree=8292/8292
[pid=13271] ppid=13268 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/13271/stat : 13271 (java) S 13268 13271 13098 0 -1 4202496 6289 0 1 0 23 2 0 0 20 0 19 0 36402743 9856040960 6924 33554432000 1073741824 1073778376 140736728852528 140736728843664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13271/statm: 2406260 6924 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300229 s]
/proc/loadavg: 1.99 1.99 1.68 3/194 13271
/proc/meminfo: memFree=31187816/32872528 swapFree=8292/8292
[pid=13271] ppid=13268 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/13271/stat : 13271 (java) S 13268 13271 13098 0 -1 4202496 6766 0 1 0 44 2 0 0 20 0 19 0 36402743 9856040960 7978 33554432000 1073741824 1073778376 140736728852528 140736728843664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13271/statm: 2406260 7978 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625040

[startup+0.700155 s]
/proc/loadavg: 1.99 1.99 1.68 3/194 13271
/proc/meminfo: memFree=31187816/32872528 swapFree=8292/8292
[pid=13271] ppid=13268 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/13271/stat : 13271 (java) S 13268 13271 13098 0 -1 4202496 9997 0 1 0 101 2 0 0 20 0 19 0 36402743 9856040960 9916 33554432000 1073741824 1073778376 140736728852528 140736728843664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13271/statm: 2406260 9916 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.15 2.03 1.69 3/213 13290
/proc/meminfo: memFree=31152756/32872528 swapFree=8292/8292
[pid=13271] ppid=13268 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/13271/stat : 13271 (java) S 13268 13271 13098 0 -1 4202496 10154 0 1 0 191 3 0 0 20 0 19 0 36402743 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 140736728843664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13271/statm: 2406260 11603 2257 9 0 2396937 0
[pid=13271/tid=13273] ppid=13268 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (java) R 13268 13271 13098 0 -1 4202560 2474 0 1 0 143 2 0 0 20 0 19 0 36402744 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979968655616 139979841072110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13274] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979812272296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13275] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13275/stat : 13275 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979811219752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13276] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13276/stat : 13276 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979810167208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13277] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13277/stat : 13277 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979809114664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13271/tid=13278] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13278/stat : 13278 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979808062120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13279] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13279/stat : 13279 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979807009576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13271/tid=13280] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13280/stat : 13280 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979805957032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13281] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13281/stat : 13281 (java) S 13268 13271 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979804904488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13282] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13282/stat : 13282 (java) S 13268 13271 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979792705640 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13283] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13283/stat : 13283 (java) S 13268 13271 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979791651960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13284] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13284/stat : 13284 (java) S 13268 13271 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979790599304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13285] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13285/stat : 13285 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402749 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979789548048 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13286] ppid=13268 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13271/task/13286/stat : 13286 (java) S 13268 13271 13098 0 -1 4202560 4365 0 0 0 27 0 0 0 20 0 19 0 36402749 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979788495416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13287] ppid=13268 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/13271/task/13287/stat : 13287 (java) S 13268 13271 13098 0 -1 4202560 2043 0 0 0 17 0 0 0 20 0 19 0 36402749 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979787442872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13288] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13288/stat : 13288 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402750 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979786390520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13289] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13289/stat : 13289 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402750 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979785338184 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13290] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13290/stat : 13290 (java) S 13268 13271 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36402759 9856040960 11603 33554432000 1073741824 1073778376 140736728852528 139979784282920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.15 2.03 1.69 3/213 13290
/proc/meminfo: memFree=31145744/32872528 swapFree=8292/8292
[pid=13271] ppid=13268 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/13271/stat : 13271 (java) S 13268 13271 13098 0 -1 4202496 10163 0 1 0 352 3 0 0 20 0 19 0 36402743 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 140736728843664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13271/statm: 2406260 14167 2257 9 0 2396937 0
[pid=13271/tid=13273] ppid=13268 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (java) R 13268 13271 13098 0 -1 4202560 2479 0 1 0 303 2 0 0 20 0 19 0 36402744 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979968646848 139979841128196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13274] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979812272296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13275] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13275/stat : 13275 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979811219752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13276] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13276/stat : 13276 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979810167208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13277] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13277/stat : 13277 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979809114664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13271/tid=13278] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13278/stat : 13278 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979808062120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13279] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13279/stat : 13279 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979807009576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13271/tid=13280] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13280/stat : 13280 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979805957032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13281] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13281/stat : 13281 (java) S 13268 13271 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979804904488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13282] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13282/stat : 13282 (java) S 13268 13271 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979792705640 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13283] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13283/stat : 13283 (java) S 13268 13271 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979791651960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13284] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13284/stat : 13284 (java) S 13268 13271 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979790599304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13285] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13285/stat : 13285 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402749 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979789548048 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13286] ppid=13268 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13271/task/13286/stat : 13286 (java) S 13268 13271 13098 0 -1 4202560 4369 0 0 0 29 0 0 0 20 0 19 0 36402749 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979788495416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13287] ppid=13268 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/13271/task/13287/stat : 13287 (java) S 13268 13271 13098 0 -1 4202560 2043 0 0 0 17 0 0 0 20 0 19 0 36402749 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979787442872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13288] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13288/stat : 13288 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402750 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979786390520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13289] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13289/stat : 13289 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402750 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979785338184 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13290] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13290/stat : 13290 (java) S 13268 13271 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36402759 9856040960 14167 33554432000 1073741824 1073778376 140736728852528 139979784282920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.14 2.03 1.69 3/213 13290
/proc/meminfo: memFree=31131452/32872528 swapFree=8292/8292
[pid=13271] ppid=13268 vsize=9625040 CPUtime=6.75 cores=1,3,5,7
/proc/13271/stat : 13271 (java) S 13268 13271 13098 0 -1 4202496 10171 0 1 0 672 3 0 0 20 0 19 0 36402743 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 140736728843664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13271/statm: 2406260 17191 2258 9 0 2396937 0
[pid=13271/tid=13273] ppid=13268 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (java) R 13268 13271 13098 0 -1 4202560 2486 0 1 0 622 2 0 0 20 0 19 0 36402744 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979968646848 139979841075134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13274] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979812272296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13275] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13275/stat : 13275 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979811219752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13276] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13276/stat : 13276 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979810167208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13277] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13277/stat : 13277 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979809114664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13271/tid=13278] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13278/stat : 13278 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979808062120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13279] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13279/stat : 13279 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979807009576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13271/tid=13280] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13280/stat : 13280 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979805957032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13281] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13281/stat : 13281 (java) S 13268 13271 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36402745 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979804904488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13282] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13282/stat : 13282 (java) S 13268 13271 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979792705640 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13283] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13283/stat : 13283 (java) S 13268 13271 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979791651960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13284] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13284/stat : 13284 (java) S 13268 13271 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979790599304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13285] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13285/stat : 13285 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402749 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979789548048 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13286] ppid=13268 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13271/task/13286/stat : 13286 (java) S 13268 13271 13098 0 -1 4202560 4369 0 0 0 29 0 0 0 20 0 19 0 36402749 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979788495416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13287] ppid=13268 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/13271/task/13287/stat : 13287 (java) S 13268 13271 13098 0 -1 4202560 2043 0 0 0 17 0 0 0 20 0 19 0 36402749 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979787442872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13288] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13288/stat : 13288 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402750 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979786390520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13289] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13289/stat : 13289 (java) S 13268 13271 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36402750 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979785338184 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13290] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13290/stat : 13290 (java) S 13268 13271 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36402759 9856040960 17191 33554432000 1073741824 1073778376 140736728852528 139979784282920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625040


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

/proc/13271/task/13290/stat : 13290 (java) S 13268 13271 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36402759 9856040960 108284 33554432000 1073741824 1073778376 140736728852528 139979784282920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1728.04
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/213 14977
/proc/meminfo: memFree=30839964/32872528 swapFree=8292/8292
[pid=13271] ppid=13268 vsize=9625040 CPUtime=1788.2 cores=1,3,5,7
/proc/13271/stat : 13271 (java) S 13268 13271 13098 0 -1 4202496 14191 0 1 0 178705 115 0 0 20 0 19 0 36402743 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 140736728843664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13271/statm: 2406260 106742 2280 9 0 2396937 0
[pid=13271/tid=13273] ppid=13268 vsize=9625040 CPUtime=1774.27 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (java) R 13268 13271 13098 0 -1 4202560 2596 0 1 0 177395 32 0 0 20 0 19 0 36402744 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979968654512 139979841128325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13274] ppid=13268 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (java) S 13268 13271 13098 0 -1 4202560 650 0 0 0 89 12 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979812272296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13275] ppid=13268 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/13271/task/13275/stat : 13275 (java) S 13268 13271 13098 0 -1 4202560 366 0 0 0 81 11 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979811219752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13276] ppid=13268 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/13271/task/13276/stat : 13276 (java) S 13268 13271 13098 0 -1 4202560 479 0 0 0 80 7 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979810167208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13277] ppid=13268 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/13271/task/13277/stat : 13277 (java) S 13268 13271 13098 0 -1 4202560 346 0 0 0 73 8 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979809114664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13278] ppid=13268 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/13271/task/13278/stat : 13278 (java) S 13268 13271 13098 0 -1 4202560 274 0 0 0 88 10 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979808062120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13279] ppid=13268 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/13271/task/13279/stat : 13279 (java) S 13268 13271 13098 0 -1 4202560 303 0 0 0 86 11 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979807009576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13280] ppid=13268 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/13271/task/13280/stat : 13280 (java) S 13268 13271 13098 0 -1 4202560 392 0 0 0 77 10 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979805957032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13281] ppid=13268 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/13271/task/13281/stat : 13281 (java) S 13268 13271 13098 0 -1 4202560 410 0 0 0 86 8 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979804904488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13271/tid=13282] ppid=13268 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/13271/task/13282/stat : 13282 (java) S 13268 13271 13098 0 -1 4202560 481 0 0 0 114 3 0 0 20 0 19 0 36402747 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979792705640 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13283] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13283/stat : 13283 (java) S 13268 13271 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979791651960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13284] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13284/stat : 13284 (java) S 13268 13271 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979790599304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13285] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13285/stat : 13285 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402749 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979789548048 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13286] ppid=13268 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13271/task/13286/stat : 13286 (java) S 13268 13271 13098 0 -1 4202560 4369 0 0 0 29 0 0 0 20 0 19 0 36402749 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979788495416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13287] ppid=13268 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13271/task/13287/stat : 13287 (java) S 13268 13271 13098 0 -1 4202560 2163 0 0 0 19 0 0 0 20 0 19 0 36402749 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979787442872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13288] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13288/stat : 13288 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402750 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979786390520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13289] ppid=13268 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13271/task/13289/stat : 13289 (java) S 13268 13271 13098 0 -1 4202560 104 0 0 0 28 38 0 0 20 0 19 0 36402750 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979785338184 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13290] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13290/stat : 13290 (java) S 13268 13271 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36402759 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979784282920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.2
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.1 s]
/proc/loadavg: 2.01 2.01 1.91 3/213 14978
/proc/meminfo: memFree=30840128/32872528 swapFree=8292/8292
[pid=13271] ppid=13268 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/13271/stat : 13271 (java) S 13268 13271 13098 0 -1 4202496 14191 0 1 0 179886 115 0 0 20 0 19 0 36402743 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 140736728843664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13271/statm: 2406260 106742 2280 9 0 2396937 0
[pid=13271/tid=13273] ppid=13268 vsize=9625040 CPUtime=1786.05 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (java) R 13268 13271 13098 0 -1 4202560 2596 0 1 0 178572 33 0 0 20 0 19 0 36402744 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979968654512 139979841072110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13274] ppid=13268 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (java) S 13268 13271 13098 0 -1 4202560 650 0 0 0 89 12 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979812272296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13275] ppid=13268 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/13271/task/13275/stat : 13275 (java) S 13268 13271 13098 0 -1 4202560 366 0 0 0 81 11 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979811219752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13276] ppid=13268 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/13271/task/13276/stat : 13276 (java) S 13268 13271 13098 0 -1 4202560 479 0 0 0 80 7 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979810167208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13277] ppid=13268 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/13271/task/13277/stat : 13277 (java) S 13268 13271 13098 0 -1 4202560 346 0 0 0 73 8 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979809114664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13278] ppid=13268 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/13271/task/13278/stat : 13278 (java) S 13268 13271 13098 0 -1 4202560 274 0 0 0 88 10 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979808062120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13279] ppid=13268 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/13271/task/13279/stat : 13279 (java) S 13268 13271 13098 0 -1 4202560 303 0 0 0 86 11 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979807009576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13280] ppid=13268 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/13271/task/13280/stat : 13280 (java) S 13268 13271 13098 0 -1 4202560 392 0 0 0 77 10 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979805957032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13281] ppid=13268 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/13271/task/13281/stat : 13281 (java) S 13268 13271 13098 0 -1 4202560 410 0 0 0 86 8 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979804904488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13271/tid=13282] ppid=13268 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/13271/task/13282/stat : 13282 (java) S 13268 13271 13098 0 -1 4202560 481 0 0 0 114 3 0 0 20 0 19 0 36402747 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979792705640 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13283] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13283/stat : 13283 (java) S 13268 13271 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979791651960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13284] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13284/stat : 13284 (java) S 13268 13271 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979790599304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13285] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13285/stat : 13285 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402749 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979789548048 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13286] ppid=13268 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13271/task/13286/stat : 13286 (java) S 13268 13271 13098 0 -1 4202560 4369 0 0 0 29 0 0 0 20 0 19 0 36402749 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979788495416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13287] ppid=13268 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13271/task/13287/stat : 13287 (java) S 13268 13271 13098 0 -1 4202560 2163 0 0 0 19 0 0 0 20 0 19 0 36402749 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979787442872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13288] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13288/stat : 13288 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402750 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979786390520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13289] ppid=13268 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13271/task/13289/stat : 13289 (java) S 13268 13271 13098 0 -1 4202560 104 0 0 0 28 39 0 0 20 0 19 0 36402750 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979785338184 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13290] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13290/stat : 13290 (java) S 13268 13271 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36402759 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979784282920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 13271 sig 9
??? kill -13271 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.1 s]
/proc/loadavg: 2.01 2.01 1.91 3/213 14978
/proc/meminfo: memFree=30840128/32872528 swapFree=8292/8292
[pid=13271] ppid=13268 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/13271/stat : 13271 (java) S 13268 13271 13098 0 -1 4202496 14191 0 1 0 179886 115 0 0 20 0 19 0 36402743 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 140736728843664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13271/statm: 2406260 106742 2280 9 0 2396937 0
[pid=13271/tid=13273] ppid=13268 vsize=9625040 CPUtime=1786.05 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (java) R 13268 13271 13098 0 -1 4202560 2596 0 1 0 178572 33 0 0 20 0 19 0 36402744 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979968654512 139979841072110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13274] ppid=13268 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (java) S 13268 13271 13098 0 -1 4202560 650 0 0 0 89 12 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979812272296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13275] ppid=13268 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/13271/task/13275/stat : 13275 (java) S 13268 13271 13098 0 -1 4202560 366 0 0 0 81 11 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979811219752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13276] ppid=13268 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/13271/task/13276/stat : 13276 (java) S 13268 13271 13098 0 -1 4202560 479 0 0 0 80 7 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979810167208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13277] ppid=13268 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/13271/task/13277/stat : 13277 (java) S 13268 13271 13098 0 -1 4202560 346 0 0 0 73 8 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979809114664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13271/tid=13278] ppid=13268 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/13271/task/13278/stat : 13278 (java) S 13268 13271 13098 0 -1 4202560 274 0 0 0 88 10 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979808062120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13279] ppid=13268 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/13271/task/13279/stat : 13279 (java) S 13268 13271 13098 0 -1 4202560 303 0 0 0 86 11 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979807009576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13280] ppid=13268 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/13271/task/13280/stat : 13280 (java) S 13268 13271 13098 0 -1 4202560 392 0 0 0 77 10 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979805957032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13281] ppid=13268 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/13271/task/13281/stat : 13281 (java) S 13268 13271 13098 0 -1 4202560 410 0 0 0 86 8 0 0 20 0 19 0 36402745 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979804904488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13271/tid=13282] ppid=13268 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/13271/task/13282/stat : 13282 (java) S 13268 13271 13098 0 -1 4202560 481 0 0 0 114 3 0 0 20 0 19 0 36402747 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979792705640 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13283] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13283/stat : 13283 (java) S 13268 13271 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979791651960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13284] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13284/stat : 13284 (java) S 13268 13271 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36402747 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979790599304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13285] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13285/stat : 13285 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402749 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979789548048 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13286] ppid=13268 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13271/task/13286/stat : 13286 (java) S 13268 13271 13098 0 -1 4202560 4369 0 0 0 29 0 0 0 20 0 19 0 36402749 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979788495416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13287] ppid=13268 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13271/task/13287/stat : 13287 (java) S 13268 13271 13098 0 -1 4202560 2163 0 0 0 19 0 0 0 20 0 19 0 36402749 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979787442872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13288] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13288/stat : 13288 (java) S 13268 13271 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36402750 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979786390520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13271/tid=13289] ppid=13268 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13271/task/13289/stat : 13289 (java) S 13268 13271 13098 0 -1 4202560 104 0 0 0 28 39 0 0 20 0 19 0 36402750 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979785338184 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13271/tid=13290] ppid=13268 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13290/stat : 13290 (java) S 13268 13271 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36402759 9856040960 106742 33554432000 1073741824 1073778376 140736728852528 139979784282920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1794.15
CPU time (s): 1800.01
CPU user time (s): 1798.86
CPU system time (s): 1.15
CPU usage (%): 100.327
Max. virtual memory (cumulated for all children) (KiB): 9625620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.43
system time used= 1.66275
maximum resident set size= 781768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14243
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39726
involuntary context switches= 24264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4324 second user time and 13.9629 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-19 15:39:39
IDJOB=4109216
IDBENCH=78736
IDSOLVER=2551
FILE ID=node151/4109216-1466343579
RUNJOBID= node151-1466341797-13115
PBS_JOBID= 19922011
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-21-20--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109216-1466343579/watcher-4109216-1466343579 -o /tmp/evaluation-result-4109216-1466343579/solver-4109216-1466343579 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13115 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109216-1466343579.wbo

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

MD5SUM BENCH= c9bbca9920220172e28f0008e519bfaf
RANDOM SEED=716497517

node151.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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		: 2667.103
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        31188452 kB
Buffers:          119180 kB
Cached:           197732 kB
SwapCached:         1712 kB
Active:           710152 kB
Inactive:         195340 kB
Active(anon):     587532 kB
Inactive(anon):     3280 kB
Active(file):     122620 kB
Inactive(file):   192060 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               428 kB
Writeback:             0 kB
AnonPages:        645076 kB
Mapped:            16512 kB
Shmem:                 0 kB
Slab:             637700 kB
SReclaimable:      81412 kB
SUnreclaim:       556288 kB
KernelStack:        1760 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     740552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 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= 71740 MiB
End job on node151 at 2016-06-19 16:09:33