Trace number 4092108

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.76 898.864

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-dsjc125-1-4_wcsp.wbo
MD5SUMb95440184c2619269a303a66296dd7fe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark1800.01
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints3069
Number of soft constraints2944
Number of constraints which are clauses2944
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 737
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 2944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4092108-1466088530.wbo
0.10/0.12	c reading problem ... 
0.46/0.34	c ... done. Wall clock time 0.223s.
0.46/0.34	c declared #vars     500
0.46/0.34	c internal #vars     3444
0.46/0.34	c #constraints  3194
0.46/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3069
0.46/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 125
0.46/0.35	c 3194 constraints processed.
0.46/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3069
0.46/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 125
0.46/0.35	c 3194 constraints processed.
0.46/0.35	c objective function length is 2944 literals
1.12/0.50	c And the winner is solver0
1.34/0.85	c SATISFIABLE
1.34/0.85	c OPTIMIZING...
1.34/0.85	c Got one! Elapsed wall clock time (in seconds):0.73
1.34/0.85	o 101
1.34/0.89	c And the winner is solver0
1.58/1.37	c Got one! Elapsed wall clock time (in seconds):1.247
1.58/1.37	o 64
4.00/2.21	c cleaning 2581 clauses out of 5178 with flag 12063/5178
5.88/3.13	c cleaning 4289 clauses out of 8597 with flag 26773/11178
8.89/4.66	c cleaning 5643 clauses out of 11308 with flag 54806/18178
13.41/6.87	c cleaning 6830 clauses out of 13665 with flag 109804/26178
18.22/9.29	c cleaning 7907 clauses out of 15836 with flag 158421/35179
23.88/12.08	c cleaning 8958 clauses out of 17928 with flag 210780/45178
30.14/15.12	c cleaning 9979 clauses out of 19970 with flag 274505/56178
36.74/18.40	c cleaning 10996 clauses out of 21993 with flag 346654/68180
44.43/22.25	c cleaning 11989 clauses out of 23995 with flag 419521/81178
52.84/26.41	c cleaning 12996 clauses out of 26007 with flag 525597/95179
62.09/31.07	c cleaning 13987 clauses out of 28010 with flag 621978/110178
72.15/36.00	c cleaning 14996 clauses out of 30023 with flag 735943/126178
82.62/41.25	c cleaning 16012 clauses out of 32027 with flag 849112/143178
93.83/46.85	c cleaning 17001 clauses out of 34015 with flag 962682/161178
104.92/52.36	c cleaning 18005 clauses out of 36014 with flag 1088676/180178
117.79/58.70	c cleaning 18998 clauses out of 38009 with flag 1238084/200178
131.28/65.40	c cleaning 20002 clauses out of 40012 with flag 1374177/221179
145.77/72.68	c cleaning 20991 clauses out of 42009 with flag 1503711/243178
160.21/79.81	c cleaning 21999 clauses out of 44020 with flag 1639669/266180
175.31/87.34	c cleaning 23000 clauses out of 46022 with flag 1772403/290181
192.55/95.92	c cleaning 24002 clauses out of 48020 with flag 1937763/315179
210.86/105.06	c cleaning 25005 clauses out of 50018 with flag 2089629/341179
228.94/114.02	c cleaning 25995 clauses out of 52012 with flag 2264116/368178
246.81/123.00	c cleaning 26995 clauses out of 54017 with flag 2459508/396178
267.26/133.18	c cleaning 28000 clauses out of 56023 with flag 2610682/425179
288.72/143.81	c cleaning 29005 clauses out of 58025 with flag 2791625/455181
310.97/154.94	c cleaning 29995 clauses out of 60018 with flag 2974201/486179
335.39/167.10	c cleaning 31001 clauses out of 62022 with flag 3149445/518178
360.25/179.46	c cleaning 32010 clauses out of 64021 with flag 3372828/551178
386.34/192.47	c cleaning 33005 clauses out of 66011 with flag 3564344/585178
412.85/205.65	c cleaning 33995 clauses out of 68008 with flag 3769351/620180
441.19/220.19	c cleaning 35003 clauses out of 70019 with flag 3968854/656186
469.43/234.25	c cleaning 35987 clauses out of 72008 with flag 4189560/693178
501.74/250.32	c cleaning 36992 clauses out of 74022 with flag 4416171/731179
532.88/265.82	c cleaning 38004 clauses out of 76029 with flag 4636955/770178
566.40/282.51	c cleaning 39015 clauses out of 78030 with flag 4851973/810183
602.84/300.60	c cleaning 39983 clauses out of 80011 with flag 5066587/851179
635.59/317.38	c cleaning 41005 clauses out of 82028 with flag 5302455/893179
667.09/333.02	c cleaning 41982 clauses out of 84022 with flag 5536736/936178
698.29/348.62	c cleaning 42996 clauses out of 86040 with flag 5793557/980178
730.18/364.54	c cleaning 44001 clauses out of 88044 with flag 6046065/1025178
763.04/380.90	c cleaning 45000 clauses out of 90045 with flag 6311010/1071180
797.16/398.00	c cleaning 45996 clauses out of 92043 with flag 6546172/1118178
831.44/414.94	c cleaning 46997 clauses out of 94048 with flag 6814599/1166179
867.20/432.74	c cleaning 48002 clauses out of 96051 with flag 7061941/1215179
903.72/450.94	c cleaning 49007 clauses out of 98054 with flag 7337900/1265184
942.87/470.91	c cleaning 49992 clauses out of 100042 with flag 7622816/1316179
981.55/490.24	c cleaning 51006 clauses out of 102049 with flag 7907938/1368178
1021.29/510.08	c cleaning 52006 clauses out of 104043 with flag 8207815/1421178
1064.16/531.37	c cleaning 52998 clauses out of 106039 with flag 8529391/1475180
1111.00/554.60	c cleaning 53996 clauses out of 108041 with flag 8868080/1530180
1161.20/579.68	c cleaning 55006 clauses out of 110043 with flag 9195759/1586178
1211.95/604.99	c cleaning 56013 clauses out of 112040 with flag 9553487/1643181
1266.28/632.07	c cleaning 57012 clauses out of 114024 with flag 9915750/1701178
1321.35/660.37	c cleaning 57995 clauses out of 116012 with flag 10332704/1760178
1378.98/689.01	c cleaning 58995 clauses out of 118017 with flag 10694491/1820178
1437.65/718.14	c cleaning 60010 clauses out of 120022 with flag 11103000/1881178
1496.60/747.45	c cleaning 60998 clauses out of 122015 with flag 11444059/1943181
1555.76/776.99	c cleaning 61975 clauses out of 124016 with flag 11778605/2006180
1617.64/807.87	c cleaning 62994 clauses out of 126039 with flag 12125627/2070178
1681.11/839.43	c cleaning 64006 clauses out of 128045 with flag 12699670/2135178
1745.81/871.72	c cleaning 65015 clauses out of 130039 with flag 13171443/2201178
1800.13/898.81	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.13/898.81	c starts		: 4366
1800.13/898.81	c conflicts		: 2258978
1800.13/898.81	c decisions		: 6915522
1800.13/898.81	c propagations		: 3722419202
1800.13/898.81	c inspects		: 6786273465
1800.13/898.81	c shortcuts		: 0
1800.13/898.81	c learnt literals	: 0
1800.13/898.81	c learnt binary clauses	: 0
1800.13/898.81	c learnt ternary clauses	: 0
1800.13/898.81	c learnt constraints	: 2258978
1800.13/898.81	c ignored constraints	: 0
1800.13/898.81	c root simplifications	: 0
1800.13/898.81	c removed literals (reason simplification)	: 6241013
1800.13/898.81	c reason swapping (by a shorter reason)	: 0
1800.13/898.81	c Calls to reduceDB	: 62
1800.13/898.81	c Number of update (reduction) of LBD	: 1469465
1800.13/898.81	c Imported unit clauses	: 0
1800.13/898.81	c number of reductions to clauses (during analyze)	: 0
1800.13/898.81	c number of learned constraints concerned by reduction	: 0
1800.13/898.81	c number of learning phase by resolution	: 0
1800.13/898.81	c number of learning phase by cutting planes	: 0
1800.13/898.81	c speed (assignments/second)	: 4143179.9843062176
1800.13/898.81	c non guided choices	165
1800.13/898.84	c learnt constraints type 
1800.13/898.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122825
1800.13/898.84	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/898.84	c starts		: 22
1800.13/898.84	c conflicts		: 4055
1800.13/898.84	c decisions		: 271683
1800.13/898.84	c propagations		: 1303195
1800.13/898.84	c inspects		: 42735279
1800.13/898.84	c shortcuts		: 0
1800.13/898.84	c learnt literals	: 0
1800.13/898.84	c learnt binary clauses	: 0
1800.13/898.84	c learnt ternary clauses	: 0
1800.13/898.84	c learnt constraints	: 4052
1800.13/898.84	c ignored constraints	: 0
1800.13/898.84	c root simplifications	: 0
1800.13/898.84	c removed literals (reason simplification)	: 0
1800.13/898.84	c reason swapping (by a shorter reason)	: 0
1800.13/898.84	c Calls to reduceDB	: 0
1800.13/898.84	c Number of update (reduction) of LBD	: 0
1800.13/898.84	c Imported unit clauses	: 0
1800.13/898.84	c number of reductions to clauses (during analyze)	: 0
1800.13/898.84	c number of learned constraints concerned by reduction	: 0
1800.13/898.84	c number of learning phase by resolution	: 0
1800.13/898.84	c number of learning phase by cutting planes	: 0
1800.13/898.84	c speed (assignments/second)	: 1452.0941903752707
1800.13/898.84	c non guided choices	177
1800.13/898.84	c learnt constraints type 
1800.13/898.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1278
1800.13/898.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 17
1800.13/898.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2757
1800.13/898.84	s SATISFIABLE
1800.13/898.84	c Found 2 solution(s)
1800.13/898.84	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 x479 -x480 -x481 -x482 x483 -x484 -x485 -x486 x487 -x488 -x489 -x490 x491 -x492 x493 -x494 -x495 -x496 -x497 -x498 x499 -x500 
1800.13/898.84	c objective function=64
1800.13/898.84	c Total wall clock time (in seconds): 898.721

Verifier Data

OK	64

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-4092108-1466088530/watcher-4092108-1466088530 -o /tmp/evaluation-result-4092108-1466088530/solver-4092108-1466088530 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466074085-13482 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092108-1466088530.wbo 

pid=21909
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.94 2.95 2.63 4/197 21912
/proc/meminfo: memFree=28399180/32872528 swapFree=162364/176672
[pid=21912] ppid=21909 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/21912/stat : 21912 (java) R 21909 21912 11533 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 10902935 3653632 49 33554432000 1073741824 1073778376 140734526153840 140734526150968 224913354023 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21912/statm: 1408 53 41 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.94 2.95 2.63 4/197 21912
/proc/meminfo: memFree=28399180/32872528 swapFree=162364/176672
[pid=21912] ppid=21909 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21909 21912 11533 0 -1 4202496 4464 0 1 0 9 1 0 0 20 0 18 0 10902935 9787879424 5586 33554432000 1073741824 1073778376 140734526153840 140734526144976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21912/statm: 2389619 5586 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.94 2.95 2.63 4/197 21912
/proc/meminfo: memFree=28399180/32872528 swapFree=162364/176672
[pid=21912] ppid=21909 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21909 21912 11533 0 -1 4202496 4754 0 1 0 22 1 0 0 20 0 18 0 10902935 9787879424 6867 33554432000 1073741824 1073778376 140734526153840 140734526144976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21912/statm: 2389619 6867 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.94 2.95 2.63 4/197 21912
/proc/meminfo: memFree=28399180/32872528 swapFree=162364/176672
[pid=21912] ppid=21909 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21909 21912 11533 0 -1 4202496 5575 0 1 0 45 1 0 0 20 0 18 0 10902935 9787879424 8890 33554432000 1073741824 1073778376 140734526153840 140734526144976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21912/statm: 2389619 8890 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700305 s]
/proc/loadavg: 2.94 2.95 2.63 4/197 21912
/proc/meminfo: memFree=28399180/32872528 swapFree=162364/176672
[pid=21912] ppid=21909 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21909 21912 11533 0 -1 4202496 10717 0 1 0 130 4 0 0 20 0 19 0 10902935 10060525568 13592 33554432000 1073741824 1073778376 140734526153840 140734526144976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21912/statm: 2456183 13592 2261 9 0 2446860 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9824732

[startup+1.50075 s]
/proc/loadavg: 2.94 2.95 2.63 3/216 21937
/proc/meminfo: memFree=28346504/32872528 swapFree=162364/176672
[pid=21912] ppid=21909 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21909 21912 11533 0 -1 4202496 13311 0 1 0 200 7 0 0 20 0 22 0 10902935 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140734526144976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21912/statm: 2456183 19896 2263 9 0 2446860 0
[pid=21912/tid=21914] ppid=21909 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (java) S 21909 21912 11533 0 -1 4202560 2481 0 1 0 33 1 0 0 20 0 22 0 10902936 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624681517944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21915] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624525581352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21916] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624524528552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21917] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624523475752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21918] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21918/stat : 21918 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624522422952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21919] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21919/stat : 21919 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624521370152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21920] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21920/stat : 21920 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624520317352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21921] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21921/stat : 21921 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624519264552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21922] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21922/stat : 21922 (java) S 21909 21912 11533 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624518211752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21923] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21923/stat : 21923 (java) S 21909 21912 11533 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 10902938 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624505801704 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21924] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21924/stat : 21924 (java) S 21909 21912 11533 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 10902939 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624504747768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21925] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21925/stat : 21925 (java) S 21909 21912 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10902939 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624503694856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21926] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21926/stat : 21926 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624502643344 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21927] ppid=21909 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/21912/task/21927/stat : 21927 (java) R 21909 21912 11533 0 -1 4202560 4290 0 0 0 52 0 0 0 20 0 22 0 10902941 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624501583416 140624688313072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21928] ppid=21909 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/21912/task/21928/stat : 21928 (java) R 21909 21912 11533 0 -1 4202560 5180 0 0 0 52 1 0 0 20 0 22 0 10902941 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624500537496 140624685040551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21929] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21929/stat : 21929 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624499485048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21930] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21930/stat : 21930 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624498432456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21934] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21934/stat : 21934 (java) S 21909 21912 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10902972 10060525568 19896 33554432000 1073741824 1073778376 140734526153840 140624493925672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 2.94 2.95 2.63 7/219 21940
/proc/meminfo: memFree=28294188/32872528 swapFree=162364/176672
[pid=21912] ppid=21909 vsize=9824732 CPUtime=5.88 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21909 21912 11533 0 -1 4202496 16424 0 1 0 579 9 0 0 20 0 22 0 10902935 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140734526144976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21912/statm: 2456183 39663 2274 9 0 2446860 0
[pid=21912/tid=21914] ppid=21909 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (java) S 21909 21912 11533 0 -1 4202560 2481 0 1 0 33 1 0 0 20 0 22 0 10902936 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624681517944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21915] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624525581352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21916] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624524528552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21917] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624523475752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21918] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21918/stat : 21918 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624522422952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21919] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21919/stat : 21919 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624521370152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21920] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21920/stat : 21920 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624520317352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21921] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21921/stat : 21921 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624519264552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21922] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21922/stat : 21922 (java) S 21909 21912 11533 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624518211752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21923] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21923/stat : 21923 (java) S 21909 21912 11533 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 10902938 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624505801704 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21924] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21924/stat : 21924 (java) S 21909 21912 11533 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 10902939 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624504747768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21925] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21925/stat : 21925 (java) S 21909 21912 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10902939 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624503694856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21926] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21926/stat : 21926 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624502643344 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21927] ppid=21909 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/21912/task/21927/stat : 21927 (java) S 21909 21912 11533 0 -1 4202560 4698 0 0 0 84 0 0 0 20 0 22 0 10902941 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624501590456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21928] ppid=21909 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/21912/task/21928/stat : 21928 (java) S 21909 21912 11533 0 -1 4202560 7847 0 0 0 82 2 0 0 20 0 22 0 10902941 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624500537656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21929] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21929/stat : 21929 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624499485048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21930] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21930/stat : 21930 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624498432456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21934] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21934/stat : 21934 (java) S 21909 21912 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10902972 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624493925672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21938] ppid=21909 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/21912/task/21938/stat : 21938 (java) R 21909 21912 11533 0 -1 4202560 7 0 0 0 169 0 0 0 20 0 22 0 10903073 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624497328408 140624554045874 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21939] ppid=21909 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/21912/task/21939/stat : 21939 (java) R 21909 21912 11533 0 -1 4202560 43 0 0 0 170 0 0 0 20 0 22 0 10903073 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624496274360 140624554217814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21940] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21940/stat : 21940 (java) S 21909 21912 11533 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10903073 10060525568 39663 33554432000 1073741824 1073778376 140734526153840 140624494978600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 3.11 2.99 2.64 5/219 21940
/proc/meminfo: memFree=28220300/32872528 swapFree=162364/176672
[pid=21912] ppid=21909 vsize=9824732 CPUtime=12.41 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21909 21912 11533 0 -1 4202496 16488 0 1 0 1230 11 0 0 20 0 22 0 10902935 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140734526144976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21912/statm: 2456183 46598 2286 9 0 2446860 0
[pid=21912/tid=21914] ppid=21909 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (java) S 21909 21912 11533 0 -1 4202560 2481 0 1 0 33 1 0 0 20 0 22 0 10902936 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624681517944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21915] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (java) S 21909 21912 11533 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624525581352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21916] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (java) S 21909 21912 11533 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624524528552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21917] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624523475752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21918] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21918/stat : 21918 (java) S 21909 21912 11533 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624522422952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21919] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21919/stat : 21919 (java) S 21909 21912 11533 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624521370152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21920] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21920/stat : 21920 (java) S 21909 21912 11533 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624520317352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21921] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21921/stat : 21921 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624519264552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21922] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21922/stat : 21922 (java) S 21909 21912 11533 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10902937 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624518211752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21923] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21923/stat : 21923 (java) S 21909 21912 11533 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 10902938 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624505801704 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21924] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21924/stat : 21924 (java) S 21909 21912 11533 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10902939 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624504747768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21925] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21925/stat : 21925 (java) S 21909 21912 11533 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10902939 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624503694856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21926] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21926/stat : 21926 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624502643344 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21927] ppid=21909 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/21912/task/21927/stat : 21927 (java) S 21909 21912 11533 0 -1 4202560 4704 0 0 0 96 0 0 0 20 0 22 0 10902941 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624501590456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21928] ppid=21909 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/21912/task/21928/stat : 21928 (java) S 21909 21912 11533 0 -1 4202560 7847 0 0 0 84 2 0 0 20 0 22 0 10902941 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624500537656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21929] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21929/stat : 21929 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 46598 33554432000 1073741824 1073778376 140734526153840 140624499485048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21930] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.17 4.07 3.49 5/219 22171
/proc/meminfo: memFree=27289192/32872528 swapFree=162364/176672
[pid=21912] ppid=21909 vsize=9824732 CPUtime=1646.76 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21909 21912 11533 0 -1 4202496 25097 0 1 0 164505 171 0 0 20 0 22 0 10902935 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140734526144976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21912/statm: 2456183 383008 2296 9 0 2446860 0
[pid=21912/tid=21914] ppid=21909 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (java) S 21909 21912 11533 0 -1 4202560 2492 0 1 0 35 2 0 0 20 0 22 0 10902936 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624681517944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21915] ppid=21909 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (java) S 21909 21912 11533 0 -1 4202560 918 0 0 0 158 21 0 0 20 0 22 0 10902937 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624525581352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21916] ppid=21909 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (java) S 21909 21912 11533 0 -1 4202560 655 0 0 0 161 18 0 0 20 0 22 0 10902937 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624524528552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21917] ppid=21909 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (java) S 21909 21912 11533 0 -1 4202560 798 0 0 0 149 14 0 0 20 0 22 0 10902937 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624523475752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21918] ppid=21909 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/21912/task/21918/stat : 21918 (java) S 21909 21912 11533 0 -1 4202560 509 0 0 0 158 20 0 0 20 0 22 0 10902937 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624522422952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21919] ppid=21909 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/21912/task/21919/stat : 21919 (java) S 21909 21912 11533 0 -1 4202560 1001 0 0 0 166 18 0 0 20 0 22 0 10902937 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624521370152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21920] ppid=21909 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/21912/task/21920/stat : 21920 (java) S 21909 21912 11533 0 -1 4202560 1050 0 0 0 155 19 0 0 20 0 22 0 10902937 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624520317352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21921] ppid=21909 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/21912/task/21921/stat : 21921 (java) S 21909 21912 11533 0 -1 4202560 953 0 0 0 148 13 0 0 20 0 22 0 10902937 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624519264552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21922] ppid=21909 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/21912/task/21922/stat : 21922 (java) S 21909 21912 11533 0 -1 4202560 1090 0 0 0 155 18 0 0 20 0 22 0 10902937 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624518211752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21923] ppid=21909 vsize=9824732 CPUtime=4.15 cores=0,2,4,6
/proc/21912/task/21923/stat : 21923 (java) S 21909 21912 11533 0 -1 4202560 1163 0 0 0 407 8 0 0 20 0 22 0 10902938 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624505801704 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21924] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21924/stat : 21924 (java) S 21909 21912 11533 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10902939 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624504747768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21925] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21925/stat : 21925 (java) S 21909 21912 11533 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10902939 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624503694856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21926] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21926/stat : 21926 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624502643344 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21927] ppid=21909 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/21912/task/21927/stat : 21927 (java) S 21909 21912 11533 0 -1 4202560 4946 0 0 0 112 0 0 0 20 0 22 0 10902941 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624501590456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21928] ppid=21909 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/21912/task/21928/stat : 21928 (java) S 21909 21912 11533 0 -1 4202560 7872 0 0 0 99 2 0 0 20 0 22 0 10902941 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624500537656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21929] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21929/stat : 21929 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624499485048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21930] ppid=21909 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/21912/task/21930/stat : 21930 (java) S 21909 21912 11533 0 -1 4202560 47 0 0 0 9 13 0 0 20 0 22 0 10902941 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624498432456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21934] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21934/stat : 21934 (java) S 21909 21912 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10902972 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624493925672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21938] ppid=21909 vsize=9824732 CPUtime=812.84 cores=0,2,4,6
/proc/21912/task/21938/stat : 21938 (java) R 21909 21912 11533 0 -1 4202560 50 0 0 0 81270 14 0 0 20 0 22 0 10903073 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624497326464 140624553799238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21939] ppid=21909 vsize=9824732 CPUtime=812.93 cores=0,2,4,6
/proc/21912/task/21939/stat : 21939 (java) R 21909 21912 11533 0 -1 4202560 219 0 0 0 81278 15 0 0 20 0 22 0 10903073 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624496275264 140624554217712 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21940] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21940/stat : 21940 (java) S 21909 21912 11533 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10903073 10060525568 383008 33554432000 1073741824 1073778376 140734526153840 140624494978600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1646.76
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.13 4.07 3.52 5/219 22172
/proc/meminfo: memFree=27160304/32872528 swapFree=162364/176672
[pid=21912] ppid=21909 vsize=9824732 CPUtime=1767.03 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21909 21912 11533 0 -1 4202496 25337 0 1 0 176523 180 0 0 20 0 22 0 10902935 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140734526144976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21912/statm: 2456183 415145 2296 9 0 2446860 0
[pid=21912/tid=21914] ppid=21909 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (java) S 21909 21912 11533 0 -1 4202560 2492 0 1 0 36 3 0 0 20 0 22 0 10902936 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624681517944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21915] ppid=21909 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (java) S 21909 21912 11533 0 -1 4202560 942 0 0 0 162 22 0 0 20 0 22 0 10902937 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624525581352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21916] ppid=21909 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (java) S 21909 21912 11533 0 -1 4202560 686 0 0 0 170 20 0 0 20 0 22 0 10902937 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624524528552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21917] ppid=21909 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (java) S 21909 21912 11533 0 -1 4202560 814 0 0 0 153 15 0 0 20 0 22 0 10902937 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624523475752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21918] ppid=21909 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/21912/task/21918/stat : 21918 (java) S 21909 21912 11533 0 -1 4202560 524 0 0 0 161 21 0 0 20 0 22 0 10902937 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624522422952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21919] ppid=21909 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/21912/task/21919/stat : 21919 (java) S 21909 21912 11533 0 -1 4202560 1031 0 0 0 173 20 0 0 20 0 22 0 10902937 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624521370152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21920] ppid=21909 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/21912/task/21920/stat : 21920 (java) S 21909 21912 11533 0 -1 4202560 1079 0 0 0 159 20 0 0 20 0 22 0 10902937 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624520317352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21921] ppid=21909 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/21912/task/21921/stat : 21921 (java) S 21909 21912 11533 0 -1 4202560 975 0 0 0 154 14 0 0 20 0 22 0 10902937 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624519264552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21922] ppid=21909 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/21912/task/21922/stat : 21922 (java) S 21909 21912 11533 0 -1 4202560 1122 0 0 0 161 20 0 0 20 0 22 0 10902937 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624518211752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21923] ppid=21909 vsize=9824732 CPUtime=4.15 cores=0,2,4,6
/proc/21912/task/21923/stat : 21923 (java) S 21909 21912 11533 0 -1 4202560 1193 0 0 0 407 8 0 0 20 0 22 0 10902938 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624505801704 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21924] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21924/stat : 21924 (java) S 21909 21912 11533 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10902939 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624504747768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21925] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21925/stat : 21925 (java) S 21909 21912 11533 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10902939 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624503694856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21926] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21926/stat : 21926 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624502643344 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21927] ppid=21909 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/21912/task/21927/stat : 21927 (java) S 21909 21912 11533 0 -1 4202560 4946 0 0 0 112 0 0 0 20 0 22 0 10902941 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624501590456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21928] ppid=21909 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/21912/task/21928/stat : 21928 (java) S 21909 21912 11533 0 -1 4202560 7872 0 0 0 99 2 0 0 20 0 22 0 10902941 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624500537656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21929] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21929/stat : 21929 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624499485048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21930] ppid=21909 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/21912/task/21930/stat : 21930 (java) S 21909 21912 11533 0 -1 4202560 51 0 0 0 11 13 0 0 20 0 22 0 10902941 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624498432456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21934] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21934/stat : 21934 (java) S 21909 21912 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10902972 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624493925672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21938] ppid=21909 vsize=9824732 CPUtime=872.71 cores=0,2,4,6
/proc/21912/task/21938/stat : 21938 (java) R 21909 21912 11533 0 -1 4202560 51 0 0 0 87256 15 0 0 20 0 22 0 10903073 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624497319568 140624553736269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21939] ppid=21909 vsize=9824732 CPUtime=872.79 cores=0,2,4,6
/proc/21912/task/21939/stat : 21939 (java) R 21909 21912 11533 0 -1 4202560 225 0 0 0 87263 16 0 0 20 0 22 0 10903073 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624496274240 140624553829602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21940] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21940/stat : 21940 (java) S 21909 21912 11533 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10903073 10060525568 415145 33554432000 1073741824 1073778376 140734526153840 140624494978600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1767.03
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.808 s]
/proc/loadavg: 4.09 4.06 3.53 5/219 22173
/proc/meminfo: memFree=27128964/32872528 swapFree=162364/176672
[pid=21912] ppid=21909 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/21912/stat : 21912 (java) S 21909 21912 11533 0 -1 4202496 25430 0 1 0 179829 184 0 0 20 0 22 0 10902935 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140734526144976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21912/statm: 2456183 420824 2296 9 0 2446860 0
[pid=21912/tid=21914] ppid=21909 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (java) S 21909 21912 11533 0 -1 4202560 2492 0 1 0 36 3 0 0 20 0 22 0 10902936 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624681517944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21915] ppid=21909 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (java) S 21909 21912 11533 0 -1 4202560 944 0 0 0 164 22 0 0 20 0 22 0 10902937 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624525581352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21916] ppid=21909 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (java) S 21909 21912 11533 0 -1 4202560 695 0 0 0 172 20 0 0 20 0 22 0 10902937 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624524528552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21917] ppid=21909 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (java) S 21909 21912 11533 0 -1 4202560 829 0 0 0 157 16 0 0 20 0 22 0 10902937 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624523475752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21918] ppid=21909 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/21912/task/21918/stat : 21918 (java) S 21909 21912 11533 0 -1 4202560 532 0 0 0 163 21 0 0 20 0 22 0 10902937 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624522422952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21919] ppid=21909 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/21912/task/21919/stat : 21919 (java) S 21909 21912 11533 0 -1 4202560 1039 0 0 0 175 20 0 0 20 0 22 0 10902937 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624521370152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21920] ppid=21909 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/21912/task/21920/stat : 21920 (java) S 21909 21912 11533 0 -1 4202560 1088 0 0 0 162 20 0 0 20 0 22 0 10902937 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624520317352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21921] ppid=21909 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/21912/task/21921/stat : 21921 (java) S 21909 21912 11533 0 -1 4202560 979 0 0 0 156 14 0 0 20 0 22 0 10902937 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624519264552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21922] ppid=21909 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/21912/task/21922/stat : 21922 (java) S 21909 21912 11533 0 -1 4202560 1127 0 0 0 162 21 0 0 20 0 22 0 10902937 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624518211752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21923] ppid=21909 vsize=9824732 CPUtime=4.15 cores=0,2,4,6
/proc/21912/task/21923/stat : 21923 (java) S 21909 21912 11533 0 -1 4202560 1225 0 0 0 407 8 0 0 20 0 22 0 10902938 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624505801704 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21924] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21924/stat : 21924 (java) S 21909 21912 11533 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10902939 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624504747768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21925] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21925/stat : 21925 (java) S 21909 21912 11533 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10902939 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624503694856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21926] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21926/stat : 21926 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624502643344 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21927] ppid=21909 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/21912/task/21927/stat : 21927 (java) S 21909 21912 11533 0 -1 4202560 4946 0 0 0 112 0 0 0 20 0 22 0 10902941 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624501590456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21912/tid=21928] ppid=21909 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/21912/task/21928/stat : 21928 (java) S 21909 21912 11533 0 -1 4202560 7872 0 0 0 99 2 0 0 20 0 22 0 10902941 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624500537656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21929] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21929/stat : 21929 (java) S 21909 21912 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10902941 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624499485048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21930] ppid=21909 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/21912/task/21930/stat : 21930 (java) S 21909 21912 11533 0 -1 4202560 51 0 0 0 11 13 0 0 20 0 22 0 10902941 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624498432456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21934] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21934/stat : 21934 (java) S 21909 21912 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10902972 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624493925672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21912/tid=21938] ppid=21909 vsize=9824732 CPUtime=889.16 cores=0,2,4,6
/proc/21912/task/21938/stat : 21938 (java) R 21909 21912 11533 0 -1 4202560 52 0 0 0 88901 15 0 0 20 0 22 0 10903073 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624497327280 140624553792312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21912/tid=21939] ppid=21909 vsize=9824732 CPUtime=889.24 cores=0,2,4,6
/proc/21912/task/21939/stat : 21939 (java) R 21909 21912 11533 0 -1 4202560 225 0 0 0 88908 16 0 0 20 0 22 0 10903073 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624496274464 140624553822948 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21912/tid=21940] ppid=21909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21940/stat : 21940 (java) S 21909 21912 11533 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10903073 10060525568 420824 33554432000 1073741824 1073778376 140734526153840 140624494978600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

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 21912 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 898.864
CPU time (s): 1800.76
CPU user time (s): 1798.45
CPU system time (s): 2.31165
CPU usage (%): 200.337
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.45
system time used= 2.31165
maximum resident set size= 1683432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25473
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24248
involuntary context switches= 22071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.64114 second user time and 7.03693 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 16:48:50
IDJOB=4092108
IDBENCH=79441
IDSOLVER=2552
FILE ID=node105/4092108-1466088530
RUNJOBID= node105-1466074085-13482
PBS_JOBID= 19904027
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-dsjc125-1-4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092108-1466088530/watcher-4092108-1466088530 -o /tmp/evaluation-result-4092108-1466088530/solver-4092108-1466088530 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466074085-13482 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092108-1466088530.wbo

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

MD5SUM BENCH= b95440184c2619269a303a66296dd7fe
RANDOM SEED=75925135

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28400088 kB
Buffers:           31724 kB
Cached:            64832 kB
SwapCached:         1468 kB
Active:          3529736 kB
Inactive:          62616 kB
Active(anon):    3496168 kB
Inactive(anon):     2132 kB
Active(file):      33568 kB
Inactive(file):    60484 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67097208 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       3736680 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             566832 kB
SReclaimable:      10592 kB
SUnreclaim:       556240 kB
KernelStack:        1808 kB
PageTables:        11380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4047932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3500032 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 node105 at 2016-06-16 17:03:49