Trace number 3718099

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 56.2245 54.0358

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900571132--soft-33-100-0.wbo
MD5SUM87777454fd73e41b31dd9b36586c9c7c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark40.1519
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 constraints1863
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 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120528
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3718099-1338251963.wbo
0.09/0.11	c reading problem ... 
0.44/0.32	c ... done. Wall clock time 0.207s.
0.44/0.32	c declared #vars     231
0.44/0.32	c internal #vars     2094
0.44/0.32	c #constraints  2707
0.44/0.32	c constraints type 
0.44/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2601
0.44/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.44/0.32	c ignored satisfied constraints => 1
0.44/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
0.44/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.44/0.32	c 2708 constraints processed.
0.44/0.32	c objective function length is 1863 literals
0.73/0.46	c SATISFIABLE
0.73/0.46	c OPTIMIZING...
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.349
0.73/0.46	o 598
1.03/0.54	c Got one! Elapsed wall clock time (in seconds):0.425
1.03/0.54	o 333
1.34/0.60	c Got one! Elapsed wall clock time (in seconds):0.481
1.34/0.60	o 314
1.34/0.62	c Got one! Elapsed wall clock time (in seconds):0.506
1.34/0.62	o 313
1.34/0.64	c Got one! Elapsed wall clock time (in seconds):0.529
1.34/0.64	o 287
1.34/0.69	c Got one! Elapsed wall clock time (in seconds):0.573
1.34/0.69	o 285
1.63/0.75	c Got one! Elapsed wall clock time (in seconds):0.632
1.63/0.75	o 284
1.63/0.77	c Got one! Elapsed wall clock time (in seconds):0.654
1.63/0.77	o 270
1.63/0.79	c Got one! Elapsed wall clock time (in seconds):0.676
1.63/0.79	o 249
1.80/0.80	c Got one! Elapsed wall clock time (in seconds):0.686
1.80/0.80	o 244
1.80/0.83	c Got one! Elapsed wall clock time (in seconds):0.714
1.80/0.83	o 229
1.80/0.87	c Got one! Elapsed wall clock time (in seconds):0.758
1.80/0.87	o 223
1.91/0.90	c Got one! Elapsed wall clock time (in seconds):0.786
1.91/0.90	o 221
1.91/0.91	c Got one! Elapsed wall clock time (in seconds):0.798
1.91/0.91	o 202
1.91/0.93	c Got one! Elapsed wall clock time (in seconds):0.81
1.91/0.93	o 198
1.91/0.94	c Got one! Elapsed wall clock time (in seconds):0.828
1.91/0.94	o 181
1.91/0.97	c Got one! Elapsed wall clock time (in seconds):0.852
1.91/0.97	o 171
2.02/1.03	c Got one! Elapsed wall clock time (in seconds):0.911
2.02/1.03	o 169
2.02/1.08	c Got one! Elapsed wall clock time (in seconds):0.963
2.02/1.08	o 134
2.02/1.09	c Got one! Elapsed wall clock time (in seconds):0.973
2.02/1.09	o 86
2.12/1.12	c Got one! Elapsed wall clock time (in seconds):1.003
2.12/1.12	o 84
2.12/1.14	c Got one! Elapsed wall clock time (in seconds):1.024
2.12/1.14	o 71
2.12/1.17	c Got one! Elapsed wall clock time (in seconds):1.052
2.12/1.17	o 70
2.32/1.31	c Got one! Elapsed wall clock time (in seconds):1.196
2.32/1.31	o 51
2.32/1.40	c Got one! Elapsed wall clock time (in seconds):1.28
2.32/1.40	o 48
2.42/1.43	c Got one! Elapsed wall clock time (in seconds):1.311
2.42/1.43	o 41
2.42/1.48	c Got one! Elapsed wall clock time (in seconds):1.363
2.42/1.48	o 33
2.52/1.57	c Got one! Elapsed wall clock time (in seconds):1.45
2.52/1.57	o 32
2.65/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
2.65/1.69	o 30
2.87/1.84	c Got one! Elapsed wall clock time (in seconds):1.729
2.87/1.84	o 23
3.07/2.04	c cleaning 7732 clauses out of 15464 with flag 10504/15464
3.25/2.18	c Got one! Elapsed wall clock time (in seconds):2.066
3.25/2.18	o 22
3.57/2.47	c cleaning 6655 clauses out of 13310 with flag 28638/21042
4.30/2.82	c Got one! Elapsed wall clock time (in seconds):2.71
4.30/2.82	o 18
4.50/2.92	c cleaning 6163 clauses out of 12339 with flag 10726/26726
4.67/3.04	c Got one! Elapsed wall clock time (in seconds):2.923
4.67/3.04	o 17
4.97/3.33	c cleaning 5872 clauses out of 11751 with flag 36091/32301
4.97/3.36	c Got one! Elapsed wall clock time (in seconds):3.249
4.97/3.36	o 14
4.97/3.39	c Got one! Elapsed wall clock time (in seconds):3.275
4.97/3.39	o 13
5.32/3.69	c cleaning 5751 clauses out of 11514 with flag 35101/37936
5.76/4.05	c cleaning 5879 clauses out of 11762 with flag 81048/43935
6.07/4.37	c Got one! Elapsed wall clock time (in seconds):4.26
6.07/4.37	o 5
6.37/4.68	c cleaning 8152 clauses out of 16307 with flag 36417/54359
6.76/5.05	c cleaning 7076 clauses out of 14155 with flag 82092/60359
7.17/5.49	c cleaning 7032 clauses out of 14079 with flag 135535/67359
7.67/5.93	c cleaning 7520 clauses out of 15047 with flag 189852/75359
8.18/6.44	c cleaning 8264 clauses out of 16529 with flag 256124/84361
8.29/6.59	c Got one! Elapsed wall clock time (in seconds):6.474
8.29/6.59	o 4
8.58/6.83	c cleaning 6776 clauses out of 13564 with flag 34832/89660
9.00/7.20	c cleaning 6386 clauses out of 12791 with flag 87368/95663
9.20/7.48	c Got one! Elapsed wall clock time (in seconds):7.366
9.20/7.48	o 3
9.70/7.90	c cleaning 8280 clauses out of 16568 with flag 58282/105826
10.10/8.35	c cleaning 7129 clauses out of 14287 with flag 121619/111825
10.20/8.50	c Got one! Elapsed wall clock time (in seconds):8.38
10.20/8.50	o 2
10.40/8.68	c cleaning 6218 clauses out of 12442 with flag 25670/117109
10.80/9.09	c cleaning 6107 clauses out of 12223 with flag 76638/123108
11.31/9.57	c cleaning 6548 clauses out of 13116 with flag 141076/130108
11.91/10.14	c cleaning 7268 clauses out of 14568 with flag 211201/138108
12.60/10.82	c cleaning 8142 clauses out of 16297 with flag 288733/147106
13.11/11.39	c cleaning 9072 clauses out of 18155 with flag 354307/157106
13.92/12.18	c cleaning 10029 clauses out of 20084 with flag 444410/168107
14.72/12.97	c Got one! Elapsed wall clock time (in seconds):12.851
14.72/12.97	o 1
15.32/13.52	c cleaning 13416 clauses out of 26855 with flag 55398/184908
15.83/14.04	c cleaning 9705 clauses out of 19440 with flag 114390/190909
16.33/14.59	c cleaning 8362 clauses out of 16735 with flag 176105/197909
16.94/15.17	c cleaning 8170 clauses out of 16372 with flag 242969/205908
17.56/15.76	c cleaning 8592 clauses out of 17205 with flag 307805/214911
18.16/16.34	c cleaning 9295 clauses out of 18612 with flag 373354/224910
18.88/17.03	c cleaning 10148 clauses out of 20315 with flag 453088/235908
19.77/17.96	c cleaning 11075 clauses out of 22168 with flag 549422/247909
20.69/18.83	c cleaning 12044 clauses out of 24094 with flag 644281/260911
21.61/19.75	c cleaning 13015 clauses out of 26047 with flag 746103/274908
22.61/20.79	c cleaning 14004 clauses out of 28032 with flag 856798/289908
24.03/22.10	c cleaning 15008 clauses out of 30029 with flag 981289/305909
25.45/23.57	c cleaning 15998 clauses out of 32021 with flag 1108793/322910
26.85/24.98	c cleaning 17002 clauses out of 34021 with flag 1231387/340908
28.86/26.94	c cleaning 18005 clauses out of 36019 with flag 1373637/359908
30.50/28.54	c cleaning 19003 clauses out of 38015 with flag 1509899/379910
32.31/30.33	c cleaning 19992 clauses out of 40010 with flag 1655072/400908
34.43/32.40	c cleaning 20997 clauses out of 42018 with flag 1814821/422908
36.53/34.51	c cleaning 22010 clauses out of 44024 with flag 1981778/445912
38.73/36.74	c cleaning 23001 clauses out of 46011 with flag 2162542/469909
41.33/39.35	c cleaning 23995 clauses out of 48011 with flag 2360844/494910
44.15/42.10	c cleaning 25001 clauses out of 50013 with flag 2564798/520908
46.77/44.79	c cleaning 25999 clauses out of 52009 with flag 2754273/547908
49.69/47.66	c cleaning 27003 clauses out of 54010 with flag 2957120/575908
52.70/50.68	c cleaning 27999 clauses out of 56002 with flag 3172886/604910
56.00/53.95	c cleaning 28997 clauses out of 57998 with flag 3400649/634908
56.10/54.03	c starts		: 192
56.10/54.03	c conflicts		: 635103
56.10/54.03	c decisions		: 879848
56.10/54.03	c propagations		: 26600674
56.10/54.03	c inspects		: 743621692
56.10/54.03	c shortcuts		: 0
56.10/54.03	c learnt literals	: 27
56.10/54.03	c learnt binary clauses	: 27
56.10/54.03	c learnt ternary clauses	: 147
56.10/54.03	c learnt constraints	: 635075
56.10/54.03	c ignored constraints	: 0
56.10/54.03	c root simplifications	: 0
56.10/54.03	c removed literals (reason simplification)	: 0
56.10/54.03	c reason swapping (by a shorter reason)	: 0
56.10/54.03	c Calls to reduceDB	: 48
56.10/54.03	c Number of update (reduction) of LBD	: 205523
56.10/54.03	c number of reductions to clauses (during analyze)	: 0
56.10/54.03	c number of learned constraints concerned by reduction	: 0
56.10/54.03	c number of learning phase by resolution	: 0
56.10/54.03	c number of learning phase by cutting planes	: 0
56.10/54.03	c speed (assignments/second)	: 495541.6169895678
56.10/54.03	c non guided choices	4853
56.10/54.03	c learnt constraints type 
56.10/54.03	c constraints type 
56.10/54.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2601
56.10/54.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
56.10/54.03	c ignored satisfied constraints => 1
56.10/54.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
56.10/54.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
56.10/54.03	c 2708 constraints processed.
56.10/54.03	s OPTIMUM FOUND
56.10/54.03	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 
56.10/54.03	c objective function=1
56.10/54.03	c Total wall clock time (in seconds): 53.913

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-3718099-1338251963/watcher-3718099-1338251963 -o /tmp/evaluation-result-3718099-1338251963/solver-3718099-1338251963 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718099-1338251963.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: 1.97 1.81 1.82 3/194 14158
/proc/meminfo: memFree=29518456/32873648 swapFree=7368/7368
[pid=14158] ppid=14156 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14158/stat : 14158 (java) D 14156 14158 13069 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 291320385 9515008 182 33554432000 1073741824 1073778376 140735186735616 140735186726648 251053031093 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/14158/statm: 2323 182 140 9 0 71 0

[startup+0.0528799 s]
/proc/loadavg: 1.97 1.81 1.82 3/194 14158
/proc/meminfo: memFree=29518456/32873648 swapFree=7368/7368
[pid=14158] ppid=14156 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/14158/stat : 14158 (java) S 14156 14158 13069 0 -1 4202496 3058 0 1 0 2 0 0 0 20 0 13 0 291320385 9446973440 3756 33554432000 1073741824 1073778376 140736191018560 140736191009696 251056390205 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14158/statm: 2306390 3756 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100236 s]
/proc/loadavg: 1.97 1.81 1.82 3/194 14158
/proc/meminfo: memFree=29518456/32873648 swapFree=7368/7368
[pid=14158] ppid=14156 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/14158/stat : 14158 (java) S 14156 14158 13069 0 -1 4202496 4265 0 1 0 8 1 0 0 20 0 18 0 291320385 9787817984 5465 33554432000 1073741824 1073778376 140736191018560 140736191009696 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14158/statm: 2389604 5465 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300219 s]
/proc/loadavg: 1.97 1.81 1.82 3/194 14158
/proc/meminfo: memFree=29518456/32873648 swapFree=7368/7368
[pid=14158] ppid=14156 vsize=9558416 CPUtime=0.44 cores=0,2,4,6
/proc/14158/stat : 14158 (java) S 14156 14158 13069 0 -1 4202496 5224 0 1 0 43 1 0 0 20 0 18 0 291320385 9787817984 7990 33554432000 1073741824 1073778376 140736191018560 140736191009696 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14158/statm: 2389604 7990 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558416

[startup+0.700233 s]
/proc/loadavg: 1.97 1.81 1.82 3/194 14158
/proc/meminfo: memFree=29518456/32873648 swapFree=7368/7368
[pid=14158] ppid=14156 vsize=9624980 CPUtime=1.63 cores=0,2,4,6
/proc/14158/stat : 14158 (java) S 14156 14158 13069 0 -1 4202496 14848 0 1 0 159 4 0 0 20 0 19 0 291320385 9855979520 12511 33554432000 1073741824 1073778376 140736191018560 140736191009696 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14158/statm: 2406245 12511 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9624980

[startup+1.50067 s]
/proc/loadavg: 1.97 1.81 1.82 3/213 14177
/proc/meminfo: memFree=29466092/32873648 swapFree=7368/7368
[pid=14158] ppid=14156 vsize=9624980 CPUtime=2.52 cores=0,2,4,6
/proc/14158/stat : 14158 (java) S 14156 14158 13069 0 -1 4202496 14870 0 1 0 248 4 0 0 20 0 19 0 291320385 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 140736191009696 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14158/statm: 2406245 17622 2254 9 0 2396937 0
[pid=14158/tid=14160] ppid=14156 vsize=9624980 CPUtime=1.46 cores=0,2,4,6
/proc/14158/task/14160/stat : 14160 (java) R 14156 14158 13069 0 -1 4202560 2471 0 1 0 144 2 0 0 20 0 19 0 291320387 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716947578104 139716779976499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14161] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14161/stat : 14161 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716909070632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14162] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14162/stat : 14162 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716908017832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14163] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14163/stat : 14163 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716906965544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14164] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14164/stat : 14164 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716905912744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14165] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14165/stat : 14165 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716904860456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14166] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14166/stat : 14166 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716903807656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14167] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14167/stat : 14167 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716902755368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14168] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14168/stat : 14168 (java) S 14156 14158 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716901702568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14169] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14169/stat : 14169 (java) S 14156 14158 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716770883816 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14170] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14170/stat : 14170 (java) S 14156 14158 13069 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716769829880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14171] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14171/stat : 14171 (java) S 14156 14158 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716768777480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14172] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14172/stat : 14172 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716767725968 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14173] ppid=14156 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/14158/task/14173/stat : 14173 (java) S 14156 14158 13069 0 -1 4202560 6887 0 0 0 47 2 0 0 20 0 19 0 291320392 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716766673592 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14174] ppid=14156 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/14158/task/14174/stat : 14174 (java) S 14156 14158 13069 0 -1 4202560 4317 0 0 0 53 0 0 0 20 0 19 0 291320392 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716765620792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14175] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14175/stat : 14175 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139716764568696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14176] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14176/stat : 14176 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139715755896008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14177] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14177/stat : 14177 (java) S 14156 14158 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291320421 9855979520 17622 33554432000 1073741824 1073778376 140736191018560 139715754841000 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9624980

[startup+3.10069 s]
/proc/loadavg: 1.97 1.81 1.82 3/213 14177
/proc/meminfo: memFree=29437172/32873648 swapFree=7368/7368
[pid=14158] ppid=14156 vsize=9624980 CPUtime=4.77 cores=0,2,4,6
/proc/14158/stat : 14158 (java) S 14156 14158 13069 0 -1 4202496 22787 0 1 0 471 6 0 0 20 0 19 0 291320385 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 140736191009696 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14158/statm: 2406245 27674 2279 9 0 2396937 0
[pid=14158/tid=14160] ppid=14156 vsize=9624980 CPUtime=3 cores=0,2,4,6
/proc/14158/task/14160/stat : 14160 (java) R 14156 14158 13069 0 -1 4202560 2476 0 1 0 297 3 0 0 20 0 19 0 291320387 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716947579352 139716779917895 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14161] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14161/stat : 14161 (java) S 14156 14158 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716909070632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14162] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14162/stat : 14162 (java) S 14156 14158 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716908017832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14163] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14163/stat : 14163 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716906965544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14164] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14164/stat : 14164 (java) S 14156 14158 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716905912744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14165] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14165/stat : 14165 (java) S 14156 14158 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716904860456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14166] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14166/stat : 14166 (java) S 14156 14158 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716903807656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14167] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14167/stat : 14167 (java) S 14156 14158 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716902755368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14168] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14168/stat : 14168 (java) S 14156 14158 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716901702568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14169] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14169/stat : 14169 (java) S 14156 14158 13069 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 291320389 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716770883816 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14170] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14170/stat : 14170 (java) S 14156 14158 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716769829880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14171] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14171/stat : 14171 (java) S 14156 14158 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716768777480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14172] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14172/stat : 14172 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716767725968 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14173] ppid=14156 vsize=9624980 CPUtime=1.01 cores=0,2,4,6
/proc/14158/task/14173/stat : 14173 (java) S 14156 14158 13069 0 -1 4202560 14730 0 0 0 97 4 0 0 20 0 19 0 291320392 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716766673592 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14174] ppid=14156 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/14158/task/14174/stat : 14174 (java) S 14156 14158 13069 0 -1 4202560 4321 0 0 0 63 0 0 0 20 0 19 0 291320392 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716765620792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14175] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14175/stat : 14175 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139716764568696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14176] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14176/stat : 14176 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139715755896008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14177] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14177/stat : 14177 (java) S 14156 14158 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291320421 9855979520 27674 33554432000 1073741824 1073778376 140736191018560 139715754841000 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 9624980

[startup+6.3006 s]
/proc/loadavg: 1.97 1.82 1.82 3/213 14177
/proc/meminfo: memFree=29424400/32873648 swapFree=7368/7368
[pid=14158] ppid=14156 vsize=9624980 CPUtime=8.08 cores=0,2,4,6
/proc/14158/stat : 14158 (java) S 14156 14158 13069 0 -1 4202496 22807 0 1 0 802 6 0 0 20 0 19 0 291320385 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 140736191009696 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14158/statm: 2406245 25233 2279 9 0 2396937 0
[pid=14158/tid=14160] ppid=14156 vsize=9624980 CPUtime=6.05 cores=0,2,4,6
/proc/14158/task/14160/stat : 14160 (java) R 14156 14158 13069 0 -1 4202560 2483 0 1 0 602 3 0 0 20 0 19 0 291320387 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716947579352 139716780215456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14161] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14161/stat : 14161 (java) S 14156 14158 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716909070632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14162] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14162/stat : 14162 (java) S 14156 14158 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716908017832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14163] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14163/stat : 14163 (java) S 14156 14158 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716906965544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14164] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14164/stat : 14164 (java) S 14156 14158 13069 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716905912744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14165] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14165/stat : 14165 (java) S 14156 14158 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716904860456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14166] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14166/stat : 14166 (java) S 14156 14158 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716903807656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14167] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14167/stat : 14167 (java) S 14156 14158 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716902755368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14168] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14168/stat : 14168 (java) S 14156 14158 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320388 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716901702568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14169] ppid=14156 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/14158/task/14169/stat : 14169 (java) S 14156 14158 13069 0 -1 4202560 34 0 0 0 17 0 0 0 20 0 19 0 291320389 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716770883816 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14170] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14170/stat : 14170 (java) S 14156 14158 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716769829880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14171] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14171/stat : 14171 (java) S 14156 14158 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716768777480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14172] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14172/stat : 14172 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716767725968 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14173] ppid=14156 vsize=9624980 CPUtime=1.01 cores=0,2,4,6
/proc/14158/task/14173/stat : 14173 (java) S 14156 14158 13069 0 -1 4202560 14730 0 0 0 97 4 0 0 20 0 19 0 291320392 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716766673592 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14174] ppid=14156 vsize=9624980 CPUtime=0.73 cores=0,2,4,6
/proc/14158/task/14174/stat : 14174 (java) S 14156 14158 13069 0 -1 4202560 4322 0 0 0 73 0 0 0 20 0 19 0 291320392 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716765620792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14175] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14175/stat : 14175 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139716764568696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14176] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14176/stat : 14176 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139715755896008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14177] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14177/stat : 14177 (java) S 14156 14158 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291320421 9855979520 25233 33554432000 1073741824 1073778376 140736191018560 139715754841000 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.08
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/14158/task/14161/stat : 14161 (java) S 14156 14158 13069 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716909070632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14162] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14162/stat : 14162 (java) S 14156 14158 13069 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716908017832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14163] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14163/stat : 14163 (java) S 14156 14158 13069 0 -1 4202560 45 0 0 0 4 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716906965544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14164] ppid=14156 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14158/task/14164/stat : 14164 (java) S 14156 14158 13069 0 -1 4202560 40 0 0 0 6 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716905912744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14165] ppid=14156 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14158/task/14165/stat : 14165 (java) S 14156 14158 13069 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716904860456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14166] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14166/stat : 14166 (java) S 14156 14158 13069 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716903807656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14167] ppid=14156 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14158/task/14167/stat : 14167 (java) S 14156 14158 13069 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716902755368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14168] ppid=14156 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/14158/task/14168/stat : 14168 (java) S 14156 14158 13069 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716901702568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14169] ppid=14156 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/14158/task/14169/stat : 14169 (java) S 14156 14158 13069 0 -1 4202560 39 0 0 0 102 0 0 0 20 0 19 0 291320389 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716770883816 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14170] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14170/stat : 14170 (java) S 14156 14158 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716769829880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14171] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14171/stat : 14171 (java) S 14156 14158 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716768777480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14172] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14172/stat : 14172 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716767725968 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14173] ppid=14156 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/14158/task/14173/stat : 14173 (java) S 14156 14158 13069 0 -1 4202560 14731 0 0 0 98 4 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716766673592 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14174] ppid=14156 vsize=9624980 CPUtime=0.78 cores=0,2,4,6
/proc/14158/task/14174/stat : 14174 (java) S 14156 14158 13069 0 -1 4202560 4324 0 0 0 78 0 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716765620792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14175] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14175/stat : 14175 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716764568696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14176] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14176/stat : 14176 (java) S 14156 14158 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139715755896008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14177] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14177/stat : 14177 (java) S 14156 14158 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291320421 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139715754841000 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 54.8
Current children cumulated vsize (KiB) 9624980

[startup+53.5007 s]
/proc/loadavg: 1.99 1.84 1.83 3/214 14238
/proc/meminfo: memFree=29442784/32873648 swapFree=7368/7368
[pid=14158] ppid=14156 vsize=9624980 CPUtime=55.59 cores=0,2,4,6
/proc/14158/stat : 14158 (java) S 14156 14158 13069 0 -1 4202496 22965 0 1 0 5550 9 0 0 20 0 19 0 291320385 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 140736191009696 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14158/statm: 2406245 27386 2280 9 0 2396937 0
[pid=14158/tid=14160] ppid=14156 vsize=9624980 CPUtime=52.26 cores=0,2,4,6
/proc/14158/task/14160/stat : 14160 (java) R 14156 14158 13069 0 -1 4202560 2521 0 1 0 5223 3 0 0 20 0 19 0 291320387 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716947579232 139716779901806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14161] ppid=14156 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14158/task/14161/stat : 14161 (java) S 14156 14158 13069 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716909070632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14162] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14162/stat : 14162 (java) S 14156 14158 13069 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716908017832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14163] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14163/stat : 14163 (java) S 14156 14158 13069 0 -1 4202560 45 0 0 0 4 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716906965544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14164] ppid=14156 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14158/task/14164/stat : 14164 (java) S 14156 14158 13069 0 -1 4202560 40 0 0 0 6 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716905912744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14165] ppid=14156 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14158/task/14165/stat : 14165 (java) S 14156 14158 13069 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716904860456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14166] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14166/stat : 14166 (java) S 14156 14158 13069 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716903807656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14167] ppid=14156 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14158/task/14167/stat : 14167 (java) S 14156 14158 13069 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716902755368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14168] ppid=14156 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/14158/task/14168/stat : 14168 (java) S 14156 14158 13069 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716901702568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14169] ppid=14156 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/14158/task/14169/stat : 14169 (java) S 14156 14158 13069 0 -1 4202560 39 0 0 0 102 0 0 0 20 0 19 0 291320389 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716770883816 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14170] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14170/stat : 14170 (java) S 14156 14158 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716769829880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14171] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14171/stat : 14171 (java) S 14156 14158 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716768777480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14172] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14172/stat : 14172 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716767725968 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14173] ppid=14156 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/14158/task/14173/stat : 14173 (java) S 14156 14158 13069 0 -1 4202560 14731 0 0 0 98 4 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716766673592 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14174] ppid=14156 vsize=9624980 CPUtime=0.78 cores=0,2,4,6
/proc/14158/task/14174/stat : 14174 (java) S 14156 14158 13069 0 -1 4202560 4324 0 0 0 78 0 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716765620792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14175] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14175/stat : 14175 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716764568696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14176] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14176/stat : 14176 (java) S 14156 14158 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139715755896008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14177] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14177/stat : 14177 (java) S 14156 14158 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291320421 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139715754841000 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 55.59
Current children cumulated vsize (KiB) 9624980

[startup+53.9068 s]
/proc/loadavg: 1.99 1.84 1.83 3/214 14238
/proc/meminfo: memFree=29442816/32873648 swapFree=7368/7368
[pid=14158] ppid=14156 vsize=9624980 CPUtime=56 cores=0,2,4,6
/proc/14158/stat : 14158 (java) S 14156 14158 13069 0 -1 4202496 22965 0 1 0 5591 9 0 0 20 0 19 0 291320385 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 140736191009696 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14158/statm: 2406245 27386 2280 9 0 2396937 0
[pid=14158/tid=14160] ppid=14156 vsize=9624980 CPUtime=52.66 cores=0,2,4,6
/proc/14158/task/14160/stat : 14160 (java) R 14156 14158 13069 0 -1 4202560 2521 0 1 0 5263 3 0 0 20 0 19 0 291320387 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716947579232 139716780247297 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14161] ppid=14156 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14158/task/14161/stat : 14161 (java) S 14156 14158 13069 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716909070632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14162] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14162/stat : 14162 (java) S 14156 14158 13069 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716908017832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14163] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14163/stat : 14163 (java) S 14156 14158 13069 0 -1 4202560 45 0 0 0 4 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716906965544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14164] ppid=14156 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14158/task/14164/stat : 14164 (java) S 14156 14158 13069 0 -1 4202560 40 0 0 0 6 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716905912744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14165] ppid=14156 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14158/task/14165/stat : 14165 (java) S 14156 14158 13069 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716904860456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14166] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14166/stat : 14166 (java) S 14156 14158 13069 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716903807656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14167] ppid=14156 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14158/task/14167/stat : 14167 (java) S 14156 14158 13069 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716902755368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14168] ppid=14156 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/14158/task/14168/stat : 14168 (java) S 14156 14158 13069 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291320388 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716901702568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14169] ppid=14156 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/14158/task/14169/stat : 14169 (java) S 14156 14158 13069 0 -1 4202560 39 0 0 0 102 0 0 0 20 0 19 0 291320389 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716770883816 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14170] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14170/stat : 14170 (java) S 14156 14158 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716769829880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14171] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14171/stat : 14171 (java) S 14156 14158 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716768777480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14172] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14172/stat : 14172 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716767725968 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14173] ppid=14156 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/14158/task/14173/stat : 14173 (java) S 14156 14158 13069 0 -1 4202560 14731 0 0 0 98 4 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716766673592 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14174] ppid=14156 vsize=9624980 CPUtime=0.78 cores=0,2,4,6
/proc/14158/task/14174/stat : 14174 (java) S 14156 14158 13069 0 -1 4202560 4324 0 0 0 78 0 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716765620792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14175] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14175/stat : 14175 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139716764568696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14176] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14176/stat : 14176 (java) S 14156 14158 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139715755896008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14177] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14177/stat : 14177 (java) S 14156 14158 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291320421 9855979520 27386 33554432000 1073741824 1073778376 140736191018560 139715754841000 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 56
Current children cumulated vsize (KiB) 9624980

[startup+54.0007 s]
/proc/loadavg: 1.99 1.84 1.83 3/214 14238
/proc/meminfo: memFree=29442816/32873648 swapFree=7368/7368
[pid=14158] ppid=14156 vsize=9624980 CPUtime=56.1 cores=0,2,4,6
/proc/14158/stat : 14158 (java) S 14156 14158 13069 0 -1 4202496 22971 0 1 0 5601 9 0 0 20 0 19 0 291320385 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 140736191009696 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14158/statm: 2406245 27391 2280 9 0 2396937 0
[pid=14158/tid=14160] ppid=14156 vsize=9624980 CPUtime=52.72 cores=0,2,4,6
/proc/14158/task/14160/stat : 14160 (java) R 14156 14158 13069 0 -1 4202560 2522 0 1 0 5269 3 0 0 20 0 19 0 291320387 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716947579352 139716779902818 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14161] ppid=14156 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14158/task/14161/stat : 14161 (java) S 14156 14158 13069 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 291320388 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716909070632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14162] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14162/stat : 14162 (java) S 14156 14158 13069 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291320388 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716908017832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14163] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14163/stat : 14163 (java) S 14156 14158 13069 0 -1 4202560 45 0 0 0 4 0 0 0 20 0 19 0 291320388 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716906965544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14164] ppid=14156 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14158/task/14164/stat : 14164 (java) S 14156 14158 13069 0 -1 4202560 40 0 0 0 6 0 0 0 20 0 19 0 291320388 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716905912744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14165] ppid=14156 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14158/task/14165/stat : 14165 (java) S 14156 14158 13069 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291320388 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716904860456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14166] ppid=14156 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14158/task/14166/stat : 14166 (java) S 14156 14158 13069 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 291320388 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716903807656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14158/tid=14167] ppid=14156 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14158/task/14167/stat : 14167 (java) S 14156 14158 13069 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 291320388 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716902755368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14168] ppid=14156 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/14158/task/14168/stat : 14168 (java) S 14156 14158 13069 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291320388 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716901702568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14169] ppid=14156 vsize=9624980 CPUtime=1.05 cores=0,2,4,6
/proc/14158/task/14169/stat : 14169 (java) S 14156 14158 13069 0 -1 4202560 39 0 0 0 105 0 0 0 20 0 19 0 291320389 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716770883816 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14170] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14170/stat : 14170 (java) S 14156 14158 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716769829880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14171] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14171/stat : 14171 (java) S 14156 14158 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320389 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716768777480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14172] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14172/stat : 14172 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716767725968 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14173] ppid=14156 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/14158/task/14173/stat : 14173 (java) S 14156 14158 13069 0 -1 4202560 14731 0 0 0 98 4 0 0 20 0 19 0 291320392 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716766673592 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14158/tid=14174] ppid=14156 vsize=9624980 CPUtime=0.78 cores=0,2,4,6
/proc/14158/task/14174/stat : 14174 (java) S 14156 14158 13069 0 -1 4202560 4324 0 0 0 78 0 0 0 20 0 19 0 291320392 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716765620792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14175] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14175/stat : 14175 (java) S 14156 14158 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139716764568696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14158/tid=14176] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14176/stat : 14176 (java) S 14156 14158 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320392 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139715755896008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14158/tid=14177] ppid=14156 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14158/task/14177/stat : 14177 (java) S 14156 14158 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291320421 9855979520 27391 33554432000 1073741824 1073778376 140736191018560 139715754841000 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 56.1
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 54.0358
CPU time (s): 56.2245
CPU user time (s): 56.0235
CPU system time (s): 0.200969
CPU usage (%): 104.05
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.0235
system time used= 0.200969
maximum resident set size= 110736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22988
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= 2698
involuntary context switches= 1768

runsolver used 0.179972 second user time and 0.416936 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:39:23
IDJOB=3718099
IDBENCH=78964
IDSOLVER=2301
FILE ID=node149/3718099-1338251963
RUNJOBID= node149-1338251638-13085
PBS_JOBID= 14624666
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 87777454fd73e41b31dd9b36586c9c7c
RANDOM SEED=1215040664

node149.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.145
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	: 5332.29
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.145
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.145
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	: 5438.55
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.145
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		: 2666.145
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.145
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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.145
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:       32873648 kB
MemFree:        29519084 kB
Buffers:          641476 kB
Cached:          1748508 kB
SwapCached:         2476 kB
Active:          1226036 kB
Inactive:        1285404 kB
Active(anon):     104092 kB
Inactive(anon):     9368 kB
Active(file):    1121944 kB
Inactive(file):  1276036 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:               520 kB
Writeback:             4 kB
AnonPages:        120200 kB
Mapped:            22464 kB
Shmem:                96 kB
Slab:             701712 kB
SReclaimable:     144940 kB
SUnreclaim:       556772 kB
KernelStack:        1608 kB
PageTables:         4476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node149 at 2012-05-29 02:40:17