Trace number 3687578

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)221 1800.74 948.257

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
MD5SUM85de1910ead9431952046fc8a55b274b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 185
Optimality of the best value was proved NO
Number of variables478
Total number of constraints478
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 constraints478
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 478
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 478
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 478
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 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.07/0.08	c version 2.3.2.v20120418
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		501472288
0.07/0.08	c Max memory 		7480803328
0.07/0.08	c Total memory 		504102912
0.07/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687578-1337872303.opb
0.09/0.11	c reading problem ... 
0.25/0.24	c ... done. Wall clock time 0.128s.
0.25/0.24	c declared #vars     478
0.25/0.24	c #constraints  478
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 478
0.25/0.24	c 478 constraints processed.
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 478
0.25/0.24	c 478 constraints processed.
0.25/0.24	c objective function length is 478 literals
0.25/0.26	c  And the winner is solver0
0.49/0.74	c SATISFIABLE
0.49/0.74	c OPTIMIZING...
0.49/0.74	c Got one! Elapsed wall clock time (in seconds):0.631
0.49/0.74	o 233
0.49/0.76	c  And the winner is solver0
0.60/1.25	c Got one! Elapsed wall clock time (in seconds):1.135
0.60/1.25	o 232
3.11/2.04	c  And the winner is solver1
3.26/2.25	c Got one! Elapsed wall clock time (in seconds):2.137
3.26/2.25	o 231
4.11/2.62	c cleaning 2854 clauses out of 5707 with flag 2000/5707
6.55/3.69	c cleaning 4426 clauses out of 8854 with flag 8001/11708
7.57/4.13	c  And the winner is solver1
7.65/4.26	c Got one! Elapsed wall clock time (in seconds):4.144
7.65/4.26	o 223
8.33/4.68	c cleaning 4744 clauses out of 9488 with flag 3001/16768
10.30/5.63	c cleaning 5368 clauses out of 10743 with flag 9000/22767
12.72/6.81	c cleaning 6189 clauses out of 12377 with flag 16002/29769
15.49/8.30	c cleaning 7088 clauses out of 14186 with flag 24000/37767
18.81/9.93	c cleaning 8050 clauses out of 16099 with flag 33001/46768
20.28/10.75	c  And the winner is solver1
20.28/10.76	c Got one! Elapsed wall clock time (in seconds):10.649
20.28/10.76	o 222
20.94/11.01	c cleaning 6807 clauses out of 13614 with flag 2001/52333
22.56/11.99	c cleaning 6403 clauses out of 12806 with flag 8000/58332
24.63/13.05	c cleaning 6702 clauses out of 13403 with flag 15000/65332
26.93/14.29	c cleaning 7347 clauses out of 14701 with flag 23000/73332
29.57/15.67	c cleaning 8172 clauses out of 16354 with flag 32000/82332
33.40/17.63	c cleaning 9091 clauses out of 18182 with flag 42000/92332
37.26/19.64	c cleaning 10040 clauses out of 20092 with flag 53001/103333
41.71/21.91	c cleaning 11026 clauses out of 22052 with flag 65001/115333
46.51/24.40	c cleaning 12004 clauses out of 24025 with flag 78000/128332
51.58/27.14	c cleaning 13006 clauses out of 26022 with flag 92001/142333
56.96/29.94	c cleaning 14007 clauses out of 28015 with flag 107000/157332
62.55/32.81	c cleaning 14999 clauses out of 30008 with flag 123000/173332
64.08/33.71	c  And the winner is solver1
64.13/34.13	c Got one! Elapsed wall clock time (in seconds):34.022
64.13/34.13	o 221
64.66/34.46	c cleaning 10451 clauses out of 20903 with flag 2004/179226
67.20/35.97	c cleaning 8217 clauses out of 16449 with flag 8001/185223
70.35/37.61	c cleaning 7615 clauses out of 15231 with flag 15000/192222
73.67/39.49	c cleaning 7808 clauses out of 15616 with flag 23000/200222
77.65/41.59	c cleaning 8405 clauses out of 16809 with flag 32001/209223
82.00/43.94	c cleaning 9202 clauses out of 18405 with flag 42002/219224
86.08/46.15	c cleaning 10098 clauses out of 20201 with flag 53000/230222
90.54/48.57	c cleaning 11051 clauses out of 22104 with flag 65001/242223
95.41/51.16	c cleaning 12022 clauses out of 24052 with flag 78000/255222
101.21/54.32	c cleaning 13016 clauses out of 26032 with flag 92002/269224
106.84/57.39	c cleaning 14005 clauses out of 28015 with flag 107001/284223
112.47/60.39	c cleaning 15002 clauses out of 30009 with flag 123000/300222
118.69/63.66	c cleaning 16002 clauses out of 32008 with flag 140001/317223
125.62/67.42	c cleaning 16999 clauses out of 34006 with flag 158001/335223
132.20/70.98	c cleaning 18001 clauses out of 36008 with flag 177002/354224
139.78/74.92	c cleaning 18999 clauses out of 38005 with flag 197000/374222
147.74/79.16	c cleaning 20004 clauses out of 40007 with flag 218001/395223
156.57/83.94	c cleaning 20994 clauses out of 42002 with flag 240000/417222
166.59/89.14	c cleaning 22002 clauses out of 44008 with flag 263000/440222
176.97/94.56	c cleaning 23000 clauses out of 46006 with flag 287000/464222
187.48/100.04	c cleaning 23997 clauses out of 48006 with flag 312000/489222
198.30/105.84	c cleaning 25004 clauses out of 50009 with flag 338000/515222
210.18/112.56	c cleaning 26002 clauses out of 52005 with flag 365000/542222
220.00/117.63	c cleaning 0 clauses out of 7066 with flag 0/7066
223.87/119.84	c cleaning 27000 clauses out of 54003 with flag 393000/570222
236.90/126.69	c cleaning 27993 clauses out of 56003 with flag 422000/599222
249.58/133.29	c cleaning 28995 clauses out of 58010 with flag 452000/629222
263.83/140.66	c cleaning 30008 clauses out of 60015 with flag 483000/660222
279.42/148.90	c cleaning 31004 clauses out of 62008 with flag 515001/692223
295.47/157.23	c cleaning 32001 clauses out of 64006 with flag 548003/725225
312.03/165.84	c cleaning 32997 clauses out of 66002 with flag 582000/759222
327.80/174.09	c cleaning 34002 clauses out of 68005 with flag 617000/794222
344.67/183.08	c cleaning 34997 clauses out of 70003 with flag 653000/830222
362.41/192.21	c cleaning 36000 clauses out of 72007 with flag 690001/867223
379.71/201.24	c cleaning 36993 clauses out of 74006 with flag 728000/905222
397.78/210.68	c cleaning 38002 clauses out of 76013 with flag 767000/944222
415.49/220.18	c cleaning 39003 clauses out of 78012 with flag 807001/984223
431.71/228.63	c cleaning 39997 clauses out of 80008 with flag 848000/1025222
448.95/237.60	c cleaning 41002 clauses out of 82011 with flag 890000/1067222
468.35/247.72	c cleaning 41999 clauses out of 84009 with flag 933000/1110222
488.32/258.44	c cleaning 43005 clauses out of 86013 with flag 977003/1154225
508.48/268.98	c cleaning 43995 clauses out of 88008 with flag 1022003/1199225
530.03/280.17	c cleaning 45002 clauses out of 90011 with flag 1068001/1245223
550.14/290.62	c cleaning 45999 clauses out of 92008 with flag 1115000/1292222
572.79/302.76	c cleaning 47001 clauses out of 94010 with flag 1163001/1340223
597.15/315.94	c cleaning 48000 clauses out of 96008 with flag 1212000/1389222
621.71/328.61	c cleaning 49000 clauses out of 98008 with flag 1262000/1439222
647.13/342.19	c cleaning 50005 clauses out of 100009 with flag 1313001/1490223
671.86/354.97	c cleaning 50997 clauses out of 102003 with flag 1365000/1542222
695.32/367.13	c cleaning 0 clauses out of 13066 with flag 0/13066
697.45/368.72	c cleaning 52000 clauses out of 104007 with flag 1418001/1595223
722.34/382.06	c cleaning 53002 clauses out of 106006 with flag 1472000/1649222
747.60/395.13	c cleaning 53995 clauses out of 108004 with flag 1527000/1704222
771.55/407.65	c cleaning 55004 clauses out of 110010 with flag 1583001/1760223
796.32/420.50	c cleaning 55996 clauses out of 112006 with flag 1640001/1817223
823.70/435.17	c cleaning 56994 clauses out of 114009 with flag 1698000/1875222
851.89/449.71	c cleaning 57996 clauses out of 116015 with flag 1757000/1934222
879.11/463.89	c cleaning 59005 clauses out of 118020 with flag 1817001/1994223
906.04/477.86	c cleaning 60003 clauses out of 120015 with flag 1878001/2055223
934.12/492.88	c cleaning 61005 clauses out of 122012 with flag 1940001/2117223
959.68/506.22	c cleaning 62000 clauses out of 124006 with flag 2003000/2180222
987.38/520.64	c cleaning 62993 clauses out of 126006 with flag 2067000/2244222
1017.05/536.03	c cleaning 64002 clauses out of 128014 with flag 2132001/2309223
1047.13/552.11	c cleaning 65003 clauses out of 130012 with flag 2198001/2375223
1076.56/567.41	c cleaning 66002 clauses out of 132011 with flag 2265003/2442225
1106.34/582.92	c cleaning 67001 clauses out of 134007 with flag 2333001/2510223
1138.88/599.88	c cleaning 67996 clauses out of 136007 with flag 2402002/2579224
1172.63/617.86	c cleaning 69000 clauses out of 138010 with flag 2472001/2649223
1203.52/633.99	c cleaning 69998 clauses out of 140011 with flag 2543002/2720224
1237.01/651.35	c cleaning 70999 clauses out of 142012 with flag 2615001/2792223
1272.66/669.89	c cleaning 71999 clauses out of 144012 with flag 2688000/2865222
1305.25/687.37	c cleaning 72993 clauses out of 146013 with flag 2762000/2939222
1338.71/704.77	c cleaning 74004 clauses out of 148021 with flag 2837001/3014223
1372.14/722.14	c cleaning 74999 clauses out of 150018 with flag 2913002/3090224
1407.70/740.60	c cleaning 76004 clauses out of 152017 with flag 2990000/3167222
1443.79/759.96	c cleaning 77003 clauses out of 154013 with flag 3068000/3245222
1476.72/777.14	c cleaning 0 clauses out of 20066 with flag 0/20066
1481.80/780.53	c cleaning 78000 clauses out of 156010 with flag 3147000/3324222
1521.77/801.38	c cleaning 78996 clauses out of 158011 with flag 3227001/3404223
1565.48/824.57	c cleaning 79999 clauses out of 160016 with flag 3308002/3485224
1605.58/845.34	c cleaning 81003 clauses out of 162016 with flag 3390001/3567223
1643.83/865.28	c cleaning 82006 clauses out of 164012 with flag 3473000/3650222
1684.67/886.40	c cleaning 83003 clauses out of 166006 with flag 3557000/3734222
1728.08/910.59	c cleaning 84001 clauses out of 168004 with flag 3642001/3819223
1770.06/932.36	c cleaning 84992 clauses out of 170002 with flag 3728000/3905222
1800.14/948.22	c starts		: 57
1800.14/948.22	c conflicts		: 22159
1800.14/948.22	c decisions		: 88367
1800.14/948.22	c propagations		: 398301
1800.14/948.22	c inspects		: 704284394
1800.14/948.22	c shortcuts		: 0
1800.14/948.22	c learnt literals	: 0
1800.14/948.22	c learnt binary clauses	: 0
1800.14/948.22	c learnt ternary clauses	: 0
1800.14/948.22	c learnt constraints	: 22158
1800.14/948.22	c ignored constraints	: 0
1800.14/948.22	c root simplifications	: 0
1800.14/948.22	c removed literals (reason simplification)	: 0
1800.14/948.22	c reason swapping (by a shorter reason)	: 0
1800.14/948.22	c Calls to reduceDB	: 3
1800.14/948.22	c number of reductions to clauses (during analyze)	: 0
1800.14/948.22	c number of learned constraints concerned by reduction	: 0
1800.14/948.22	c number of learning phase by resolution	: 0
1800.14/948.22	c number of learning phase by cutting planes	: 0
1800.14/948.22	c speed (assignments/second)	: 420.6079422153934
1800.14/948.22	c non guided choices	0
1800.14/948.23	c learnt constraints type 
1800.14/948.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 750
1800.14/948.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21409
1800.14/948.24	c constraints type 
1800.14/948.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.14/948.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 478
1800.14/948.24	c 479 constraints processed.
1800.14/948.24	c constraints type 
1800.14/948.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.14/948.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 478
1800.14/948.24	c 479 constraints processed.
1800.14/948.24	s SATISFIABLE
1800.14/948.24	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 -x477 x478 
1800.14/948.24	c objective function=221
1800.14/948.24	c Total wall clock time (in seconds): 948.126

Verifier Data

OK	221

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687578-1337872303/watcher-3687578-1337872303 -o /tmp/evaluation-result-3687578-1337872303/solver-3687578-1337872303 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687578-1337872303.opb 

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: 3.92 2.91 1.38 4/197 30883
/proc/meminfo: memFree=27379248/32873648 swapFree=7104/7104
[pid=30883] ppid=30881 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/30883/stat : 30883 (java) R 30881 30883 30487 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 253355778 8192 1 33554432000 0 0 0 140737013436456 214537235895 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30883/statm: 2 1 0 0 0 2 0

[startup+0.085145 s]
/proc/loadavg: 3.92 2.91 1.38 4/197 30883
/proc/meminfo: memFree=27379248/32873648 swapFree=7104/7104
[pid=30883] ppid=30881 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30883/stat : 30883 (java) S 30881 30883 30487 0 -1 4202496 3917 0 1 0 6 1 0 0 20 0 18 0 253355778 9787813888 5122 33554432000 1073741824 1073778376 140736992562368 140736992553504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30883/statm: 2389603 5122 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100244 s]
/proc/loadavg: 3.92 2.91 1.38 4/197 30883
/proc/meminfo: memFree=27379248/32873648 swapFree=7104/7104
[pid=30883] ppid=30881 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/30883/stat : 30883 (java) S 30881 30883 30487 0 -1 4202496 4325 0 1 0 8 1 0 0 20 0 18 0 253355778 9787813888 6040 33554432000 1073741824 1073778376 140736992562368 140736992553504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30883/statm: 2389603 6042 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300157 s]
/proc/loadavg: 3.92 2.91 1.38 4/197 30883
/proc/meminfo: memFree=27379248/32873648 swapFree=7104/7104
[pid=30883] ppid=30881 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/30883/stat : 30883 (java) S 30881 30883 30487 0 -1 4202496 6861 0 1 0 45 4 0 0 20 0 19 0 253355778 10060460032 9750 33554432000 1073741824 1073778376 140736992562368 140736992553504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30883/statm: 2456167 9750 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9824668

[startup+0.700142 s]
/proc/loadavg: 3.92 2.91 1.38 4/197 30883
/proc/meminfo: memFree=27379248/32873648 swapFree=7104/7104
[pid=30883] ppid=30881 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/30883/stat : 30883 (java) S 30881 30883 30487 0 -1 4202496 6861 0 1 0 45 4 0 0 20 0 19 0 253355778 10060460032 9750 33554432000 1073741824 1073778376 140736992562368 140736992553504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30883/statm: 2456167 9750 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9824668

[startup+1.50063 s]
/proc/loadavg: 3.92 2.91 1.38 3/216 30908
/proc/meminfo: memFree=27342268/32873648 swapFree=7104/7104
[pid=30883] ppid=30881 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/30883/stat : 30883 (java) S 30881 30883 30487 0 -1 4202496 13834 0 1 0 149 7 0 0 20 0 22 0 253355778 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 140736992553504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30883/statm: 2456167 17958 2240 9 0 2446860 0
[pid=30883/tid=30885] ppid=30881 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/30883/task/30885/stat : 30885 (java) S 30881 30883 30487 0 -1 4202560 2452 0 1 0 20 2 0 0 20 0 22 0 253355779 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656687019000 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30886] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30886/stat : 30886 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656648510120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30887] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30887/stat : 30887 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656647457576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30888] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30888/stat : 30888 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656646405032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30889] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30889/stat : 30889 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656645352488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30890] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30890/stat : 30890 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656644298920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30891] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30891/stat : 30891 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656643246376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30892] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30892/stat : 30892 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656642193832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30893] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30893/stat : 30893 (java) S 30881 30883 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656641141288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30894] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30894/stat : 30894 (java) S 30881 30883 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656510282344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30895] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30895/stat : 30895 (java) S 30881 30883 30487 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656509228664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30896] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30896/stat : 30896 (java) S 30881 30883 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656508176008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30897] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30897/stat : 30897 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656507124752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30898] ppid=30881 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/30883/task/30898/stat : 30898 (java) R 30881 30883 30487 0 -1 4202560 3510 0 0 0 36 0 0 0 20 0 22 0 253355784 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656506071096 139656689653228 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30899] ppid=30881 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/30883/task/30899/stat : 30899 (java) R 30881 30883 30487 0 -1 4202560 6547 0 0 0 37 1 0 0 20 0 22 0 253355784 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656505005832 139656691135190 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30900] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30900/stat : 30900 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656503966200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30901] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30901/stat : 30901 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139656502913864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30904] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30904/stat : 30904 (java) S 30881 30883 30487 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253355803 10060460032 17958 33554432000 1073741824 1073778376 140736992562368 139655357916712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9824668

[startup+3.10066 s]
/proc/loadavg: 3.92 2.91 1.38 3/216 30911
/proc/meminfo: memFree=27269044/32873648 swapFree=7104/7104
[pid=30883] ppid=30881 vsize=9824668 CPUtime=5.32 cores=1,3,5,7
/proc/30883/stat : 30883 (java) S 30881 30883 30487 0 -1 4202496 27186 0 1 0 519 13 0 0 20 0 22 0 253355778 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 140736992553504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30883/statm: 2456167 48375 2278 9 0 2446860 0
[pid=30883/tid=30885] ppid=30881 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/30883/task/30885/stat : 30885 (java) S 30881 30883 30487 0 -1 4202560 2452 0 1 0 20 2 0 0 20 0 22 0 253355779 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656687019000 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30886] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30886/stat : 30886 (java) S 30881 30883 30487 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656648510120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30887] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30887/stat : 30887 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656647457576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30888] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30888/stat : 30888 (java) S 30881 30883 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656646405032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30889] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30889/stat : 30889 (java) S 30881 30883 30487 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656645352488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30890] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30890/stat : 30890 (java) S 30881 30883 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656644298920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30891] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30891/stat : 30891 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656643246376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30892] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30892/stat : 30892 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656642193832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30893] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30893/stat : 30893 (java) S 30881 30883 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656641141288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30894] ppid=30881 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30883/task/30894/stat : 30894 (java) S 30881 30883 30487 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 253355781 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656510282344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30895] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30895/stat : 30895 (java) S 30881 30883 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656509228664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30896] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30896/stat : 30896 (java) S 30881 30883 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656508176008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30897] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30897/stat : 30897 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656507124752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30898] ppid=30881 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/30883/task/30898/stat : 30898 (java) S 30881 30883 30487 0 -1 4202560 11530 0 0 0 86 2 0 0 20 0 22 0 253355784 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656506071096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30899] ppid=30881 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/30883/task/30899/stat : 30899 (java) S 30881 30883 30487 0 -1 4202560 11753 0 0 0 86 2 0 0 20 0 22 0 253355784 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656505018552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30900] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30900/stat : 30900 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656503966200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30901] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30901/stat : 30901 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656502913864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30911] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30911/stat : 30911 (java) S 30881 30883 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253355904 10060460032 48375 33554432000 1073741824 1073778376 140736992562368 139656500807080 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 3.93 2.92 1.39 5/219 30917
/proc/meminfo: memFree=27158328/32873648 swapFree=7104/7104
[pid=30883] ppid=30881 vsize=9824668 CPUtime=11.69 cores=1,3,5,7
/proc/30883/stat : 30883 (java) S 30881 30883 30487 0 -1 4202496 27360 0 1 0 1153 16 0 0 20 0 22 0 253355778 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 140736992553504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30883/statm: 2456167 57049 2279 9 0 2446860 0
[pid=30883/tid=30885] ppid=30881 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/30883/task/30885/stat : 30885 (java) S 30881 30883 30487 0 -1 4202560 2453 0 1 0 21 2 0 0 20 0 22 0 253355779 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656687019000 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30886] ppid=30881 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30883/task/30886/stat : 30886 (java) S 30881 30883 30487 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253355780 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656648510120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30887] ppid=30881 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30883/task/30887/stat : 30887 (java) S 30881 30883 30487 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 253355780 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656647457576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30888] ppid=30881 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30883/task/30888/stat : 30888 (java) S 30881 30883 30487 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 253355780 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656646405032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30889] ppid=30881 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30883/task/30889/stat : 30889 (java) S 30881 30883 30487 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 253355780 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656645352488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30890] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30890/stat : 30890 (java) S 30881 30883 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656644298920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30891] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30891/stat : 30891 (java) S 30881 30883 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656643246376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30892] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30892/stat : 30892 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355780 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656642193832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30893] ppid=30881 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30883/task/30893/stat : 30893 (java) S 30881 30883 30487 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253355780 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656641141288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30894] ppid=30881 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/30883/task/30894/stat : 30894 (java) S 30881 30883 30487 0 -1 4202560 44 0 0 0 22 2 0 0 20 0 22 0 253355781 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656510282344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30895] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30895/stat : 30895 (java) S 30881 30883 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656509228664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30896] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30896/stat : 30896 (java) S 30881 30883 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656508176008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30897] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30897/stat : 30897 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656507124752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30898] ppid=30881 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/30883/task/30898/stat : 30898 (java) S 30881 30883 30487 0 -1 4202560 11643 0 0 0 104 2 0 0 20 0 22 0 253355784 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656506071096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30899] ppid=30881 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/30883/task/30899/stat : 30899 (java) S 30881 30883 30487 0 -1 4202560 11753 0 0 0 105 2 0 0 20 0 22 0 253355784 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656505018552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30900] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30900/stat : 30900 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656503966200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30901] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30901/stat : 30901 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656502913864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30911] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30911/stat : 30911 (java) S 30881 30883 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253355904 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656500807080 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30915] ppid=30881 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/30883/task/30915/stat : 30915 (java) R 30881 30883 30487 0 -1 4202560 4 0 0 0 184 0 0 0 20 0 22 0 253356204 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139656501858528 139656516174539 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30916] ppid=30881 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/30883/task/30916/stat : 30916 (java) R 30881 30883 30487 0 -1 4202560 6 0 0 0 184 0 0 0 20 0 22 0 253356204 10060460032 57049 33554432000 1073741824 1073778376 140736992562368 139655356862344 139656516238105 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

[pid=30883/tid=30921] ppid=30881 vsize=9824668 CPUtime=689.69 cores=1,3,5,7
/proc/30883/task/30921/stat : 30921 (java) R 30881 30883 30487 0 -1 4202560 62 0 0 0 68957 12 0 0 20 0 22 0 253359192 10060460032 713970 33554432000 1073741824 1073778376 140736992562368 139655356862512 139656516056201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30922] ppid=30881 vsize=9824668 CPUtime=689.69 cores=1,3,5,7
/proc/30883/task/30922/stat : 30922 (java) R 30881 30883 30487 0 -1 4202560 782 0 0 0 68951 18 0 0 20 0 22 0 253359192 10060460032 713970 33554432000 1073741824 1073778376 140736992562368 139656501858560 139656516237930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30923] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30923/stat : 30923 (java) S 30881 30883 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253359192 10060460032 713970 33554432000 1073741824 1073778376 140736992562368 139655357916072 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1561.08
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.96 3.81 2.89 5/219 31013
/proc/meminfo: memFree=24386692/32873648 swapFree=7104/7104
[pid=30883] ppid=30881 vsize=9824668 CPUtime=1676.47 cores=1,3,5,7
/proc/30883/stat : 30883 (java) S 30881 30883 30487 0 -1 4202496 41032 0 1 0 167484 163 0 0 20 0 22 0 253355778 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 140736992553504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30883/statm: 2456167 721151 2280 9 0 2446860 0
[pid=30883/tid=30885] ppid=30881 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/30883/task/30885/stat : 30885 (java) S 30881 30883 30487 0 -1 4202560 2499 0 1 0 23 3 0 0 20 0 22 0 253355779 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656687019000 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30886] ppid=30881 vsize=9824668 CPUtime=3.79 cores=1,3,5,7
/proc/30883/task/30886/stat : 30886 (java) S 30881 30883 30487 0 -1 4202560 1128 0 0 0 369 10 0 0 20 0 22 0 253355780 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656648510120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30887] ppid=30881 vsize=9824668 CPUtime=3.52 cores=1,3,5,7
/proc/30883/task/30887/stat : 30887 (java) S 30881 30883 30487 0 -1 4202560 1119 0 0 0 341 11 0 0 20 0 22 0 253355780 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656647457576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30888] ppid=30881 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/30883/task/30888/stat : 30888 (java) S 30881 30883 30487 0 -1 4202560 973 0 0 0 330 10 0 0 20 0 22 0 253355780 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656646405032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30889] ppid=30881 vsize=9824668 CPUtime=3.56 cores=1,3,5,7
/proc/30883/task/30889/stat : 30889 (java) S 30881 30883 30487 0 -1 4202560 671 0 0 0 346 10 0 0 20 0 22 0 253355780 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656645352488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30890] ppid=30881 vsize=9824668 CPUtime=3.47 cores=1,3,5,7
/proc/30883/task/30890/stat : 30890 (java) S 30881 30883 30487 0 -1 4202560 1773 0 0 0 337 10 0 0 20 0 22 0 253355780 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656644298920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30891] ppid=30881 vsize=9824668 CPUtime=3.64 cores=1,3,5,7
/proc/30883/task/30891/stat : 30891 (java) S 30881 30883 30487 0 -1 4202560 940 0 0 0 354 10 0 0 20 0 22 0 253355780 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656643246376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30892] ppid=30881 vsize=9824668 CPUtime=3.37 cores=1,3,5,7
/proc/30883/task/30892/stat : 30892 (java) S 30881 30883 30487 0 -1 4202560 780 0 0 0 327 10 0 0 20 0 22 0 253355780 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656642193832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30893] ppid=30881 vsize=9824668 CPUtime=3.56 cores=1,3,5,7
/proc/30883/task/30893/stat : 30893 (java) S 30881 30883 30487 0 -1 4202560 921 0 0 0 345 11 0 0 20 0 22 0 253355780 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656641141288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30894] ppid=30881 vsize=9824668 CPUtime=100.48 cores=1,3,5,7
/proc/30883/task/30894/stat : 30894 (java) S 30881 30883 30487 0 -1 4202560 3854 0 0 0 10016 32 0 0 20 0 22 0 253355781 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656510282344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30895] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30895/stat : 30895 (java) S 30881 30883 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656509228664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30896] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30896/stat : 30896 (java) S 30881 30883 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656508176008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30897] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30897/stat : 30897 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656507124752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30898] ppid=30881 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/30883/task/30898/stat : 30898 (java) S 30881 30883 30487 0 -1 4202560 12095 0 0 0 119 2 0 0 20 0 22 0 253355784 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656506071096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30899] ppid=30881 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/30883/task/30899/stat : 30899 (java) S 30881 30883 30487 0 -1 4202560 11802 0 0 0 168 3 0 0 20 0 22 0 253355784 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656505018552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30900] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30900/stat : 30900 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656503966200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30901] ppid=30881 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/30883/task/30901/stat : 30901 (java) S 30881 30883 30487 0 -1 4202560 51 0 0 0 13 21 0 0 20 0 22 0 253355784 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656502913864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30911] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30911/stat : 30911 (java) S 30881 30883 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253355904 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656500807080 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30921] ppid=30881 vsize=9824668 CPUtime=743.6 cores=1,3,5,7
/proc/30883/task/30921/stat : 30921 (java) R 30881 30883 30487 0 -1 4202560 66 0 0 0 74347 13 0 0 20 0 22 0 253359192 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139655356862512 139656516056018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30922] ppid=30881 vsize=9824668 CPUtime=743.62 cores=1,3,5,7
/proc/30883/task/30922/stat : 30922 (java) R 30881 30883 30487 0 -1 4202560 787 0 0 0 74343 19 0 0 20 0 22 0 253359192 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139656501856480 139656516230339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30923] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30923/stat : 30923 (java) S 30881 30883 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253359192 10060460032 721151 33554432000 1073741824 1073778376 140736992562368 139655357916072 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1676.47
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.54 3.72 2.91 4/220 31017
/proc/meminfo: memFree=24317804/32873648 swapFree=7104/7104
[pid=30883] ppid=30881 vsize=9824668 CPUtime=1788.32 cores=1,3,5,7
/proc/30883/stat : 30883 (java) S 30881 30883 30487 0 -1 4202496 42474 0 1 0 178664 168 0 0 20 0 22 0 253355778 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 140736992553504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30883/statm: 2456167 735765 2280 9 0 2446860 0
[pid=30883/tid=30885] ppid=30881 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/30883/task/30885/stat : 30885 (java) S 30881 30883 30487 0 -1 4202560 2502 0 1 0 23 3 0 0 20 0 22 0 253355779 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656687019000 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30886] ppid=30881 vsize=9824668 CPUtime=4.01 cores=1,3,5,7
/proc/30883/task/30886/stat : 30886 (java) S 30881 30883 30487 0 -1 4202560 1130 0 0 0 391 10 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656648510120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30887] ppid=30881 vsize=9824668 CPUtime=3.81 cores=1,3,5,7
/proc/30883/task/30887/stat : 30887 (java) S 30881 30883 30487 0 -1 4202560 1119 0 0 0 370 11 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656647457576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30888] ppid=30881 vsize=9824668 CPUtime=3.78 cores=1,3,5,7
/proc/30883/task/30888/stat : 30888 (java) S 30881 30883 30487 0 -1 4202560 979 0 0 0 368 10 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656646405032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30889] ppid=30881 vsize=9824668 CPUtime=3.92 cores=1,3,5,7
/proc/30883/task/30889/stat : 30889 (java) S 30881 30883 30487 0 -1 4202560 671 0 0 0 382 10 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656645352488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30890] ppid=30881 vsize=9824668 CPUtime=3.79 cores=1,3,5,7
/proc/30883/task/30890/stat : 30890 (java) S 30881 30883 30487 0 -1 4202560 1779 0 0 0 368 11 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656644298920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30891] ppid=30881 vsize=9824668 CPUtime=3.99 cores=1,3,5,7
/proc/30883/task/30891/stat : 30891 (java) S 30881 30883 30487 0 -1 4202560 940 0 0 0 389 10 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656643246376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30892] ppid=30881 vsize=9824668 CPUtime=3.58 cores=1,3,5,7
/proc/30883/task/30892/stat : 30892 (java) S 30881 30883 30487 0 -1 4202560 785 0 0 0 347 11 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656642193832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30893] ppid=30881 vsize=9824668 CPUtime=3.77 cores=1,3,5,7
/proc/30883/task/30893/stat : 30893 (java) S 30881 30883 30487 0 -1 4202560 921 0 0 0 366 11 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656641141288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30894] ppid=30881 vsize=9824668 CPUtime=109.74 cores=1,3,5,7
/proc/30883/task/30894/stat : 30894 (java) S 30881 30883 30487 0 -1 4202560 5265 0 0 0 10941 33 0 0 20 0 22 0 253355781 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656510282344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30895] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30895/stat : 30895 (java) S 30881 30883 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656509228664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30896] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30896/stat : 30896 (java) S 30881 30883 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656508176008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30897] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30897/stat : 30897 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656507124752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30898] ppid=30881 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/30883/task/30898/stat : 30898 (java) S 30881 30883 30487 0 -1 4202560 12095 0 0 0 119 2 0 0 20 0 22 0 253355784 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656506071096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30899] ppid=30881 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/30883/task/30899/stat : 30899 (java) S 30881 30883 30487 0 -1 4202560 11802 0 0 0 168 3 0 0 20 0 22 0 253355784 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656505018552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30900] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30900/stat : 30900 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656503966200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30901] ppid=30881 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/30883/task/30901/stat : 30901 (java) S 30881 30883 30487 0 -1 4202560 55 0 0 0 14 22 0 0 20 0 22 0 253355784 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656502913864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30911] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30911/stat : 30911 (java) S 30881 30883 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253355904 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656500807080 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30921] ppid=30881 vsize=9824668 CPUtime=793.72 cores=1,3,5,7
/proc/30883/task/30921/stat : 30921 (java) R 30881 30883 30487 0 -1 4202560 69 0 0 0 79358 14 0 0 20 0 22 0 253359192 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139655356862512 139656516056120 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30922] ppid=30881 vsize=9824668 CPUtime=793.73 cores=1,3,5,7
/proc/30883/task/30922/stat : 30922 (java) R 30881 30883 30487 0 -1 4202560 789 0 0 0 79353 20 0 0 20 0 22 0 253359192 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656501858544 139656516230522 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30923] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30923/stat : 30923 (java) S 30881 30883 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253359192 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139655357916072 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.32
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+948.207 s]
/proc/loadavg: 3.57 3.73 2.92 5/219 31017
/proc/meminfo: memFree=24321588/32873648 swapFree=7104/7104
[pid=30883] ppid=30881 vsize=9824668 CPUtime=1800.14 cores=1,3,5,7
/proc/30883/stat : 30883 (java) S 30881 30883 30487 0 -1 4202496 42474 0 1 0 179846 168 0 0 20 0 22 0 253355778 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 140736992553504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30883/statm: 2456167 735765 2280 9 0 2446860 0
[pid=30883/tid=30885] ppid=30881 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/30883/task/30885/stat : 30885 (java) S 30881 30883 30487 0 -1 4202560 2502 0 1 0 23 4 0 0 20 0 22 0 253355779 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656687019000 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30886] ppid=30881 vsize=9824668 CPUtime=4.01 cores=1,3,5,7
/proc/30883/task/30886/stat : 30886 (java) S 30881 30883 30487 0 -1 4202560 1130 0 0 0 391 10 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656648510120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30887] ppid=30881 vsize=9824668 CPUtime=3.81 cores=1,3,5,7
/proc/30883/task/30887/stat : 30887 (java) S 30881 30883 30487 0 -1 4202560 1119 0 0 0 370 11 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656647457576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30888] ppid=30881 vsize=9824668 CPUtime=3.78 cores=1,3,5,7
/proc/30883/task/30888/stat : 30888 (java) S 30881 30883 30487 0 -1 4202560 979 0 0 0 368 10 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656646405032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30889] ppid=30881 vsize=9824668 CPUtime=3.92 cores=1,3,5,7
/proc/30883/task/30889/stat : 30889 (java) S 30881 30883 30487 0 -1 4202560 671 0 0 0 382 10 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656645352488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30890] ppid=30881 vsize=9824668 CPUtime=3.79 cores=1,3,5,7
/proc/30883/task/30890/stat : 30890 (java) S 30881 30883 30487 0 -1 4202560 1779 0 0 0 368 11 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656644298920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30891] ppid=30881 vsize=9824668 CPUtime=3.99 cores=1,3,5,7
/proc/30883/task/30891/stat : 30891 (java) S 30881 30883 30487 0 -1 4202560 940 0 0 0 389 10 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656643246376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30892] ppid=30881 vsize=9824668 CPUtime=3.58 cores=1,3,5,7
/proc/30883/task/30892/stat : 30892 (java) S 30881 30883 30487 0 -1 4202560 785 0 0 0 347 11 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656642193832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30893] ppid=30881 vsize=9824668 CPUtime=3.77 cores=1,3,5,7
/proc/30883/task/30893/stat : 30893 (java) S 30881 30883 30487 0 -1 4202560 921 0 0 0 366 11 0 0 20 0 22 0 253355780 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656641141288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30894] ppid=30881 vsize=9824668 CPUtime=109.74 cores=1,3,5,7
/proc/30883/task/30894/stat : 30894 (java) S 30881 30883 30487 0 -1 4202560 5265 0 0 0 10941 33 0 0 20 0 22 0 253355781 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656510282344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30895] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30895/stat : 30895 (java) S 30881 30883 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656509228664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30896] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30896/stat : 30896 (java) S 30881 30883 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253355781 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656508176008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30897] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30897/stat : 30897 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656507124752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30898] ppid=30881 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/30883/task/30898/stat : 30898 (java) S 30881 30883 30487 0 -1 4202560 12095 0 0 0 119 2 0 0 20 0 22 0 253355784 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656506071096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30883/tid=30899] ppid=30881 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/30883/task/30899/stat : 30899 (java) S 30881 30883 30487 0 -1 4202560 11802 0 0 0 168 3 0 0 20 0 22 0 253355784 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656505018552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30900] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30900/stat : 30900 (java) S 30881 30883 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253355784 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656503966200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30883/tid=30901] ppid=30881 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/30883/task/30901/stat : 30901 (java) S 30881 30883 30487 0 -1 4202560 55 0 0 0 14 22 0 0 20 0 22 0 253355784 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656502913864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30911] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30911/stat : 30911 (java) S 30881 30883 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253355904 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656500807080 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30921] ppid=30881 vsize=9824668 CPUtime=799.64 cores=1,3,5,7
/proc/30883/task/30921/stat : 30921 (java) R 30881 30883 30487 0 -1 4202560 69 0 0 0 79950 14 0 0 20 0 22 0 253359192 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139655356862512 139656516174126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30883/tid=30922] ppid=30881 vsize=9824668 CPUtime=799.64 cores=1,3,5,7
/proc/30883/task/30922/stat : 30922 (java) R 30881 30883 30487 0 -1 4202560 789 0 0 0 79944 20 0 0 20 0 22 0 253359192 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139656501858544 139656516287052 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30883/tid=30923] ppid=30881 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30883/task/30923/stat : 30923 (java) S 30881 30883 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253359192 10060460032 735765 33554432000 1073741824 1073778376 140736992562368 139655357916072 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 948.257
CPU time (s): 1800.74
CPU user time (s): 1798.57
CPU system time (s): 2.17267
CPU usage (%): 189.9
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 2.17267
maximum resident set size= 2943188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42509
page faults= 1
swaps= 0
block input operations= 8
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28426
involuntary context switches= 48447

runsolver used 3.43148 second user time and 8.65468 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 17:11:43
IDJOB=3687578
IDBENCH=1955
IDSOLVER=2268
FILE ID=node127/3687578-1337872303
RUNJOBID= node127-1337871880-30504
PBS_JOBID= 14620077
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687578-1337872303/watcher-3687578-1337872303 -o /tmp/evaluation-result-3687578-1337872303/solver-3687578-1337872303 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687578-1337872303.opb

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

MD5SUM BENCH= 85de1910ead9431952046fc8a55b274b
RANDOM SEED=152657804

node127.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.348
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.69
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.348
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	: 5331.91
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.348
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	: 5331.94
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.348
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	: 5331.91
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.348
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	: 5331.91
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.348
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	: 5331.91
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.348
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	: 5331.91
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.348
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27379512 kB
Buffers:          229312 kB
Cached:          2362932 kB
SwapCached:            0 kB
Active:          2517676 kB
Inactive:        2195124 kB
Active(anon):    2123000 kB
Inactive(anon):        0 kB
Active(file):     394676 kB
Inactive(file):  2195124 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:       2129480 kB
Mapped:            22524 kB
Shmem:               200 kB
Slab:             637796 kB
SReclaimable:      82108 kB
SUnreclaim:       555688 kB
KernelStack:        1656 kB
PageTables:         8508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2266652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2054144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node127 at 2012-05-24 17:27:33