Trace number 4085276

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)226 1800.78 1791.95

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
MD5SUMbddc7a1ce44c83fc28f6e299cbaaf04c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark213
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 184
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 476
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 476
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 476
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4085276-1465224424.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.24/0.24	c ... done. Wall clock time 0.112s.
0.24/0.24	c declared #vars     476
0.24/0.24	c #constraints  476
0.24/0.24	c constraints type 
0.24/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 476
0.24/0.24	c 476 constraints processed.
0.24/0.24	c objective function length is 476 literals
0.24/0.25	c SATISFIABLE
0.24/0.25	c OPTIMIZING...
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.126
0.24/0.25	o 230
0.49/0.34	c Got one! Elapsed wall clock time (in seconds):0.216
0.49/0.34	o 229
1.16/0.79	c cleaning 2602 clauses out of 5216 with flag 10363/5216
1.76/1.26	c cleaning 4298 clauses out of 8613 with flag 22752/11215
1.76/1.29	c Got one! Elapsed wall clock time (in seconds):1.166
1.76/1.29	o 228
2.21/1.63	c cleaning 4925 clauses out of 9863 with flag 10461/16763
2.63/2.08	c cleaning 5461 clauses out of 10938 with flag 22822/22763
3.26/2.65	c cleaning 6231 clauses out of 12477 with flag 37082/29763
3.36/2.76	c Got one! Elapsed wall clock time (in seconds):2.63
3.36/2.76	o 227
3.68/3.07	c cleaning 5863 clauses out of 11741 with flag 8283/35258
4.18/3.57	c cleaning 5928 clauses out of 11877 with flag 20750/41257
4.88/4.20	c cleaning 6467 clauses out of 12949 with flag 35645/48257
5.47/4.87	c cleaning 7233 clauses out of 14482 with flag 52584/56257
6.28/5.67	c cleaning 8118 clauses out of 16249 with flag 71552/65257
7.17/6.59	c cleaning 9058 clauses out of 18131 with flag 92322/75257
8.18/7.54	c cleaning 10029 clauses out of 20074 with flag 115267/86258
9.07/8.49	c Got one! Elapsed wall clock time (in seconds):8.363
9.07/8.49	o 226
9.68/9.05	c cleaning 13041 clauses out of 26101 with flag 10537/102314
10.17/9.58	c cleaning 9524 clauses out of 19061 with flag 23001/108315
10.87/10.22	c cleaning 8258 clauses out of 16537 with flag 37558/115315
11.57/10.93	c cleaning 8136 clauses out of 16279 with flag 54328/123315
12.28/11.68	c cleaning 8566 clauses out of 17142 with flag 73044/132314
13.37/12.71	c cleaning 9282 clauses out of 18576 with flag 93670/142314
14.37/13.71	c cleaning 10138 clauses out of 20294 with flag 116710/153314
15.57/14.96	c cleaning 11071 clauses out of 22156 with flag 141523/165314
16.97/16.38	c cleaning 12033 clauses out of 24085 with flag 168521/178314
18.57/17.99	c cleaning 13015 clauses out of 26052 with flag 197281/192314
20.17/19.57	c cleaning 14012 clauses out of 28038 with flag 228003/207315
21.98/21.36	c cleaning 15007 clauses out of 30025 with flag 261154/223314
23.68/23.01	c cleaning 16000 clauses out of 32019 with flag 296777/240315
25.58/24.97	c cleaning 17003 clauses out of 34019 with flag 334235/258315
27.53/26.85	c cleaning 18000 clauses out of 36016 with flag 374052/277315
29.53/28.82	c cleaning 18997 clauses out of 38015 with flag 415855/297314
31.42/30.77	c cleaning 19999 clauses out of 40018 with flag 459606/318314
33.83/33.13	c cleaning 21000 clauses out of 42020 with flag 505395/340315
36.62/35.96	c cleaning 21998 clauses out of 44020 with flag 553555/363315
39.62/38.90	c cleaning 23004 clauses out of 46021 with flag 603760/387314
42.59/41.86	c cleaning 23998 clauses out of 48017 with flag 655747/412314
45.79/45.09	c cleaning 25000 clauses out of 50019 with flag 710081/438314
49.09/48.34	c cleaning 26002 clauses out of 52020 with flag 766491/465315
52.39/51.67	c cleaning 26999 clauses out of 54018 with flag 825025/493315
56.09/55.38	c cleaning 27998 clauses out of 56018 with flag 885472/522314
60.78/59.93	c cleaning 29004 clauses out of 58020 with flag 948073/552314
64.88/64.06	c cleaning 30000 clauses out of 60017 with flag 1012797/583315
69.88/69.09	c cleaning 30999 clauses out of 62016 with flag 1080827/615314
75.58/74.73	c cleaning 32006 clauses out of 64018 with flag 1150485/648315
81.29/80.33	c cleaning 32995 clauses out of 66012 with flag 1222238/682315
87.19/86.24	c cleaning 33996 clauses out of 68016 with flag 1295631/717314
93.40/92.44	c cleaning 35003 clauses out of 70021 with flag 1370937/753315
100.50/99.56	c cleaning 35998 clauses out of 72017 with flag 1448984/790314
108.02/106.99	c cleaning 37000 clauses out of 74019 with flag 1528954/828314
115.02/113.93	c cleaning 38003 clauses out of 76019 with flag 1611093/867314
122.52/121.48	c cleaning 38999 clauses out of 78016 with flag 1695413/907314
130.07/128.80	c cleaning 40002 clauses out of 80017 with flag 1781858/948314
138.87/137.69	c cleaning 40998 clauses out of 82016 with flag 1870370/990315
146.46/145.30	c cleaning 41998 clauses out of 84018 with flag 1960484/1033315
154.38/153.04	c cleaning 42998 clauses out of 86019 with flag 2052760/1077314
162.98/161.65	c cleaning 44002 clauses out of 88022 with flag 2146787/1122315
171.03/169.58	c cleaning 45002 clauses out of 90019 with flag 2243081/1168314
180.32/178.85	c cleaning 45997 clauses out of 92018 with flag 2342408/1215315
192.11/190.50	c cleaning 47000 clauses out of 94021 with flag 2444966/1263315
202.21/200.67	c cleaning 48001 clauses out of 96021 with flag 2548827/1312315
213.86/212.10	c cleaning 48997 clauses out of 98019 with flag 2654520/1362314
229.76/228.09	c cleaning 50002 clauses out of 100022 with flag 2762517/1413314
243.16/241.21	c cleaning 51005 clauses out of 102020 with flag 2871673/1465314
256.99/255.06	c cleaning 52000 clauses out of 104015 with flag 2982868/1518314
269.32/267.30	c cleaning 52997 clauses out of 106015 with flag 3097424/1572314
282.22/280.15	c cleaning 54000 clauses out of 108019 with flag 3212605/1627315
296.24/294.16	c cleaning 54999 clauses out of 110018 with flag 3330188/1683314
310.75/308.52	c cleaning 56001 clauses out of 112020 with flag 3450457/1740315
324.25/322.03	c cleaning 56997 clauses out of 114018 with flag 3572625/1798314
338.63/336.39	c cleaning 58001 clauses out of 116022 with flag 3696498/1857315
356.71/354.33	c cleaning 59000 clauses out of 118020 with flag 3822827/1917314
371.80/369.49	c cleaning 59999 clauses out of 120020 with flag 3951148/1978314
387.73/385.33	c cleaning 60998 clauses out of 122022 with flag 4080598/2040315
403.91/401.48	c cleaning 62000 clauses out of 124023 with flag 4212612/2103314
420.02/417.45	c cleaning 63005 clauses out of 126023 with flag 4346574/2167314
435.69/433.00	c cleaning 63997 clauses out of 128018 with flag 4482416/2232314
450.59/447.98	c cleaning 65000 clauses out of 130021 with flag 4621197/2298314
467.44/464.72	c cleaning 65999 clauses out of 132021 with flag 4760182/2365314
487.89/485.14	c cleaning 67000 clauses out of 134023 with flag 4898989/2433315
509.82/507.07	c cleaning 68003 clauses out of 136022 with flag 5040479/2502314
524.70/521.87	c cleaning 68997 clauses out of 138020 with flag 5187432/2572315
543.55/540.64	c cleaning 69999 clauses out of 140022 with flag 5334092/2643314
569.32/566.34	c cleaning 71000 clauses out of 142024 with flag 5482233/2715315
592.66/589.66	c cleaning 71997 clauses out of 144023 with flag 5632956/2788314
613.69/610.64	c cleaning 73004 clauses out of 146026 with flag 5785453/2862314
633.20/630.12	c cleaning 74001 clauses out of 148022 with flag 5941627/2937314
650.52/647.41	c cleaning 75000 clauses out of 150022 with flag 6100256/3013315
673.30/670.19	c cleaning 76000 clauses out of 152022 with flag 6260144/3090315
691.90/688.64	c cleaning 77000 clauses out of 154022 with flag 6422607/3168315
715.74/712.47	c cleaning 78000 clauses out of 156021 with flag 6588211/3247314
738.25/734.87	c cleaning 78999 clauses out of 158021 with flag 6752391/3327314
764.21/760.71	c cleaning 80006 clauses out of 160023 with flag 6926172/3408315
787.55/784.03	c cleaning 80997 clauses out of 162016 with flag 7100497/3490314
810.47/806.80	c cleaning 82001 clauses out of 164020 with flag 7278091/3573315
836.66/832.97	c cleaning 83000 clauses out of 166018 with flag 7457081/3657314
860.23/856.49	c cleaning 84002 clauses out of 168019 with flag 7635408/3742315
884.96/881.02	c cleaning 84997 clauses out of 170016 with flag 7815465/3828314
910.49/906.53	c cleaning 86002 clauses out of 172020 with flag 7998175/3915315
940.31/936.24	c cleaning 87000 clauses out of 174018 with flag 8183831/4003315
972.32/968.13	c cleaning 87999 clauses out of 176018 with flag 8372022/4092315
998.83/994.56	c cleaning 89000 clauses out of 178019 with flag 8562663/4182315
1026.45/1022.06	c cleaning 89997 clauses out of 180018 with flag 8755510/4273314
1063.87/1059.32	c cleaning 91000 clauses out of 182022 with flag 8950642/4365315
1090.15/1085.55	c cleaning 92000 clauses out of 184022 with flag 9147881/4458315
1118.00/1113.22	c cleaning 93001 clauses out of 186022 with flag 9345968/4552315
1148.25/1143.39	c cleaning 94003 clauses out of 188021 with flag 9549799/4647315
1187.76/1182.61	c cleaning 94998 clauses out of 190018 with flag 9753262/4743315
1219.50/1214.29	c cleaning 96002 clauses out of 192019 with flag 9957570/4840314
1255.40/1249.98	c cleaning 97000 clauses out of 194017 with flag 10165054/4938314
1289.26/1283.68	c cleaning 98000 clauses out of 196018 with flag 10373816/5037315
1320.99/1315.25	c cleaning 99000 clauses out of 198017 with flag 10585104/5137314
1353.18/1347.21	c cleaning 99999 clauses out of 200018 with flag 10798024/5238315
1389.63/1383.50	c cleaning 100997 clauses out of 202020 with flag 11014172/5340316
1423.61/1417.39	c cleaning 102002 clauses out of 204021 with flag 11231724/5443314
1452.07/1445.62	c cleaning 103002 clauses out of 206020 with flag 11451077/5547315
1485.80/1479.21	c cleaning 103998 clauses out of 208017 with flag 11671479/5652314
1526.89/1520.19	c cleaning 104999 clauses out of 210019 with flag 11892594/5758314
1574.73/1567.82	c cleaning 105999 clauses out of 212021 with flag 12118015/5865315
1621.57/1614.45	c cleaning 107002 clauses out of 214021 with flag 12345908/5973314
1672.44/1664.98	c cleaning 107998 clauses out of 216020 with flag 12573402/6082315
1720.27/1712.53	c cleaning 108997 clauses out of 218021 with flag 12803239/6192314
1762.99/1755.04	c cleaning 109999 clauses out of 220024 with flag 13035686/6303314
1800.10/1791.91	c starts		: 6
1800.10/1791.91	c conflicts		: 6396321
1800.10/1791.91	c decisions		: 8624571
1800.10/1791.91	c propagations		: 221633007
1800.10/1791.91	c inspects		: 34206334437
1800.10/1791.91	c shortcuts		: 0
1800.10/1791.91	c learnt literals	: 0
1800.10/1791.91	c learnt binary clauses	: 0
1800.10/1791.91	c learnt ternary clauses	: 0
1800.10/1791.91	c learnt constraints	: 6396321
1800.10/1791.91	c ignored constraints	: 0
1800.10/1791.91	c root simplifications	: 0
1800.10/1791.91	c removed literals (reason simplification)	: 0
1800.10/1791.91	c reason swapping (by a shorter reason)	: 0
1800.10/1791.91	c Calls to reduceDB	: 119
1800.10/1791.91	c Number of update (reduction) of LBD	: 129583
1800.10/1791.91	c Imported unit clauses	: 0
1800.10/1791.91	c number of reductions to clauses (during analyze)	: 0
1800.10/1791.91	c number of learned constraints concerned by reduction	: 0
1800.10/1791.91	c number of learning phase by resolution	: 0
1800.10/1791.91	c number of learning phase by cutting planes	: 0
1800.10/1791.91	c speed (assignments/second)	: 123702.0513845199
1800.10/1791.91	c non guided choices	0
1800.10/1791.94	c learnt constraints type 
1800.10/1791.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 203032
1800.10/1791.94	s SATISFIABLE
1800.10/1791.94	c Found 5 solution(s)
1800.10/1791.94	v -x1 x2 x3 x4 x5 x6 x7 -x8 x9 x10 -x11 -x12 x13 x14 -x15 x16 -x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 x26 -x27 x28 x29 -x30 x31 -x32 x33 x34 x35 -x36 -x37 -x38 x39 x40 x41 x42 x43 -x44 x45 x46 -x47 x48 x49 x50 -x51 x52 x53 x54 x55 x56 -x57 x58 x59 x60 -x61 x62 x63 x64 x65 x66 x67 x68 -x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 -x82 x83 x84 x85 x86 -x87 -x88 x89 -x90 x91 -x92 -x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 -x112 x113 x114 x115 x116 x117 x118 x119 -x120 x121 x122 -x123 x124 x125 -x126 x127 x128 x129 x130 x131 x132 -x133 x134 -x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 -x145 x146 -x147 x148 -x149 -x150 x151 x152 x153 x154 x155 -x156 x157 x158 -x159 x160 x161 x162 x163 -x164 x165 -x166 -x167 x168 x169 x170 -x171 -x172 -x173 -x174 x175 x176 x177 x178 x179 -x180 x181 x182 x183 x184 -x185 x186 x187 x188 x189 x190 x191 -x192 x193 x194 x195 x196 x197 x198 -x199 x200 x201 -x202 x203 x204 x205 -x206 -x207 x208 x209 x210 -x211 -x212 -x213 x214 -x215 x216 x217 x218 -x219 x220 x221 x222 x223 x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 x232 x233 x234 -x235 -x236 x237 -x238 -x239 x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 x257 x258 x259 -x260 x261 x262 -x263 -x264 -x265 x266 x267 x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 -x287 x288 -x289 x290 x291 x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 x300 -x301 -x302 x303 -x304 -x305 x306 x307 -x308 -x309 -x310 x311 -x312 x313 x314 -x315 x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 x328 -x329 -x330 -x331 x332 -x333 -x334 x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 x354 -x355 x356 -x357 x358 -x359 x360 -x361 -x362 -x363 x364 -x365 -x366 x367 x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 x382 -x383 -x384 -x385 -x386 -x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 x406 -x407 x408 x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 
1800.10/1791.94	c objective function=226
1800.10/1791.94	c Total wall clock time (in seconds): 1791.816

Verifier Data

OK	226

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-4085276-1465224424/watcher-4085276-1465224424 -o /tmp/evaluation-result-4085276-1465224424/solver-4085276-1465224424 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7200 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085276-1465224424.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.36 2.30 2.23 4/194 11632
/proc/meminfo: memFree=30342388/32872528 swapFree=15784/1434320
[pid=11632] ppid=11629 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11632/stat : 11632 (java) D 11629 11632 7184 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 104375694 9515008 182 33554432000 1073741824 1073778376 140736016548720 140736016539752 214369648309 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/11632/statm: 2323 182 140 9 0 71 0

[startup+0.100064 s]
/proc/loadavg: 2.36 2.30 2.23 4/194 11632
/proc/meminfo: memFree=30342388/32872528 swapFree=15784/1434320
[pid=11632] ppid=11629 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11632/stat : 11632 (java) S 11629 11632 7184 0 -1 4202496 4305 0 1 0 8 0 0 0 20 0 18 0 104375694 9787879424 5422 33554432000 1073741824 1073778376 140735893040560 140735893031696 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11632/statm: 2389619 5424 2093 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200247 s]
/proc/loadavg: 2.36 2.30 2.23 4/194 11632
/proc/meminfo: memFree=30342388/32872528 swapFree=15784/1434320
[pid=11632] ppid=11629 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/11632/stat : 11632 (java) S 11629 11632 7184 0 -1 4202496 4711 0 1 0 23 1 0 0 20 0 18 0 104375694 9787879424 6789 33554432000 1073741824 1073778376 140735893040560 140735893031696 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11632/statm: 2389619 6789 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 2.36 2.30 2.23 4/194 11632
/proc/meminfo: memFree=30342388/32872528 swapFree=15784/1434320
[pid=11632] ppid=11629 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/11632/stat : 11632 (java) S 11629 11632 7184 0 -1 4202496 6578 0 1 0 47 2 0 0 20 0 19 0 104375694 9856040960 8988 33554432000 1073741824 1073778376 140735893040560 140735893031696 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11632/statm: 2406260 8988 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700127 s]
/proc/loadavg: 2.36 2.30 2.23 4/194 11632
/proc/meminfo: memFree=30342388/32872528 swapFree=15784/1434320
[pid=11632] ppid=11629 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/11632/stat : 11632 (java) S 11629 11632 7184 0 -1 4202496 8405 0 1 0 114 2 0 0 20 0 19 0 104375694 9856040960 10837 33554432000 1073741824 1073778376 140735893040560 140735893031696 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11632/statm: 2406260 10837 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.36 2.30 2.23 4/213 11651
/proc/meminfo: memFree=30302032/32872528 swapFree=15784/1434320
[pid=11632] ppid=11629 vsize=9625040 CPUtime=2.11 cores=0,2,4,6
/proc/11632/stat : 11632 (java) S 11629 11632 7184 0 -1 4202496 9390 0 1 0 209 2 0 0 20 0 19 0 104375694 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 140735893031696 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11632/statm: 2406260 13493 2259 9 0 2396937 0
[pid=11632/tid=11634] ppid=11629 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/11632/task/11634/stat : 11634 (java) R 11629 11632 7184 0 -1 4202560 2441 0 1 0 145 1 0 0 20 0 19 0 104375695 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892325360104 139892198291707 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11635] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11635/stat : 11635 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892169227304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11636] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11636/stat : 11636 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892168174504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11637] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11637/stat : 11637 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892167121704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11638] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11638/stat : 11638 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892166068904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11639] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11639/stat : 11639 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892165016104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11640] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11640/stat : 11640 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892163963304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11641] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11641/stat : 11641 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892162910504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11642] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11642/stat : 11642 (java) S 11629 11632 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892161857704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11643] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11643/stat : 11643 (java) S 11629 11632 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104375697 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892149660648 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11644] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11644/stat : 11644 (java) S 11629 11632 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892148606712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11645] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11645/stat : 11645 (java) S 11629 11632 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892147553800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11646] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11646/stat : 11646 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892146502288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11647] ppid=11629 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11632/task/11647/stat : 11647 (java) S 11629 11632 7184 0 -1 4202560 3163 0 0 0 33 0 0 0 20 0 19 0 104375701 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892145449400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11648] ppid=11629 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11632/task/11648/stat : 11648 (java) S 11629 11632 7184 0 -1 4202560 2513 0 0 0 29 0 0 0 20 0 19 0 104375701 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892144396600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11649] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11649/stat : 11649 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892143343992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11650] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11650/stat : 11650 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892142291400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11651] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11651/stat : 11651 (java) S 11629 11632 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104375719 9856040960 13493 33554432000 1073741824 1073778376 140735893040560 139892141139624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.33 2.29 2.23 3/213 11651
/proc/meminfo: memFree=30287216/32872528 swapFree=15784/1434320
[pid=11632] ppid=11629 vsize=9625040 CPUtime=3.78 cores=0,2,4,6
/proc/11632/stat : 11632 (java) S 11629 11632 7184 0 -1 4202496 9403 0 1 0 375 3 0 0 20 0 19 0 104375694 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 140735893031696 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11632/statm: 2406260 18614 2260 9 0 2396937 0
[pid=11632/tid=11634] ppid=11629 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/11632/task/11634/stat : 11634 (java) R 11629 11632 7184 0 -1 4202560 2453 0 1 0 303 2 0 0 20 0 19 0 104375695 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892325358072 139892198234359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11635] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11635/stat : 11635 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892169227304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11636] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11636/stat : 11636 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892168174504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11637] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11637/stat : 11637 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892167121704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11638] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11638/stat : 11638 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892166068904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11639] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11639/stat : 11639 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892165016104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11640] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11640/stat : 11640 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892163963304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11641] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11641/stat : 11641 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892162910504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11642] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11642/stat : 11642 (java) S 11629 11632 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892161857704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11643] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11643/stat : 11643 (java) S 11629 11632 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104375697 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892149660648 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11644] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11644/stat : 11644 (java) S 11629 11632 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892148606712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11645] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11645/stat : 11645 (java) S 11629 11632 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892147553800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11646] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11646/stat : 11646 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892146502288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11647] ppid=11629 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/11632/task/11647/stat : 11647 (java) S 11629 11632 7184 0 -1 4202560 3164 0 0 0 34 0 0 0 20 0 19 0 104375701 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892145449400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11648] ppid=11629 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11632/task/11648/stat : 11648 (java) S 11629 11632 7184 0 -1 4202560 2513 0 0 0 35 0 0 0 20 0 19 0 104375701 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892144396600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11649] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11649/stat : 11649 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892143343992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11650] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11650/stat : 11650 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892142291400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11651] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11651/stat : 11651 (java) S 11629 11632 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104375719 9856040960 18614 33554432000 1073741824 1073778376 140735893040560 139892141139624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.33 2.29 2.23 3/213 11651
/proc/meminfo: memFree=30251496/32872528 swapFree=15784/1434320
[pid=11632] ppid=11629 vsize=9625040 CPUtime=6.97 cores=0,2,4,6
/proc/11632/stat : 11632 (java) S 11629 11632 7184 0 -1 4202496 9422 0 1 0 694 3 0 0 20 0 19 0 104375694 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 140735893031696 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11632/statm: 2406260 26436 2261 9 0 2396937 0
[pid=11632/tid=11634] ppid=11629 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/11632/task/11634/stat : 11634 (java) R 11629 11632 7184 0 -1 4202560 2471 0 1 0 622 2 0 0 20 0 19 0 104375695 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892325351088 139892198353660 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11635] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11635/stat : 11635 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892169227304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11636] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11636/stat : 11636 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892168174504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11637] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11637/stat : 11637 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892167121704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11638] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11638/stat : 11638 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892166068904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11639] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11639/stat : 11639 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892165016104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11640] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11640/stat : 11640 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892163963304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11641] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11641/stat : 11641 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892162910504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11642] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11642/stat : 11642 (java) S 11629 11632 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104375696 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892161857704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11643] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11643/stat : 11643 (java) S 11629 11632 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104375697 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892149660648 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11644] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11644/stat : 11644 (java) S 11629 11632 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892148606712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11645] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11645/stat : 11645 (java) S 11629 11632 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892147553800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11646] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11646/stat : 11646 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892146502288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11647] ppid=11629 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/11632/task/11647/stat : 11647 (java) S 11629 11632 7184 0 -1 4202560 3164 0 0 0 34 0 0 0 20 0 19 0 104375701 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892145449400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11648] ppid=11629 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11632/task/11648/stat : 11648 (java) S 11629 11632 7184 0 -1 4202560 2513 0 0 0 35 0 0 0 20 0 19 0 104375701 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892144396600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11649] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11649/stat : 11649 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892143343992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11650] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11650/stat : 11650 (java) S 11629 11632 7184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892142291400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11651] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11651/stat : 11651 (java) S 11629 11632 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104375719 9856040960 26436 33554432000 1073741824 1073778376 140735893040560 139892141139624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9625040


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

/proc/11632/task/11644/stat : 11644 (java) S 11629 11632 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 98588 33554432000 1073741824 1073778376 140735893040560 139892148606712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11645] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11645/stat : 11645 (java) S 11629 11632 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 98588 33554432000 1073741824 1073778376 140735893040560 139892147553800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11646] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11646/stat : 11646 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 98588 33554432000 1073741824 1073778376 140735893040560 139892146502288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11647] ppid=11629 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11632/task/11647/stat : 11647 (java) S 11629 11632 7184 0 -1 4202560 3615 0 0 0 37 0 0 0 20 0 19 0 104375701 9856040960 98588 33554432000 1073741824 1073778376 140735893040560 139892145449400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11648] ppid=11629 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11632/task/11648/stat : 11648 (java) S 11629 11632 7184 0 -1 4202560 2513 0 0 0 35 0 0 0 20 0 19 0 104375701 9856040960 98588 33554432000 1073741824 1073778376 140735893040560 139892144396600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11649] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11649/stat : 11649 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 98588 33554432000 1073741824 1073778376 140735893040560 139892143343992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11650] ppid=11629 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11632/task/11650/stat : 11650 (java) S 11629 11632 7184 0 -1 4202560 100 0 0 0 32 22 0 0 20 0 19 0 104375701 9856040960 98588 33554432000 1073741824 1073778376 140735893040560 139892142291400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11651] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11651/stat : 11651 (java) S 11629 11632 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104375719 9856040960 98588 33554432000 1073741824 1073778376 140735893040560 139892141139624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1730.11
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.68 2.31 2.22 3/213 11784
/proc/meminfo: memFree=29737796/32872528 swapFree=15784/1434320
[pid=11632] ppid=11629 vsize=9625040 CPUtime=1790.41 cores=0,2,4,6
/proc/11632/stat : 11632 (java) S 11629 11632 7184 0 -1 4202496 14021 0 1 0 178953 88 0 0 20 0 19 0 104375694 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 140735893031696 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11632/statm: 2406260 93777 2283 9 0 2396937 0
[pid=11632/tid=11634] ppid=11629 vsize=9625040 CPUtime=1777.15 cores=0,2,4,6
/proc/11632/task/11634/stat : 11634 (java) R 11629 11632 7184 0 -1 4202560 2628 0 1 0 177683 32 0 0 20 0 19 0 104375695 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892325358784 139892198353660 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11635] ppid=11629 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/11632/task/11635/stat : 11635 (java) S 11629 11632 7184 0 -1 4202560 450 0 0 0 111 7 0 0 20 0 19 0 104375696 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892169227304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11636] ppid=11629 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/11632/task/11636/stat : 11636 (java) S 11629 11632 7184 0 -1 4202560 541 0 0 0 123 10 0 0 20 0 19 0 104375696 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892168174504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11637] ppid=11629 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/11632/task/11637/stat : 11637 (java) S 11629 11632 7184 0 -1 4202560 320 0 0 0 116 6 0 0 20 0 19 0 104375696 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892167121704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11638] ppid=11629 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/11632/task/11638/stat : 11638 (java) S 11629 11632 7184 0 -1 4202560 592 0 0 0 121 10 0 0 20 0 19 0 104375696 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892166068904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11639] ppid=11629 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/11632/task/11639/stat : 11639 (java) S 11629 11632 7184 0 -1 4202560 567 0 0 0 134 9 0 0 20 0 19 0 104375696 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892165016104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11640] ppid=11629 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/11632/task/11640/stat : 11640 (java) S 11629 11632 7184 0 -1 4202560 431 0 0 0 116 7 0 0 20 0 19 0 104375696 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892163963304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11641] ppid=11629 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/11632/task/11641/stat : 11641 (java) S 11629 11632 7184 0 -1 4202560 301 0 0 0 120 8 0 0 20 0 19 0 104375696 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892162910504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11642] ppid=11629 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/11632/task/11642/stat : 11642 (java) S 11629 11632 7184 0 -1 4202560 291 0 0 0 118 6 0 0 20 0 19 0 104375696 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892161857704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11643] ppid=11629 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/11632/task/11643/stat : 11643 (java) S 11629 11632 7184 0 -1 4202560 409 0 0 0 204 4 0 0 20 0 19 0 104375697 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892149660648 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11644] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11644/stat : 11644 (java) S 11629 11632 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892148606712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11645] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11645/stat : 11645 (java) S 11629 11632 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892147553800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11646] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11646/stat : 11646 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892146502288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11647] ppid=11629 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11632/task/11647/stat : 11647 (java) S 11629 11632 7184 0 -1 4202560 3615 0 0 0 37 0 0 0 20 0 19 0 104375701 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892145449400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11648] ppid=11629 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11632/task/11648/stat : 11648 (java) S 11629 11632 7184 0 -1 4202560 2513 0 0 0 35 0 0 0 20 0 19 0 104375701 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892144396600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11649] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11649/stat : 11649 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892143343992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11650] ppid=11629 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/11632/task/11650/stat : 11650 (java) S 11629 11632 7184 0 -1 4202560 104 0 0 0 33 23 0 0 20 0 19 0 104375701 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892142291400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11651] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11651/stat : 11651 (java) S 11629 11632 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104375719 9856040960 93777 33554432000 1073741824 1073778376 140735893040560 139892141139624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.9 s]
/proc/loadavg: 2.58 2.30 2.22 4/213 11784
/proc/meminfo: memFree=29743952/32872528 swapFree=15784/1434320
[pid=11632] ppid=11629 vsize=9625040 CPUtime=1800.1 cores=0,2,4,6
/proc/11632/stat : 11632 (java) S 11629 11632 7184 0 -1 4202496 14024 0 1 0 179921 89 0 0 20 0 19 0 104375694 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 140735893031696 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11632/statm: 2406260 93328 2283 9 0 2396937 0
[pid=11632/tid=11634] ppid=11629 vsize=9625040 CPUtime=1786.74 cores=0,2,4,6
/proc/11632/task/11634/stat : 11634 (java) R 11629 11632 7184 0 -1 4202560 2629 0 1 0 178642 32 0 0 20 0 19 0 104375695 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892325358784 139892198141152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11635] ppid=11629 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/11632/task/11635/stat : 11635 (java) S 11629 11632 7184 0 -1 4202560 450 0 0 0 112 7 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892169227304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11636] ppid=11629 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/11632/task/11636/stat : 11636 (java) S 11629 11632 7184 0 -1 4202560 541 0 0 0 125 10 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892168174504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11637] ppid=11629 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/11632/task/11637/stat : 11637 (java) S 11629 11632 7184 0 -1 4202560 320 0 0 0 118 6 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892167121704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11638] ppid=11629 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/11632/task/11638/stat : 11638 (java) S 11629 11632 7184 0 -1 4202560 592 0 0 0 122 10 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892166068904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11639] ppid=11629 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/11632/task/11639/stat : 11639 (java) S 11629 11632 7184 0 -1 4202560 567 0 0 0 136 9 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892165016104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11640] ppid=11629 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/11632/task/11640/stat : 11640 (java) S 11629 11632 7184 0 -1 4202560 431 0 0 0 117 7 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892163963304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11641] ppid=11629 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/11632/task/11641/stat : 11641 (java) S 11629 11632 7184 0 -1 4202560 301 0 0 0 121 8 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892162910504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11642] ppid=11629 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/11632/task/11642/stat : 11642 (java) S 11629 11632 7184 0 -1 4202560 291 0 0 0 120 6 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892161857704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11643] ppid=11629 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/11632/task/11643/stat : 11643 (java) S 11629 11632 7184 0 -1 4202560 411 0 0 0 204 4 0 0 20 0 19 0 104375697 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892149660648 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11644] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11644/stat : 11644 (java) S 11629 11632 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892148606712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11645] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11645/stat : 11645 (java) S 11629 11632 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892147553800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11646] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11646/stat : 11646 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892146502288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11647] ppid=11629 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11632/task/11647/stat : 11647 (java) S 11629 11632 7184 0 -1 4202560 3615 0 0 0 37 0 0 0 20 0 19 0 104375701 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892145449400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11648] ppid=11629 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11632/task/11648/stat : 11648 (java) S 11629 11632 7184 0 -1 4202560 2513 0 0 0 35 0 0 0 20 0 19 0 104375701 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892144396600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11649] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11649/stat : 11649 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892143343992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11650] ppid=11629 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/11632/task/11650/stat : 11650 (java) S 11629 11632 7184 0 -1 4202560 104 0 0 0 33 23 0 0 20 0 19 0 104375701 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892142291400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11651] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11651/stat : 11651 (java) S 11629 11632 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104375719 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892141139624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 11632 sig 9
??? kill -11632 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1791.9 s]
/proc/loadavg: 2.58 2.30 2.22 4/213 11784
/proc/meminfo: memFree=29743952/32872528 swapFree=15784/1434320
[pid=11632] ppid=11629 vsize=9625040 CPUtime=1800.1 cores=0,2,4,6
/proc/11632/stat : 11632 (java) S 11629 11632 7184 0 -1 4202496 14024 0 1 0 179921 89 0 0 20 0 19 0 104375694 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 140735893031696 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11632/statm: 2406260 93328 2283 9 0 2396937 0
[pid=11632/tid=11634] ppid=11629 vsize=9625040 CPUtime=1786.74 cores=0,2,4,6
/proc/11632/task/11634/stat : 11634 (java) R 11629 11632 7184 0 -1 4202560 2629 0 1 0 178642 32 0 0 20 0 19 0 104375695 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892325358784 139892198141152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11635] ppid=11629 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/11632/task/11635/stat : 11635 (java) S 11629 11632 7184 0 -1 4202560 450 0 0 0 112 7 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892169227304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11636] ppid=11629 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/11632/task/11636/stat : 11636 (java) S 11629 11632 7184 0 -1 4202560 541 0 0 0 125 10 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892168174504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11637] ppid=11629 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/11632/task/11637/stat : 11637 (java) S 11629 11632 7184 0 -1 4202560 320 0 0 0 118 6 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892167121704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11638] ppid=11629 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/11632/task/11638/stat : 11638 (java) S 11629 11632 7184 0 -1 4202560 592 0 0 0 122 10 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892166068904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11639] ppid=11629 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/11632/task/11639/stat : 11639 (java) S 11629 11632 7184 0 -1 4202560 567 0 0 0 136 9 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892165016104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11640] ppid=11629 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/11632/task/11640/stat : 11640 (java) S 11629 11632 7184 0 -1 4202560 431 0 0 0 117 7 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892163963304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11641] ppid=11629 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/11632/task/11641/stat : 11641 (java) S 11629 11632 7184 0 -1 4202560 301 0 0 0 121 8 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892162910504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11642] ppid=11629 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/11632/task/11642/stat : 11642 (java) S 11629 11632 7184 0 -1 4202560 291 0 0 0 120 6 0 0 20 0 19 0 104375696 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892161857704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11643] ppid=11629 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/11632/task/11643/stat : 11643 (java) S 11629 11632 7184 0 -1 4202560 411 0 0 0 204 4 0 0 20 0 19 0 104375697 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892149660648 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11644] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11644/stat : 11644 (java) S 11629 11632 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892148606712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11645] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11645/stat : 11645 (java) S 11629 11632 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104375698 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892147553800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11646] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11646/stat : 11646 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892146502288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11632/tid=11647] ppid=11629 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11632/task/11647/stat : 11647 (java) S 11629 11632 7184 0 -1 4202560 3615 0 0 0 37 0 0 0 20 0 19 0 104375701 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892145449400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11632/tid=11648] ppid=11629 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11632/task/11648/stat : 11648 (java) S 11629 11632 7184 0 -1 4202560 2513 0 0 0 35 0 0 0 20 0 19 0 104375701 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892144396600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11649] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11649/stat : 11649 (java) S 11629 11632 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104375701 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892143343992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11632/tid=11650] ppid=11629 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/11632/task/11650/stat : 11650 (java) S 11629 11632 7184 0 -1 4202560 104 0 0 0 33 23 0 0 20 0 19 0 104375701 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892142291400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11632/tid=11651] ppid=11629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11632/task/11651/stat : 11651 (java) S 11629 11632 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104375719 9856040960 93328 33554432000 1073741824 1073778376 140735893040560 139892141139624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1791.95
CPU time (s): 1800.78
CPU user time (s): 1799.42
CPU system time (s): 1.36079
CPU usage (%): 100.493
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 1.36079
maximum resident set size= 645456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14072
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= 41857
involuntary context switches= 23453

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7932 second user time and 11.8732 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-06 16:47:05
IDJOB=4085276
IDBENCH=1954
IDSOLVER=2546
FILE ID=node130/4085276-1465224424
RUNJOBID= node130-1465218951-7200
PBS_JOBID= 19843207
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085276-1465224424/watcher-4085276-1465224424 -o /tmp/evaluation-result-4085276-1465224424/solver-4085276-1465224424 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7200 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085276-1465224424.opb

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

MD5SUM BENCH= bddc7a1ce44c83fc28f6e299cbaaf04c
RANDOM SEED=995598075

node130.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.261
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	: 5332.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.261
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.261
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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.61
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.261
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.261
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.261
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.261
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:        30342568 kB
Buffers:           15980 kB
Cached:            87524 kB
SwapCached:         1764 kB
Active:           347708 kB
Inactive:          45484 kB
Active(anon):     290460 kB
Inactive(anon):     1200 kB
Active(file):      57248 kB
Inactive(file):    44284 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098340 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:       1741532 kB
Mapped:            15488 kB
Shmem:                 0 kB
Slab:             566968 kB
SReclaimable:      10444 kB
SUnreclaim:       556524 kB
KernelStack:        1768 kB
PageTables:         7876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1863040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1714176 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= 71748 MiB
End job on node130 at 2016-06-06 17:16:57