Trace number 4090624

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.03 1794.94

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-21-20--soft-66-100-0.wbo
MD5SUM92adeb187a48a927ab5078673cfa945b
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 constraints11
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 551
Min constraint cost 1
Max constraint cost 93
Sum of constraints costs 550
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4090624-1466063946.wbo
0.09/0.12	c reading problem ... 
0.09/0.15	c ... done. Wall clock time 0.038s.
0.09/0.15	c declared #vars     420
0.09/0.15	c internal #vars     431
0.09/0.15	c #constraints  41
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7
0.09/0.15	c 41 constraints processed.
0.09/0.15	c objective function length is 11 literals
0.27/0.25	c SATISFIABLE
0.27/0.25	c OPTIMIZING...
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.138
0.27/0.25	o 81
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.222
0.51/0.34	o 51
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.243
0.51/0.36	o 48
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.27
0.51/0.39	o 23
1.05/0.73	c cleaning 3354 clauses out of 6720 with flag 27802/6720
1.62/1.26	c cleaning 4679 clauses out of 9368 with flag 75006/12722
1.91/1.54	c Got one! Elapsed wall clock time (in seconds):1.422
1.91/1.54	o 1
2.11/1.72	c cleaning 5261 clauses out of 10542 with flag 15149/18575
2.73/2.39	c cleaning 5633 clauses out of 11281 with flag 63654/24575
3.53/3.16	c cleaning 6311 clauses out of 12644 with flag 119471/31571
4.53/4.13	c cleaning 7160 clauses out of 14333 with flag 180286/39571
5.83/5.42	c cleaning 8080 clauses out of 16177 with flag 247169/48575
7.23/6.83	c cleaning 9040 clauses out of 18094 with flag 320094/58572
8.24/7.85	c cleaning 10013 clauses out of 20053 with flag 396288/69571
9.54/9.10	c cleaning 11002 clauses out of 22041 with flag 481318/81572
11.34/10.92	c cleaning 12003 clauses out of 24039 with flag 590994/94572
13.24/12.88	c cleaning 13003 clauses out of 26037 with flag 706149/108573
15.14/14.71	c cleaning 13981 clauses out of 28032 with flag 821917/123571
17.04/16.67	c cleaning 15007 clauses out of 30051 with flag 982618/139571
20.43/20.07	c cleaning 16021 clauses out of 32044 with flag 1158005/156571
23.93/23.51	c cleaning 17007 clauses out of 34024 with flag 1328194/174572
26.75/26.40	c cleaning 18006 clauses out of 36016 with flag 1515874/193571
30.45/30.03	c cleaning 18999 clauses out of 38011 with flag 1712452/213572
34.35/33.99	c cleaning 20003 clauses out of 40013 with flag 1922826/234573
39.85/39.42	c cleaning 21002 clauses out of 42008 with flag 2144199/256571
45.05/44.61	c cleaning 22005 clauses out of 44009 with flag 2382120/279574
51.03/50.54	c cleaning 22997 clauses out of 46001 with flag 2627395/303571
56.43/55.95	c cleaning 24000 clauses out of 48004 with flag 2868977/328571
61.04/60.51	c cleaning 24998 clauses out of 50004 with flag 3120810/354571
67.53/67.10	c cleaning 26002 clauses out of 52007 with flag 3360512/381572
73.54/72.90	c cleaning 27000 clauses out of 54005 with flag 3570131/409572
81.14/80.55	c cleaning 28000 clauses out of 56008 with flag 3798201/438575
88.94/88.35	c cleaning 28997 clauses out of 58005 with flag 4025072/468572
97.45/96.81	c cleaning 30001 clauses out of 60007 with flag 4293976/499571
107.54/106.72	c cleaning 30993 clauses out of 62006 with flag 4566623/531571
119.64/118.81	c cleaning 31999 clauses out of 64018 with flag 4885791/564576
130.83/130.04	c cleaning 33001 clauses out of 66014 with flag 5212312/598571
138.93/138.12	c cleaning 33985 clauses out of 68014 with flag 5484035/633572
149.72/148.78	c cleaning 34992 clauses out of 70028 with flag 5762208/669571
159.91/158.90	c cleaning 35997 clauses out of 72036 with flag 6051783/706571
171.02/170.02	c cleaning 37012 clauses out of 74040 with flag 6432915/744572
183.98/182.79	c cleaning 38009 clauses out of 76030 with flag 6771082/783574
195.28/194.01	c cleaning 39000 clauses out of 78019 with flag 7078954/823572
207.09/205.83	c cleaning 39999 clauses out of 80018 with flag 7398122/864571
220.65/219.19	c cleaning 41002 clauses out of 82023 with flag 7787427/906575
235.85/234.40	c cleaning 41989 clauses out of 84017 with flag 8181652/949571
250.75/248.91	c cleaning 43004 clauses out of 86028 with flag 8557467/993571
265.74/263.91	c cleaning 44002 clauses out of 88024 with flag 8894352/1038571
282.11/280.02	c cleaning 44999 clauses out of 90023 with flag 9234277/1084572
300.18/298.04	c cleaning 46005 clauses out of 92024 with flag 9610926/1131572
319.28/317.19	c cleaning 47004 clauses out of 94018 with flag 10026352/1179571
341.48/339.25	c cleaning 47998 clauses out of 96014 with flag 10513550/1228571
364.19/361.87	c cleaning 48992 clauses out of 98016 with flag 11000882/1278571
385.79/383.43	c cleaning 50005 clauses out of 100024 with flag 11473713/1329571
404.88/402.40	c cleaning 51004 clauses out of 102020 with flag 11919854/1381572
428.21/425.70	c cleaning 52002 clauses out of 104017 with flag 12422716/1434573
451.99/449.42	c cleaning 53001 clauses out of 106014 with flag 12954788/1488572
481.76/479.11	c cleaning 54000 clauses out of 108012 with flag 13575884/1543571
511.97/509.35	c cleaning 54997 clauses out of 110012 with flag 14136047/1599571
545.94/543.28	c cleaning 55993 clauses out of 112015 with flag 14749598/1656571
575.61/572.88	c cleaning 57004 clauses out of 114022 with flag 15349872/1714571
605.83/603.09	c cleaning 58001 clauses out of 116020 with flag 15933411/1773573
642.32/639.46	c cleaning 59003 clauses out of 118017 with flag 16535172/1833571
680.09/677.14	c cleaning 60000 clauses out of 120014 with flag 17090663/1894571
718.92/715.99	c cleaning 61003 clauses out of 122015 with flag 17685914/1956572
760.30/757.23	c cleaning 62002 clauses out of 124012 with flag 18291757/2019572
801.09/797.98	c cleaning 62996 clauses out of 126012 with flag 18941833/2083574
844.61/841.34	c cleaning 63998 clauses out of 128016 with flag 19583423/2148574
887.23/883.84	c cleaning 64997 clauses out of 130015 with flag 20233797/2214571
934.82/931.39	c cleaning 66005 clauses out of 132020 with flag 20933599/2281573
987.62/984.07	c cleaning 67002 clauses out of 134015 with flag 21711485/2349573
1040.37/1036.62	c cleaning 68002 clauses out of 136011 with flag 22467601/2418571
1095.74/1091.91	c cleaning 68995 clauses out of 138009 with flag 23280437/2488571
1155.41/1151.58	c cleaning 70002 clauses out of 140015 with flag 24144131/2559572
1217.21/1213.13	c cleaning 70999 clauses out of 142012 with flag 25024913/2631571
1275.05/1270.84	c cleaning 72001 clauses out of 144014 with flag 25848293/2704572
1344.63/1340.33	c cleaning 72987 clauses out of 146012 with flag 26725930/2778571
1407.26/1402.87	c cleaning 74005 clauses out of 148025 with flag 27608649/2853571
1478.86/1474.31	c cleaning 75003 clauses out of 150022 with flag 28598276/2929573
1545.83/1541.28	c cleaning 76000 clauses out of 152017 with flag 29540289/3006571
1617.24/1612.56	c cleaning 77006 clauses out of 154017 with flag 30434223/3084571
1687.43/1682.59	c cleaning 77988 clauses out of 156012 with flag 31229990/3163572
1761.98/1756.95	c cleaning 79005 clauses out of 158023 with flag 32035686/3243571
1800.03/1794.90	c starts		: 5776
1800.03/1794.90	c conflicts		: 3302827
1800.03/1794.90	c decisions		: 4911318
1800.03/1794.90	c propagations		: 50437052
1800.03/1794.90	c inspects		: 28814910269
1800.03/1794.90	c shortcuts		: 0
1800.03/1794.90	c learnt literals	: 0
1800.03/1794.90	c learnt binary clauses	: 0
1800.03/1794.90	c learnt ternary clauses	: 0
1800.03/1794.90	c learnt constraints	: 3302827
1800.03/1794.90	c ignored constraints	: 0
1800.03/1794.90	c root simplifications	: 0
1800.03/1794.90	c removed literals (reason simplification)	: 0
1800.03/1794.90	c reason swapping (by a shorter reason)	: 0
1800.03/1794.90	c Calls to reduceDB	: 78
1800.03/1794.90	c Number of update (reduction) of LBD	: 1883888
1800.03/1794.90	c Imported unit clauses	: 0
1800.03/1794.90	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.90	c number of learned constraints concerned by reduction	: 0
1800.03/1794.90	c number of learning phase by resolution	: 0
1800.03/1794.90	c number of learning phase by cutting planes	: 0
1800.03/1794.90	c speed (assignments/second)	: 28102.628507113826
1800.03/1794.90	c non guided choices	1624
1800.03/1794.93	c learnt constraints type 
1800.03/1794.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138274
1800.03/1794.93	s SATISFIABLE
1800.03/1794.93	c Found 5 solution(s)
1800.03/1794.93	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.03/1794.93	c objective function=1
1800.03/1794.93	c Total wall clock time (in seconds): 1794.817

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-4090624-1466063946/watcher-4090624-1466063946 -o /tmp/evaluation-result-4090624-1466063946/solver-4090624-1466063946 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466062134-7217 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090624-1466063946.wbo 

pid=7698
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.08 1.83 3/194 7701
/proc/meminfo: memFree=30552692/32872528 swapFree=1103228/1182944
[pid=7701] ppid=7698 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/7701/stat : 7701 (java) R 7698 7701 7201 0 -1 4202496 470 0 0 0 0 0 0 0 20 0 1 0 8443620 9379840 124 33554432000 1073741824 1073778376 140734215172960 140734215170088 271790941760 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7701/statm: 2372 131 100 9 0 120 0

[startup+0.10006 s]
/proc/loadavg: 2.00 2.08 1.83 3/194 7701
/proc/meminfo: memFree=30552692/32872528 swapFree=1103228/1182944
[pid=7701] ppid=7698 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7701/stat : 7701 (java) S 7698 7701 7201 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 8443620 9787879424 6031 33554432000 1073741824 1073778376 140734215172960 140734215164096 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7701/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 2.00 2.08 1.83 3/194 7701
/proc/meminfo: memFree=30552692/32872528 swapFree=1103228/1182944
[pid=7701] ppid=7698 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7701/stat : 7701 (java) S 7698 7701 7201 0 -1 4202496 6449 0 1 0 26 1 0 0 20 0 19 0 8443620 9856040960 7418 33554432000 1073741824 1073778376 140734215172960 140734215164096 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7701/statm: 2406260 7418 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300311 s]
/proc/loadavg: 2.00 2.08 1.83 3/194 7701
/proc/meminfo: memFree=30552692/32872528 swapFree=1103228/1182944
[pid=7701] ppid=7698 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7701/stat : 7701 (java) S 7698 7701 7201 0 -1 4202496 7152 0 1 0 50 1 0 0 20 0 19 0 8443620 9856040960 8455 33554432000 1073741824 1073778376 140734215172960 140734215164096 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7701/statm: 2406260 8455 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700252 s]
/proc/loadavg: 2.00 2.08 1.83 3/194 7701
/proc/meminfo: memFree=30552692/32872528 swapFree=1103228/1182944
[pid=7701] ppid=7698 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/7701/stat : 7701 (java) S 7698 7701 7201 0 -1 4202496 9169 0 1 0 103 2 0 0 20 0 19 0 8443620 9856040960 8979 33554432000 1073741824 1073778376 140734215172960 140734215164096 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7701/statm: 2406260 8979 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.00 2.08 1.83 3/213 7720
/proc/meminfo: memFree=30525804/32872528 swapFree=1103228/1182944
[pid=7701] ppid=7698 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/7701/stat : 7701 (java) S 7698 7701 7201 0 -1 4202496 9364 0 1 0 189 2 0 0 20 0 19 0 8443620 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140734215164096 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7701/statm: 2406260 10520 2250 9 0 2396937 0
[pid=7701/tid=7703] ppid=7698 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/7701/task/7703/stat : 7703 (java) R 7698 7701 7201 0 -1 4202560 2417 0 1 0 145 1 0 0 20 0 19 0 8443621 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617750843104 140617581658072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7701/tid=7704] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7704/stat : 7704 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617712343464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7705] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7705/stat : 7705 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617711290920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7706] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7706/stat : 7706 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617710237864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7707] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7707/stat : 7707 (java) S 7698 7701 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617709185320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7701/tid=7708] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7708/stat : 7708 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617708133288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7709] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7709/stat : 7709 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617707080744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7710] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7710/stat : 7710 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617706027688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7711] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7711/stat : 7711 (java) S 7698 7701 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617704975144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7712] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7712/stat : 7712 (java) S 7698 7701 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8443623 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617574218088 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7713] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7713/stat : 7713 (java) S 7698 7701 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8443624 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617573164408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7714] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7714/stat : 7714 (java) S 7698 7701 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8443624 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617572111240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7715] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7715/stat : 7715 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443626 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617571059984 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7716] ppid=7698 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/7701/task/7716/stat : 7716 (java) S 7698 7701 7201 0 -1 4202560 2850 0 0 0 21 0 0 0 20 0 19 0 8443627 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617570007864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7717] ppid=7698 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7701/task/7717/stat : 7717 (java) S 7698 7701 7201 0 -1 4202560 2825 0 0 0 20 0 0 0 20 0 19 0 8443627 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617568955320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7718] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7718/stat : 7718 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443627 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617567902456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7719] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7719/stat : 7719 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443627 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140617566850120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7720] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7720/stat : 7720 (java) S 7698 7701 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8443636 9856040960 10520 33554432000 1073741824 1073778376 140734215172960 140616558175272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.00 2.08 1.83 3/213 7720
/proc/meminfo: memFree=30517736/32872528 swapFree=1103228/1182944
[pid=7701] ppid=7698 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/7701/stat : 7701 (java) S 7698 7701 7201 0 -1 4202496 9370 0 1 0 351 2 0 0 20 0 19 0 8443620 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140734215164096 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7701/statm: 2406260 12569 2250 9 0 2396937 0
[pid=7701/tid=7703] ppid=7698 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/7701/task/7703/stat : 7703 (java) R 7698 7701 7201 0 -1 4202560 2422 0 1 0 304 1 0 0 20 0 19 0 8443621 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617750851864 140617582014135 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7701/tid=7704] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7704/stat : 7704 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617712343464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7705] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7705/stat : 7705 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617711290920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7706] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7706/stat : 7706 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617710237864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7707] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7707/stat : 7707 (java) S 7698 7701 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617709185320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7701/tid=7708] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7708/stat : 7708 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617708133288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7709] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7709/stat : 7709 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617707080744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7710] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7710/stat : 7710 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617706027688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7711] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7711/stat : 7711 (java) S 7698 7701 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617704975144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7712] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7712/stat : 7712 (java) S 7698 7701 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8443623 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617574218088 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7713] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7713/stat : 7713 (java) S 7698 7701 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8443624 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617573164408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7714] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7714/stat : 7714 (java) S 7698 7701 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8443624 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617572111240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7715] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7715/stat : 7715 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443626 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617571059984 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7716] ppid=7698 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7701/task/7716/stat : 7716 (java) S 7698 7701 7201 0 -1 4202560 2851 0 0 0 23 0 0 0 20 0 19 0 8443627 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617570007864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7717] ppid=7698 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/7701/task/7717/stat : 7717 (java) S 7698 7701 7201 0 -1 4202560 2825 0 0 0 21 0 0 0 20 0 19 0 8443627 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617568955320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7718] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7718/stat : 7718 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443627 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617567902456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7719] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7719/stat : 7719 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443627 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140617566850120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7720] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7720/stat : 7720 (java) S 7698 7701 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8443636 9856040960 12569 33554432000 1073741824 1073778376 140734215172960 140616558175272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.00 2.08 1.83 3/213 7720
/proc/meminfo: memFree=30503032/32872528 swapFree=1103228/1182944
[pid=7701] ppid=7698 vsize=9625040 CPUtime=6.73 cores=0,2,4,6
/proc/7701/stat : 7701 (java) S 7698 7701 7201 0 -1 4202496 9378 0 1 0 671 2 0 0 20 0 19 0 8443620 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140734215164096 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7701/statm: 2406260 15614 2251 9 0 2396937 0
[pid=7701/tid=7703] ppid=7698 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/7701/task/7703/stat : 7703 (java) R 7698 7701 7201 0 -1 4202560 2429 0 1 0 623 1 0 0 20 0 19 0 8443621 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617750843088 140617582063222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7701/tid=7704] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7704/stat : 7704 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617712343464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7705] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7705/stat : 7705 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617711290920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7706] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7706/stat : 7706 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617710237864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7707] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7707/stat : 7707 (java) S 7698 7701 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617709185320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7701/tid=7708] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7708/stat : 7708 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617708133288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7709] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7709/stat : 7709 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617707080744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7710] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7710/stat : 7710 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617706027688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7711] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7711/stat : 7711 (java) S 7698 7701 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8443622 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617704975144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7712] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7712/stat : 7712 (java) S 7698 7701 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8443623 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617574218088 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7713] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7713/stat : 7713 (java) S 7698 7701 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8443624 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617573164408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7714] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7714/stat : 7714 (java) S 7698 7701 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8443624 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617572111240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7715] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7715/stat : 7715 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443626 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617571059984 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7716] ppid=7698 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7701/task/7716/stat : 7716 (java) S 7698 7701 7201 0 -1 4202560 2851 0 0 0 23 0 0 0 20 0 19 0 8443627 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617570007864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7717] ppid=7698 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/7701/task/7717/stat : 7717 (java) S 7698 7701 7201 0 -1 4202560 2825 0 0 0 21 0 0 0 20 0 19 0 8443627 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617568955320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7718] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7718/stat : 7718 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443627 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617567902456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7719] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7719/stat : 7719 (java) S 7698 7701 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8443627 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140617566850120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7720] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7720/stat : 7720 (java) S 7698 7701 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8443636 9856040960 15614 33554432000 1073741824 1073778376 140734215172960 140616558175272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9625040


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

[pid=7701/tid=7720] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7720/stat : 7720 (java) S 7698 7701 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8443636 9856040960 106250 33554432000 1073741824 1073778376 140734215172960 140616558175272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.3
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.22 2.13 3/213 9668
/proc/meminfo: memFree=30035092/32872528 swapFree=1103228/1182944
[pid=7701] ppid=7698 vsize=9625040 CPUtime=1787.43 cores=0,2,4,6
/proc/7701/stat : 7701 (java) S 7698 7701 7201 0 -1 4202496 13231 0 1 0 178636 107 0 0 20 0 19 0 8443620 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140734215164096 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7701/statm: 2406260 104167 2277 9 0 2396937 0
[pid=7701/tid=7703] ppid=7698 vsize=9625040 CPUtime=1775.09 cores=0,2,4,6
/proc/7701/task/7703/stat : 7703 (java) R 7698 7701 7201 0 -1 4202560 2529 0 1 0 177478 31 0 0 20 0 19 0 8443621 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617750850784 140617582063222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7704] ppid=7698 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/7701/task/7704/stat : 7704 (java) S 7698 7701 7201 0 -1 4202560 440 0 0 0 70 8 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617712343464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7701/tid=7705] ppid=7698 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/7701/task/7705/stat : 7705 (java) S 7698 7701 7201 0 -1 4202560 277 0 0 0 64 9 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617711290920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7706] ppid=7698 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/7701/task/7706/stat : 7706 (java) S 7698 7701 7201 0 -1 4202560 393 0 0 0 73 10 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617710237864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7707] ppid=7698 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/7701/task/7707/stat : 7707 (java) S 7698 7701 7201 0 -1 4202560 376 0 0 0 74 12 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617709185320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7708] ppid=7698 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/7701/task/7708/stat : 7708 (java) S 7698 7701 7201 0 -1 4202560 256 0 0 0 67 9 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617708133288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7709] ppid=7698 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7701/task/7709/stat : 7709 (java) S 7698 7701 7201 0 -1 4202560 298 0 0 0 58 9 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617707080744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7710] ppid=7698 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/7701/task/7710/stat : 7710 (java) S 7698 7701 7201 0 -1 4202560 333 0 0 0 72 8 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617706027688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7711] ppid=7698 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/7701/task/7711/stat : 7711 (java) S 7698 7701 7201 0 -1 4202560 390 0 0 0 62 11 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617704975144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7712] ppid=7698 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/7701/task/7712/stat : 7712 (java) S 7698 7701 7201 0 -1 4202560 437 0 0 0 74 2 0 0 20 0 19 0 8443623 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617574218088 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7713] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7713/stat : 7713 (java) S 7698 7701 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8443624 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617573164408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7714] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7714/stat : 7714 (java) S 7698 7701 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8443624 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617572111240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7715] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7715/stat : 7715 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443626 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617571059984 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7716] ppid=7698 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7701/task/7716/stat : 7716 (java) S 7698 7701 7201 0 -1 4202560 2851 0 0 0 23 0 0 0 20 0 19 0 8443627 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617570007864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7717] ppid=7698 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7701/task/7717/stat : 7717 (java) S 7698 7701 7201 0 -1 4202560 3287 0 0 0 23 0 0 0 20 0 19 0 8443627 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617568955320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7718] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7718/stat : 7718 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443627 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617567902456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7719] ppid=7698 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/7701/task/7719/stat : 7719 (java) S 7698 7701 7201 0 -1 4202560 104 0 0 0 30 34 0 0 20 0 19 0 8443627 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617566850120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7720] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7720/stat : 7720 (java) S 7698 7701 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8443636 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140616558175272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.43
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.24 2.23 2.13 3/213 9669
/proc/meminfo: memFree=29946660/32872528 swapFree=1103228/1182944
[pid=7701] ppid=7698 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/7701/stat : 7701 (java) S 7698 7701 7201 0 -1 4202496 13231 0 1 0 179896 107 0 0 20 0 19 0 8443620 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140734215164096 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7701/statm: 2406260 104167 2277 9 0 2396937 0
[pid=7701/tid=7703] ppid=7698 vsize=9625040 CPUtime=1787.66 cores=0,2,4,6
/proc/7701/task/7703/stat : 7703 (java) R 7698 7701 7201 0 -1 4202560 2529 0 1 0 178734 32 0 0 20 0 19 0 8443621 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617750850784 140617582042468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7704] ppid=7698 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/7701/task/7704/stat : 7704 (java) S 7698 7701 7201 0 -1 4202560 440 0 0 0 70 8 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617712343464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7701/tid=7705] ppid=7698 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/7701/task/7705/stat : 7705 (java) S 7698 7701 7201 0 -1 4202560 277 0 0 0 64 9 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617711290920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7706] ppid=7698 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/7701/task/7706/stat : 7706 (java) S 7698 7701 7201 0 -1 4202560 393 0 0 0 73 10 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617710237864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7707] ppid=7698 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/7701/task/7707/stat : 7707 (java) S 7698 7701 7201 0 -1 4202560 376 0 0 0 74 12 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617709185320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7708] ppid=7698 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/7701/task/7708/stat : 7708 (java) S 7698 7701 7201 0 -1 4202560 256 0 0 0 67 9 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617708133288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7709] ppid=7698 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7701/task/7709/stat : 7709 (java) S 7698 7701 7201 0 -1 4202560 298 0 0 0 58 9 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617707080744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7710] ppid=7698 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/7701/task/7710/stat : 7710 (java) S 7698 7701 7201 0 -1 4202560 333 0 0 0 72 8 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617706027688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7711] ppid=7698 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/7701/task/7711/stat : 7711 (java) S 7698 7701 7201 0 -1 4202560 390 0 0 0 62 11 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617704975144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7712] ppid=7698 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/7701/task/7712/stat : 7712 (java) S 7698 7701 7201 0 -1 4202560 437 0 0 0 74 2 0 0 20 0 19 0 8443623 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617574218088 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7713] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7713/stat : 7713 (java) S 7698 7701 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8443624 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617573164408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7714] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7714/stat : 7714 (java) S 7698 7701 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8443624 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617572111240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7715] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7715/stat : 7715 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443626 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617571059984 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7716] ppid=7698 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7701/task/7716/stat : 7716 (java) S 7698 7701 7201 0 -1 4202560 2851 0 0 0 23 0 0 0 20 0 19 0 8443627 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617570007864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7717] ppid=7698 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7701/task/7717/stat : 7717 (java) S 7698 7701 7201 0 -1 4202560 3287 0 0 0 23 0 0 0 20 0 19 0 8443627 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617568955320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7718] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7718/stat : 7718 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443627 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617567902456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7719] ppid=7698 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/7701/task/7719/stat : 7719 (java) S 7698 7701 7201 0 -1 4202560 104 0 0 0 30 34 0 0 20 0 19 0 8443627 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617566850120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7720] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7720/stat : 7720 (java) S 7698 7701 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8443636 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140616558175272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 7701 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.9 s]
/proc/loadavg: 2.24 2.23 2.13 3/213 9669
/proc/meminfo: memFree=29946660/32872528 swapFree=1103228/1182944
[pid=7701] ppid=7698 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/7701/stat : 7701 (java) S 7698 7701 7201 0 -1 4202496 13231 0 1 0 179896 107 0 0 20 0 19 0 8443620 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140734215164096 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7701/statm: 2406260 104167 2277 9 0 2396937 0
[pid=7701/tid=7703] ppid=7698 vsize=9625040 CPUtime=1787.66 cores=0,2,4,6
/proc/7701/task/7703/stat : 7703 (java) R 7698 7701 7201 0 -1 4202560 2529 0 1 0 178734 32 0 0 20 0 19 0 8443621 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617750850784 140617582042468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7704] ppid=7698 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/7701/task/7704/stat : 7704 (java) S 7698 7701 7201 0 -1 4202560 440 0 0 0 70 8 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617712343464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7701/tid=7705] ppid=7698 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/7701/task/7705/stat : 7705 (java) S 7698 7701 7201 0 -1 4202560 277 0 0 0 64 9 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617711290920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7706] ppid=7698 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/7701/task/7706/stat : 7706 (java) S 7698 7701 7201 0 -1 4202560 393 0 0 0 73 10 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617710237864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7707] ppid=7698 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/7701/task/7707/stat : 7707 (java) S 7698 7701 7201 0 -1 4202560 376 0 0 0 74 12 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617709185320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7708] ppid=7698 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/7701/task/7708/stat : 7708 (java) S 7698 7701 7201 0 -1 4202560 256 0 0 0 67 9 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617708133288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7709] ppid=7698 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7701/task/7709/stat : 7709 (java) S 7698 7701 7201 0 -1 4202560 298 0 0 0 58 9 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617707080744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7710] ppid=7698 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/7701/task/7710/stat : 7710 (java) S 7698 7701 7201 0 -1 4202560 333 0 0 0 72 8 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617706027688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7711] ppid=7698 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/7701/task/7711/stat : 7711 (java) S 7698 7701 7201 0 -1 4202560 390 0 0 0 62 11 0 0 20 0 19 0 8443622 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617704975144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7712] ppid=7698 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/7701/task/7712/stat : 7712 (java) S 7698 7701 7201 0 -1 4202560 437 0 0 0 74 2 0 0 20 0 19 0 8443623 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617574218088 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7701/tid=7713] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7713/stat : 7713 (java) S 7698 7701 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8443624 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617573164408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7714] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7714/stat : 7714 (java) S 7698 7701 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8443624 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617572111240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7715] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7715/stat : 7715 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443626 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617571059984 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7716] ppid=7698 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7701/task/7716/stat : 7716 (java) S 7698 7701 7201 0 -1 4202560 2851 0 0 0 23 0 0 0 20 0 19 0 8443627 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617570007864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7717] ppid=7698 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7701/task/7717/stat : 7717 (java) S 7698 7701 7201 0 -1 4202560 3287 0 0 0 23 0 0 0 20 0 19 0 8443627 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617568955320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7701/tid=7718] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7718/stat : 7718 (java) S 7698 7701 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8443627 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617567902456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7719] ppid=7698 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/7701/task/7719/stat : 7719 (java) S 7698 7701 7201 0 -1 4202560 104 0 0 0 30 34 0 0 20 0 19 0 8443627 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140617566850120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7701/tid=7720] ppid=7698 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7701/task/7720/stat : 7720 (java) S 7698 7701 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8443636 9856040960 104167 33554432000 1073741824 1073778376 140734215172960 140616558175272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1794.94
CPU time (s): 1800.03
CPU user time (s): 1798.96
CPU system time (s): 1.07
CPU usage (%): 100.283
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.45
system time used= 1.58276
maximum resident set size= 830500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13281
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39404
involuntary context switches= 12193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6283 second user time and 6.92495 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-16 09:59:06
IDJOB=4090624
IDBENCH=78718
IDSOLVER=2551
FILE ID=node115/4090624-1466063946
RUNJOBID= node115-1466062134-7217
PBS_JOBID= 19904021
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-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090624-1466063946/watcher-4090624-1466063946 -o /tmp/evaluation-result-4090624-1466063946/solver-4090624-1466063946 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466062134-7217 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090624-1466063946.wbo

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

MD5SUM BENCH= 92adeb187a48a927ab5078673cfa945b
RANDOM SEED=260785015

node115.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.55
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.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		: 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:        30553600 kB
Buffers:            4856 kB
Cached:            38736 kB
SwapCached:         2124 kB
Active:           415700 kB
Inactive:          22732 kB
Active(anon):     395464 kB
Inactive(anon):     1724 kB
Active(file):      20236 kB
Inactive(file):    21008 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099080 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       1642108 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             564284 kB
SReclaimable:       8240 kB
SUnreclaim:       556044 kB
KernelStack:        1760 kB
PageTables:         7344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1723584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    516096 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 node115 at 2016-06-16 10:29:01