Trace number 3718414

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 37.9872 35.6726

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568706--soft-0-100-0.wbo
MD5SUM6afd7eef78419a10c166bbe4bb320384
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 benchmark37.9872
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 711
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120528
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3718414-1338254297.wbo
0.07/0.13	c reading problem ... 
0.44/0.34	c ... done. Wall clock time 0.207s.
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.03/0.50	c SATISFIABLE
1.03/0.50	c OPTIMIZING...
1.03/0.50	c Got one! Elapsed wall clock time (in seconds):0.37
1.03/0.50	o 645
1.03/0.56	c Got one! Elapsed wall clock time (in seconds):0.427
1.03/0.56	o 580
1.03/0.59	c Got one! Elapsed wall clock time (in seconds):0.457
1.03/0.59	o 574
1.33/0.60	c Got one! Elapsed wall clock time (in seconds):0.476
1.33/0.60	o 421
1.33/0.63	c Got one! Elapsed wall clock time (in seconds):0.504
1.33/0.63	o 420
1.61/0.71	c Got one! Elapsed wall clock time (in seconds):0.583
1.61/0.71	o 417
1.61/0.73	c Got one! Elapsed wall clock time (in seconds):0.601
1.61/0.73	o 404
1.61/0.75	c Got one! Elapsed wall clock time (in seconds):0.621
1.61/0.75	o 292
1.71/0.80	c Got one! Elapsed wall clock time (in seconds):0.676
1.71/0.80	o 285
1.71/0.82	c Got one! Elapsed wall clock time (in seconds):0.696
1.71/0.82	o 280
1.71/0.85	c Got one! Elapsed wall clock time (in seconds):0.717
1.71/0.85	o 245
1.71/0.89	c Got one! Elapsed wall clock time (in seconds):0.763
1.71/0.89	o 244
1.91/1.04	c Got one! Elapsed wall clock time (in seconds):0.912
1.91/1.04	o 242
1.91/1.05	c Got one! Elapsed wall clock time (in seconds):0.923
1.91/1.05	o 239
2.21/1.31	c Got one! Elapsed wall clock time (in seconds):1.185
2.21/1.31	o 238
2.21/1.38	c Got one! Elapsed wall clock time (in seconds):1.248
2.21/1.38	o 232
2.21/1.38	c Got one! Elapsed wall clock time (in seconds):1.257
2.21/1.38	o 228
2.31/1.43	c Got one! Elapsed wall clock time (in seconds):1.302
2.31/1.43	o 222
2.31/1.49	c Got one! Elapsed wall clock time (in seconds):1.359
2.31/1.49	o 202
2.52/1.63	c Got one! Elapsed wall clock time (in seconds):1.506
2.52/1.63	o 194
2.52/1.66	c Got one! Elapsed wall clock time (in seconds):1.536
2.52/1.66	o 193
2.62/1.74	c Got one! Elapsed wall clock time (in seconds):1.61
2.62/1.74	o 185
2.62/1.77	c Got one! Elapsed wall clock time (in seconds):1.638
2.62/1.77	o 180
2.85/1.91	c Got one! Elapsed wall clock time (in seconds):1.777
2.85/1.91	o 178
2.85/1.97	c Got one! Elapsed wall clock time (in seconds):1.844
2.85/1.97	o 177
3.05/2.12	c Got one! Elapsed wall clock time (in seconds):1.991
3.05/2.12	o 176
3.05/2.14	c Got one! Elapsed wall clock time (in seconds):2.014
3.05/2.14	o 164
3.16/2.24	c Got one! Elapsed wall clock time (in seconds):2.11
3.16/2.24	o 152
3.16/2.27	c Got one! Elapsed wall clock time (in seconds):2.145
3.16/2.27	o 121
3.37/2.47	c cleaning 7542 clauses out of 15084 with flag 7376/15084
3.63/2.66	c Got one! Elapsed wall clock time (in seconds):2.532
3.63/2.66	o 119
3.73/2.75	c Got one! Elapsed wall clock time (in seconds):2.622
3.73/2.75	o 117
3.83/2.89	c Got one! Elapsed wall clock time (in seconds):2.757
3.83/2.89	o 104
4.14/3.10	c Got one! Elapsed wall clock time (in seconds):2.973
4.14/3.10	o 101
4.24/3.27	c Got one! Elapsed wall clock time (in seconds):3.143
4.24/3.27	o 98
4.35/3.38	c Got one! Elapsed wall clock time (in seconds):3.254
4.35/3.38	o 89
4.45/3.42	c Got one! Elapsed wall clock time (in seconds):3.296
4.45/3.42	o 88
4.65/3.61	c Got one! Elapsed wall clock time (in seconds):3.483
4.65/3.61	o 74
4.75/3.74	c cleaning 8943 clauses out of 17891 with flag 10009/25433
5.39/4.01	c Got one! Elapsed wall clock time (in seconds):3.882
5.39/4.01	o 70
5.39/4.09	c Got one! Elapsed wall clock time (in seconds):3.966
5.39/4.09	o 69
5.65/4.29	c cleaning 7364 clauses out of 14735 with flag 27987/31220
5.81/4.36	c Got one! Elapsed wall clock time (in seconds):4.23
5.81/4.36	o 58
6.02/4.43	c Got one! Elapsed wall clock time (in seconds):4.297
6.02/4.43	o 57
6.02/4.50	c Got one! Elapsed wall clock time (in seconds):4.37
6.02/4.50	o 44
6.22/4.52	c Got one! Elapsed wall clock time (in seconds):4.394
6.22/4.52	o 40
6.41/4.64	c Got one! Elapsed wall clock time (in seconds):4.513
6.41/4.64	o 37
6.63/4.78	c Got one! Elapsed wall clock time (in seconds):4.651
6.63/4.78	o 36
6.82/4.88	c Got one! Elapsed wall clock time (in seconds):4.754
6.82/4.88	o 35
7.03/5.03	c cleaning 7825 clauses out of 15658 with flag 20877/39507
7.14/5.10	c Got one! Elapsed wall clock time (in seconds):4.969
7.14/5.10	o 34
7.34/5.31	c Got one! Elapsed wall clock time (in seconds):5.182
7.34/5.31	o 33
7.44/5.47	c cleaning 7047 clauses out of 14109 with flag 24527/45783
7.74/5.78	c Got one! Elapsed wall clock time (in seconds):5.654
7.74/5.78	o 32
7.84/5.82	c Got one! Elapsed wall clock time (in seconds):5.691
7.84/5.82	o 28
7.94/5.90	c cleaning 6482 clauses out of 12970 with flag 9735/51691
7.94/5.95	c Got one! Elapsed wall clock time (in seconds):5.82
7.94/5.95	o 22
7.94/5.98	c Got one! Elapsed wall clock time (in seconds):5.855
7.94/5.98	o 17
8.14/6.12	c Got one! Elapsed wall clock time (in seconds):5.988
8.14/6.12	o 15
8.34/6.31	c Got one! Elapsed wall clock time (in seconds):6.185
8.34/6.31	o 14
8.44/6.40	c cleaning 6625 clauses out of 13262 with flag 13150/58465
8.55/6.57	c Got one! Elapsed wall clock time (in seconds):6.44
8.55/6.57	o 13
8.75/6.78	c cleaning 5973 clauses out of 11988 with flag 37583/63816
9.16/7.15	c cleaning 6000 clauses out of 12014 with flag 90624/69815
9.27/7.24	c Got one! Elapsed wall clock time (in seconds):7.114
9.27/7.24	o 12
9.57/7.51	c cleaning 5641 clauses out of 11292 with flag 51000/75093
9.57/7.57	c Got one! Elapsed wall clock time (in seconds):7.446
9.57/7.57	o 11
9.67/7.63	c Got one! Elapsed wall clock time (in seconds):7.499
9.67/7.63	o 8
9.99/7.90	c Got one! Elapsed wall clock time (in seconds):7.771
9.99/7.90	o 7
9.99/7.98	c cleaning 6541 clauses out of 13092 with flag 13049/82534
10.39/8.37	c cleaning 6267 clauses out of 12547 with flag 58305/88530
10.63/8.56	c Got one! Elapsed wall clock time (in seconds):8.435
10.63/8.56	o 6
10.83/8.75	c cleaning 5735 clauses out of 11480 with flag 32912/93730
11.15/9.09	c cleaning 5866 clauses out of 11746 with flag 82575/99731
11.55/9.48	c cleaning 6434 clauses out of 12880 with flag 132908/106731
12.06/9.94	c cleaning 7216 clauses out of 14445 with flag 195954/114730
12.26/10.12	c Got one! Elapsed wall clock time (in seconds):9.995
12.26/10.12	o 5
12.46/10.31	c cleaning 6308 clauses out of 12645 with flag 31371/120146
12.76/10.63	c cleaning 6162 clauses out of 12337 with flag 75519/126146
12.97/10.86	c Got one! Elapsed wall clock time (in seconds):10.729
12.97/10.86	o 4
13.07/10.98	c cleaning 6017 clauses out of 12049 with flag 19790/132020
13.47/11.31	c cleaning 6001 clauses out of 12031 with flag 70547/138019
13.87/11.72	c cleaning 6506 clauses out of 13031 with flag 126082/145020
14.28/12.17	c cleaning 7254 clauses out of 14524 with flag 186572/153019
14.88/12.70	c cleaning 8134 clauses out of 16271 with flag 256385/162020
15.39/13.23	c cleaning 9064 clauses out of 18138 with flag 322912/172022
16.00/13.80	c cleaning 10024 clauses out of 20071 with flag 395891/183019
16.70/14.57	c cleaning 11019 clauses out of 22049 with flag 484801/195021
17.50/15.37	c cleaning 12001 clauses out of 24027 with flag 575552/208019
18.30/16.18	c cleaning 13007 clauses out of 26026 with flag 668512/222020
19.31/17.10	c cleaning 13988 clauses out of 28019 with flag 773113/237020
20.41/18.24	c cleaning 15006 clauses out of 30030 with flag 909025/253019
21.63/19.47	c cleaning 16011 clauses out of 32023 with flag 1054415/270019
22.74/20.58	c cleaning 16998 clauses out of 34013 with flag 1174966/288020
24.14/21.91	c cleaning 17998 clauses out of 36015 with flag 1309929/307020
24.66/22.42	c Got one! Elapsed wall clock time (in seconds):22.289
24.66/22.42	o 2
25.16/22.93	c cleaning 14849 clauses out of 29722 with flag 59656/318726
25.66/23.42	c cleaning 10429 clauses out of 20873 with flag 113001/324726
26.07/23.86	c cleaning 8712 clauses out of 17446 with flag 163652/331728
26.58/24.39	c cleaning 8362 clauses out of 16735 with flag 219059/339729
27.17/24.99	c cleaning 8672 clauses out of 17370 with flag 282402/348726
27.87/25.61	c cleaning 9343 clauses out of 18698 with flag 347213/358726
28.57/26.33	c cleaning 10178 clauses out of 20355 with flag 420556/369726
29.38/27.14	c cleaning 11078 clauses out of 22176 with flag 500942/381726
30.29/28.02	c cleaning 12042 clauses out of 24099 with flag 589915/394727
31.19/28.91	c cleaning 13013 clauses out of 26056 with flag 681096/408726
32.10/29.86	c cleaning 14018 clauses out of 28042 with flag 776952/423726
33.20/30.95	c cleaning 15007 clauses out of 30023 with flag 884396/439726
34.31/32.05	c Got one! Elapsed wall clock time (in seconds):31.92
34.31/32.05	o 1
34.90/32.61	c cleaning 18169 clauses out of 36347 with flag 53999/461057
35.33/33.10	c cleaning 12083 clauses out of 24177 with flag 102577/467056
35.82/33.50	c cleaning 9541 clauses out of 19095 with flag 146692/474057
36.32/34.03	c cleaning 8757 clauses out of 17553 with flag 202443/482056
36.92/34.63	c cleaning 8892 clauses out of 17795 with flag 259032/491056
37.63/35.33	c cleaning 9443 clauses out of 18899 with flag 323946/501056
37.94/35.66	c starts		: 211
37.94/35.66	c conflicts		: 505895
37.94/35.66	c decisions		: 874796
37.94/35.66	c propagations		: 29939982
37.94/35.66	c inspects		: 381490391
37.94/35.66	c shortcuts		: 0
37.94/35.66	c learnt literals	: 22
37.94/35.66	c learnt binary clauses	: 56
37.94/35.66	c learnt ternary clauses	: 186
37.94/35.66	c learnt constraints	: 505872
37.94/35.66	c ignored constraints	: 0
37.94/35.66	c root simplifications	: 0
37.94/35.66	c removed literals (reason simplification)	: 0
37.94/35.66	c reason swapping (by a shorter reason)	: 0
37.94/35.66	c Calls to reduceDB	: 51
37.94/35.66	c Number of update (reduction) of LBD	: 180250
37.94/35.66	c number of reductions to clauses (during analyze)	: 0
37.94/35.66	c number of learned constraints concerned by reduction	: 0
37.94/35.66	c number of learning phase by resolution	: 0
37.94/35.66	c number of learning phase by cutting planes	: 0
37.94/35.66	c speed (assignments/second)	: 848542.73891849
37.94/35.66	c non guided choices	8041
37.94/35.66	c learnt constraints type 
37.94/35.66	c constraints type 
37.94/35.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
37.94/35.66	c ignored satisfied constraints => 1
37.94/35.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
37.94/35.66	c 2708 constraints processed.
37.94/35.66	s OPTIMUM FOUND
37.94/35.66	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 
37.94/35.66	c objective function=1
37.94/35.66	c Total wall clock time (in seconds): 35.535

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-3718414-1338254297/watcher-3718414-1338254297 -o /tmp/evaluation-result-3718414-1338254297/solver-3718414-1338254297 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718414-1338254297.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.13 2.08 2.02 3/195 17110
/proc/meminfo: memFree=30822036/32873844 swapFree=7632/7632
[pid=17110] ppid=17108 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/17110/stat : 17110 (java) R 17108 17110 14287 0 -1 4202496 79 0 0 0 0 0 0 0 20 0 1 0 291555348 278528 33 33554432000 1073741824 1073778376 140735604016208 140735604013384 214360485159 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17110/statm: 68 33 25 9 0 25 0

[startup+0.10167 s]
/proc/loadavg: 2.13 2.08 2.02 3/195 17110
/proc/meminfo: memFree=30822036/32873844 swapFree=7632/7632
[pid=17110] ppid=17108 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17108 17110 14287 0 -1 4202496 3634 0 1 0 6 1 0 0 20 0 18 0 291555348 9787817984 4843 33554432000 1073741824 1073778376 140737406137520 140737406128656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17110/statm: 2389604 4848 1933 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.200293 s]
/proc/loadavg: 2.13 2.08 2.02 3/195 17110
/proc/meminfo: memFree=30822036/32873844 swapFree=7632/7632
[pid=17110] ppid=17108 vsize=9558416 CPUtime=0.22 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17108 17110 14287 0 -1 4202496 4706 0 1 0 20 2 0 0 20 0 18 0 291555348 9787817984 6306 33554432000 1073741824 1073778376 140737406137520 140737406128656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17110/statm: 2389604 6306 2182 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558416

[startup+0.300288 s]
/proc/loadavg: 2.13 2.08 2.02 3/195 17110
/proc/meminfo: memFree=30822036/32873844 swapFree=7632/7632
[pid=17110] ppid=17108 vsize=9558416 CPUtime=0.44 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17108 17110 14287 0 -1 4202496 6327 0 1 0 42 2 0 0 20 0 18 0 291555348 9787817984 8340 33554432000 1073741824 1073778376 140737406137520 140737406128656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17110/statm: 2389604 8340 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558416

[startup+0.700275 s]
/proc/loadavg: 2.13 2.08 2.02 3/195 17110
/proc/meminfo: memFree=30822036/32873844 swapFree=7632/7632
[pid=17110] ppid=17108 vsize=9624980 CPUtime=1.61 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17108 17110 14287 0 -1 4202496 12061 0 1 0 157 4 0 0 20 0 19 0 291555348 9855979520 12494 33554432000 1073741824 1073778376 140737406137520 140737406128656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17110/statm: 2406245 12494 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9624980

[startup+1.50074 s]
/proc/loadavg: 2.13 2.08 2.02 3/214 17129
/proc/meminfo: memFree=30769632/32873844 swapFree=7632/7632
[pid=17110] ppid=17108 vsize=9624980 CPUtime=2.41 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17108 17110 14287 0 -1 4202496 12073 0 1 0 237 4 0 0 20 0 19 0 291555348 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140737406128656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17110/statm: 2406245 16593 2259 9 0 2396937 0
[pid=17110/tid=17112] ppid=17108 vsize=9624980 CPUtime=1.45 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17108 17110 14287 0 -1 4202560 2475 0 1 0 143 2 0 0 20 0 19 0 291555349 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140012121616832 140011991801007 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17113] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555350 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140012110686504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17114] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011963627688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17115] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011962575400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17116] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011961522600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17117] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011960470312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17118] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011959417512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17119] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011958365224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17120] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17108 17110 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011957312424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17121] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17108 17110 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011945113832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17122] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17108 17110 14287 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011944059896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17123] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17108 17110 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011943007496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17124] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011941955984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17125] ppid=17108 vsize=9624980 CPUtime=0.45 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17108 17110 14287 0 -1 4202560 3903 0 0 0 43 2 0 0 20 0 19 0 291555355 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011940903608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17126] ppid=17108 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/17110/task/17126/stat : 17126 (java) S 17108 17110 14287 0 -1 4202560 4496 0 0 0 47 0 0 0 20 0 19 0 291555355 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011939850808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17127] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17127/stat : 17127 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011938798712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17128] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17128/stat : 17128 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011937746120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17129] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17129/stat : 17129 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555386 9855979520 16593 33554432000 1073741824 1073778376 140737406137520 140011936691112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9624980

[startup+3.10075 s]
/proc/loadavg: 2.13 2.08 2.02 3/214 17129
/proc/meminfo: memFree=30750952/32873844 swapFree=7632/7632
[pid=17110] ppid=17108 vsize=9624980 CPUtime=4.14 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17108 17110 14287 0 -1 4202496 12140 0 1 0 409 5 0 0 20 0 19 0 291555348 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140737406128656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17110/statm: 2406245 23297 2285 9 0 2396937 0
[pid=17110/tid=17112] ppid=17108 vsize=9624980 CPUtime=3.02 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17108 17110 14287 0 -1 4202560 2492 0 1 0 300 2 0 0 20 0 19 0 291555349 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140012121624984 140011991810515 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17113] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17108 17110 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555350 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140012110686504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17114] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011963627688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17115] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011962575400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17116] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17108 17110 14287 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011961522600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17117] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011960470312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17118] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17108 17110 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011959417512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17119] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011958365224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17120] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17108 17110 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011957312424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17121] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17108 17110 14287 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011945113832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17122] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17108 17110 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011944059896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17123] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17108 17110 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011943007496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17124] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011941955984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17125] ppid=17108 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17108 17110 14287 0 -1 4202560 3904 0 0 0 47 2 0 0 20 0 19 0 291555355 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011940903608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17126] ppid=17108 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/17110/task/17126/stat : 17126 (java) S 17108 17110 14287 0 -1 4202560 4500 0 0 0 55 0 0 0 20 0 19 0 291555355 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011939850808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17127] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17127/stat : 17127 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011938798712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17128] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17128/stat : 17128 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011937746120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17129] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17129/stat : 17129 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555386 9855979520 23297 33554432000 1073741824 1073778376 140737406137520 140011936691112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9624980

[startup+6.30065 s]
/proc/loadavg: 2.20 2.10 2.03 3/214 17129
/proc/meminfo: memFree=30712248/32873844 swapFree=7632/7632
[pid=17110] ppid=17108 vsize=9624980 CPUtime=8.34 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17108 17110 14287 0 -1 4202496 23807 0 1 0 825 9 0 0 20 0 19 0 291555348 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140737406128656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17110/statm: 2406245 29251 2285 9 0 2396937 0
[pid=17110/tid=17112] ppid=17108 vsize=9624980 CPUtime=6.08 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17108 17110 14287 0 -1 4202560 2496 0 1 0 606 2 0 0 20 0 19 0 291555349 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140012121616832 140011991780797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17113] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17108 17110 14287 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291555350 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140012110686504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17114] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17108 17110 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011963627688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17115] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17108 17110 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011962575400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17116] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17108 17110 14287 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011961522600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17117] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17108 17110 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011960470312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17118] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17108 17110 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011959417512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17119] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17108 17110 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011958365224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17120] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555351 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011957312424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17121] ppid=17108 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17108 17110 14287 0 -1 4202560 33 0 0 0 12 0 0 0 20 0 19 0 291555352 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011945113832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17122] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17108 17110 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011944059896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17123] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17108 17110 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011943007496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17124] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011941955984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17125] ppid=17108 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17108 17110 14287 0 -1 4202560 10626 0 0 0 101 3 0 0 20 0 19 0 291555355 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011940903608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17126] ppid=17108 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/17110/task/17126/stat : 17126 (java) S 17108 17110 14287 0 -1 4202560 9409 0 0 0 94 2 0 0 20 0 19 0 291555355 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011939850808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17127] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17127/stat : 17127 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011938798712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17128] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17128/stat : 17128 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011937746120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17129] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17129/stat : 17129 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555386 9855979520 29251 33554432000 1073741824 1073778376 140737406137520 140011936691112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/17110/task/17113/stat : 17113 (java) S 17108 17110 14287 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291555350 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140012110686504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17114] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17108 17110 14287 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011963627688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17115] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011962575400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17116] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17108 17110 14287 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011961522600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17117] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17108 17110 14287 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011960470312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17118] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17108 17110 14287 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011959417512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17119] ppid=17108 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17108 17110 14287 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011958365224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17120] ppid=17108 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011957312424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17121] ppid=17108 vsize=9624980 CPUtime=1.54 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17108 17110 14287 0 -1 4202560 39 0 0 0 154 0 0 0 20 0 19 0 291555352 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011945113832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17122] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17108 17110 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011944059896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17123] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17108 17110 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011943007496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17124] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011941955984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17125] ppid=17108 vsize=9624980 CPUtime=1.06 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17108 17110 14287 0 -1 4202560 10626 0 0 0 103 3 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011940903608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17126] ppid=17108 vsize=9624980 CPUtime=0.99 cores=1,3,5,7
/proc/17110/task/17126/stat : 17126 (java) S 17108 17110 14287 0 -1 4202560 9410 0 0 0 97 2 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011939850808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17127] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17127/stat : 17127 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011938798712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17128] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17128/stat : 17128 (java) S 17108 17110 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011937746120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17129] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17129/stat : 17129 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555386 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011936691112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 35.92
Current children cumulated vsize (KiB) 9624980

[startup+34.4006 s]
/proc/loadavg: 2.13 2.09 2.03 3/214 17129
/proc/meminfo: memFree=30708600/32873844 swapFree=7632/7632
[pid=17110] ppid=17108 vsize=9624980 CPUtime=36.72 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17108 17110 14287 0 -1 4202496 23903 0 1 0 3661 11 0 0 20 0 19 0 291555348 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140737406128656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17110/statm: 2406245 30832 2286 9 0 2396937 0
[pid=17110/tid=17112] ppid=17108 vsize=9624980 CPUtime=32.52 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17108 17110 14287 0 -1 4202560 2540 0 1 0 3250 2 0 0 20 0 19 0 291555349 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140012121624928 140011991801918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17113] ppid=17108 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17108 17110 14287 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291555350 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140012110686504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17114] ppid=17108 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17108 17110 14287 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011963627688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17115] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011962575400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17116] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17108 17110 14287 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011961522600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17117] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17108 17110 14287 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011960470312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17118] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17108 17110 14287 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011959417512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17119] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17108 17110 14287 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011958365224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17120] ppid=17108 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011957312424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17121] ppid=17108 vsize=9624980 CPUtime=1.57 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17108 17110 14287 0 -1 4202560 39 0 0 0 157 0 0 0 20 0 19 0 291555352 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011945113832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17122] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17108 17110 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011944059896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17123] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17108 17110 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011943007496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17124] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011941955984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17125] ppid=17108 vsize=9624980 CPUtime=1.06 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17108 17110 14287 0 -1 4202560 10626 0 0 0 103 3 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011940903608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17126] ppid=17108 vsize=9624980 CPUtime=0.99 cores=1,3,5,7
/proc/17110/task/17126/stat : 17126 (java) S 17108 17110 14287 0 -1 4202560 9410 0 0 0 97 2 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011939850808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17127] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17127/stat : 17127 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011938798712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17128] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17128/stat : 17128 (java) S 17108 17110 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011937746120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17129] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17129/stat : 17129 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555386 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011936691112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 36.72
Current children cumulated vsize (KiB) 9624980

[startup+35.2006 s]
/proc/loadavg: 2.12 2.09 2.02 3/214 17129
/proc/meminfo: memFree=30708600/32873844 swapFree=7632/7632
[pid=17110] ppid=17108 vsize=9624980 CPUtime=37.53 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17108 17110 14287 0 -1 4202496 23905 0 1 0 3742 11 0 0 20 0 19 0 291555348 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140737406128656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17110/statm: 2406245 30832 2286 9 0 2396937 0
[pid=17110/tid=17112] ppid=17108 vsize=9624980 CPUtime=33.29 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17108 17110 14287 0 -1 4202560 2541 0 1 0 3327 2 0 0 20 0 19 0 291555349 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140012121624928 140011991801007 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17113] ppid=17108 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17108 17110 14287 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291555350 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140012110686504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17114] ppid=17108 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17108 17110 14287 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011963627688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17115] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011962575400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17116] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17108 17110 14287 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011961522600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17117] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17108 17110 14287 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011960470312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17118] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17108 17110 14287 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011959417512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17119] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17108 17110 14287 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011958365224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17120] ppid=17108 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011957312424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17121] ppid=17108 vsize=9624980 CPUtime=1.6 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17108 17110 14287 0 -1 4202560 39 0 0 0 160 0 0 0 20 0 19 0 291555352 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011945113832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17122] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17108 17110 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011944059896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17123] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17108 17110 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011943007496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17124] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011941955984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17125] ppid=17108 vsize=9624980 CPUtime=1.06 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17108 17110 14287 0 -1 4202560 10626 0 0 0 103 3 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011940903608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17126] ppid=17108 vsize=9624980 CPUtime=0.99 cores=1,3,5,7
/proc/17110/task/17126/stat : 17126 (java) S 17108 17110 14287 0 -1 4202560 9411 0 0 0 97 2 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011939850808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17127] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17127/stat : 17127 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011938798712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17128] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17128/stat : 17128 (java) S 17108 17110 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011937746120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17129] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17129/stat : 17129 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555386 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011936691112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 37.53
Current children cumulated vsize (KiB) 9624980

[startup+35.6006 s]
/proc/loadavg: 2.12 2.09 2.02 3/214 17129
/proc/meminfo: memFree=30708600/32873844 swapFree=7632/7632
[pid=17110] ppid=17108 vsize=9624980 CPUtime=37.94 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17108 17110 14287 0 -1 4202496 23906 0 1 0 3783 11 0 0 20 0 19 0 291555348 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140737406128656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17110/statm: 2406245 30832 2286 9 0 2396937 0
[pid=17110/tid=17112] ppid=17108 vsize=9624980 CPUtime=33.64 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17108 17110 14287 0 -1 4202560 2542 0 1 0 3362 2 0 0 20 0 19 0 291555349 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140012121624928 140011991800945 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17113] ppid=17108 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17108 17110 14287 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291555350 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140012110686504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17114] ppid=17108 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17108 17110 14287 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011963627688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17115] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011962575400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17116] ppid=17108 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17108 17110 14287 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011961522600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17117] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17108 17110 14287 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011960470312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17110/tid=17118] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17108 17110 14287 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011959417512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17119] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17108 17110 14287 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011958365224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17120] ppid=17108 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291555351 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011957312424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17121] ppid=17108 vsize=9624980 CPUtime=1.63 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17108 17110 14287 0 -1 4202560 39 0 0 0 163 0 0 0 20 0 19 0 291555352 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011945113832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17122] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17108 17110 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011944059896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17123] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17108 17110 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555352 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011943007496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17124] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011941955984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17125] ppid=17108 vsize=9624980 CPUtime=1.06 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17108 17110 14287 0 -1 4202560 10626 0 0 0 103 3 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011940903608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17126] ppid=17108 vsize=9624980 CPUtime=0.99 cores=1,3,5,7
/proc/17110/task/17126/stat : 17126 (java) S 17108 17110 14287 0 -1 4202560 9411 0 0 0 97 2 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011939850808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17110/tid=17127] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17127/stat : 17127 (java) S 17108 17110 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011938798712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17110/tid=17128] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17128/stat : 17128 (java) S 17108 17110 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291555355 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011937746120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17110/tid=17129] ppid=17108 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17129/stat : 17129 (java) S 17108 17110 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555386 9855979520 30832 33554432000 1073741824 1073778376 140737406137520 140011936691112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 37.94
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 35.6726
CPU time (s): 37.9872
CPU user time (s): 37.7963
CPU system time (s): 0.19097
CPU usage (%): 106.488
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.7963
system time used= 0.19097
maximum resident set size= 125552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23925
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2353
involuntary context switches= 1711

runsolver used 0.142978 second user time and 0.371943 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-29 03:18:17
IDJOB=3718414
IDBENCH=79263
IDSOLVER=2301
FILE ID=node130/3718414-1338254297
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.1900568706--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718414-1338254297/watcher-3718414-1338254297 -o /tmp/evaluation-result-3718414-1338254297/solver-3718414-1338254297 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718414-1338254297.wbo

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

MD5SUM BENCH= 6afd7eef78419a10c166bbe4bb320384
RANDOM SEED=1788417962

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:        30822308 kB
Buffers:          303556 kB
Cached:           127092 kB
SwapCached:         4176 kB
Active:          1178540 kB
Inactive:          37640 kB
Active(anon):     776484 kB
Inactive(anon):     9116 kB
Active(file):     402056 kB
Inactive(file):    28524 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099920 kB
Dirty:               444 kB
Writeback:             0 kB
AnonPages:        816664 kB
Mapped:            17580 kB
Shmem:                 8 kB
Slab:             692992 kB
SReclaimable:     134624 kB
SUnreclaim:       558368 kB
KernelStack:        1768 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1187784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    788480 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:18:53