Trace number 3718101

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 2012-05-28OPTIMUM 90.81 89.1222

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900573901--soft-33-100-0.wbo
MD5SUMc6676bcfc0f6c4806260dd430fa1f6e3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark40.5528
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1783
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 90636
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90635
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 701
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120528
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3718101-1338251793.wbo
0.10/0.11	c reading problem ... 
0.49/0.31	c ... done. Wall clock time 0.198s.
0.49/0.31	c declared #vars     231
0.49/0.31	c internal #vars     2014
0.49/0.31	c #constraints  2707
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2597
0.49/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.49/0.31	c ignored satisfied constraints => 1
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87
0.49/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.49/0.31	c 2708 constraints processed.
0.49/0.31	c objective function length is 1783 literals
0.79/0.44	c SATISFIABLE
0.79/0.44	c OPTIMIZING...
0.79/0.44	c Got one! Elapsed wall clock time (in seconds):0.328
0.79/0.44	o 597
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.375
0.79/0.48	o 590
1.09/0.52	c Got one! Elapsed wall clock time (in seconds):0.412
1.09/0.52	o 520
1.09/0.55	c Got one! Elapsed wall clock time (in seconds):0.439
1.09/0.55	o 374
1.09/0.57	c Got one! Elapsed wall clock time (in seconds):0.464
1.09/0.57	o 373
1.09/0.59	c Got one! Elapsed wall clock time (in seconds):0.484
1.09/0.59	o 371
1.38/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
1.38/0.60	o 278
1.38/0.63	c Got one! Elapsed wall clock time (in seconds):0.527
1.38/0.63	o 270
1.38/0.64	c Got one! Elapsed wall clock time (in seconds):0.535
1.38/0.64	o 267
1.38/0.66	c Got one! Elapsed wall clock time (in seconds):0.553
1.38/0.66	o 262
1.38/0.67	c Got one! Elapsed wall clock time (in seconds):0.562
1.38/0.67	o 235
1.38/0.69	c Got one! Elapsed wall clock time (in seconds):0.582
1.38/0.69	o 225
1.58/0.75	c Got one! Elapsed wall clock time (in seconds):0.642
1.58/0.75	o 221
1.58/0.78	c Got one! Elapsed wall clock time (in seconds):0.672
1.58/0.78	o 218
1.69/0.80	c Got one! Elapsed wall clock time (in seconds):0.69
1.69/0.80	o 215
1.69/0.80	c Got one! Elapsed wall clock time (in seconds):0.696
1.69/0.80	o 210
1.69/0.82	c Got one! Elapsed wall clock time (in seconds):0.712
1.69/0.82	o 201
1.69/0.85	c Got one! Elapsed wall clock time (in seconds):0.738
1.69/0.85	o 194
1.69/0.88	c Got one! Elapsed wall clock time (in seconds):0.771
1.69/0.88	o 192
1.79/0.92	c Got one! Elapsed wall clock time (in seconds):0.816
1.79/0.92	o 187
1.79/0.94	c Got one! Elapsed wall clock time (in seconds):0.833
1.79/0.94	o 179
1.79/0.99	c Got one! Elapsed wall clock time (in seconds):0.882
1.79/0.99	o 175
1.90/1.02	c Got one! Elapsed wall clock time (in seconds):0.908
1.90/1.02	o 171
2.00/1.14	c Got one! Elapsed wall clock time (in seconds):1.029
2.00/1.14	o 165
2.00/1.19	c Got one! Elapsed wall clock time (in seconds):1.078
2.00/1.19	o 163
2.09/1.26	c Got one! Elapsed wall clock time (in seconds):1.149
2.09/1.26	o 160
2.09/1.26	c Got one! Elapsed wall clock time (in seconds):1.155
2.09/1.26	o 148
2.09/1.28	c Got one! Elapsed wall clock time (in seconds):1.169
2.09/1.28	o 133
2.29/1.41	c Got one! Elapsed wall clock time (in seconds):1.298
2.29/1.41	o 127
2.29/1.43	c Got one! Elapsed wall clock time (in seconds):1.319
2.29/1.43	o 126
2.43/1.50	c Got one! Elapsed wall clock time (in seconds):1.396
2.43/1.50	o 124
2.43/1.59	c Got one! Elapsed wall clock time (in seconds):1.483
2.43/1.59	o 121
2.65/1.75	c Got one! Elapsed wall clock time (in seconds):1.638
2.65/1.75	o 119
2.65/1.77	c Got one! Elapsed wall clock time (in seconds):1.659
2.65/1.77	o 79
2.76/1.80	c Got one! Elapsed wall clock time (in seconds):1.689
2.76/1.80	o 78
2.76/1.88	c Got one! Elapsed wall clock time (in seconds):1.772
2.76/1.88	o 77
3.06/2.14	c cleaning 8452 clauses out of 16903 with flag 13567/16903
3.21/2.25	c Got one! Elapsed wall clock time (in seconds):2.139
3.21/2.25	o 76
3.31/2.30	c Got one! Elapsed wall clock time (in seconds):2.19
3.31/2.30	o 75
3.51/2.58	c Got one! Elapsed wall clock time (in seconds):2.472
3.51/2.58	o 74
3.61/2.62	c Got one! Elapsed wall clock time (in seconds):2.508
3.61/2.62	o 71
3.61/2.68	c Got one! Elapsed wall clock time (in seconds):2.577
3.61/2.68	o 69
3.71/2.79	c Got one! Elapsed wall clock time (in seconds):2.682
3.71/2.79	o 67
3.81/2.89	c cleaning 8338 clauses out of 16681 with flag 10752/25133
3.93/2.95	c Got one! Elapsed wall clock time (in seconds):2.838
3.93/2.95	o 56
4.29/3.29	c Got one! Elapsed wall clock time (in seconds):3.182
4.29/3.29	o 48
4.39/3.38	c cleaning 7090 clauses out of 14196 with flag 9859/30986
4.51/3.45	c Got one! Elapsed wall clock time (in seconds):3.346
4.51/3.45	o 45
4.51/3.46	c Got one! Elapsed wall clock time (in seconds):3.355
4.51/3.46	o 36
4.64/3.52	c Got one! Elapsed wall clock time (in seconds):3.413
4.64/3.52	o 35
4.64/3.56	c Got one! Elapsed wall clock time (in seconds):3.452
4.64/3.56	o 33
4.74/3.65	c Got one! Elapsed wall clock time (in seconds):3.546
4.74/3.65	o 32
4.87/3.71	c Got one! Elapsed wall clock time (in seconds):3.6
4.87/3.71	o 30
4.97/3.83	c Got one! Elapsed wall clock time (in seconds):3.725
4.97/3.83	o 25
5.17/4.00	c cleaning 7685 clauses out of 15381 with flag 21008/39261
5.17/4.04	c Got one! Elapsed wall clock time (in seconds):3.934
5.17/4.04	o 15
5.48/4.31	c Got one! Elapsed wall clock time (in seconds):4.199
5.48/4.31	o 11
5.48/4.39	c cleaning 6848 clauses out of 13705 with flag 11269/45270
5.88/4.70	c Got one! Elapsed wall clock time (in seconds):4.591
5.88/4.70	o 10
5.98/4.84	c Got one! Elapsed wall clock time (in seconds):4.736
5.98/4.84	o 9
6.18/5.05	c cleaning 8867 clauses out of 17738 with flag 25958/56151
6.60/5.45	c cleaning 7425 clauses out of 14871 with flag 74440/62151
7.12/5.94	c cleaning 7215 clauses out of 14446 with flag 130937/69151
7.62/6.49	c cleaning 7609 clauses out of 15231 with flag 201046/77151
8.24/7.09	c cleaning 8311 clauses out of 16623 with flag 275128/86152
8.95/7.73	c cleaning 9145 clauses out of 18311 with flag 355418/96152
9.37/8.16	c Got one! Elapsed wall clock time (in seconds):8.054
9.37/8.16	o 8
9.77/8.59	c cleaning 10460 clauses out of 20939 with flag 58518/107925
10.08/8.90	c Got one! Elapsed wall clock time (in seconds):8.788
10.08/8.90	o 7
10.17/8.99	c cleaning 7860 clauses out of 15748 with flag 12762/113194
10.67/9.44	c cleaning 6935 clauses out of 13888 with flag 82534/119194
11.08/9.85	c Got one! Elapsed wall clock time (in seconds):9.739
11.08/9.85	o 5
11.18/9.98	c Got one! Elapsed wall clock time (in seconds):9.876
11.18/9.98	o 4
11.58/10.31	c cleaning 9385 clauses out of 18785 with flag 43064/131026
11.78/10.57	c Got one! Elapsed wall clock time (in seconds):10.461
11.78/10.57	o 3
11.98/10.71	c cleaning 7529 clauses out of 15080 with flag 20686/136706
12.29/11.10	c cleaning 6760 clauses out of 13551 with flag 69851/142706
12.78/11.55	c cleaning 6888 clauses out of 13791 with flag 130714/149706
13.29/12.08	c cleaning 7440 clauses out of 14902 with flag 202421/157705
13.89/12.69	c cleaning 8231 clauses out of 16462 with flag 285162/166705
14.59/13.38	c cleaning 9108 clauses out of 18232 with flag 377519/176706
15.50/14.26	c cleaning 10060 clauses out of 20124 with flag 480466/187706
16.30/15.07	c Got one! Elapsed wall clock time (in seconds):14.959
16.30/15.07	o 2
16.80/15.53	c cleaning 13325 clauses out of 26659 with flag 53983/204301
17.20/15.95	c cleaning 9661 clauses out of 19337 with flag 103113/210304
17.71/16.44	c cleaning 8323 clauses out of 16674 with flag 162092/217302
18.20/16.96	c cleaning 8164 clauses out of 16350 with flag 225848/225301
18.81/17.58	c cleaning 8584 clauses out of 17186 with flag 297692/234301
19.61/18.30	c cleaning 9295 clauses out of 18603 with flag 382986/244302
20.31/19.08	c cleaning 10132 clauses out of 20306 with flag 480065/255301
21.14/19.83	c cleaning 11081 clauses out of 22174 with flag 564150/267301
21.75/20.48	c Got one! Elapsed wall clock time (in seconds):20.375
21.75/20.48	o 1
22.26/20.95	c cleaning 13038 clauses out of 26090 with flag 52734/282298
22.76/21.44	c cleaning 9519 clauses out of 19051 with flag 101816/288297
23.32/21.94	c cleaning 8252 clauses out of 16533 with flag 152037/295298
23.92/22.51	c cleaning 8133 clauses out of 16281 with flag 213564/303298
24.53/23.16	c cleaning 8570 clauses out of 17147 with flag 280039/312297
25.32/23.90	c cleaning 9285 clauses out of 18580 with flag 356807/322300
26.13/24.76	c cleaning 10135 clauses out of 20292 with flag 441343/333297
27.04/25.65	c cleaning 11075 clauses out of 22159 with flag 532326/345299
28.03/26.64	c cleaning 12031 clauses out of 24082 with flag 632451/358297
29.14/27.76	c cleaning 13020 clauses out of 26051 with flag 741125/372297
30.34/28.95	c cleaning 14003 clauses out of 28030 with flag 860655/387297
31.76/30.36	c cleaning 14997 clauses out of 30029 with flag 986102/403299
33.26/31.83	c cleaning 16009 clauses out of 32030 with flag 1120415/420297
34.87/33.46	c cleaning 16998 clauses out of 34020 with flag 1260944/438297
36.77/35.37	c cleaning 18006 clauses out of 36024 with flag 1418596/457299
38.79/37.37	c cleaning 19002 clauses out of 38015 with flag 1582079/477297
41.10/39.66	c cleaning 20001 clauses out of 40014 with flag 1765907/498298
43.12/41.63	c cleaning 20994 clauses out of 42012 with flag 1927667/520297
45.62/44.12	c cleaning 22002 clauses out of 44018 with flag 2115578/543297
47.83/46.37	c cleaning 23001 clauses out of 46017 with flag 2296562/567298
50.15/48.69	c cleaning 24001 clauses out of 48015 with flag 2489608/592298
52.95/51.42	c cleaning 24990 clauses out of 50012 with flag 2705742/618297
55.99/54.49	c cleaning 25999 clauses out of 52022 with flag 2931312/645298
59.01/57.42	c cleaning 27000 clauses out of 54023 with flag 3143834/673299
62.42/60.83	c cleaning 28004 clauses out of 56021 with flag 3373034/702298
65.43/63.89	c cleaning 28995 clauses out of 58016 with flag 3597795/732298
69.25/67.62	c cleaning 30002 clauses out of 60019 with flag 3853802/763299
73.07/71.49	c cleaning 31004 clauses out of 62015 with flag 4102952/795298
77.28/75.60	c cleaning 31988 clauses out of 64008 with flag 4366534/828297
81.58/79.95	c cleaning 33002 clauses out of 66020 with flag 4628505/862297
86.08/84.48	c cleaning 33999 clauses out of 68015 with flag 4904250/897297
90.81/89.11	c starts		: 229
90.81/89.11	c conflicts		: 928726
90.81/89.11	c decisions		: 1263484
90.81/89.11	c propagations		: 39255180
90.81/89.11	c inspects		: 1265639342
90.81/89.11	c shortcuts		: 0
90.81/89.11	c learnt literals	: 29
90.81/89.11	c learnt binary clauses	: 27
90.81/89.11	c learnt ternary clauses	: 126
90.81/89.11	c learnt constraints	: 928696
90.81/89.11	c ignored constraints	: 0
90.81/89.11	c root simplifications	: 0
90.81/89.11	c removed literals (reason simplification)	: 0
90.81/89.11	c reason swapping (by a shorter reason)	: 0
90.81/89.11	c Calls to reduceDB	: 61
90.81/89.11	c Number of update (reduction) of LBD	: 294674
90.81/89.11	c number of reductions to clauses (during analyze)	: 0
90.81/89.11	c number of learned constraints concerned by reduction	: 0
90.81/89.11	c number of learning phase by resolution	: 0
90.81/89.11	c number of learning phase by cutting planes	: 0
90.81/89.11	c speed (assignments/second)	: 442137.52323027543
90.81/89.11	c non guided choices	6383
90.81/89.11	c learnt constraints type 
90.81/89.11	c constraints type 
90.81/89.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2597
90.81/89.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
90.81/89.11	c ignored satisfied constraints => 1
90.81/89.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87
90.81/89.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
90.81/89.11	c 2708 constraints processed.
90.81/89.11	s OPTIMUM FOUND
90.81/89.11	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 
90.81/89.11	c objective function=1
90.81/89.11	c Total wall clock time (in seconds): 89.006

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3718101-1338251793/watcher-3718101-1338251793 -o /tmp/evaluation-result-3718101-1338251793/solver-3718101-1338251793 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718101-1338251793.wbo 

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.16 2.20 2.08 3/194 16891
/proc/meminfo: memFree=31880632/32873844 swapFree=6872/6872
[pid=16891] ppid=16889 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/16891/stat : 16891 (java) R 16889 16891 13427 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 291307791 23793664 716 33554432000 1073741824 1073778376 140733684893712 140733684882776 270109030480 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16891/statm: 5809 721 536 9 0 128 0

[startup+0.0140361 s]
/proc/loadavg: 2.16 2.20 2.08 3/194 16891
/proc/meminfo: memFree=31880632/32873844 swapFree=6872/6872
[pid=16891] ppid=16889 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/16891/stat : 16891 (java) S 16889 16891 13427 0 -1 4202496 2125 0 1 0 0 0 0 0 20 0 10 0 291307791 9231130624 1805 33554432000 1073741824 1073778376 140733684893712 140733684884848 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16891/statm: 2253694 1810 991 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100267 s]
/proc/loadavg: 2.16 2.20 2.08 3/194 16891
/proc/meminfo: memFree=31880632/32873844 swapFree=6872/6872
[pid=16891] ppid=16889 vsize=9558416 CPUtime=0.1 cores=0,2,4,6
/proc/16891/stat : 16891 (java) S 16889 16891 13427 0 -1 4202496 4412 0 1 0 9 1 0 0 20 0 18 0 291307791 9787817984 5608 33554432000 1073741824 1073778376 140733684893712 140733684884848 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16891/statm: 2389604 5608 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300159 s]
/proc/loadavg: 2.16 2.20 2.08 3/194 16891
/proc/meminfo: memFree=31880632/32873844 swapFree=6872/6872
[pid=16891] ppid=16889 vsize=9558416 CPUtime=0.49 cores=0,2,4,6
/proc/16891/stat : 16891 (java) S 16889 16891 13427 0 -1 4202496 5970 0 1 0 48 1 0 0 20 0 18 0 291307791 9787817984 8456 33554432000 1073741824 1073778376 140733684893712 140733684884848 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16891/statm: 2389604 8456 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558416

[startup+0.700282 s]
/proc/loadavg: 2.16 2.20 2.08 3/194 16891
/proc/meminfo: memFree=31880632/32873844 swapFree=6872/6872
[pid=16891] ppid=16889 vsize=9624980 CPUtime=1.58 cores=0,2,4,6
/proc/16891/stat : 16891 (java) S 16889 16891 13427 0 -1 4202496 11659 0 1 0 156 2 0 0 20 0 19 0 291307791 9855979520 13583 33554432000 1073741824 1073778376 140733684893712 140733684884848 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16891/statm: 2406245 13583 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9624980

[startup+1.5007 s]
/proc/loadavg: 2.16 2.20 2.08 3/213 16910
/proc/meminfo: memFree=31824840/32873844 swapFree=6872/6872
[pid=16891] ppid=16889 vsize=9624980 CPUtime=2.43 cores=0,2,4,6
/proc/16891/stat : 16891 (java) S 16889 16891 13427 0 -1 4202496 11675 0 1 0 241 2 0 0 20 0 19 0 291307791 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140733684884848 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16891/statm: 2406245 18196 2254 9 0 2396937 0
[pid=16891/tid=16893] ppid=16889 vsize=9624980 CPUtime=1.47 cores=0,2,4,6
/proc/16891/task/16893/stat : 16893 (java) R 16889 16891 13427 0 -1 4202560 2497 0 1 0 146 1 0 0 20 0 19 0 291307791 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168948649128 140168820885148 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16894] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16894/stat : 16894 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168792750760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16895] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16895/stat : 16895 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168791698216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16896] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16896/stat : 16896 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168790645672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16891/tid=16897] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16897/stat : 16897 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168789593128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16898] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16898/stat : 16898 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168788539560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16899] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168787487016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168786434472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168785381928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291307793 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168772971112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 13427 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168771917432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168770864776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168769813520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=9624980 CPUtime=0.45 cores=0,2,4,6
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 13427 0 -1 4202560 4245 0 0 0 45 0 0 0 20 0 19 0 291307796 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168768759864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 13427 0 -1 4202560 3732 0 0 0 46 0 0 0 20 0 19 0 291307796 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168767707320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168766654968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168765602632 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307824 9855979520 18196 33554432000 1073741824 1073778376 140733684893712 140168764511528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9624980

[startup+3.10071 s]
/proc/loadavg: 2.16 2.20 2.08 3/213 16910
/proc/meminfo: memFree=31810148/32873844 swapFree=6872/6872
[pid=16891] ppid=16889 vsize=9624980 CPUtime=4.18 cores=0,2,4,6
/proc/16891/stat : 16891 (java) S 16889 16891 13427 0 -1 4202496 11926 0 1 0 415 3 0 0 20 0 19 0 291307791 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140733684884848 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16891/statm: 2406245 23361 2279 9 0 2396937 0
[pid=16891/tid=16893] ppid=16889 vsize=9624980 CPUtime=3.03 cores=0,2,4,6
/proc/16891/task/16893/stat : 16893 (java) R 16889 16891 13427 0 -1 4202560 2503 0 1 0 302 1 0 0 20 0 19 0 291307791 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168948658568 140168820885259 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16894] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16894/stat : 16894 (java) S 16889 16891 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168792750760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16895] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16895/stat : 16895 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168791698216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16891/tid=16896] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16896/stat : 16896 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168790645672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16891/tid=16897] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16897/stat : 16897 (java) S 16889 16891 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168789593128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16898] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16898/stat : 16898 (java) S 16889 16891 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168788539560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16899] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168787487016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168786434472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168785381928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 13427 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 291307793 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168772971112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168771917432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168770864776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168769813520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 13427 0 -1 4202560 4248 0 0 0 52 0 0 0 20 0 19 0 291307796 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168768759864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 13427 0 -1 4202560 3924 0 0 0 53 0 0 0 20 0 19 0 291307796 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168767707320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168766654968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168765602632 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307824 9855979520 23361 33554432000 1073741824 1073778376 140733684893712 140168764511528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9624980

[startup+6.30063 s]
/proc/loadavg: 2.15 2.19 2.08 3/213 16910
/proc/meminfo: memFree=31792896/32873844 swapFree=6872/6872
[pid=16891] ppid=16889 vsize=9624980 CPUtime=7.52 cores=0,2,4,6
/proc/16891/stat : 16891 (java) S 16889 16891 13427 0 -1 4202496 12003 0 1 0 749 3 0 0 20 0 19 0 291307791 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140733684884848 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16891/statm: 2406245 23876 2279 9 0 2396937 0
[pid=16891/tid=16893] ppid=16889 vsize=9624980 CPUtime=6.08 cores=0,2,4,6
/proc/16891/task/16893/stat : 16893 (java) R 16889 16891 13427 0 -1 4202560 2509 0 1 0 607 1 0 0 20 0 19 0 291307791 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168948658632 140168820873792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16894] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16894/stat : 16894 (java) S 16889 16891 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168792750760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16895] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16895/stat : 16895 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168791698216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16891/tid=16896] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16896/stat : 16896 (java) S 16889 16891 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168790645672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16897] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16897/stat : 16897 (java) S 16889 16891 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168789593128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16898] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16898/stat : 16898 (java) S 16889 16891 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168788539560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16899] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168787487016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168786434472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307792 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168785381928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 13427 0 -1 4202560 34 0 0 0 14 0 0 0 20 0 19 0 291307793 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168772971112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168771917432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168770864776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168769813520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 13427 0 -1 4202560 4248 0 0 0 59 0 0 0 20 0 19 0 291307796 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168768759864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 13427 0 -1 4202560 3975 0 0 0 58 0 0 0 20 0 19 0 291307796 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168767707320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168766654968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168765602632 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307824 9855979520 23876 33554432000 1073741824 1073778376 140733684893712 140168764511528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 13427 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168785381928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=9624980 CPUtime=1.53 cores=0,2,4,6
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 13427 0 -1 4202560 41 0 0 0 153 0 0 0 20 0 19 0 291307793 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168772971112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168771917432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168770864776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168769813520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 13427 0 -1 4202560 4252 0 0 0 63 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168768759864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 13427 0 -1 4202560 3975 0 0 0 58 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168767707320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168766654968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168765602632 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307824 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168764511528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 87.99
Current children cumulated vsize (KiB) 9624980

[startup+87.9007 s]
/proc/loadavg: 2.07 2.16 2.07 3/213 16967
/proc/meminfo: memFree=31767200/32873844 swapFree=6872/6872
[pid=16891] ppid=16889 vsize=9624980 CPUtime=89.6 cores=0,2,4,6
/proc/16891/stat : 16891 (java) S 16889 16891 13427 0 -1 4202496 12211 0 1 0 8954 6 0 0 20 0 19 0 291307791 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140733684884848 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16891/statm: 2406245 26569 2280 9 0 2396937 0
[pid=16891/tid=16893] ppid=16889 vsize=9624980 CPUtime=85.86 cores=0,2,4,6
/proc/16891/task/16893/stat : 16893 (java) R 16889 16891 13427 0 -1 4202560 2563 0 1 0 8584 2 0 0 20 0 19 0 291307791 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168948658512 140168820900944 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16894] ppid=16889 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/16891/task/16894/stat : 16894 (java) S 16889 16891 13427 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168792750760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16895] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16895/stat : 16895 (java) S 16889 16891 13427 0 -1 4202560 11 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168791698216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16896] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16896/stat : 16896 (java) S 16889 16891 13427 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168790645672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16897] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16897/stat : 16897 (java) S 16889 16891 13427 0 -1 4202560 41 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168789593128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16898] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16898/stat : 16898 (java) S 16889 16891 13427 0 -1 4202560 48 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168788539560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16899] ppid=16889 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 13427 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168787487016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 13427 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168786434472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 13427 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168785381928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=9624980 CPUtime=1.53 cores=0,2,4,6
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 13427 0 -1 4202560 41 0 0 0 153 0 0 0 20 0 19 0 291307793 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168772971112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168771917432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168770864776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168769813520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 13427 0 -1 4202560 4252 0 0 0 63 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168768759864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 13427 0 -1 4202560 3975 0 0 0 58 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168767707320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168766654968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168765602632 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307824 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168764511528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 89.6
Current children cumulated vsize (KiB) 9624980

[startup+88.7007 s]
/proc/loadavg: 2.07 2.16 2.07 3/213 16967
/proc/meminfo: memFree=31767200/32873844 swapFree=6872/6872
[pid=16891] ppid=16889 vsize=9624980 CPUtime=90.4 cores=0,2,4,6
/proc/16891/stat : 16891 (java) S 16889 16891 13427 0 -1 4202496 12211 0 1 0 9034 6 0 0 20 0 19 0 291307791 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140733684884848 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16891/statm: 2406245 26569 2280 9 0 2396937 0
[pid=16891/tid=16893] ppid=16889 vsize=9624980 CPUtime=86.65 cores=0,2,4,6
/proc/16891/task/16893/stat : 16893 (java) R 16889 16891 13427 0 -1 4202560 2563 0 1 0 8663 2 0 0 20 0 19 0 291307791 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168948658512 140168820909783 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16894] ppid=16889 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/16891/task/16894/stat : 16894 (java) S 16889 16891 13427 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168792750760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16895] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16895/stat : 16895 (java) S 16889 16891 13427 0 -1 4202560 11 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168791698216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16896] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16896/stat : 16896 (java) S 16889 16891 13427 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168790645672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16897] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16897/stat : 16897 (java) S 16889 16891 13427 0 -1 4202560 41 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168789593128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16898] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16898/stat : 16898 (java) S 16889 16891 13427 0 -1 4202560 48 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168788539560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16899] ppid=16889 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 13427 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168787487016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 13427 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168786434472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 13427 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168785381928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=9624980 CPUtime=1.53 cores=0,2,4,6
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 13427 0 -1 4202560 41 0 0 0 153 0 0 0 20 0 19 0 291307793 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168772971112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168771917432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168770864776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168769813520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 13427 0 -1 4202560 4252 0 0 0 63 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168768759864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 13427 0 -1 4202560 3975 0 0 0 58 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168767707320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168766654968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168765602632 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307824 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168764511528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 90.4
Current children cumulated vsize (KiB) 9624980

[startup+89.1069 s]
/proc/loadavg: 2.07 2.16 2.07 3/213 16967
/proc/meminfo: memFree=31767200/32873844 swapFree=6872/6872
[pid=16891] ppid=16889 vsize=9624980 CPUtime=90.81 cores=0,2,4,6
/proc/16891/stat : 16891 (java) S 16889 16891 13427 0 -1 4202496 12212 0 1 0 9075 6 0 0 20 0 19 0 291307791 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140733684884848 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16891/statm: 2406245 26569 2280 9 0 2396937 0
[pid=16891/tid=16893] ppid=16889 vsize=9624980 CPUtime=87.06 cores=0,2,4,6
/proc/16891/task/16893/stat : 16893 (java) R 16889 16891 13427 0 -1 4202560 2563 0 1 0 8704 2 0 0 20 0 19 0 291307791 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168948658512 140168821213136 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16894] ppid=16889 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/16891/task/16894/stat : 16894 (java) S 16889 16891 13427 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168792750760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16895] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16895/stat : 16895 (java) S 16889 16891 13427 0 -1 4202560 11 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168791698216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16896] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16896/stat : 16896 (java) S 16889 16891 13427 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168790645672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16897] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16897/stat : 16897 (java) S 16889 16891 13427 0 -1 4202560 41 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168789593128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16891/tid=16898] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16898/stat : 16898 (java) S 16889 16891 13427 0 -1 4202560 48 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168788539560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16899] ppid=16889 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 13427 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168787487016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 13427 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168786434472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 13427 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 291307792 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168785381928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=9624980 CPUtime=1.53 cores=0,2,4,6
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 13427 0 -1 4202560 41 0 0 0 153 0 0 0 20 0 19 0 291307793 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168772971112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168771917432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307794 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168770864776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168769813520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=9624980 CPUtime=0.64 cores=0,2,4,6
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 13427 0 -1 4202560 4253 0 0 0 64 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168768759864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 13427 0 -1 4202560 3975 0 0 0 58 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168767707320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168766654968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307796 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168765602632 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307824 9855979520 26569 33554432000 1073741824 1073778376 140733684893712 140168764511528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 90.81
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16891 and gives
#  childrusage.ru_utime.tv_sec=90
#  childrusage.ru_utime.tv_usec=507240
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=151976
# CPU time returned by wait4() is 90.6592
# while last known CPU time is 90.81
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 89.1222
CPU time (s): 90.81
CPU user time (s): 90.75
CPU system time (s): 0.06
CPU usage (%): 101.894
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.5072
system time used= 0.151976
maximum resident set size= 106332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12228
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3788
involuntary context switches= 2223

runsolver used 0.310952 second user time and 0.6569 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:36:33
IDJOB=3718101
IDBENCH=78894
IDSOLVER=2301
FILE ID=node106/3718101-1338251793
RUNJOBID= node106-1338247868-15527
PBS_JOBID= 14624657
Free space on /tmp= 71332 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900573901--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718101-1338251793/watcher-3718101-1338251793 -o /tmp/evaluation-result-3718101-1338251793/solver-3718101-1338251793 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718101-1338251793.wbo

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

MD5SUM BENCH= c6676bcfc0f6c4806260dd430fa1f6e3
RANDOM SEED=1974143707

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31881012 kB
Buffers:           70856 kB
Cached:            51256 kB
SwapCached:         1836 kB
Active:           165568 kB
Inactive:          34660 kB
Active(anon):      77760 kB
Inactive(anon):     3012 kB
Active(file):      87808 kB
Inactive(file):    31648 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:              1088 kB
Writeback:             0 kB
AnonPages:         83620 kB
Mapped:            15796 kB
Shmem:                 0 kB
Slab:             651504 kB
SReclaimable:      93504 kB
SUnreclaim:       558000 kB
KernelStack:        1672 kB
PageTables:         4380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node106 at 2012-05-29 02:38:02