Trace number 3718399

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 77.75 76.2607

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900550720--soft-0-100-0.wbo
MD5SUM78d8e4512631586bbdc844ad983c3b47
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 benchmark77.75
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3718399-1338254394.wbo
0.10/0.10	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.215s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c ignored satisfied constraints => 1
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2708 constraints processed.
0.49/0.32	c objective function length is 2707 literals
0.79/0.49	c SATISFIABLE
0.79/0.49	c OPTIMIZING...
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.382
0.79/0.49	o 527
1.09/0.53	c Got one! Elapsed wall clock time (in seconds):0.428
1.09/0.53	o 446
1.09/0.56	c Got one! Elapsed wall clock time (in seconds):0.46
1.09/0.56	o 418
1.09/0.58	c Got one! Elapsed wall clock time (in seconds):0.48
1.09/0.58	o 415
1.39/0.60	c Got one! Elapsed wall clock time (in seconds):0.499
1.39/0.60	o 389
1.39/0.62	c Got one! Elapsed wall clock time (in seconds):0.521
1.39/0.62	o 362
1.39/0.64	c Got one! Elapsed wall clock time (in seconds):0.533
1.39/0.64	o 354
1.39/0.66	c Got one! Elapsed wall clock time (in seconds):0.553
1.39/0.66	o 353
1.39/0.67	c Got one! Elapsed wall clock time (in seconds):0.57
1.39/0.67	o 330
1.63/0.70	c Got one! Elapsed wall clock time (in seconds):0.596
1.63/0.70	o 311
1.63/0.71	c Got one! Elapsed wall clock time (in seconds):0.607
1.63/0.71	o 230
1.63/0.73	c Got one! Elapsed wall clock time (in seconds):0.622
1.63/0.73	o 193
1.94/1.01	c Got one! Elapsed wall clock time (in seconds):0.903
1.94/1.01	o 189
1.94/1.03	c Got one! Elapsed wall clock time (in seconds):0.928
1.94/1.03	o 165
2.05/1.15	c Got one! Elapsed wall clock time (in seconds):1.048
2.05/1.15	o 164
2.24/1.38	c Got one! Elapsed wall clock time (in seconds):1.272
2.24/1.38	o 161
2.44/1.53	c cleaning 3747 clauses out of 7497 with flag 5826/7497
2.44/1.57	c Got one! Elapsed wall clock time (in seconds):1.467
2.44/1.57	o 144
2.60/1.62	c Got one! Elapsed wall clock time (in seconds):1.514
2.60/1.62	o 140
2.60/1.63	c Got one! Elapsed wall clock time (in seconds):1.527
2.60/1.63	o 136
2.60/1.65	c Got one! Elapsed wall clock time (in seconds):1.55
2.60/1.65	o 130
2.60/1.68	c Got one! Elapsed wall clock time (in seconds):1.571
2.60/1.68	o 120
2.71/1.70	c Got one! Elapsed wall clock time (in seconds):1.601
2.71/1.70	o 115
2.71/1.75	c Got one! Elapsed wall clock time (in seconds):1.644
2.71/1.75	o 95
2.84/1.81	c Got one! Elapsed wall clock time (in seconds):1.71
2.84/1.81	o 94
2.95/1.95	c Got one! Elapsed wall clock time (in seconds):1.843
2.95/1.95	o 90
3.05/2.08	c Got one! Elapsed wall clock time (in seconds):1.98
3.05/2.08	o 89
3.55/2.52	c Got one! Elapsed wall clock time (in seconds):2.413
3.55/2.52	o 88
3.65/2.62	c cleaning 6324 clauses out of 12653 with flag 8466/16400
3.65/2.66	c Got one! Elapsed wall clock time (in seconds):2.555
3.65/2.66	o 79
3.77/2.77	c Got one! Elapsed wall clock time (in seconds):2.665
3.77/2.77	o 77
3.97/2.95	c Got one! Elapsed wall clock time (in seconds):2.844
3.97/2.95	o 75
3.97/2.97	c Got one! Elapsed wall clock time (in seconds):2.864
3.97/2.97	o 71
4.07/3.03	c Got one! Elapsed wall clock time (in seconds):2.929
4.07/3.03	o 70
4.17/3.15	c Got one! Elapsed wall clock time (in seconds):3.048
4.17/3.15	o 69
4.27/3.26	c Got one! Elapsed wall clock time (in seconds):3.155
4.27/3.26	o 66
4.38/3.35	c Got one! Elapsed wall clock time (in seconds):3.246
4.38/3.35	o 64
4.48/3.45	c cleaning 7486 clauses out of 14981 with flag 10247/25052
4.63/3.51	c Got one! Elapsed wall clock time (in seconds):3.407
4.63/3.51	o 51
4.84/3.73	c Got one! Elapsed wall clock time (in seconds):3.625
4.84/3.73	o 50
5.04/3.97	c cleaning 7037 clauses out of 14102 with flag 33021/31659
5.14/4.02	c Got one! Elapsed wall clock time (in seconds):3.919
5.14/4.02	o 37
5.27/4.14	c Got one! Elapsed wall clock time (in seconds):4.04
5.27/4.14	o 32
5.27/4.17	c Got one! Elapsed wall clock time (in seconds):4.063
5.27/4.17	o 24
5.68/4.53	c cleaning 6400 clauses out of 12800 with flag 29229/37394
6.08/4.93	c Got one! Elapsed wall clock time (in seconds):4.831
6.08/4.93	o 23
6.18/5.02	c cleaning 5919 clauses out of 11840 with flag 14585/42834
6.38/5.23	c Got one! Elapsed wall clock time (in seconds):5.124
6.38/5.23	o 22
6.58/5.46	c cleaning 5911 clauses out of 11833 with flag 37063/48746
6.69/5.58	c Got one! Elapsed wall clock time (in seconds):5.477
6.69/5.58	o 20
6.99/5.88	c cleaning 5607 clauses out of 11223 with flag 30005/54047
7.39/6.26	c Got one! Elapsed wall clock time (in seconds):6.152
7.39/6.26	o 19
7.60/6.44	c cleaning 5747 clauses out of 11508 with flag 29166/59939
7.81/6.63	c Got one! Elapsed wall clock time (in seconds):6.529
7.81/6.63	o 18
8.01/6.86	c cleaning 5432 clauses out of 10880 with flag 37893/65058
8.11/6.99	c Got one! Elapsed wall clock time (in seconds):6.888
8.11/6.99	o 17
8.41/7.28	c cleaning 5500 clauses out of 11020 with flag 50065/70630
8.81/7.64	c Got one! Elapsed wall clock time (in seconds):7.537
8.81/7.64	o 16
8.81/7.68	c Got one! Elapsed wall clock time (in seconds):7.581
8.81/7.68	o 15
8.92/7.74	c Got one! Elapsed wall clock time (in seconds):7.635
8.92/7.74	o 14
9.02/7.83	c Got one! Elapsed wall clock time (in seconds):7.723
9.02/7.83	o 12
9.21/8.03	c Got one! Elapsed wall clock time (in seconds):7.931
9.21/8.03	o 11
9.41/8.23	c cleaning 8675 clauses out of 17359 with flag 27847/82469
9.52/8.37	c Got one! Elapsed wall clock time (in seconds):8.267
9.52/8.37	o 10
9.82/8.65	c Got one! Elapsed wall clock time (in seconds):8.546
9.82/8.65	o 7
9.92/8.76	c cleaning 7004 clauses out of 14031 with flag 15202/87816
10.42/9.24	c cleaning 6507 clauses out of 13026 with flag 87459/93815
10.92/9.77	c cleaning 6747 clauses out of 13519 with flag 143429/100815
11.02/9.83	c Got one! Elapsed wall clock time (in seconds):9.727
11.02/9.83	o 6
11.44/10.26	c cleaning 6054 clauses out of 12125 with flag 76502/106168
11.94/10.73	c cleaning 6026 clauses out of 12068 with flag 158451/112165
12.35/11.16	c Got one! Elapsed wall clock time (in seconds):11.053
12.35/11.16	o 5
12.64/11.48	c cleaning 8375 clauses out of 16765 with flag 39753/122888
13.05/11.89	c cleaning 7194 clauses out of 14389 with flag 90269/128887
13.55/12.37	c cleaning 7089 clauses out of 14196 with flag 142287/135888
14.15/12.97	c cleaning 7550 clauses out of 15109 with flag 211979/143890
14.85/13.63	c cleaning 8273 clauses out of 16557 with flag 295418/152888
15.56/14.36	c cleaning 9136 clauses out of 18285 with flag 394123/162889
16.46/15.21	c cleaning 10066 clauses out of 20147 with flag 502552/173887
16.77/15.55	c Got one! Elapsed wall clock time (in seconds):15.449
16.77/15.55	o 4
16.86/15.66	c cleaning 7774 clauses out of 15571 with flag 16039/179378
17.17/15.90	c Got one! Elapsed wall clock time (in seconds):15.794
17.17/15.90	o 3
17.27/16.06	c cleaning 6583 clauses out of 13189 with flag 23576/184770
17.78/16.51	c cleaning 6294 clauses out of 12606 with flag 81818/190770
18.18/16.99	c cleaning 6649 clauses out of 13312 with flag 144854/197770
18.48/17.25	c Got one! Elapsed wall clock time (in seconds):17.149
18.48/17.25	o 2
18.68/17.44	c cleaning 6189 clauses out of 12400 with flag 29741/203507
19.18/17.93	c cleaning 6097 clauses out of 12211 with flag 104051/209507
19.58/18.36	c cleaning 6548 clauses out of 13114 with flag 167203/216507
20.08/18.90	c cleaning 7281 clauses out of 14566 with flag 236929/224507
20.78/19.52	c cleaning 8139 clauses out of 16287 with flag 316417/233509
21.48/20.21	c cleaning 9068 clauses out of 18148 with flag 401948/243509
22.19/20.99	c cleaning 10037 clauses out of 20078 with flag 501929/254507
22.99/21.78	c cleaning 11016 clauses out of 22040 with flag 596314/266507
23.99/22.76	c cleaning 12005 clauses out of 24024 with flag 705427/279507
25.10/23.85	c cleaning 13003 clauses out of 26022 with flag 829816/293510
26.30/25.06	c cleaning 13991 clauses out of 28017 with flag 956629/308508
27.50/26.20	c cleaning 15008 clauses out of 30024 with flag 1076589/324507
27.94/26.62	c Got one! Elapsed wall clock time (in seconds):26.518
27.94/26.62	o 1
28.44/27.15	c cleaning 12764 clauses out of 25547 with flag 60308/335038
28.94/27.64	c cleaning 9381 clauses out of 18781 with flag 112480/341036
29.54/28.21	c cleaning 8202 clauses out of 16403 with flag 168396/348039
30.05/28.75	c cleaning 8080 clauses out of 16198 with flag 224233/356036
30.86/29.51	c cleaning 8547 clauses out of 17118 with flag 295608/365036
31.67/30.34	c cleaning 9284 clauses out of 18573 with flag 371168/375038
32.47/31.15	c cleaning 10141 clauses out of 20290 with flag 448705/386039
33.47/32.14	c cleaning 11063 clauses out of 22146 with flag 539122/398036
34.48/33.14	c cleaning 12036 clauses out of 24082 with flag 628066/411036
35.49/34.16	c cleaning 13019 clauses out of 26047 with flag 719431/425037
36.59/35.25	c cleaning 14009 clauses out of 28027 with flag 822795/440036
37.81/36.49	c cleaning 15005 clauses out of 30017 with flag 944927/456036
39.12/37.79	c cleaning 15992 clauses out of 32012 with flag 1069118/473036
40.72/39.36	c cleaning 17006 clauses out of 34020 with flag 1215250/491036
42.65/41.25	c cleaning 17996 clauses out of 36014 with flag 1360062/510036
44.56/43.14	c cleaning 19004 clauses out of 38020 with flag 1501894/530038
46.67/45.29	c cleaning 19993 clauses out of 40014 with flag 1652754/551036
48.87/47.45	c cleaning 21000 clauses out of 42021 with flag 1811861/573037
50.97/49.56	c cleaning 22007 clauses out of 44020 with flag 1960538/596037
53.37/51.95	c cleaning 23001 clauses out of 46011 with flag 2126896/620036
55.98/54.58	c cleaning 24000 clauses out of 48010 with flag 2298875/645036
58.79/57.38	c cleaning 24997 clauses out of 50011 with flag 2477467/671037
61.89/60.50	c cleaning 25999 clauses out of 52013 with flag 2669863/698037
65.21/63.75	c cleaning 26998 clauses out of 54012 with flag 2869248/726036
68.63/67.16	c cleaning 27998 clauses out of 56012 with flag 3072891/755036
72.14/70.67	c cleaning 29002 clauses out of 58013 with flag 3295117/785036
76.05/74.54	c cleaning 29995 clauses out of 60011 with flag 3522975/816036
77.75/76.25	c starts		: 212
77.75/76.25	c conflicts		: 830224
77.75/76.25	c decisions		: 1203716
77.75/76.25	c propagations		: 40313030
77.75/76.25	c inspects		: 954467814
77.75/76.25	c shortcuts		: 0
77.75/76.25	c learnt literals	: 24
77.75/76.25	c learnt binary clauses	: 41
77.75/76.25	c learnt ternary clauses	: 261
77.75/76.25	c learnt constraints	: 830199
77.75/76.25	c ignored constraints	: 0
77.75/76.25	c root simplifications	: 0
77.75/76.25	c removed literals (reason simplification)	: 0
77.75/76.25	c reason swapping (by a shorter reason)	: 0
77.75/76.25	c Calls to reduceDB	: 67
77.75/76.25	c Number of update (reduction) of LBD	: 248057
77.75/76.25	c number of reductions to clauses (during analyze)	: 0
77.75/76.25	c number of learned constraints concerned by reduction	: 0
77.75/76.25	c number of learning phase by resolution	: 0
77.75/76.25	c number of learning phase by cutting planes	: 0
77.75/76.25	c speed (assignments/second)	: 531203.4523652655
77.75/76.25	c non guided choices	6840
77.75/76.25	c learnt constraints type 
77.75/76.25	c constraints type 
77.75/76.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
77.75/76.25	c ignored satisfied constraints => 1
77.75/76.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
77.75/76.25	c 2708 constraints processed.
77.75/76.25	s OPTIMUM FOUND
77.75/76.25	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 
77.75/76.25	c objective function=1
77.75/76.25	c Total wall clock time (in seconds): 76.15

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-3718399-1338254394/watcher-3718399-1338254394 -o /tmp/evaluation-result-3718399-1338254394/solver-3718399-1338254394 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718399-1338254394.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.04 2.01 2.00 3/195 9457
/proc/meminfo: memFree=31645504/32873844 swapFree=6608/6608
[pid=9457] ppid=9455 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/9457/stat : 9457 (java) R 9455 9457 6458 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 291564204 23793664 714 33554432000 1073741824 1073778376 140734909578320 140734909567384 213410428264 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9457/statm: 5809 714 529 9 0 128 0

[startup+0.101348 s]
/proc/loadavg: 2.04 2.01 2.00 3/195 9457
/proc/meminfo: memFree=31645504/32873844 swapFree=6608/6608
[pid=9457] ppid=9455 vsize=9558416 CPUtime=0.1 cores=0,2,4,6
/proc/9457/stat : 9457 (java) S 9455 9457 6458 0 -1 4202496 4402 0 1 0 9 1 0 0 20 0 18 0 291564204 9787817984 6115 33554432000 1073741824 1073778376 140734909578320 140734909569456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9457/statm: 2389604 6115 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.200256 s]
/proc/loadavg: 2.04 2.01 2.00 3/195 9457
/proc/meminfo: memFree=31645504/32873844 swapFree=6608/6608
[pid=9457] ppid=9455 vsize=9558416 CPUtime=0.25 cores=0,2,4,6
/proc/9457/stat : 9457 (java) S 9455 9457 6458 0 -1 4202496 4710 0 1 0 24 1 0 0 20 0 18 0 291564204 9787817984 6848 33554432000 1073741824 1073778376 140734909578320 140734909569456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9457/statm: 2389604 6848 2196 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558416

[startup+0.300258 s]
/proc/loadavg: 2.04 2.01 2.00 3/195 9457
/proc/meminfo: memFree=31645504/32873844 swapFree=6608/6608
[pid=9457] ppid=9455 vsize=9558416 CPUtime=0.49 cores=0,2,4,6
/proc/9457/stat : 9457 (java) S 9455 9457 6458 0 -1 4202496 6405 0 1 0 47 2 0 0 20 0 18 0 291564204 9787817984 8922 33554432000 1073741824 1073778376 140734909578320 140734909569456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9457/statm: 2389604 8922 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558416

[startup+0.700232 s]
/proc/loadavg: 2.04 2.01 2.00 3/195 9457
/proc/meminfo: memFree=31645504/32873844 swapFree=6608/6608
[pid=9457] ppid=9455 vsize=9624980 CPUtime=1.63 cores=0,2,4,6
/proc/9457/stat : 9457 (java) S 9455 9457 6458 0 -1 4202496 11779 0 1 0 160 3 0 0 20 0 19 0 291564204 9855979520 13566 33554432000 1073741824 1073778376 140734909578320 140734909569456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9457/statm: 2406245 13566 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9624980

[startup+1.50066 s]
/proc/loadavg: 2.03 2.01 2.00 3/214 9476
/proc/meminfo: memFree=31593860/32873844 swapFree=6608/6608
[pid=9457] ppid=9455 vsize=9624980 CPUtime=2.44 cores=0,2,4,6
/proc/9457/stat : 9457 (java) S 9455 9457 6458 0 -1 4202496 11788 0 1 0 241 3 0 0 20 0 19 0 291564204 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 140734909569456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9457/statm: 2406245 16129 2259 9 0 2396937 0
[pid=9457/tid=9459] ppid=9455 vsize=9624980 CPUtime=1.47 cores=0,2,4,6
/proc/9457/task/9459/stat : 9459 (java) R 9455 9457 6458 0 -1 4202560 2475 0 1 0 145 2 0 0 20 0 19 0 291564205 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887783879104 139887639185257 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9460] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9460/stat : 9460 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887627512744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9461] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9461/stat : 9461 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887626460200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9462] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9462/stat : 9462 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887625407144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9463] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9463/stat : 9463 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887624354600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9464] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9464/stat : 9464 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887623301544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9465] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9465/stat : 9465 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887286151720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9466] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9466/stat : 9466 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887285098664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9467] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9467/stat : 9467 (java) S 9455 9457 6458 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887284046120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9468] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9468/stat : 9468 (java) S 9455 9457 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887271848808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9469] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9469/stat : 9469 (java) S 9455 9457 6458 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887270795128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9470] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9470/stat : 9470 (java) S 9455 9457 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887269741960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9471] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9471/stat : 9471 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564209 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887268690704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9472] ppid=9455 vsize=9624980 CPUtime=0.45 cores=0,2,4,6
/proc/9457/task/9472/stat : 9472 (java) S 9455 9457 6458 0 -1 4202560 2876 0 0 0 45 0 0 0 20 0 19 0 291564209 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887267637560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9473] ppid=9455 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/9457/task/9473/stat : 9473 (java) S 9455 9457 6458 0 -1 4202560 5238 0 0 0 49 0 0 0 20 0 19 0 291564210 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887266585016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9474] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9474/stat : 9474 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887265532152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9475] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9475/stat : 9475 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887264479816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9476] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9476/stat : 9476 (java) S 9455 9457 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291564241 9855979520 16129 33554432000 1073741824 1073778376 140734909578320 139887263389224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9624980

[startup+3.10064 s]
/proc/loadavg: 2.03 2.01 2.00 3/214 9476
/proc/meminfo: memFree=31578904/32873844 swapFree=6608/6608
[pid=9457] ppid=9455 vsize=9624980 CPUtime=4.17 cores=0,2,4,6
/proc/9457/stat : 9457 (java) S 9455 9457 6458 0 -1 4202496 11869 0 1 0 413 4 0 0 20 0 19 0 291564204 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 140734909569456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9457/statm: 2406245 20792 2285 9 0 2396937 0
[pid=9457/tid=9459] ppid=9455 vsize=9624980 CPUtime=3.03 cores=0,2,4,6
/proc/9457/task/9459/stat : 9459 (java) R 9455 9457 6458 0 -1 4202560 2479 0 1 0 301 2 0 0 20 0 19 0 291564205 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887783887136 139887639057984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9460] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9460/stat : 9460 (java) S 9455 9457 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887627512744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9461] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9461/stat : 9461 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887626460200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9462] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9462/stat : 9462 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887625407144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9463] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9463/stat : 9463 (java) S 9455 9457 6458 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887624354600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9464] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9464/stat : 9464 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887623301544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9465] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9465/stat : 9465 (java) S 9455 9457 6458 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887286151720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9466] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9466/stat : 9466 (java) S 9455 9457 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887285098664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9467] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9467/stat : 9467 (java) S 9455 9457 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887284046120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9468] ppid=9455 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/9457/task/9468/stat : 9468 (java) S 9455 9457 6458 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 291564207 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887271848808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9469] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9469/stat : 9469 (java) S 9455 9457 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887270795128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9470] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9470/stat : 9470 (java) S 9455 9457 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887269741960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9471] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9471/stat : 9471 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564209 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887268690704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9472] ppid=9455 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/9457/task/9472/stat : 9472 (java) S 9455 9457 6458 0 -1 4202560 2879 0 0 0 49 0 0 0 20 0 19 0 291564209 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887267637560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9473] ppid=9455 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/9457/task/9473/stat : 9473 (java) S 9455 9457 6458 0 -1 4202560 5241 0 0 0 55 0 0 0 20 0 19 0 291564210 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887266585016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9474] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9474/stat : 9474 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887265532152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9475] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9475/stat : 9475 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887264479816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9476] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9476/stat : 9476 (java) S 9455 9457 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291564241 9855979520 20792 33554432000 1073741824 1073778376 140734909578320 139887263389224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9624980

[startup+6.30063 s]
/proc/loadavg: 2.03 2.01 2.00 3/214 9476
/proc/meminfo: memFree=31562892/32873844 swapFree=6608/6608
[pid=9457] ppid=9455 vsize=9624980 CPUtime=7.5 cores=0,2,4,6
/proc/9457/stat : 9457 (java) S 9455 9457 6458 0 -1 4202496 12213 0 1 0 745 5 0 0 20 0 19 0 291564204 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 140734909569456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9457/statm: 2406245 21966 2285 9 0 2396937 0
[pid=9457/tid=9459] ppid=9455 vsize=9624980 CPUtime=6.05 cores=0,2,4,6
/proc/9457/task/9459/stat : 9459 (java) R 9455 9457 6458 0 -1 4202560 2485 0 1 0 603 2 0 0 20 0 19 0 291564205 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887783887976 139887639058781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9460] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9460/stat : 9460 (java) S 9455 9457 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887627512744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9461] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9461/stat : 9461 (java) S 9455 9457 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887626460200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9462] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9462/stat : 9462 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887625407144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9463] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9463/stat : 9463 (java) S 9455 9457 6458 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887624354600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9464] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9464/stat : 9464 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887623301544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9465] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9465/stat : 9465 (java) S 9455 9457 6458 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887286151720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9466] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9466/stat : 9466 (java) S 9455 9457 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887285098664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9467] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9467/stat : 9467 (java) S 9455 9457 6458 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291564206 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887284046120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9468] ppid=9455 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/9457/task/9468/stat : 9468 (java) S 9455 9457 6458 0 -1 4202560 34 0 0 0 17 0 0 0 20 0 19 0 291564207 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887271848808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9469] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9469/stat : 9469 (java) S 9455 9457 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887270795128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9470] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9470/stat : 9470 (java) S 9455 9457 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887269741960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9471] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9471/stat : 9471 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564209 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887268690704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9472] ppid=9455 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/9457/task/9472/stat : 9472 (java) S 9455 9457 6458 0 -1 4202560 3205 0 0 0 54 0 0 0 20 0 19 0 291564209 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887267637560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9473] ppid=9455 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/9457/task/9473/stat : 9473 (java) S 9455 9457 6458 0 -1 4202560 5241 0 0 0 59 0 0 0 20 0 19 0 291564210 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887266585016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9474] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9474/stat : 9474 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887265532152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9475] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9475/stat : 9475 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887264479816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9476] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9476/stat : 9476 (java) S 9455 9457 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291564241 9855979520 21966 33554432000 1073741824 1073778376 140734909578320 139887263389224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/9457/task/9467/stat : 9467 (java) S 9455 9457 6458 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291564206 9855979520 24119 33554432000 1073741824 1073778376 140734909578320 139887284046120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9468] ppid=9455 vsize=9624980 CPUtime=2.23 cores=0,2,4,6
/proc/9457/task/9468/stat : 9468 (java) S 9455 9457 6458 0 -1 4202560 43 0 0 0 223 0 0 0 20 0 19 0 291564207 9855979520 24119 33554432000 1073741824 1073778376 140734909578320 139887271848808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9469] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9469/stat : 9469 (java) S 9455 9457 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 24119 33554432000 1073741824 1073778376 140734909578320 139887270795128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9470] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9470/stat : 9470 (java) S 9455 9457 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 24119 33554432000 1073741824 1073778376 140734909578320 139887269741960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9471] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9471/stat : 9471 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564209 9855979520 24119 33554432000 1073741824 1073778376 140734909578320 139887268690704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9472] ppid=9455 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/9457/task/9472/stat : 9472 (java) S 9455 9457 6458 0 -1 4202560 3205 0 0 0 54 0 0 0 20 0 19 0 291564209 9855979520 24119 33554432000 1073741824 1073778376 140734909578320 139887267637560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9473] ppid=9455 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/9457/task/9473/stat : 9473 (java) S 9455 9457 6458 0 -1 4202560 5249 0 0 0 62 0 0 0 20 0 19 0 291564210 9855979520 24119 33554432000 1073741824 1073778376 140734909578320 139887266585016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9474] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9474/stat : 9474 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 24119 33554432000 1073741824 1073778376 140734909578320 139887265532152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9475] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9475/stat : 9475 (java) S 9455 9457 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 24119 33554432000 1073741824 1073778376 140734909578320 139887264479816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9476] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9476/stat : 9476 (java) S 9455 9457 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291564241 9855979520 24119 33554432000 1073741824 1073778376 140734909578320 139887263389224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 75.15
Current children cumulated vsize (KiB) 9624980

[startup+75.2006 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 9537
/proc/meminfo: memFree=31533480/32873844 swapFree=6608/6608
[pid=9457] ppid=9455 vsize=9624980 CPUtime=76.75 cores=0,2,4,6
/proc/9457/stat : 9457 (java) S 9455 9457 6458 0 -1 4202496 12395 0 1 0 7668 7 0 0 20 0 19 0 291564204 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 140734909569456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9457/statm: 2406245 24122 2286 9 0 2396937 0
[pid=9457/tid=9459] ppid=9455 vsize=9624980 CPUtime=72.48 cores=0,2,4,6
/proc/9457/task/9459/stat : 9459 (java) R 9455 9457 6458 0 -1 4202560 2544 0 1 0 7246 2 0 0 20 0 19 0 291564205 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887783887200 139887639073660 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9460] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9460/stat : 9460 (java) S 9455 9457 6458 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887627512744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9461] ppid=9455 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/9457/task/9461/stat : 9461 (java) S 9455 9457 6458 0 -1 4202560 37 0 0 0 7 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887626460200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9462] ppid=9455 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/9457/task/9462/stat : 9462 (java) S 9455 9457 6458 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887625407144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9463] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9463/stat : 9463 (java) S 9455 9457 6458 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887624354600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9464] ppid=9455 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/9457/task/9464/stat : 9464 (java) S 9455 9457 6458 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887623301544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9465] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9465/stat : 9465 (java) S 9455 9457 6458 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887286151720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9466] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9466/stat : 9466 (java) S 9455 9457 6458 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887285098664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9467] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9467/stat : 9467 (java) S 9455 9457 6458 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887284046120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9468] ppid=9455 vsize=9624980 CPUtime=2.26 cores=0,2,4,6
/proc/9457/task/9468/stat : 9468 (java) S 9455 9457 6458 0 -1 4202560 43 0 0 0 226 0 0 0 20 0 19 0 291564207 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887271848808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9469] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9469/stat : 9469 (java) S 9455 9457 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887270795128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9470] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9470/stat : 9470 (java) S 9455 9457 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887269741960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9471] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9471/stat : 9471 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564209 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887268690704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9472] ppid=9455 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/9457/task/9472/stat : 9472 (java) S 9455 9457 6458 0 -1 4202560 3205 0 0 0 54 0 0 0 20 0 19 0 291564209 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887267637560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9473] ppid=9455 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/9457/task/9473/stat : 9473 (java) S 9455 9457 6458 0 -1 4202560 5249 0 0 0 62 0 0 0 20 0 19 0 291564210 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887266585016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9474] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9474/stat : 9474 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887265532152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9475] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9475/stat : 9475 (java) S 9455 9457 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887264479816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9476] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9476/stat : 9476 (java) S 9455 9457 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291564241 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887263389224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 76.75
Current children cumulated vsize (KiB) 9624980

[startup+76.0069 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 9537
/proc/meminfo: memFree=31533480/32873844 swapFree=6608/6608
[pid=9457] ppid=9455 vsize=9624980 CPUtime=77.56 cores=0,2,4,6
/proc/9457/stat : 9457 (java) S 9455 9457 6458 0 -1 4202496 12395 0 1 0 7749 7 0 0 20 0 19 0 291564204 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 140734909569456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9457/statm: 2406245 24122 2286 9 0 2396937 0
[pid=9457/tid=9459] ppid=9455 vsize=9624980 CPUtime=73.29 cores=0,2,4,6
/proc/9457/task/9459/stat : 9459 (java) R 9455 9457 6458 0 -1 4202560 2544 0 1 0 7327 2 0 0 20 0 19 0 291564205 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887783887200 139887639088227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9460] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9460/stat : 9460 (java) S 9455 9457 6458 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887627512744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9461] ppid=9455 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/9457/task/9461/stat : 9461 (java) S 9455 9457 6458 0 -1 4202560 37 0 0 0 7 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887626460200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9462] ppid=9455 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/9457/task/9462/stat : 9462 (java) S 9455 9457 6458 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887625407144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9463] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9463/stat : 9463 (java) S 9455 9457 6458 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887624354600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9464] ppid=9455 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/9457/task/9464/stat : 9464 (java) S 9455 9457 6458 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887623301544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9465] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9465/stat : 9465 (java) S 9455 9457 6458 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887286151720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9466] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9466/stat : 9466 (java) S 9455 9457 6458 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887285098664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9467] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9467/stat : 9467 (java) S 9455 9457 6458 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887284046120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9468] ppid=9455 vsize=9624980 CPUtime=2.26 cores=0,2,4,6
/proc/9457/task/9468/stat : 9468 (java) S 9455 9457 6458 0 -1 4202560 43 0 0 0 226 0 0 0 20 0 19 0 291564207 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887271848808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9469] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9469/stat : 9469 (java) S 9455 9457 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887270795128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9470] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9470/stat : 9470 (java) S 9455 9457 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887269741960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9471] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9471/stat : 9471 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564209 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887268690704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9472] ppid=9455 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/9457/task/9472/stat : 9472 (java) S 9455 9457 6458 0 -1 4202560 3205 0 0 0 54 0 0 0 20 0 19 0 291564209 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887267637560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9473] ppid=9455 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/9457/task/9473/stat : 9473 (java) S 9455 9457 6458 0 -1 4202560 5249 0 0 0 62 0 0 0 20 0 19 0 291564210 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887266585016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9474] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9474/stat : 9474 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887265532152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9475] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9475/stat : 9475 (java) S 9455 9457 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887264479816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9476] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9476/stat : 9476 (java) S 9455 9457 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291564241 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887263389224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 77.56
Current children cumulated vsize (KiB) 9624980

[startup+76.2006 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 9537
/proc/meminfo: memFree=31533480/32873844 swapFree=6608/6608
[pid=9457] ppid=9455 vsize=9624980 CPUtime=77.75 cores=0,2,4,6
/proc/9457/stat : 9457 (java) S 9455 9457 6458 0 -1 4202496 12395 0 1 0 7768 7 0 0 20 0 19 0 291564204 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 140734909569456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9457/statm: 2406245 24122 2286 9 0 2396937 0
[pid=9457/tid=9459] ppid=9455 vsize=9624980 CPUtime=73.48 cores=0,2,4,6
/proc/9457/task/9459/stat : 9459 (java) R 9455 9457 6458 0 -1 4202560 2544 0 1 0 7346 2 0 0 20 0 19 0 291564205 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887783887200 139887639074166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9460] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9460/stat : 9460 (java) S 9455 9457 6458 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887627512744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9461] ppid=9455 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/9457/task/9461/stat : 9461 (java) S 9455 9457 6458 0 -1 4202560 37 0 0 0 7 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887626460200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9462] ppid=9455 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/9457/task/9462/stat : 9462 (java) S 9455 9457 6458 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887625407144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9463] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9463/stat : 9463 (java) S 9455 9457 6458 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887624354600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9464] ppid=9455 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/9457/task/9464/stat : 9464 (java) S 9455 9457 6458 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887623301544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9465] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9465/stat : 9465 (java) S 9455 9457 6458 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887286151720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9457/tid=9466] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9466/stat : 9466 (java) S 9455 9457 6458 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887285098664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9457/tid=9467] ppid=9455 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9457/task/9467/stat : 9467 (java) S 9455 9457 6458 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291564206 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887284046120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9468] ppid=9455 vsize=9624980 CPUtime=2.26 cores=0,2,4,6
/proc/9457/task/9468/stat : 9468 (java) S 9455 9457 6458 0 -1 4202560 43 0 0 0 226 0 0 0 20 0 19 0 291564207 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887271848808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9469] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9469/stat : 9469 (java) S 9455 9457 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887270795128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9470] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9470/stat : 9470 (java) S 9455 9457 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291564207 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887269741960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9471] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9471/stat : 9471 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564209 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887268690704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9472] ppid=9455 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/9457/task/9472/stat : 9472 (java) S 9455 9457 6458 0 -1 4202560 3205 0 0 0 54 0 0 0 20 0 19 0 291564209 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887267637560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9473] ppid=9455 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/9457/task/9473/stat : 9473 (java) S 9455 9457 6458 0 -1 4202560 5249 0 0 0 62 0 0 0 20 0 19 0 291564210 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887266585016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9474] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9474/stat : 9474 (java) S 9455 9457 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887265532152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9457/tid=9475] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9475/stat : 9475 (java) S 9455 9457 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291564210 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887264479816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9457/tid=9476] ppid=9455 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9457/task/9476/stat : 9476 (java) S 9455 9457 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291564241 9855979520 24122 33554432000 1073741824 1073778376 140734909578320 139887263389224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 77.75
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9457 and gives
#  childrusage.ru_utime.tv_sec=77
#  childrusage.ru_utime.tv_usec=549210
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=152976
# CPU time returned by wait4() is 77.7022
# while last known CPU time is 77.75
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 76.2607
CPU time (s): 77.75
CPU user time (s): 77.68
CPU system time (s): 0.07
CPU usage (%): 101.953
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.5492
system time used= 0.152976
maximum resident set size= 96544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12412
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= 3631
involuntary context switches= 2987

runsolver used 0.12598 second user time and 0.307953 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-29 03:19:54
IDJOB=3718399
IDBENCH=79283
IDSOLVER=2301
FILE ID=node140/3718399-1338254394
RUNJOBID= node140-1338248942-8852
PBS_JOBID= 14624641
Free space on /tmp= 71336 MiB

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

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

MD5SUM BENCH= 78d8e4512631586bbdc844ad983c3b47
RANDOM SEED=1344926077

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.92
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.094
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.88
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.094
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.90
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.094
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:        31645768 kB
Buffers:          232408 kB
Cached:            52392 kB
SwapCached:         1668 kB
Active:           341424 kB
Inactive:          26936 kB
Active(anon):      75284 kB
Inactive(anon):    10060 kB
Active(file):     266140 kB
Inactive(file):    16876 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105152 kB
Dirty:              1008 kB
Writeback:             0 kB
AnonPages:         92296 kB
Mapped:            18464 kB
Shmem:                 8 kB
Slab:             714316 kB
SReclaimable:     156392 kB
SUnreclaim:       557924 kB
KernelStack:        1608 kB
PageTables:         4080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 71336 MiB
End job on node140 at 2012-05-29 03:21:10