Trace number 4085806

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)-16 1800.03 1787.94

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_2.opb
MD5SUM219f407da86957d900e068170e9af8b6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085806-1465260067.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.10/0.51	c ... done. Wall clock time 0.407s.
1.10/0.51	c declared #vars     400
1.10/0.51	c internal #vars     6620
1.10/0.51	c #constraints  13042
1.10/0.51	c constraints type 
1.10/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1.10/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
1.10/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.10/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6220
1.10/0.51	c 13042 constraints processed.
1.10/0.51	c objective function length is 200 literals
3.07/1.32	c SATISFIABLE
3.07/1.32	c OPTIMIZING...
3.07/1.32	c Got one! Elapsed wall clock time (in seconds):1.217
3.07/1.32	o -16
4.36/2.52	c cleaning 2778 clauses out of 5558 with flag 23200/5558
5.61/3.74	c cleaning 4415 clauses out of 8830 with flag 38756/11608
7.31/5.50	c cleaning 5683 clauses out of 11365 with flag 53788/18558
9.82/7.94	c cleaning 6841 clauses out of 13682 with flag 70405/26558
12.56/10.61	c cleaning 7969 clauses out of 15938 with flag 90666/35655
15.35/13.44	c cleaning 9013 clauses out of 18025 with flag 111036/45711
18.85/16.93	c cleaning 9945 clauses out of 19889 with flag 132943/56588
22.32/20.34	c cleaning 10976 clauses out of 21986 with flag 158087/68630
26.41/24.31	c cleaning 11981 clauses out of 23962 with flag 185183/81582
31.23/29.16	c cleaning 12978 clauses out of 25957 with flag 214185/95558
35.33/33.22	c cleaning 13962 clauses out of 28004 with flag 244880/110583
39.92/37.82	c cleaning 15025 clauses out of 30050 with flag 278947/126591
45.33/43.23	c cleaning 16017 clauses out of 32034 with flag 313795/143600
52.92/50.63	c cleaning 17032 clauses out of 34063 with flag 350358/161646
58.42/56.17	c cleaning 17967 clauses out of 35943 with flag 389006/180558
63.42/61.15	c cleaning 18988 clauses out of 37978 with flag 429870/200560
69.62/67.40	c cleaning 20003 clauses out of 40005 with flag 472550/221575
77.32/74.85	c cleaning 21006 clauses out of 42011 with flag 517161/243584
88.02/85.57	c cleaning 22011 clauses out of 44022 with flag 565926/266601
98.92/96.47	c cleaning 23008 clauses out of 46016 with flag 614928/290606
106.82/104.36	c cleaning 23973 clauses out of 47971 with flag 666641/315569
116.02/113.49	c cleaning 24992 clauses out of 49987 with flag 724493/341558
124.91/122.35	c cleaning 25998 clauses out of 51995 with flag 790838/368558
134.73/132.18	c cleaning 26999 clauses out of 53997 with flag 853113/396558
144.04/141.34	c cleaning 28002 clauses out of 56003 with flag 922825/425563
151.94/149.28	c cleaning 28986 clauses out of 58002 with flag 986828/455564
163.84/161.11	c cleaning 30017 clauses out of 60036 with flag 1056134/486584
173.16/170.30	c cleaning 31002 clauses out of 62004 with flag 1126465/518569
183.17/180.40	c cleaning 32010 clauses out of 64020 with flag 1197992/551587
194.38/191.53	c cleaning 33000 clauses out of 66000 with flag 1268812/585577
204.25/201.21	c cleaning 33964 clauses out of 67988 with flag 1343789/620565
216.46/213.50	c cleaning 35026 clauses out of 70051 with flag 1421015/656592
227.59/224.37	c cleaning 35980 clauses out of 71993 with flag 1499110/693560
241.10/237.82	c cleaning 37011 clauses out of 74022 with flag 1579588/731569
254.53/251.16	c cleaning 37994 clauses out of 76001 with flag 1666150/770559
268.41/264.86	c cleaning 39016 clauses out of 78036 with flag 1756389/810588
283.91/280.36	c cleaning 40001 clauses out of 80019 with flag 1858015/851587
301.84/298.24	c cleaning 40992 clauses out of 81994 with flag 1953263/893563
320.42/316.76	c cleaning 42045 clauses out of 84089 with flag 2049503/936650
340.79/337.02	c cleaning 42906 clauses out of 85977 with flag 2144697/980583
364.58/360.76	c cleaning 44016 clauses out of 88046 with flag 2238269/1025558
386.39/382.54	c cleaning 45016 clauses out of 90031 with flag 2343304/1071559
411.96/408.02	c cleaning 46018 clauses out of 92054 with flag 2451319/1118598
444.98/440.91	c cleaning 47011 clauses out of 94022 with flag 2550063/1166584
469.76/465.67	c cleaning 47994 clauses out of 95988 with flag 2652634/1215561
498.93/494.80	c cleaning 48916 clauses out of 98005 with flag 2758621/1265572
528.04/523.75	c cleaning 50034 clauses out of 100075 with flag 2885256/1316558
552.25/547.70	c cleaning 51028 clauses out of 102058 with flag 3005886/1368575
588.22/583.63	c cleaning 52010 clauses out of 104019 with flag 3114618/1421564
618.02/613.38	c cleaning 52943 clauses out of 106006 with flag 3228270/1475561
644.69/639.96	c cleaning 54030 clauses out of 108121 with flag 3350917/1530619
671.36/666.44	c cleaning 55029 clauses out of 110062 with flag 3485023/1586590
706.21/701.29	c cleaning 56017 clauses out of 112039 with flag 3623075/1643596
754.25/749.06	c cleaning 57012 clauses out of 114024 with flag 3745413/1701598
791.50/786.24	c cleaning 57939 clauses out of 116015 with flag 3878025/1760601
828.36/822.92	c cleaning 59026 clauses out of 118052 with flag 4005349/1820577
865.93/860.40	c cleaning 60009 clauses out of 120018 with flag 4132515/1881569
899.33/893.62	c cleaning 61034 clauses out of 122068 with flag 4267296/1943628
926.95/921.15	c cleaning 61975 clauses out of 123967 with flag 4402430/2006561
960.79/954.87	c cleaning 62984 clauses out of 125990 with flag 4545003/2070559
983.39/977.39	c cleaning 64003 clauses out of 128009 with flag 4689044/2135562
1009.09/1002.87	c cleaning 64992 clauses out of 130014 with flag 4857338/2201570
1039.41/1033.03	c cleaning 65985 clauses out of 132012 with flag 5026610/2268560
1071.35/1064.86	c cleaning 66973 clauses out of 134025 with flag 5183009/2336558
1100.13/1093.48	c cleaning 68009 clauses out of 136053 with flag 5339277/2405559
1135.08/1128.24	c cleaning 68991 clauses out of 138044 with flag 5493342/2475559
1168.35/1161.33	c cleaning 70011 clauses out of 140052 with flag 5648159/2546558
1202.20/1195.09	c cleaning 71015 clauses out of 142041 with flag 5806432/2618558
1243.35/1235.91	c cleaning 72000 clauses out of 144026 with flag 5968789/2691558
1275.09/1267.44	c cleaning 73011 clauses out of 146027 with flag 6129205/2765559
1317.38/1309.54	c cleaning 74005 clauses out of 148015 with flag 6292488/2840558
1349.86/1341.85	c cleaning 74988 clauses out of 150010 with flag 6463648/2916558
1388.17/1379.96	c cleaning 76003 clauses out of 152022 with flag 6633659/2993558
1430.78/1422.35	c cleaning 77013 clauses out of 154027 with flag 6803759/3071566
1475.62/1466.82	c cleaning 78008 clauses out of 156026 with flag 6973985/3150578
1507.70/1498.68	c cleaning 78990 clauses out of 158001 with flag 7169736/3230561
1543.64/1534.30	c cleaning 79989 clauses out of 160008 with flag 7350461/3311558
1586.09/1576.38	c cleaning 80998 clauses out of 162023 with flag 7536324/3393562
1622.80/1612.68	c cleaning 82011 clauses out of 164021 with flag 7751650/3476558
1655.27/1644.84	c cleaning 83003 clauses out of 166027 with flag 7983145/3560575
1691.12/1680.13	c cleaning 83982 clauses out of 168007 with flag 8193331/3645558
1729.70/1718.48	c cleaning 85011 clauses out of 170027 with flag 8409887/3731560
1771.16/1759.49	c cleaning 86008 clauses out of 172016 with flag 8630140/3818560
1800.03/1787.90	c starts		: 5646
1800.03/1787.90	c conflicts		: 3885873
1800.03/1787.90	c decisions		: 8331116
1800.03/1787.90	c propagations		: 144702248
1800.03/1787.90	c inspects		: 34535316745
1800.03/1787.90	c shortcuts		: 0
1800.03/1787.90	c learnt literals	: 0
1800.03/1787.90	c learnt binary clauses	: 12
1800.03/1787.90	c learnt ternary clauses	: 1196
1800.03/1787.90	c learnt constraints	: 3885873
1800.03/1787.90	c ignored constraints	: 0
1800.03/1787.90	c root simplifications	: 0
1800.03/1787.90	c removed literals (reason simplification)	: 0
1800.03/1787.90	c reason swapping (by a shorter reason)	: 0
1800.03/1787.90	c Calls to reduceDB	: 83
1800.03/1787.90	c Number of update (reduction) of LBD	: 480283
1800.03/1787.90	c Imported unit clauses	: 0
1800.03/1787.90	c number of reductions to clauses (during analyze)	: 0
1800.03/1787.90	c number of learned constraints concerned by reduction	: 0
1800.03/1787.90	c number of learning phase by resolution	: 0
1800.03/1787.90	c number of learning phase by cutting planes	: 0
1800.03/1787.90	c speed (assignments/second)	: 80957.42444137727
1800.03/1787.90	c non guided choices	0
1800.03/1787.93	c learnt constraints type 
1800.03/1787.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1800.03/1787.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153309
1800.03/1787.93	s SATISFIABLE
1800.03/1787.93	c Found 1 solution(s)
1800.03/1787.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 
1800.03/1787.93	c objective function=-16
1800.03/1787.93	c Total wall clock time (in seconds): 1787.832

Verifier Data

OK	-16

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-4085806-1465260067/watcher-4085806-1465260067 -o /tmp/evaluation-result-4085806-1465260067/solver-4085806-1465260067 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5401 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085806-1465260067.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.05 2.00 3/193 5823
/proc/meminfo: memFree=31703800/32872528 swapFree=10676/249824
[pid=5823] ppid=5820 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5823/stat : 5823 (java) S 5820 5823 5384 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 107942153 98570240 977 33554432000 1073741824 1073778376 140733920226848 140733920217984 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5823/statm: 24065 977 744 9 0 16771 0
[pid=5823/tid=5824] ppid=5820 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5824/stat : 5824 (java) R 5820 5823 5384 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 107942153 98570240 977 33554432000 1073741824 1073778376 140733920226848 140724424232488 247064249728 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.15 2.05 2.00 3/193 5823
/proc/meminfo: memFree=31703800/32872528 swapFree=10676/249824
[pid=5823] ppid=5820 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/5823/stat : 5823 (java) S 5820 5823 5384 0 -1 4202496 4491 0 1 0 10 1 0 0 20 0 18 0 107942153 9787879424 6126 33554432000 1073741824 1073778376 140733920226848 140733920217984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5823/statm: 2389619 6126 2157 9 0 2380296 0
[pid=5823/tid=5824] ppid=5820 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5823/task/5824/stat : 5824 (java) R 5820 5823 5384 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 107942153 9787879424 6126 33554432000 1073741824 1073778376 140733920226848 140724424237176 247067632909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200331 s]
/proc/loadavg: 2.15 2.05 2.00 3/193 5823
/proc/meminfo: memFree=31703800/32872528 swapFree=10676/249824
[pid=5823] ppid=5820 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/5823/stat : 5823 (java) S 5820 5823 5384 0 -1 4202496 4698 0 1 0 25 1 0 0 20 0 18 0 107942153 9787879424 6767 33554432000 1073741824 1073778376 140733920226848 140733920217984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5823/statm: 2389619 6767 2215 9 0 2380296 0
[pid=5823/tid=5824] ppid=5820 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/5823/task/5824/stat : 5824 (java) R 5820 5823 5384 0 -1 4202560 2408 0 1 0 17 0 0 0 20 0 18 0 107942153 9787879424 6767 33554432000 1073741824 1073778376 140733920226848 140724424236648 140724427312256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30034 s]
/proc/loadavg: 2.15 2.05 2.00 3/193 5823
/proc/meminfo: memFree=31703800/32872528 swapFree=10676/249824
[pid=5823] ppid=5820 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/5823/stat : 5823 (java) S 5820 5823 5384 0 -1 4202496 6430 0 1 0 48 2 0 0 20 0 18 0 107942153 9787879424 9523 33554432000 1073741824 1073778376 140733920226848 140733920217984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5823/statm: 2389619 9525 2245 9 0 2380296 0
[pid=5823/tid=5824] ppid=5820 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/5823/task/5824/stat : 5824 (java) R 5820 5823 5384 0 -1 4202560 2411 0 1 0 27 0 0 0 20 0 18 0 107942153 9787879424 9525 33554432000 1073741824 1073778376 140733920226848 140724424236648 140724284769024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700339 s]
/proc/loadavg: 2.15 2.05 2.00 3/193 5823
/proc/meminfo: memFree=31703800/32872528 swapFree=10676/249824
[pid=5823] ppid=5820 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/5823/stat : 5823 (java) S 5820 5823 5384 0 -1 4202496 30626 0 1 0 164 6 0 0 20 0 19 0 107942153 9856040960 33632 33554432000 1073741824 1073778376 140733920226848 140733920217984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5823/statm: 2406260 33632 2257 9 0 2396937 0
[pid=5823/tid=5824] ppid=5820 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/5823/task/5824/stat : 5824 (java) R 5820 5823 5384 0 -1 4202560 2480 0 1 0 66 1 0 0 20 0 19 0 107942153 9856040960 33632 33554432000 1073741824 1073778376 140733920226848 140724424237696 140724284810224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.15 2.05 2.00 3/213 5843
/proc/meminfo: memFree=31541156/32872528 swapFree=10676/249824
[pid=5823] ppid=5820 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/5823/stat : 5823 (java) S 5820 5823 5384 0 -1 4202496 32307 0 1 0 329 7 0 0 20 0 19 0 107942153 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140733920217984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5823/statm: 2406260 32526 2271 9 0 2396937 0
[pid=5823/tid=5824] ppid=5820 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/5823/task/5824/stat : 5824 (java) R 5820 5823 5384 0 -1 4202560 2481 0 1 0 146 1 0 0 20 0 19 0 107942153 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724424237320 140724285529138 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5826] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5826/stat : 5826 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724268071080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5827] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5827/stat : 5827 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724267018536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5828] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5828/stat : 5828 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724265965992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5823/tid=5829] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5829/stat : 5829 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724264913448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5830] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5830/stat : 5830 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724263860904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5831] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5831/stat : 5831 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724262808360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5832] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5832/stat : 5832 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724261755816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5833] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5833/stat : 5833 (java) S 5820 5823 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724260703272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5834] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5834/stat : 5834 (java) S 5820 5823 5384 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107942155 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724248504424 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5835] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5835/stat : 5835 (java) S 5820 5823 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107942156 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724247450744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5836] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5836/stat : 5836 (java) S 5820 5823 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107942156 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724246398088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5837] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5837/stat : 5837 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724245346832 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5838] ppid=5820 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/5823/task/5838/stat : 5838 (java) S 5820 5823 5384 0 -1 4202560 16721 0 0 0 93 3 0 0 20 0 19 0 107942158 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724244294200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5839] ppid=5820 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/5823/task/5839/stat : 5839 (java) S 5820 5823 5384 0 -1 4202560 11829 0 0 0 85 2 0 0 20 0 19 0 107942158 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724243241656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5840] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5840/stat : 5840 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724242189304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5841] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5841/stat : 5841 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724241136968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5843] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5843/stat : 5843 (java) S 5820 5823 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107942205 9856040960 32526 33554432000 1073741824 1073778376 140733920226848 140724240032552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.15 2.05 2.00 3/213 5843
/proc/meminfo: memFree=31517832/32872528 swapFree=10676/249824
[pid=5823] ppid=5820 vsize=9625040 CPUtime=5 cores=1,3,5,7
/proc/5823/stat : 5823 (java) S 5820 5823 5384 0 -1 4202496 32322 0 1 0 493 7 0 0 20 0 19 0 107942153 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140733920217984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5823/statm: 2406260 35603 2275 9 0 2396937 0
[pid=5823/tid=5824] ppid=5820 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/5823/task/5824/stat : 5824 (java) R 5820 5823 5384 0 -1 4202560 2489 0 1 0 305 1 0 0 20 0 19 0 107942153 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724424235360 140724285539854 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5823/tid=5826] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5826/stat : 5826 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724268071080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5827] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5827/stat : 5827 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724267018536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5828] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5828/stat : 5828 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724265965992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5823/tid=5829] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5829/stat : 5829 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724264913448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5830] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5830/stat : 5830 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724263860904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5831] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5831/stat : 5831 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724262808360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5832] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5832/stat : 5832 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724261755816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5833] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5833/stat : 5833 (java) S 5820 5823 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724260703272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5834] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5834/stat : 5834 (java) S 5820 5823 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107942155 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724248504424 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5835] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5835/stat : 5835 (java) S 5820 5823 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107942156 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724247450744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5836] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5836/stat : 5836 (java) S 5820 5823 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107942156 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724246398088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5837] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5837/stat : 5837 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724245346832 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5838] ppid=5820 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/5823/task/5838/stat : 5838 (java) S 5820 5823 5384 0 -1 4202560 16723 0 0 0 96 3 0 0 20 0 19 0 107942158 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724244294200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5839] ppid=5820 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/5823/task/5839/stat : 5839 (java) S 5820 5823 5384 0 -1 4202560 11833 0 0 0 89 2 0 0 20 0 19 0 107942158 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724243241656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5840] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5840/stat : 5840 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724242189304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5841] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5841/stat : 5841 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724241136968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5843] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5843/stat : 5843 (java) S 5820 5823 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107942205 9856040960 35603 33554432000 1073741824 1073778376 140733920226848 140724240032552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.13 2.05 2.00 4/213 5843
/proc/meminfo: memFree=31472648/32872528 swapFree=10676/249824
[pid=5823] ppid=5820 vsize=9625040 CPUtime=8.22 cores=1,3,5,7
/proc/5823/stat : 5823 (java) S 5820 5823 5384 0 -1 4202496 32334 0 1 0 814 8 0 0 20 0 19 0 107942153 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140733920217984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5823/statm: 2406260 40057 2276 9 0 2396937 0
[pid=5823/tid=5824] ppid=5820 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/5823/task/5824/stat : 5824 (java) R 5820 5823 5384 0 -1 4202560 2500 0 1 0 621 2 0 0 20 0 19 0 107942153 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724424228560 140724285672207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5826] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5826/stat : 5826 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724268071080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5827] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5827/stat : 5827 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724267018536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5828] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5828/stat : 5828 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724265965992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5823/tid=5829] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5829/stat : 5829 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724264913448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5830] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5830/stat : 5830 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724263860904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5831] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5831/stat : 5831 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724262808360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5832] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5832/stat : 5832 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724261755816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5833] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5833/stat : 5833 (java) S 5820 5823 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107942154 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724260703272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5834] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5834/stat : 5834 (java) S 5820 5823 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107942155 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724248504424 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5835] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5835/stat : 5835 (java) S 5820 5823 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107942156 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724247450744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5836] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5836/stat : 5836 (java) S 5820 5823 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107942156 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724246398088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5837] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5837/stat : 5837 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724245346832 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5838] ppid=5820 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/5823/task/5838/stat : 5838 (java) S 5820 5823 5384 0 -1 4202560 16723 0 0 0 97 3 0 0 20 0 19 0 107942158 9856040960 40057 33554432000 1073741824 1073778376 140733920226848 140724244294200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5839] ppid=5820 vsize=9625040 CPUtime=0.94 cores=1,3,5,7

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

[pid=5823/tid=5843] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5843/stat : 5843 (java) S 5820 5823 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107942205 9856040960 93730 33554432000 1073741824 1073778376 140733920226848 140724240032552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1733.66
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/215 5910
/proc/meminfo: memFree=30982188/32872528 swapFree=10676/249824
[pid=5823] ppid=5820 vsize=9625040 CPUtime=1794.37 cores=1,3,5,7
/proc/5823/stat : 5823 (java) S 5820 5823 5384 0 -1 4202496 40198 0 1 0 179293 144 0 0 20 0 19 0 107942153 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140733920217984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5823/statm: 2406260 112548 2298 9 0 2396937 0
[pid=5823/tid=5824] ppid=5820 vsize=9625040 CPUtime=1770.23 cores=1,3,5,7
/proc/5823/task/5824/stat : 5824 (java) R 5820 5823 5384 0 -1 4202560 2698 0 1 0 176993 30 0 0 20 0 19 0 107942153 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724424236224 140724285234535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5826] ppid=5820 vsize=9625040 CPUtime=1.67 cores=1,3,5,7
/proc/5823/task/5826/stat : 5826 (java) S 5820 5823 5384 0 -1 4202560 848 0 0 0 154 13 0 0 20 0 19 0 107942154 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724268071080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5827] ppid=5820 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/5823/task/5827/stat : 5827 (java) S 5820 5823 5384 0 -1 4202560 1155 0 0 0 165 16 0 0 20 0 19 0 107942154 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724267018536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5823/tid=5828] ppid=5820 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/5823/task/5828/stat : 5828 (java) S 5820 5823 5384 0 -1 4202560 385 0 0 0 158 13 0 0 20 0 19 0 107942154 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724265965992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5829] ppid=5820 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/5823/task/5829/stat : 5829 (java) S 5820 5823 5384 0 -1 4202560 872 0 0 0 167 14 0 0 20 0 19 0 107942154 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724264913448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5823/tid=5830] ppid=5820 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/5823/task/5830/stat : 5830 (java) S 5820 5823 5384 0 -1 4202560 955 0 0 0 148 14 0 0 20 0 19 0 107942154 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724263860904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5831] ppid=5820 vsize=9625040 CPUtime=1.67 cores=1,3,5,7
/proc/5823/task/5831/stat : 5831 (java) S 5820 5823 5384 0 -1 4202560 959 0 0 0 154 13 0 0 20 0 19 0 107942154 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724262808360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5832] ppid=5820 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/5823/task/5832/stat : 5832 (java) S 5820 5823 5384 0 -1 4202560 518 0 0 0 172 13 0 0 20 0 19 0 107942154 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724261755816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5823/tid=5833] ppid=5820 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/5823/task/5833/stat : 5833 (java) S 5820 5823 5384 0 -1 4202560 1014 0 0 0 150 11 0 0 20 0 19 0 107942154 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724260703272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5834] ppid=5820 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/5823/task/5834/stat : 5834 (java) S 5820 5823 5384 0 -1 4202560 830 0 0 0 331 5 0 0 20 0 19 0 107942155 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724248504424 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5835] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5835/stat : 5835 (java) S 5820 5823 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107942156 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724247450744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5836] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5836/stat : 5836 (java) S 5820 5823 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107942156 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724246398088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5837] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5837/stat : 5837 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724245346832 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5838] ppid=5820 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/5823/task/5838/stat : 5838 (java) S 5820 5823 5384 0 -1 4202560 16764 0 0 0 116 3 0 0 20 0 19 0 107942158 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724244294200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5839] ppid=5820 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/5823/task/5839/stat : 5839 (java) S 5820 5823 5384 0 -1 4202560 11833 0 0 0 91 3 0 0 20 0 19 0 107942158 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724243241656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5840] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5840/stat : 5840 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724242189304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5841] ppid=5820 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/5823/task/5841/stat : 5841 (java) S 5820 5823 5384 0 -1 4202560 104 0 0 0 26 32 0 0 20 0 19 0 107942158 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724241136968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5843] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5843/stat : 5843 (java) S 5820 5823 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107942205 9856040960 112548 33554432000 1073741824 1073778376 140733920226848 140724240032552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1794.37
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/215 5910
/proc/meminfo: memFree=30984296/32872528 swapFree=10676/249824
[pid=5823] ppid=5820 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/5823/stat : 5823 (java) S 5820 5823 5384 0 -1 4202496 40201 0 1 0 179858 145 0 0 20 0 19 0 107942153 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140733920217984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5823/statm: 2406260 112035 2298 9 0 2396937 0
[pid=5823/tid=5824] ppid=5820 vsize=9625040 CPUtime=1775.79 cores=1,3,5,7
/proc/5823/task/5824/stat : 5824 (java) R 5820 5823 5384 0 -1 4202560 2699 0 1 0 177549 30 0 0 20 0 19 0 107942153 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724424236240 140724285539854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5826] ppid=5820 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/5823/task/5826/stat : 5826 (java) S 5820 5823 5384 0 -1 4202560 848 0 0 0 155 13 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724268071080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5827] ppid=5820 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/5823/task/5827/stat : 5827 (java) S 5820 5823 5384 0 -1 4202560 1155 0 0 0 166 16 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724267018536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5823/tid=5828] ppid=5820 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/5823/task/5828/stat : 5828 (java) S 5820 5823 5384 0 -1 4202560 385 0 0 0 159 13 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724265965992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5829] ppid=5820 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/5823/task/5829/stat : 5829 (java) S 5820 5823 5384 0 -1 4202560 872 0 0 0 167 14 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724264913448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5823/tid=5830] ppid=5820 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/5823/task/5830/stat : 5830 (java) S 5820 5823 5384 0 -1 4202560 955 0 0 0 149 14 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724263860904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5831] ppid=5820 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/5823/task/5831/stat : 5831 (java) S 5820 5823 5384 0 -1 4202560 959 0 0 0 156 13 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724262808360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5832] ppid=5820 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/5823/task/5832/stat : 5832 (java) S 5820 5823 5384 0 -1 4202560 518 0 0 0 173 13 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724261755816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5833] ppid=5820 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/5823/task/5833/stat : 5833 (java) S 5820 5823 5384 0 -1 4202560 1014 0 0 0 152 11 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724260703272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5834] ppid=5820 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/5823/task/5834/stat : 5834 (java) S 5820 5823 5384 0 -1 4202560 832 0 0 0 331 5 0 0 20 0 19 0 107942155 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724248504424 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5835] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5835/stat : 5835 (java) S 5820 5823 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107942156 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724247450744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5836] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5836/stat : 5836 (java) S 5820 5823 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107942156 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724246398088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5837] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5837/stat : 5837 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724245346832 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5838] ppid=5820 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/5823/task/5838/stat : 5838 (java) S 5820 5823 5384 0 -1 4202560 16764 0 0 0 116 3 0 0 20 0 19 0 107942158 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724244294200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5839] ppid=5820 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/5823/task/5839/stat : 5839 (java) S 5820 5823 5384 0 -1 4202560 11833 0 0 0 91 3 0 0 20 0 19 0 107942158 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724243241656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5840] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5840/stat : 5840 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724242189304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5841] ppid=5820 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/5823/task/5841/stat : 5841 (java) S 5820 5823 5384 0 -1 4202560 104 0 0 0 26 32 0 0 20 0 19 0 107942158 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724241136968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5843] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5843/stat : 5843 (java) S 5820 5823 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107942205 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724240032552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 5823 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1787.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/215 5910
/proc/meminfo: memFree=30984296/32872528 swapFree=10676/249824
[pid=5823] ppid=5820 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/5823/stat : 5823 (java) S 5820 5823 5384 0 -1 4202496 40201 0 1 0 179858 145 0 0 20 0 19 0 107942153 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140733920217984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5823/statm: 2406260 112035 2298 9 0 2396937 0
[pid=5823/tid=5824] ppid=5820 vsize=9625040 CPUtime=1775.79 cores=1,3,5,7
/proc/5823/task/5824/stat : 5824 (java) R 5820 5823 5384 0 -1 4202560 2699 0 1 0 177549 30 0 0 20 0 19 0 107942153 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724424236240 140724285539854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5826] ppid=5820 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/5823/task/5826/stat : 5826 (java) S 5820 5823 5384 0 -1 4202560 848 0 0 0 155 13 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724268071080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5827] ppid=5820 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/5823/task/5827/stat : 5827 (java) S 5820 5823 5384 0 -1 4202560 1155 0 0 0 166 16 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724267018536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5823/tid=5828] ppid=5820 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/5823/task/5828/stat : 5828 (java) S 5820 5823 5384 0 -1 4202560 385 0 0 0 159 13 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724265965992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5829] ppid=5820 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/5823/task/5829/stat : 5829 (java) S 5820 5823 5384 0 -1 4202560 872 0 0 0 167 14 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724264913448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5823/tid=5830] ppid=5820 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/5823/task/5830/stat : 5830 (java) S 5820 5823 5384 0 -1 4202560 955 0 0 0 149 14 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724263860904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5831] ppid=5820 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/5823/task/5831/stat : 5831 (java) S 5820 5823 5384 0 -1 4202560 959 0 0 0 156 13 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724262808360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5832] ppid=5820 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/5823/task/5832/stat : 5832 (java) S 5820 5823 5384 0 -1 4202560 518 0 0 0 173 13 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724261755816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5833] ppid=5820 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/5823/task/5833/stat : 5833 (java) S 5820 5823 5384 0 -1 4202560 1014 0 0 0 152 11 0 0 20 0 19 0 107942154 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724260703272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5834] ppid=5820 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/5823/task/5834/stat : 5834 (java) S 5820 5823 5384 0 -1 4202560 832 0 0 0 331 5 0 0 20 0 19 0 107942155 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724248504424 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5835] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5835/stat : 5835 (java) S 5820 5823 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107942156 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724247450744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5836] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5836/stat : 5836 (java) S 5820 5823 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107942156 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724246398088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5837] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5837/stat : 5837 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724245346832 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5838] ppid=5820 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/5823/task/5838/stat : 5838 (java) S 5820 5823 5384 0 -1 4202560 16764 0 0 0 116 3 0 0 20 0 19 0 107942158 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724244294200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5823/tid=5839] ppid=5820 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/5823/task/5839/stat : 5839 (java) S 5820 5823 5384 0 -1 4202560 11833 0 0 0 91 3 0 0 20 0 19 0 107942158 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724243241656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5840] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5840/stat : 5840 (java) S 5820 5823 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107942158 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724242189304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5823/tid=5841] ppid=5820 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/5823/task/5841/stat : 5841 (java) S 5820 5823 5384 0 -1 4202560 104 0 0 0 26 32 0 0 20 0 19 0 107942158 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724241136968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5823/tid=5843] ppid=5820 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5823/task/5843/stat : 5843 (java) S 5820 5823 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107942205 9856040960 112035 33554432000 1073741824 1073778376 140733920226848 140724240032552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 5823 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=89256
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=961701
# CPU time returned by wait4() is 1796.05
# 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): 1787.94
CPU time (s): 1800.03
CPU user time (s): 1798.58
CPU system time (s): 1.45
CPU usage (%): 100.676
Max. virtual memory (cumulated for all children) (KiB): 9626768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 1.9617
maximum resident set size= 820752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40237
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43050
involuntary context switches= 30504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.091 second user time and 10.9653 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-07 02:41:07
IDJOB=4085806
IDBENCH=48238
IDSOLVER=2546
FILE ID=node103/4085806-1465260067
RUNJOBID= node103-1465256472-5401
PBS_JOBID= 19843279
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085806-1465260067/watcher-4085806-1465260067 -o /tmp/evaluation-result-4085806-1465260067/solver-4085806-1465260067 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5401 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085806-1465260067.opb

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

MD5SUM BENCH= 219f407da86957d900e068170e9af8b6
RANDOM SEED=541814112

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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:        31704444 kB
Buffers:           69644 kB
Cached:           125420 kB
SwapCached:         1712 kB
Active:           100268 kB
Inactive:         114324 kB
Active(anon):      20484 kB
Inactive(anon):     1160 kB
Active(file):      79784 kB
Inactive(file):   113164 kB
Unevictable:      249824 kB
Mlocked:           10676 kB
SwapTotal:      67108856 kB
SwapFree:       67096648 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:        409428 kB
Mapped:            14644 kB
Shmem:                 0 kB
Slab:             569924 kB
SReclaimable:      13844 kB
SUnreclaim:       556080 kB
KernelStack:        1768 kB
PageTables:         3760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     937532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 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= 71736 MiB
End job on node103 at 2016-06-07 03:10:55