Trace number 3718398

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 91.4091 89.0339

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900550006--soft-0-100-0.wbo
MD5SUM200f179ceb6a172fc8d81952e96f0c84
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 benchmark75.6615
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 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120528
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/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@5f934ad
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-3718398-1338254331.wbo
0.09/0.11	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.207s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c ignored satisfied constraints => 1
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2708 constraints processed.
0.49/0.32	c objective function length is 2707 literals
0.79/0.49	c SATISFIABLE
0.79/0.49	c OPTIMIZING...
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.384
0.79/0.49	o 414
1.09/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
1.09/0.54	o 408
1.09/0.57	c Got one! Elapsed wall clock time (in seconds):0.461
1.09/0.57	o 397
1.38/0.61	c Got one! Elapsed wall clock time (in seconds):0.498
1.38/0.61	o 392
1.38/0.62	c Got one! Elapsed wall clock time (in seconds):0.511
1.38/0.62	o 358
1.38/0.64	c Got one! Elapsed wall clock time (in seconds):0.533
1.38/0.64	o 351
1.38/0.66	c Got one! Elapsed wall clock time (in seconds):0.55
1.38/0.66	o 350
1.38/0.68	c Got one! Elapsed wall clock time (in seconds):0.568
1.38/0.68	o 325
1.38/0.69	c Got one! Elapsed wall clock time (in seconds):0.585
1.38/0.69	o 322
1.63/0.72	c Got one! Elapsed wall clock time (in seconds):0.608
1.63/0.72	o 295
1.63/0.73	c Got one! Elapsed wall clock time (in seconds):0.62
1.63/0.73	o 283
1.63/0.74	c Got one! Elapsed wall clock time (in seconds):0.635
1.63/0.74	o 212
1.63/0.78	c Got one! Elapsed wall clock time (in seconds):0.668
1.63/0.78	o 206
1.74/0.81	c Got one! Elapsed wall clock time (in seconds):0.702
1.74/0.81	o 182
1.74/0.88	c Got one! Elapsed wall clock time (in seconds):0.769
1.74/0.88	o 172
1.85/0.91	c Got one! Elapsed wall clock time (in seconds):0.805
1.85/0.91	o 143
1.85/0.94	c Got one! Elapsed wall clock time (in seconds):0.827
1.85/0.94	o 140
1.85/0.97	c Got one! Elapsed wall clock time (in seconds):0.86
1.85/0.97	o 130
1.95/1.02	c Got one! Elapsed wall clock time (in seconds):0.906
1.95/1.02	o 121
1.95/1.10	c Got one! Elapsed wall clock time (in seconds):0.988
1.95/1.10	o 120
2.05/1.11	c Got one! Elapsed wall clock time (in seconds):0.998
2.05/1.11	o 91
2.16/1.23	c Got one! Elapsed wall clock time (in seconds):1.116
2.16/1.23	o 90
2.16/1.24	c Got one! Elapsed wall clock time (in seconds):1.135
2.16/1.24	o 89
2.26/1.31	c Got one! Elapsed wall clock time (in seconds):1.201
2.26/1.31	o 82
2.36/1.44	c Got one! Elapsed wall clock time (in seconds):1.335
2.36/1.44	o 77
2.47/1.50	c Got one! Elapsed wall clock time (in seconds):1.39
2.47/1.50	o 73
2.47/1.52	c Got one! Elapsed wall clock time (in seconds):1.406
2.47/1.52	o 69
2.56/1.60	c Got one! Elapsed wall clock time (in seconds):1.494
2.56/1.60	o 65
2.56/1.63	c Got one! Elapsed wall clock time (in seconds):1.521
2.56/1.63	o 64
2.56/1.69	c Got one! Elapsed wall clock time (in seconds):1.582
2.56/1.69	o 46
2.66/1.76	c Got one! Elapsed wall clock time (in seconds):1.653
2.66/1.76	o 42
2.89/1.95	c Got one! Elapsed wall clock time (in seconds):1.838
2.89/1.95	o 41
3.10/2.11	c Got one! Elapsed wall clock time (in seconds):2.004
3.10/2.11	o 40
3.10/2.20	c Got one! Elapsed wall clock time (in seconds):2.09
3.10/2.20	o 35
3.23/2.23	c Got one! Elapsed wall clock time (in seconds):2.122
3.23/2.23	o 28
3.42/2.41	c Got one! Elapsed wall clock time (in seconds):2.304
3.42/2.41	o 27
3.52/2.58	c cleaning 9049 clauses out of 18099 with flag 9273/18099
3.69/2.64	c Got one! Elapsed wall clock time (in seconds):2.529
3.69/2.64	o 26
3.89/2.89	c Got one! Elapsed wall clock time (in seconds):2.785
3.89/2.89	o 23
4.10/3.03	c Got one! Elapsed wall clock time (in seconds):2.923
4.10/3.03	o 22
4.20/3.13	c cleaning 7617 clauses out of 15233 with flag 7556/24282
4.20/3.17	c Got one! Elapsed wall clock time (in seconds):3.062
4.20/3.17	o 20
4.42/3.28	c Got one! Elapsed wall clock time (in seconds):3.172
4.42/3.28	o 19
4.84/3.47	c Got one! Elapsed wall clock time (in seconds):3.362
4.84/3.47	o 17
5.17/3.67	c cleaning 6814 clauses out of 13644 with flag 23038/30310
5.54/3.89	c Got one! Elapsed wall clock time (in seconds):3.777
5.54/3.89	o 13
5.74/3.94	c Got one! Elapsed wall clock time (in seconds):3.833
5.74/3.94	o 12
5.74/3.96	c Got one! Elapsed wall clock time (in seconds):3.853
5.74/3.96	o 8
5.95/4.07	c Got one! Elapsed wall clock time (in seconds):3.963
5.95/4.07	o 7
6.13/4.16	c cleaning 6677 clauses out of 13364 with flag 11125/36844
6.54/4.53	c Got one! Elapsed wall clock time (in seconds):4.423
6.54/4.53	o 6
6.64/4.62	c cleaning 6270 clauses out of 12553 with flag 14785/42710
6.74/4.71	c Got one! Elapsed wall clock time (in seconds):4.599
6.74/4.71	o 5
7.04/5.03	c cleaning 6118 clauses out of 12246 with flag 55367/48673
7.34/5.31	c Got one! Elapsed wall clock time (in seconds):5.197
7.34/5.31	o 3
7.34/5.38	c cleaning 5681 clauses out of 11377 with flag 11879/53922
7.45/5.44	c Got one! Elapsed wall clock time (in seconds):5.336
7.45/5.44	o 2
7.64/5.66	c Got one! Elapsed wall clock time (in seconds):5.549
7.64/5.66	o 1
7.84/5.83	c cleaning 5657 clauses out of 11332 with flag 28887/59558
8.25/6.20	c cleaning 5824 clauses out of 11676 with flag 81729/65559
8.65/6.67	c cleaning 6414 clauses out of 12851 with flag 142624/72558
9.25/7.22	c cleaning 7214 clauses out of 14437 with flag 210808/80558
9.96/7.94	c cleaning 8107 clauses out of 16223 with flag 295815/89558
10.66/8.67	c cleaning 9053 clauses out of 18117 with flag 379049/99559
11.46/9.45	c cleaning 10030 clauses out of 20063 with flag 469428/110558
12.46/10.42	c cleaning 11001 clauses out of 22034 with flag 578090/122559
13.56/11.56	c cleaning 12015 clauses out of 24032 with flag 690994/135558
14.67/12.70	c cleaning 12996 clauses out of 26017 with flag 795919/149558
16.09/14.00	c cleaning 14005 clauses out of 28021 with flag 912642/164558
17.52/15.42	c cleaning 15000 clauses out of 30016 with flag 1040529/180558
18.91/16.89	c cleaning 15996 clauses out of 32018 with flag 1169352/197560
20.73/18.64	c cleaning 17000 clauses out of 34020 with flag 1312607/215558
22.42/20.31	c cleaning 18000 clauses out of 36020 with flag 1453895/234558
24.52/22.44	c cleaning 18999 clauses out of 38023 with flag 1637124/254561
26.94/24.83	c cleaning 19999 clauses out of 40021 with flag 1827621/275559
29.16/27.03	c cleaning 21005 clauses out of 42022 with flag 1994709/297559
31.57/29.50	c cleaning 22001 clauses out of 44018 with flag 2178260/320560
34.27/32.13	c cleaning 23002 clauses out of 46015 with flag 2365542/344558
37.47/35.34	c cleaning 24000 clauses out of 48014 with flag 2580985/369560
40.78/38.60	c cleaning 25001 clauses out of 50014 with flag 2794973/395560
44.38/42.29	c cleaning 25998 clauses out of 52012 with flag 3020407/422560
48.20/46.10	c cleaning 26999 clauses out of 54013 with flag 3231006/450559
51.33/49.17	c cleaning 28003 clauses out of 56015 with flag 3422343/479561
54.63/52.47	c cleaning 28998 clauses out of 58012 with flag 3635213/509561
57.94/55.79	c cleaning 29993 clauses out of 60010 with flag 3858934/540558
61.84/59.63	c cleaning 30995 clauses out of 62016 with flag 4105692/572558
66.06/63.82	c cleaning 31996 clauses out of 64020 with flag 4359847/605558
70.26/68.03	c cleaning 33007 clauses out of 66023 with flag 4602955/639558
74.36/72.16	c cleaning 33998 clauses out of 68015 with flag 4857767/674560
78.96/76.76	c cleaning 35002 clauses out of 70017 with flag 5136132/710560
83.67/81.45	c cleaning 35997 clauses out of 72013 with flag 5404884/747558
88.57/86.31	c cleaning 36997 clauses out of 74014 with flag 5697502/785558
91.29/89.02	c starts		: 216
91.29/89.02	c conflicts		: 806291
91.29/89.02	c decisions		: 1123867
91.29/89.02	c propagations		: 35065623
91.29/89.02	c inspects		: 1271135569
91.29/89.02	c shortcuts		: 0
91.29/89.02	c learnt literals	: 21
91.29/89.02	c learnt binary clauses	: 31
91.29/89.02	c learnt ternary clauses	: 150
91.29/89.02	c learnt constraints	: 806269
91.29/89.02	c ignored constraints	: 0
91.29/89.02	c root simplifications	: 0
91.29/89.02	c removed literals (reason simplification)	: 0
91.29/89.02	c reason swapping (by a shorter reason)	: 0
91.29/89.02	c Calls to reduceDB	: 41
91.29/89.02	c Number of update (reduction) of LBD	: 232614
91.29/89.02	c number of reductions to clauses (during analyze)	: 0
91.29/89.02	c number of learned constraints concerned by reduction	: 0
91.29/89.02	c number of learning phase by resolution	: 0
91.29/89.02	c number of learning phase by cutting planes	: 0
91.29/89.02	c speed (assignments/second)	: 395493.3061141626
91.29/89.02	c non guided choices	5854
91.29/89.02	c learnt constraints type 
91.29/89.02	c constraints type 
91.29/89.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
91.29/89.02	c ignored satisfied constraints => 1
91.29/89.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
91.29/89.02	c 2708 constraints processed.
91.29/89.02	s OPTIMUM FOUND
91.29/89.02	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 
91.29/89.02	c objective function=1
91.29/89.02	c Total wall clock time (in seconds): 88.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-3718398-1338254331/watcher-3718398-1338254331 -o /tmp/evaluation-result-3718398-1338254331/solver-3718398-1338254331 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718398-1338254331.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.99 2.00 1.99 2/194 4207
/proc/meminfo: memFree=30333332/32873648 swapFree=7112/7112
[pid=4207] ppid=4205 vsize=9212 CPUtime=0 cores=0,2,4,6
/proc/4207/stat : 4207 (java) R 4205 4207 919 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 291559035 9433088 66 33554432000 1073741824 1073778376 140737317473120 140737317470248 242158235434 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4207/statm: 2306 81 63 9 0 38 0

[startup+0.0200549 s]
/proc/loadavg: 1.99 2.00 1.99 2/194 4207
/proc/meminfo: memFree=30333332/32873648 swapFree=7112/7112
[pid=4207] ppid=4205 vsize=8482100 CPUtime=0 cores=0,2,4,6
/proc/4207/stat : 4207 (java) S 4205 4207 919 0 -1 4202496 1925 0 1 0 0 0 0 0 20 0 2 0 291559035 8685670400 2117 33554432000 1073741824 1073778376 140737317473120 140737317464256 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4207/statm: 2120525 2140 941 9 0 2111634 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8482100

[startup+0.100189 s]
/proc/loadavg: 1.99 2.00 1.99 2/194 4207
/proc/meminfo: memFree=30333332/32873648 swapFree=7112/7112
[pid=4207] ppid=4205 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/4207/stat : 4207 (java) S 4205 4207 919 0 -1 4202496 4344 0 1 0 8 1 0 0 20 0 18 0 291559035 9787817984 5542 33554432000 1073741824 1073778376 140737317473120 140737317464256 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4207/statm: 2389604 5542 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300223 s]
/proc/loadavg: 1.99 2.00 1.99 2/194 4207
/proc/meminfo: memFree=30333332/32873648 swapFree=7112/7112
[pid=4207] ppid=4205 vsize=9558416 CPUtime=0.49 cores=0,2,4,6
/proc/4207/stat : 4207 (java) S 4205 4207 919 0 -1 4202496 6654 0 1 0 47 2 0 0 20 0 18 0 291559035 9787817984 8905 33554432000 1073741824 1073778376 140737317473120 140737317464256 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4207/statm: 2389604 8905 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558416

[startup+0.700181 s]
/proc/loadavg: 1.99 2.00 1.99 2/194 4207
/proc/meminfo: memFree=30333332/32873648 swapFree=7112/7112
[pid=4207] ppid=4205 vsize=9624980 CPUtime=1.63 cores=0,2,4,6
/proc/4207/stat : 4207 (java) S 4205 4207 919 0 -1 4202496 12634 0 1 0 160 3 0 0 20 0 19 0 291559035 9855979520 13651 33554432000 1073741824 1073778376 140737317473120 140737317464256 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4207/statm: 2406245 13651 2257 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.99 2.00 1.99 3/213 4226
/proc/meminfo: memFree=30276924/32873648 swapFree=7112/7112
[pid=4207] ppid=4205 vsize=9624980 CPUtime=2.47 cores=0,2,4,6
/proc/4207/stat : 4207 (java) S 4205 4207 919 0 -1 4202496 12650 0 1 0 243 4 0 0 20 0 19 0 291559035 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140737317464256 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4207/statm: 2406245 18776 2259 9 0 2396937 0
[pid=4207/tid=4209] ppid=4205 vsize=9624980 CPUtime=1.47 cores=0,2,4,6
/proc/4207/task/4209/stat : 4209 (java) R 4205 4207 919 0 -1 4202560 2482 0 1 0 145 2 0 0 20 0 19 0 291559036 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140729061032384 140728915800576 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4210] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4210/stat : 4210 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728904231080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4211] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4211/stat : 4211 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728903178536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4212] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4212/stat : 4212 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728902125992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4213] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4213/stat : 4213 (java) S 4205 4207 919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728901073448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4214] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4214/stat : 4214 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728900020904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4215] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4215/stat : 4215 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728562871080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4216] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4216/stat : 4216 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728561818536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4217] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4217/stat : 4217 (java) S 4205 4207 919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728560765992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4218] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4218/stat : 4218 (java) S 4205 4207 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728548567144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4219] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4219/stat : 4219 (java) S 4205 4207 919 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728547513464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4220] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4220/stat : 4220 (java) S 4205 4207 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728546460808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4221] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4221/stat : 4221 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728545409552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4222] ppid=4205 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/4207/task/4222/stat : 4222 (java) S 4205 4207 919 0 -1 4202560 3710 0 0 0 47 0 0 0 20 0 19 0 291559041 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728544356920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4223] ppid=4205 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/4207/task/4223/stat : 4223 (java) S 4205 4207 919 0 -1 4202560 5258 0 0 0 47 1 0 0 20 0 19 0 291559041 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728543304376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4224] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4224/stat : 4224 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728542252024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4225] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4225/stat : 4225 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728541199688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4226] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4226/stat : 4226 (java) S 4205 4207 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559071 9855979520 18776 33554432000 1073741824 1073778376 140737317473120 140728540107560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9624980

[startup+3.10063 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 4226
/proc/meminfo: memFree=30255452/32873648 swapFree=7112/7112
[pid=4207] ppid=4205 vsize=9624980 CPUtime=4.2 cores=0,2,4,6
/proc/4207/stat : 4207 (java) S 4205 4207 919 0 -1 4202496 12780 0 1 0 415 5 0 0 20 0 19 0 291559035 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140737317464256 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4207/statm: 2406245 27524 2285 9 0 2396937 0
[pid=4207/tid=4209] ppid=4205 vsize=9624980 CPUtime=3.04 cores=0,2,4,6
/proc/4207/task/4209/stat : 4209 (java) R 4205 4207 919 0 -1 4202560 2495 0 1 0 301 3 0 0 20 0 19 0 291559036 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140729061040600 140728915824719 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4210] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4210/stat : 4210 (java) S 4205 4207 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728904231080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4211] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4211/stat : 4211 (java) S 4205 4207 919 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728903178536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4212] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4212/stat : 4212 (java) S 4205 4207 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728902125992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4213] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4213/stat : 4213 (java) S 4205 4207 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728901073448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4214] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4214/stat : 4214 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728900020904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4215] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4215/stat : 4215 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728562871080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4216] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4216/stat : 4216 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728561818536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4217] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4217/stat : 4217 (java) S 4205 4207 919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728560765992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4218] ppid=4205 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/4207/task/4218/stat : 4218 (java) S 4205 4207 919 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 291559038 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728548567144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4219] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4219/stat : 4219 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728547513464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4220] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4220/stat : 4220 (java) S 4205 4207 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728546460808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4221] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4221/stat : 4221 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728545409552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4222] ppid=4205 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/4207/task/4222/stat : 4222 (java) S 4205 4207 919 0 -1 4202560 3764 0 0 0 55 0 0 0 20 0 19 0 291559041 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728544356920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4223] ppid=4205 vsize=9624980 CPUtime=0.51 cores=0,2,4,6
/proc/4207/task/4223/stat : 4223 (java) S 4205 4207 919 0 -1 4202560 5260 0 0 0 50 1 0 0 20 0 19 0 291559041 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728543304376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4224] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4224/stat : 4224 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728542252024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4225] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4225/stat : 4225 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728541199688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4226] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4226/stat : 4226 (java) S 4205 4207 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559071 9855979520 27524 33554432000 1073741824 1073778376 140737317473120 140728540107560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9624980

[startup+6.30056 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 4226
/proc/meminfo: memFree=30212640/32873648 swapFree=7112/7112
[pid=4207] ppid=4205 vsize=9624980 CPUtime=8.35 cores=0,2,4,6
/proc/4207/stat : 4207 (java) S 4205 4207 919 0 -1 4202496 24021 0 1 0 828 7 0 0 20 0 19 0 291559035 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140737317464256 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4207/statm: 2406245 32046 2285 9 0 2396937 0
[pid=4207/tid=4209] ppid=4205 vsize=9624980 CPUtime=5.97 cores=0,2,4,6
/proc/4207/task/4209/stat : 4209 (java) R 4205 4207 919 0 -1 4202560 2502 0 1 0 594 3 0 0 20 0 19 0 291559036 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140729061040480 140728916018499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4210] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4210/stat : 4210 (java) S 4205 4207 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728904231080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4211] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4211/stat : 4211 (java) S 4205 4207 919 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728903178536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4212] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4212/stat : 4212 (java) S 4205 4207 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728902125992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4213] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4213/stat : 4213 (java) S 4205 4207 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728901073448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4214] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4214/stat : 4214 (java) S 4205 4207 919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728900020904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4215] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4215/stat : 4215 (java) S 4205 4207 919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728562871080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4216] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4216/stat : 4216 (java) S 4205 4207 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728561818536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4217] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4217/stat : 4217 (java) S 4205 4207 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291559037 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728560765992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4218] ppid=4205 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/4207/task/4218/stat : 4218 (java) S 4205 4207 919 0 -1 4202560 36 0 0 0 26 0 0 0 20 0 19 0 291559038 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728548567144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4219] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4219/stat : 4219 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728547513464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4220] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4220/stat : 4220 (java) S 4205 4207 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728546460808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4221] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4221/stat : 4221 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728545409552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4222] ppid=4205 vsize=9624980 CPUtime=1.01 cores=0,2,4,6
/proc/4207/task/4222/stat : 4222 (java) S 4205 4207 919 0 -1 4202560 9543 0 0 0 99 2 0 0 20 0 19 0 291559041 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728544356920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4223] ppid=4205 vsize=9624980 CPUtime=0.98 cores=0,2,4,6
/proc/4207/task/4223/stat : 4223 (java) S 4205 4207 919 0 -1 4202560 10697 0 0 0 96 2 0 0 20 0 19 0 291559041 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728543304376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4224] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4224/stat : 4224 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728542252024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4225] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4225/stat : 4225 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728541199688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4226] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4226/stat : 4226 (java) S 4205 4207 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559071 9855979520 32046 33554432000 1073741824 1073778376 140737317473120 140728540107560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/4207/task/4210/stat : 4210 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728904231080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4211] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4211/stat : 4211 (java) S 4205 4207 919 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728903178536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4212] ppid=4205 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4207/task/4212/stat : 4212 (java) S 4205 4207 919 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728902125992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4213] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4213/stat : 4213 (java) S 4205 4207 919 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728901073448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4214] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4214/stat : 4214 (java) S 4205 4207 919 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728900020904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4215] ppid=4205 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4207/task/4215/stat : 4215 (java) S 4205 4207 919 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728562871080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4216] ppid=4205 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4207/task/4216/stat : 4216 (java) S 4205 4207 919 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728561818536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4217] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4217/stat : 4217 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728560765992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4218] ppid=4205 vsize=9624980 CPUtime=1.49 cores=0,2,4,6
/proc/4207/task/4218/stat : 4218 (java) S 4205 4207 919 0 -1 4202560 44 0 0 0 149 0 0 0 20 0 19 0 291559038 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728548567144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4219] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4219/stat : 4219 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728547513464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4220] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4220/stat : 4220 (java) S 4205 4207 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728546460808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4221] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4221/stat : 4221 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728545409552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4222] ppid=4205 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/4207/task/4222/stat : 4222 (java) S 4205 4207 919 0 -1 4202560 9544 0 0 0 100 2 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728544356920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4223] ppid=4205 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/4207/task/4223/stat : 4223 (java) S 4205 4207 919 0 -1 4202560 10700 0 0 0 100 2 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728543304376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4224] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4224/stat : 4224 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728542252024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4225] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4225/stat : 4225 (java) S 4205 4207 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728541199688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4226] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4226/stat : 4226 (java) S 4205 4207 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559071 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728540107560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 90.19
Current children cumulated vsize (KiB) 9624980

[startup+88.7006 s]
/proc/loadavg: 1.99 2.00 1.99 3/214 4229
/proc/meminfo: memFree=30112532/32873648 swapFree=7112/7112
[pid=4207] ppid=4205 vsize=9624980 CPUtime=90.98 cores=0,2,4,6
/proc/4207/stat : 4207 (java) S 4205 4207 919 0 -1 4202496 24177 0 1 0 9089 9 0 0 20 0 19 0 291559035 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140737317464256 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4207/statm: 2406245 33691 2286 9 0 2396937 0
[pid=4207/tid=4209] ppid=4205 vsize=9624980 CPUtime=87.03 cores=0,2,4,6
/proc/4207/task/4209/stat : 4209 (java) R 4205 4207 919 0 -1 4202560 2535 0 1 0 8699 4 0 0 20 0 19 0 291559036 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140729061040336 140728915800616 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4210] ppid=4205 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4207/task/4210/stat : 4210 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728904231080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4211] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4211/stat : 4211 (java) S 4205 4207 919 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728903178536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4212] ppid=4205 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4207/task/4212/stat : 4212 (java) S 4205 4207 919 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728902125992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4213] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4213/stat : 4213 (java) S 4205 4207 919 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728901073448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4214] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4214/stat : 4214 (java) S 4205 4207 919 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728900020904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4215] ppid=4205 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4207/task/4215/stat : 4215 (java) S 4205 4207 919 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728562871080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4216] ppid=4205 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4207/task/4216/stat : 4216 (java) S 4205 4207 919 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728561818536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4217] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4217/stat : 4217 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728560765992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4218] ppid=4205 vsize=9624980 CPUtime=1.49 cores=0,2,4,6
/proc/4207/task/4218/stat : 4218 (java) S 4205 4207 919 0 -1 4202560 44 0 0 0 149 0 0 0 20 0 19 0 291559038 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728548567144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4219] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4219/stat : 4219 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728547513464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4220] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4220/stat : 4220 (java) S 4205 4207 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728546460808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4221] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4221/stat : 4221 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728545409552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4222] ppid=4205 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/4207/task/4222/stat : 4222 (java) S 4205 4207 919 0 -1 4202560 9544 0 0 0 100 2 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728544356920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4223] ppid=4205 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/4207/task/4223/stat : 4223 (java) S 4205 4207 919 0 -1 4202560 10700 0 0 0 100 2 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728543304376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4224] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4224/stat : 4224 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728542252024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4225] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4225/stat : 4225 (java) S 4205 4207 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728541199688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4226] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4226/stat : 4226 (java) S 4205 4207 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559071 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728540107560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 90.98
Current children cumulated vsize (KiB) 9624980

[startup+88.9006 s]
/proc/loadavg: 1.99 2.00 1.99 3/214 4229
/proc/meminfo: memFree=30112532/32873648 swapFree=7112/7112
[pid=4207] ppid=4205 vsize=9624980 CPUtime=91.18 cores=0,2,4,6
/proc/4207/stat : 4207 (java) S 4205 4207 919 0 -1 4202496 24177 0 1 0 9109 9 0 0 20 0 19 0 291559035 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140737317464256 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4207/statm: 2406245 33691 2286 9 0 2396937 0
[pid=4207/tid=4209] ppid=4205 vsize=9624980 CPUtime=87.23 cores=0,2,4,6
/proc/4207/task/4209/stat : 4209 (java) R 4205 4207 919 0 -1 4202560 2535 0 1 0 8719 4 0 0 20 0 19 0 291559036 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140729061040336 140728915800665 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4210] ppid=4205 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4207/task/4210/stat : 4210 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728904231080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4211] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4211/stat : 4211 (java) S 4205 4207 919 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728903178536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4212] ppid=4205 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4207/task/4212/stat : 4212 (java) S 4205 4207 919 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728902125992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4213] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4213/stat : 4213 (java) S 4205 4207 919 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728901073448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4214] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4214/stat : 4214 (java) S 4205 4207 919 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728900020904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4215] ppid=4205 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4207/task/4215/stat : 4215 (java) S 4205 4207 919 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728562871080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4216] ppid=4205 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4207/task/4216/stat : 4216 (java) S 4205 4207 919 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728561818536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4217] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4217/stat : 4217 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728560765992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4218] ppid=4205 vsize=9624980 CPUtime=1.49 cores=0,2,4,6
/proc/4207/task/4218/stat : 4218 (java) S 4205 4207 919 0 -1 4202560 44 0 0 0 149 0 0 0 20 0 19 0 291559038 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728548567144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4219] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4219/stat : 4219 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728547513464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4220] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4220/stat : 4220 (java) S 4205 4207 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728546460808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4221] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4221/stat : 4221 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728545409552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4222] ppid=4205 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/4207/task/4222/stat : 4222 (java) S 4205 4207 919 0 -1 4202560 9544 0 0 0 100 2 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728544356920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4223] ppid=4205 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/4207/task/4223/stat : 4223 (java) S 4205 4207 919 0 -1 4202560 10700 0 0 0 100 2 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728543304376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4224] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4224/stat : 4224 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728542252024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4225] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4225/stat : 4225 (java) S 4205 4207 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728541199688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4226] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4226/stat : 4226 (java) S 4205 4207 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559071 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728540107560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 91.18
Current children cumulated vsize (KiB) 9624980

[startup+89.0006 s]
/proc/loadavg: 1.99 2.00 1.99 3/214 4229
/proc/meminfo: memFree=30112532/32873648 swapFree=7112/7112
[pid=4207] ppid=4205 vsize=9624980 CPUtime=91.29 cores=0,2,4,6
/proc/4207/stat : 4207 (java) S 4205 4207 919 0 -1 4202496 24177 0 1 0 9120 9 0 0 20 0 19 0 291559035 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140737317464256 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4207/statm: 2406245 33691 2286 9 0 2396937 0
[pid=4207/tid=4209] ppid=4205 vsize=9624980 CPUtime=87.34 cores=0,2,4,6
/proc/4207/task/4209/stat : 4209 (java) R 4205 4207 919 0 -1 4202560 2535 0 1 0 8730 4 0 0 20 0 19 0 291559036 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140729061040896 140728916139424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4210] ppid=4205 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4207/task/4210/stat : 4210 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728904231080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4211] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4211/stat : 4211 (java) S 4205 4207 919 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728903178536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4212] ppid=4205 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4207/task/4212/stat : 4212 (java) S 4205 4207 919 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728902125992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4213] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4213/stat : 4213 (java) S 4205 4207 919 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728901073448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4214] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4214/stat : 4214 (java) S 4205 4207 919 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728900020904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4215] ppid=4205 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4207/task/4215/stat : 4215 (java) S 4205 4207 919 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728562871080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4216] ppid=4205 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4207/task/4216/stat : 4216 (java) S 4205 4207 919 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728561818536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4217] ppid=4205 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4207/task/4217/stat : 4217 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 291559037 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728560765992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4218] ppid=4205 vsize=9624980 CPUtime=1.49 cores=0,2,4,6
/proc/4207/task/4218/stat : 4218 (java) S 4205 4207 919 0 -1 4202560 44 0 0 0 149 0 0 0 20 0 19 0 291559038 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728548567144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4219] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4219/stat : 4219 (java) S 4205 4207 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728547513464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4220] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4220/stat : 4220 (java) S 4205 4207 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559038 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728546460808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4221] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4221/stat : 4221 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728545409552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4222] ppid=4205 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/4207/task/4222/stat : 4222 (java) S 4205 4207 919 0 -1 4202560 9544 0 0 0 100 2 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728544356920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4207/tid=4223] ppid=4205 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/4207/task/4223/stat : 4223 (java) S 4205 4207 919 0 -1 4202560 10700 0 0 0 100 2 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728543304376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4207/tid=4224] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4224/stat : 4224 (java) S 4205 4207 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728542252024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4207/tid=4225] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4225/stat : 4225 (java) S 4205 4207 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291559041 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728541199688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4207/tid=4226] ppid=4205 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4207/task/4226/stat : 4226 (java) S 4205 4207 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559071 9855979520 33691 33554432000 1073741824 1073778376 140737317473120 140728540107560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 91.29
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 89.0339
CPU time (s): 91.4091
CPU user time (s): 91.1971
CPU system time (s): 0.211967
CPU usage (%): 102.668
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.1971
system time used= 0.211967
maximum resident set size= 138924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24197
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3243
involuntary context switches= 1433

runsolver used 0.382941 second user time and 0.956854 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-29 03:18:51
IDJOB=3718398
IDBENCH=79267
IDSOLVER=2301
FILE ID=node126/3718398-1338254331
RUNJOBID= node126-1338248585-2144
PBS_JOBID= 14624661
Free space on /tmp= 71360 MiB

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

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

MD5SUM BENCH= 200f179ceb6a172fc8d81952e96f0c84
RANDOM SEED=1364426176

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30335760 kB
Buffers:          426160 kB
Cached:           730504 kB
SwapCached:        17756 kB
Active:          1357372 kB
Inactive:         314664 kB
Active(anon):     497172 kB
Inactive(anon):    20452 kB
Active(file):     860200 kB
Inactive(file):   294212 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:        558656 kB
Mapped:            17992 kB
Shmem:                 0 kB
Slab:             727240 kB
SReclaimable:     171416 kB
SUnreclaim:       555824 kB
KernelStack:        1760 kB
PageTables:         4888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     976780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    522240 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= 71360 MiB
End job on node126 at 2012-05-29 03:20:20