Trace number 4119425

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)-48 1800.06 901.256

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0088-0888.opb
MD5SUMff9d98e20084525c4e71f240fb980507
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-55
Best CPU time to get the best result obtained on this benchmark0.6479
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables192
Total number of constraints64
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 384
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 384
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 384
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)384
Sum of products size (including duplicates)768
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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119425-1467255663.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.20	c ... done. Wall clock time 0.085s.
0.23/0.20	c declared #vars     192
0.23/0.20	c internal #vars     576
0.23/0.20	c #constraints  896
0.23/0.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.21	c constraints type 
0.23/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.23/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 64
0.23/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
0.23/0.21	c 896 constraints processed.
0.23/0.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.21	c constraints type 
0.23/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.23/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 64
0.23/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
0.23/0.21	c 896 constraints processed.
0.23/0.21	c objective function length is 384 literals
0.23/0.22	c And the winner is solver0
0.30/0.71	c SATISFIABLE
0.30/0.71	c OPTIMIZING...
0.30/0.71	c Got one! Elapsed wall clock time (in seconds):0.59
0.30/0.71	o -43
0.30/0.73	c And the winner is solver0
0.37/1.21	c Got one! Elapsed wall clock time (in seconds):1.093
0.37/1.21	o -44
0.70/1.34	c And the winner is solver0
1.19/1.72	c Got one! Elapsed wall clock time (in seconds):1.596
1.19/1.72	o -45
1.19/1.79	c And the winner is solver0
1.52/2.22	c Got one! Elapsed wall clock time (in seconds):2.099
1.52/2.22	o -46
2.14/2.47	c cleaning 2838 clauses out of 5681 with flag 8424/5681
2.38/2.58	c And the winner is solver0
2.72/2.72	c Got one! Elapsed wall clock time (in seconds):2.601
2.72/2.72	o -47
3.00/2.81	c And the winner is solver0
3.19/3.22	c Got one! Elapsed wall clock time (in seconds):3.103
3.19/3.22	o -48
3.38/3.38	c cleaning 4233 clauses out of 8473 with flag 4473/11311
4.24/3.76	c cleaning 5117 clauses out of 10241 with flag 16972/17312
5.14/4.17	c cleaning 6063 clauses out of 12126 with flag 32062/24314
6.45/4.73	c cleaning 7026 clauses out of 14060 with flag 50810/32311
7.92/5.41	c cleaning 8015 clauses out of 16034 with flag 72269/41311
9.19/6.02	c cleaning 9007 clauses out of 18020 with flag 93445/51312
10.87/6.80	c cleaning 10000 clauses out of 20013 with flag 118241/62312
12.46/7.67	c cleaning 11006 clauses out of 22012 with flag 146802/74311
14.54/8.61	c cleaning 12003 clauses out of 24006 with flag 177491/87311
16.54/9.66	c cleaning 12998 clauses out of 26004 with flag 213420/101312
19.26/10.91	c cleaning 14000 clauses out of 28005 with flag 251693/116311
22.14/12.31	c cleaning 14999 clauses out of 30006 with flag 294164/132312
25.14/13.83	c cleaning 16003 clauses out of 32006 with flag 338635/149311
27.95/15.29	c cleaning 17000 clauses out of 34004 with flag 382005/167312
31.31/16.90	c cleaning 17999 clauses out of 36003 with flag 426377/186311
35.12/18.74	c cleaning 19002 clauses out of 38005 with flag 474918/206312
39.69/20.97	c cleaning 20001 clauses out of 40002 with flag 526297/227311
44.48/23.32	c cleaning 20999 clauses out of 42003 with flag 581832/249313
49.04/25.59	c cleaning 22000 clauses out of 44003 with flag 641771/272312
54.24/28.16	c cleaning 23000 clauses out of 46004 with flag 704054/296313
59.78/30.83	c cleaning 23999 clauses out of 48002 with flag 768901/321311
64.96/33.42	c cleaning 25001 clauses out of 50003 with flag 839005/347311
71.16/36.50	c cleaning 26003 clauses out of 52005 with flag 906455/374314
77.58/39.73	c cleaning 26996 clauses out of 53999 with flag 975986/402311
84.71/43.29	c cleaning 27999 clauses out of 56003 with flag 1050129/431311
91.11/46.45	c cleaning 29001 clauses out of 58005 with flag 1135009/461312
99.11/50.43	c cleaning 30002 clauses out of 60004 with flag 1217854/492312
107.30/54.70	c cleaning 30999 clauses out of 62003 with flag 1298079/524313
113.89/58.10	c cleaning 31999 clauses out of 64003 with flag 1385166/557312
121.11/61.63	c cleaning 33000 clauses out of 66004 with flag 1471276/591312
129.34/65.78	c cleaning 34002 clauses out of 68005 with flag 1554862/626313
138.34/70.23	c cleaning 35001 clauses out of 70001 with flag 1642462/662311
147.14/74.61	c cleaning 35999 clauses out of 72004 with flag 1733590/699315
156.15/79.17	c cleaning 37003 clauses out of 74005 with flag 1823672/737315
166.96/84.52	c cleaning 37993 clauses out of 75998 with flag 1915671/776311
177.69/89.90	c cleaning 39003 clauses out of 78008 with flag 2010108/816314
187.88/94.96	c cleaning 39995 clauses out of 80004 with flag 2103241/857313
197.88/99.96	c cleaning 41003 clauses out of 82007 with flag 2196695/899311
212.28/107.13	c cleaning 41998 clauses out of 84005 with flag 2301229/942312
225.68/113.83	c cleaning 43004 clauses out of 86008 with flag 2410127/986313
240.68/121.37	c cleaning 43998 clauses out of 88002 with flag 2523035/1031311
254.67/128.35	c cleaning 45001 clauses out of 90005 with flag 2636770/1077312
271.63/136.71	c cleaning 46002 clauses out of 92003 with flag 2750867/1124311
285.02/143.47	c cleaning 46998 clauses out of 94001 with flag 2864468/1172311
302.04/151.97	c cleaning 47998 clauses out of 96004 with flag 2983156/1221312
317.82/159.85	c cleaning 49000 clauses out of 98006 with flag 3101427/1271312
336.02/168.92	c cleaning 50002 clauses out of 100005 with flag 3232882/1322311
352.81/177.34	c cleaning 51001 clauses out of 102004 with flag 3363553/1374312
371.81/186.82	c cleaning 51995 clauses out of 104003 with flag 3491427/1427312
390.82/196.31	c cleaning 53000 clauses out of 106008 with flag 3622059/1481312
411.20/206.59	c cleaning 54000 clauses out of 108008 with flag 3759486/1536312
432.00/217.14	c cleaning 54999 clauses out of 110007 with flag 3898372/1592311
449.79/226.00	c cleaning 56004 clauses out of 112008 with flag 4034128/1649311
469.00/235.60	c cleaning 56999 clauses out of 114004 with flag 4173506/1707311
489.99/246.14	c cleaning 58004 clauses out of 116007 with flag 4316966/1766313
512.19/257.26	c cleaning 58994 clauses out of 118001 with flag 4465224/1826311
530.79/266.57	c cleaning 60003 clauses out of 120009 with flag 4615297/1887313
551.38/276.85	c cleaning 60997 clauses out of 122007 with flag 4765526/1949314
569.99/286.17	c cleaning 61995 clauses out of 124007 with flag 4921418/2012311
592.18/297.22	c cleaning 63005 clauses out of 126013 with flag 5080276/2076312
619.78/311.05	c cleaning 64000 clauses out of 128007 with flag 5241055/2141311
651.57/326.94	c cleaning 65001 clauses out of 130007 with flag 5405989/2207311
685.68/343.94	c cleaning 66003 clauses out of 132007 with flag 5575953/2274312
717.68/359.90	c cleaning 66997 clauses out of 134003 with flag 5746896/2342311
747.67/374.97	c cleaning 68001 clauses out of 136007 with flag 5922089/2411312
774.69/388.46	c cleaning 69002 clauses out of 138008 with flag 6088108/2481314
795.67/398.99	c cleaning 69998 clauses out of 140004 with flag 6255156/2552312
826.06/414.11	c cleaning 71000 clauses out of 142006 with flag 6437238/2624312
861.66/431.99	c cleaning 72001 clauses out of 144005 with flag 6629186/2697311
906.67/454.47	c cleaning 72999 clauses out of 146004 with flag 6815940/2771311
946.66/474.42	c cleaning 73999 clauses out of 148006 with flag 7008237/2846312
982.05/492.16	c cleaning 75004 clauses out of 150008 with flag 7203336/2922313
1019.24/510.69	c cleaning 75995 clauses out of 152002 with flag 7395749/2999311
1057.84/529.96	c cleaning 76999 clauses out of 154007 with flag 7589437/3077311
1101.63/551.84	c cleaning 78001 clauses out of 156009 with flag 7789776/3156312
1141.63/571.86	c cleaning 78997 clauses out of 158008 with flag 7992260/3236312
1191.22/596.65	c cleaning 80003 clauses out of 160010 with flag 8200263/3317311
1239.22/620.68	c cleaning 81003 clauses out of 162008 with flag 8412989/3399312
1277.61/639.84	c cleaning 81999 clauses out of 164005 with flag 8622343/3482312
1321.21/661.65	c cleaning 83003 clauses out of 166005 with flag 8827945/3566311
1371.60/686.86	c cleaning 84001 clauses out of 168004 with flag 9041703/3651313
1428.90/715.63	c cleaning 84994 clauses out of 170002 with flag 9261158/3737312
1478.31/740.34	c cleaning 85997 clauses out of 172007 with flag 9483844/3824311
1532.29/767.34	c cleaning 87000 clauses out of 174012 with flag 9715567/3912313
1577.69/790.08	c cleaning 88004 clauses out of 176012 with flag 9951172/4001313
1618.28/810.36	c cleaning 88998 clauses out of 178007 with flag 10195091/4091312
1656.48/829.47	c cleaning 90002 clauses out of 180009 with flag 10429156/4182312
1699.46/850.94	c cleaning 91003 clauses out of 182007 with flag 10667309/4274312
1743.46/872.91	c cleaning 91999 clauses out of 184005 with flag 10908346/4367313
1785.65/894.00	c cleaning 92999 clauses out of 186004 with flag 11153848/4461311
1800.06/901.20	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
1800.06/901.20	c starts		: 1659
1800.06/901.20	c conflicts		: 4507086
1800.06/901.20	c decisions		: 5383485
1800.06/901.20	c propagations		: 290812990
1800.06/901.20	c inspects		: 15857327889
1800.06/901.20	c shortcuts		: 0
1800.06/901.20	c learnt literals	: 0
1800.06/901.20	c learnt binary clauses	: 0
1800.06/901.20	c learnt ternary clauses	: 0
1800.06/901.20	c learnt constraints	: 4507086
1800.06/901.20	c ignored constraints	: 0
1800.06/901.20	c root simplifications	: 0
1800.06/901.20	c removed literals (reason simplification)	: 2472804
1800.06/901.20	c reason swapping (by a shorter reason)	: 0
1800.06/901.20	c Calls to reduceDB	: 91
1800.06/901.20	c Number of update (reduction) of LBD	: 192995
1800.06/901.20	c Imported unit clauses	: 0
1800.06/901.20	c number of reductions to clauses (during analyze)	: 0
1800.06/901.20	c number of learned constraints concerned by reduction	: 0
1800.06/901.20	c number of learning phase by resolution	: 0
1800.06/901.20	c number of learning phase by cutting planes	: 0
1800.06/901.20	c speed (assignments/second)	: 322770.4968978568
1800.06/901.20	c non guided choices	2
1800.06/901.23	c learnt constraints type 
1800.06/901.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138780
1800.06/901.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/901.23	c starts		: 25
1800.06/901.23	c conflicts		: 3880
1800.06/901.23	c decisions		: 16765
1800.06/901.23	c propagations		: 167650
1800.06/901.23	c inspects		: 46654247
1800.06/901.23	c shortcuts		: 0
1800.06/901.23	c learnt literals	: 0
1800.06/901.23	c learnt binary clauses	: 0
1800.06/901.23	c learnt ternary clauses	: 0
1800.06/901.23	c learnt constraints	: 3875
1800.06/901.23	c ignored constraints	: 0
1800.06/901.23	c root simplifications	: 0
1800.06/901.23	c removed literals (reason simplification)	: 0
1800.06/901.23	c reason swapping (by a shorter reason)	: 0
1800.06/901.23	c Calls to reduceDB	: 0
1800.06/901.23	c Number of update (reduction) of LBD	: 0
1800.06/901.23	c Imported unit clauses	: 0
1800.06/901.23	c number of reductions to clauses (during analyze)	: 0
1800.06/901.23	c number of learned constraints concerned by reduction	: 0
1800.06/901.23	c number of learning phase by resolution	: 0
1800.06/901.23	c number of learning phase by cutting planes	: 0
1800.06/901.23	c speed (assignments/second)	: 186.69161084849193
1800.06/901.23	c non guided choices	1
1800.06/901.23	c learnt constraints type 
1800.06/901.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3875
1800.06/901.23	s SATISFIABLE
1800.06/901.23	c Found 6 solution(s)
1800.06/901.23	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 
1800.06/901.23	c objective function=-48
1800.06/901.23	c Total wall clock time (in seconds): 901.114

Verifier Data

OK	-48

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-4119425-1467255663/watcher-4119425-1467255663 -o /tmp/evaluation-result-4119425-1467255663/solver-4119425-1467255663 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5593 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119425-1467255663.opb 

pid=8985
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: 4.08 4.10 4.00 4/198 8988
/proc/meminfo: memFree=27824420/32872528 swapFree=239532/272236
[pid=8988] ppid=8985 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/8988/stat : 8988 (java) R 8985 8988 5416 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 4597352 278528 33 33554432000 1073741824 1073778376 140733346483648 140733856022712 251134045479 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8988/statm: 68 33 25 9 0 25 0

[startup+0.10016 s]
/proc/loadavg: 4.08 4.10 4.00 4/198 8988
/proc/meminfo: memFree=27824420/32872528 swapFree=239532/272236
[pid=8988] ppid=8985 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8988/stat : 8988 (java) S 8985 8988 5416 0 -1 4202496 4421 0 1 0 8 1 0 0 20 0 18 0 4597352 9787879424 6042 33554432000 1073741824 1073778376 140733346483648 140733346474784 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8988/statm: 2389619 6042 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 4.08 4.10 4.00 4/198 8988
/proc/meminfo: memFree=27824420/32872528 swapFree=239532/272236
[pid=8988] ppid=8985 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/8988/stat : 8988 (java) S 8985 8988 5416 0 -1 4202496 4590 0 1 0 21 2 0 0 20 0 18 0 4597352 9787879424 7212 33554432000 1073741824 1073778376 140733346483648 140733346474784 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8988/statm: 2389619 7212 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300338 s]
/proc/loadavg: 4.08 4.10 4.00 4/198 8988
/proc/meminfo: memFree=27824420/32872528 swapFree=239532/272236
[pid=8988] ppid=8985 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/8988/stat : 8988 (java) S 8985 8988 5416 0 -1 4202496 4780 0 1 0 26 4 0 0 20 0 19 0 4597352 10060525568 8369 33554432000 1073741824 1073778376 140733346483648 140733346474784 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8988/statm: 2456183 8369 2222 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.700277 s]
/proc/loadavg: 4.08 4.10 4.00 4/198 8988
/proc/meminfo: memFree=27824420/32872528 swapFree=239532/272236
[pid=8988] ppid=8985 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/8988/stat : 8988 (java) S 8985 8988 5416 0 -1 4202496 4780 0 1 0 26 4 0 0 20 0 19 0 4597352 10060525568 8369 33554432000 1073741824 1073778376 140733346483648 140733346474784 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8988/statm: 2456183 8369 2222 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 3.92 4.06 3.99 3/217 9013
/proc/meminfo: memFree=27792656/32872528 swapFree=239532/272236
[pid=8988] ppid=8985 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/8988/stat : 8988 (java) S 8985 8988 5416 0 -1 4202496 12561 0 1 0 106 9 0 0 20 0 19 0 4597352 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 140733346474784 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8988/statm: 2456183 15892 2244 9 0 2446860 0
[pid=8988/tid=8990] ppid=8985 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8988/task/8990/stat : 8990 (java) S 8985 8988 5416 0 -1 4202560 2423 0 1 0 16 2 0 0 20 0 19 0 4597353 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716976780152 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8991] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8991/stat : 8991 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716965841448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=8992] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8992/stat : 8992 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716818844072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=8993] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8993/stat : 8993 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716817791272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=8994] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8994/stat : 8994 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716816738472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8995] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8995/stat : 8995 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716815686696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=8996] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8996/stat : 8996 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716814633896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8997] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8997/stat : 8997 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716813581096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8998] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8998/stat : 8998 (java) S 8985 8988 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716812528296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=8999] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8999/stat : 8999 (java) S 8985 8988 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4597356 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716800330216 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=9000] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9000/stat : 9000 (java) S 8985 8988 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4597356 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716799276280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9001] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9001/stat : 9001 (java) S 8985 8988 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4597356 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716798223368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9002] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9002/stat : 9002 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597358 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716797171856 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9003] ppid=8985 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8988/task/9003/stat : 9003 (java) R 8985 8988 5416 0 -1 4202560 5401 0 0 0 31 0 0 0 20 0 19 0 4597358 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716796097832 139716982624448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=9004] ppid=8985 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/8988/task/9004/stat : 9004 (java) S 8985 8988 5416 0 -1 4202560 3380 0 0 0 24 0 0 0 20 0 19 0 4597358 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716795067192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=9005] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9005/stat : 9005 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597358 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716794014584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=9006] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9006/stat : 9006 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597358 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716792961992 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=9010] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9010/stat : 9010 (java) S 8985 8988 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4597374 10060525568 15892 33554432000 1073741824 1073778376 140733346483648 139716788749096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 3.92 4.06 3.99 3/217 9019
/proc/meminfo: memFree=27759296/32872528 swapFree=239532/272236
[pid=8988] ppid=8985 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/8988/stat : 8988 (java) S 8985 8988 5416 0 -1 4202496 19714 0 1 0 301 18 0 0 20 0 19 0 4597352 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 140733346474784 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8988/statm: 2456183 35252 2271 9 0 2446860 0
[pid=8988/tid=8990] ppid=8985 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/8988/task/8990/stat : 8990 (java) S 8985 8988 5416 0 -1 4202560 2424 0 1 0 17 2 0 0 20 0 19 0 4597353 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716976780152 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8991] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8991/stat : 8991 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716965841448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=8992] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8992/stat : 8992 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716818844072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=8993] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8993/stat : 8993 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716817791272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=8994] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8994/stat : 8994 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716816738472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8995] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8995/stat : 8995 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716815686696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=8996] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8996/stat : 8996 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716814633896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8997] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8997/stat : 8997 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716813581096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8998] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8998/stat : 8998 (java) S 8985 8988 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4597354 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716812528296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=8999] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8999/stat : 8999 (java) S 8985 8988 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4597356 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716800330216 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=9000] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9000/stat : 9000 (java) S 8985 8988 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4597356 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716799276280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9001] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9001/stat : 9001 (java) S 8985 8988 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4597356 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716798223368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9002] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9002/stat : 9002 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597358 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716797171856 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9003] ppid=8985 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/8988/task/9003/stat : 9003 (java) S 8985 8988 5416 0 -1 4202560 7182 0 0 0 71 1 0 0 20 0 19 0 4597358 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716796119992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=9004] ppid=8985 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/8988/task/9004/stat : 9004 (java) S 8985 8988 5416 0 -1 4202560 8688 0 0 0 75 2 0 0 20 0 19 0 4597358 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716795067192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=9005] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9005/stat : 9005 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597358 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716794014584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=9006] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9006/stat : 9006 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4597358 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716792961992 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=9010] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9010/stat : 9010 (java) S 8985 8988 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4597374 10060525568 35252 33554432000 1073741824 1073778376 140733346483648 139716788749096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 3.92 4.06 3.99 5/220 9028
/proc/meminfo: memFree=27613500/32872528 swapFree=239532/272236
[pid=8988] ppid=8985 vsize=9824732 CPUtime=9.78 cores=1,3,5,7
/proc/8988/stat : 8988 (java) S 8985 8988 5416 0 -1 4202496 21239 0 1 0 951 27 0 0 20 0 22 0 4597352 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 140733346474784 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8988/statm: 2456183 66208 2285 9 0 2446860 0
[pid=8988/tid=8990] ppid=8985 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/8988/task/8990/stat : 8990 (java) S 8985 8988 5416 0 -1 4202560 2425 0 1 0 17 2 0 0 20 0 22 0 4597353 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716976780152 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8991] ppid=8985 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8988/task/8991/stat : 8991 (java) S 8985 8988 5416 0 -1 4202560 305 0 0 0 3 0 0 0 20 0 22 0 4597354 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716965841448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=8992] ppid=8985 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8988/task/8992/stat : 8992 (java) S 8985 8988 5416 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 22 0 4597354 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716818844072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8993] ppid=8985 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8988/task/8993/stat : 8993 (java) S 8985 8988 5416 0 -1 4202560 213 0 0 0 1 0 0 0 20 0 22 0 4597354 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716817791272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=8994] ppid=8985 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8988/task/8994/stat : 8994 (java) S 8985 8988 5416 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 22 0 4597354 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716816738472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=8995] ppid=8985 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8988/task/8995/stat : 8995 (java) S 8985 8988 5416 0 -1 4202560 65 0 0 0 2 0 0 0 20 0 22 0 4597354 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716815686696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=8996] ppid=8985 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8988/task/8996/stat : 8996 (java) S 8985 8988 5416 0 -1 4202560 77 0 0 0 3 1 0 0 20 0 22 0 4597354 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716814633896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=8997] ppid=8985 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8988/task/8997/stat : 8997 (java) S 8985 8988 5416 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 4597354 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716813581096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=8998] ppid=8985 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/8988/task/8998/stat : 8998 (java) S 8985 8988 5416 0 -1 4202560 159 0 0 0 4 2 0 0 20 0 22 0 4597354 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716812528296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=8999] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/8999/stat : 8999 (java) S 8985 8988 5416 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 4597356 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716800330216 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=9000] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9000/stat : 9000 (java) S 8985 8988 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4597356 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716799276280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9001] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9001/stat : 9001 (java) S 8985 8988 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4597356 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716798223368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9002] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9002/stat : 9002 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4597358 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716797171856 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9003] ppid=8985 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/8988/task/9003/stat : 9003 (java) S 8985 8988 5416 0 -1 4202560 7192 0 0 0 86 1 0 0 20 0 22 0 4597358 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716796119992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=9004] ppid=8985 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/8988/task/9004/stat : 9004 (java) S 8985 8988 5416 0 -1 4202560 9077 0 0 0 90 2 0 0 20 0 22 0 4597358 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716795067192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=9005] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9005/stat : 9005 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4597358 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716794014584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=9006] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9006/stat : 9006 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4597358 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716792961992 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=9010] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9010/stat : 9010 (java) S 8985 8988 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4597374 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716788749096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9026] ppid=8985 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/8988/task/9026/stat : 9026 (java) R 8985 8988 5416 0 -1 4202560 8 0 0 0 293 0 0 0 20 0 22 0 4597675 10060525568 66208 33554432000 1073741824 1073778376 140733346483648 139716791897744 139716846874092 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=9027] ppid=8985 vsize=9824732 CPUtime=2.94 cores=1,3,5,7

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

/proc/8988/task/8993/stat : 8993 (java) S 8985 8988 5416 0 -1 4202560 2685 0 0 0 61 19 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716817791272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8994] ppid=8985 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/8988/task/8994/stat : 8994 (java) S 8985 8988 5416 0 -1 4202560 2106 0 0 0 60 18 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716816738472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8995] ppid=8985 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/8988/task/8995/stat : 8995 (java) S 8985 8988 5416 0 -1 4202560 1399 0 0 0 46 13 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716815686696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=8996] ppid=8985 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/8988/task/8996/stat : 8996 (java) S 8985 8988 5416 0 -1 4202560 3211 0 0 0 50 16 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716814633896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8997] ppid=8985 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/8988/task/8997/stat : 8997 (java) S 8985 8988 5416 0 -1 4202560 1260 0 0 0 47 13 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716813581096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=8998] ppid=8985 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/8988/task/8998/stat : 8998 (java) S 8985 8988 5416 0 -1 4202560 3179 0 0 0 58 18 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716812528296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=8999] ppid=8985 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/8988/task/8999/stat : 8999 (java) S 8985 8988 5416 0 -1 4202560 1939 0 0 0 177 2 0 0 20 0 22 0 4597356 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716800330216 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9000] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9000/stat : 9000 (java) S 8985 8988 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4597356 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716799276280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9001] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9001/stat : 9001 (java) S 8985 8988 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4597356 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716798223368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9002] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9002/stat : 9002 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716797171856 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9003] ppid=8985 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/8988/task/9003/stat : 9003 (java) S 8985 8988 5416 0 -1 4202560 7198 0 0 0 93 1 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716796119992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=9004] ppid=8985 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/8988/task/9004/stat : 9004 (java) S 8985 8988 5416 0 -1 4202560 9077 0 0 0 91 2 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716795067192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=9005] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9005/stat : 9005 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716794014584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=9006] ppid=8985 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/8988/task/9006/stat : 9006 (java) S 8985 8988 5416 0 -1 4202560 47 0 0 0 7 13 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716792961992 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9010] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9010/stat : 9010 (java) S 8985 8988 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4597374 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716788749096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9026] ppid=8985 vsize=9824732 CPUtime=813.48 cores=1,3,5,7
/proc/8988/task/9026/stat : 9026 (java) R 8985 8988 5416 0 -1 4202560 63 0 0 0 81333 15 0 0 20 0 22 0 4597675 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716791897744 139716846906711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9027] ppid=8985 vsize=9824732 CPUtime=813.64 cores=1,3,5,7
/proc/8988/task/9027/stat : 9027 (java) R 8985 8988 5416 0 -1 4202560 1317 0 0 0 81320 44 0 0 20 0 22 0 4597675 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716790853264 139716847598533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=9028] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9028/stat : 9028 (java) S 8985 8988 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4597675 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716789802536 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1642.27
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.94 3.98 3.98 5/219 9170
/proc/meminfo: memFree=23141420/32872528 swapFree=239532/272236
[pid=8988] ppid=8985 vsize=9824732 CPUtime=1762.27 cores=1,3,5,7
/proc/8988/stat : 8988 (java) S 8985 8988 5416 0 -1 4202496 40528 0 1 0 176024 203 0 0 20 0 22 0 4597352 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 140733346474784 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8988/statm: 2456183 888509 2294 9 0 2446860 0
[pid=8988/tid=8990] ppid=8985 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/8988/task/8990/stat : 8990 (java) S 8985 8988 5416 0 -1 4202560 2428 0 1 0 19 4 0 0 20 0 22 0 4597353 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716976780152 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8991] ppid=8985 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/8988/task/8991/stat : 8991 (java) S 8985 8988 5416 0 -1 4202560 1238 0 0 0 44 15 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716965841448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8992] ppid=8985 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/8988/task/8992/stat : 8992 (java) S 8985 8988 5416 0 -1 4202560 1966 0 0 0 56 18 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716818844072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=8993] ppid=8985 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/8988/task/8993/stat : 8993 (java) S 8985 8988 5416 0 -1 4202560 2685 0 0 0 61 19 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716817791272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8994] ppid=8985 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/8988/task/8994/stat : 8994 (java) S 8985 8988 5416 0 -1 4202560 2106 0 0 0 60 18 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716816738472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8995] ppid=8985 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/8988/task/8995/stat : 8995 (java) S 8985 8988 5416 0 -1 4202560 1399 0 0 0 46 13 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716815686696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=8996] ppid=8985 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/8988/task/8996/stat : 8996 (java) S 8985 8988 5416 0 -1 4202560 3211 0 0 0 50 16 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716814633896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8997] ppid=8985 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/8988/task/8997/stat : 8997 (java) S 8985 8988 5416 0 -1 4202560 1260 0 0 0 47 13 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716813581096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=8998] ppid=8985 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/8988/task/8998/stat : 8998 (java) S 8985 8988 5416 0 -1 4202560 3179 0 0 0 58 18 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716812528296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=8999] ppid=8985 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/8988/task/8999/stat : 8999 (java) S 8985 8988 5416 0 -1 4202560 1939 0 0 0 177 2 0 0 20 0 22 0 4597356 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716800330216 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9000] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9000/stat : 9000 (java) S 8985 8988 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4597356 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716799276280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9001] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9001/stat : 9001 (java) S 8985 8988 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4597356 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716798223368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9002] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9002/stat : 9002 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716797171856 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9003] ppid=8985 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/8988/task/9003/stat : 9003 (java) S 8985 8988 5416 0 -1 4202560 7198 0 0 0 93 1 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716796119992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=9004] ppid=8985 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/8988/task/9004/stat : 9004 (java) S 8985 8988 5416 0 -1 4202560 9077 0 0 0 91 2 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716795067192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=9005] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9005/stat : 9005 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716794014584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=9006] ppid=8985 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8988/task/9006/stat : 9006 (java) S 8985 8988 5416 0 -1 4202560 51 0 0 0 7 14 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716792961992 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9010] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9010/stat : 9010 (java) S 8985 8988 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4597374 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716788749096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9026] ppid=8985 vsize=9824732 CPUtime=873.32 cores=1,3,5,7
/proc/8988/task/9026/stat : 9026 (java) R 8985 8988 5416 0 -1 4202560 63 0 0 0 87315 17 0 0 20 0 22 0 4597675 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716791897744 139716846906746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9027] ppid=8985 vsize=9824732 CPUtime=873.49 cores=1,3,5,7
/proc/8988/task/9027/stat : 9027 (java) R 8985 8988 5416 0 -1 4202560 1317 0 0 0 87304 45 0 0 20 0 22 0 4597675 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716790853264 139716847061377 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=9028] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9028/stat : 9028 (java) S 8985 8988 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4597675 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716789802536 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.27
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.201 s]
/proc/loadavg: 3.96 3.98 3.98 5/219 9171
/proc/meminfo: memFree=22905132/32872528 swapFree=239532/272236
[pid=8988] ppid=8985 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/8988/stat : 8988 (java) S 8985 8988 5416 0 -1 4202496 40528 0 1 0 179802 204 0 0 20 0 22 0 4597352 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 140733346474784 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8988/statm: 2456183 888509 2294 9 0 2446860 0
[pid=8988/tid=8990] ppid=8985 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/8988/task/8990/stat : 8990 (java) S 8985 8988 5416 0 -1 4202560 2428 0 1 0 19 4 0 0 20 0 22 0 4597353 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716976780152 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8991] ppid=8985 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/8988/task/8991/stat : 8991 (java) S 8985 8988 5416 0 -1 4202560 1238 0 0 0 44 15 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716965841448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8992] ppid=8985 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/8988/task/8992/stat : 8992 (java) S 8985 8988 5416 0 -1 4202560 1966 0 0 0 56 18 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716818844072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=8993] ppid=8985 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/8988/task/8993/stat : 8993 (java) S 8985 8988 5416 0 -1 4202560 2685 0 0 0 61 19 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716817791272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8994] ppid=8985 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/8988/task/8994/stat : 8994 (java) S 8985 8988 5416 0 -1 4202560 2106 0 0 0 60 18 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716816738472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8995] ppid=8985 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/8988/task/8995/stat : 8995 (java) S 8985 8988 5416 0 -1 4202560 1399 0 0 0 46 13 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716815686696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=8996] ppid=8985 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/8988/task/8996/stat : 8996 (java) S 8985 8988 5416 0 -1 4202560 3211 0 0 0 50 16 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716814633896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=8997] ppid=8985 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/8988/task/8997/stat : 8997 (java) S 8985 8988 5416 0 -1 4202560 1260 0 0 0 47 13 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716813581096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=8998] ppid=8985 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/8988/task/8998/stat : 8998 (java) S 8985 8988 5416 0 -1 4202560 3179 0 0 0 58 18 0 0 20 0 22 0 4597354 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716812528296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=8999] ppid=8985 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/8988/task/8999/stat : 8999 (java) S 8985 8988 5416 0 -1 4202560 1939 0 0 0 177 2 0 0 20 0 22 0 4597356 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716800330216 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9000] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9000/stat : 9000 (java) S 8985 8988 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4597356 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716799276280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9001] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9001/stat : 9001 (java) S 8985 8988 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4597356 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716798223368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9002] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9002/stat : 9002 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716797171856 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9003] ppid=8985 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/8988/task/9003/stat : 9003 (java) S 8985 8988 5416 0 -1 4202560 7198 0 0 0 93 1 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716796119992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8988/tid=9004] ppid=8985 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/8988/task/9004/stat : 9004 (java) S 8985 8988 5416 0 -1 4202560 9077 0 0 0 91 2 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716795067192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8988/tid=9005] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9005/stat : 9005 (java) S 8985 8988 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716794014584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=9006] ppid=8985 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/8988/task/9006/stat : 9006 (java) S 8985 8988 5416 0 -1 4202560 51 0 0 0 7 15 0 0 20 0 22 0 4597358 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716792961992 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9010] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9010/stat : 9010 (java) S 8985 8988 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4597374 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716788749096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9026] ppid=8985 vsize=9824732 CPUtime=892.15 cores=1,3,5,7
/proc/8988/task/9026/stat : 9026 (java) R 8985 8988 5416 0 -1 4202560 63 0 0 0 89198 17 0 0 20 0 22 0 4597675 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716791897744 139716846962499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8988/tid=9027] ppid=8985 vsize=9824732 CPUtime=892.34 cores=1,3,5,7
/proc/8988/task/9027/stat : 9027 (java) R 8985 8988 5416 0 -1 4202560 1317 0 0 0 89189 45 0 0 20 0 22 0 4597675 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716790853264 139716847598010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8988/tid=9028] ppid=8985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8988/task/9028/stat : 9028 (java) S 8985 8988 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4597675 10060525568 888509 33554432000 1073741824 1073778376 140733346483648 139716789802536 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 8988 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 901.256
CPU time (s): 1800.06
CPU user time (s): 1798.02
CPU system time (s): 2.04
CPU usage (%): 199.728
Max. virtual memory (cumulated for all children) (KiB): 9825760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.52
system time used= 2.47062
maximum resident set size= 3554172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40574
page faults= 1
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22233
involuntary context switches= 22749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.21321 second user time and 7.80281 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-30 05:01:03
IDJOB=4119425
IDBENCH=111727
IDSOLVER=2543
FILE ID=node107/4119425-1467255663
RUNJOBID= node107-1467248484-5593
PBS_JOBID= 20004476
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0088-0888.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119425-1467255663/watcher-4119425-1467255663 -o /tmp/evaluation-result-4119425-1467255663/solver-4119425-1467255663 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5593 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119425-1467255663.opb

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

MD5SUM BENCH= ff9d98e20084525c4e71f240fb980507
RANDOM SEED=1098137415

node107.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		: 2667.110
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	: 5334.22
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		: 2667.110
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		: 2667.110
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.39
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		: 2667.110
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		: 2667.110
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		: 2667.110
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		: 2667.110
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.56
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		: 2667.110
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27825072 kB
Buffers:          101008 kB
Cached:           425204 kB
SwapCached:            0 kB
Active:          3586884 kB
Inactive:         434524 kB
Active(anon):    3497884 kB
Inactive(anon):        4 kB
Active(file):      89000 kB
Inactive(file):   434520 kB
Unevictable:      272236 kB
Mlocked:          239532 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:       3827128 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             604920 kB
SReclaimable:      48796 kB
SUnreclaim:       556124 kB
KernelStack:        1816 kB
PageTables:        11944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4118944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3504128 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= 71720 MiB
End job on node107 at 2016-06-30 05:16:04