Trace number 4119410

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)-102 1800.07 1787.44

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-sporttournament26.opb
MD5SUMd71b79906089b33d281a228373b32cad
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-122
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 852
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 920
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 920
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)624
Sum of products size (including duplicates)1248
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4119410-1467257446.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.19	c ... done. Wall clock time 0.084s.
0.10/0.19	c declared #vars     325
0.10/0.19	c internal #vars     949
0.10/0.19	c #constraints  1248
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 624
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 624
0.10/0.19	c 1248 constraints processed.
0.10/0.19	c objective function length is 852 literals
0.25/0.21	c SATISFIABLE
0.25/0.21	c OPTIMIZING...
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.104
0.25/0.21	o -97
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.25/0.29	o -98
0.48/0.32	c Got one! Elapsed wall clock time (in seconds):0.212
0.48/0.32	o -99
0.48/0.38	c Got one! Elapsed wall clock time (in seconds):0.28
0.48/0.38	o -100
0.77/0.41	c Got one! Elapsed wall clock time (in seconds):0.302
0.77/0.41	o -101
1.29/0.87	c cleaning 2929 clauses out of 5861 with flag 10043/5861
2.00/1.41	c cleaning 4463 clauses out of 8933 with flag 22071/11862
2.60/2.06	c cleaning 5730 clauses out of 11470 with flag 36077/18862
3.41/2.81	c cleaning 6866 clauses out of 13739 with flag 52076/26861
3.53/2.99	c Got one! Elapsed wall clock time (in seconds):2.888
3.53/2.99	o -102
3.90/3.29	c cleaning 5971 clauses out of 11953 with flag 6026/31941
4.50/3.84	c cleaning 5983 clauses out of 11982 with flag 18059/37941
5.21/4.52	c cleaning 6494 clauses out of 12999 with flag 32067/44941
5.91/5.29	c cleaning 7246 clauses out of 14504 with flag 48074/52940
6.91/6.20	c cleaning 8125 clauses out of 16259 with flag 66090/61941
7.91/7.28	c cleaning 9061 clauses out of 18134 with flag 86094/71941
9.27/8.55	c cleaning 10030 clauses out of 20072 with flag 108096/82940
10.57/9.90	c cleaning 11014 clauses out of 22043 with flag 132112/94941
12.17/11.46	c cleaning 12007 clauses out of 24028 with flag 158483/107940
13.98/13.20	c cleaning 13003 clauses out of 26021 with flag 186848/121940
15.87/15.12	c cleaning 14002 clauses out of 28019 with flag 216893/136941
17.97/17.29	c cleaning 15000 clauses out of 30016 with flag 248896/152940
20.68/19.84	c cleaning 15997 clauses out of 32017 with flag 282906/169941
23.18/22.36	c cleaning 17003 clauses out of 34019 with flag 318917/187940
25.88/25.07	c cleaning 17998 clauses out of 36017 with flag 356937/206941
29.08/28.23	c cleaning 18999 clauses out of 38019 with flag 396940/226941
32.48/31.66	c cleaning 19998 clauses out of 40019 with flag 438945/247940
36.12/35.15	c cleaning 21004 clauses out of 42021 with flag 482957/269940
39.72/38.74	c cleaning 22003 clauses out of 44017 with flag 528961/292940
43.52/42.59	c cleaning 23001 clauses out of 46015 with flag 576971/316941
48.51/47.47	c cleaning 23997 clauses out of 48013 with flag 626969/341940
53.10/52.08	c cleaning 25002 clauses out of 50017 with flag 678980/367941
58.31/57.24	c cleaning 25996 clauses out of 52014 with flag 732980/394940
64.19/62.99	c cleaning 27001 clauses out of 54018 with flag 789166/422940
69.39/68.15	c cleaning 28000 clauses out of 56017 with flag 847933/451940
75.00/73.74	c cleaning 28999 clauses out of 58018 with flag 908724/481941
80.90/79.55	c cleaning 29999 clauses out of 60018 with flag 970987/512940
87.10/85.79	c cleaning 30998 clauses out of 62020 with flag 1035122/544941
93.70/92.36	c cleaning 32003 clauses out of 64021 with flag 1101359/577940
100.69/99.23	c cleaning 33000 clauses out of 66018 with flag 1169427/611940
107.99/106.51	c cleaning 34001 clauses out of 68018 with flag 1239583/646940
116.28/114.71	c cleaning 35000 clauses out of 70017 with flag 1311753/682940
124.58/123.08	c cleaning 35998 clauses out of 72018 with flag 1385896/719941
133.05/131.39	c cleaning 37003 clauses out of 74019 with flag 1462076/757940
142.45/140.70	c cleaning 37998 clauses out of 76017 with flag 1540396/796941
152.08/150.27	c cleaning 38996 clauses out of 78018 with flag 1620602/836940
162.59/160.79	c cleaning 40002 clauses out of 80023 with flag 1702754/877941
172.40/170.41	c cleaning 41002 clauses out of 82020 with flag 1787068/919940
182.18/180.14	c cleaning 42000 clauses out of 84019 with flag 1873302/962941
192.89/190.81	c cleaning 43002 clauses out of 86019 with flag 1961457/1006941
204.66/202.58	c cleaning 44001 clauses out of 88017 with flag 2051757/1051941
216.33/214.11	c cleaning 44999 clauses out of 90016 with flag 2144059/1097941
228.53/226.31	c cleaning 46001 clauses out of 92017 with flag 2238402/1144941
241.59/239.34	c cleaning 47001 clauses out of 94015 with flag 2334707/1192940
255.46/253.17	c cleaning 47997 clauses out of 96015 with flag 2432938/1241941
268.44/266.05	c cleaning 48999 clauses out of 98018 with flag 2533321/1291941
282.65/280.18	c cleaning 49996 clauses out of 100019 with flag 2635714/1342941
296.54/294.00	c cleaning 51000 clauses out of 102022 with flag 2740176/1394940
310.04/307.44	c cleaning 51999 clauses out of 104023 with flag 2846497/1447941
323.82/321.11	c cleaning 53001 clauses out of 106024 with flag 2954826/1501941
339.88/337.12	c cleaning 54004 clauses out of 108022 with flag 3064949/1556940
358.82/356.00	c cleaning 54998 clauses out of 110018 with flag 3177059/1612940
375.39/372.54	c cleaning 56003 clauses out of 112020 with flag 3291158/1669940
394.05/391.06	c cleaning 57001 clauses out of 114018 with flag 3407415/1727941
412.62/409.56	c cleaning 57998 clauses out of 116016 with flag 3525632/1786940
430.28/427.19	c cleaning 58998 clauses out of 118018 with flag 3645845/1846940
449.05/445.90	c cleaning 60002 clauses out of 120021 with flag 3768013/1907941
469.99/466.77	c cleaning 60999 clauses out of 122018 with flag 3892271/1969940
490.18/486.83	c cleaning 62001 clauses out of 124019 with flag 4018590/2032940
509.72/506.35	c cleaning 63000 clauses out of 126019 with flag 4146898/2096941
533.02/529.55	c cleaning 63998 clauses out of 128018 with flag 4277105/2161940
557.10/553.55	c cleaning 65001 clauses out of 130020 with flag 4412117/2227940
580.59/576.90	c cleaning 65998 clauses out of 132019 with flag 4548569/2294940
605.81/601.97	c cleaning 67001 clauses out of 134022 with flag 4686647/2362941
630.56/626.60	c cleaning 68001 clauses out of 136022 with flag 4825715/2431942
661.07/657.05	c cleaning 69000 clauses out of 138020 with flag 4967685/2501941
691.67/687.58	c cleaning 69995 clauses out of 140019 with flag 5111779/2572940
724.66/720.48	c cleaning 71000 clauses out of 142025 with flag 5257381/2644941
755.06/750.73	c cleaning 72002 clauses out of 144024 with flag 5404023/2717940
783.48/778.93	c cleaning 73004 clauses out of 146023 with flag 5552527/2791941
809.19/804.54	c cleaning 74000 clauses out of 148018 with flag 5703177/2866940
843.28/838.57	c cleaning 74999 clauses out of 150018 with flag 5855488/2942940
874.83/869.98	c cleaning 75998 clauses out of 152020 with flag 6011386/3019941
907.26/902.23	c cleaning 76997 clauses out of 154022 with flag 6168294/3097941
939.63/934.49	c cleaning 78000 clauses out of 156025 with flag 6327210/3176941
974.38/969.08	c cleaning 78999 clauses out of 158024 with flag 6488124/3256940
1006.84/1001.29	c cleaning 80001 clauses out of 160025 with flag 6651241/3337940
1046.63/1040.83	c cleaning 81003 clauses out of 162025 with flag 6816176/3419941
1082.58/1076.52	c cleaning 82002 clauses out of 164022 with flag 6982656/3502941
1121.95/1115.62	c cleaning 82999 clauses out of 166020 with flag 7151078/3586941
1161.76/1155.24	c cleaning 83998 clauses out of 168020 with flag 7321480/3671940
1202.91/1196.12	c cleaning 84998 clauses out of 170022 with flag 7493908/3757940
1246.10/1238.96	c cleaning 86002 clauses out of 172024 with flag 7668341/3844940
1288.88/1281.30	c cleaning 87002 clauses out of 174022 with flag 7844723/3932940
1327.88/1320.07	c cleaning 87998 clauses out of 176021 with flag 8023019/4021941
1370.71/1362.40	c cleaning 88999 clauses out of 178022 with flag 8203152/4111940
1411.39/1402.73	c cleaning 90000 clauses out of 180023 with flag 8385432/4202940
1459.09/1449.97	c cleaning 90999 clauses out of 182023 with flag 8569863/4294940
1509.79/1500.25	c cleaning 92000 clauses out of 184024 with flag 8756319/4387940
1561.56/1551.57	c cleaning 93003 clauses out of 186024 with flag 8944567/4481940
1611.02/1600.43	c cleaning 94003 clauses out of 188021 with flag 9135202/4576940
1662.00/1650.89	c cleaning 94994 clauses out of 190018 with flag 9327640/4672940
1717.63/1705.94	c cleaning 96004 clauses out of 192025 with flag 9522040/4769941
1771.91/1759.62	c cleaning 97000 clauses out of 194020 with flag 9718637/4867940
1800.07/1787.40	c starts		: 7
1800.07/1787.40	c conflicts		: 4926627
1800.07/1787.40	c decisions		: 5427041
1800.07/1787.40	c propagations		: 77423678
1800.07/1787.40	c inspects		: 28502269676
1800.07/1787.40	c shortcuts		: 0
1800.07/1787.40	c learnt literals	: 0
1800.07/1787.40	c learnt binary clauses	: 0
1800.07/1787.40	c learnt ternary clauses	: 0
1800.07/1787.40	c learnt constraints	: 4926627
1800.07/1787.40	c ignored constraints	: 0
1800.07/1787.40	c root simplifications	: 0
1800.07/1787.40	c removed literals (reason simplification)	: 0
1800.07/1787.40	c reason swapping (by a shorter reason)	: 0
1800.07/1787.40	c Calls to reduceDB	: 98
1800.07/1787.40	c Number of update (reduction) of LBD	: 14526
1800.07/1787.40	c Imported unit clauses	: 0
1800.07/1787.40	c number of reductions to clauses (during analyze)	: 0
1800.07/1787.40	c number of learned constraints concerned by reduction	: 0
1800.07/1787.40	c number of learning phase by resolution	: 0
1800.07/1787.40	c number of learning phase by cutting planes	: 0
1800.07/1787.40	c speed (assignments/second)	: 43321.02251108992
1800.07/1787.40	c non guided choices	15
1800.07/1787.43	c learnt constraints type 
1800.07/1787.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 155707
1800.07/1787.43	s SATISFIABLE
1800.07/1787.43	c Found 6 solution(s)
1800.07/1787.43	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 
1800.07/1787.43	c objective function=-102
1800.07/1787.43	c Total wall clock time (in seconds): 1787.327

Verifier Data

OK	-102

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-4119410-1467257446/watcher-4119410-1467257446 -o /tmp/evaluation-result-4119410-1467257446/solver-4119410-1467257446 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467250272-6476 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119410-1467257446.opb 

pid=7400
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.22 2.20 2.18 4/195 7403
/proc/meminfo: memFree=28256384/32872528 swapFree=1555460/1718980
[pid=7403] ppid=7400 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/7403/stat : 7403 (java) R 7400 7403 5948 0 -1 4202496 1066 0 0 0 0 0 0 0 20 0 1 0 4772265 23793664 716 33554432000 1073741824 1073778376 140736895264048 140736895253112 270320842088 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7403/statm: 5809 716 530 9 0 128 0

[startup+0.100165 s]
/proc/loadavg: 2.22 2.20 2.18 4/195 7403
/proc/meminfo: memFree=28256384/32872528 swapFree=1555460/1718980
[pid=7403] ppid=7400 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/7403/stat : 7403 (java) S 7400 7403 5948 0 -1 4202496 4474 0 1 0 9 1 0 0 20 0 18 0 4772265 9787879424 5595 33554432000 1073741824 1073778376 140736895264048 140736895255184 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7403/statm: 2389619 5595 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 2.22 2.20 2.18 4/195 7403
/proc/meminfo: memFree=28256384/32872528 swapFree=1555460/1718980
[pid=7403] ppid=7400 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7403/stat : 7403 (java) S 7400 7403 5948 0 -1 4202496 4787 0 1 0 24 1 0 0 20 0 19 0 4772265 9856040960 6854 33554432000 1073741824 1073778376 140736895264048 140736895255184 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7403/statm: 2406260 6854 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300211 s]
/proc/loadavg: 2.22 2.20 2.18 4/195 7403
/proc/meminfo: memFree=28256384/32872528 swapFree=1555460/1718980
[pid=7403] ppid=7400 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7403/stat : 7403 (java) S 7400 7403 5948 0 -1 4202496 7103 0 1 0 47 1 0 0 20 0 19 0 4772265 9856040960 8248 33554432000 1073741824 1073778376 140736895264048 140736895255184 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7403/statm: 2406260 8248 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700221 s]
/proc/loadavg: 2.22 2.20 2.18 4/195 7403
/proc/meminfo: memFree=28256384/32872528 swapFree=1555460/1718980
[pid=7403] ppid=7400 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/7403/stat : 7403 (java) S 7400 7403 5948 0 -1 4202496 10847 0 1 0 117 2 0 0 20 0 19 0 4772265 9856040960 11953 33554432000 1073741824 1073778376 140736895264048 140736895255184 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7403/statm: 2406260 11953 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.22 2.20 2.18 4/214 7422
/proc/meminfo: memFree=28209672/32872528 swapFree=1555460/1718980
[pid=7403] ppid=7400 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/7403/stat : 7403 (java) S 7400 7403 5948 0 -1 4202496 11746 0 1 0 207 3 0 0 20 0 19 0 4772265 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140736895255184 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7403/statm: 2406260 15593 2259 9 0 2396937 0
[pid=7403/tid=7405] ppid=7400 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/7403/task/7405/stat : 7405 (java) R 7400 7403 5948 0 -1 4202560 2479 0 1 0 146 1 0 0 20 0 19 0 4772266 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605758452048 140605631247085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7406] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7406/stat : 7406 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605602429608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7407] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7407/stat : 7407 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605601377064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7408] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7408/stat : 7408 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605600324520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7409] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7409/stat : 7409 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605599271976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7410] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7410/stat : 7410 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605598218408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7411] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7411/stat : 7411 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605597165864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7412] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7412/stat : 7412 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605596113320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7413] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7413/stat : 7413 (java) S 7400 7403 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605595060776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7414] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7414/stat : 7414 (java) S 7400 7403 5948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4772267 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605582649960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7415] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7415/stat : 7415 (java) S 7400 7403 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4772268 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605581596280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7416] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7416/stat : 7416 (java) S 7400 7403 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4772268 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605580543624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7417] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7417/stat : 7417 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605579492368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7418] ppid=7400 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7403/task/7418/stat : 7418 (java) S 7400 7403 5948 0 -1 4202560 4412 0 0 0 25 1 0 0 20 0 19 0 4772270 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605578438712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7419] ppid=7400 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7403/task/7419/stat : 7419 (java) S 7400 7403 5948 0 -1 4202560 3583 0 0 0 31 0 0 0 20 0 19 0 4772270 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605577386168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7420] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7420/stat : 7420 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605576333816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7421] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7421/stat : 7421 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605575281480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7422] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7422/stat : 7422 (java) S 7400 7403 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4772285 9856040960 15593 33554432000 1073741824 1073778376 140736895264048 140605574227240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.28 2.21 2.19 4/214 7422
/proc/meminfo: memFree=28190992/32872528 swapFree=1555460/1718980
[pid=7403] ppid=7400 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/7403/stat : 7403 (java) S 7400 7403 5948 0 -1 4202496 12744 0 1 0 377 3 0 0 20 0 19 0 4772265 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140736895255184 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7403/statm: 2406260 22266 2260 9 0 2396937 0
[pid=7403/tid=7405] ppid=7400 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/7403/task/7405/stat : 7405 (java) R 7400 7403 5948 0 -1 4202560 2492 0 1 0 305 1 0 0 20 0 19 0 4772266 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605758452088 140605631236080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7406] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7406/stat : 7406 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605602429608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7407] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7407/stat : 7407 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605601377064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7408] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7408/stat : 7408 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605600324520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7409] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7409/stat : 7409 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605599271976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7410] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7410/stat : 7410 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605598218408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7411] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7411/stat : 7411 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605597165864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7412] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7412/stat : 7412 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605596113320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7413] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7413/stat : 7413 (java) S 7400 7403 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605595060776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7414] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7414/stat : 7414 (java) S 7400 7403 5948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4772267 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605582649960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7415] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7415/stat : 7415 (java) S 7400 7403 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4772268 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605581596280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7416] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7416/stat : 7416 (java) S 7400 7403 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4772268 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605580543624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7417] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7417/stat : 7417 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605579492368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7418] ppid=7400 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7403/task/7418/stat : 7418 (java) S 7400 7403 5948 0 -1 4202560 4413 0 0 0 27 1 0 0 20 0 19 0 4772270 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605578438712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7419] ppid=7400 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7403/task/7419/stat : 7419 (java) S 7400 7403 5948 0 -1 4202560 4567 0 0 0 41 0 0 0 20 0 19 0 4772270 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605577386168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7420] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7420/stat : 7420 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605576333816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7421] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7421/stat : 7421 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605575281480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7422] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7422/stat : 7422 (java) S 7400 7403 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4772285 9856040960 22266 33554432000 1073741824 1073778376 140736895264048 140605574227240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.28 2.21 2.19 4/214 7422
/proc/meminfo: memFree=28098016/32872528 swapFree=1555460/1718980
[pid=7403] ppid=7400 vsize=9625040 CPUtime=7.01 cores=1,3,5,7
/proc/7403/stat : 7403 (java) S 7400 7403 5948 0 -1 4202496 12770 0 1 0 697 4 0 0 20 0 19 0 4772265 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140736895255184 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7403/statm: 2406260 33686 2261 9 0 2396937 0
[pid=7403/tid=7405] ppid=7400 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/7403/task/7405/stat : 7405 (java) R 7400 7403 5948 0 -1 4202560 2517 0 1 0 625 1 0 0 20 0 19 0 4772266 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605758452104 140605631239757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7406] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7406/stat : 7406 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605602429608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7407] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7407/stat : 7407 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605601377064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7408] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7408/stat : 7408 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605600324520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7409] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7409/stat : 7409 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605599271976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7410] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7410/stat : 7410 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605598218408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7411] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7411/stat : 7411 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605597165864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7412] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7412/stat : 7412 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605596113320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7413] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7413/stat : 7413 (java) S 7400 7403 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4772266 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605595060776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7414] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7414/stat : 7414 (java) S 7400 7403 5948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4772267 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605582649960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7415] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7415/stat : 7415 (java) S 7400 7403 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4772268 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605581596280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7416] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7416/stat : 7416 (java) S 7400 7403 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4772268 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605580543624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7417] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7417/stat : 7417 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605579492368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7418] ppid=7400 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7403/task/7418/stat : 7418 (java) S 7400 7403 5948 0 -1 4202560 4413 0 0 0 27 1 0 0 20 0 19 0 4772270 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605578438712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7419] ppid=7400 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7403/task/7419/stat : 7419 (java) S 7400 7403 5948 0 -1 4202560 4567 0 0 0 41 0 0 0 20 0 19 0 4772270 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605577386168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7420] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7420/stat : 7420 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605576333816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7421] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7421/stat : 7421 (java) S 7400 7403 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605575281480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7422] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7422/stat : 7422 (java) S 7400 7403 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4772285 9856040960 33686 33554432000 1073741824 1073778376 140736895264048 140605574227240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 9625040


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

[pid=7403/tid=7422] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7422/stat : 7422 (java) S 7400 7403 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4772285 9856040960 97860 33554432000 1073741824 1073778376 140736895264048 140605574227240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1673.67
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.36 2.27 2.23 3/213 7527
/proc/meminfo: memFree=27602548/32872528 swapFree=1555460/1718980
[pid=7403] ppid=7400 vsize=9625040 CPUtime=1734.31 cores=1,3,5,7
/proc/7403/stat : 7403 (java) S 7400 7403 5948 0 -1 4202496 24335 0 1 0 173273 158 0 0 20 0 19 0 4772265 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140736895255184 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7403/statm: 2406260 105264 2283 9 0 2396937 0
[pid=7403/tid=7405] ppid=7400 vsize=9625040 CPUtime=1709.04 cores=1,3,5,7
/proc/7403/task/7405/stat : 7405 (java) R 7400 7403 5948 0 -1 4202560 2840 0 1 0 170873 31 0 0 20 0 19 0 4772266 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605758450912 140605631370996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7406] ppid=7400 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/7403/task/7406/stat : 7406 (java) S 7400 7403 5948 0 -1 4202560 1084 0 0 0 190 16 0 0 20 0 19 0 4772266 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605602429608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7407] ppid=7400 vsize=9625040 CPUtime=2 cores=1,3,5,7
/proc/7403/task/7407/stat : 7407 (java) S 7400 7403 5948 0 -1 4202560 1478 0 0 0 184 16 0 0 20 0 19 0 4772266 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605601377064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7408] ppid=7400 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/7403/task/7408/stat : 7408 (java) S 7400 7403 5948 0 -1 4202560 881 0 0 0 188 14 0 0 20 0 19 0 4772266 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605600324520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7409] ppid=7400 vsize=9625040 CPUtime=1.9 cores=1,3,5,7
/proc/7403/task/7409/stat : 7409 (java) S 7400 7403 5948 0 -1 4202560 1368 0 0 0 176 14 0 0 20 0 19 0 4772266 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605599271976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7410] ppid=7400 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/7403/task/7410/stat : 7410 (java) S 7400 7403 5948 0 -1 4202560 1007 0 0 0 199 15 0 0 20 0 19 0 4772266 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605598218408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7411] ppid=7400 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/7403/task/7411/stat : 7411 (java) S 7400 7403 5948 0 -1 4202560 1224 0 0 0 179 12 0 0 20 0 19 0 4772266 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605597165864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7412] ppid=7400 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/7403/task/7412/stat : 7412 (java) S 7400 7403 5948 0 -1 4202560 1528 0 0 0 173 15 0 0 20 0 19 0 4772266 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605596113320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7413] ppid=7400 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/7403/task/7413/stat : 7413 (java) S 7400 7403 5948 0 -1 4202560 1447 0 0 0 183 16 0 0 20 0 19 0 4772266 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605595060776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7414] ppid=7400 vsize=9625040 CPUtime=3.72 cores=1,3,5,7
/proc/7403/task/7414/stat : 7414 (java) S 7400 7403 5948 0 -1 4202560 1135 0 0 0 366 6 0 0 20 0 19 0 4772267 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605582649960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7415] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7415/stat : 7415 (java) S 7400 7403 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4772268 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605581596280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7416] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7416/stat : 7416 (java) S 7400 7403 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4772268 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605580543624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7417] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7417/stat : 7417 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605579492368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7418] ppid=7400 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7403/task/7418/stat : 7418 (java) S 7400 7403 5948 0 -1 4202560 4413 0 0 0 27 1 0 0 20 0 19 0 4772270 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605578438712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7419] ppid=7400 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/7403/task/7419/stat : 7419 (java) S 7400 7403 5948 0 -1 4202560 4572 0 0 0 43 0 0 0 20 0 19 0 4772270 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605577386168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7420] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7420/stat : 7420 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605576333816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7421] ppid=7400 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7403/task/7421/stat : 7421 (java) S 7400 7403 5948 0 -1 4202560 100 0 0 0 28 32 0 0 20 0 19 0 4772270 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605575281480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7422] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7422/stat : 7422 (java) S 7400 7403 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4772285 9856040960 105264 33554432000 1073741824 1073778376 140736895264048 140605574227240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1734.31
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.26 2.23 3/214 7531
/proc/meminfo: memFree=27614808/32872528 swapFree=1555460/1718980
[pid=7403] ppid=7400 vsize=9625040 CPUtime=1794.94 cores=1,3,5,7
/proc/7403/stat : 7403 (java) S 7400 7403 5948 0 -1 4202496 25377 0 1 0 179327 167 0 0 20 0 19 0 4772265 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140736895255184 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7403/statm: 2406260 95376 2283 9 0 2396937 0
[pid=7403/tid=7405] ppid=7400 vsize=9625040 CPUtime=1768.25 cores=1,3,5,7
/proc/7403/task/7405/stat : 7405 (java) R 7400 7403 5948 0 -1 4202560 2864 0 1 0 176793 32 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605758450912 140605631371038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7406] ppid=7400 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/7403/task/7406/stat : 7406 (java) S 7400 7403 5948 0 -1 4202560 1130 0 0 0 201 17 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605602429608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7407] ppid=7400 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/7403/task/7407/stat : 7407 (java) S 7400 7403 5948 0 -1 4202560 1774 0 0 0 193 17 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605601377064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7408] ppid=7400 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/7403/task/7408/stat : 7408 (java) S 7400 7403 5948 0 -1 4202560 895 0 0 0 199 15 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605600324520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7409] ppid=7400 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/7403/task/7409/stat : 7409 (java) S 7400 7403 5948 0 -1 4202560 1388 0 0 0 187 15 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605599271976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7410] ppid=7400 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/7403/task/7410/stat : 7410 (java) S 7400 7403 5948 0 -1 4202560 1056 0 0 0 212 16 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605598218408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7411] ppid=7400 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/7403/task/7411/stat : 7411 (java) S 7400 7403 5948 0 -1 4202560 1494 0 0 0 189 13 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605597165864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7412] ppid=7400 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/7403/task/7412/stat : 7412 (java) S 7400 7403 5948 0 -1 4202560 1624 0 0 0 183 16 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605596113320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7413] ppid=7400 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/7403/task/7413/stat : 7413 (java) S 7400 7403 5948 0 -1 4202560 1589 0 0 0 192 16 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605595060776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7414] ppid=7400 vsize=9625040 CPUtime=4.05 cores=1,3,5,7
/proc/7403/task/7414/stat : 7414 (java) S 7400 7403 5948 0 -1 4202560 1217 0 0 0 399 6 0 0 20 0 19 0 4772267 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605582649960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7415] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7415/stat : 7415 (java) S 7400 7403 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4772268 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605581596280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7416] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7416/stat : 7416 (java) S 7400 7403 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4772268 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605580543624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7417] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7417/stat : 7417 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605579492368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7418] ppid=7400 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7403/task/7418/stat : 7418 (java) S 7400 7403 5948 0 -1 4202560 4413 0 0 0 27 1 0 0 20 0 19 0 4772270 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605578438712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7419] ppid=7400 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/7403/task/7419/stat : 7419 (java) S 7400 7403 5948 0 -1 4202560 4572 0 0 0 43 0 0 0 20 0 19 0 4772270 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605577386168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7420] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7420/stat : 7420 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605576333816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7421] ppid=7400 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/7403/task/7421/stat : 7421 (java) S 7400 7403 5948 0 -1 4202560 103 0 0 0 29 34 0 0 20 0 19 0 4772270 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605575281480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7422] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7422/stat : 7422 (java) S 7400 7403 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4772285 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605574227240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1794.94
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.4 s]
/proc/loadavg: 2.26 2.26 2.23 3/214 7532
/proc/meminfo: memFree=27635040/32872528 swapFree=1555460/1718980
[pid=7403] ppid=7400 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/7403/stat : 7403 (java) S 7400 7403 5948 0 -1 4202496 25378 0 1 0 179840 167 0 0 20 0 19 0 4772265 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140736895255184 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7403/statm: 2406260 95376 2283 9 0 2396937 0
[pid=7403/tid=7405] ppid=7400 vsize=9625040 CPUtime=1773.32 cores=1,3,5,7
/proc/7403/task/7405/stat : 7405 (java) R 7400 7403 5948 0 -1 4202560 2865 0 1 0 177300 32 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605758450912 140605631277895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7406] ppid=7400 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/7403/task/7406/stat : 7406 (java) S 7400 7403 5948 0 -1 4202560 1130 0 0 0 202 17 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605602429608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7407] ppid=7400 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/7403/task/7407/stat : 7407 (java) S 7400 7403 5948 0 -1 4202560 1774 0 0 0 193 17 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605601377064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7408] ppid=7400 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/7403/task/7408/stat : 7408 (java) S 7400 7403 5948 0 -1 4202560 895 0 0 0 199 15 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605600324520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7409] ppid=7400 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/7403/task/7409/stat : 7409 (java) S 7400 7403 5948 0 -1 4202560 1388 0 0 0 188 15 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605599271976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7410] ppid=7400 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/7403/task/7410/stat : 7410 (java) S 7400 7403 5948 0 -1 4202560 1056 0 0 0 212 16 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605598218408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7411] ppid=7400 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/7403/task/7411/stat : 7411 (java) S 7400 7403 5948 0 -1 4202560 1494 0 0 0 190 13 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605597165864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7412] ppid=7400 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/7403/task/7412/stat : 7412 (java) S 7400 7403 5948 0 -1 4202560 1624 0 0 0 183 16 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605596113320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7403/tid=7413] ppid=7400 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/7403/task/7413/stat : 7413 (java) S 7400 7403 5948 0 -1 4202560 1589 0 0 0 193 16 0 0 20 0 19 0 4772266 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605595060776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7403/tid=7414] ppid=7400 vsize=9625040 CPUtime=4.05 cores=1,3,5,7
/proc/7403/task/7414/stat : 7414 (java) S 7400 7403 5948 0 -1 4202560 1217 0 0 0 399 6 0 0 20 0 19 0 4772267 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605582649960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7415] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7415/stat : 7415 (java) S 7400 7403 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4772268 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605581596280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7416] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7416/stat : 7416 (java) S 7400 7403 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4772268 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605580543624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7417] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7417/stat : 7417 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605579492368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7418] ppid=7400 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7403/task/7418/stat : 7418 (java) S 7400 7403 5948 0 -1 4202560 4413 0 0 0 27 1 0 0 20 0 19 0 4772270 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605578438712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7403/tid=7419] ppid=7400 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/7403/task/7419/stat : 7419 (java) S 7400 7403 5948 0 -1 4202560 4572 0 0 0 43 0 0 0 20 0 19 0 4772270 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605577386168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7420] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7420/stat : 7420 (java) S 7400 7403 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4772270 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605576333816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7421] ppid=7400 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/7403/task/7421/stat : 7421 (java) S 7400 7403 5948 0 -1 4202560 103 0 0 0 29 34 0 0 20 0 19 0 4772270 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605575281480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7403/tid=7422] ppid=7400 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7403/task/7422/stat : 7422 (java) S 7400 7403 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4772285 9856040960 95376 33554432000 1073741824 1073778376 140736895264048 140605574227240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 7403 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1787.44
CPU time (s): 1800.07
CPU user time (s): 1798.4
CPU system time (s): 1.67
CPU usage (%): 100.707
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 2.12068
maximum resident set size= 649840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25428
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47829
involuntary context switches= 45223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4424 second user time and 8.96464 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-30 05:30:46
IDJOB=4119410
IDBENCH=111723
IDSOLVER=2546
FILE ID=node117/4119410-1467257446
RUNJOBID= node117-1467250272-6476
PBS_JOBID= 20004471
Free space on /tmp= 71624 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament26.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119410-1467257446/watcher-4119410-1467257446 -o /tmp/evaluation-result-4119410-1467257446/solver-4119410-1467257446 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467250272-6476 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119410-1467257446.opb

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

MD5SUM BENCH= d71b79906089b33d281a228373b32cad
RANDOM SEED=315906710

node117.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.714
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.42
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.714
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.714
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.45
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.714
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.714
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.714
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.714
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.714
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:        28256284 kB
Buffers:          123916 kB
Cached:          1774184 kB
SwapCached:            0 kB
Active:           385824 kB
Inactive:        1747548 kB
Active(anon):     238124 kB
Inactive(anon):        4 kB
Active(file):     147700 kB
Inactive(file):  1747544 kB
Unevictable:     1718980 kB
Mlocked:         1555460 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1768 kB
Writeback:             0 kB
AnonPages:       1876868 kB
Mapped:            22196 kB
Shmem:               204 kB
Slab:             611948 kB
SReclaimable:      55916 kB
SUnreclaim:       556032 kB
KernelStack:        1768 kB
PageTables:         8004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2411664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 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= 71624 MiB
End job on node117 at 2016-06-30 06:00:34