Trace number 3718418

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 126.73 123.996

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900577940--soft-0-100-0.wbo
MD5SUM2d690d91fe5f00c81c2e61f07f4a896b
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark86.0089
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 constraints2707
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.2.v20120528
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose 2 learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3718418-1338254481.wbo
0.06/0.13	c reading problem ... 
0.44/0.34	c ... done. Wall clock time 0.209s.
0.44/0.34	c declared #vars     231
0.44/0.34	c internal #vars     2938
0.44/0.34	c #constraints  2707
0.44/0.34	c constraints type 
0.44/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.44/0.34	c ignored satisfied constraints => 1
0.44/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.44/0.34	c 2708 constraints processed.
0.44/0.34	c objective function length is 2707 literals
1.02/0.51	c SATISFIABLE
1.02/0.51	c OPTIMIZING...
1.02/0.51	c Got one! Elapsed wall clock time (in seconds):0.372
1.02/0.51	o 538
1.02/0.59	c Got one! Elapsed wall clock time (in seconds):0.459
1.02/0.59	o 355
1.32/0.69	c Got one! Elapsed wall clock time (in seconds):0.552
1.32/0.69	o 336
1.61/0.71	c Got one! Elapsed wall clock time (in seconds):0.578
1.61/0.71	o 328
1.61/0.73	c Got one! Elapsed wall clock time (in seconds):0.595
1.61/0.73	o 307
1.61/0.74	c Got one! Elapsed wall clock time (in seconds):0.61
1.61/0.74	o 306
1.61/0.77	c Got one! Elapsed wall clock time (in seconds):0.639
1.61/0.77	o 275
1.85/0.81	c Got one! Elapsed wall clock time (in seconds):0.68
1.85/0.81	o 272
1.85/0.83	c Got one! Elapsed wall clock time (in seconds):0.696
1.85/0.83	o 269
1.95/0.92	c Got one! Elapsed wall clock time (in seconds):0.787
1.95/0.92	o 268
1.95/0.95	c Got one! Elapsed wall clock time (in seconds):0.818
1.95/0.95	o 264
2.05/1.00	c Got one! Elapsed wall clock time (in seconds):0.862
2.05/1.00	o 260
2.05/1.04	c Got one! Elapsed wall clock time (in seconds):0.909
2.05/1.04	o 257
2.05/1.07	c Got one! Elapsed wall clock time (in seconds):0.936
2.05/1.07	o 249
2.05/1.09	c Got one! Elapsed wall clock time (in seconds):0.958
2.05/1.09	o 117
2.26/1.27	c Got one! Elapsed wall clock time (in seconds):1.135
2.26/1.27	o 114
2.26/1.28	c Got one! Elapsed wall clock time (in seconds):1.144
2.26/1.28	o 95
2.35/1.30	c Got one! Elapsed wall clock time (in seconds):1.163
2.35/1.30	o 78
2.35/1.38	c Got one! Elapsed wall clock time (in seconds):1.25
2.35/1.38	o 75
2.56/1.54	c Got one! Elapsed wall clock time (in seconds):1.411
2.56/1.54	o 74
2.77/1.71	c Got one! Elapsed wall clock time (in seconds):1.573
2.77/1.71	o 73
2.77/1.79	c Got one! Elapsed wall clock time (in seconds):1.66
2.77/1.79	o 71
3.01/1.94	c Got one! Elapsed wall clock time (in seconds):1.808
3.01/1.94	o 70
3.22/2.10	c Got one! Elapsed wall clock time (in seconds):1.965
3.22/2.10	o 69
3.34/2.23	c cleaning 6480 clauses out of 12974 with flag 7375/12974
3.34/2.29	c Got one! Elapsed wall clock time (in seconds):2.154
3.34/2.29	o 64
3.68/2.57	c Got one! Elapsed wall clock time (in seconds):2.437
3.68/2.57	o 62
3.78/2.63	c Got one! Elapsed wall clock time (in seconds):2.492
3.78/2.63	o 52
3.88/2.76	c Got one! Elapsed wall clock time (in seconds):2.627
3.88/2.76	o 49
4.08/2.92	c cleaning 6857 clauses out of 13730 with flag 18081/20210
4.27/3.00	c Got one! Elapsed wall clock time (in seconds):2.869
4.27/3.00	o 48
4.27/3.02	c Got one! Elapsed wall clock time (in seconds):2.884
4.27/3.02	o 47
4.27/3.05	c Got one! Elapsed wall clock time (in seconds):2.921
4.27/3.05	o 42
4.27/3.08	c Got one! Elapsed wall clock time (in seconds):2.948
4.27/3.08	o 38
4.70/3.23	c Got one! Elapsed wall clock time (in seconds):3.095
4.70/3.23	o 36
5.14/3.53	c Got one! Elapsed wall clock time (in seconds):3.395
5.14/3.53	o 33
5.24/3.62	c cleaning 7140 clauses out of 14287 with flag 9766/27624
5.47/3.75	c Got one! Elapsed wall clock time (in seconds):3.615
5.47/3.75	o 32
6.07/4.05	c cleaning 6265 clauses out of 12530 with flag 31273/33007
6.34/4.29	c Got one! Elapsed wall clock time (in seconds):4.153
6.34/4.29	o 31
6.44/4.30	c Got one! Elapsed wall clock time (in seconds):4.165
6.44/4.30	o 29
6.55/4.44	c Got one! Elapsed wall clock time (in seconds):4.307
6.55/4.44	o 25
6.65/4.59	c cleaning 6244 clauses out of 12507 with flag 22255/39249
6.85/4.71	c Got one! Elapsed wall clock time (in seconds):4.58
6.85/4.71	o 24
7.05/5.00	c cleaning 5738 clauses out of 11488 with flag 38066/44474
7.66/5.53	c cleaning 5873 clauses out of 11749 with flag 83892/50473
7.95/5.80	c Got one! Elapsed wall clock time (in seconds):5.667
7.95/5.80	o 22
8.15/6.02	c cleaning 5739 clauses out of 11496 with flag 26488/56093
8.46/6.39	c Got one! Elapsed wall clock time (in seconds):6.253
8.46/6.39	o 20
8.86/6.79	c cleaning 7887 clauses out of 15783 with flag 59048/66119
8.98/6.85	c Got one! Elapsed wall clock time (in seconds):6.719
8.98/6.85	o 19
9.38/7.20	c cleaning 6587 clauses out of 13189 with flag 58206/71412
9.78/7.63	c Got one! Elapsed wall clock time (in seconds):7.501
9.78/7.63	o 16
10.08/7.96	c cleaning 8739 clauses out of 17496 with flag 34879/82306
10.18/8.00	c Got one! Elapsed wall clock time (in seconds):7.869
10.18/8.00	o 15
10.18/8.03	c Got one! Elapsed wall clock time (in seconds):7.901
10.18/8.03	o 14
10.59/8.40	c Got one! Elapsed wall clock time (in seconds):8.263
10.59/8.40	o 13
10.69/8.50	c cleaning 7514 clauses out of 15034 with flag 14637/88583
11.00/8.82	c Got one! Elapsed wall clock time (in seconds):8.687
11.00/8.82	o 12
11.10/8.98	c cleaning 6689 clauses out of 13392 with flag 25298/94455
11.59/9.43	c cleaning 6343 clauses out of 12703 with flag 95057/100455
12.00/9.86	c cleaning 6678 clauses out of 13362 with flag 142112/107457
12.21/10.06	c Got one! Elapsed wall clock time (in seconds):9.927
12.21/10.06	o 11
12.40/10.22	c cleaning 6007 clauses out of 12024 with flag 28460/112797
12.91/10.74	c cleaning 6005 clauses out of 12015 with flag 82528/118795
13.11/10.99	c Got one! Elapsed wall clock time (in seconds):10.86
13.11/10.99	o 10
13.32/11.15	c cleaning 5954 clauses out of 11919 with flag 27293/124704
13.71/11.56	c cleaning 5972 clauses out of 11964 with flag 75789/130703
14.23/12.05	c cleaning 6494 clauses out of 12993 with flag 132473/137704
14.36/12.13	c Got one! Elapsed wall clock time (in seconds):11.996
14.36/12.13	o 8
14.46/12.28	c Got one! Elapsed wall clock time (in seconds):12.142
14.46/12.28	o 5
14.75/12.53	c cleaning 6121 clauses out of 12263 with flag 42250/143468
15.25/13.01	c cleaning 6064 clauses out of 12142 with flag 119087/149468
15.68/13.48	c cleaning 6517 clauses out of 13079 with flag 187733/156469
16.28/14.03	c cleaning 7276 clauses out of 14563 with flag 258252/164470
16.99/14.72	c cleaning 8142 clauses out of 16286 with flag 341278/173469
17.70/15.48	c cleaning 9069 clauses out of 18143 with flag 429626/183468
18.60/16.33	c cleaning 10027 clauses out of 20075 with flag 528351/194469
19.30/17.01	c Got one! Elapsed wall clock time (in seconds):16.876
19.30/17.01	o 4
19.80/17.56	c cleaning 12162 clauses out of 24353 with flag 70457/208775
20.41/18.12	c cleaning 9090 clauses out of 18190 with flag 144923/214774
20.81/18.58	c cleaning 8040 clauses out of 16104 with flag 200381/221778
21.31/19.07	c cleaning 8020 clauses out of 16061 with flag 263194/229775
21.71/19.44	c Got one! Elapsed wall clock time (in seconds):19.303
21.71/19.44	o 3
22.22/19.91	c cleaning 9128 clauses out of 18278 with flag 67106/240012
22.73/20.47	c cleaning 7561 clauses out of 15150 with flag 140610/246012
23.24/21.00	c cleaning 7279 clauses out of 14590 with flag 213380/253013
23.95/21.64	c cleaning 7634 clauses out of 15310 with flag 297087/261012
24.66/22.31	c cleaning 8332 clauses out of 16677 with flag 373990/270013
25.36/23.01	c cleaning 9166 clauses out of 18343 with flag 449626/280012
25.57/23.30	c Got one! Elapsed wall clock time (in seconds):23.162
25.57/23.30	o 2
25.66/23.38	c cleaning 7364 clauses out of 14748 with flag 10100/285583
26.08/23.76	c cleaning 6672 clauses out of 13384 with flag 50009/291583
26.18/23.82	c Got one! Elapsed wall clock time (in seconds):23.683
26.18/23.82	o 1
26.48/24.15	c cleaning 5962 clauses out of 11961 with flag 43510/296832
26.89/24.56	c cleaning 5976 clauses out of 11997 with flag 84896/302830
27.29/24.98	c cleaning 6502 clauses out of 13022 with flag 132424/309831
27.82/25.47	c cleaning 7258 clauses out of 14521 with flag 189935/317832
28.41/26.08	c cleaning 8127 clauses out of 16262 with flag 261859/326831
29.21/26.82	c cleaning 9067 clauses out of 18137 with flag 351178/336833
29.94/27.58	c cleaning 10029 clauses out of 20070 with flag 438734/347833
30.84/28.43	c cleaning 11009 clauses out of 22039 with flag 533997/359831
31.85/29.42	c cleaning 12009 clauses out of 24031 with flag 637293/372832
33.04/30.69	c cleaning 13005 clauses out of 26023 with flag 761467/386833
34.47/32.08	c cleaning 14001 clauses out of 28015 with flag 885110/401830
36.18/33.70	c cleaning 15000 clauses out of 30016 with flag 1025475/417832
37.79/35.36	c cleaning 16000 clauses out of 32014 with flag 1159559/434830
39.89/37.44	c cleaning 17004 clauses out of 34014 with flag 1311861/452830
41.90/39.47	c cleaning 17999 clauses out of 36010 with flag 1456674/471830
43.81/41.35	c cleaning 18996 clauses out of 38012 with flag 1602922/491832
45.71/43.22	c cleaning 20002 clauses out of 40016 with flag 1742538/512832
47.91/45.49	c cleaning 20994 clauses out of 42013 with flag 1901689/534831
50.22/47.74	c cleaning 22001 clauses out of 44019 with flag 2061669/557831
53.15/50.63	c cleaning 22997 clauses out of 46017 with flag 2259363/581830
55.65/53.16	c cleaning 24004 clauses out of 48020 with flag 2429988/606831
58.16/55.66	c cleaning 25004 clauses out of 50015 with flag 2596597/632830
61.38/58.87	c cleaning 26003 clauses out of 52010 with flag 2796675/659831
64.99/62.48	c cleaning 26985 clauses out of 54006 with flag 3003338/687830
68.60/66.03	c cleaning 28000 clauses out of 56021 with flag 3213832/716830
72.42/69.88	c cleaning 29006 clauses out of 58022 with flag 3426699/746832
76.84/74.26	c cleaning 30005 clauses out of 60013 with flag 3670499/777830
81.56/78.96	c cleaning 30992 clauses out of 62007 with flag 3924937/809830
85.57/82.91	c cleaning 32003 clauses out of 64014 with flag 4134693/842830
90.30/87.68	c cleaning 32996 clauses out of 66011 with flag 4373721/876831
95.52/92.87	c cleaning 34005 clauses out of 68014 with flag 4617683/911831
101.13/98.49	c cleaning 34992 clauses out of 70008 with flag 4875206/947831
106.55/103.89	c cleaning 35999 clauses out of 72016 with flag 5126500/984831
112.17/109.49	c cleaning 36999 clauses out of 74016 with flag 5384166/1022830
118.10/115.35	c cleaning 38005 clauses out of 76017 with flag 5638279/1061830
124.22/121.46	c cleaning 38998 clauses out of 78009 with flag 5906714/1101831
126.73/123.98	c starts		: 226
126.73/123.98	c conflicts		: 1119243
126.73/123.98	c decisions		: 1530167
126.73/123.98	c propagations		: 51473947
126.73/123.98	c inspects		: 1731239466
126.73/123.98	c shortcuts		: 0
126.73/123.98	c learnt literals	: 26
126.73/123.98	c learnt binary clauses	: 47
126.73/123.98	c learnt ternary clauses	: 518
126.73/123.98	c learnt constraints	: 1119216
126.73/123.98	c ignored constraints	: 0
126.73/123.98	c root simplifications	: 0
126.73/123.98	c removed literals (reason simplification)	: 0
126.73/123.98	c reason swapping (by a shorter reason)	: 0
126.73/123.98	c Calls to reduceDB	: 75
126.73/123.98	c Number of update (reduction) of LBD	: 318443
126.73/123.98	c number of reductions to clauses (during analyze)	: 0
126.73/123.98	c number of learned constraints concerned by reduction	: 0
126.73/123.98	c number of learning phase by resolution	: 0
126.73/123.98	c number of learning phase by cutting planes	: 0
126.73/123.99	c speed (assignments/second)	: 416459.25128844084
126.73/123.99	c non guided choices	6087
126.73/123.99	c learnt constraints type 
126.73/123.99	c constraints type 
126.73/123.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
126.73/123.99	c ignored satisfied constraints => 1
126.73/123.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
126.73/123.99	c 2708 constraints processed.
126.73/123.99	s OPTIMUM FOUND
126.73/123.99	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 
126.73/123.99	c objective function=1
126.73/123.99	c Total wall clock time (in seconds): 123.852

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

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: 2.01 2.05 2.01 3/195 17342
/proc/meminfo: memFree=30837024/32873844 swapFree=7632/7632
[pid=17342] ppid=17340 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/17342/stat : 17342 (java) D 17340 17342 14287 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 291573697 2560000 46 33554432000 1073741824 1073778376 140733395780352 140733395777480 214360485159 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/17342/statm: 625 46 37 9 0 29 0

[startup+0.100357 s]
/proc/loadavg: 2.01 2.05 2.01 3/195 17342
/proc/meminfo: memFree=30837024/32873844 swapFree=7632/7632
[pid=17342] ppid=17340 vsize=9558416 CPUtime=0.06 cores=1,3,5,7
/proc/17342/stat : 17342 (java) S 17340 17342 14287 0 -1 4202496 3349 0 1 0 5 1 0 0 20 0 18 0 291573697 9787817984 4557 33554432000 1073741824 1073778376 140735157928816 140735157919952 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17342/statm: 2389604 4557 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558416

[startup+0.200337 s]
/proc/loadavg: 2.01 2.05 2.01 3/195 17342
/proc/meminfo: memFree=30837024/32873844 swapFree=7632/7632
[pid=17342] ppid=17340 vsize=9558416 CPUtime=0.21 cores=1,3,5,7
/proc/17342/stat : 17342 (java) S 17340 17342 14287 0 -1 4202496 4703 0 1 0 20 1 0 0 20 0 18 0 291573697 9787817984 6296 33554432000 1073741824 1073778376 140735157928816 140735157919952 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17342/statm: 2389604 6296 2182 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558416

[startup+0.300345 s]
/proc/loadavg: 2.01 2.05 2.01 3/195 17342
/proc/meminfo: memFree=30837024/32873844 swapFree=7632/7632
[pid=17342] ppid=17340 vsize=9558416 CPUtime=0.44 cores=1,3,5,7
/proc/17342/stat : 17342 (java) S 17340 17342 14287 0 -1 4202496 6325 0 1 0 42 2 0 0 20 0 18 0 291573697 9787817984 8274 33554432000 1073741824 1073778376 140735157928816 140735157919952 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17342/statm: 2389604 8277 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558416

[startup+0.700318 s]
/proc/loadavg: 2.01 2.05 2.01 3/195 17342
/proc/meminfo: memFree=30837024/32873844 swapFree=7632/7632
[pid=17342] ppid=17340 vsize=9624980 CPUtime=1.61 cores=1,3,5,7
/proc/17342/stat : 17342 (java) S 17340 17342 14287 0 -1 4202496 17183 0 1 0 157 4 0 0 20 0 19 0 291573697 9855979520 15699 33554432000 1073741824 1073778376 140735157928816 140735157919952 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17342/statm: 2406245 15699 2252 9 0 2396937 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9624980

[startup+1.50075 s]
/proc/loadavg: 2.01 2.05 2.01 3/214 17361
/proc/meminfo: memFree=30770624/32873844 swapFree=7632/7632
[pid=17342] ppid=17340 vsize=9624980 CPUtime=2.56 cores=1,3,5,7
/proc/17342/stat : 17342 (java) S 17340 17342 14287 0 -1 4202496 17516 0 1 0 252 4 0 0 20 0 19 0 291573697 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140735157919952 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17342/statm: 2406245 20353 2259 9 0 2396937 0
[pid=17342/tid=17344] ppid=17340 vsize=9624980 CPUtime=1.45 cores=1,3,5,7
/proc/17342/task/17344/stat : 17344 (java) R 17340 17342 14287 0 -1 4202560 2469 0 1 0 143 2 0 0 20 0 19 0 291573699 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720883382920 140720728486280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17345] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17345/stat : 17345 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573700 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720855836968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17346] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17346/stat : 17346 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573700 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720854784168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17347] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17347/stat : 17347 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573700 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720853731880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17348] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17348/stat : 17348 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720852679080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17349] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17349/stat : 17349 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720851626792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17350] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17350/stat : 17350 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720850573992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17351] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17351/stat : 17351 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720849521704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17352] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17352/stat : 17352 (java) S 17340 17342 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720848468904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17353] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17353/stat : 17353 (java) S 17340 17342 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720237160680 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17354] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17354/stat : 17354 (java) S 17340 17342 14287 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720236106744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17355] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17355/stat : 17355 (java) S 17340 17342 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720235054344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17356] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17356/stat : 17356 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720234002832 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17357] ppid=17340 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/17342/task/17357/stat : 17357 (java) S 17340 17342 14287 0 -1 4202560 8946 0 0 0 50 2 0 0 20 0 19 0 291573705 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720232950456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17358] ppid=17340 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/17342/task/17358/stat : 17358 (java) S 17340 17342 14287 0 -1 4202560 4901 0 0 0 55 0 0 0 20 0 19 0 291573705 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720231897656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17359] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17359/stat : 17359 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720230845560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17360] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17360/stat : 17360 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720229792968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17361] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17361/stat : 17361 (java) S 17340 17342 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291573736 9855979520 20353 33554432000 1073741824 1073778376 140735157928816 140720228737960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9624980

[startup+3.10072 s]
/proc/loadavg: 2.01 2.05 2.01 5/214 17361
/proc/meminfo: memFree=30755916/32873844 swapFree=7632/7632
[pid=17342] ppid=17340 vsize=9624980 CPUtime=4.5 cores=1,3,5,7
/proc/17342/stat : 17342 (java) S 17340 17342 14287 0 -1 4202496 17832 0 1 0 444 6 0 0 20 0 19 0 291573697 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140735157919952 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17342/statm: 2406245 27219 2285 9 0 2396937 0
[pid=17342/tid=17344] ppid=17340 vsize=9624980 CPUtime=2.99 cores=1,3,5,7
/proc/17342/task/17344/stat : 17344 (java) R 17340 17342 14287 0 -1 4202560 2478 0 1 0 297 2 0 0 20 0 19 0 291573699 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720883376576 140720728519558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17345] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17345/stat : 17345 (java) S 17340 17342 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291573700 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720855836968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17346] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17346/stat : 17346 (java) S 17340 17342 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291573700 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720854784168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17347] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17347/stat : 17347 (java) S 17340 17342 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291573700 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720853731880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17348] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17348/stat : 17348 (java) S 17340 17342 14287 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720852679080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17349] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17349/stat : 17349 (java) S 17340 17342 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720851626792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17350] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17350/stat : 17350 (java) S 17340 17342 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720850573992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17351] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17351/stat : 17351 (java) S 17340 17342 14287 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720849521704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17352] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17352/stat : 17352 (java) S 17340 17342 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720848468904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17353] ppid=17340 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17342/task/17353/stat : 17353 (java) S 17340 17342 14287 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 291573702 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720237160680 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17354] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17354/stat : 17354 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720236106744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17355] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17355/stat : 17355 (java) S 17340 17342 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720235054344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17356] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17356/stat : 17356 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720234002832 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17357] ppid=17340 vsize=9624980 CPUtime=0.74 cores=1,3,5,7
/proc/17342/task/17357/stat : 17357 (java) R 17340 17342 14287 0 -1 4202560 9114 0 0 0 72 2 0 0 20 0 19 0 291573705 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720232937584 140720886290524 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17358] ppid=17340 vsize=9624980 CPUtime=0.63 cores=1,3,5,7
/proc/17342/task/17358/stat : 17358 (java) S 17340 17342 14287 0 -1 4202560 4984 0 0 0 63 0 0 0 20 0 19 0 291573705 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720231897656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17359] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17359/stat : 17359 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720230845560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17360] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17360/stat : 17360 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720229792968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17361] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17361/stat : 17361 (java) S 17340 17342 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291573736 9855979520 27219 33554432000 1073741824 1073778376 140735157928816 140720228737960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9624980

[startup+6.3007 s]
/proc/loadavg: 2.01 2.05 2.01 3/214 17361
/proc/meminfo: memFree=30733948/32873844 swapFree=7632/7632
[pid=17342] ppid=17340 vsize=9624980 CPUtime=8.46 cores=1,3,5,7
/proc/17342/stat : 17342 (java) S 17340 17342 14287 0 -1 4202496 22721 0 1 0 839 7 0 0 20 0 19 0 291573697 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140735157919952 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17342/statm: 2406245 27525 2286 9 0 2396937 0
[pid=17342/tid=17344] ppid=17340 vsize=9624980 CPUtime=5.97 cores=1,3,5,7
/proc/17342/task/17344/stat : 17344 (java) R 17340 17342 14287 0 -1 4202560 2482 0 1 0 595 2 0 0 20 0 19 0 291573699 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720883384888 140720728511408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17345] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17345/stat : 17345 (java) S 17340 17342 14287 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291573700 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720855836968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17346] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17346/stat : 17346 (java) S 17340 17342 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291573700 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720854784168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17347] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17347/stat : 17347 (java) S 17340 17342 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291573700 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720853731880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17348] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17348/stat : 17348 (java) S 17340 17342 14287 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720852679080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17349] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17349/stat : 17349 (java) S 17340 17342 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720851626792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17350] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17350/stat : 17350 (java) S 17340 17342 14287 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720850573992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17351] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17351/stat : 17351 (java) S 17340 17342 14287 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720849521704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17352] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17352/stat : 17352 (java) S 17340 17342 14287 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291573701 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720848468904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17353] ppid=17340 vsize=9624980 CPUtime=0.22 cores=1,3,5,7
/proc/17342/task/17353/stat : 17353 (java) S 17340 17342 14287 0 -1 4202560 34 0 0 0 22 0 0 0 20 0 19 0 291573702 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720237160680 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17354] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17354/stat : 17354 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720236106744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17355] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17355/stat : 17355 (java) S 17340 17342 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720235054344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17356] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17356/stat : 17356 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720234002832 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17357] ppid=17340 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17342/task/17357/stat : 17357 (java) S 17340 17342 14287 0 -1 4202560 9831 0 0 0 101 3 0 0 20 0 19 0 291573705 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720232950456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17358] ppid=17340 vsize=9624980 CPUtime=1.07 cores=1,3,5,7
/proc/17342/task/17358/stat : 17358 (java) S 17340 17342 14287 0 -1 4202560 9140 0 0 0 105 2 0 0 20 0 19 0 291573705 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720231897656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17359] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17359/stat : 17359 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720230845560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17360] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17360/stat : 17360 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720229792968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17361] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17361/stat : 17361 (java) S 17340 17342 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291573736 9855979520 27525 33554432000 1073741824 1073778376 140735157928816 140720228737960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 9624980

[startup+12.7008 s]

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

/proc/17342/task/17352/stat : 17352 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 11 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720848468904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17353] ppid=17340 vsize=9624980 CPUtime=3.05 cores=1,3,5,7
/proc/17342/task/17353/stat : 17353 (java) S 17340 17342 14287 0 -1 4202560 46 0 0 0 305 0 0 0 20 0 19 0 291573702 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720237160680 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17354] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17354/stat : 17354 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720236106744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17355] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17355/stat : 17355 (java) S 17340 17342 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720235054344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17356] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17356/stat : 17356 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720234002832 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17357] ppid=17340 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17342/task/17357/stat : 17357 (java) S 17340 17342 14287 0 -1 4202560 9831 0 0 0 101 3 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720232950456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17358] ppid=17340 vsize=9624980 CPUtime=1.12 cores=1,3,5,7
/proc/17342/task/17358/stat : 17358 (java) S 17340 17342 14287 0 -1 4202560 9144 0 0 0 110 2 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720231897656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17359] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17359/stat : 17359 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720230845560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17360] ppid=17340 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/17342/task/17360/stat : 17360 (java) S 17340 17342 14287 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720229792968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17361] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17361/stat : 17361 (java) S 17340 17342 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291573736 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720228737960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 126.03
Current children cumulated vsize (KiB) 9624980

[startup+123.601 s]
/proc/loadavg: 1.95 2.01 2.00 3/214 17420
/proc/meminfo: memFree=31414976/32873844 swapFree=7632/7632
[pid=17342] ppid=17340 vsize=9624980 CPUtime=126.43 cores=1,3,5,7
/proc/17342/stat : 17342 (java) S 17340 17342 14287 0 -1 4202496 22944 0 1 0 12633 10 0 0 20 0 19 0 291573697 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140735157919952 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17342/statm: 2406245 31237 2287 9 0 2396937 0
[pid=17342/tid=17344] ppid=17340 vsize=9624980 CPUtime=119.77 cores=1,3,5,7
/proc/17342/task/17344/stat : 17344 (java) R 17340 17342 14287 0 -1 4202560 2550 0 1 0 11974 3 0 0 20 0 19 0 291573699 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720883384672 140720728510543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17345] ppid=17340 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/17342/task/17345/stat : 17345 (java) S 17340 17342 14287 0 -1 4202560 21 0 0 0 14 0 0 0 20 0 19 0 291573700 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720855836968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17346] ppid=17340 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17342/task/17346/stat : 17346 (java) S 17340 17342 14287 0 -1 4202560 15 0 0 0 11 0 0 0 20 0 19 0 291573700 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720854784168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17347] ppid=17340 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/17342/task/17347/stat : 17347 (java) S 17340 17342 14287 0 -1 4202560 27 0 0 0 12 0 0 0 20 0 19 0 291573700 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720853731880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17348] ppid=17340 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17342/task/17348/stat : 17348 (java) S 17340 17342 14287 0 -1 4202560 42 0 0 0 11 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720852679080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17349] ppid=17340 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/17342/task/17349/stat : 17349 (java) S 17340 17342 14287 0 -1 4202560 29 0 0 0 14 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720851626792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17350] ppid=17340 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/17342/task/17350/stat : 17350 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720850573992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17351] ppid=17340 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17342/task/17351/stat : 17351 (java) S 17340 17342 14287 0 -1 4202560 12 0 0 0 11 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720849521704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17352] ppid=17340 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17342/task/17352/stat : 17352 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 11 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720848468904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17353] ppid=17340 vsize=9624980 CPUtime=3.05 cores=1,3,5,7
/proc/17342/task/17353/stat : 17353 (java) S 17340 17342 14287 0 -1 4202560 46 0 0 0 305 0 0 0 20 0 19 0 291573702 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720237160680 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17354] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17354/stat : 17354 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720236106744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17355] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17355/stat : 17355 (java) S 17340 17342 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720235054344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17356] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17356/stat : 17356 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720234002832 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17357] ppid=17340 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17342/task/17357/stat : 17357 (java) S 17340 17342 14287 0 -1 4202560 9831 0 0 0 101 3 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720232950456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17358] ppid=17340 vsize=9624980 CPUtime=1.12 cores=1,3,5,7
/proc/17342/task/17358/stat : 17358 (java) S 17340 17342 14287 0 -1 4202560 9144 0 0 0 110 2 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720231897656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17359] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17359/stat : 17359 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720230845560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17360] ppid=17340 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/17342/task/17360/stat : 17360 (java) S 17340 17342 14287 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720229792968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17361] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17361/stat : 17361 (java) S 17340 17342 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291573736 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720228737960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 126.43
Current children cumulated vsize (KiB) 9624980

[startup+123.801 s]
/proc/loadavg: 1.95 2.01 2.00 3/214 17420
/proc/meminfo: memFree=31414976/32873844 swapFree=7632/7632
[pid=17342] ppid=17340 vsize=9624980 CPUtime=126.63 cores=1,3,5,7
/proc/17342/stat : 17342 (java) S 17340 17342 14287 0 -1 4202496 22944 0 1 0 12653 10 0 0 20 0 19 0 291573697 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140735157919952 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17342/statm: 2406245 31237 2287 9 0 2396937 0
[pid=17342/tid=17344] ppid=17340 vsize=9624980 CPUtime=119.96 cores=1,3,5,7
/proc/17342/task/17344/stat : 17344 (java) R 17340 17342 14287 0 -1 4202560 2550 0 1 0 11993 3 0 0 20 0 19 0 291573699 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720883384672 140720728511289 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17345] ppid=17340 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/17342/task/17345/stat : 17345 (java) S 17340 17342 14287 0 -1 4202560 21 0 0 0 14 0 0 0 20 0 19 0 291573700 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720855836968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17346] ppid=17340 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17342/task/17346/stat : 17346 (java) S 17340 17342 14287 0 -1 4202560 15 0 0 0 11 0 0 0 20 0 19 0 291573700 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720854784168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17347] ppid=17340 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/17342/task/17347/stat : 17347 (java) S 17340 17342 14287 0 -1 4202560 27 0 0 0 12 0 0 0 20 0 19 0 291573700 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720853731880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17348] ppid=17340 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17342/task/17348/stat : 17348 (java) S 17340 17342 14287 0 -1 4202560 42 0 0 0 11 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720852679080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17349] ppid=17340 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/17342/task/17349/stat : 17349 (java) S 17340 17342 14287 0 -1 4202560 29 0 0 0 14 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720851626792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17350] ppid=17340 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/17342/task/17350/stat : 17350 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720850573992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17351] ppid=17340 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17342/task/17351/stat : 17351 (java) S 17340 17342 14287 0 -1 4202560 12 0 0 0 11 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720849521704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17352] ppid=17340 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17342/task/17352/stat : 17352 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 11 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720848468904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17353] ppid=17340 vsize=9624980 CPUtime=3.05 cores=1,3,5,7
/proc/17342/task/17353/stat : 17353 (java) S 17340 17342 14287 0 -1 4202560 46 0 0 0 305 0 0 0 20 0 19 0 291573702 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720237160680 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17354] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17354/stat : 17354 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720236106744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17355] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17355/stat : 17355 (java) S 17340 17342 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720235054344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17356] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17356/stat : 17356 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720234002832 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17357] ppid=17340 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17342/task/17357/stat : 17357 (java) S 17340 17342 14287 0 -1 4202560 9831 0 0 0 101 3 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720232950456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17358] ppid=17340 vsize=9624980 CPUtime=1.12 cores=1,3,5,7
/proc/17342/task/17358/stat : 17358 (java) S 17340 17342 14287 0 -1 4202560 9144 0 0 0 110 2 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720231897656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17359] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17359/stat : 17359 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720230845560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17360] ppid=17340 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/17342/task/17360/stat : 17360 (java) S 17340 17342 14287 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720229792968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17361] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17361/stat : 17361 (java) S 17340 17342 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291573736 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720228737960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 126.63
Current children cumulated vsize (KiB) 9624980

[startup+123.901 s]
/proc/loadavg: 1.95 2.01 2.00 3/214 17420
/proc/meminfo: memFree=31414976/32873844 swapFree=7632/7632
[pid=17342] ppid=17340 vsize=9624980 CPUtime=126.73 cores=1,3,5,7
/proc/17342/stat : 17342 (java) S 17340 17342 14287 0 -1 4202496 22944 0 1 0 12663 10 0 0 20 0 19 0 291573697 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140735157919952 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17342/statm: 2406245 31237 2287 9 0 2396937 0
[pid=17342/tid=17344] ppid=17340 vsize=9624980 CPUtime=120.06 cores=1,3,5,7
/proc/17342/task/17344/stat : 17344 (java) R 17340 17342 14287 0 -1 4202560 2550 0 1 0 12003 3 0 0 20 0 19 0 291573699 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720883384672 140720728510833 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17345] ppid=17340 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/17342/task/17345/stat : 17345 (java) S 17340 17342 14287 0 -1 4202560 21 0 0 0 14 0 0 0 20 0 19 0 291573700 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720855836968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17346] ppid=17340 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17342/task/17346/stat : 17346 (java) S 17340 17342 14287 0 -1 4202560 15 0 0 0 11 0 0 0 20 0 19 0 291573700 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720854784168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17347] ppid=17340 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/17342/task/17347/stat : 17347 (java) S 17340 17342 14287 0 -1 4202560 27 0 0 0 12 0 0 0 20 0 19 0 291573700 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720853731880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17348] ppid=17340 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17342/task/17348/stat : 17348 (java) S 17340 17342 14287 0 -1 4202560 42 0 0 0 11 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720852679080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17349] ppid=17340 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/17342/task/17349/stat : 17349 (java) S 17340 17342 14287 0 -1 4202560 29 0 0 0 14 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720851626792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17350] ppid=17340 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/17342/task/17350/stat : 17350 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720850573992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17351] ppid=17340 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17342/task/17351/stat : 17351 (java) S 17340 17342 14287 0 -1 4202560 12 0 0 0 11 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720849521704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17352] ppid=17340 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17342/task/17352/stat : 17352 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 11 0 0 0 20 0 19 0 291573701 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720848468904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17353] ppid=17340 vsize=9624980 CPUtime=3.05 cores=1,3,5,7
/proc/17342/task/17353/stat : 17353 (java) S 17340 17342 14287 0 -1 4202560 46 0 0 0 305 0 0 0 20 0 19 0 291573702 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720237160680 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17354] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17354/stat : 17354 (java) S 17340 17342 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720236106744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17355] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17355/stat : 17355 (java) S 17340 17342 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291573702 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720235054344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17356] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17356/stat : 17356 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720234002832 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17342/tid=17357] ppid=17340 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17342/task/17357/stat : 17357 (java) S 17340 17342 14287 0 -1 4202560 9831 0 0 0 101 3 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720232950456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17342/tid=17358] ppid=17340 vsize=9624980 CPUtime=1.12 cores=1,3,5,7
/proc/17342/task/17358/stat : 17358 (java) S 17340 17342 14287 0 -1 4202560 9144 0 0 0 110 2 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720231897656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17359] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17359/stat : 17359 (java) S 17340 17342 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720230845560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17342/tid=17360] ppid=17340 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/17342/task/17360/stat : 17360 (java) S 17340 17342 14287 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291573705 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720229792968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17342/tid=17361] ppid=17340 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17342/task/17361/stat : 17361 (java) S 17340 17342 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291573736 9855979520 31237 33554432000 1073741824 1073778376 140735157928816 140720228737960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 126.73
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17342 and gives
#  childrusage.ru_utime.tv_sec=126
#  childrusage.ru_utime.tv_usec=382786
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=210967
# CPU time returned by wait4() is 126.594
# while last known CPU time is 126.73
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 123.996
CPU time (s): 126.73
CPU user time (s): 126.63
CPU system time (s): 0.1
CPU usage (%): 102.205
Max. virtual memory (cumulated for all children) (KiB): 9626884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.383
system time used= 0.210967
maximum resident set size= 125004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22962
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4947
involuntary context switches= 4934

runsolver used 0.25896 second user time and 0.642902 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-29 03:21:21
IDJOB=3718418
IDBENCH=79304
IDSOLVER=2301
FILE ID=node130/3718418-1338254481
RUNJOBID= node130-1338248781-16336
PBS_JOBID= 14624629
Free space on /tmp= 71472 MiB

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

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

MD5SUM BENCH= 2d690d91fe5f00c81c2e61f07f4a896b
RANDOM SEED=1077882886

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30837924 kB
Buffers:          303804 kB
Cached:           127320 kB
SwapCached:         4176 kB
Active:          1162524 kB
Inactive:          37916 kB
Active(anon):     760272 kB
Inactive(anon):     9116 kB
Active(file):     402252 kB
Inactive(file):    28800 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099920 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:        772104 kB
Mapped:            17488 kB
Shmem:                 8 kB
Slab:             692948 kB
SReclaimable:     134624 kB
SUnreclaim:       558324 kB
KernelStack:        1664 kB
PageTables:         5724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1145520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    745472 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= 71472 MiB
End job on node130 at 2012-05-29 03:23:25